]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
EmbeddedObjects.lyx: add section about the calculation of the table width
[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 \newcommand{\TabBesBeg}[1][1.0]{%
43  \let\MyTable\table
44  \let\MyEndtable\endtable
45  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
46
47 \newcommand{\TabBesEnd}{%
48  \let\table\MyTable
49  \let\endtable\MyEndtable}
50
51 \newcommand{\FigBesBeg}[1][1.0]{%
52  \let\MyFigure\figure
53  \let\MyEndfigure\endfigure
54  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
55
56 \newcommand{\FigBesEnd}{%
57  \let\figure\MyFigure
58  \let\endfigure\MyEndfigure}
59
60 % enables calculation of values,
61 \usepackage{calc}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used to have extra space in table cells
91 \@ifundefined{extrarowheight}
92  {\usepackage{array}}{}
93 \setlength{\extrarowheight}{2pt}
94
95 % used for customized tables
96 % ---
97 \newcolumntype{M}[1]
98  {>{\centering\hspace{0pt}}m{#1}}
99
100 \newcolumntype{S}[2]
101  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
102
103 \newcolumntype{K}[1]
104  {>{\columncolor{#1}\hspace{0pt}}c}
105
106 \newcolumntype{V}{!{\vrule width 1.5pt}}
107
108 \newcolumntype{W}{!{\color{green}\vline}}
109 % ---
110
111 % insert additional vertical space of
112 % 1.5 mm between footnotes
113 \let\myFoot\footnote
114 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
115
116 % number algorithm floats within chapters
117 \numberwithin{algorithm}{chapter}
118
119
120 % ------------------------------------
121 % used to check for needed LaTeX packages
122 \usepackage{ifthen}
123
124 % check for package arydshln
125 % used for tables with dashed lines
126 \newboolean{arydshln}
127 \IfFileExists{arydshln.sty}
128  {\usepackage{arydshln}
129   \setboolean{arydshln}{true}}
130  {\setboolean{arydshln}{false}}
131
132 % check for package marginnote
133 % used for margin notes
134 \newboolean{marginnote}
135 \IfFileExists{marginnote.sty}
136  {\usepackage{marginnote}
137   \let\marginpar\marginnote
138   \setboolean{marginnote}{true}}
139  {\setboolean{marginnote}{false}}
140
141 % check for package sidecap
142 % used for captions on the side
143 \newboolean{sidecap}
144 \IfFileExists{sidecap.sty}
145  {\usepackage{sidecap}
146   \setboolean{sidecap}{true}}
147  {\setboolean{sidecap}{false}}
148
149 % check for picinpar
150 % used for surrounded fixed objects
151 \newboolean{picinpar}
152 \IfFileExists{picinpar.sty}
153  {\usepackage{picinpar}
154   \setboolean{picinpar}{true}}
155  {\setboolean{picinpar}{false}}
156
157 % check for lettrine
158 \newboolean{lettrine}
159 \IfFileExists{lettrine.sty}
160  {\usepackage{lettrine}
161   \setboolean{lettrine}{true}}
162  {\setboolean{lettrine}{false}}
163
164 \usepackage{t1enc}
165 \renewcommand{\seename}{→}
166
167 \usepackage{subfig}
168 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
169 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
170 \end_preamble
171 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
172 \use_default_options false
173 \begin_modules
174 initials
175 \end_modules
176 \maintain_unincluded_children false
177 \language japanese
178 \language_package default
179 \inputencoding auto
180 \fontencoding global
181 \font_roman default
182 \font_sans default
183 \font_typewriter default
184 \font_default_family default
185 \use_non_tex_fonts false
186 \font_sc false
187 \font_osf false
188 \font_sf_scale 100
189 \font_tt_scale 100
190
191 \graphics default
192 \default_output_format default
193 \output_sync 0
194 \bibtex_command default
195 \index_command default
196 \paperfontsize 12
197 \spacing single
198 \use_hyperref true
199 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
200 \pdf_author "LyX Team, Uwe Stohr"
201 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
202 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
203 \pdf_bookmarks true
204 \pdf_bookmarksnumbered true
205 \pdf_bookmarksopen true
206 \pdf_bookmarksopenlevel 1
207 \pdf_breaklinks false
208 \pdf_pdfborder false
209 \pdf_colorlinks true
210 \pdf_backref false
211 \pdf_pdfusetitle false
212 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
213 \papersize a4paper
214 \use_geometry true
215 \use_amsmath 2
216 \use_esint 0
217 \use_mhchem 1
218 \use_mathdots 1
219 \cite_engine basic
220 \use_bibtopic false
221 \use_indices false
222 \paperorientation portrait
223 \suppress_date false
224 \use_refstyle 0
225 \notefontcolor #0000ff
226 \index 索引
227 \shortcut idx
228 \color #008000
229 \end_index
230 \leftmargin 2.5cm
231 \topmargin 2.5cm
232 \rightmargin 2.5cm
233 \bottommargin 3cm
234 \secnumdepth 3
235 \tocdepth 3
236 \paragraph_separation skip
237 \defskip medskip
238 \quotes_language english
239 \papercolumns 1
240 \papersides 2
241 \paperpagestyle default
242 \bullet 1 1 34 -1
243 \bullet 2 2 35 -1
244 \bullet 3 2 7 -1
245 \tracking_changes false
246 \output_changes false
247 \html_math_output 0
248 \html_css_as_file 0
249 \html_be_strict false
250 \end_header
251
252 \begin_body
253
254 \begin_layout Title
255 LyXの図表・フロート・注釈・ボックス・外部素材に関する詳細説明書
256 \end_layout
257
258 \begin_layout Author
259 LyXプロジェクトチーム
260 \begin_inset Foot
261 status collapsed
262
263 \begin_layout Plain Layout
264 \noindent
265 コメントや間違いの指摘がありましたら、LyX文書化メーリングリスト 
266 \begin_inset CommandInset href
267 LatexCommand href
268 name "lyx-docs@lists.lyx.org"
269 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
270 type "mailto:"
271
272 \end_inset
273
274  までお送り下さい。
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 著者:Uwe Stöhr
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \family sans
299 バージョン2.0.x
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset CommandInset toc
304 LatexCommand tableofcontents
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset Note Note
313 status open
314
315 \begin_layout Plain Layout
316 本文書の全体をPDFやPS、DVIに書き出すには、
317 \series bold
318 arydshln
319 \series default
320
321 \series bold
322 colortbl
323 \series default
324
325 \series bold
326 lettrine
327 \series default
328
329 \series bold
330 marginnote
331 \series default
332
333 \series bold
334 picinpar
335 \series default
336
337 \series bold
338 sidecap
339 \series default
340 の各LaTeXパッケージが導入されている必要があります。これらが導入されていなくても、文書を書き出すことはできますが、これらのパッケージが必要な節は出力には表示
341 されません。
342 \end_layout
343
344 \begin_layout Plain Layout
345 本文書の最新PDF版は
346 \begin_inset Newline newline
347 \end_inset
348
349
350 \series bold
351 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
352 \series default
353
354 \begin_inset Newline newline
355 \end_inset
356
357 にあります。
358 \end_layout
359
360 \end_inset
361
362
363 \end_layout
364
365 \begin_layout Chapter
366
367 \begin_inset Index idx
368 status collapsed
369
370 \begin_layout Plain Layout
371 ず@図
372 \end_layout
373
374 \end_inset
375
376
377 \begin_inset Index idx
378 status collapsed
379
380 \begin_layout Plain Layout
381 がぞう@画像|see
382 \begin_inset ERT
383 status collapsed
384
385 \begin_layout Plain Layout
386
387 {
388 \end_layout
389
390 \end_inset
391
392
393 \begin_inset ERT
394 status collapsed
395
396 \begin_layout Plain Layout
397
398 }
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Section
412 画像ダイアログ
413 \begin_inset Index idx
414 status collapsed
415
416 \begin_layout Plain Layout
417 ず@図 ! がぞうだいあろぐ@画像ダイアログ
418 \end_layout
419
420 \end_inset
421
422
423 \begin_inset CommandInset label
424 LatexCommand label
425 name "sec:画像ダイアログ"
426
427 \end_inset
428
429
430 \end_layout
431
432 \begin_layout Standard
433 画像を文書に挿入するには、文中の挿入箇所にカーソルを置いて、ツールバーアイコン
434 \family sans
435
436 \begin_inset Info
437 type  "icon"
438 arg   "dialog-show-new-inset graphics"
439 \end_inset
440
441
442 \family default
443 をクリックするか、
444 \family sans
445 挿入\SpecialChar \menuseparator
446 画像
447 \family default
448 メニューを使用して下さい。すると、ダイアログが現れるので、読み込むファイルを選択して下さい。出力中での画像は、本文中の挿入位置に正確に出力されます。
449 \end_layout
450
451 \begin_layout Standard
452 画像ダイアログは、画像をクリックすることによって、いつでも呼び出すことができます。このダイアログには、以下の三つのタブがあります。
453 \end_layout
454
455 \begin_layout Description
456
457 \family sans
458 画像
459 \family default
460  ここでは、画像ファイルを選択し、その出力での表示のしかたを調整することができます。画像寸法で使用することのできる単位については付録
461 \begin_inset CommandInset ref
462 LatexCommand ref
463 reference "cha:LyXで使用できる単位"
464
465 \end_inset
466
467 に説明があります。
468 \begin_inset Newline newline
469 \end_inset
470
471
472 \begin_inset Index idx
473 status collapsed
474
475 \begin_layout Plain Layout
476 ず@図 ! のかいてん@---の回転
477 \end_layout
478
479 \end_inset
480
481 回転角と回転原点を指定することによって、反時計廻り方向へ画像を回転することができます。画像は、LyX内でも回転して表示されます。
482 \begin_inset Newline newline
483 \end_inset
484
485
486 \begin_inset Index idx
487 status collapsed
488
489 \begin_layout Plain Layout
490 ず@図 ! のしんしゅく@---の伸縮
491 \end_layout
492
493 \end_inset
494
495 画像は、パーセント値を指定するか、幅と高さを明示的に設定することによって、伸縮させることができます。幅と高さのどちらか一方のみを指定した場合には、残りの寸法は自
496 動的に決定されます。両方とも指定した場合には、指定した寸法に画像が変換されますので、変形してしまう可能性があります。画像が変形するのを防ぐには、
497 \family sans
498 縦横比を維持する
499 \family default
500 オプションを指定して下さい。すると画像は、幅と高さが指定した寸法を越えないように伸縮されます。
501 \begin_inset Newline newline
502 \end_inset
503
504 画像を右クリックすると現れるコンテクストメニューで
505 \family sans
506 外部で編集
507 \family default
508 という項目を選ぶことによって、画像を指定したプログラムで開くことができます。このプログラムは、LyX設定のファイル書式設定で、各画像書式ごとに設定することができ
509 ます。
510 \end_layout
511
512 \begin_layout Description
513
514 \family sans
515 切り抜き
516 \family default
517  伸縮単位を使用する代わりに、出力における画像の縦横の長さを調整するのに、画像座標の設定をすることができます。座標は、
518 \family sans
519 ファイルから取得
520 \family default
521 ボタンを押すことによって、自動的に計算することもできます。
522 \family sans
523 境界枠で切り抜く
524 \family default
525 オプションは、指定された座標内の画像領域のみ印字します。通常は、画像座標を気にする必要はないので、このタブは無視して構いません。
526 \end_layout
527
528 \begin_layout Description
529
530 \family sans
531 LaTeXとLyXのオプション
532 \family default
533  このタブでは、LyX内での画像表示法を調整できる他、LaTeXのエキスパート向けにLaTeXオプションを追加することができるようになっています。
534 \family sans
535
536 \begin_inset Newline newline
537 \end_inset
538
539 下書きモード
540 \family default
541 オプションを指定すると、画像は出力には現れず、画像と同じ大きさの枠だけが表示されます。
542 \family sans
543
544 \begin_inset Newline newline
545 \end_inset
546
547 エクスポートする際に解凍しない
548 \family default
549 オプションは、
550 \emph on
551 x.eps.gz
552 \emph default
553 のような、zip圧縮されたEPS画像のみに有効です。このオプションが有効になっていると、LaTeXはzip圧縮EPS画像をそのまま取り扱えるので、画像は解凍され
554 ません。
555 \begin_inset Newline newline
556 \end_inset
557
558 zip圧縮EPS画像は、出力書式としてPostScriptを選択する場合には、ディスク領域を節約できるので便利です。付録
559 \begin_inset CommandInset ref
560 LatexCommand ref
561 reference "sec:PostScript"
562
563 \end_inset
564
565 をご参照下さい。EPS画像をzip圧縮するには、UNIXシェルかWindowsコンソールから以下のコマンドを実行して下さい。
566 \begin_inset Newline newline
567 \end_inset
568
569
570 \series bold
571 gzip x.eps
572 \series default
573
574 \begin_inset Newline newline
575 \end_inset
576
577
578 \series bold
579 zgrep %%Bounding x.eps.gz > x.eps.bb
580 \series default
581
582 \begin_inset Newline newline
583 \end_inset
584
585 二つめのコマンドは、LaTeXが圧縮画像を取り扱う際に必要な領域ボックスファイル「x.eps.bb」を生成します。
586 \begin_inset Newline newline
587 \end_inset
588
589
590 \lang english
591 In the section 
592 \family sans
593 Graphics
594 \begin_inset space ~
595 \end_inset
596
597 Group
598 \family default
599  you can define or join an image settings group.
600 \lang japanese
601
602 \begin_inset Index idx
603 status collapsed
604
605 \begin_layout Plain Layout
606 ず@図 ! せっていぐるーぷ@設定グループ
607 \end_layout
608
609 \end_inset
610
611 。これらのグループ内の画像は、共通した設定を持つので、グループ内の一つの画像の設定をいじると、自動的にグループ内の全ての画像の設定が同じように変更されます。した
612 がって、たとえば、たくさんの画像の寸法を変更したいときにも、一つ一つの寸法を手動で変更せずに済むのです。既存のグループに帰属させるには、画像のコンテクストメニュ
613 ーを使用して、望むグループ名をチェックすることで行うこともできます。
614 \end_layout
615
616 \begin_layout Standard
617 \begin_inset VSpace bigskip
618 \end_inset
619
620
621 \end_layout
622
623 \begin_layout Standard
624 下記はEPS書式
625 \begin_inset Foot
626 status collapsed
627
628 \begin_layout Plain Layout
629 画像書式は、第
630 \begin_inset CommandInset ref
631 LatexCommand ref
632 reference "sec:画像書式"
633
634 \end_inset
635
636 節に説明されています。
637 \end_layout
638
639 \end_inset
640
641 の画像の例で、単独の中央揃えの段落に置いてあります。
642 \end_layout
643
644 \begin_layout Standard
645 \align center
646 \begin_inset Graphics
647         filename ../clipart/mobius.eps
648         scale 70
649         scaleBeforeRotation
650         rotateOrigin center
651
652 \end_inset
653
654
655 \end_layout
656
657 \begin_layout Standard
658 下記は上と同じ画像ですが、下書きモードのものです。
659 \end_layout
660
661 \begin_layout Standard
662 \align center
663 \begin_inset Graphics
664         filename ../clipart/mobius.eps
665         scale 70
666         draft
667         scaleBeforeRotation
668         rotateOrigin center
669
670 \end_inset
671
672
673 \end_layout
674
675 \begin_layout Standard
676 \begin_inset Newpage newpage
677 \end_inset
678
679
680 \end_layout
681
682 \begin_layout Section
683 図フロート
684 \begin_inset CommandInset label
685 LatexCommand label
686 name "sec:図フロート"
687
688 \end_inset
689
690
691 \begin_inset Index idx
692 status collapsed
693
694 \begin_layout Plain Layout
695 ふろーと@フロート ! ず@図
696 \end_layout
697
698 \end_inset
699
700
701 \begin_inset Index idx
702 status collapsed
703
704 \begin_layout Plain Layout
705 ず@図 ! ふろーと@フロート
706 \end_layout
707
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Standard
714 フロートについての一般的な説明は、第
715 \begin_inset CommandInset ref
716 LatexCommand ref
717 reference "sec:フロートはじめに"
718
719 \end_inset
720
721 節をご覧下さい。
722 \end_layout
723
724 \begin_layout Standard
725 ツールバーボタンの
726 \family sans
727
728 \begin_inset Info
729 type  "icon"
730 arg   "float-insert figure"
731 \end_inset
732
733
734 \family default
735
736 \family sans
737 挿入\SpecialChar \menuseparator
738 フロート\SpecialChar \menuseparator
739
740 \family default
741 メニューを用いると、「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます。画像は、図
742 \begin_inset CommandInset ref
743 LatexCommand ref
744 reference "fig:犠牲のカモノハシ"
745
746 \end_inset
747
748 のようにキャプションの上に置くこともできますし、図
749 \begin_inset CommandInset ref
750 LatexCommand ref
751 reference "fig:エッシャー"
752
753 \end_inset
754
755 のようにキャプションの下に置くこともできます。キャプションの配置について詳しくは、第
756 \begin_inset CommandInset ref
757 LatexCommand ref
758 reference "sec:キャプションの配置"
759
760 \end_inset
761
762 節に述べられています。
763 \end_layout
764
765 \begin_layout Standard
766 \begin_inset Float figure
767 wide false
768 sideways false
769 status open
770
771 \begin_layout Plain Layout
772 \align center
773 \begin_inset Graphics
774         filename ../clipart/platypus.eps
775         width 50col%
776         scaleBeforeRotation
777         rotateOrigin center
778
779 \end_inset
780
781
782 \end_layout
783
784 \begin_layout Plain Layout
785 \begin_inset Caption
786
787 \begin_layout Plain Layout
788 \begin_inset CommandInset label
789 LatexCommand label
790 name "fig:犠牲のカモノハシ"
791
792 \end_inset
793
794 フロート中の激しく歪んだカモノハシ
795 \end_layout
796
797 \end_inset
798
799
800 \end_layout
801
802 \end_inset
803
804
805 \end_layout
806
807 \begin_layout Standard
808 \begin_inset Float figure
809 wide false
810 sideways false
811 status open
812
813 \begin_layout Plain Layout
814 \begin_inset Caption
815
816 \begin_layout Plain Layout
817 \begin_inset CommandInset label
818 LatexCommand label
819 name "fig:エッシャー"
820
821 \end_inset
822
823 行ってしまったM.C.エッシャー
824 \end_layout
825
826 \end_inset
827
828
829 \end_layout
830
831 \begin_layout Plain Layout
832 \align center
833 \begin_inset Graphics
834         filename ../clipart/escher-lsd.eps
835         scale 80
836         scaleBeforeRotation
837         rotateOrigin center
838
839 \end_inset
840
841
842 \end_layout
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Standard
850 \begin_inset Index idx
851 status collapsed
852
853 \begin_layout Plain Layout
854 さんしょう@参照 ! ずへの@図への ---
855 \end_layout
856
857 \end_inset
858
859
860 \begin_inset CommandInset ref
861 LatexCommand ref
862 reference "fig:犠牲のカモノハシ"
863
864 \end_inset
865
866 図と第
867 \begin_inset CommandInset ref
868 LatexCommand ref
869 reference "fig:エッシャー"
870
871 \end_inset
872
873 図は、参照された図の例です。図は、本文中でラベルを参照することによって参照できます。これをするには、まず、
874 \family sans
875 挿入\SpecialChar \menuseparator
876 ラベル
877 \family default
878 メニューかツールバーボタン
879 \family sans
880
881 \begin_inset Info
882 type  "icon"
883 arg   "label-insert"
884 \end_inset
885
886
887 \family default
888 を使用して、キャプションにラベルを挿入してください。その後、
889 \family sans
890 挿入\SpecialChar \menuseparator
891 相互参照
892 \family default
893 メニューかツールバーボタン
894 \family sans
895
896 \begin_inset Info
897 type  "icon"
898 arg   "dialog-show-new-inset ref"
899 \end_inset
900
901
902 \family default
903 を使用して、ラベルを参照することができます。LaTeXは仕上文書でのフロートの位置を調整するので、「上図」のような曖昧な参照のしかたをするのではなく、フロートを
904 直接参照することが重要です。仕上文書では、「上図」ではないことが、大いにありうるからです。
905 \begin_inset Newline newline
906 \end_inset
907
908 参照は、第
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "sec:フロートの参照"
912
913 \end_inset
914
915 節で詳細に説明されています。
916 \end_layout
917
918 \begin_layout Standard
919 通常、図フロートには一つの画像だけを挿入しますが、場合によっては、二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません。その場合は、既存の
920 図フロートの中に図フロートを入れ込むことによって、実現することができます。ただし、図一覧にはフロートの主キャプションのみが表示されることに留意してください。図
921 \begin_inset CommandInset ref
922 LatexCommand ref
923 reference "fig:歪められた二つの像"
924
925 \end_inset
926
927 は、二つの画像が横に並んでいる図フロートの例です。二つめの画像を一つめの下に持ってくることも可能です。図
928 \begin_inset CommandInset ref
929 LatexCommand ref
930 reference "fig:何かわからない構造"
931
932 \end_inset
933
934 と図
935 \begin_inset CommandInset ref
936 LatexCommand ref
937 reference "fig:カモノハシ"
938
939 \end_inset
940
941 が内部図になります。
942 \end_layout
943
944 \begin_layout Standard
945 \begin_inset Float figure
946 wide false
947 sideways false
948 status open
949
950 \begin_layout Plain Layout
951 \begin_inset space \hfill{}
952 \end_inset
953
954
955 \begin_inset Float figure
956 wide false
957 sideways false
958 status open
959
960 \begin_layout Plain Layout
961 \begin_inset Caption
962
963 \begin_layout Plain Layout
964 \begin_inset CommandInset label
965 LatexCommand label
966 name "fig:何かわからない構造"
967
968 \end_inset
969
970 何かわからない構造
971 \end_layout
972
973 \end_inset
974
975
976 \end_layout
977
978 \begin_layout Plain Layout
979 \begin_inset Graphics
980         filename ../clipart/escher-lsd.eps
981         width 45col%
982         scaleBeforeRotation
983         groupId distorted
984
985 \end_inset
986
987
988 \end_layout
989
990 \end_inset
991
992
993 \begin_inset space \hfill{}
994 \end_inset
995
996
997 \begin_inset Float figure
998 wide false
999 sideways false
1000 status open
1001
1002 \begin_layout Plain Layout
1003 \begin_inset Caption
1004
1005 \begin_layout Plain Layout
1006 \begin_inset CommandInset label
1007 LatexCommand label
1008 name "fig:カモノハシ"
1009
1010 \end_inset
1011
1012 カモノハシ
1013 \end_layout
1014
1015 \end_inset
1016
1017
1018 \end_layout
1019
1020 \begin_layout Plain Layout
1021 \begin_inset Graphics
1022         filename ../clipart/platypus.eps
1023         width 45col%
1024         scaleBeforeRotation
1025         groupId distorted
1026
1027 \end_inset
1028
1029
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \begin_inset space \hfill{}
1036 \end_inset
1037
1038
1039 \end_layout
1040
1041 \begin_layout Plain Layout
1042 \begin_inset Caption
1043
1044 \begin_layout Plain Layout
1045 \begin_inset CommandInset label
1046 LatexCommand label
1047 name "fig:歪められた二つの像"
1048
1049 \end_inset
1050
1051 歪められた二つの像。両画像とも、「歪曲」画像設定グループに属しています。
1052 \end_layout
1053
1054 \end_inset
1055
1056
1057 \end_layout
1058
1059 \end_inset
1060
1061
1062 \end_layout
1063
1064 \begin_layout Standard
1065 \begin_inset Newpage newpage
1066 \end_inset
1067
1068
1069 \end_layout
1070
1071 \begin_layout Section
1072 画像書式
1073 \begin_inset CommandInset label
1074 LatexCommand label
1075 name "sec:画像書式"
1076
1077 \end_inset
1078
1079
1080 \begin_inset Index idx
1081 status collapsed
1082
1083 \begin_layout Plain Layout
1084 がぞうしょしき@画像書式
1085 \end_layout
1086
1087 \end_inset
1088
1089
1090 \begin_inset Index idx
1091 status collapsed
1092
1093 \begin_layout Plain Layout
1094 ず@図 ! がぞうしょしき@画像書式
1095 \end_layout
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \begin_layout Standard
1103 画像は、既知のファイル形式であれば、どのような形式でも挿入することができます。しかし、付録
1104 \begin_inset CommandInset ref
1105 LatexCommand ref
1106 reference "cha:ファイル出力形式"
1107
1108 \end_inset
1109
1110 で説明されているように、出力に関しては、どの出力文書形式も、いくつかの画像形式しか受け付けません。したがってLyXは、画像を正しい形式に変換するのに、バックグラ
1111 ウンドで
1112 \family typewriter
1113 ImageMagick
1114 \family default
1115 というプログラムを使用しています。バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば、出力ファイル書式に直接埋め込める画像書式のみを使
1116 用するとよいでしょう。出力ファイル書式は、付録
1117 \begin_inset CommandInset ref
1118 LatexCommand ref
1119 reference "cha:ファイル出力形式"
1120
1121 \end_inset
1122
1123 に説明されています。
1124 \end_layout
1125
1126 \begin_layout Standard
1127 フォントと同じく、画像形式にも以下の二つの型があります。
1128 \end_layout
1129
1130 \begin_layout Description
1131 ビットマップ画像 は、ピクセル値を(時により圧縮された形で)保持しています。したがって、この画像形式は完全に伸縮可能ではなく、拡大するとピクセルが目立つようにな
1132 ります。よく知られたビットマップ画像形式には、「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1133 \family typewriter
1134 .gif
1135 \family default
1136 」)
1137 \begin_inset Index idx
1138 status collapsed
1139
1140 \begin_layout Plain Layout
1141 GIF|see
1142 \begin_inset ERT
1143 status collapsed
1144
1145 \begin_layout Plain Layout
1146
1147 {
1148 \end_layout
1149
1150 \end_inset
1151
1152 画像書式
1153 \begin_inset ERT
1154 status collapsed
1155
1156 \begin_layout Plain Layout
1157
1158 }
1159 \end_layout
1160
1161 \end_inset
1162
1163
1164 \end_layout
1165
1166 \end_inset
1167
1168 、「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1169 \family typewriter
1170 .png
1171 \family default
1172 」)
1173 \begin_inset Index idx
1174 status collapsed
1175
1176 \begin_layout Plain Layout
1177 PNG|see
1178 \begin_inset ERT
1179 status collapsed
1180
1181 \begin_layout Plain Layout
1182
1183 {
1184 \end_layout
1185
1186 \end_inset
1187
1188 画像書式
1189 \begin_inset ERT
1190 status collapsed
1191
1192 \begin_layout Plain Layout
1193
1194 }
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \end_inset
1203
1204 、「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1205 \family typewriter
1206 .jpg
1207 \family default
1208 」または「
1209 \family typewriter
1210 .jpeg
1211 \family default
1212 」)
1213 \begin_inset Index idx
1214 status collapsed
1215
1216 \begin_layout Plain Layout
1217 JPG|see
1218 \begin_inset ERT
1219 status collapsed
1220
1221 \begin_layout Plain Layout
1222
1223 {
1224 \end_layout
1225
1226 \end_inset
1227
1228 画像書式
1229 \begin_inset ERT
1230 status collapsed
1231
1232 \begin_layout Plain Layout
1233
1234 }
1235 \end_layout
1236
1237 \end_inset
1238
1239
1240 \end_layout
1241
1242 \end_inset
1243
1244 などがあります。
1245 \end_layout
1246
1247 \begin_layout Description
1248 ベクトル画像 はベクトル値を保持しているので、データ損失なしに任意の寸法の伸縮させることができます。プレゼンテーションは、ビデオプロジェクタがかならず伸縮操作を
1249 行うことになるので、プレゼンテーションを作成したいときには画像が伸縮できることが必須です。また、伸縮性は、オンライン文書でユーザーが図の拡大ができるようにするの
1250 に便利です。
1251 \begin_inset Newline newline
1252 \end_inset
1253
1254 よく知られた伸縮可能画像形式には、「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1255 \family typewriter
1256 .svg
1257 \family default
1258 」)
1259 \begin_inset Index idx
1260 status collapsed
1261
1262 \begin_layout Plain Layout
1263 SVG|see
1264 \begin_inset ERT
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268
1269 {
1270 \end_layout
1271
1272 \end_inset
1273
1274 画像書式
1275 \begin_inset ERT
1276 status collapsed
1277
1278 \begin_layout Plain Layout
1279
1280 }
1281 \end_layout
1282
1283 \end_inset
1284
1285
1286 \end_layout
1287
1288 \end_inset
1289
1290 、「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1291 \family typewriter
1292 .eps
1293 \family default
1294 」)
1295 \begin_inset Index idx
1296 status collapsed
1297
1298 \begin_layout Plain Layout
1299 EPS|see
1300 \begin_inset ERT
1301 status collapsed
1302
1303 \begin_layout Plain Layout
1304
1305 {
1306 \end_layout
1307
1308 \end_inset
1309
1310 画像書式
1311 \begin_inset ERT
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315
1316 }
1317 \end_layout
1318
1319 \end_inset
1320
1321
1322 \end_layout
1323
1324 \end_inset
1325
1326 、「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1327 \family typewriter
1328 .pdf
1329 \family default
1330 」)
1331 \begin_inset Index idx
1332 status collapsed
1333
1334 \begin_layout Plain Layout
1335 PDF
1336 \end_layout
1337
1338 \end_inset
1339
1340 、「Windowsメタファイル」(WMF・ファイル拡張子は「
1341 \family typewriter
1342 .wmf
1343 \family default
1344 」)
1345 \begin_inset Index idx
1346 status collapsed
1347
1348 \begin_layout Plain Layout
1349 SVG|see
1350 \begin_inset ERT
1351 status collapsed
1352
1353 \begin_layout Plain Layout
1354
1355 {
1356 \end_layout
1357
1358 \end_inset
1359
1360 画像書式
1361 \begin_inset ERT
1362 status collapsed
1363
1364 \begin_layout Plain Layout
1365
1366 }
1367 \end_layout
1368
1369 \end_inset
1370
1371
1372 \end_layout
1373
1374 \end_inset
1375
1376 がありえます。「ありえます」と言ったのは、ビットマップ画像はいつでもPDFやEPSに変換することができますが、変換後も依然としてビットマップ画像のままだからです
1377 。このような場合には、画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1378 \begin_inset Foot
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382 PDFの場合には、さらに元画像が圧縮されます。
1383 \end_layout
1384
1385 \end_inset
1386
1387 。たとえば、
1388 \family typewriter
1389 Adobe Photoshop
1390 \family default
1391 が生成するPDFファイルは、ビットマップ画像です。
1392 \end_layout
1393
1394 \begin_layout Standard
1395 通常、ビットマップ画像を伸縮可能画像には変換できず、その逆のみが可能です。PDFやPostScript出力ファイルに直接埋め込むことができるのは、それぞれPDF
1396 画像書式とEPS画像書式のみです。いまのところ適切なWMF/SVG
1397 \begin_inset Formula $\to$
1398 \end_inset
1399
1400 PDF/EPS変換子がないので、SVGおよびWMF画像は、出力ファイルが生成される際にビットマップに計算し直されます。
1401 \end_layout
1402
1403 \begin_layout Chapter
1404
1405 \begin_inset Index idx
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 ひょう@表
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \end_layout
1416
1417 \begin_layout Section
1418 はじめに
1419 \begin_inset Index idx
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423 ひょう@表 ! はじめに
1424 \end_layout
1425
1426 \end_inset
1427
1428
1429 \end_layout
1430
1431 \begin_layout Standard
1432
1433 \family roman
1434 \series medium
1435 \shape up
1436 \size normal
1437 \emph off
1438 \bar no
1439 \noun off
1440 \color none
1441 表を挿入するには、ツールバーボタ
1442 \family default
1443 \series default
1444 \shape default
1445 \size default
1446 \emph default
1447 \bar default
1448 \noun default
1449 \color inherit
1450
1451 \begin_inset Info
1452 type  "icon"
1453 arg   "tabular-insert"
1454 \end_inset
1455
1456
1457 \family roman
1458 \series medium
1459 \shape up
1460 \size normal
1461 \emph off
1462 \bar no
1463 \noun off
1464 \color none
1465
1466 \family sans
1467 \series default
1468 \shape default
1469 \size default
1470 \emph default
1471 \bar default
1472 \noun default
1473 \color inherit
1474 挿入\SpecialChar \menuseparator
1475
1476 \family default
1477 メニューを選択します。ツールバーボタンを押すと、グラフィカルな選択ができます。マウスを動かして、生成する表の行数・列数を設定し、マウスボタンを押して下さい。表を
1478 作るのにメニューを使う場合は、ダイアログが現れ、行数と列数を訊いてきます。
1479 \begin_inset Newline newline
1480 \end_inset
1481
1482 既定の表では、各セルの周囲に罫線が引かれ、第一行が表の他の部分から分離して表示されます。この分離が起こるのは二重線のためです。第一行のセルが下に罫線を伴っている
1483 のと同時に、第二行のセルも上に罫線を伴っているのです。以下は表の一例です。
1484 \end_layout
1485
1486 \begin_layout Standard
1487 \align center
1488 \begin_inset Tabular
1489 <lyxtabular version="3" rows="4" columns="4">
1490 <features tabularvalignment="middle">
1491 <column alignment="center" valignment="top" width="0">
1492 <column alignment="center" valignment="top" width="0">
1493 <column alignment="center" valignment="top" width="0">
1494 <column alignment="center" valignment="top" width="0">
1495 <row>
1496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1497 \begin_inset Text
1498
1499 \begin_layout Plain Layout
1500
1501 \end_layout
1502
1503 \end_inset
1504 </cell>
1505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1506 \begin_inset Text
1507
1508 \begin_layout Plain Layout
1509 1
1510 \end_layout
1511
1512 \end_inset
1513 </cell>
1514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518 2
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527 3
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 </row>
1533 <row>
1534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 </row>
1571 <row>
1572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585
1586 \end_layout
1587
1588 \end_inset
1589 </cell>
1590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 </row>
1609 <row>
1610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Plain Layout
1614
1615 \end_layout
1616
1617 \end_inset
1618 </cell>
1619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1620 \begin_inset Text
1621
1622 \begin_layout Plain Layout
1623
1624 \end_layout
1625
1626 \end_inset
1627 </cell>
1628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1629 \begin_inset Text
1630
1631 \begin_layout Plain Layout
1632
1633 \end_layout
1634
1635 \end_inset
1636 </cell>
1637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1638 \begin_inset Text
1639
1640 \begin_layout Plain Layout
1641
1642 \end_layout
1643
1644 \end_inset
1645 </cell>
1646 </row>
1647 </lyxtabular>
1648
1649 \end_inset
1650
1651
1652 \end_layout
1653
1654 \begin_layout Section
1655 表ダイアログ
1656 \begin_inset Index idx
1657 status collapsed
1658
1659 \begin_layout Plain Layout
1660 ひょう@表 ! だいあろぐ@ダイアログ
1661 \end_layout
1662
1663 \end_inset
1664
1665
1666 \end_layout
1667
1668 \begin_layout Standard
1669
1670 \family roman
1671 \series medium
1672 \shape up
1673 \size normal
1674 \emph off
1675 \bar no
1676 \noun off
1677 \color none
1678 表を右クリックすると、表ダイアログが表示されて、表を変更することができます。ここでは、現在カーソルが置かれているセルないし行・列の設定を調節することができます。
1679 また、ダイアログオプションのほとんどは、選択範囲に対しても動作します。つまり、複数のセルや行・列を選択していれば、操作は選択範囲の全てに対して行われます。
1680 \family default
1681 \series default
1682 \shape default
1683 \size default
1684 \emph default
1685 \bar default
1686 \noun default
1687 \color inherit
1688 セルの
1689 \emph on
1690 内容
1691 \emph default
1692 を選択するのと、セル自体を選択するのは違うことに注意して下さい。
1693 \begin_inset Newline newline
1694 \end_inset
1695
1696 ダイアログオプションの
1697 \family sans
1698 直ちに適用
1699 \family default
1700 を使用すると、ダイアログ中に行った変更が直ちに適用されるようになります。カーソルを別のセルに移動すると、ダイアログも新しいセルのパラメーターに更新されます。ダイ
1701 アログ中の長さの値を変更した場合には、リターンを押さないと変更が適用されません。
1702 \begin_inset Newline newline
1703 \end_inset
1704
1705 表ダイアログの以下の各タブを使用して、表に変更を加えることができます。
1706 \end_layout
1707
1708 \begin_layout Description
1709
1710 \family sans
1711 表の設定
1712 \family default
1713  ここでは、現在列の幅と水平揃えを設定することができます。
1714 \family sans
1715 小数点で
1716 \family default
1717 とある揃えは、第
1718 \begin_inset CommandInset ref
1719 LatexCommand ref
1720 reference "sub:特殊なセル揃え"
1721
1722 \end_inset
1723
1724 で説明されています。幅を設定した場合には、現在行の垂直揃えも調整することができます。列幅を与えると、改行や多段落の文章をセルに入れることができます。これに関して
1725 は、第
1726 \begin_inset CommandInset ref
1727 LatexCommand ref
1728 reference "sub:複数行"
1729
1730 \end_inset
1731
1732 節をご参照下さい。列幅を設定しない場合には、列幅は、もっとも幅の広いセル内容の幅になります。
1733 \begin_inset Newline newline
1734 \end_inset
1735
1736 さらに、同一行の一つまたは複数のセルを連結列セルとして指定することができます。これに関しては、第
1737 \begin_inset CommandInset ref
1738 LatexCommand ref
1739 reference "sub:連結列"
1740
1741 \end_inset
1742
1743 節をご参照下さい。あるいは同一列のセルを連結行セルとして指定することもできます。これについては、第
1744 \begin_inset CommandInset ref
1745 LatexCommand ref
1746 reference "sub:連結行"
1747
1748 \end_inset
1749
1750 節をご参照ください。
1751 \begin_inset Newline newline
1752 \end_inset
1753
1754 回転関連のチェックボックスは、現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます。回転は、LyX内部では反映されず、出力にのみ現れます。
1755 \begin_inset Newline newline
1756 \end_inset
1757
1758
1759 \begin_inset Note Greyedout
1760 status open
1761
1762 \begin_layout Plain Layout
1763
1764 \series bold
1765 【註】
1766 \series default
1767 DVIビューアのすべてが回転を表示できるわけではありません。
1768 \end_layout
1769
1770 \end_inset
1771
1772
1773 \begin_inset Newline newline
1774 \end_inset
1775
1776 下記は、本文行中の表に、表全体の垂直揃えを適用したものです。
1777 \begin_inset Newline newline
1778 \end_inset
1779
1780 各種の揃えを適用した同一行中の表:
1781 \begin_inset Tabular
1782 <lyxtabular version="3" rows="2" columns="2">
1783 <features tabularvalignment="top">
1784 <column alignment="center" valignment="top" width="0pt">
1785 <column alignment="center" valignment="top" width="0">
1786 <row>
1787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1788 \begin_inset Text
1789
1790 \begin_layout Plain Layout
1791
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1797 \begin_inset Text
1798
1799 \begin_layout Plain Layout
1800 1
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 </row>
1806 <row>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811 A
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 </row>
1826 </lyxtabular>
1827
1828 \end_inset
1829
1830  
1831 \begin_inset Tabular
1832 <lyxtabular version="3" rows="2" columns="2">
1833 <features tabularvalignment="middle">
1834 <column alignment="center" valignment="top" width="0">
1835 <column alignment="center" valignment="top" width="0">
1836 <row>
1837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 1
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 </row>
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861 A
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 </row>
1876 </lyxtabular>
1877
1878 \end_inset
1879
1880  
1881 \begin_inset Tabular
1882 <lyxtabular version="3" rows="2" columns="2">
1883 <features tabularvalignment="bottom">
1884 <column alignment="center" valignment="top" width="0pt">
1885 <column alignment="center" valignment="top" width="0">
1886 <row>
1887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900 1
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 </row>
1906 <row>
1907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911 A
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 </row>
1926 </lyxtabular>
1927
1928 \end_inset
1929
1930
1931 \begin_inset Newline newline
1932 \end_inset
1933
1934 また、特殊な表設定に必要なLaTeX引数を入力することもできます。これに関しては、第
1935 \begin_inset CommandInset ref
1936 LatexCommand ref
1937 reference "sub:連結列の計算"
1938
1939 \end_inset
1940
1941 節および第
1942 \begin_inset CommandInset ref
1943 LatexCommand ref
1944 reference "sec:色付きの表"
1945
1946 \end_inset
1947
1948 節をご参照下さい。
1949 \end_layout
1950
1951 \begin_layout Description
1952
1953 \family sans
1954 罫線
1955 \family default
1956  このタブでは、現在列ないし現在行の罫線を引いたり消したりすることができます。
1957 \begin_inset Newline newline
1958 \end_inset
1959
1960 様式オプションとして
1961 \family sans
1962 フォーマル様式
1963 \family default
1964 を使用すると、第
1965 \begin_inset CommandInset ref
1966 LatexCommand ref
1967 reference "sec:フォーマル形式の表"
1968
1969 \end_inset
1970
1971 節に述べられているフォーマル様式の表に表を変換します。
1972 \begin_inset Newline newline
1973 \end_inset
1974
1975 またここで、第
1976 \begin_inset CommandInset ref
1977 LatexCommand ref
1978 reference "sub:行の余白取り"
1979
1980 \end_inset
1981
1982 節に述べられているように、表の行に空白を追加することもできます。
1983 \end_layout
1984
1985 \begin_layout Description
1986
1987 \family sans
1988 長尺表
1989 \family default
1990  このタブは、複数のページにわたる、いわゆる「
1991 \emph on
1992 長尺表
1993 \emph default
1994 」を作るためのものです。第
1995 \begin_inset CommandInset ref
1996 LatexCommand ref
1997 reference "sec:長尺表"
1998
1999 \end_inset
2000
2001 節および第
2002 \begin_inset CommandInset ref
2003 LatexCommand ref
2004 reference "sec:長尺表にまつわる諸点"
2005
2006 \end_inset
2007
2008 節に、長尺表の機能に関する詳細な説明があります。
2009 \end_layout
2010
2011 \begin_layout Section
2012 表ツールバー
2013 \begin_inset Index idx
2014 status collapsed
2015
2016 \begin_layout Plain Layout
2017 ひょう@表 ! つーるばー@ツールバー
2018 \end_layout
2019
2020 \end_inset
2021
2022
2023 \end_layout
2024
2025 \begin_layout Standard
2026 表ツールバーは、表ダイアログの代わりに、表をすばやく変更できるようにするためのものです。通常、カーソルが表の内部にあるときに、LyXのメインウィンドウの底部に表
2027 示されます。ご希望であれば、LyXのメインメニューバーを右クリックすることによって、つねに表示されるように切り替えることもできます。
2028 \end_layout
2029
2030 \begin_layout Standard
2031 ツールバーには、以下のアイコンがあります。
2032 \end_layout
2033
2034 \begin_layout Labeling
2035 \labelwidthstring 00.00.0000
2036
2037 \family sans
2038 \begin_inset Info
2039 type  "icon"
2040 arg   "inset-modify tabular append-row"
2041 \end_inset
2042
2043
2044 \family default
2045  は、現在セルあるいは選択範囲の下に行を追加します。
2046 \end_layout
2047
2048 \begin_layout Labeling
2049 \labelwidthstring 00.00.0000
2050
2051 \family sans
2052 \begin_inset Info
2053 type  "icon"
2054 arg   "inset-modify tabular append-column"
2055 \end_inset
2056
2057
2058 \family default
2059  は、現在セルあるいは選択範囲の右に列を追加します。
2060 \end_layout
2061
2062 \begin_layout Labeling
2063 \labelwidthstring 00.00.0000
2064
2065 \family sans
2066 \begin_inset Info
2067 type  "icon"
2068 arg   "inset-modify tabular delete-row"
2069 \end_inset
2070
2071
2072 \family default
2073  は、現在行あるいは選択範囲行を削除します。
2074 \end_layout
2075
2076 \begin_layout Labeling
2077 \labelwidthstring 00.00.0000
2078
2079 \family sans
2080 \begin_inset Info
2081 type  "icon"
2082 arg   "inset-modify tabular delete-column"
2083 \end_inset
2084
2085
2086 \family default
2087  は、現在列あるいは選択範囲列を削除します。
2088 \end_layout
2089
2090 \begin_layout Labeling
2091 \labelwidthstring 00.00.0000
2092
2093 \family sans
2094 \begin_inset Info
2095 type  "icon"
2096 arg   "inset-modify tabular toggle-line-top"
2097 \end_inset
2098
2099
2100 \family default
2101  は、現在セルや現在行、あるいは選択範囲の上部に罫線を描画します。
2102 \end_layout
2103
2104 \begin_layout Labeling
2105 \labelwidthstring 00.00.0000
2106
2107 \family sans
2108 \begin_inset Info
2109 type  "icon"
2110 arg   "inset-modify tabular toggle-line-bottom"
2111 \end_inset
2112
2113
2114 \family default
2115  は、現在セルや現在行、あるいは選択範囲の下部に罫線を描画します。
2116 \end_layout
2117
2118 \begin_layout Labeling
2119 \labelwidthstring 00.00.0000
2120
2121 \family sans
2122 \begin_inset Info
2123 type  "icon"
2124 arg   "inset-modify tabular toggle-line-left"
2125 \end_inset
2126
2127
2128 \family default
2129  は、現在セルや現在行、あるいは選択範囲の左側に罫線を描画します。
2130 \end_layout
2131
2132 \begin_layout Labeling
2133 \labelwidthstring 00.00.0000
2134
2135 \family sans
2136 \begin_inset Info
2137 type  "icon"
2138 arg   "inset-modify tabular toggle-line-right"
2139 \end_inset
2140
2141
2142 \family default
2143  は、現在セルや現在行、あるいは選択範囲の右側に罫線を描画します。
2144 \end_layout
2145
2146 \begin_layout Labeling
2147 \labelwidthstring 00.00.0000
2148
2149 \family sans
2150 \begin_inset Info
2151 type  "icon"
2152 arg   "inset-modify tabular set-all-lines"
2153 \end_inset
2154
2155
2156 \family default
2157  は、現在セルあるいは選択範囲の周囲に罫線を描画します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2158 \end_layout
2159
2160 \begin_layout Labeling
2161 \labelwidthstring 00.00.0000
2162
2163 \family sans
2164 \begin_inset Info
2165 type  "icon"
2166 arg   "inset-modify tabular unset-all-lines"
2167 \end_inset
2168
2169
2170 \family default
2171  は、現在セルあるいは選択範囲のすべての罫線を消去します。現在セルが連結列でなければ、現在行と現在列にも影響します。
2172 \end_layout
2173
2174 \begin_layout Labeling
2175 \labelwidthstring 00.00.0000
2176
2177 \family sans
2178 \begin_inset Info
2179 type  "icon"
2180 arg   "inset-modify tabular m-align-left"
2181 \end_inset
2182
2183
2184 \family default
2185  は、現在セルあるいは現在列の内容を左揃えにします。
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190
2191 \family sans
2192 \begin_inset Info
2193 type  "icon"
2194 arg   "inset-modify tabular m-align-center"
2195 \end_inset
2196
2197
2198 \family default
2199  は、現在セルあるいは現在列の内容を水平方向中央揃えにします。
2200 \end_layout
2201
2202 \begin_layout Labeling
2203 \labelwidthstring 00.00.0000
2204
2205 \family sans
2206 \begin_inset Info
2207 type  "icon"
2208 arg   "inset-modify tabular m-align-right"
2209 \end_inset
2210
2211
2212 \family default
2213  は、現在セルあるいは現在列の内容を右揃えにします。
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218
2219 \family sans
2220 \begin_inset Info
2221 type  "icon"
2222 arg   "inset-modify tabular align-decimal"
2223 \end_inset
2224
2225
2226 \family default
2227  は、現在セルの内容を特定文字位置で揃えます。
2228 \end_layout
2229
2230 \begin_layout Labeling
2231 \labelwidthstring 00.00.0000
2232
2233 \family sans
2234 \begin_inset Info
2235 type  "icon"
2236 arg   "inset-modify tabular m-valign-top"
2237 \end_inset
2238
2239
2240 \family default
2241  は、現在セルの内容を垂直方向上揃えにします。
2242 \end_layout
2243
2244 \begin_layout Labeling
2245 \labelwidthstring 00.00.0000
2246
2247 \family sans
2248 \begin_inset Info
2249 type  "icon"
2250 arg   "inset-modify tabular m-valign-middle"
2251 \end_inset
2252
2253
2254 \family default
2255  は、現在セルの内容を垂直方向中央揃えにします。
2256 \end_layout
2257
2258 \begin_layout Labeling
2259 \labelwidthstring 00.00.0000
2260
2261 \family sans
2262 \begin_inset Info
2263 type  "icon"
2264 arg   "inset-modify tabular m-valign-bottom"
2265 \end_inset
2266
2267
2268 \family default
2269  は、現在セルの内容を垂直方向下揃えにします。
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274
2275 \family sans
2276 \begin_inset Info
2277 type  "icon"
2278 arg   "inset-modify tabular set-rotate-cell"
2279 \end_inset
2280
2281
2282 \family default
2283  は、現在セルあるいは選択範囲を反時計廻りに90度回転します。
2284 \end_layout
2285
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288
2289 \family sans
2290 \begin_inset Info
2291 type  "icon"
2292 arg   "inset-modify tabular set-rotate-tabular"
2293 \end_inset
2294
2295
2296 \family default
2297  は、表全体を反時計廻りに90度回転します。
2298 \end_layout
2299
2300 \begin_layout Labeling
2301 \labelwidthstring 00.00.0000
2302
2303 \family sans
2304 \begin_inset Info
2305 type  "icon"
2306 arg   "inset-modify tabular multicolumn"
2307 \end_inset
2308
2309
2310 \family default
2311  は、現在セルあるいは選択範囲を連結列にします。
2312 \end_layout
2313
2314 \begin_layout Labeling
2315 \labelwidthstring 00.00.0000
2316
2317 \family sans
2318 \begin_inset Info
2319 type  "icon"
2320 arg   "inset-modify tabular multirow"
2321 \end_inset
2322
2323
2324 \family default
2325  は、現在セルあるいは選択範囲を連結行にします。
2326 \end_layout
2327
2328 \begin_layout Standard
2329 \begin_inset Note Greyedout
2330 status open
2331
2332 \begin_layout Plain Layout
2333
2334 \series bold
2335 【註】
2336 \series default
2337 出力では、行の最初のセルの垂直揃えが、同一行の他のセルすべてに適用されます。
2338 \end_layout
2339
2340 \end_inset
2341
2342
2343 \end_layout
2344
2345 \begin_layout Section
2346 表編集メニュー
2347 \begin_inset Index idx
2348 status collapsed
2349
2350 \begin_layout Plain Layout
2351 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2352 \end_layout
2353
2354 \end_inset
2355
2356
2357 \end_layout
2358
2359 \begin_layout Standard
2360 表ダイアログと表ツールバーの他に、
2361 \family sans
2362 編集\SpecialChar \menuseparator
2363
2364 \family default
2365 メニューでも、現在行や現在列の罫線を引いたり消したりすることができ、あるいは現在の選択範囲を連結列に指定したりすることができます。このメニューは、カーソルが表内
2366 部にあるときのみ、表示されます。
2367 \end_layout
2368
2369 \begin_layout Section
2370 表フロート
2371 \begin_inset CommandInset label
2372 LatexCommand label
2373 name "sec:表フロート"
2374
2375 \end_inset
2376
2377
2378 \begin_inset Index idx
2379 status collapsed
2380
2381 \begin_layout Plain Layout
2382 ふろーと@フロート ! ひょう@表
2383 \end_layout
2384
2385 \end_inset
2386
2387
2388 \begin_inset Index idx
2389 status collapsed
2390
2391 \begin_layout Plain Layout
2392 ひょう@表 ! ふろーと@フロート
2393 \end_layout
2394
2395 \end_inset
2396
2397
2398 \end_layout
2399
2400 \begin_layout Standard
2401 フロートの一般的な説明については、第
2402 \begin_inset CommandInset ref
2403 LatexCommand ref
2404 reference "sec:フロートはじめに"
2405
2406 \end_inset
2407
2408 節をご覧下さい。
2409 \end_layout
2410
2411 \begin_layout Standard
2412 \begin_inset Float table
2413 placement h
2414 wide false
2415 sideways false
2416 status open
2417
2418 \begin_layout Plain Layout
2419 \begin_inset Caption
2420
2421 \begin_layout Plain Layout
2422 \begin_inset CommandInset label
2423 LatexCommand label
2424 name "tab:表フロート"
2425
2426 \end_inset
2427
2428 表フロート
2429 \end_layout
2430
2431 \end_inset
2432
2433
2434 \end_layout
2435
2436 \begin_layout Plain Layout
2437 \align center
2438 \begin_inset Tabular
2439 <lyxtabular version="3" rows="3" columns="3">
2440 <features tabularvalignment="middle">
2441 <column alignment="center" valignment="top" width="0pt">
2442 <column alignment="center" valignment="top" width="0pt">
2443 <column alignment="center" valignment="top" width="0pt">
2444 <row>
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449
2450 \family roman
2451 \series medium
2452 \shape up
2453 \size normal
2454 \emph off
2455 \bar no
2456 \noun off
2457 \color none
2458 1
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467
2468 \family roman
2469 \series medium
2470 \shape up
2471 \size normal
2472 \emph off
2473 \bar no
2474 \noun off
2475 \color none
2476 2
2477 \end_layout
2478
2479 \end_inset
2480 </cell>
2481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2482 \begin_inset Text
2483
2484 \begin_layout Plain Layout
2485
2486 \family roman
2487 \series medium
2488 \shape up
2489 \size normal
2490 \emph off
2491 \bar no
2492 \noun off
2493 \color none
2494 3
2495 \end_layout
2496
2497 \end_inset
2498 </cell>
2499 </row>
2500 <row>
2501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2502 \begin_inset Text
2503
2504 \begin_layout Plain Layout
2505 森嶋
2506 \end_layout
2507
2508 \end_inset
2509 </cell>
2510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2511 \begin_inset Text
2512
2513 \begin_layout Plain Layout
2514 宇沢
2515 \end_layout
2516
2517 \end_inset
2518 </cell>
2519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2520 \begin_inset Text
2521
2522 \begin_layout Plain Layout
2523 二階堂
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 </row>
2529 <row>
2530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Plain Layout
2534
2535 \family roman
2536 \series medium
2537 \shape up
2538 \size normal
2539 \emph off
2540 \bar no
2541 \noun off
2542 \color none
2543 \begin_inset Formula $\int x^{2}dx$
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \end_inset
2550 </cell>
2551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2552 \begin_inset Text
2553
2554 \begin_layout Plain Layout
2555
2556 \family roman
2557 \series medium
2558 \shape up
2559 \size normal
2560 \emph off
2561 \bar no
2562 \noun off
2563 \color none
2564 \begin_inset Formula $\left[\begin{array}{cc}
2565 a & b\\
2566 c & d
2567 \end{array}\right]$
2568 \end_inset
2569
2570
2571 \end_layout
2572
2573 \end_inset
2574 </cell>
2575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2576 \begin_inset Text
2577
2578 \begin_layout Plain Layout
2579
2580 \family roman
2581 \series medium
2582 \shape up
2583 \size normal
2584 \emph off
2585 \bar no
2586 \noun off
2587 \color none
2588 \begin_inset Formula $1+1=2$
2589 \end_inset
2590
2591
2592 \end_layout
2593
2594 \end_inset
2595 </cell>
2596 </row>
2597 </lyxtabular>
2598
2599 \end_inset
2600
2601
2602 \end_layout
2603
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \begin_layout Standard
2610 表フロートは、
2611 \family sans
2612 挿入
2613 \shape up
2614 \SpecialChar \menuseparator
2615 フロート\SpecialChar \menuseparator
2616
2617 \family default
2618 \shape default
2619 メニューかツールバーボタン
2620 \family sans
2621
2622 \begin_inset Info
2623 type  "icon"
2624 arg   "float-insert table"
2625 \end_inset
2626
2627
2628 \family default
2629 を使うと挿入することができます。
2630 \end_layout
2631
2632 \begin_layout Standard
2633 フロートは折りたたむことのできるボックスとして表示され、中には「表
2634 \begin_inset space ~
2635 \end_inset
2636
2637 #:」(#は実際には表番号です)というラベルのついたキャプションがあります。表は、このキャプションの上にも下にも入れることができます。
2638 \end_layout
2639
2640 \begin_layout Standard
2641
2642 \begin_inset space ~
2643 \end_inset
2644
2645
2646 \begin_inset CommandInset ref
2647 LatexCommand ref
2648 reference "tab:表フロート"
2649
2650 \end_inset
2651
2652 は、表フロートに入れた表の例です。
2653 \end_layout
2654
2655 \begin_layout Standard
2656 キャプションを表の上に入れるのは、標準的な組版方法ですが、残念ながらLaTeXの標準クラスではサポートされていません。つまり、article・book・lett
2657 er・reportのような文書クラスを使用した場合には、キャプションと表のあいだに余白が入りません。必要な余白を入れるには、使用中の文書のプリアンブルに、LaT
2658 eXパッケージの
2659 \series bold
2660 caption
2661 \series default
2662
2663 \begin_inset Index idx
2664 status collapsed
2665
2666 \begin_layout Plain Layout
2667 LaTeXぱっけーじ@LaTeXパッケージ ! caption
2668 \end_layout
2669
2670 \end_inset
2671
2672
2673 \end_layout
2674
2675 \begin_layout Standard
2676
2677 \series bold
2678 tableposition=top
2679 \end_layout
2680
2681 \begin_layout Standard
2682 というオプションとともにloadコマンドを使って読み込んでください
2683 \begin_inset Foot
2684 status collapsed
2685
2686 \begin_layout Plain Layout
2687 詳しくは、第
2688 \begin_inset CommandInset ref
2689 LatexCommand ref
2690 reference "sec:キャプションの配置"
2691
2692 \end_inset
2693
2694 節をご覧下さい。
2695 \end_layout
2696
2697 \end_inset
2698
2699 。キャプション書式を調整するには、第
2700 \begin_inset CommandInset ref
2701 LatexCommand ref
2702 reference "sec:キャプションの書式設定"
2703
2704 \end_inset
2705
2706 節にものべられているように
2707 \series bold
2708 caption
2709 \series default
2710 パッケージを使用します。
2711 \end_layout
2712
2713 \begin_layout Standard
2714 \begin_inset Index idx
2715 status collapsed
2716
2717 \begin_layout Plain Layout
2718 さんしょう@参照 ! ひょうへの@表への
2719 \end_layout
2720
2721 \end_inset
2722
2723 表は、本文中において、ラベルを参照することによって相互参照することができます。そのためには、
2724 \family sans
2725 挿入\SpecialChar \menuseparator
2726 ラベル
2727 \family default
2728 メニューかツールバーボタンの
2729 \family sans
2730
2731 \begin_inset Info
2732 type  "icon"
2733 arg   "label-insert"
2734 \end_inset
2735
2736
2737 \family default
2738 を用いて、キャプションにラベルを挿入して下さい。然る後に、挿入\SpecialChar \menuseparator
2739 相互参照メニューかツールバーボタンの
2740 \family sans
2741
2742 \begin_inset Info
2743 type  "icon"
2744 arg   "dialog-show-new-inset ref"
2745 \end_inset
2746
2747
2748 \family default
2749 を用いて、このラベルを参照することができます。
2750 \begin_inset Newline newline
2751 \end_inset
2752
2753 参照は、第
2754 \begin_inset CommandInset ref
2755 LatexCommand ref
2756 reference "sec:フロートの参照"
2757
2758 \end_inset
2759
2760 節で詳細に説明されています。
2761 \end_layout
2762
2763 \begin_layout Section
2764 長尺表
2765 \begin_inset CommandInset label
2766 LatexCommand label
2767 name "sec:長尺表"
2768
2769 \end_inset
2770
2771
2772 \begin_inset Index idx
2773 status collapsed
2774
2775 \begin_layout Plain Layout
2776 ちょうしゃくひょう@長尺表
2777 \end_layout
2778
2779 \end_inset
2780
2781
2782 \begin_inset Index idx
2783 status collapsed
2784
2785 \begin_layout Plain Layout
2786 ひょう@表 ! ちょうしゃくひょう@長尺表
2787 \end_layout
2788
2789 \end_inset
2790
2791
2792 \end_layout
2793
2794 \begin_layout Standard
2795 表が長すぎて1ページに収まりきらないときには、表ダイアログの
2796 \family sans
2797 長尺表
2798 \family default
2799 タブにある
2800 \family sans
2801 長尺表を使う
2802 \family default
2803 オプションを使用して、複数ページに自動的に分割させることができます。このオプションを有効にすると、いくつかのチェックボックスが使えるようになり、以下のものを定義
2804 することができるようになります。
2805 \end_layout
2806
2807 \begin_layout Description
2808 ヘッダ: カーソル位置の行が、長尺表の全ページに表示されるヘッダ行として定義されます。
2809 \family roman
2810 \series medium
2811 \shape up
2812 \size normal
2813 \emph off
2814 \bar no
2815 \noun off
2816 \color none
2817 ただし、
2818 \family sans
2819 \series default
2820 \shape default
2821 \size default
2822 \emph default
2823 \bar default
2824 \noun default
2825 \color inherit
2826 冒頭ヘッダ
2827 \family roman
2828 \series medium
2829 \shape up
2830 \size normal
2831 \emph off
2832 \bar no
2833 \noun off
2834 \color none
2835 が定義されているときは、冒頭ページを除きます。
2836 \family default
2837 \series default
2838 \shape default
2839 \size default
2840 \emph default
2841 \bar default
2842 \noun default
2843 \color inherit
2844 これと区別して、このヘッダは本体ヘッダと呼びます。
2845 \end_layout
2846
2847 \begin_layout Description
2848 冒頭ヘッダ: カーソル位置の行が、長尺表の最初のページに表示されるヘッダ行として定義されます。
2849 \end_layout
2850
2851 \begin_layout Description
2852 フッタ: カーソル位置の行が、長尺表の全ページに表示されるフッタ行として定義されます。
2853 \family roman
2854 \series medium
2855 \shape up
2856 \size normal
2857 \emph off
2858 \bar no
2859 \noun off
2860 \color none
2861 ただし、
2862 \family sans
2863 \series default
2864 \shape default
2865 \size default
2866 \emph default
2867 \bar default
2868 \noun default
2869 \color inherit
2870 末尾フッタ
2871 \family roman
2872 \series medium
2873 \shape up
2874 \size normal
2875 \emph off
2876 \bar no
2877 \noun off
2878 \color none
2879 が定義されているときは、末尾ページを除きます。
2880 \end_layout
2881
2882 \begin_layout Description
2883 末尾フッタ: カーソル位置の行が、長尺表の最後のページに表示されるフッタ行として定義されます。
2884 \end_layout
2885
2886 \begin_layout Description
2887 キャプション: カーソル位置の行を表のキャプションにします。この行は一列にリセットされ、キャプションが挿入されます。長尺表のキャプションについての詳細は、第
2888 \begin_inset CommandInset ref
2889 LatexCommand ref
2890 reference "sub:長尺表のキャプション"
2891
2892 \end_inset
2893
2894 節で説明されています。
2895 \end_layout
2896
2897 \begin_layout Standard
2898 加えて、表が分割される行を指定することができます。長尺表の動作を見るために以下の例を参照してください。
2899 \end_layout
2900
2901 \begin_layout Standard
2902 \align center
2903 \begin_inset Tabular
2904 <lyxtabular version="3" rows="69" columns="3">
2905 <features islongtable="true" longtabularalignment="center">
2906 <column alignment="left" valignment="top" width="0cm">
2907 <column alignment="left" valignment="top" width="0pt">
2908 <column alignment="center" valignment="top" width="0pt">
2909 <row endfirsthead="true">
2910 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914
2915 \series bold
2916 例示用電話帳(名前は無視してください)
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2922 \begin_inset Text
2923
2924 \begin_layout Plain Layout
2925
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 </row>
2940 <row endfirsthead="true">
2941 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945 氏名
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Plain Layout
2963
2964 \series bold
2965 TEL.
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 <row endhead="true">
2972 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \series bold
2978 例示用電話帳
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 </row>
3002 <row endhead="true">
3003 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007 氏名
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025
3026 \series bold
3027 TEL.
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 </row>
3033 <row endfoot="true">
3034 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038 次頁へつづく
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 </row>
3062 <row>
3063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \series bold
3069 Annovi
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell alignment="center" valignment="top" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078 Silvia
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087 111
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 </row>
3093 <row>
3094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \series bold
3100 Bertoli
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell alignment="center" valignment="top" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109 Stefano
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118 111
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 </row>
3124 <row>
3125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129
3130 \series bold
3131 Bozzi
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell alignment="center" valignment="top" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140 Walter
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149 111
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 </row>
3155 <row>
3156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160
3161 \series bold
3162 Cachia
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 <cell alignment="center" valignment="top" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171 Maria
3172 \end_layout
3173
3174 \end_inset
3175 </cell>
3176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180 111
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 </row>
3186 <row>
3187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191
3192 \series bold
3193 Cachia
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell alignment="center" valignment="top" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202 Maurizio
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211 111
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 </row>
3217 <row>
3218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222
3223 \series bold
3224 Cinquemani
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="center" valignment="top" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233 Giusi
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242 111
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 </row>
3248 <row>
3249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253
3254 \series bold
3255 Colin
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 <cell alignment="center" valignment="top" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264 Bernard
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273 111
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 </row>
3279 <row>
3280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284
3285 \series bold
3286 Concli
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell alignment="center" valignment="top" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295 Gianfranco
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 111
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 </row>
3310 <row>
3311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315
3316 \series bold
3317 Dal Bosco
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell alignment="center" valignment="top" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 Carolina
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335 111
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 </row>
3341 <row>
3342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346
3347 \series bold
3348 Dalpiaz
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell alignment="center" valignment="top" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357 Annamaria
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 111
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 </row>
3372 <row>
3373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \series bold
3379 Feliciello
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388 Domenico
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 111
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 </row>
3403 <row>
3404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \series bold
3410 Focarelli
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 Paola
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 111
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 </row>
3434 <row>
3435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \series bold
3441 Galletti
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 Oreste
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 111
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 </row>
3465 <row>
3466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \series bold
3472 Gasparini
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 Franca
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 111
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row>
3497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501
3502 \series bold
3503 Rizzardi
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell alignment="center" valignment="top" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512 Paola
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 111
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 </row>
3527 <row>
3528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532
3533 \series bold
3534 Lassini
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 Giancarlo
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 111
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 </row>
3558 <row>
3559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563
3564 \series bold
3565 Malfatti
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 Luciano
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 111
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row>
3590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594
3595 \series bold
3596 Malfatti
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 Valeriano
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 111
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 </row>
3620 <row>
3621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625
3626 \series bold
3627 Meneguzzo
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 Roberto
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 111
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 </row>
3651 <row>
3652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656
3657 \series bold
3658 Mezzadra
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 Roberto
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 111
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 </row>
3682 <row>
3683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687
3688 \series bold
3689 Pirpamer
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Erich
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 111
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 </row>
3713 <row>
3714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718
3719 \series bold
3720 Pochiesa
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 Paolo
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 111, 222
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row>
3745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749
3750 \series bold
3751 Radina
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 Claudio
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 111
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row>
3776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780
3781 \series bold
3782 Stuffer
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 Oskar
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 111
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811
3812 \series bold
3813 Tacchelli
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 Ugo
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 111
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 </row>
3837 <row>
3838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842
3843 \series bold
3844 Tezzele
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 Margit
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 111
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \series bold
3875 Unterkalmsteiner
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 Frieda
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 111
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 </row>
3899 <row>
3900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904
3905 \series bold
3906 Vieider
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 Hilde
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 111
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 </row>
3930 <row>
3931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935
3936 \series bold
3937 Vigna
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 Jürgen
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 111
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 </row>
3961 <row>
3962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966
3967 \series bold
3968 Weber
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Maurizio
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 111
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \series bold
3999 Winkler
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 Franz
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 111
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 </row>
4023 <row>
4024 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028  
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 </row>
4052 <row>
4053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057
4058 \series bold
4059 Annovi
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068 Silvia
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 555
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 </row>
4083 <row>
4084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \series bold
4090 Bertoli
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 Stefano
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 555
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 </row>
4114 <row>
4115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119
4120 \series bold
4121 Bozzi
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell alignment="center" valignment="top" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130 Walter
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 555
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150
4151 \series bold
4152 Cachia
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 Maria
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 555
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181
4182 \series bold
4183 Cachia
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 Maurizio
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 555
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 </row>
4207 <row>
4208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212
4213 \series bold
4214 Cinquemani
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 Giusi
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 555
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 <row>
4239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \series bold
4245 Colin
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 Bernard
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 555
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row>
4270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274
4275 \series bold
4276 Concli
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 Gianfranco
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 555
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 <row>
4301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305
4306 \series bold
4307 Dal Bosco
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 Carolina
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 555
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 </row>
4331 <row>
4332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336
4337 \series bold
4338 Dalpiaz
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 Annamaria
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 555
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 </row>
4362 <row>
4363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367
4368 \series bold
4369 Feliciello
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 Domenico
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 555
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 </row>
4393 <row>
4394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398
4399 \series bold
4400 Focarelli
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 Paola
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 555
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 </row>
4424 <row>
4425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429
4430 \series bold
4431 Galletti
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 Oreste
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 555
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 </row>
4455 <row>
4456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \series bold
4462 Gasparini
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 Franca
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 555
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 </row>
4486 <row>
4487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491
4492 \series bold
4493 Rizzardi
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 Paola
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 555
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 </row>
4517 <row>
4518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522
4523 \series bold
4524 Lassini
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 Giancarlo
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 555
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 </row>
4548 <row>
4549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553
4554 \series bold
4555 Malfatti
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 Luciano
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 555
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 </row>
4579 <row>
4580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584
4585 \series bold
4586 Malfatti
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 Valeriano
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 555
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 </row>
4610 <row>
4611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615
4616 \series bold
4617 Meneguzzo
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 Roberto
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 555
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 </row>
4641 <row>
4642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646
4647 \series bold
4648 Mezzadra
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 Roberto
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 555
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 </row>
4672 <row>
4673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677
4678 \series bold
4679 Pirpamer
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 Erich
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 555
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 <row>
4704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708
4709 \series bold
4710 Pochiesa
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 Paolo
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 555, 222
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 </row>
4734 <row>
4735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739
4740 \series bold
4741 Radina
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 Claudio
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 555
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770
4771 \series bold
4772 Stuffer
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 Oskar
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 555
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 </row>
4796 <row>
4797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801
4802 \series bold
4803 Tacchelli
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 Ugo
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 555
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 </row>
4827 <row>
4828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832
4833 \series bold
4834 Tezzele
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 Margit
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 555
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 </row>
4858 <row>
4859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863
4864 \series bold
4865 Unterkalmsteiner
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 Frieda
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 555
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 </row>
4889 <row>
4890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894
4895 \series bold
4896 Vieider
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 Hilde
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 555
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 </row>
4920 <row>
4921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925
4926 \series bold
4927 Vigna
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 Jürgen
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 999
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 </row>
4951 <row>
4952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956
4957 \series bold
4958 Weber
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 Maurizio
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 555
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 </row>
4982 <row>
4983 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987
4988 \series bold
4989 Winkler
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 Franz
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 555
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 </row>
5013 <row endlastfoot="true">
5014 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 以上
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 </row>
5042 </lyxtabular>
5043
5044 \end_inset
5045
5046
5047 \begin_inset ERT
5048 status collapsed
5049
5050 \begin_layout Plain Layout
5051
5052
5053 \backslash
5054 addtocounter{table}{-1}
5055 \end_layout
5056
5057 \end_inset
5058
5059
5060 \begin_inset Note Note
5061 status collapsed
5062
5063 \begin_layout Plain Layout
5064 本コマンドの説明については、第
5065 \begin_inset CommandInset ref
5066 LatexCommand ref
5067 reference "sub:長尺表のキャプション"
5068
5069 \end_inset
5070
5071 節の最初の淡色表示注釈をご覧下さい。
5072 \end_layout
5073
5074 \end_inset
5075
5076
5077 \end_layout
5078
5079 \begin_layout Subsection
5080 長尺表での脚注
5081 \begin_inset CommandInset label
5082 LatexCommand label
5083 name "sub:長尺表での脚注"
5084
5085 \end_inset
5086
5087
5088 \begin_inset Index idx
5089 status collapsed
5090
5091 \begin_layout Plain Layout
5092 ちょうしゃくひょう@長尺表 ! きゃくちゅう@脚注
5093 \end_layout
5094
5095 \end_inset
5096
5097
5098 \end_layout
5099
5100 \begin_layout Standard
5101 脚注は、どの長尺表セルにも入れることができます。脚注は、脚注のついた表セルのあるページの下部に表示されます。たとえば、表
5102 \begin_inset CommandInset ref
5103 LatexCommand ref
5104 reference "tab:別キャプション"
5105
5106 \end_inset
5107
5108 には脚注が付いています。
5109 \end_layout
5110
5111 \begin_layout Subsection
5112 長尺表の縦横揃え
5113 \begin_inset Index idx
5114 status collapsed
5115
5116 \begin_layout Plain Layout
5117 ちょうしゃくひょう@長尺表 ! たてよこぞろえ@縦横揃え
5118 \end_layout
5119
5120 \end_inset
5121
5122
5123 \end_layout
5124
5125 \begin_layout Standard
5126 表設定ダイアログでは、長尺表の水平揃えを指定することができます。左揃えや右揃えでは、表は直接ページ境界に寄せられます。表と境界の間に余白を加えるには、中央揃えに
5127 設定してから
5128 \end_layout
5129
5130 \begin_layout Standard
5131
5132 \series bold
5133
5134 \backslash
5135 setlength{
5136 \backslash
5137 LTleft}{値}
5138 \end_layout
5139
5140 \begin_layout Standard
5141 という行を当該長尺表の前にTeXコードとして挿入して、長さ
5142 \series bold
5143
5144 \backslash
5145 LTleft
5146 \series default
5147 および
5148 \series bold
5149
5150 \backslash
5151 LTright
5152 \series default
5153 の値を変更しなくてはなりません。ここで「値」は、第
5154 \begin_inset CommandInset ref
5155 LatexCommand ref
5156 reference "tab:単位"
5157
5158 \end_inset
5159
5160 表に挙げてある単位であれば、どの単位を取ることもできます。
5161 \series bold
5162
5163 \backslash
5164 LTleft
5165 \series default
5166 は、左頁余白から長尺表までの水平方向の距離を制御し、
5167 \series bold
5168
5169 \backslash
5170 LTright
5171 \series default
5172 は、右頁余白からの距離を制御します。これらの長さの既定値は
5173 \series bold
5174
5175 \backslash
5176 fill
5177 \series default
5178 となっており、LyXの水平フィルと同等になっています。
5179 \end_layout
5180
5181 \begin_layout Standard
5182 以下の長尺表は、中央揃えの上、
5183 \series bold
5184
5185 \backslash
5186 LTleft
5187 \series default
5188
5189 \family sans
5190 0.1
5191 \backslash
5192 columnwidth
5193 \family default
5194 に設定してあります。
5195 \begin_inset ERT
5196 status collapsed
5197
5198 \begin_layout Plain Layout
5199
5200
5201 \backslash
5202 setlength{
5203 \backslash
5204 LTleft}{0.1
5205 \backslash
5206 columnwidth}
5207 \end_layout
5208
5209 \end_inset
5210
5211
5212 \end_layout
5213
5214 \begin_layout Standard
5215 \begin_inset Tabular
5216 <lyxtabular version="3" rows="5" columns="5">
5217 <features islongtable="true" longtabularalignment="center">
5218 <column alignment="center" valignment="top" width="0">
5219 <column alignment="center" valignment="top" width="0">
5220 <column alignment="center" valignment="top" width="0">
5221 <column alignment="center" valignment="top" width="0">
5222 <column alignment="center" valignment="top" width="0">
5223 <row>
5224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 1
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 2
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 3
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 4
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 5
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 </row>
5270 <row>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 いろは
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 いろは
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 </row>
5317 <row>
5318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 いろは
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5337 \begin_inset Text
5338
5339 \begin_layout Plain Layout
5340
5341 \end_layout
5342
5343 \end_inset
5344 </cell>
5345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 いろは
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 </row>
5364 <row>
5365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 いろは
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 いろは
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 </row>
5411 <row>
5412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 いろは
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 いろは
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 いろは
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 いろは
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 いろは
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 </lyxtabular>
5459
5460 \end_inset
5461
5462
5463 \begin_inset ERT
5464 status collapsed
5465
5466 \begin_layout Plain Layout
5467
5468
5469 \backslash
5470 setlength{
5471 \backslash
5472 LTleft}{
5473 \backslash
5474 fill}
5475 \end_layout
5476
5477 \end_inset
5478
5479
5480 \begin_inset ERT
5481 status collapsed
5482
5483 \begin_layout Plain Layout
5484
5485
5486 \backslash
5487 addtocounter{table}{-1}
5488 \end_layout
5489
5490 \end_inset
5491
5492
5493 \begin_inset Note Note
5494 status collapsed
5495
5496 \begin_layout Plain Layout
5497 このコマンドの説明に関しては、第
5498 \begin_inset CommandInset ref
5499 LatexCommand ref
5500 reference "sub:長尺表のキャプション"
5501
5502 \end_inset
5503
5504 節の最初の淡色表示注釈をご覧下さい。
5505 \end_layout
5506
5507 \end_inset
5508
5509
5510 \end_layout
5511
5512 \begin_layout Subsection
5513 長尺表のキャプション
5514 \begin_inset Index idx
5515 status collapsed
5516
5517 \begin_layout Plain Layout
5518 ちょうしゃくひょう@長尺表 ! きゃぷしょん@キャプション
5519 \end_layout
5520
5521 \end_inset
5522
5523
5524 \begin_inset CommandInset label
5525 LatexCommand label
5526 name "sub:長尺表のキャプション"
5527
5528 \end_inset
5529
5530
5531 \end_layout
5532
5533 \begin_layout Standard
5534 フロートは一頁に収まらなくてはならないので、長尺表を表フロートに入れることはできません。しかし、第
5535 \begin_inset CommandInset ref
5536 LatexCommand ref
5537 reference "sec:長尺表"
5538
5539 \end_inset
5540
5541 節に述べられているように、ある行で長尺表オプションの
5542 \family sans
5543 キャプション
5544 \family default
5545 を使用すれば、フロートのキャプション環境を長尺表でも使用することができます。キャプションを入れることができる行はひとつだけです。
5546 \end_layout
5547
5548 \begin_layout Standard
5549 以下は、動作を確認するための短い長尺表です。
5550 \end_layout
5551
5552 \begin_layout Standard
5553 \begin_inset Tabular
5554 <lyxtabular version="3" rows="6" columns="5">
5555 <features islongtable="true" longtabularalignment="center">
5556 <column alignment="center" valignment="top" width="0">
5557 <column alignment="center" valignment="top" width="0">
5558 <column alignment="center" valignment="top" width="0">
5559 <column alignment="center" valignment="top" width="0">
5560 <column alignment="center" valignment="top" width="0">
5561 <row caption="true">
5562 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 \begin_inset Caption
5567
5568 \begin_layout Plain Layout
5569 キャプション付き長尺表
5570 \begin_inset Argument
5571 status collapsed
5572
5573 \begin_layout Plain Layout
5574 長尺表
5575 \end_layout
5576
5577 \end_inset
5578
5579
5580 \end_layout
5581
5582 \end_inset
5583
5584
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 1
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 2
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 3
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 4
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 5
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 <row>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 いろは
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 いろは
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 </row>
5720 <row>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 いろは
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 いろは
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 <row>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 いろは
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 いろは
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 </row>
5814 <row>
5815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 いろは
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 いろは
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 いろは
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 いろは
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 いろは
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 </row>
5861 </lyxtabular>
5862
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \begin_layout Standard
5869 \begin_inset VSpace medskip
5870 \end_inset
5871
5872
5873 \begin_inset Note Greyedout
5874 status open
5875
5876 \begin_layout Plain Layout
5877
5878 \series bold
5879 【註1】
5880 \series default
5881 表番号は、長尺表にキャプションを付けなかったとしても、各長尺表毎に加番されます。このため、あいだにキャプションのない二つの長尺表が挟まっていたならば、表一覧では
5882 、たとえば表2.1の後に表2.4が来ることがあります。これを回避するためには、キャプションのないすべての長尺表の後に、TeXコードで
5883 \end_layout
5884
5885 \begin_layout Plain Layout
5886
5887 \series bold
5888
5889 \backslash
5890 addtocounter{table}{-1}
5891 \end_layout
5892
5893 \begin_layout Plain Layout
5894 というコマンドを挿入する方法があります。
5895 \end_layout
5896
5897 \begin_layout Plain Layout
5898 全長尺表にキャプションがなかったり、文書プリアンブルに以下のコードを書き加えていれば、以上のことは必要ありません。
5899 \end_layout
5900
5901 \begin_layout Plain Layout
5902
5903 \series bold
5904
5905 \backslash
5906 let
5907 \backslash
5908 myEnd
5909 \backslash
5910 endlongtable
5911 \begin_inset Newline newline
5912 \end_inset
5913
5914
5915 \backslash
5916 renewcommand{
5917 \backslash
5918 endlongtable}{
5919 \backslash
5920 myEnd
5921 \backslash
5922 addtocounter{table}{-1}}
5923 \end_layout
5924
5925 \end_inset
5926
5927
5928 \end_layout
5929
5930 \begin_layout Standard
5931 \begin_inset Note Greyedout
5932 status open
5933
5934 \begin_layout Plain Layout
5935
5936 \series bold
5937 【註2】
5938 \series default
5939 相互参照をリンクするために、
5940 \family sans
5941 文書設定
5942 \family default
5943 ダイアログの
5944 \family sans
5945 PDF特性
5946 \family default
5947
5948 \series bold
5949 hyperref
5950 \series default
5951
5952 \begin_inset Index idx
5953 status collapsed
5954
5955 \begin_layout Plain Layout
5956 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
5957 \end_layout
5958
5959 \end_inset
5960
5961 を使用している場合、長尺表キャプションへのリンクは、つねに文頭に向けられます。
5962 \end_layout
5963
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \begin_layout Subsubsection
5970 長尺表への参照
5971 \begin_inset Index idx
5972 status collapsed
5973
5974 \begin_layout Plain Layout
5975 ちょうしゃくひょう@長尺表 ! さんしょう@参照
5976 \end_layout
5977
5978 \end_inset
5979
5980
5981 \end_layout
5982
5983 \begin_layout Standard
5984 \begin_inset Tabular
5985 <lyxtabular version="3" rows="6" columns="5">
5986 <features islongtable="true" longtabularalignment="center">
5987 <column alignment="center" valignment="top" width="0">
5988 <column alignment="center" valignment="top" width="0">
5989 <column alignment="center" valignment="top" width="0">
5990 <column alignment="center" valignment="top" width="0">
5991 <column alignment="center" valignment="top" width="0">
5992 <row caption="true">
5993 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 \begin_inset Caption
5998
5999 \begin_layout Plain Layout
6000 参照された長尺表
6001 \begin_inset CommandInset label
6002 LatexCommand label
6003 name "tab:参照例"
6004
6005 \end_inset
6006
6007
6008 \end_layout
6009
6010 \end_inset
6011
6012
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 </row>
6054 <row>
6055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 1
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 2
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 3
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 4
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 5
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 </row>
6101 <row>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 いろは
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 いろは
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 </row>
6148 <row>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 いろは
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 いろは
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 </row>
6195 <row>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 いろは
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 いろは
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 いろは
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 いろは
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 いろは
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 いろは
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 いろは
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 </lyxtabular>
6290
6291 \end_inset
6292
6293
6294 \end_layout
6295
6296 \begin_layout Standard
6297 長尺表を参照するには、キャプションにラベルを挿入してください。
6298 \end_layout
6299
6300 \begin_layout Standard
6301 これは表
6302 \begin_inset CommandInset ref
6303 LatexCommand ref
6304 reference "tab:参照例"
6305
6306 \end_inset
6307
6308 への参照です。
6309 \end_layout
6310
6311 \begin_layout Standard
6312 キャプションのレイアウトは、文書中の他のすべてのキャプションと一緒に、LaTeXパッケージの
6313 \series bold
6314 caption
6315 \series default
6316
6317 \begin_inset Index idx
6318 status collapsed
6319
6320 \begin_layout Plain Layout
6321 LaTeXぱっけーじ@LaTeXパッケージ ! caption
6322 \end_layout
6323
6324 \end_inset
6325
6326 を使用して設定することができます。第
6327 \begin_inset CommandInset ref
6328 LatexCommand ref
6329 reference "sec:キャプションの書式設定"
6330
6331 \end_inset
6332
6333 節をご覧下さい。
6334 \end_layout
6335
6336 \begin_layout Subsubsection
6337 キャプションの幅
6338 \begin_inset Index idx
6339 status collapsed
6340
6341 \begin_layout Plain Layout
6342 ちょうしゃくひょう@長尺表 ! きゃぷしょんのはば@キャプションの幅
6343 \end_layout
6344
6345 \end_inset
6346
6347
6348 \end_layout
6349
6350 \begin_layout Standard
6351 キャプション行の最大長は、長さ
6352 \series bold
6353
6354 \backslash
6355 LTcapwidth
6356 \series default
6357 によって指定することができます。既定値は4
6358 \begin_inset space \thinspace{}
6359 \end_inset
6360
6361 inです。これを変更するには、現文書の文書プリアンブルか、調整したい長尺表の前の文中にTeXコードとして
6362 \end_layout
6363
6364 \begin_layout Standard
6365
6366 \series bold
6367
6368 \backslash
6369 setlength{
6370 \backslash
6371 LTcapwidth}{幅}
6372 \end_layout
6373
6374 \begin_layout Standard
6375 というコマンドを書き加えて下さい。ここで「幅」には、付録
6376 \begin_inset CommandInset ref
6377 LatexCommand ref
6378 reference "cha:LyXで使用できる単位"
6379
6380 \end_inset
6381
6382 に挙げられている単位を取ることができます。
6383 \end_layout
6384
6385 \begin_layout Standard
6386 以下の各表で違いを示します。
6387 \end_layout
6388
6389 \begin_layout Standard
6390 \begin_inset Tabular
6391 <lyxtabular version="3" rows="6" columns="5">
6392 <features islongtable="true" longtabularalignment="center">
6393 <column alignment="center" valignment="top" width="0">
6394 <column alignment="center" valignment="top" width="0">
6395 <column alignment="center" valignment="top" width="0">
6396 <column alignment="center" valignment="top" width="0">
6397 <column alignment="center" valignment="top" width="0">
6398 <row caption="true">
6399 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 \begin_inset Caption
6404
6405 \begin_layout Plain Layout
6406 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6407 \begin_inset Argument
6408 status collapsed
6409
6410 \begin_layout Plain Layout
6411 既定幅のキャプション
6412 \end_layout
6413
6414 \end_inset
6415
6416
6417 \end_layout
6418
6419 \end_inset
6420
6421
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 </row>
6463 <row>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 1
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 2
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 3
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6492 \begin_inset Text
6493
6494 \begin_layout Plain Layout
6495 4
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504 5
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 </row>
6510 <row>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 いろは
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 いろは
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 </row>
6557 <row>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 いろは
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 いろは
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 </row>
6604 <row>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 いろは
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 いろは
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 </row>
6651 <row>
6652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 いろは
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 いろは
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 いろは
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 いろは
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 いろは
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 </row>
6698 </lyxtabular>
6699
6700 \end_inset
6701
6702
6703 \end_layout
6704
6705 \begin_layout Standard
6706 \begin_inset ERT
6707 status collapsed
6708
6709 \begin_layout Plain Layout
6710
6711
6712 \backslash
6713 setlength{
6714 \backslash
6715 LTcapwidth}{5cm}
6716 \end_layout
6717
6718 \end_inset
6719
6720
6721 \begin_inset Tabular
6722 <lyxtabular version="3" rows="6" columns="5">
6723 <features islongtable="true" longtabularalignment="center">
6724 <column alignment="center" valignment="top" width="0">
6725 <column alignment="center" valignment="top" width="0">
6726 <column alignment="center" valignment="top" width="0">
6727 <column alignment="center" valignment="top" width="0">
6728 <column alignment="center" valignment="top" width="0">
6729 <row caption="true">
6730 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 \begin_inset Caption
6735
6736 \begin_layout Plain Layout
6737 5
6738 \begin_inset space \thinspace{}
6739 \end_inset
6740
6741 cm幅のなが〜いフルタイトル・5
6742 \begin_inset space \thinspace{}
6743 \end_inset
6744
6745 cm幅のなが〜いフルタイトル・5
6746 \begin_inset space \thinspace{}
6747 \end_inset
6748
6749 cm幅のなが〜いフルタイトル
6750 \begin_inset Argument
6751 status collapsed
6752
6753 \begin_layout Plain Layout
6754 5
6755 \begin_inset space \thinspace{}
6756 \end_inset
6757
6758 cm幅のキャプション
6759 \end_layout
6760
6761 \end_inset
6762
6763
6764 \end_layout
6765
6766 \end_inset
6767
6768
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 </row>
6810 <row>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 1
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 2
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 3
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 4
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 5
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 </row>
6857 <row>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 いろは
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 いろは
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 </row>
6904 <row>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 いろは
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 いろは
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 </row>
6951 <row>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 いろは
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 いろは
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 </row>
6998 <row>
6999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 いろは
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 いろは
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 いろは
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 いろは
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 いろは
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 </row>
7045 </lyxtabular>
7046
7047 \end_inset
7048
7049
7050 \end_layout
7051
7052 \begin_layout Standard
7053 \begin_inset ERT
7054 status collapsed
7055
7056 \begin_layout Plain Layout
7057
7058
7059 \backslash
7060 setlength{
7061 \backslash
7062 LTcapwidth}{4in}
7063 \end_layout
7064
7065 \end_inset
7066
7067
7068 \end_layout
7069
7070 \begin_layout Standard
7071 \begin_inset Note Greyedout
7072 status open
7073
7074 \begin_layout Plain Layout
7075
7076 \series bold
7077 【註】
7078 \series default
7079 この文書のようにLaTeXパッケージの
7080 \series bold
7081 caption
7082 \series default
7083
7084 \begin_inset Index idx
7085 status collapsed
7086
7087 \begin_layout Plain Layout
7088 LaTeXぱっけーじ@LaTeXパッケージ ! caption
7089 \end_layout
7090
7091 \end_inset
7092
7093 を使用している時には、
7094 \series bold
7095
7096 \backslash
7097 LTcapwidth
7098 \series default
7099 に既定値の4
7100 \begin_inset space \thinspace{}
7101 \end_inset
7102
7103 inを使用している場合、ページの全幅が用いられます。この場合、正確に4
7104 \begin_inset space \thinspace{}
7105 \end_inset
7106
7107 in幅のキャプションを作るには、3.99
7108 \begin_inset space \thinspace{}
7109 \end_inset
7110
7111 inのように4.0
7112 \begin_inset space \thinspace{}
7113 \end_inset
7114
7115 inと少し違う値を指定するか、
7116 \series bold
7117 caption
7118 \series default
7119 パッケージが提供している
7120 \series bold
7121
7122 \backslash
7123 captionsetup{width=値}
7124 \series default
7125 というLaTeXコマンドを用いる方法があります。
7126 \end_layout
7127
7128 \end_inset
7129
7130
7131 \end_layout
7132
7133 \begin_layout Subsubsection
7134 表の各ページごとに異なるキャプション
7135 \begin_inset Index idx
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139 ちょうしゃくひょう@長尺表 ! ぺーじごとにことなるきゃぷしょん@ページごとに異なるキャプション
7140 \end_layout
7141
7142 \end_inset
7143
7144
7145 \end_layout
7146
7147 \begin_layout Standard
7148 次頁以降の表のキャプションを、1頁めとは異なるものにしたい場合には、キャプションを
7149 \end_layout
7150
7151 \begin_layout Standard
7152
7153 \series bold
7154
7155 \backslash
7156 caption*{キャプション文}
7157 \backslash
7158
7159 \backslash
7160 %
7161 \end_layout
7162
7163 \begin_layout Standard
7164 というTeXコードコマンドを使って、ヘッダとして指定したダミーのキャプション行に入れて下さい。表
7165 \begin_inset CommandInset ref
7166 LatexCommand ref
7167 reference "tab:別キャプション"
7168
7169 \end_inset
7170
7171 は、異なるヘッダを持つ長尺表の一例です。2番目のキャプションには表番が現れないようにしてあります。
7172 \end_layout
7173
7174 \begin_layout Standard
7175 \align center
7176 \begin_inset Tabular
7177 <lyxtabular version="3" rows="59" columns="3">
7178 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7179 <column alignment="left" valignment="top" width="0cm">
7180 <column alignment="left" valignment="top" width="0pt">
7181 <column alignment="center" valignment="top" width="0pt">
7182 <row caption="true">
7183 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 \begin_inset Caption
7188
7189 \begin_layout Plain Layout
7190 例示用電話帳
7191 \begin_inset CommandInset label
7192 LatexCommand label
7193 name "tab:別キャプション"
7194
7195 \end_inset
7196
7197
7198 \begin_inset Argument
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202 例示用電話帳
7203 \end_layout
7204
7205 \end_inset
7206
7207
7208 \end_layout
7209
7210 \end_inset
7211
7212
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row endfirsthead="true">
7237 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241
7242 \series bold
7243 例示用電話帳(名前は無視の事)
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 </row>
7267 <row endfirsthead="true">
7268 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272
7273 \series bold
7274 氏名
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292
7293 \series bold
7294 TEL.
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 </row>
7300 <row endhead="true">
7301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 \begin_inset ERT
7306 status collapsed
7307
7308 \begin_layout Plain Layout
7309
7310
7311 \backslash
7312 caption*{例示用電話帳の続き}
7313 \backslash
7314
7315 \backslash
7316 %
7317 \end_layout
7318
7319 \end_inset
7320
7321
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 </row>
7345 <row endhead="true">
7346 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350
7351 \series bold
7352 例示用電話帳
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 </row>
7376 <row endhead="true">
7377 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381
7382 \series bold
7383 氏名
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401
7402 \series bold
7403 TEL.
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 </row>
7409 <row endfoot="true">
7410 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414 次頁に続く
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 </row>
7438 <row>
7439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443
7444 \series bold
7445 Annovi
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 Silvia
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463 111
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 </row>
7469 <row>
7470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474
7475 \series bold
7476 Bertoli
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 Stefano
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 111
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 </row>
7500 <row>
7501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \series bold
7507 Bozzi
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 Walter
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 111
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 </row>
7531 <row>
7532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \series bold
7538 Cachia
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 Maria
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 111
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 </row>
7562 <row>
7563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \series bold
7569 Cachia
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 Maurizio
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 111
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 </row>
7593 <row>
7594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \series bold
7600 Cinquemani
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 Giusi
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 111
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 </row>
7624 <row>
7625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \series bold
7631 Colin
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 Bernard
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 111
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 </row>
7655 <row>
7656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660
7661 \series bold
7662 Concli
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671 Gianfranco
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 111
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 </row>
7686 <row>
7687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691
7692 \series bold
7693 Dal Bosco
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702 Carolina
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 111
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row>
7718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \series bold
7724 Dalpiaz
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 Annamaria
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742 111
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row>
7749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \series bold
7755 Feliciello
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 Domenico
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773 111
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row>
7780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 Focarelli
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795 Paola
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 111
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row>
7811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 Galletti
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826 Oreste
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 111
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \series bold
7848 Gasparini
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 Franca
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 111
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row>
7873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \series bold
7879 Rizzardi
7880 \series default
7881
7882 \begin_inset Foot
7883 status collapsed
7884
7885 \begin_layout Plain Layout
7886 例示用脚注
7887 \end_layout
7888
7889 \end_inset
7890
7891
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 Paola
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 111
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \series bold
7922 Lassini
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 Giancarlo
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 111
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \series bold
7953 Malfatti
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 Luciano
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 111
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \series bold
7984 Malfatti
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 Valeriano
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 111
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \series bold
8015 Meneguzzo
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 Roberto
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 111
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \series bold
8046 Mezzadra
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 Roberto
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 111
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Pirpamer
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 Erich
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 111
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 Pochiesa
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 Paolo
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 111, 222
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 <row>
8133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \series bold
8139 Radina
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 Claudio
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 111
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 </row>
8163 <row>
8164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168
8169 \series bold
8170 Stuffer
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 Oskar
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 111
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 </row>
8194 <row>
8195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199
8200 \series bold
8201 Tacchelli
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 Ugo
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 111
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 </row>
8225 <row>
8226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230
8231 \series bold
8232 Tezzele
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 Margit
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 111
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \series bold
8263 Unterkalmsteiner
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 Frieda
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 111
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292
8293 \series bold
8294 Vieider
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 Hilde
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 111
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \series bold
8325 Vigna
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 Jürgen
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 111
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \series bold
8356 Weber
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Maurizio
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 111
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \series bold
8387 Winkler
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Franz
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 111
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416  
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 <row>
8441 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \series bold
8447 Annovi
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 Silvia
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 555
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \series bold
8478 Bertoli
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 Stefano
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 555
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \series bold
8509 Bozzi
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 Walter
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 555
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \series bold
8540 Cachia
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 Maria
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 555
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569
8570 \series bold
8571 Cachia
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 Maurizio
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 555
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600
8601 \series bold
8602 Cinquemani
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 Giusi
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 555
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \series bold
8633 Colin
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 Bernard
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 555
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 </row>
8657 <row>
8658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662
8663 \series bold
8664 Concli
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 Gianfranco
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 555
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 </row>
8688 <row>
8689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693
8694 \series bold
8695 Dal Bosco
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 Carolina
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 555
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 </row>
8719 <row>
8720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724
8725 \series bold
8726 Dalpiaz
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 Annamaria
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 555
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 </row>
8750 <row>
8751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755
8756 \series bold
8757 Feliciello
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 Domenico
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 555
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 </row>
8781 <row>
8782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786
8787 \series bold
8788 Focarelli
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 Paola
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 555
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row>
8813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \series bold
8819 Galletti
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 Oreste
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 555
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 <row>
8844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848
8849 \series bold
8850 Gasparini
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 Franca
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 555
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 </row>
8874 <row>
8875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879
8880 \series bold
8881 Rizzardi
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 Paola
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 555
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 </row>
8905 <row>
8906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910
8911 \series bold
8912 Lassini
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 Giancarlo
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 555
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 <row>
8937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941
8942 \series bold
8943 Malfatti
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 Luciano
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 555
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \series bold
8974 Malfatti
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 Valeriano
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 555
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \series bold
9005 Meneguzzo
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 Roberto
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 555
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \series bold
9036 Mezzadra
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 Roberto
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 555
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 </lyxtabular>
9061
9062 \end_inset
9063
9064
9065 \end_layout
9066
9067 \begin_layout Section
9068 長尺表にまつわる諸点
9069 \begin_inset CommandInset label
9070 LatexCommand label
9071 name "sec:長尺表にまつわる諸点"
9072
9073 \end_inset
9074
9075
9076 \end_layout
9077
9078 \begin_layout Subsection
9079 長尺表の計算
9080 \begin_inset Index idx
9081 status collapsed
9082
9083 \begin_layout Plain Layout
9084 ちょうしゃくひょう@長尺表 ! けいさん@計算
9085 \end_layout
9086
9087 \end_inset
9088
9089
9090 \end_layout
9091
9092 \begin_layout Standard
9093 LaTeXは、表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します。単位塊は、一度にLaTeXのメモリに読み込まれる表の断片です。歴史上
9094 の経緯から、既定値はたった表20行分に設定されています。多頁にわたる長尺表がある場合、この設定では文書の生成に時間がかかるかもしれません。この場合、
9095 \end_layout
9096
9097 \begin_layout Standard
9098
9099 \series bold
9100
9101 \backslash
9102 setcounter{LTchunksize}{100}
9103 \end_layout
9104
9105 \begin_layout Standard
9106 というコマンド行を文書のプリアンブルに書き加えることで、単位塊の大きさを100から1000の値に支障なく増やすことができます。
9107 \end_layout
9108
9109 \begin_layout Subsection
9110 フロートと長尺表
9111 \begin_inset Index idx
9112 status collapsed
9113
9114 \begin_layout Plain Layout
9115 ちょうしゃくひょう@長尺表 ! ふろーと@フロート
9116 \end_layout
9117
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \begin_layout Standard
9124 長尺表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります。このような状況を避けるためには、
9125 \series bold
9126
9127 \backslash
9128 clearpage
9129 \series default
9130 コマンドを長尺表の前にTeXコードとして書き加えてください。
9131 \end_layout
9132
9133 \begin_layout Subsection
9134 強制改頁
9135 \begin_inset Index idx
9136 status collapsed
9137
9138 \begin_layout Plain Layout
9139 ちょうしゃくひょう@長尺表 ! きょうせいかいぺーじ@強制改頁
9140 \end_layout
9141
9142 \end_inset
9143
9144
9145 \end_layout
9146
9147 \begin_layout Standard
9148 既定の設定では、表は行の間でのみ改頁されます。もし複数行を含むセルがあり、そのセル中で改頁を行いたい時には、セル中の改頁してもよい場所にTeXコードで改行コマン
9149 ド「
9150 \series bold
9151
9152 \backslash
9153
9154 \backslash
9155
9156 \series default
9157 」を挿入します。
9158 \series bold
9159
9160 \backslash
9161
9162 \backslash
9163
9164 \series default
9165 コマンドの前には、現セルよりも右にある列数と同じ数の「
9166 \series bold
9167 &
9168 \series default
9169 」文字を、TeXコードで挿入してやる必要があります。この
9170 \series bold
9171 &
9172 \series default
9173 は、表セルの区切り文字です。各
9174 \series bold
9175 &
9176 \series default
9177 の後に、右側の本来のセルに入るべき内容をTeXコードで書き込み、右側のセルの内容は削除してください。
9178 \begin_inset Newline newline
9179 \end_inset
9180
9181
9182 \series bold
9183
9184 \backslash
9185
9186 \backslash
9187
9188 \series default
9189 コマンドの後ろには、現在列の左側にある列数と同じ数の
9190 \series bold
9191 &
9192 \series default
9193 文字を挿入してください。表
9194 \begin_inset CommandInset ref
9195 LatexCommand ref
9196 reference "tab:強制改頁"
9197
9198 \end_inset
9199
9200 では、改頁さるべきセルは、全3列中2列めにあります。したがって、
9201 \end_layout
9202
9203 \begin_layout Standard
9204
9205 \series bold
9206 & 111
9207 \backslash
9208
9209 \backslash
9210  
9211 \backslash
9212 newpage
9213 \begin_inset Newline newline
9214 \end_inset
9215
9216 &
9217 \end_layout
9218
9219 \begin_layout Standard
9220 というコマンドが、セル中「
9221 \emph on
9222 Castelchiodato,
9223 \emph default
9224 」の後にTeXコードとして挿入してあります。
9225 \end_layout
9226
9227 \begin_layout Standard
9228 同一行3列目の「111」は削除してあります。
9229 \series bold
9230
9231 \backslash
9232 newpage
9233 \series default
9234 は、改行がこの場所でかならず起こるように指定したいときのみ必要です。これを書かなければ、改頁の候補として指定するに過ぎません。何らかの理由で長尺表のフッタ行に上
9235 罫線を引いていないけれども、セルを改頁する場所で水平線を引きたい場合には、代わりに
9236 \end_layout
9237
9238 \begin_layout Standard
9239
9240 \series bold
9241 & 111
9242 \backslash
9243
9244 \backslash
9245
9246 \begin_inset Newline newline
9247 \end_inset
9248
9249
9250 \backslash
9251 hline &
9252 \end_layout
9253
9254 \begin_layout Standard
9255 というコマンドを使用して下さい。
9256 \end_layout
9257
9258 \begin_layout Standard
9259 改頁をしたいセルが最右列にある場合には、
9260 \end_layout
9261
9262 \begin_layout Standard
9263
9264 \series bold
9265
9266 \backslash
9267 setlength{
9268 \backslash
9269 parfillskip}{0pt}
9270 \end_layout
9271
9272 \begin_layout Standard
9273 というコマンドを当該セルの初めにTeXコードで挿入しなくてはなりません。こうすることで、新規頁部分に表示されるセル内の部分が、正しく全幅を使用するようにできます
9274
9275 \end_layout
9276
9277 \begin_layout Standard
9278 \align center
9279 \begin_inset Tabular
9280 <lyxtabular version="3" rows="38" columns="3">
9281 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9282 <column alignment="left" valignment="top" width="0cm">
9283 <column alignment="left" valignment="top" width="3cm">
9284 <column alignment="center" valignment="top" width="0pt">
9285 <row caption="true">
9286 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 \begin_inset Caption
9291
9292 \begin_layout Plain Layout
9293 表セル内で強制改頁をしている表
9294 \begin_inset CommandInset label
9295 LatexCommand label
9296 name "tab:強制改頁"
9297
9298 \end_inset
9299
9300
9301 \begin_inset Argument
9302 status collapsed
9303
9304 \begin_layout Plain Layout
9305 表セル内で強制改頁をしている表
9306 \end_layout
9307
9308 \end_inset
9309
9310
9311 \end_layout
9312
9313 \end_inset
9314
9315
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 </row>
9339 <row endfirsthead="true">
9340 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344
9345 \series bold
9346 例示用電話帳(氏名は無視の事)
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 <row endfirsthead="true">
9371 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375
9376 \series bold
9377 氏名
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395
9396 \series bold
9397 TEL.
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row endhead="true">
9404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 \begin_inset ERT
9409 status collapsed
9410
9411 \begin_layout Plain Layout
9412
9413
9414 \backslash
9415 caption*{例示用電話帳の続き}
9416 \backslash
9417
9418 \backslash
9419 %
9420 \end_layout
9421
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 </row>
9448 <row endhead="true">
9449 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 例示用電話帳
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 </row>
9477 <row endhead="true">
9478 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \series bold
9484 氏名
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502
9503 \series bold
9504 TEL.
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 </row>
9510 <row endfoot="true">
9511 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 次頁に続く
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 </row>
9539 <row>
9540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \series bold
9546 Annovi
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 Silvia
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 111
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 </row>
9570 <row>
9571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575
9576 \series bold
9577 Bertoli
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 Stefano
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 111
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 </row>
9601 <row>
9602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606
9607 \series bold
9608 Bozzi
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617 Walter
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 111
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 </row>
9632 <row>
9633 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637
9638 \series bold
9639 Cachia
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 Maria
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 111
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 </row>
9663 <row>
9664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668
9669 \series bold
9670 Cachia
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 Maurizio
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 111
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row>
9695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \series bold
9701 Cinquemani
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 Giusi
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 111
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \series bold
9732 Colin
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 Bernard
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 111
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row>
9757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \series bold
9763 Concli
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 Gianfranco
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 111
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 <row>
9788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \series bold
9794 Dal Bosco
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 Carolina
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812 111
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row>
9819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \series bold
9825 Dalpiaz
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 Annamaria
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 111
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 <row>
9850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \series bold
9856 Feliciello
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 Domenico
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 111
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \series bold
9887 Focarelli
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 Paola
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 111
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \series bold
9918 Galletti
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 Oreste
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 111
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row>
9943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \series bold
9949 Gasparini
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 Franca
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967 111
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row>
9974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \series bold
9980 Lassini
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 Giancarlo
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 111
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row>
10005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 Malfatti
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 Luciano
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 111
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \series bold
10042 Malfatti
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 Valeriano
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 111
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \series bold
10073 Meneguzzo
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 Roberto
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 111
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row>
10098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \series bold
10104 Mezzadra
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 Roberto
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 111
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \series bold
10135 Pirpamer
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 Erich
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 111
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row>
10160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \series bold
10166 Pochiesa
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 Paolo
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 111, 222
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 Radina
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 Claudio
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 111
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 <row>
10222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \series bold
10228 Rizzardi
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 Paolo, 11.
10238  Fürst von Montecompatri, 11.
10239  Fürst von Sulmona und Vivaro, 10.
10240  Fürst von Rossano, 5.
10241  Herzog von Canemorte, 11.
10242  Herzog von Palombara, 5.
10243  Herzog von Castelchiodato,
10244 \begin_inset ERT
10245 status collapsed
10246
10247 \begin_layout Plain Layout
10248
10249 & 111
10250 \backslash
10251
10252 \backslash
10253  
10254 \backslash
10255 newpage
10256 \end_layout
10257
10258 \begin_layout Plain Layout
10259
10260 &
10261 \end_layout
10262
10263 \end_inset
10264
10265  11.
10266  Herzog von Poggionativo, 11.
10267  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10268  Graf von Valinfreda, 11.
10269  Baron von Cropalati, 11.
10270  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 </row>
10285 <row>
10286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290
10291 \series bold
10292 Stuffer
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 Oskar
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 111
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 </row>
10316 <row>
10317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321
10322 \series bold
10323 Tacchelli
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 Ugo
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 111
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 </row>
10347 <row>
10348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352
10353 \series bold
10354 Tezzele
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 Margit
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 111
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 </row>
10378 <row>
10379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383
10384 \series bold
10385 Unterkalmsteiner
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 Frieda
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 111
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 </row>
10409 <row>
10410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414
10415 \series bold
10416 Vieider
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 Hilde
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 111
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \series bold
10447 Vigna
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 Jürgen
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 111
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 <row>
10472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476
10477 \series bold
10478 Weber
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 Maurizio
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 111
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \series bold
10509 Winkler
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 Franz
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 111
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 </lyxtabular>
10534
10535 \end_inset
10536
10537
10538 \end_layout
10539
10540 \begin_layout Section
10541 複数行・連結列・連結行
10542 \end_layout
10543
10544 \begin_layout Subsection
10545 表セル内の複数行
10546 \begin_inset CommandInset label
10547 LatexCommand label
10548 name "sub:複数行"
10549
10550 \end_inset
10551
10552
10553 \begin_inset Index idx
10554 status collapsed
10555
10556 \begin_layout Plain Layout
10557 ひょうせるないのふくすうぎょう@表セル内の複数行
10558 \end_layout
10559
10560 \end_inset
10561
10562
10563 \begin_inset Index idx
10564 status collapsed
10565
10566 \begin_layout Plain Layout
10567 ひょう@表 ! かいぎょう@改行
10568 \end_layout
10569
10570 \end_inset
10571
10572
10573 \end_layout
10574
10575 \begin_layout Standard
10576 \noindent
10577 \begin_inset Float table
10578 placement H
10579 wide false
10580 sideways false
10581 status open
10582
10583 \begin_layout Plain Layout
10584 \begin_inset Caption
10585
10586 \begin_layout Plain Layout
10587 \begin_inset CommandInset label
10588 LatexCommand label
10589 name "tab:複数行表"
10590
10591 \end_inset
10592
10593 セル内に複数の行がある表
10594 \end_layout
10595
10596 \end_inset
10597
10598
10599 \end_layout
10600
10601 \begin_layout Plain Layout
10602 \align center
10603 \begin_inset Tabular
10604 <lyxtabular version="3" rows="3" columns="3">
10605 <features tabularvalignment="middle">
10606 <column alignment="center" valignment="middle" width="2.5cm">
10607 <column alignment="center" valignment="middle" width="0">
10608 <column alignment="center" valignment="middle" width="0">
10609 <row>
10610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 複数の
10615 \begin_inset Newline linebreak
10616 \end_inset
10617
10618
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 </row>
10671 <row>
10672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 </row>
10700 </lyxtabular>
10701
10702 \end_inset
10703
10704
10705 \end_layout
10706
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \begin_layout Standard
10713 列に固定幅を指定することによって、文章をハイフネーションを伴った複数行の段落として、入れることができるようになります。
10714 \end_layout
10715
10716 \begin_layout Standard
10717
10718 \begin_inset CommandInset ref
10719 LatexCommand ref
10720 reference "tab:複数行表"
10721
10722 \end_inset
10723
10724 を生成するには、まず3×3表を作り、最初のセルを右クリックして現れるメニューから、
10725 \family sans
10726 設定
10727 \family default
10728 メニューを選択します。すると表ダイアログが現れるので、セル幅を2.5
10729 \begin_inset space \thinspace{}
10730 \end_inset
10731
10732 cm幅とし、水平揃え及び垂直揃えをともに中央揃えに設定します。垂直揃えは、その行のすべてのセルに適用されます。この例の文章は2.5
10733 \begin_inset space \thinspace{}
10734 \end_inset
10735
10736 cmよりも短いため、一行しか表示されません。そこで二行とも表示するために、両端揃え改行(短絡キー
10737 \begin_inset Info
10738 type  "shortcut"
10739 arg   "newline-insert linebreak"
10740 \end_inset
10741
10742 )を挿入してあります。もし文章が設定されたセル幅よりも広い場合には、文章は自動的にいくつかの行に改行されます。
10743 \end_layout
10744
10745 \begin_layout Standard
10746 固定幅のセルに長い単語を入れた場合、もしそれがセルの最初にあると、LaTeXはハイフネーションを行うことができません。したがって、その単語がセルの最初に来ないよ
10747 うにするためには、何かを入れなくてはなりません。そこで、その単語の前に0
10748 \begin_inset space \thinspace{}
10749 \end_inset
10750
10751 pt幅の水平空白を挿入します。空白がゼロ幅なので、出力は変わりません。表
10752 \begin_inset CommandInset ref
10753 LatexCommand ref
10754 reference "tab:ハイフネーション表"
10755
10756 \end_inset
10757
10758 が違いを示しています
10759 \begin_inset Foot
10760 status open
10761
10762 \begin_layout Plain Layout
10763
10764 \series bold
10765 【訳註】
10766 \series default
10767 pLaTeXを使用している場合、日本語の文章は正しく改行されます。
10768 \end_layout
10769
10770 \end_inset
10771
10772
10773 \end_layout
10774
10775 \begin_layout Standard
10776 \begin_inset Float table
10777 placement h
10778 wide false
10779 sideways false
10780 status open
10781
10782 \begin_layout Plain Layout
10783 \begin_inset Caption
10784
10785 \begin_layout Plain Layout
10786 \begin_inset CommandInset label
10787 LatexCommand label
10788 name "tab:ハイフネーション表"
10789
10790 \end_inset
10791
10792 ハイフネーション有/無の表
10793 \end_layout
10794
10795 \end_inset
10796
10797
10798 \end_layout
10799
10800 \begin_layout Plain Layout
10801 \begin_inset space \hfill{}
10802 \end_inset
10803
10804
10805 \begin_inset Tabular
10806 <lyxtabular version="3" rows="3" columns="3">
10807 <features tabularvalignment="middle">
10808 <column alignment="center" valignment="middle" width="2.5cm">
10809 <column alignment="center" valignment="middle" width="0">
10810 <column alignment="center" valignment="middle" width="0">
10811 <row>
10812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 verylongtablecellword
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 </row>
10840 <row>
10841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 </row>
10869 <row>
10870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 </lyxtabular>
10899
10900 \end_inset
10901
10902
10903 \begin_inset space \hfill{}
10904 \end_inset
10905
10906
10907 \begin_inset Tabular
10908 <lyxtabular version="3" rows="3" columns="3">
10909 <features tabularvalignment="middle">
10910 <column alignment="center" valignment="middle" width="2.5cm">
10911 <column alignment="center" valignment="middle" width="0">
10912 <column alignment="center" valignment="middle" width="0">
10913 <row>
10914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 \begin_inset space \hspace{}
10919 \length 0pt
10920 \end_inset
10921
10922 verylongtablecellword
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 </row>
10946 <row>
10947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 </row>
10975 <row>
10976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 </row>
11004 </lyxtabular>
11005
11006 \end_inset
11007
11008
11009 \begin_inset space \hfill{}
11010 \end_inset
11011
11012
11013 \end_layout
11014
11015 \end_inset
11016
11017
11018 \end_layout
11019
11020 \begin_layout Subsection
11021 連結列
11022 \begin_inset CommandInset label
11023 LatexCommand label
11024 name "sub:連結列"
11025
11026 \end_inset
11027
11028
11029 \begin_inset Index idx
11030 status collapsed
11031
11032 \begin_layout Plain Layout
11033 れんけつれつ@連結列
11034 \end_layout
11035
11036 \end_inset
11037
11038
11039 \begin_inset Index idx
11040 status collapsed
11041
11042 \begin_layout Plain Layout
11043 ひょう@表 ! れんけつれつ@連結列
11044 \end_layout
11045
11046 \end_inset
11047
11048
11049 \end_layout
11050
11051 \begin_layout Subsubsection
11052 連結列の基礎
11053 \end_layout
11054
11055 \begin_layout Standard
11056 一つのセルが複数の列にまたがるようにするためには、行中から一つの連結セルにまとめるべき各セルを選択して、表ツールバーボタン
11057 \family sans
11058
11059 \begin_inset Info
11060 type  "icon"
11061 arg   "inset-modify tabular multicolumn"
11062 \end_inset
11063
11064
11065 \family default
11066 を押すか、
11067 \family sans
11068 編集\SpecialChar \menuseparator
11069 表\SpecialChar \menuseparator
11070 連結列
11071 \family default
11072 メニューを使用するか、あるいは選択したセルを右クリックして現れるメニューから
11073 \family sans
11074 連結列
11075 \family default
11076 を有効にするかしてください。
11077 \end_layout
11078
11079 \begin_layout Standard
11080 連結列はセル設定が独立しています。つまり、セル罫線やセルの縦横揃え、幅設定等を変更した場合には、現在の連結列のみに適用されるのです。以下は、第一行に連結行があり
11081 、最下行に上罫線のない連結行がある表の例です。
11082 \end_layout
11083
11084 \begin_layout Standard
11085 \align center
11086 \begin_inset Tabular
11087 <lyxtabular version="3" rows="3" columns="4">
11088 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11089 <column alignment="center" valignment="top" width="0pt">
11090 <column alignment="center" valignment="middle" width="0">
11091 <column alignment="center" valignment="top" width="0in">
11092 <column alignment="center" valignment="top" width="0pt">
11093 <row>
11094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 いろは
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 にほへとちり
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 ぬるを
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 </row>
11131 <row>
11132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 </row>
11169 <row>
11170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 </row>
11207 </lyxtabular>
11208
11209 \end_inset
11210
11211
11212 \end_layout
11213
11214 \begin_layout Subsubsection
11215 連結列の計算
11216 \begin_inset CommandInset label
11217 LatexCommand label
11218 name "sub:連結列の計算"
11219
11220 \end_inset
11221
11222
11223 \begin_inset Index idx
11224 status collapsed
11225
11226 \begin_layout Plain Layout
11227 れんけつれつ@連結列 ! けいさん@計算
11228 \end_layout
11229
11230 \end_inset
11231
11232
11233 \end_layout
11234
11235 \begin_layout Standard
11236 LyXは、連結列を直接にサポートしていますが、同列にある連結セル以外のセル幅については、考慮が必要です。
11237 \end_layout
11238
11239 \begin_layout Standard
11240 \begin_inset Float table
11241 placement h
11242 wide false
11243 sideways false
11244 status open
11245
11246 \begin_layout Plain Layout
11247 \begin_inset Caption
11248
11249 \begin_layout Plain Layout
11250 \begin_inset CommandInset label
11251 LatexCommand label
11252 name "tab:中央揃え表"
11253
11254 \end_inset
11255
11256 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11257 \begin_inset Argument
11258 status collapsed
11259
11260 \begin_layout Plain Layout
11261 完全なる連結列表
11262 \end_layout
11263
11264 \end_inset
11265
11266
11267 \end_layout
11268
11269 \end_inset
11270
11271
11272 \end_layout
11273
11274 \begin_layout Plain Layout
11275 \align center
11276 \begin_inset Tabular
11277 <lyxtabular version="3" rows="3" columns="3">
11278 <features tabularvalignment="middle">
11279 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11280 <column alignment="center" valignment="middle" width="0">
11281 <column alignment="center" valignment="top" width="0">
11282 <row>
11283 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 複数行にわたる連結列
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 </row>
11311 <row>
11312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 </row>
11340 <row>
11341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 </row>
11369 </lyxtabular>
11370
11371 \end_inset
11372
11373
11374 \end_layout
11375
11376 \end_inset
11377
11378
11379 \end_layout
11380
11381 \begin_layout Standard
11382 たとえば、表
11383 \begin_inset CommandInset ref
11384 LatexCommand ref
11385 reference "tab:中央揃え表"
11386
11387 \end_inset
11388
11389 を生成するには、3×3表の第一行の最初の二つのセルを選択して、右クリックして現れるメニューから
11390 \family sans
11391 設定
11392 \family default
11393 を選択します。そして現れる表の設定ダイアログで、このセルを
11394 \emph on
11395 連結列
11396 \emph default
11397
11398 \emph on
11399 中央揃え
11400 \emph default
11401 、2.5
11402 \begin_inset space \thinspace{}
11403 \end_inset
11404
11405 cm幅に設定します。被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので、第一列の幅を1.25
11406 \begin_inset space \thinspace{}
11407 \end_inset
11408
11409 cm幅に設定します。すると第二列は自動的に1.25
11410 \begin_inset space \thinspace{}
11411 \end_inset
11412
11413 cm幅(連結列幅マイナス第一列の幅)になります。表
11414 \begin_inset CommandInset ref
11415 LatexCommand ref
11416 reference "tab:半分でない表"
11417
11418 \end_inset
11419
11420 もこのようにして作成してあります。
11421 \end_layout
11422
11423 \begin_layout Standard
11424 \begin_inset Float table
11425 wide false
11426 sideways false
11427 status open
11428
11429 \begin_layout Plain Layout
11430 \begin_inset Caption
11431
11432 \begin_layout Plain Layout
11433 \begin_inset CommandInset label
11434 LatexCommand label
11435 name "tab:半分でない表"
11436
11437 \end_inset
11438
11439 連結セルの下の列が正確に半分になっていない表
11440 \begin_inset Argument
11441 status collapsed
11442
11443 \begin_layout Plain Layout
11444 不完全な連結列表
11445 \end_layout
11446
11447 \end_inset
11448
11449
11450 \end_layout
11451
11452 \end_inset
11453
11454
11455 \end_layout
11456
11457 \begin_layout Plain Layout
11458 \align center
11459 \begin_inset Tabular
11460 <lyxtabular version="3" rows="3" columns="3">
11461 <features tabularvalignment="middle">
11462 <column alignment="center" valignment="top" width="1.25cm">
11463 <column alignment="center" valignment="top" width="0">
11464 <column alignment="center" valignment="top" width="0">
11465 <row>
11466 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 複数行にわたる連結列
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 <row>
11495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 <row>
11524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 </row>
11552 </lyxtabular>
11553
11554 \end_inset
11555
11556
11557 \end_layout
11558
11559 \end_inset
11560
11561
11562 \end_layout
11563
11564 \begin_layout Standard
11565 ご覧になって分かるように、第一列が、連結セルの幅の半分よりも少し大きくなっています。その原因は、セル幅が、指定された幅よりもつねに少しだけ大きく描かれるために、
11566 指定したセル幅
11567 \begin_inset Formula $W_{\mbox{指}}$
11568 \end_inset
11569
11570 がセルの全幅
11571 \begin_inset Formula $W_{\text{全}}$
11572 \end_inset
11573
11574 と等しくならないためです。付録
11575 \begin_inset CommandInset ref
11576 LatexCommand ref
11577 reference "cha:式の説明"
11578
11579 \end_inset
11580
11581 がこの事情を詳細に説明しています。
11582 \end_layout
11583
11584 \begin_layout Standard
11585
11586 \emph on
11587 n
11588 \emph default
11589 列を連結する際、各列の全幅が
11590 \begin_inset Formula $W_{\mbox{全}:\mbox{連結}}/n$
11591 \end_inset
11592
11593 となるために必要な指定幅
11594 \begin_inset Formula $W_{\mbox{指}:n}$
11595 \end_inset
11596
11597 は、
11598 \begin_inset Formula 
11599 \begin{equation}
11600 W_{\mbox{指}:n}=(W_{\mbox{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11601 \end{equation}
11602
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \begin_layout Standard
11609 で計算することができます。上記の例では
11610 \begin_inset Formula $n=2$
11611 \end_inset
11612
11613 かつ
11614 \begin_inset Formula $W_{\text{指}:\mbox{連結列}}=2.5\,$
11615 \end_inset
11616
11617 cmかつ長さは既定値ですから、第
11618 \begin_inset CommandInset ref
11619 LatexCommand ref
11620 reference "eq:Wgn"
11621
11622 \end_inset
11623
11624 式は
11625 \begin_inset Formula 
11626 \begin{equation}
11627 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11628 \end{equation}
11629
11630 \end_inset
11631
11632
11633 \end_layout
11634
11635 \begin_layout Standard
11636 となります。LaTeX中で計算を可能にするには、文書プリアンブル行に
11637 \end_layout
11638
11639 \begin_layout Standard
11640
11641 \series bold
11642
11643 \backslash
11644 usepackage{calc}
11645 \end_layout
11646
11647 \begin_layout Standard
11648 と書いて、LaTeXパッケージ
11649 \series bold
11650 calc
11651 \series default
11652
11653 \begin_inset Index idx
11654 status collapsed
11655
11656 \begin_layout Plain Layout
11657 LaTeXぱっけーじ@LaTeXパッケージ ! calc
11658 \end_layout
11659
11660 \end_inset
11661
11662 を読み込まなくてはなりません。LyXの「表の設定」ダイアログの幅フィールドでは、長さを計算することができません。したがって、ダイアログのLaTeXの引数欄に書き
11663 込むことによって列を整形しなくてはなりません。以下は、その引数の概要です。
11664 \end_layout
11665
11666 \begin_layout Itemize
11667
11668 \series bold
11669 p{幅}
11670 \series default
11671 は固定幅セルを生成し、内容文は垂直方向上揃えになります。
11672 \end_layout
11673
11674 \begin_layout Itemize
11675
11676 \series bold
11677 m{幅}
11678 \series default
11679 は固定幅セルを生成し、内容文は垂直方向中央揃えになります。
11680 \end_layout
11681
11682 \begin_layout Itemize
11683
11684 \series bold
11685 b{幅}
11686 \series default
11687 は固定幅セルを生成し、内容文は垂直方向下揃えになります。
11688 \end_layout
11689
11690 \begin_layout Standard
11691 LaTeX変数を入力すると、表ダイアログで設定されたすべてのセル設定は無効になります。
11692 \end_layout
11693
11694 \begin_layout Standard
11695 \begin_inset Note Greyedout
11696 status open
11697
11698 \begin_layout Plain Layout
11699
11700 \series bold
11701 【註】
11702 \series default
11703 バグのせいで、LyXは無効にされた設定も表示してしまいます。
11704 \end_layout
11705
11706 \end_inset
11707
11708
11709 \end_layout
11710
11711 \begin_layout Standard
11712 文章を水平方向中央揃えにしたいので、
11713 \series bold
11714
11715 \backslash
11716 centering
11717 \series default
11718 コマンドを入れます。したがって、以下のようなLaTeX変数を、最初の被連結列に入れます。
11719 \end_layout
11720
11721 \begin_layout Standard
11722
11723 \series bold
11724 >{
11725 \backslash
11726 centering}m{1.25cm-6.2pt}
11727 \end_layout
11728
11729 \begin_layout Standard
11730
11731 \series bold
11732 >{ }
11733 \series default
11734 コマンドは、セルが生成される前に中括弧内のコマンドを適用するという意味です。
11735 \end_layout
11736
11737 \begin_layout Standard
11738 こうして被連結列セルの文章に、中央揃えを選択しましたが、連結セルの文章は依然として左揃えになっています。これは、LyXは揃えを一列分のみに適用するためです。した
11739 がって、連結セルには
11740 \end_layout
11741
11742 \begin_layout Standard
11743
11744 \series bold
11745 >{
11746 \backslash
11747 centering}m{2.5cm}
11748 \end_layout
11749
11750 \begin_layout Standard
11751 というLaTeX変数を指定しなくてはなりません。
11752 \end_layout
11753
11754 \begin_layout Subsection
11755 連結行
11756 \begin_inset CommandInset label
11757 LatexCommand label
11758 name "sub:連結行"
11759
11760 \end_inset
11761
11762
11763 \begin_inset Index idx
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767 れんけつぎょう@連結行
11768 \end_layout
11769
11770 \end_inset
11771
11772
11773 \begin_inset Index idx
11774 status collapsed
11775
11776 \begin_layout Plain Layout
11777 ひょう@表 ! れんけつぎょう@連結行
11778 \end_layout
11779
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \begin_layout Standard
11786 複数行にかかるセルを連結するには、同一列中の統合したいセルをすべて選択し、ツールバーボタン
11787 \family sans
11788
11789 \begin_inset Info
11790 type  "icon"
11791 arg   "inset-modify tabular multirow"
11792 \end_inset
11793
11794
11795 \family default
11796 を押すか、メニュー
11797 \family sans
11798 編集\SpecialChar \menuseparator
11799 表\SpecialChar \menuseparator
11800 連結行
11801 \family default
11802 を選ぶか、選択したセルを右クリックして、コンテクストメニューから
11803 \family sans
11804 \SpecialChar \menuseparator
11805 連結行
11806 \family default
11807 を選んでください。
11808 \end_layout
11809
11810 \begin_layout Standard
11811 下記は一列目に連結列を適用した表の例です。
11812 \end_layout
11813
11814 \begin_layout Standard
11815 \align center
11816 \begin_inset Tabular
11817 <lyxtabular version="3" rows="3" columns="3">
11818 <features tabularvalignment="middle">
11819 <column alignment="center" valignment="top" width="0pt">
11820 <column alignment="center" valignment="top" width="0">
11821 <column alignment="center" valignment="top" width="0">
11822 <row>
11823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 長いセル項目
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836
11837 \end_layout
11838
11839 \end_inset
11840 </cell>
11841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 </row>
11851 <row>
11852 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 連結列
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874
11875 \end_layout
11876
11877 \end_inset
11878 </cell>
11879 </row>
11880 <row>
11881 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 </row>
11909 </lyxtabular>
11910
11911 \end_inset
11912
11913
11914 \end_layout
11915
11916 \begin_layout Standard
11917 連結列の幅は、列全体の幅と揃えを設定することによって設定することができます。
11918 \family sans
11919 垂直オフセット
11920 \family default
11921 は、正または負の値を与えると、連結列の内容を上下にシフトします。
11922 \end_layout
11923
11924 \begin_layout Standard
11925 連結行セルの列に明示的な幅が与えられていない場合、連結行セルは当該列の揃えを継承します。それもなければ左揃えです。既定値を上書きするには、
11926 \end_layout
11927
11928 \begin_layout Standard
11929
11930 \series bold
11931
11932 \backslash
11933 renewcommand{
11934 \backslash
11935 multirowsetup}{
11936 \backslash
11937 centering}
11938 \end_layout
11939
11940 \begin_layout Standard
11941 というコマンドを使用して、コマンド
11942 \series bold
11943
11944 \backslash
11945 multirowsetup
11946 \series default
11947 を書き換えて下さい。すると、文書中の連結行の中身が、すべて中央揃えになります。もしいくつかの表だけ中央揃えにしたいのであれば、プリアンブルではなく表の直前にTe
11948 Xコードボックスを入れて、このコマンドを書き換えれば済みます。文章を右揃えにしたい場合には、
11949 \series bold
11950
11951 \backslash
11952 centering
11953 \series default
11954 の代わりに
11955 \series bold
11956
11957 \backslash
11958 raggedleft
11959 \series default
11960 を使用して下さい。左揃えに戻すには、
11961 \series bold
11962
11963 \backslash
11964 raggedright
11965 \series default
11966 とします。
11967 \end_layout
11968
11969 \begin_layout Standard
11970 下記は、-4ミリの垂直オフセットを設定し、3センチ幅の列中にある右揃えの連結列セルがある表の例です。
11971 \end_layout
11972
11973 \begin_layout Standard
11974 \noindent
11975 \align center
11976 \begin_inset ERT
11977 status collapsed
11978
11979 \begin_layout Plain Layout
11980
11981
11982 \backslash
11983 renewcommand{
11984 \backslash
11985 multirowsetup}{
11986 \backslash
11987 raggedleft}
11988 \end_layout
11989
11990 \end_inset
11991
11992
11993 \begin_inset Tabular
11994 <lyxtabular version="3" rows="4" columns="3">
11995 <features tabularvalignment="middle">
11996 <column alignment="center" valignment="top" width="3cm">
11997 <column alignment="center" valignment="top" width="0">
11998 <column alignment="center" valignment="top" width="0">
11999 <row>
12000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 長いセル項目
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 </row>
12028 <row>
12029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12030 \begin_inset Text
12031
12032 \begin_layout Plain Layout
12033
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12039 \begin_inset Text
12040
12041 \begin_layout Plain Layout
12042
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12048 \begin_inset Text
12049
12050 \begin_layout Plain Layout
12051
12052 \end_layout
12053
12054 \end_inset
12055 </cell>
12056 </row>
12057 <row>
12058 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062 連結列
12063 \end_layout
12064
12065 \end_inset
12066 </cell>
12067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12068 \begin_inset Text
12069
12070 \begin_layout Plain Layout
12071
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12077 \begin_inset Text
12078
12079 \begin_layout Plain Layout
12080
12081 \end_layout
12082
12083 \end_inset
12084 </cell>
12085 </row>
12086 <row>
12087 <cell multirow="4" alignment="center" valignment="top" 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" bottomline="true" leftline="true" usebox="none">
12097 \begin_inset Text
12098
12099 \begin_layout Plain Layout
12100
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12106 \begin_inset Text
12107
12108 \begin_layout Plain Layout
12109
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 </row>
12115 </lyxtabular>
12116
12117 \end_inset
12118
12119
12120 \begin_inset ERT
12121 status collapsed
12122
12123 \begin_layout Plain Layout
12124
12125
12126 \backslash
12127 renewcommand{
12128 \backslash
12129 multirowsetup}{
12130 \backslash
12131 raggedright}
12132 \end_layout
12133
12134 \end_inset
12135
12136
12137 \end_layout
12138
12139 \begin_layout Standard
12140
12141 \lang english
12142 To start a new line in a multirow you can use a forced line break (shortcut
12143  
12144 \begin_inset Info
12145 type  "shortcut"
12146 arg   "newline-insert newline"
12147 \end_inset
12148
12149 ) but this will not respect the cell lines as demonstrated in this table:
12150 \end_layout
12151
12152 \begin_layout Standard
12153 \noindent
12154 \align center
12155
12156 \lang english
12157 \begin_inset Tabular
12158 <lyxtabular version="3" rows="3" columns="2">
12159 <features tabularvalignment="middle">
12160 <column alignment="left" valignment="middle" width="2cm">
12161 <column alignment="center" valignment="top" width="0">
12162 <row>
12163 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167
12168 \lang english
12169 aaa
12170 \begin_inset Newline newline
12171 \end_inset
12172
12173 aaa
12174 \begin_inset Newline newline
12175 \end_inset
12176
12177 wrong cell
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186
12187 \lang english
12188 ccc
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 </row>
12194 <row>
12195 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208
12209 \lang english
12210 ddd
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 </row>
12216 <row>
12217 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Plain Layout
12221
12222 \lang english
12223 bbb
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232
12233 \lang english
12234 eee
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 </row>
12240 </lyxtabular>
12241
12242 \end_inset
12243
12244
12245 \end_layout
12246
12247 \begin_layout Standard
12248
12249 \lang english
12250 Therefore be careful with forced line breaks.
12251 \end_layout
12252
12253 \begin_layout Section
12254 フォーマル形式の表
12255 \begin_inset CommandInset label
12256 LatexCommand label
12257 name "sec:フォーマル形式の表"
12258
12259 \end_inset
12260
12261
12262 \begin_inset Index idx
12263 status collapsed
12264
12265 \begin_layout Plain Layout
12266 ひょう@表 ! ふぉーまるけいしき@フォーマル形式
12267 \end_layout
12268
12269 \end_inset
12270
12271
12272 \end_layout
12273
12274 \begin_layout Standard
12275 書籍中の表は、よく表
12276 \begin_inset CommandInset ref
12277 LatexCommand ref
12278 reference "tab:ブックタブ表の例"
12279
12280 \end_inset
12281
12282 のように組版されます。この種の表は、「
12283 \emph on
12284 フォーマル形式
12285 \emph default
12286 」と呼ばれます。表をフォーマル形式にするには、表の設定ダイアログの罫線タブでフォーマル形式オプションを有効にして下さい。
12287 \end_layout
12288
12289 \begin_layout Standard
12290 \begin_inset Float table
12291 placement h
12292 wide false
12293 sideways false
12294 status open
12295
12296 \begin_layout Plain Layout
12297 \begin_inset Caption
12298
12299 \begin_layout Plain Layout
12300 \begin_inset CommandInset label
12301 LatexCommand label
12302 name "tab:ブックタブ表の例"
12303
12304 \end_inset
12305
12306 ブックタブ表の例
12307 \end_layout
12308
12309 \end_inset
12310
12311
12312 \end_layout
12313
12314 \begin_layout Plain Layout
12315 \align center
12316 \begin_inset Tabular
12317 <lyxtabular version="3" rows="8" columns="4">
12318 <features booktabs="true" tabularvalignment="middle">
12319 <column alignment="center" valignment="top" width="0">
12320 <column alignment="center" valignment="top" width="0">
12321 <column alignment="center" valignment="top" width="0">
12322 <column alignment="center" valignment="top" width="0">
12323 <row>
12324 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12325 \begin_inset Text
12326
12327 \begin_layout Plain Layout
12328 システム
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 <cell alignment="center" valignment="top" topline="true" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Plain Layout
12337 Medipix
12338 \begin_inset space \thinspace{}
12339 \end_inset
12340
12341 1
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12347 \begin_inset Text
12348
12349 \begin_layout Plain Layout
12350 Medipix
12351 \begin_inset space \thinspace{}
12352 \end_inset
12353
12354 2
12355 \end_layout
12356
12357 \end_inset
12358 </cell>
12359 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12360 \begin_inset Text
12361
12362 \begin_layout Plain Layout
12363
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 </row>
12369 <row>
12370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12371 \begin_inset Text
12372
12373 \begin_layout Plain Layout
12374 \begin_inset ERT
12375 status collapsed
12376
12377 \begin_layout Plain Layout
12378
12379
12380 \backslash
12381 cmidrule(r){2-2}
12382 \end_layout
12383
12384 \end_inset
12385
12386
12387 \begin_inset ERT
12388 status collapsed
12389
12390 \begin_layout Plain Layout
12391
12392
12393 \backslash
12394 cmidrule(l){3-4}
12395 \end_layout
12396
12397 \end_inset
12398
12399 検知器の厚み [µm]
12400 \end_layout
12401
12402 \end_inset
12403 </cell>
12404 <cell alignment="center" valignment="top" usebox="none">
12405 \begin_inset Text
12406
12407 \begin_layout Plain Layout
12408 300
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 300
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 700
12427 \end_layout
12428
12429 \end_inset
12430 </cell>
12431 </row>
12432 <row>
12433 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12434 \begin_inset Text
12435
12436 \begin_layout Plain Layout
12437 エッジ角 [°]
12438 \end_layout
12439
12440 \end_inset
12441 </cell>
12442 <cell alignment="center" valignment="top" topline="true" usebox="none">
12443 \begin_inset Text
12444
12445 \begin_layout Plain Layout
12446 3.55
12447 \end_layout
12448
12449 \end_inset
12450 </cell>
12451 <cell alignment="center" valignment="top" topline="true" usebox="none">
12452 \begin_inset Text
12453
12454 \begin_layout Plain Layout
12455 2.71
12456 \end_layout
12457
12458 \end_inset
12459 </cell>
12460 <cell alignment="center" valignment="top" topline="true" usebox="none">
12461 \begin_inset Text
12462
12463 \begin_layout Plain Layout
12464 7.99
12465 \end_layout
12466
12467 \end_inset
12468 </cell>
12469 </row>
12470 <row topspace="default">
12471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Plain Layout
12475 空間分解能 [µm]
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 <cell alignment="center" valignment="top" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 4.26
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 10.17
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 10.56
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 </row>
12508 <row topspace="default">
12509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 \begin_inset Formula $f_{\mathrm{max}}$
12514 \end_inset
12515
12516 におけるMTF
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 0.53
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell alignment="center" valignment="top" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 0.37
12535 \end_layout
12536
12537 \end_inset
12538 </cell>
12539 <cell alignment="center" valignment="top" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543 0.39
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 </row>
12549 <row topspace="default">
12550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 \begin_inset ERT
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558
12559
12560 \backslash
12561 cmidrule(l{10pt}){1-1}
12562 \end_layout
12563
12564 \end_inset
12565
12566 LSF空間分解能
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell alignment="center" valignment="top" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 </row>
12599 <row>
12600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 µm表示
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 129.7
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 52.75
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 50.78
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 </row>
12637 <row>
12638 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 ピクセルサイズに対する%表示
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 76.3
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 95.9
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 92.3
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 </row>
12675 </lyxtabular>
12676
12677 \end_inset
12678
12679
12680 \end_layout
12681
12682 \end_inset
12683
12684
12685 \end_layout
12686
12687 \begin_layout Standard
12688 表中の行に余白を加えるには、第
12689 \begin_inset CommandInset ref
12690 LatexCommand ref
12691 reference "sub:行の余白取り"
12692
12693 \end_inset
12694
12695 節に述べられているように、表の設定ダイアログの
12696 \family sans
12697 罫線
12698 \family default
12699 タブを使用します。
12700 \end_layout
12701
12702 \begin_layout Standard
12703 通常の表と違って、フォーマル形式の表には縦罫線がありません。表の横罫線は、通常の表と同様に指定することができますが、出力でこれらの線幅は異なります。
12704 \begin_inset Newline newline
12705 \end_inset
12706
12707 最初と最後の表罫線の既定幅は0.08
12708 \begin_inset space \thinspace{}
12709 \end_inset
12710
12711 emですが、他の罫線の既定幅は0.05
12712 \begin_inset space \thinspace{}
12713 \end_inset
12714
12715 emです。
12716 \end_layout
12717
12718 \begin_layout Standard
12719 これらの既定幅は、以下のプリアンブル行を指定することによって変更することができます。
12720 \end_layout
12721
12722 \begin_layout Standard
12723
12724 \series bold
12725
12726 \backslash
12727 let
12728 \backslash
12729 mytoprule
12730 \backslash
12731 toprule
12732 \begin_inset Newline newline
12733 \end_inset
12734
12735
12736 \backslash
12737 renewcommand{
12738 \backslash
12739 toprule}{
12740 \backslash
12741 mytoprule[幅]}
12742 \end_layout
12743
12744 \begin_layout Standard
12745 上の例は、
12746 \series bold
12747 toprule
12748 \series default
12749 という最初の罫線を設定しています。最後の罫線の線幅を変更するには、
12750 \series bold
12751 toprule
12752 \series default
12753
12754 \series bold
12755 bottomrule
12756 \series default
12757 に置き換えて下さい。他の罫線の線幅を変更するには、
12758 \series bold
12759 toprule
12760 \series default
12761
12762 \series bold
12763 midrule
12764 \series default
12765 に置き換えます。線幅を設定する上では、付録
12766 \begin_inset CommandInset ref
12767 LatexCommand ref
12768 reference "cha:LyXで使用できる単位"
12769
12770 \end_inset
12771
12772 に挙げてあるすべての単位を使用することができます。
12773 \end_layout
12774
12775 \begin_layout Standard
12776 全列にまたがらない罫線は、連結列セルに罫線を指定することで作成することができます。LyXは、内部的に
12777 \series bold
12778
12779 \backslash
12780 cmidrule
12781 \series default
12782 コマンドを使用して、このような罫線を引きます。このコマンドの完全な書式は
12783 \end_layout
12784
12785 \begin_layout Standard
12786
12787 \series bold
12788
12789 \backslash
12790 cmidrule[幅](刈込){開始列-終了列}
12791 \end_layout
12792
12793 \begin_layout Standard
12794 です。
12795 \series bold
12796
12797 \backslash
12798 cmidrule
12799 \series default
12800 のオプションは、現在のところLyXがサポートしていないので、オプションを使用するためには、TeXコードを使わなくてはなりません。
12801 \series bold
12802
12803 \backslash
12804 cmidrule
12805 \series default
12806 は、行の第一列の中に、最初にTeXコードでこのコマンドを入れることによって、手動で指定することができます。この罫線は、出力では現在行の上に引かれることになります
12807
12808 \end_layout
12809
12810 \begin_layout Standard
12811 この線幅の既定値は0.03
12812 \begin_inset space \thinspace{}
12813 \end_inset
12814
12815 emです。「開始列」は罫線を開始する列番号で、「終了列」は罫線を終了する列番号です。終了列は、罫線を一列だけに引きたいときも含めて、常に指定しなくてはなりません
12816 。非必須パラメーターの「刈込」は、
12817 \emph on
12818 l{刈込幅}
12819 \emph default
12820 あるいは
12821 \emph on
12822 r{刈込幅}
12823 \emph default
12824 の値を取り、刈込幅の指定は非必須です。たとえば、
12825 \emph on
12826 l{2pt}
12827 \emph default
12828 というパラメーターを使うと、罫線が左端から2
12829 \begin_inset space \thinspace{}
12830 \end_inset
12831
12832 ptだけ刈り込まれます。刈込幅を指定しないと、罫線は既定値の0.5
12833 \begin_inset space \thinspace{}
12834 \end_inset
12835
12836 emだけ刈り込まれます。
12837 \end_layout
12838
12839 \begin_layout Standard
12840 \begin_inset VSpace bigskip
12841 \end_inset
12842
12843
12844 \begin_inset CommandInset ref
12845 LatexCommand ref
12846 reference "tab:ブックタブ表の例"
12847
12848 \end_inset
12849
12850 は、
12851 \end_layout
12852
12853 \begin_layout Standard
12854
12855 \series bold
12856
12857 \backslash
12858 cmidrule(r){2-2}
12859 \backslash
12860 cmidrule(l){3-4}
12861 \end_layout
12862
12863 \begin_layout Standard
12864 というコマンドを第二行の初めに使用し、
12865 \end_layout
12866
12867 \begin_layout Standard
12868
12869 \series bold
12870
12871 \backslash
12872 cmidrule(l{10pt}){1-1}
12873 \end_layout
12874
12875 \begin_layout Standard
12876 を第六行に使用して作成されています。
12877 \end_layout
12878
12879 \begin_layout Standard
12880 \begin_inset VSpace bigskip
12881 \end_inset
12882
12883
12884 \end_layout
12885
12886 \begin_layout Standard
12887 ときには、表
12888 \begin_inset CommandInset ref
12889 LatexCommand ref
12890 reference "tab:特殊なブックタブ表"
12891
12892 \end_inset
12893
12894 のような重なり合った
12895 \series bold
12896
12897 \backslash
12898 cmidrule
12899 \series default
12900 が欲しいことがあるかもしれません。これは、TeXコードで
12901 \end_layout
12902
12903 \begin_layout Standard
12904
12905 \series bold
12906
12907 \backslash
12908 morecmidrules
12909 \end_layout
12910
12911 \begin_layout Standard
12912 コマンドを使用することによって実現することができます。表
12913 \begin_inset CommandInset ref
12914 LatexCommand ref
12915 reference "tab:特殊なブックタブ表"
12916
12917 \end_inset
12918
12919 の第二列には
12920 \end_layout
12921
12922 \begin_layout Standard
12923
12924 \series bold
12925
12926 \backslash
12927 cmidrule(r){2-2}
12928 \backslash
12929 cmidrule(l){3-4}
12930 \backslash
12931 morecmidrules
12932 \backslash
12933 cmidrule{2-4}
12934 \end_layout
12935
12936 \begin_layout Standard
12937 というコマンドが使用されており、第六列には
12938 \end_layout
12939
12940 \begin_layout Standard
12941
12942 \series bold
12943
12944 \backslash
12945 midrule
12946 \backslash
12947 morecmidrules
12948 \backslash
12949 cmidrule{3-4}
12950 \end_layout
12951
12952 \begin_layout Standard
12953 というコマンドが使用されています。
12954 \end_layout
12955
12956 \begin_layout Standard
12957 \begin_inset VSpace bigskip
12958 \end_inset
12959
12960
12961 \end_layout
12962
12963 \begin_layout Standard
12964 罫線の余白取りにどうしても満足が行かない場合には、
12965 \end_layout
12966
12967 \begin_layout Standard
12968
12969 \series bold
12970
12971 \backslash
12972 specialrule{幅}{上余白}{下余白}
12973 \end_layout
12974
12975 \begin_layout Standard
12976 というコマンドを使用すれば、全列にわたる罫線を生成することができます。これらの特殊機能については、LaTeXパッケージ
12977 \series bold
12978 booktabs
12979 \series default
12980  
12981 \begin_inset CommandInset citation
12982 LatexCommand cite
12983 key "booktabs"
12984
12985 \end_inset
12986
12987
12988 \begin_inset Index idx
12989 status collapsed
12990
12991 \begin_layout Plain Layout
12992 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
12993 \end_layout
12994
12995 \end_inset
12996
12997 の取扱説明書をご参照下さい。
12998 \end_layout
12999
13000 \begin_layout Standard
13001 \begin_inset Float table
13002 placement h
13003 wide false
13004 sideways false
13005 status open
13006
13007 \begin_layout Plain Layout
13008 \begin_inset Caption
13009
13010 \begin_layout Plain Layout
13011 \begin_inset CommandInset label
13012 LatexCommand label
13013 name "tab:特殊なブックタブ表"
13014
13015 \end_inset
13016
13017 特殊なブックタブ表
13018 \end_layout
13019
13020 \end_inset
13021
13022
13023 \end_layout
13024
13025 \begin_layout Plain Layout
13026 \align center
13027 \begin_inset Tabular
13028 <lyxtabular version="3" rows="8" columns="4">
13029 <features booktabs="true" tabularvalignment="middle">
13030 <column alignment="center" valignment="top" width="0">
13031 <column alignment="center" valignment="top" width="0">
13032 <column alignment="center" valignment="top" width="0">
13033 <column alignment="center" valignment="top" width="0">
13034 <row>
13035 <cell alignment="center" valignment="top" topline="true" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Plain Layout
13039 システム
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 <cell alignment="center" valignment="top" topline="true" usebox="none">
13045 \begin_inset Text
13046
13047 \begin_layout Plain Layout
13048 Medipix
13049 \begin_inset space \thinspace{}
13050 \end_inset
13051
13052 1
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061 Medipix
13062 \begin_inset space \thinspace{}
13063 \end_inset
13064
13065 2
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 </row>
13080 <row>
13081 <cell alignment="center" valignment="top" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 \begin_inset ERT
13086 status collapsed
13087
13088 \begin_layout Plain Layout
13089
13090
13091 \backslash
13092 cmidrule(r){2-2}
13093 \end_layout
13094
13095 \end_inset
13096
13097
13098 \begin_inset ERT
13099 status collapsed
13100
13101 \begin_layout Plain Layout
13102
13103
13104 \backslash
13105 cmidrule(l){3-4}
13106 \end_layout
13107
13108 \end_inset
13109
13110
13111 \begin_inset ERT
13112 status collapsed
13113
13114 \begin_layout Plain Layout
13115
13116
13117 \backslash
13118 morecmidrules 
13119 \end_layout
13120
13121 \end_inset
13122
13123
13124 \begin_inset ERT
13125 status collapsed
13126
13127 \begin_layout Plain Layout
13128
13129
13130 \backslash
13131 cmidrule{2-4}
13132 \end_layout
13133
13134 \end_inset
13135
13136 検知器の厚み [µm]
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 300
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 300
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 700
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 </row>
13169 <row>
13170 <cell alignment="center" valignment="top" topline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 エッジ角 [°]
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 3.55
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" topline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 2.71
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" topline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 7.99
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 </row>
13207 <row topspace="default">
13208 <cell alignment="center" valignment="top" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 空間分解能 [µm]
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell alignment="center" valignment="top" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 4.26
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 <cell alignment="center" valignment="top" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 10.17
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 10.56
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 </row>
13245 <row topspace="default">
13246 <cell alignment="center" valignment="top" usebox="none">
13247 \begin_inset Text
13248
13249 \begin_layout Plain Layout
13250 \begin_inset Formula $f_{\mathrm{max}}$
13251 \end_inset
13252
13253 におけるMTF
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 <cell alignment="center" valignment="top" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 0.53
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 0.37
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 0.39
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 </row>
13286 <row>
13287 <cell alignment="center" valignment="top" topline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 \begin_inset ERT
13292 status collapsed
13293
13294 \begin_layout Plain Layout
13295
13296
13297 \backslash
13298 morecmidrules 
13299 \end_layout
13300
13301 \end_inset
13302
13303
13304 \begin_inset ERT
13305 status collapsed
13306
13307 \begin_layout Plain Layout
13308
13309
13310 \backslash
13311 cmidrule{3-4}
13312 \end_layout
13313
13314 \end_inset
13315
13316 LSF空間分解能
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" topline="true" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 <cell alignment="center" valignment="top" topline="true" usebox="none">
13331 \begin_inset Text
13332
13333 \begin_layout Plain Layout
13334
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 <cell alignment="center" valignment="top" topline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Plain Layout
13343
13344 \end_layout
13345
13346 \end_inset
13347 </cell>
13348 </row>
13349 <row>
13350 <cell alignment="center" valignment="top" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 µm表示
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 129.7
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 <cell alignment="center" valignment="top" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372 52.75
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell alignment="center" valignment="top" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381 50.78
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 </row>
13387 <row>
13388 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 ピクセルサイズに対する%表示
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401 76.3
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 95.9
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 92.3
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 </row>
13425 </lyxtabular>
13426
13427 \end_inset
13428
13429
13430 \end_layout
13431
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \begin_layout Section
13438 表の垂直揃え
13439 \begin_inset Index idx
13440 status collapsed
13441
13442 \begin_layout Plain Layout
13443 ひょう@表 ! そろえ@揃え
13444 \end_layout
13445
13446 \end_inset
13447
13448
13449 \end_layout
13450
13451 \begin_layout Standard
13452 本文行中で表の垂直揃えをするには、その表をボックスの中に入れなくてはなりません。そうした上で、第
13453 \begin_inset CommandInset ref
13454 LatexCommand ref
13455 reference "sec:ボックスダイアログ"
13456
13457 \end_inset
13458
13459 節に述べられているように、ボックスの垂直揃えを行います。
13460 \end_layout
13461
13462 \begin_layout Standard
13463 以下の例では、各表は15
13464 \begin_inset space \thinspace{}
13465 \end_inset
13466
13467 列幅%を持つminipage
13468 \begin_inset Foot
13469 status collapsed
13470
13471 \begin_layout Plain Layout
13472 minipageは第
13473 \begin_inset CommandInset ref
13474 LatexCommand ref
13475 reference "sec:ミニページ"
13476
13477 \end_inset
13478
13479 節で説明されています。
13480 \end_layout
13481
13482 \end_inset
13483
13484 ボックスの中に入れてあります。
13485 \end_layout
13486
13487 \begin_layout Itemize
13488 動作試験 
13489 \begin_inset Box Frameless
13490 position "t"
13491 hor_pos "c"
13492 has_inner_box 1
13493 inner_pos "c"
13494 use_parbox 0
13495 use_makebox 0
13496 width "15col%"
13497 special "none"
13498 height "1in"
13499 height_special "totalheight"
13500 status collapsed
13501
13502 \begin_layout Plain Layout
13503 \begin_inset Tabular
13504 <lyxtabular version="3" rows="3" columns="3">
13505 <features tabularvalignment="middle">
13506 <column alignment="center" valignment="top" width="0">
13507 <column alignment="center" valignment="top" width="0">
13508 <column alignment="center" valignment="top" width="0">
13509 <row>
13510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 </row>
13538 <row>
13539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 </row>
13567 <row>
13568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 </row>
13596 </lyxtabular>
13597
13598 \end_inset
13599
13600
13601 \end_layout
13602
13603 \end_inset
13604
13605  動作試験 
13606 \begin_inset ERT
13607 status collapsed
13608
13609 \begin_layout Plain Layout
13610
13611
13612 \backslash
13613 raisebox{0.85
13614 \backslash
13615 baselineskip}{
13616 \end_layout
13617
13618 \end_inset
13619
13620
13621 \begin_inset Box Frameless
13622 position "t"
13623 hor_pos "c"
13624 has_inner_box 1
13625 inner_pos "c"
13626 use_parbox 0
13627 use_makebox 0
13628 width "15col%"
13629 special "none"
13630 height "1in"
13631 height_special "totalheight"
13632 status collapsed
13633
13634 \begin_layout Plain Layout
13635 \begin_inset Tabular
13636 <lyxtabular version="3" rows="3" columns="3">
13637 <features tabularvalignment="middle">
13638 <column alignment="center" valignment="top" width="0">
13639 <column alignment="center" valignment="top" width="0">
13640 <column alignment="center" valignment="top" width="0">
13641 <row>
13642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 </row>
13670 <row>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 </row>
13699 <row>
13700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 </row>
13728 </lyxtabular>
13729
13730 \end_inset
13731
13732
13733 \end_layout
13734
13735 \end_inset
13736
13737
13738 \begin_inset ERT
13739 status collapsed
13740
13741 \begin_layout Plain Layout
13742
13743 }
13744 \end_layout
13745
13746 \end_inset
13747
13748
13749 \end_layout
13750
13751 \begin_layout Itemize
13752 動作試験 
13753 \begin_inset Box Frameless
13754 position "c"
13755 hor_pos "c"
13756 has_inner_box 1
13757 inner_pos "c"
13758 use_parbox 0
13759 use_makebox 0
13760 width "15col%"
13761 special "none"
13762 height "1in"
13763 height_special "totalheight"
13764 status collapsed
13765
13766 \begin_layout Plain Layout
13767 \begin_inset Tabular
13768 <lyxtabular version="3" rows="3" columns="3">
13769 <features tabularvalignment="middle">
13770 <column alignment="center" valignment="top" width="0">
13771 <column alignment="center" valignment="top" width="0">
13772 <column alignment="center" valignment="top" width="0">
13773 <row>
13774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 </row>
13802 <row>
13803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 </row>
13831 <row>
13832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 </row>
13860 </lyxtabular>
13861
13862 \end_inset
13863
13864
13865 \end_layout
13866
13867 \end_inset
13868
13869
13870 \end_layout
13871
13872 \begin_layout Itemize
13873 動作試験 
13874 \begin_inset Box Frameless
13875 position "b"
13876 hor_pos "c"
13877 has_inner_box 1
13878 inner_pos "c"
13879 use_parbox 0
13880 use_makebox 0
13881 width "15col%"
13882 special "none"
13883 height "1in"
13884 height_special "totalheight"
13885 status collapsed
13886
13887 \begin_layout Plain Layout
13888 \begin_inset Tabular
13889 <lyxtabular version="3" rows="3" columns="3">
13890 <features tabularvalignment="middle">
13891 <column alignment="center" valignment="top" width="0">
13892 <column alignment="center" valignment="top" width="0">
13893 <column alignment="center" valignment="top" width="0">
13894 <row>
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 </row>
13923 <row>
13924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 <row>
13953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Plain Layout
13957
13958 \end_layout
13959
13960 \end_inset
13961 </cell>
13962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 </row>
13981 </lyxtabular>
13982
13983 \end_inset
13984
13985
13986 \end_layout
13987
13988 \end_inset
13989
13990  動作試験 
13991 \begin_inset ERT
13992 status collapsed
13993
13994 \begin_layout Plain Layout
13995
13996
13997 \backslash
13998 raisebox{-0.32
13999 \backslash
14000 baselineskip}{
14001 \end_layout
14002
14003 \end_inset
14004
14005
14006 \begin_inset Box Frameless
14007 position "b"
14008 hor_pos "c"
14009 has_inner_box 1
14010 inner_pos "c"
14011 use_parbox 0
14012 use_makebox 0
14013 width "15col%"
14014 special "none"
14015 height "1in"
14016 height_special "totalheight"
14017 status collapsed
14018
14019 \begin_layout Plain Layout
14020 \begin_inset Tabular
14021 <lyxtabular version="3" rows="3" columns="3">
14022 <features tabularvalignment="middle">
14023 <column alignment="center" valignment="top" width="0">
14024 <column alignment="center" valignment="top" width="0">
14025 <column alignment="center" valignment="top" width="0">
14026 <row>
14027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 </row>
14055 <row>
14056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 </row>
14084 <row>
14085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 </row>
14113 </lyxtabular>
14114
14115 \end_inset
14116
14117
14118 \end_layout
14119
14120 \end_inset
14121
14122
14123 \begin_inset ERT
14124 status collapsed
14125
14126 \begin_layout Plain Layout
14127
14128 }
14129 \end_layout
14130
14131 \end_inset
14132
14133
14134 \end_layout
14135
14136 \begin_layout Standard
14137 上記のとおり、表の第一行あるいは最終行の中身が、表外の本文行と揃っていません。これらを揃えるには、minipageボックスをraisebox
14138 \begin_inset Foot
14139 status collapsed
14140
14141 \begin_layout Plain Layout
14142 raiseboxは、第
14143 \begin_inset CommandInset ref
14144 LatexCommand ref
14145 reference "sub:垂直揃え"
14146
14147 \end_inset
14148
14149 節で説明されています。
14150 \end_layout
14151
14152 \end_inset
14153
14154 の中に入れなくてはなりません。上記の例では、最初の項目の第二表は、ボックスの前に
14155 \end_layout
14156
14157 \begin_layout Standard
14158
14159 \series bold
14160
14161 \backslash
14162 raisebox{0.85
14163 \backslash
14164 baselineskip}{
14165 \end_layout
14166
14167 \begin_layout Standard
14168 というTeXコードコマンドを使用して揃えています。ボックスの後には、閉じ括弧
14169 \series bold
14170 }
14171 \series default
14172 をTeXコードとして挿入してあります。最後の項目の第二表には、
14173 \end_layout
14174
14175 \begin_layout Standard
14176
14177 \series bold
14178
14179 \backslash
14180 raisebox{-0.32
14181 \backslash
14182 baselineskip}{
14183 \end_layout
14184
14185 \begin_layout Standard
14186 というコマンドを使用しています。
14187 \end_layout
14188
14189 \begin_layout Standard
14190 \begin_inset Note Greyedout
14191 status open
14192
14193 \begin_layout Plain Layout
14194
14195 \series bold
14196 【註】
14197 \series default
14198 表の行の中身の周囲の本文行への揃えは、つねに同じ値をとるわけではありません。この揃え方に必要な
14199 \series bold
14200
14201 \backslash
14202 raisebox
14203 \series default
14204 コマンドの値は、文書フォントやフォント寸法、表罫線の線幅によって変わります。
14205 \end_layout
14206
14207 \end_inset
14208
14209
14210 \end_layout
14211
14212 \begin_layout Section
14213 色付きの表
14214 \begin_inset CommandInset label
14215 LatexCommand label
14216 name "sec:色付きの表"
14217
14218 \end_inset
14219
14220
14221 \begin_inset Index idx
14222 status collapsed
14223
14224 \begin_layout Plain Layout
14225 ひょう@表 ! いろつき@色付き
14226 \end_layout
14227
14228 \end_inset
14229
14230
14231 \end_layout
14232
14233 \begin_layout Subsection
14234 色付きのセル
14235 \begin_inset Index idx
14236 status collapsed
14237
14238 \begin_layout Plain Layout
14239 ひょうのいろ@表の色 ! せるぶ@セル部
14240 \end_layout
14241
14242 \end_inset
14243
14244
14245 \begin_inset Index idx
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249 いろつき@色付き ! ひょうせるぶ@表セル部
14250 \end_layout
14251
14252 \end_inset
14253
14254
14255 \end_layout
14256
14257 \begin_layout Standard
14258 \begin_inset Float table
14259 placement h
14260 wide false
14261 sideways false
14262 status open
14263
14264 \begin_layout Plain Layout
14265 \begin_inset Caption
14266
14267 \begin_layout Plain Layout
14268 \begin_inset CommandInset label
14269 LatexCommand label
14270 name "tab:colortblなしの表"
14271
14272 \end_inset
14273
14274
14275 \series bold
14276 colortbl
14277 \series default
14278 パッケージを使用しない色付き表
14279 \begin_inset Argument
14280 status collapsed
14281
14282 \begin_layout Plain Layout
14283 colortblなしの表
14284 \end_layout
14285
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \end_inset
14292
14293
14294 \end_layout
14295
14296 \begin_layout Plain Layout
14297 \align center
14298 \begin_inset Tabular
14299 <lyxtabular version="3" rows="3" columns="3">
14300 <features tabularvalignment="middle">
14301 <column alignment="center" valignment="top" width="0">
14302 <column alignment="center" valignment="top" width="0">
14303 <column alignment="center" valignment="top" width="0">
14304 <row>
14305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309
14310 \color green
14311
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320
14321 \color red
14322
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Plain Layout
14331
14332 \color red
14333
14334 \end_layout
14335
14336 \end_inset
14337 </cell>
14338 </row>
14339 <row>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344
14345 \color green
14346
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355
14356 \color blue
14357
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Plain Layout
14366
14367 \color blue
14368
14369 \end_layout
14370
14371 \end_inset
14372 </cell>
14373 </row>
14374 <row>
14375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379
14380 \color green
14381
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390
14391 \color blue
14392
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401
14402 \color blue
14403
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 </row>
14409 </lyxtabular>
14410
14411 \end_inset
14412
14413
14414 \end_layout
14415
14416 \end_inset
14417
14418
14419 \end_layout
14420
14421 \begin_layout Standard
14422 もし色の付いた文章が欲しいだけならば、そのセルを選択して、
14423 \family sans
14424 編集\SpecialChar \menuseparator
14425 文字様式
14426 \family default
14427 メニューで色を選んでください。表
14428 \begin_inset CommandInset ref
14429 LatexCommand ref
14430 reference "tab:colortblなしの表"
14431
14432 \end_inset
14433
14434 を作るのに、この方法が使われています。それ以外の場合には、LaTeXパッケージの
14435 \series bold
14436 colortbl
14437 \series default
14438
14439 \begin_inset Index idx
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
14444 \end_layout
14445
14446 \end_inset
14447
14448 を使用しなくてはなりません。
14449 \end_layout
14450
14451 \begin_layout Standard
14452 \begin_inset ERT
14453 status collapsed
14454
14455 \begin_layout Plain Layout
14456
14457
14458 \backslash
14459 ifcolortbl
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \begin_inset Note Note
14466 status open
14467
14468 \begin_layout Plain Layout
14469 本節の以下の部分は、LaTeXパッケージ
14470 \series bold
14471 colortbl
14472 \series default
14473 が導入済みのときのみ表示されます。
14474 \end_layout
14475
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \begin_layout Standard
14482 色付きの表を作成するには、プリアンブルに
14483 \end_layout
14484
14485 \begin_layout Standard
14486
14487 \series bold
14488
14489 \backslash
14490 usepackage{colortbl}
14491 \end_layout
14492
14493 \begin_layout Standard
14494 という行を書いて
14495 \series bold
14496 colortbl
14497 \series default
14498 を読み込まなくてはなりません。列の色は、
14499 \series bold
14500 >{ }
14501 \series default
14502 コマンドの中に
14503 \end_layout
14504
14505 \begin_layout Standard
14506
14507 \series bold
14508
14509 \backslash
14510 columncolor{色彩名}
14511 \end_layout
14512
14513 \begin_layout Standard
14514 というコマンドを書いて指定することができます。
14515 \series bold
14516 >{}
14517 \series default
14518 コマンドに関する詳細は、第
14519 \begin_inset CommandInset ref
14520 LatexCommand ref
14521 reference "sub:連結列の計算"
14522
14523 \end_inset
14524
14525 節に述べられています。
14526 \end_layout
14527
14528 \begin_layout Standard
14529 以下の色彩名が事前に定義されています。
14530 \end_layout
14531
14532 \begin_layout Standard
14533
14534 \family sans
14535 red
14536 \family default
14537
14538 \family sans
14539 green
14540 \family default
14541
14542 \family sans
14543 yellow
14544 \family default
14545
14546 \family sans
14547 blue
14548 \family default
14549
14550 \family sans
14551 cyan
14552 \family default
14553
14554 \family sans
14555 magenta
14556 \family default
14557
14558 \family sans
14559 black
14560 \family default
14561
14562 \family sans
14563 white
14564 \end_layout
14565
14566 \begin_layout Standard
14567 \begin_inset VSpace medskip
14568 \end_inset
14569
14570
14571 \end_layout
14572
14573 \begin_layout Standard
14574
14575 \lang english
14576 If you add the options
14577 \end_layout
14578
14579 \begin_layout Standard
14580
14581 \series bold
14582 usenames,dvipsnames
14583 \end_layout
14584
14585 \begin_layout Standard
14586
14587 \lang english
14588 to the document class options in the document settings, you can additionally
14589  use further 61
14590 \begin_inset space ~
14591 \end_inset
14592
14593 colors.
14594  These colors are listed in appendix
14595 \begin_inset space ~
14596 \end_inset
14597
14598
14599 \begin_inset CommandInset ref
14600 LatexCommand ref
14601 reference "chap:List-of-dvips-colornames"
14602
14603 \end_inset
14604
14605 .
14606  One of these colors, 
14607 \family sans
14608 Maroon
14609 \family default
14610 , is used as example in Table
14611 \lang japanese
14612
14613 \begin_inset space ~
14614 \end_inset
14615
14616
14617 \begin_inset CommandInset ref
14618 LatexCommand ref
14619 reference "tab:色付き表"
14620
14621 \end_inset
14622
14623 .
14624 \end_layout
14625
14626 \begin_layout Standard
14627 \begin_inset VSpace medskip
14628 \end_inset
14629
14630
14631 \end_layout
14632
14633 \begin_layout Standard
14634 また
14635 \end_layout
14636
14637 \begin_layout Standard
14638
14639 \series bold
14640
14641 \backslash
14642 definecolor{色彩名}{色彩モデル}{色彩値}
14643 \end_layout
14644
14645 \begin_layout Standard
14646 というコマンドを使用すれば、自分自身の色彩を定義することができます。ここで色彩モデルは
14647 \end_layout
14648
14649 \begin_layout Labeling
14650 \labelwidthstring 00.00.0000
14651 cmyk:シアン(
14652 \bar under
14653 c
14654 \bar default
14655 yan)・マゼンタ(
14656 \bar under
14657 m
14658 \bar default
14659 agenta)・黄(
14660 \bar under
14661 y
14662 \bar default
14663 ellow)・黒(blac
14664 \bar under
14665 k
14666 \bar default
14667
14668 \end_layout
14669
14670 \begin_layout Labeling
14671 \labelwidthstring 00.00.0000
14672 rgb:赤(
14673 \bar under
14674 r
14675 \bar default
14676 ed)・緑(
14677 \bar under
14678 g
14679 \bar default
14680 reen)・青(
14681 \bar under
14682 b
14683 \bar default
14684 lue)
14685 \end_layout
14686
14687 \begin_layout Labeling
14688 \labelwidthstring 00.00.0000
14689 gray:グレー
14690 \end_layout
14691
14692 \begin_layout Standard
14693 から選択することができ、色彩値は、0から1の間の数字をコンマで区切ったもので、それぞれ当該色彩モデルにおける各色彩の大きさを示します。
14694 \end_layout
14695
14696 \begin_layout Standard
14697 たとえば、プリアンブルに
14698 \end_layout
14699
14700 \begin_layout Standard
14701
14702 \series bold
14703
14704 \backslash
14705 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14706 \end_layout
14707
14708 \begin_layout Standard
14709 と書くことによって、「
14710 \emph on
14711 darkgreen
14712 \emph default
14713 」色を定義することができますし、
14714 \end_layout
14715
14716 \begin_layout Standard
14717
14718 \series bold
14719
14720 \backslash
14721 definecolor{lightgray}{gray}{0.8}
14722 \end_layout
14723
14724 \begin_layout Standard
14725 と書けば、「
14726 \emph on
14727 lightgray
14728 \emph default
14729 」色を定義することができます。
14730 \end_layout
14731
14732 \begin_layout Standard
14733 \begin_inset VSpace medskip
14734 \end_inset
14735
14736
14737 \end_layout
14738
14739 \begin_layout Standard
14740 罫線は
14741 \end_layout
14742
14743 \begin_layout Standard
14744
14745 \series bold
14746
14747 \backslash
14748 rowcolor{色彩名}
14749 \end_layout
14750
14751 \begin_layout Standard
14752 というコマンドを使用して色付けすることができ、セルは
14753 \end_layout
14754
14755 \begin_layout Standard
14756
14757 \series bold
14758
14759 \backslash
14760 cellcolor{色彩名}
14761 \end_layout
14762
14763 \begin_layout Standard
14764 というコマンドで色付けすることができます。どちらのコマンドも、セルの冒頭にTeXコードで書き込みます。
14765 \end_layout
14766
14767 \begin_layout Standard
14768 表中の文字に色付けをするには、セルを選択してから、LyXのメニュー
14769 \family sans
14770 編集\SpecialChar \menuseparator
14771 文字様式
14772 \family default
14773 を使用します。セルにTeXコードが入っている場合には、文章部分だけ選択してください。さもないと色付け指定されたTeXコードがLaTeXエラーを引き起こしてしまい
14774 ます。
14775 \end_layout
14776
14777 \begin_layout Standard
14778 \begin_inset Note Greyedout
14779 status open
14780
14781 \begin_layout Plain Layout
14782 【註】DVIビューアーのすべてが自己定義の色を表示できるわけではありません。
14783 \end_layout
14784
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \begin_layout Standard
14791 \begin_inset VSpace bigskip
14792 \end_inset
14793
14794
14795 \end_layout
14796
14797 \begin_layout Standard
14798
14799 \begin_inset CommandInset ref
14800 LatexCommand ref
14801 reference "tab:色付き表"
14802
14803 \end_inset
14804
14805 を作成するには、以下のようにしてください。第一列の色は
14806 \emph on
14807 darkgreen
14808 \emph default
14809 にしたいので、この列のLaTeX変数として
14810 \end_layout
14811
14812 \begin_layout Standard
14813
14814 \series bold
14815 >{
14816 \backslash
14817 columncolor{darkgreen}
14818 \backslash
14819 centering}c
14820 \end_layout
14821
14822 \begin_layout Standard
14823 と書き込みます。第一列は青にしたいので、この列の最初のセルに
14824 \end_layout
14825
14826 \begin_layout Standard
14827
14828 \series bold
14829
14830 \backslash
14831 rowcolow{cyan}
14832 \end_layout
14833
14834 \begin_layout Standard
14835 というTeXコードコマンドを書き込みます。これによって、第一セルの列色指定が上書きされてしまうことに注意してください。
14836 \lang english
14837 The last cell of the last row is colored maroon by inserting the TeX-Code
14838  command
14839 \end_layout
14840
14841 \begin_layout Standard
14842
14843 \series bold
14844
14845 \backslash
14846 cellcolor{Maroon}
14847 \end_layout
14848
14849 \begin_layout Standard
14850 というTeXコードコマンドを書き込むことで、マゼンタに色づけされています。この後、
14851 \family sans
14852 編集\SpecialChar \menuseparator
14853 文字様式
14854 \family default
14855 メニューを使って、各文字に色付けをすることができます。
14856 \end_layout
14857
14858 \begin_layout Standard
14859 \begin_inset Float table
14860 placement h
14861 wide false
14862 sideways false
14863 status open
14864
14865 \begin_layout Plain Layout
14866 \begin_inset Caption
14867
14868 \begin_layout Plain Layout
14869
14870 \series bold
14871 \begin_inset CommandInset label
14872 LatexCommand label
14873 name "tab:色付き表"
14874
14875 \end_inset
14876
14877 colortbl
14878 \series default
14879 パッケージを使用した色付き表
14880 \begin_inset Argument
14881 status collapsed
14882
14883 \begin_layout Plain Layout
14884 colortblを使った表
14885 \end_layout
14886
14887 \end_inset
14888
14889
14890 \end_layout
14891
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Plain Layout
14898 \align center
14899 \begin_inset Tabular
14900 <lyxtabular version="3" rows="3" columns="3">
14901 <features tabularvalignment="middle">
14902 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
14903 <column alignment="center" valignment="top" width="0">
14904 <column alignment="center" valignment="top" width="0">
14905 <row>
14906 <cell alignment="center" valignment="top" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910 \begin_inset ERT
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914
14915
14916 \backslash
14917 rowcolor{cyan}
14918 \end_layout
14919
14920 \end_inset
14921
14922
14923 \color magenta
14924
14925 \end_layout
14926
14927 \end_inset
14928 </cell>
14929 <cell alignment="center" valignment="top" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933
14934 \color red
14935
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 <cell alignment="center" valignment="top" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944
14945 \color red
14946
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 </row>
14952 <row>
14953 <cell alignment="center" valignment="top" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957
14958 \color yellow
14959
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 <cell alignment="center" valignment="top" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968
14969 \color blue
14970
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 <cell alignment="center" valignment="top" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979
14980 \color blue
14981
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 </row>
14987 <row>
14988 <cell alignment="center" valignment="top" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992
14993 \color yellow
14994
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \color blue
15005
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 \begin_inset ERT
15015 status collapsed
15016
15017 \begin_layout Plain Layout
15018
15019
15020 \backslash
15021 cellcolor{Maroon}
15022 \end_layout
15023
15024 \end_inset
15025
15026
15027 \color green
15028
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 </row>
15034 </lyxtabular>
15035
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \end_inset
15042
15043
15044 \end_layout
15045
15046 \begin_layout Standard
15047 \begin_inset ERT
15048 status collapsed
15049
15050 \begin_layout Plain Layout
15051
15052
15053 \backslash
15054 else
15055 \end_layout
15056
15057 \end_inset
15058
15059
15060 \begin_inset Note Note
15061 status open
15062
15063 \begin_layout Plain Layout
15064 以下は、LaTeXパッケージ
15065 \series bold
15066 colortbl
15067 \series default
15068 が導入されていないときに表示されます。
15069 \end_layout
15070
15071 \end_inset
15072
15073
15074 \end_layout
15075
15076 \begin_layout Standard
15077 この節の内容を出力で表示させるには、
15078 \series bold
15079 colortbl
15080 \series default
15081 パッケージを導入する必要があります。
15082 \end_layout
15083
15084 \begin_layout Standard
15085 \begin_inset ERT
15086 status collapsed
15087
15088 \begin_layout Plain Layout
15089
15090
15091 \backslash
15092 fi
15093 \end_layout
15094
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \begin_layout Subsection
15101 色付き罫線
15102 \begin_inset Index idx
15103 status collapsed
15104
15105 \begin_layout Plain Layout
15106 ひょうのいろ@表の色 ! けいせんぶ@罫線部
15107 \end_layout
15108
15109 \end_inset
15110
15111
15112 \begin_inset Index idx
15113 status collapsed
15114
15115 \begin_layout Plain Layout
15116 いろつき@色付き ! ひょうけいせんぶ@表罫線部
15117 \end_layout
15118
15119 \end_inset
15120
15121
15122 \end_layout
15123
15124 \begin_layout Standard
15125
15126 \begin_inset CommandInset ref
15127 LatexCommand ref
15128 reference "sub:罫線幅"
15129
15130 \end_inset
15131
15132 節に述べられているように、表中の全罫線の線幅は、長さ
15133 \series bold
15134
15135 \backslash
15136 arrayrulewidth
15137 \series default
15138 を使って調節することができます。本節の表では、すべて1.5
15139 \begin_inset space \thinspace{}
15140 \end_inset
15141
15142 ptに設定されています。
15143 \begin_inset ERT
15144 status collapsed
15145
15146 \begin_layout Plain Layout
15147
15148
15149 \backslash
15150 setlength{
15151 \backslash
15152 arrayrulewidth}{1.5pt}
15153 \end_layout
15154
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \begin_layout Standard
15161 たとえば縦罫線を緑に着色するには、第
15162 \begin_inset CommandInset ref
15163 LatexCommand ref
15164 reference "sub:自製書式"
15165
15166 \end_inset
15167
15168 節の説明にしたがって、以下の列書式を文書プリアンブル中で作成して下さい。
15169 \end_layout
15170
15171 \begin_layout Standard
15172
15173 \series bold
15174
15175 \backslash
15176 newcolumntype{W}{!{
15177 \backslash
15178 color{green}
15179 \backslash
15180 vline}}
15181 \end_layout
15182
15183 \begin_layout Standard
15184
15185 \begin_inset CommandInset ref
15186 LatexCommand ref
15187 reference "tab:色付き縦罫線の表"
15188
15189 \end_inset
15190
15191 では、最右列にLaTeX変数
15192 \series bold
15193 WcW
15194 \series default
15195 、他の列にLaTeX変数
15196 \series bold
15197 Wc
15198 \series default
15199 が使用されています。
15200 \end_layout
15201
15202 \begin_layout Standard
15203 複数の色を用いたいときには、列書式をもっと定義してください。
15204 \end_layout
15205
15206 \begin_layout Standard
15207 \begin_inset Float table
15208 placement h
15209 wide false
15210 sideways false
15211 status open
15212
15213 \begin_layout Plain Layout
15214 \begin_inset Caption
15215
15216 \begin_layout Plain Layout
15217 \begin_inset CommandInset label
15218 LatexCommand label
15219 name "tab:色付き縦罫線の表"
15220
15221 \end_inset
15222
15223 色付き縦罫線の表
15224 \end_layout
15225
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \begin_layout Plain Layout
15232 \align center
15233 \begin_inset Tabular
15234 <lyxtabular version="3" rows="3" columns="3">
15235 <features tabularvalignment="middle">
15236 <column alignment="center" valignment="top" width="0" special="Wc">
15237 <column alignment="center" valignment="top" width="0" special="Wc">
15238 <column alignment="center" valignment="top" width="0" special="WcW">
15239 <row>
15240 <cell alignment="center" valignment="top" topline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244 sd
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" topline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" topline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282 sd
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 <cell alignment="center" valignment="top" topline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 </row>
15297 <row>
15298 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320 sd
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 </row>
15326 </lyxtabular>
15327
15328 \end_inset
15329
15330
15331 \end_layout
15332
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \begin_layout Standard
15339 \begin_inset VSpace bigskip
15340 \end_inset
15341
15342
15343 \begin_inset CommandInset ref
15344 LatexCommand ref
15345 reference "tab:色付き横罫線の表"
15346
15347 \end_inset
15348
15349 のように、たとえば横罫線を赤にしたいときには、表ないし表フロートの前にTeXコードで
15350 \end_layout
15351
15352 \begin_layout Standard
15353
15354 \series bold
15355
15356 \backslash
15357 let
15358 \backslash
15359 myHlineC
15360 \backslash
15361 hline
15362 \begin_inset Newline newline
15363 \end_inset
15364
15365
15366 \backslash
15367 renewcommand{
15368 \backslash
15369 hline}
15370 \begin_inset Newline newline
15371 \end_inset
15372
15373
15374 \begin_inset Phantom HPhantom
15375 status open
15376
15377 \begin_layout Plain Layout
15378 \begin_inset space ~
15379 \end_inset
15380
15381
15382 \end_layout
15383
15384 \end_inset
15385
15386 {
15387 \backslash
15388 arrayrulecolor{red}
15389 \backslash
15390 myHlineC
15391 \backslash
15392 arrayrulecolor{black}}
15393 \end_layout
15394
15395 \begin_layout Standard
15396 というコマンドを入力して下さい。
15397 \end_layout
15398
15399 \begin_layout Standard
15400 \begin_inset ERT
15401 status collapsed
15402
15403 \begin_layout Plain Layout
15404
15405
15406 \backslash
15407 let
15408 \backslash
15409 myHlineC
15410 \backslash
15411 hline
15412 \end_layout
15413
15414 \begin_layout Plain Layout
15415
15416
15417 \backslash
15418 renewcommand{
15419 \backslash
15420 hline}
15421 \end_layout
15422
15423 \begin_layout Plain Layout
15424
15425  {
15426 \backslash
15427 arrayrulecolor{red}
15428 \backslash
15429 myHlineC
15430 \backslash
15431 arrayrulecolor{black}}
15432 \end_layout
15433
15434 \end_inset
15435
15436
15437 \begin_inset Float table
15438 placement h
15439 wide false
15440 sideways false
15441 status open
15442
15443 \begin_layout Plain Layout
15444 \begin_inset Caption
15445
15446 \begin_layout Plain Layout
15447 \begin_inset CommandInset label
15448 LatexCommand label
15449 name "tab:色付き横罫線の表"
15450
15451 \end_inset
15452
15453 色付き横罫線の表
15454 \end_layout
15455
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \begin_layout Plain Layout
15462 \align center
15463 \begin_inset Tabular
15464 <lyxtabular version="3" rows="3" columns="3">
15465 <features tabularvalignment="middle">
15466 <column alignment="center" valignment="top" width="0">
15467 <column alignment="center" valignment="top" width="0">
15468 <column alignment="center" valignment="top" width="0">
15469 <row>
15470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Plain Layout
15474 sd
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 </row>
15498 <row>
15499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503
15504 \end_layout
15505
15506 \end_inset
15507 </cell>
15508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512 sd
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 </row>
15527 <row>
15528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550 sd
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 </lyxtabular>
15557
15558 \end_inset
15559
15560
15561 \end_layout
15562
15563 \end_inset
15564
15565
15566 \end_layout
15567
15568 \begin_layout Standard
15569 既定値の黒罫線に戻るには、
15570 \end_layout
15571
15572 \begin_layout Standard
15573
15574 \series bold
15575
15576 \backslash
15577 renewcommand{
15578 \backslash
15579 hline}{
15580 \backslash
15581 myHlineC}
15582 \end_layout
15583
15584 \begin_layout Standard
15585 というコマンドを、表ないし表フロートの後にTeXコードで入力して下さい。表
15586 \begin_inset CommandInset ref
15587 LatexCommand ref
15588 reference "tab:色付き罫線の表"
15589
15590 \end_inset
15591
15592 は、縦横罫線を色付けした例です。
15593 \end_layout
15594
15595 \begin_layout Standard
15596 \begin_inset Float table
15597 placement h
15598 wide false
15599 sideways false
15600 status open
15601
15602 \begin_layout Plain Layout
15603 \begin_inset Caption
15604
15605 \begin_layout Plain Layout
15606 \begin_inset CommandInset label
15607 LatexCommand label
15608 name "tab:色付き罫線の表"
15609
15610 \end_inset
15611
15612 色付き罫線の表
15613 \end_layout
15614
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \begin_layout Plain Layout
15621 \align center
15622 \begin_inset Tabular
15623 <lyxtabular version="3" rows="3" columns="3">
15624 <features tabularvalignment="middle">
15625 <column alignment="center" valignment="top" width="0" special="Wc">
15626 <column alignment="center" valignment="top" width="0" special="Wc">
15627 <column alignment="center" valignment="top" width="0" special="WcW">
15628 <row>
15629 <cell alignment="center" valignment="top" topline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633 sd
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 <cell alignment="center" valignment="top" topline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" topline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \end_layout
15664
15665 \end_inset
15666 </cell>
15667 <cell alignment="center" valignment="top" topline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671 sd
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" topline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 </row>
15686 <row topspace="default">
15687 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709 sd
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 </row>
15715 </lyxtabular>
15716
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \end_inset
15723
15724
15725 \end_layout
15726
15727 \begin_layout Standard
15728 \begin_inset ERT
15729 status collapsed
15730
15731 \begin_layout Plain Layout
15732
15733
15734 \backslash
15735 renewcommand{
15736 \backslash
15737 hline}{
15738 \backslash
15739 myHlineC}
15740 \end_layout
15741
15742 \end_inset
15743
15744
15745 \end_layout
15746
15747 \begin_layout Standard
15748 \begin_inset ERT
15749 status collapsed
15750
15751 \begin_layout Plain Layout
15752
15753
15754 \backslash
15755 setlength{
15756 \backslash
15757 arrayrulewidth}{0.4pt}
15758 \end_layout
15759
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \begin_layout Section
15766
15767 \lang english
15768 Table Width Calculation
15769 \begin_inset CommandInset label
15770 LatexCommand label
15771 name "sec:Table-Width-Calculation"
15772
15773 \end_inset
15774
15775
15776 \end_layout
15777
15778 \begin_layout Standard
15779
15780 \lang english
15781 For wide tables it is sometimes difficult to assure that the table does
15782  not protrude over the page margin.
15783  Setting a fixed width for every column of the table is the solution, but
15784  what amount of space is needed for each column?
15785 \end_layout
15786
15787 \begin_layout Standard
15788
15789 \lang english
15790 The table width 
15791 \begin_inset Formula $W_{\mathrm{table}}$
15792 \end_inset
15793
15794  can be calculated: Every column has the width of the specified column width
15795  
15796 \begin_inset Formula $W_{\mathrm{column}}$
15797 \end_inset
15798
15799  (that the content of the column can consume) plus two times the separation
15800  between the column content and the column border (LaTeX length
15801 \series bold
15802  
15803 \backslash
15804 tabcolsep
15805 \series default
15806 , default 6
15807 \begin_inset space \thinspace{}
15808 \end_inset
15809
15810 pt) plus the width of a border line (LaTeX length 
15811 \series bold
15812
15813 \backslash
15814 arrayrulewidth
15815 \series default
15816 , default 0.4
15817 \begin_inset space \thinspace{}
15818 \end_inset
15819
15820 pt): So if all 
15821 \begin_inset Formula $n$
15822 \end_inset
15823
15824
15825 \begin_inset space ~
15826 \end_inset
15827
15828 columns have the same width, the table width is
15829 \lang japanese
15830
15831 \begin_inset Formula 
15832 \begin{equation}
15833 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
15834 \end{equation}
15835
15836 \end_inset
15837
15838
15839 \end_layout
15840
15841 \begin_layout Standard
15842
15843 \lang english
15844 The available width for a table is the space between the page margins or
15845  the width of a text column (for a two-column document) (LaTeX length 
15846 \series bold
15847
15848 \backslash
15849 columnwidth
15850 \series default
15851 ).
15852  If all table columns should have the same width and 
15853 \begin_inset Formula $W_{\mathrm{table}}$
15854 \end_inset
15855
15856  should be 1
15857 \begin_inset space \thinspace{}
15858 \end_inset
15859
15860
15861 \backslash
15862 columnwidth, 
15863 \begin_inset Formula $W_{\mathrm{column}}$
15864 \end_inset
15865
15866  can easily be calculated.
15867 \end_layout
15868
15869 \begin_layout Standard
15870
15871 \lang english
15872 To be able to perform calculations you need to load the LaTeX-package 
15873 \series bold
15874 calc
15875 \series default
15876 \lang japanese
15877
15878 \begin_inset Index idx
15879 status collapsed
15880
15881 \begin_layout Plain Layout
15882 LaTeXぱっけーじ@LaTeXパッケージ ! calc
15883 \end_layout
15884
15885 \end_inset
15886
15887
15888 \lang english
15889  in the document preamble.
15890  To set the width in the table dialog you have to use the field 
15891 \family sans
15892 LaTeX argument
15893 \family default
15894 .
15895  The command scheme for this field is the same that is explained in section
15896 \begin_inset space ~
15897 \end_inset
15898
15899
15900 \lang japanese
15901
15902 \begin_inset CommandInset ref
15903 LatexCommand ref
15904 reference "sub:連結列の計算"
15905
15906 \end_inset
15907
15908
15909 \lang english
15910 .
15911  For a table with 5
15912 \begin_inset space \thinspace{}
15913 \end_inset
15914
15915 columns with an uniform width and centered text, enter there for each column
15916  the command
15917 \end_layout
15918
15919 \begin_layout Standard
15920
15921 \series bold
15922 >{
15923 \backslash
15924 centering}p{(1
15925 \backslash
15926 columnwidth-62.4pt)/5}
15927 \end_layout
15928
15929 \begin_layout Standard
15930
15931 \lang english
15932 For a table with 5
15933 \begin_inset space \thinspace{}
15934 \end_inset
15935
15936 columns where 2 should have 0.75
15937 \begin_inset space ~
15938 \end_inset
15939
15940 times the width than the 3 others, the calculation is
15941 \lang japanese
15942
15943 \begin_inset Formula 
15944 \begin{align}
15945 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
15946  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
15947  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
15948 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
15949 \end{align}
15950
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \begin_layout Standard
15957
15958 \lang english
15959 In the table therefore the command
15960 \end_layout
15961
15962 \begin_layout Standard
15963
15964 \series bold
15965 >{
15966 \backslash
15967 centering}p{(1
15968 \backslash
15969 columnwidth-62.4pt)/
15970 \backslash
15971 real{4.5}}
15972 \end_layout
15973
15974 \begin_layout Standard
15975
15976 \lang english
15977 is used for the wider columns and
15978 \end_layout
15979
15980 \begin_layout Standard
15981
15982 \series bold
15983 >{
15984 \backslash
15985 centering}p{(1
15986 \backslash
15987 columnwidth-62.4pt)/
15988 \backslash
15989 real{4.5}*
15990 \backslash
15991 real{0.75}}
15992 \end_layout
15993
15994 \begin_layout Standard
15995
15996 \lang english
15997 for the smaller ones:
15998 \end_layout
15999
16000 \begin_layout Standard
16001 \begin_inset Tabular
16002 <lyxtabular version="3" rows="2" columns="5">
16003 <features tabularvalignment="middle">
16004 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
16005 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
16006 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
16007 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
16008 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
16009 <row>
16010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014 1
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 2
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032 3
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 4
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 5
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 </row>
16056 <row>
16057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061 111111 1111111 111111 111111111 11111 11111 1111
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 2222 22222 222222 222222222 2222222 22 22222
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 333333 333333 333333 33333 3333333 333
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 </row>
16103 </lyxtabular>
16104
16105 \end_inset
16106
16107
16108 \end_layout
16109
16110 \begin_layout Section
16111 表の調整
16112 \begin_inset Index idx
16113 status collapsed
16114
16115 \begin_layout Plain Layout
16116 ひょうのちょうせい@表の調整
16117 \end_layout
16118
16119 \end_inset
16120
16121
16122 \begin_inset Index idx
16123 status collapsed
16124
16125 \begin_layout Plain Layout
16126 ひょう@表 ! ちょうせい@調整
16127 \end_layout
16128
16129 \end_inset
16130
16131
16132 \end_layout
16133
16134 \begin_layout Subsection
16135 行の余白取り
16136 \begin_inset CommandInset label
16137 LatexCommand label
16138 name "sub:行の余白取り"
16139
16140 \end_inset
16141
16142
16143 \begin_inset Index idx
16144 status collapsed
16145
16146 \begin_layout Plain Layout
16147 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
16148 \end_layout
16149
16150 \end_inset
16151
16152
16153 \end_layout
16154
16155 \begin_layout Standard
16156 表の設定ダイアログの
16157 \family sans
16158 罫線
16159 \family default
16160 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
16161 \end_layout
16162
16163 \begin_layout Description
16164 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
16165 \begin_inset Foot
16166 status collapsed
16167
16168 \begin_layout Plain Layout
16169 フォーマル形式の表は第
16170 \begin_inset CommandInset ref
16171 LatexCommand ref
16172 reference "sec:フォーマル形式の表"
16173
16174 \end_inset
16175
16176 節で説明されています。
16177 \end_layout
16178
16179 \end_inset
16180
16181 ならば、LyXは既定値として0.5
16182 \begin_inset space \thinspace{}
16183 \end_inset
16184
16185 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
16186 \begin_inset VSpace medskip
16187 \end_inset
16188
16189
16190 \begin_inset Newline newline
16191 \end_inset
16192
16193
16194 \begin_inset space \hspace*{}
16195 \length 0pt
16196 \end_inset
16197
16198
16199 \begin_inset space \hfill{}
16200 \end_inset
16201
16202
16203 \begin_inset Tabular
16204 <lyxtabular version="3" rows="3" columns="1">
16205 <features tabularvalignment="middle">
16206 <column alignment="center" valignment="top" width="0">
16207 <row>
16208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 </row>
16218 <row topspace="3mm">
16219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223 行上に3
16224 \begin_inset space \thinspace{}
16225 \end_inset
16226
16227 mmの余白
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 <row>
16234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 </row>
16244 </lyxtabular>
16245
16246 \end_inset
16247
16248
16249 \begin_inset space \hfill{}
16250 \end_inset
16251
16252
16253 \begin_inset space \hspace*{}
16254 \length 0pt
16255 \end_inset
16256
16257
16258 \begin_inset VSpace medskip
16259 \end_inset
16260
16261
16262 \begin_inset Newline newline
16263 \end_inset
16264
16265 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
16266 \end_layout
16267
16268 \begin_layout Description
16269 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
16270 \begin_inset space \thinspace{}
16271 \end_inset
16272
16273 emの余白を挿入し、通常の表ならば既定値として2
16274 \begin_inset space \thinspace{}
16275 \end_inset
16276
16277 ptを挿入します。
16278 \end_layout
16279
16280 \begin_layout Description
16281 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
16282 \begin_inset space \thinspace{}
16283 \end_inset
16284
16285 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
16286 \begin_inset VSpace medskip
16287 \end_inset
16288
16289
16290 \begin_inset Newline newline
16291 \end_inset
16292
16293
16294 \begin_inset space \hspace*{}
16295 \length 0pt
16296 \end_inset
16297
16298
16299 \begin_inset space \hfill{}
16300 \end_inset
16301
16302
16303 \begin_inset Tabular
16304 <lyxtabular version="3" rows="3" columns="1">
16305 <features tabularvalignment="middle">
16306 <column alignment="center" valignment="top" width="0">
16307 <row>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 </row>
16318 <row interlinespace="3mm">
16319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 \begin_inset Formula $\downarrow$
16324 \end_inset
16325
16326  行間に3
16327 \begin_inset space \thinspace{}
16328 \end_inset
16329
16330 mmの余白 
16331 \begin_inset Formula $\downarrow$
16332 \end_inset
16333
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 \begin_inset Formula $\uparrow$
16346 \end_inset
16347
16348  行間に3
16349 \begin_inset space \thinspace{}
16350 \end_inset
16351
16352 mmの余白 
16353 \begin_inset Formula $\uparrow$
16354 \end_inset
16355
16356
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 </row>
16362 </lyxtabular>
16363
16364 \end_inset
16365
16366
16367 \begin_inset space \hfill{}
16368 \end_inset
16369
16370
16371 \begin_inset space \hspace*{}
16372 \length 0pt
16373 \end_inset
16374
16375
16376 \begin_inset VSpace medskip
16377 \end_inset
16378
16379
16380 \begin_inset Newline newline
16381 \end_inset
16382
16383 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
16384 \end_layout
16385
16386 \begin_layout Standard
16387 \begin_inset VSpace bigskip
16388 \end_inset
16389
16390 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
16391 \end_layout
16392
16393 \begin_layout Standard
16394
16395 \series bold
16396
16397 \backslash
16398 @ifundefined{extrarowheight}
16399 \begin_inset Newline newline
16400 \end_inset
16401
16402
16403 \begin_inset Phantom HPhantom
16404 status open
16405
16406 \begin_layout Plain Layout
16407 \begin_inset space ~
16408 \end_inset
16409
16410
16411 \end_layout
16412
16413 \end_inset
16414
16415 {
16416 \backslash
16417 usepackage{array}}{}
16418 \begin_inset Newline newline
16419 \end_inset
16420
16421
16422 \backslash
16423 setlength{
16424 \backslash
16425 extrarowheight}{height}
16426 \end_layout
16427
16428 \begin_layout Standard
16429 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
16430 \series bold
16431 array
16432 \series default
16433 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
16434 \series bold
16435
16436 \backslash
16437 @ifundefined
16438 \series default
16439 が使用されています)。
16440 \end_layout
16441
16442 \begin_layout Standard
16443 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
16444 \series bold
16445
16446 \backslash
16447 strut
16448 \series default
16449 コマンドを挿入することで補正することができます。表
16450 \begin_inset CommandInset ref
16451 LatexCommand ref
16452 reference "tab:垂直揃え"
16453
16454 \end_inset
16455
16456 は、この効果を示したものです。
16457 \end_layout
16458
16459 \begin_layout Standard
16460 \noindent
16461 \begin_inset Float table
16462 placement h
16463 wide false
16464 sideways false
16465 status open
16466
16467 \begin_layout Plain Layout
16468 \begin_inset Caption
16469
16470 \begin_layout Plain Layout
16471 \begin_inset CommandInset label
16472 LatexCommand label
16473 name "tab:垂直揃え"
16474
16475 \end_inset
16476
16477 大きなフォント寸法の文章の垂直揃え
16478 \end_layout
16479
16480 \end_inset
16481
16482
16483 \end_layout
16484
16485 \begin_layout Plain Layout
16486 \begin_inset space \hfill{}
16487 \end_inset
16488
16489
16490 \begin_inset Float table
16491 wide false
16492 sideways false
16493 status open
16494
16495 \begin_layout Plain Layout
16496 \begin_inset Caption
16497
16498 \begin_layout Plain Layout
16499 通常の表
16500 \end_layout
16501
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \begin_layout Plain Layout
16508 \noindent
16509 \align center
16510 \begin_inset Tabular
16511 <lyxtabular version="3" rows="6" columns="1">
16512 <features tabularvalignment="middle">
16513 <column alignment="left" valignment="top" width="0">
16514 <row>
16515 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519 Normal, g
16520 \end_layout
16521
16522 \end_inset
16523 </cell>
16524 </row>
16525 <row>
16526 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530
16531 \size large
16532 Large
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 </row>
16538 <row>
16539 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543
16544 \size larger
16545 Larger
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 </row>
16551 <row>
16552 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556
16557 \size largest
16558 Largest
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 </row>
16564 <row>
16565 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569
16570 \size huge
16571 Huge
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 </row>
16577 <row>
16578 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582
16583 \size giant
16584 Huger
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 </lyxtabular>
16591
16592 \end_inset
16593
16594
16595 \end_layout
16596
16597 \end_inset
16598
16599
16600 \begin_inset space \hfill{}
16601 \end_inset
16602
16603
16604 \begin_inset Float table
16605 wide false
16606 sideways false
16607 status open
16608
16609 \begin_layout Plain Layout
16610 \begin_inset Caption
16611
16612 \begin_layout Plain Layout
16613
16614 \series bold
16615
16616 \backslash
16617 strut
16618 \series default
16619 コマンドを使用した表
16620 \end_layout
16621
16622 \end_inset
16623
16624
16625 \end_layout
16626
16627 \begin_layout Plain Layout
16628 \noindent
16629 \align center
16630 \begin_inset Tabular
16631 <lyxtabular version="3" rows="6" columns="1">
16632 <features tabularvalignment="middle">
16633 <column alignment="left" valignment="top" width="0">
16634 <row>
16635 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 Normal, g
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 </row>
16645 <row>
16646 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650
16651 \size large
16652 \begin_inset ERT
16653 status collapsed
16654
16655 \begin_layout Plain Layout
16656
16657
16658 \backslash
16659 strut 
16660 \end_layout
16661
16662 \end_inset
16663
16664 Large
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 </row>
16670 <row>
16671 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675
16676 \size larger
16677 \begin_inset ERT
16678 status collapsed
16679
16680 \begin_layout Plain Layout
16681
16682
16683 \backslash
16684 strut 
16685 \end_layout
16686
16687 \end_inset
16688
16689 Larger
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 </row>
16695 <row>
16696 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Plain Layout
16700
16701 \size largest
16702 \begin_inset ERT
16703 status collapsed
16704
16705 \begin_layout Plain Layout
16706
16707
16708 \backslash
16709 strut 
16710 \end_layout
16711
16712 \end_inset
16713
16714 Largest
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 </row>
16720 <row>
16721 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725
16726 \size huge
16727 \begin_inset ERT
16728 status collapsed
16729
16730 \begin_layout Plain Layout
16731
16732
16733 \backslash
16734 strut 
16735 \end_layout
16736
16737 \end_inset
16738
16739 Huge
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 </row>
16745 <row>
16746 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750
16751 \size giant
16752 \begin_inset ERT
16753 status collapsed
16754
16755 \begin_layout Plain Layout
16756
16757
16758 \backslash
16759 strut 
16760 \end_layout
16761
16762 \end_inset
16763
16764 Huger
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 </lyxtabular>
16771
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778
16779
16780 \begin_inset space \hfill{}
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \end_inset
16787
16788
16789 \end_layout
16790
16791 \begin_layout Subsection
16792 特殊なセル揃え
16793 \begin_inset CommandInset label
16794 LatexCommand label
16795 name "sub:特殊なセル揃え"
16796
16797 \end_inset
16798
16799
16800 \begin_inset Index idx
16801 status collapsed
16802
16803 \begin_layout Plain Layout
16804 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
16805 \end_layout
16806
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \begin_layout Standard
16813 ときには表
16814 \begin_inset CommandInset ref
16815 LatexCommand ref
16816 reference "tab:表セル"
16817
16818 \end_inset
16819
16820 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
16821 \begin_inset Graphics
16822         filename ../../images/tabular-feature_align-decimal.png
16823         scale 85
16824         scaleBeforeRotation
16825
16826 \end_inset
16827
16828 を押すか、表設定中で揃えを
16829 \family sans
16830 小数点で
16831 \family default
16832 に設定します。
16833 \end_layout
16834
16835 \begin_layout Standard
16836 \begin_inset Float table
16837 placement h
16838 wide false
16839 sideways false
16840 status open
16841
16842 \begin_layout Plain Layout
16843 \begin_inset Caption
16844
16845 \begin_layout Plain Layout
16846 \begin_inset CommandInset label
16847 LatexCommand label
16848 name "tab:表セル"
16849
16850 \end_inset
16851
16852 一列が小数点で揃えられた表セル
16853 \end_layout
16854
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \begin_layout Plain Layout
16861 \align center
16862 \begin_inset Tabular
16863 <lyxtabular version="3" rows="4" columns="1">
16864 <features booktabs="true" tabularvalignment="middle">
16865 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
16866 <row>
16867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871 見出し
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 <row>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882 12.6
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 <row>
16889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893 0.68
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 </row>
16899 <row>
16900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 -123.0
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 </lyxtabular>
16911
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \end_inset
16918
16919
16920 \end_layout
16921
16922 \begin_layout Standard
16923 \begin_inset Float table
16924 placement h
16925 wide false
16926 sideways false
16927 status open
16928
16929 \begin_layout Plain Layout
16930 \begin_inset Caption
16931
16932 \begin_layout Plain Layout
16933 \begin_inset CommandInset label
16934 LatexCommand label
16935 name "tab:演算子揃え表"
16936
16937 \end_inset
16938
16939 一列が演算子で揃えられた表セル
16940 \end_layout
16941
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \begin_layout Plain Layout
16948 \align center
16949 \begin_inset Tabular
16950 <lyxtabular version="3" rows="4" columns="2">
16951 <features booktabs="true" tabularvalignment="middle">
16952 <column alignment="right" valignment="top" width="0pt">
16953 <column alignment="left" valignment="top" width="0pt" special="@{}l">
16954 <row>
16955 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 見出し
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row>
16975 <cell alignment="center" valignment="top" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 \begin_inset Formula $12\,+$
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 \begin_inset Formula $\,6$
16992 \end_inset
16993
16994
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 </row>
17000 <row>
17001 <cell alignment="center" valignment="top" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005 \begin_inset Formula $0\,-$
17006 \end_inset
17007
17008
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 <cell alignment="center" valignment="top" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017 \begin_inset Formula $\,68$
17018 \end_inset
17019
17020
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 </row>
17026 <row>
17027 <cell alignment="center" valignment="top" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Formula $-123\,/$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 <cell alignment="center" valignment="top" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043 \begin_inset Formula $\,0$
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 </lyxtabular>
17053
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \begin_layout Standard
17065 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
17066 \begin_inset CommandInset ref
17067 LatexCommand ref
17068 reference "tab:演算子揃え表"
17069
17070 \end_inset
17071
17072 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
17073 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
17074 ために、
17075 \end_layout
17076
17077 \begin_layout Standard
17078
17079 \series bold
17080 @{}l
17081 \end_layout
17082
17083 \begin_layout Standard
17084 というLaTeX引数を第2列に指定します。
17085 \end_layout
17086
17087 \begin_layout Standard
17088
17089 \begin_inset CommandInset ref
17090 LatexCommand ref
17091 reference "tab:表セル揃え"
17092
17093 \end_inset
17094
17095 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
17096 \begin_inset CommandInset ref
17097 LatexCommand ref
17098 reference "tab:演算子揃え表"
17099
17100 \end_inset
17101
17102 の冒頭には、小空白が加えられています。
17103 \end_layout
17104
17105 \begin_layout Standard
17106 \begin_inset Float table
17107 wide false
17108 sideways false
17109 status open
17110
17111 \begin_layout Plain Layout
17112 \begin_inset Caption
17113
17114 \begin_layout Plain Layout
17115 \begin_inset CommandInset label
17116 LatexCommand label
17117 name "tab:表セル揃え"
17118
17119 \end_inset
17120
17121 表セルの揃えの例
17122 \end_layout
17123
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \begin_layout Plain Layout
17130 \align center
17131 \begin_inset Tabular
17132 <lyxtabular version="3" rows="4" columns="6">
17133 <features tabularvalignment="middle">
17134 <column alignment="right" valignment="top" width="0">
17135 <column alignment="left" valignment="top" width="0" special="@{}l">
17136 <column alignment="right" valignment="top" width="0">
17137 <column alignment="left" valignment="top" width="0" special="@{}l">
17138 <column alignment="right" valignment="top" width="0">
17139 <column alignment="left" valignment="top" width="0" special="@{}l">
17140 <row>
17141 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 単位
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 冪数
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 関係子
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 </row>
17196 <row>
17197 <cell alignment="center" valignment="top" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201 12×
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 24本の瓶
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 \begin_inset Formula $10\cdot$
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $10^{\mbox{-}17}$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 <cell alignment="center" valignment="top" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243 \begin_inset Formula $\Gamma(t)\propto$
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 <cell alignment="center" valignment="top" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255 \begin_inset Formula $\:\Upsilon(t)$
17256 \end_inset
17257
17258
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 </row>
17264 <row>
17265 <cell alignment="center" valignment="top" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269 1024×
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278 768ピクセル
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 <cell alignment="center" valignment="top" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287 \begin_inset Formula $5.78\cdot$
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299 \begin_inset Formula $10^{7}$
17300 \end_inset
17301
17302
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 <cell alignment="center" valignment="top" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Plain Layout
17311 \begin_inset Formula $A\ne$
17312 \end_inset
17313
17314
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 <cell alignment="center" valignment="top" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323 \begin_inset Formula $\: B_{\mathrm{red}}$
17324 \end_inset
17325
17326
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 </row>
17332 <row>
17333 <cell alignment="center" valignment="top" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 32×
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 6
17347 \begin_inset space \thinspace{}
17348 \end_inset
17349
17350 cm
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 -
17360 \begin_inset Formula $33.5\cdot$
17361 \end_inset
17362
17363
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 \begin_inset Formula $10^{4}$
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 \begin_inset Formula $\sin(\alpha)\ge$
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 <cell alignment="center" valignment="top" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396 \begin_inset Formula $\:\sin(\beta)$
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 </row>
17405 </lyxtabular>
17406
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413
17414
17415 \end_layout
17416
17417 \begin_layout Subsection
17418 自製のセル書式および列書式
17419 \begin_inset CommandInset label
17420 LatexCommand label
17421 name "sub:自製書式"
17422
17423 \end_inset
17424
17425
17426 \begin_inset Index idx
17427 status collapsed
17428
17429 \begin_layout Plain Layout
17430 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
17431 \end_layout
17432
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \begin_layout Standard
17439
17440 \lang english
17441 Calculating the required width for normal columns as described in section
17442 \begin_inset space ~
17443 \end_inset
17444
17445
17446 \begin_inset CommandInset ref
17447 LatexCommand ref
17448 reference "sec:Table-Width-Calculation"
17449
17450 \end_inset
17451
17452  or for spanned columns as described in section
17453 \begin_inset space ~
17454 \end_inset
17455
17456
17457 \lang japanese
17458
17459 \begin_inset CommandInset ref
17460 LatexCommand ref
17461 reference "sub:連結列の計算"
17462
17463 \end_inset
17464
17465
17466 \lang english
17467  is very annoying if you have several tables where a calculation is necessary.
17468
17469 \lang japanese
17470  そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のすべての表で使うことができます。書式は、以下のように定義します。
17471 \end_layout
17472
17473 \begin_layout Standard
17474
17475 \series bold
17476
17477 \backslash
17478 newcolumntype{書式名}[引数の数]{コマンド}
17479 \end_layout
17480
17481 \begin_layout Standard
17482 書式名は、一文字だけでも構いません。
17483 \emph on
17484 b
17485 \emph default
17486
17487 \emph on
17488 c
17489 \emph default
17490
17491 \emph on
17492 l
17493 \emph default
17494
17495 \emph on
17496 m
17497 \emph default
17498
17499 \emph on
17500 p
17501 \emph default
17502
17503 \emph on
17504 r
17505 \emph default
17506 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
17507 \end_layout
17508
17509 \begin_layout Standard
17510 \begin_inset VSpace medskip
17511 \end_inset
17512
17513
17514 \end_layout
17515
17516 \begin_layout Standard
17517 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
17518 \end_layout
17519
17520 \begin_layout Standard
17521
17522 \series bold
17523
17524 \backslash
17525 newcolumntype{M}[1]{>{
17526 \backslash
17527 centering
17528 \backslash
17529 hspace{0pt}}m{#1}}
17530 \end_layout
17531
17532 \begin_layout Standard
17533 ここで
17534 \series bold
17535
17536 \backslash
17537 hspace{0pt}
17538 \series default
17539 は、第
17540 \begin_inset CommandInset ref
17541 LatexCommand ref
17542 reference "sub:複数行"
17543
17544 \end_inset
17545
17546 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
17547 \end_layout
17548
17549 \begin_layout Standard
17550
17551 \series bold
17552 M{width}
17553 \end_layout
17554
17555 \begin_layout Standard
17556 と入力するだけですみます。
17557 \end_layout
17558
17559 \begin_layout Standard
17560 \begin_inset VSpace bigskip
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \begin_layout Standard
17567 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
17568 \end_layout
17569
17570 \begin_layout Standard
17571
17572 \series bold
17573
17574 \backslash
17575 newcolumntype{S}[2]{>{
17576 \backslash
17577 centering
17578 \backslash
17579 hspace{0pt}}
17580 \begin_inset Newline newline
17581 \end_inset
17582
17583
17584 \begin_inset Phantom HPhantom
17585 status open
17586
17587 \begin_layout Plain Layout
17588
17589 \series bold
17590
17591 \backslash
17592 newcolumntype
17593 \end_layout
17594
17595 \end_inset
17596
17597 m{(#1+(2
17598 \backslash
17599 tabcolsep+
17600 \backslash
17601 arrayrulewidth)*(1-#2))/#2}}
17602 \end_layout
17603
17604 \begin_layout Standard
17605 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
17606 \begin_inset CommandInset ref
17607 LatexCommand eqref
17608 reference "eq:Wgn"
17609
17610 \end_inset
17611
17612 式を使用しています。
17613 \end_layout
17614
17615 \begin_layout Standard
17616 こうしておけば、当該セルのLaTeX引数に
17617 \end_layout
17618
17619 \begin_layout Standard
17620
17621 \series bold
17622 S{連結列セルの幅}{連結列セルがまたがる列の数}
17623 \end_layout
17624
17625 \begin_layout Standard
17626 と入力するだけですみます。
17627 \end_layout
17628
17629 \begin_layout Standard
17630 \begin_inset VSpace bigskip
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \begin_layout Standard
17637 色付き列については、以下のように定義するとよいでしょう。
17638 \end_layout
17639
17640 \begin_layout Standard
17641
17642 \series bold
17643
17644 \backslash
17645 newcolumntype{K}[1]{>{
17646 \backslash
17647 columncolor{#1}
17648 \backslash
17649 hspace{0pt}}c}
17650 \end_layout
17651
17652 \begin_layout Standard
17653 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
17654 \end_layout
17655
17656 \begin_layout Standard
17657
17658 \series bold
17659 K{色名}
17660 \end_layout
17661
17662 \begin_layout Standard
17663 と入力します。
17664 \end_layout
17665
17666 \begin_layout Standard
17667 \begin_inset VSpace bigskip
17668 \end_inset
17669
17670
17671 \end_layout
17672
17673 \begin_layout Standard
17674
17675 \begin_inset CommandInset ref
17676 LatexCommand ref
17677 reference "tab:ユーザー定義の表書式"
17678
17679 \end_inset
17680
17681 を生成するには、第1列と連結列にLaTeX引数として
17682 \end_layout
17683
17684 \begin_layout Standard
17685
17686 \series bold
17687 M{2.5cm}
17688 \end_layout
17689
17690 \begin_layout Standard
17691 を指定し、最終列に
17692 \end_layout
17693
17694 \begin_layout Standard
17695
17696 \series bold
17697 K{red}
17698 \end_layout
17699
17700 \begin_layout Standard
17701 そして第2列の各セルに
17702 \end_layout
17703
17704 \begin_layout Standard
17705
17706 \series bold
17707 S{2.5cm}{2}
17708 \end_layout
17709
17710 \begin_layout Standard
17711 と指定します。
17712 \end_layout
17713
17714 \begin_layout Standard
17715 \begin_inset Float table
17716 placement h
17717 wide false
17718 sideways false
17719 status open
17720
17721 \begin_layout Plain Layout
17722 \begin_inset Caption
17723
17724 \begin_layout Plain Layout
17725 \begin_inset CommandInset label
17726 LatexCommand label
17727 name "tab:ユーザー定義の表書式"
17728
17729 \end_inset
17730
17731 ユーザー定義の表書式を使用した表
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Plain Layout
17740 \align center
17741 \begin_inset Tabular
17742 <lyxtabular version="3" rows="3" columns="4">
17743 <features tabularvalignment="middle">
17744 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17745 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17746 <column alignment="center" valignment="middle" width="0">
17747 <column alignment="center" valignment="middle" width="0" special="K{red}">
17748 <row>
17749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753 とても長い表セル中の単語
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762 複数行の連結列
17763 \end_layout
17764
17765 \end_inset
17766 </cell>
17767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17768 \begin_inset Text
17769
17770 \begin_layout Plain Layout
17771
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 c
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 </row>
17786 <row>
17787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791 d
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800 e
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809 f
17810 \end_layout
17811
17812 \end_inset
17813 </cell>
17814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818 g
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 </row>
17824 <row>
17825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829 h
17830 \end_layout
17831
17832 \end_inset
17833 </cell>
17834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17835 \begin_inset Text
17836
17837 \begin_layout Plain Layout
17838 i
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 j
17848 \end_layout
17849
17850 \end_inset
17851 </cell>
17852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17853 \begin_inset Text
17854
17855 \begin_layout Plain Layout
17856 k
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 </row>
17862 </lyxtabular>
17863
17864 \end_inset
17865
17866
17867 \end_layout
17868
17869 \end_inset
17870
17871
17872 \end_layout
17873
17874 \begin_layout Subsection
17875 罫線幅
17876 \begin_inset CommandInset label
17877 LatexCommand label
17878 name "sub:罫線幅"
17879
17880 \end_inset
17881
17882
17883 \begin_inset Index idx
17884 status collapsed
17885
17886 \begin_layout Plain Layout
17887 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
17888 \end_layout
17889
17890 \end_inset
17891
17892
17893 \end_layout
17894
17895 \begin_layout Standard
17896 表中のすべての罫線の罫線幅を調整するには、長さ
17897 \series bold
17898
17899 \backslash
17900 arrayrulewidth
17901 \series default
17902 を使用します。たとえば、表
17903 \begin_inset CommandInset ref
17904 LatexCommand ref
17905 reference "tab:Table-with-1.5"
17906
17907 \end_inset
17908
17909 のように罫線幅を1.5
17910 \begin_inset space \thinspace{}
17911 \end_inset
17912
17913 ptにするには、表や表フロートの前にTeXコードで
17914 \end_layout
17915
17916 \begin_layout Standard
17917
17918 \series bold
17919
17920 \backslash
17921 setlength{
17922 \backslash
17923 arrayrulewidth}{1.5pt}
17924 \end_layout
17925
17926 \begin_layout Standard
17927 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17928 \series bold
17929
17930 \backslash
17931 arrayrulewidth
17932 \series default
17933 を0.4
17934 \begin_inset space \thinspace{}
17935 \end_inset
17936
17937 ptに設定してください。
17938 \end_layout
17939
17940 \begin_layout Standard
17941 \begin_inset ERT
17942 status collapsed
17943
17944 \begin_layout Plain Layout
17945
17946
17947 \backslash
17948 setlength{
17949 \backslash
17950 arrayrulewidth}{1.5pt}
17951 \end_layout
17952
17953 \end_inset
17954
17955
17956 \begin_inset Float table
17957 wide false
17958 sideways false
17959 status open
17960
17961 \begin_layout Plain Layout
17962 \begin_inset Caption
17963
17964 \begin_layout Plain Layout
17965 \begin_inset CommandInset label
17966 LatexCommand label
17967 name "tab:Table-with-1.5"
17968
17969 \end_inset
17970
17971 1.5
17972 \begin_inset space \thinspace{}
17973 \end_inset
17974
17975 pt幅罫線の表
17976 \end_layout
17977
17978 \end_inset
17979
17980
17981 \end_layout
17982
17983 \begin_layout Plain Layout
17984 \align center
17985 \begin_inset Tabular
17986 <lyxtabular version="3" rows="3" columns="3">
17987 <features tabularvalignment="middle">
17988 <column alignment="center" valignment="top" width="0">
17989 <column alignment="center" valignment="top" width="0">
17990 <column alignment="center" valignment="top" width="0">
17991 <row>
17992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996 sd
17997 \end_layout
17998
17999 \end_inset
18000 </cell>
18001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18002 \begin_inset Text
18003
18004 \begin_layout Plain Layout
18005
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 </row>
18020 <row>
18021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025
18026 \end_layout
18027
18028 \end_inset
18029 </cell>
18030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18031 \begin_inset Text
18032
18033 \begin_layout Plain Layout
18034 sd
18035 \end_layout
18036
18037 \end_inset
18038 </cell>
18039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 </row>
18049 <row>
18050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 sd
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 </row>
18078 </lyxtabular>
18079
18080 \end_inset
18081
18082
18083 \end_layout
18084
18085 \end_inset
18086
18087
18088 \begin_inset ERT
18089 status collapsed
18090
18091 \begin_layout Plain Layout
18092
18093
18094 \backslash
18095 setlength{
18096 \backslash
18097 arrayrulewidth}{0.4pt}
18098 \end_layout
18099
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \begin_layout Standard
18106 \begin_inset VSpace bigskip
18107 \end_inset
18108
18109
18110 \begin_inset CommandInset ref
18111 LatexCommand ref
18112 reference "tab:1.5pt幅横罫"
18113
18114 \end_inset
18115
18116 のように横罫だけを1.5
18117 \begin_inset space \thinspace{}
18118 \end_inset
18119
18120 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
18121 \end_layout
18122
18123 \begin_layout Standard
18124
18125 \series bold
18126
18127 \backslash
18128 let
18129 \backslash
18130 myHline
18131 \backslash
18132 hline
18133 \begin_inset Newline newline
18134 \end_inset
18135
18136
18137 \backslash
18138 renewcommand{
18139 \backslash
18140 hline}
18141 \begin_inset Newline newline
18142 \end_inset
18143
18144  {
18145 \backslash
18146 noalign{
18147 \backslash
18148 global
18149 \backslash
18150 arrayrulewidth 1.5pt}
18151 \begin_inset Newline newline
18152 \end_inset
18153
18154  
18155 \backslash
18156 myHline
18157 \backslash
18158 noalign{
18159 \backslash
18160 global
18161 \backslash
18162 arrayrulewidth 0.4pt}}
18163 \end_layout
18164
18165 \begin_layout Standard
18166 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
18167 \end_layout
18168
18169 \begin_layout Standard
18170
18171 \series bold
18172
18173 \backslash
18174 renewcommand{
18175 \backslash
18176 hline}{
18177 \backslash
18178 myHline}
18179 \end_layout
18180
18181 \begin_layout Standard
18182 \begin_inset ERT
18183 status collapsed
18184
18185 \begin_layout Plain Layout
18186
18187
18188 \backslash
18189 let
18190 \backslash
18191 myHline
18192 \backslash
18193 hline
18194 \end_layout
18195
18196 \begin_layout Plain Layout
18197
18198
18199 \backslash
18200 renewcommand{
18201 \backslash
18202 hline}
18203 \end_layout
18204
18205 \begin_layout Plain Layout
18206
18207  {
18208 \backslash
18209 noalign{
18210 \backslash
18211 global
18212 \backslash
18213 arrayrulewidth 1.5pt}
18214 \end_layout
18215
18216 \begin_layout Plain Layout
18217
18218   
18219 \backslash
18220 myHline
18221 \backslash
18222 noalign{
18223 \backslash
18224 global
18225 \backslash
18226 arrayrulewidth 0.4pt}}
18227 \end_layout
18228
18229 \end_inset
18230
18231
18232 \begin_inset Float table
18233 wide false
18234 sideways false
18235 status open
18236
18237 \begin_layout Plain Layout
18238 \begin_inset Caption
18239
18240 \begin_layout Plain Layout
18241 \begin_inset CommandInset label
18242 LatexCommand label
18243 name "tab:1.5pt幅横罫"
18244
18245 \end_inset
18246
18247 1.5
18248 \begin_inset space \thinspace{}
18249 \end_inset
18250
18251 pt幅横罫の表
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \begin_layout Plain Layout
18260 \align center
18261 \begin_inset Tabular
18262 <lyxtabular version="3" rows="3" columns="3">
18263 <features tabularvalignment="middle">
18264 <column alignment="center" valignment="top" width="0">
18265 <column alignment="center" valignment="top" width="0">
18266 <column alignment="center" valignment="top" width="0">
18267 <row>
18268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 sd
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 </row>
18296 <row>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 sd
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell 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" leftline="true" rightline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 sd
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 </row>
18354 </lyxtabular>
18355
18356 \end_inset
18357
18358
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \begin_inset ERT
18365 status collapsed
18366
18367 \begin_layout Plain Layout
18368
18369
18370 \backslash
18371 renewcommand{
18372 \backslash
18373 hline}{
18374 \backslash
18375 myHline}
18376 \end_layout
18377
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \begin_layout Standard
18384 \begin_inset VSpace bigskip
18385 \end_inset
18386
18387 縦罫だけを1.5
18388 \begin_inset space \thinspace{}
18389 \end_inset
18390
18391 pt幅にするには、第
18392 \begin_inset CommandInset ref
18393 LatexCommand ref
18394 reference "sub:自製書式"
18395
18396 \end_inset
18397
18398 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
18399 \end_layout
18400
18401 \begin_layout Standard
18402
18403 \series bold
18404
18405 \backslash
18406 newcolumntype{V}{!{
18407 \backslash
18408 vrule width 1.5pt}}
18409 \end_layout
18410
18411 \begin_layout Standard
18412
18413 \begin_inset CommandInset ref
18414 LatexCommand ref
18415 reference "tab:1.5pt幅縦罫"
18416
18417 \end_inset
18418
18419 を作るには、最右列にLaTeX引数
18420 \end_layout
18421
18422 \begin_layout Standard
18423
18424 \series bold
18425 VcV
18426 \end_layout
18427
18428 \begin_layout Standard
18429 を指定し、他の列には
18430 \end_layout
18431
18432 \begin_layout Standard
18433
18434 \series bold
18435 Vc
18436 \end_layout
18437
18438 \begin_layout Standard
18439 を指定します。
18440 \end_layout
18441
18442 \begin_layout Standard
18443 \begin_inset Float table
18444 wide false
18445 sideways false
18446 status open
18447
18448 \begin_layout Plain Layout
18449 \begin_inset Caption
18450
18451 \begin_layout Plain Layout
18452 \begin_inset CommandInset label
18453 LatexCommand label
18454 name "tab:1.5pt幅縦罫"
18455
18456 \end_inset
18457
18458 1.5
18459 \begin_inset space \thinspace{}
18460 \end_inset
18461
18462 pt幅縦罫の表
18463 \end_layout
18464
18465 \end_inset
18466
18467
18468 \end_layout
18469
18470 \begin_layout Plain Layout
18471 \align center
18472 \begin_inset Tabular
18473 <lyxtabular version="3" rows="3" columns="3">
18474 <features tabularvalignment="middle">
18475 <column alignment="center" valignment="top" width="0" special="Vc">
18476 <column alignment="center" valignment="top" width="0" special="Vc">
18477 <column alignment="center" valignment="top" width="0" special="VcV">
18478 <row>
18479 <cell alignment="center" valignment="top" topline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483 sd
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 <cell alignment="center" valignment="top" topline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492
18493 \end_layout
18494
18495 \end_inset
18496 </cell>
18497 <cell alignment="center" valignment="top" topline="true" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Plain Layout
18501
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 </row>
18507 <row>
18508 <cell alignment="center" valignment="top" topline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell alignment="center" valignment="top" topline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521 sd
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell alignment="center" valignment="top" topline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 </row>
18536 <row>
18537 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559 sd
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 </row>
18565 </lyxtabular>
18566
18567 \end_inset
18568
18569
18570 \end_layout
18571
18572 \end_inset
18573
18574
18575 \end_layout
18576
18577 \begin_layout Subsection
18578 点罫
18579 \begin_inset Index idx
18580 status collapsed
18581
18582 \begin_layout Plain Layout
18583 ひょうのちょうせい@表の調整 ! てんけい@点罫
18584 \end_layout
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \begin_layout Standard
18592 \begin_inset ERT
18593 status collapsed
18594
18595 \begin_layout Plain Layout
18596
18597
18598 \backslash
18599 ifarydshln
18600 \end_layout
18601
18602 \end_inset
18603
18604
18605 \begin_inset Note Note
18606 status collapsed
18607
18608 \begin_layout Plain Layout
18609 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
18610 \end_layout
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \begin_layout Standard
18618 \begin_inset Float table
18619 placement H
18620 wide false
18621 sideways false
18622 status open
18623
18624 \begin_layout Plain Layout
18625 \begin_inset Caption
18626
18627 \begin_layout Plain Layout
18628 \begin_inset CommandInset label
18629 LatexCommand label
18630 name "tab:点罫表"
18631
18632 \end_inset
18633
18634 点罫を使用した表
18635 \end_layout
18636
18637 \end_inset
18638
18639
18640 \end_layout
18641
18642 \begin_layout Plain Layout
18643 \align center
18644 \begin_inset Tabular
18645 <lyxtabular version="3" rows="5" columns="5">
18646 <features tabularvalignment="middle">
18647 <column alignment="center" valignment="top" width="0">
18648 <column alignment="center" valignment="top" width="0">
18649 <column alignment="center" valignment="top" width="0" special=":c">
18650 <column alignment="center" valignment="top" width="0">
18651 <column alignment="center" valignment="top" width="0">
18652 <row>
18653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18663 \begin_inset Text
18664
18665 \begin_layout Plain Layout
18666
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693
18694 \end_layout
18695
18696 \end_inset
18697 </cell>
18698 </row>
18699 <row>
18700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 <cell alignment="center" valignment="top" topline="true" usebox="none">
18719 \begin_inset Text
18720
18721 \begin_layout Plain Layout
18722
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 </row>
18746 <row>
18747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751 \begin_inset ERT
18752 status collapsed
18753
18754 \begin_layout Plain Layout
18755
18756
18757 \backslash
18758 hdashline 
18759 \end_layout
18760
18761 \end_inset
18762
18763
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 <cell alignment="center" valignment="top" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18796 \begin_inset Text
18797
18798 \begin_layout Plain Layout
18799
18800 \end_layout
18801
18802 \end_inset
18803 </cell>
18804 </row>
18805 <row>
18806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810 \begin_inset ERT
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814
18815
18816 \backslash
18817 cdashline{4-5}
18818 \end_layout
18819
18820 \end_inset
18821
18822
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18855 \begin_inset Text
18856
18857 \begin_layout Plain Layout
18858
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 </row>
18864 <row>
18865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905
18906 \end_layout
18907
18908 \end_inset
18909 </cell>
18910 </row>
18911 </lyxtabular>
18912
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \begin_layout Standard
18924 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18925 \end_layout
18926
18927 \begin_layout Standard
18928
18929 \series bold
18930
18931 \backslash
18932 usepackage{arydshln}
18933 \end_layout
18934
18935 \begin_layout Standard
18936 というコマンドを書き、LaTeXパッケージの
18937 \series bold
18938 arydshln
18939 \series default
18940
18941 \begin_inset Index idx
18942 status collapsed
18943
18944 \begin_layout Plain Layout
18945 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18946 \end_layout
18947
18948 \end_inset
18949
18950 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18951 \end_layout
18952
18953 \begin_layout Standard
18954 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18955 \end_layout
18956
18957 \begin_layout Standard
18958
18959 \series bold
18960
18961 \backslash
18962 hdashline
18963 \end_layout
18964
18965 \begin_layout Standard
18966 というコマンドを加えてください。
18967 \end_layout
18968
18969 \begin_layout Standard
18970 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18971 \end_layout
18972
18973 \begin_layout Standard
18974
18975 \series bold
18976
18977 \backslash
18978 cdashline{列番号
18979 \series default
18980 }
18981 \end_layout
18982
18983 \begin_layout Standard
18984 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18985 \end_layout
18986
18987 \begin_layout Standard
18988
18989 \series bold
18990
18991 \backslash
18992 cdashline{2-4}
18993 \end_layout
18994
18995 \begin_layout Standard
18996 なるコマンドを置いてください。
18997 \end_layout
18998
18999 \begin_layout Standard
19000 \begin_inset VSpace bigskip
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \begin_layout Standard
19007
19008 \begin_inset CommandInset ref
19009 LatexCommand ref
19010 reference "tab:点罫表"
19011
19012 \end_inset
19013
19014 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
19015 \series bold
19016
19017 \backslash
19018 hdashlineが挿れられており、第3行の最初のセルには、
19019 \series default
19020 TeXコードのコマンド
19021 \begin_inset Newline newline
19022 \end_inset
19023
19024  
19025 \series bold
19026
19027 \backslash
19028 cdashline{4-5}が挿れられています。
19029 \end_layout
19030
19031 \begin_layout Standard
19032 \begin_inset Note Greyedout
19033 status open
19034
19035 \begin_layout Plain Layout
19036
19037 \series bold
19038 【註】
19039 \series default
19040 ここで用いられているLaTeXパッケージ
19041 \series bold
19042 arydshln
19043 \series default
19044 は、第
19045 \begin_inset CommandInset ref
19046 LatexCommand ref
19047 reference "sec:色付きの表"
19048
19049 \end_inset
19050
19051 節の色付き表で用いられているLaTeXパッケージ
19052 \series bold
19053 colortbl
19054 \series default
19055
19056 \begin_inset Index idx
19057 status collapsed
19058
19059 \begin_layout Plain Layout
19060 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
19061 \end_layout
19062
19063 \end_inset
19064
19065 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
19066 \end_layout
19067
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \begin_layout Standard
19074 \begin_inset ERT
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078
19079
19080 \backslash
19081 else
19082 \end_layout
19083
19084 \end_inset
19085
19086
19087 \begin_inset Note Note
19088 status open
19089
19090 \begin_layout Plain Layout
19091 以下は、LaTeXパッケージ
19092 \series bold
19093 arydshln
19094 \series default
19095 が導入済みでないときに表示されます。
19096 \end_layout
19097
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \begin_layout Standard
19104 本節の内容を出力に表示するためには、
19105 \series bold
19106 arydshln
19107 \series default
19108 パッケージを導入しなくてはなりません。
19109 \end_layout
19110
19111 \begin_layout Standard
19112 \begin_inset ERT
19113 status collapsed
19114
19115 \begin_layout Plain Layout
19116
19117
19118 \backslash
19119 fi
19120 \end_layout
19121
19122 \end_inset
19123
19124
19125 \end_layout
19126
19127 \begin_layout Chapter
19128 フロート
19129 \begin_inset CommandInset label
19130 LatexCommand label
19131 name "chap:フロート"
19132
19133 \end_inset
19134
19135
19136 \begin_inset Index idx
19137 status collapsed
19138
19139 \begin_layout Plain Layout
19140 ふろーと@フロート
19141 \end_layout
19142
19143 \end_inset
19144
19145
19146 \end_layout
19147
19148 \begin_layout Section
19149 はじめに
19150 \begin_inset CommandInset label
19151 LatexCommand label
19152 name "sec:フロートはじめに"
19153
19154 \end_inset
19155
19156
19157 \begin_inset Index idx
19158 status collapsed
19159
19160 \begin_layout Plain Layout
19161 ふろーと@フロート ! はじめに
19162 \end_layout
19163
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \begin_layout Standard
19170 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
19171 ート)ことができます。
19172 \family sans
19173 脚注
19174 \family default
19175
19176 \family sans
19177 傍注
19178 \family default
19179 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
19180 \end_layout
19181
19182 \begin_layout Standard
19183 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
19184 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
19185 ートには連番が割り当てられます。参照については、第
19186 \begin_inset CommandInset ref
19187 LatexCommand ref
19188 reference "sec:フロートの参照"
19189
19190 \end_inset
19191
19192 節で述べられています。
19193 \end_layout
19194
19195 \begin_layout Standard
19196 フロートを挿入するには、
19197 \family sans
19198 挿入\SpecialChar \menuseparator
19199 フロート
19200 \family default
19201 メニューを使えば、ラベルのついたボックスすなわち
19202 \family sans
19203 キャプション
19204 \family default
19205 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
19206 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
19207 \begin_inset CommandInset ref
19208 LatexCommand ref
19209 reference "sec:キャプションの配置"
19210
19211 \end_inset
19212
19213 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
19214 ます。畳んだフロートボックスは、
19215 \begin_inset Graphics
19216         filename clipart/floatQt4.png
19217         scale 70
19218         scaleBeforeRotation
19219
19220 \end_inset
19221
19222 のように、灰色ボタンに赤字ラベルで表示されます。
19223 \end_layout
19224
19225 \begin_layout Standard
19226 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
19227 \end_layout
19228
19229 \begin_layout Standard
19230 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
19231 \end_layout
19232
19233 \begin_layout Section
19234 フロート型
19235 \end_layout
19236
19237 \begin_layout Standard
19238 LyXには、第
19239 \begin_inset CommandInset ref
19240 LatexCommand ref
19241 reference "sec:図フロート"
19242
19243 \end_inset
19244
19245 節および第
19246 \begin_inset CommandInset ref
19247 LatexCommand ref
19248 reference "sec:表フロート"
19249
19250 \end_inset
19251
19252 節で各々説明されている図フロートと表フロート以外に、
19253 \family sans
19254 アルゴリズム型
19255 \series bold
19256
19257 \series default
19258 折返し型
19259 \family default
19260 のフロート型があります。 
19261 \lang english
19262 The latter are explained in sec.
19263 \lang japanese
19264
19265 \begin_inset space \thinspace{}
19266 \end_inset
19267
19268
19269 \begin_inset CommandInset ref
19270 LatexCommand ref
19271 reference "sec:折返しフロート"
19272
19273 \end_inset
19274
19275 .
19276 \end_layout
19277
19278 \begin_layout Subsection
19279 アルゴリズムフロート
19280 \begin_inset Index idx
19281 status collapsed
19282
19283 \begin_layout Plain Layout
19284 ふろーと@フロート ! あるごりずむ@アルゴリズム
19285 \end_layout
19286
19287 \end_inset
19288
19289
19290 \end_layout
19291
19292 \begin_layout Standard
19293 \begin_inset Float algorithm
19294 placement h
19295 wide false
19296 sideways false
19297 status open
19298
19299 \begin_layout Plain Layout
19300 \begin_inset Caption
19301
19302 \begin_layout Plain Layout
19303 \begin_inset CommandInset label
19304 LatexCommand label
19305 name "alg:アルゴリズムフロートの例"
19306
19307 \end_inset
19308
19309 アルゴリズムフロートの例
19310 \end_layout
19311
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \begin_layout LyX-Code
19318 for I in 1..N loop
19319 \begin_inset Newline newline
19320 \end_inset
19321
19322  Sum:= Sum + A(I); /*comment*/
19323 \begin_inset Newline newline
19324 \end_inset
19325
19326 end loop
19327 \begin_inset VSpace -4mm
19328 \end_inset
19329
19330
19331 \end_layout
19332
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \begin_layout Standard
19339 このフロート型は、
19340 \family sans
19341 挿入
19342 \shape up
19343 \SpecialChar \menuseparator
19344 フロート\SpecialChar \menuseparator
19345 アルゴリズム
19346 \family default
19347 \shape default
19348 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
19349 \begin_inset CommandInset ref
19350 LatexCommand ref
19351 reference "cha:プログラムコードリスト"
19352
19353 \end_inset
19354
19355 章で説明されているプログラムコードリストの代わりとみなすことができます。
19356 \emph on
19357 LyXユーザーの手引き
19358 \emph default
19359 に述べられているように、アルゴリズム向けの環境としては、
19360 \family sans
19361 LyXコード
19362 \family default
19363 があります。 アルゴリズム
19364 \begin_inset CommandInset ref
19365 LatexCommand ref
19366 reference "alg:アルゴリズムフロートの例"
19367
19368 \end_inset
19369
19370 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
19371 \begin_inset space \thinspace{}
19372 \end_inset
19373
19374 mmの垂直空白が入れてあります。
19375 \end_layout
19376
19377 \begin_layout Standard
19378 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
19379 \end_layout
19380
19381 \begin_layout Standard
19382
19383 \series bold
19384
19385 \backslash
19386 floatname{algorithm}{付けたい名称}
19387 \end_layout
19388
19389 \begin_layout Standard
19390 という行を手動で加える必要があります。ここで
19391 \family sans
19392 \series bold
19393 付けたい名称
19394 \family default
19395 \series default
19396 には、お使いの言語で「
19397 \emph on
19398 algorithm
19399 \emph default
19400 」に対応する単語を指定します。
19401 \end_layout
19402
19403 \begin_layout Standard
19404 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
19405 \family sans
19406 挿入\SpecialChar \menuseparator
19407 一覧/目次\SpecialChar \menuseparator
19408 アルゴリズム一覧
19409 \family default
19410 メニューを使用します。それ以外の場合には、代わりに
19411 \end_layout
19412
19413 \begin_layout Standard
19414
19415 \series bold
19416
19417 \backslash
19418 listof{algorithm}{付けたい名称}
19419 \end_layout
19420
19421 \begin_layout Standard
19422 というコマンドをTeXコードとして用います。ここで
19423 \family sans
19424 付けたい名称
19425 \family default
19426 とは、「
19427 \emph on
19428 List of Algorithm
19429 \emph default
19430 s」という単語に相当する、ご使用になりたい言語での単語です。
19431 \end_layout
19432
19433 \begin_layout Standard
19434 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
19435 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
19436 \end_layout
19437
19438 \begin_layout Standard
19439
19440 \series bold
19441
19442 \backslash
19443 numberwithin{algorithm}{chapter}
19444 \end_layout
19445
19446 \begin_layout Standard
19447 というコマンドを追加してください。
19448 \series bold
19449
19450 \backslash
19451 numberwithin
19452 \series default
19453 というコマンドを使用するには、文書設定の
19454 \family sans
19455 数式オプション
19456 \family default
19457 タブで
19458 \family sans
19459 AMS mathパッケージを使用する
19460 \family default
19461 オプションを有効にしてください。
19462 \end_layout
19463
19464 \begin_layout Section
19465 フロートの連番
19466 \begin_inset Index idx
19467 status collapsed
19468
19469 \begin_layout Plain Layout
19470 ふろーと@フロート ! れんばん@連番
19471 \end_layout
19472
19473 \end_inset
19474
19475
19476 \end_layout
19477
19478 \begin_layout Standard
19479 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
19480 て変わります。
19481 \end_layout
19482
19483 \begin_layout Standard
19484 節から独立して付けられている連番を変更するには、文書プリアンブルで
19485 \end_layout
19486
19487 \begin_layout Standard
19488
19489 \series bold
19490
19491 \backslash
19492 renewcommand{
19493 \backslash
19494 thetable}{
19495 \backslash
19496 roman{table}}
19497 \end_layout
19498
19499 \begin_layout Standard
19500
19501 \series bold
19502 というコマンドを使うと良いでしょう。
19503 \backslash
19504 thetable
19505 \series default
19506 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
19507 \series bold
19508
19509 \backslash
19510 thefigure
19511 \series default
19512 コマンドを使用します。上のコマンドで使用されている
19513 \series bold
19514
19515 \backslash
19516 roman
19517 \series default
19518 は、表番号を小文字のローマ数字で印字するコマンドです。
19519 \end_layout
19520
19521 \begin_layout Standard
19522 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
19523 \end_layout
19524
19525 \begin_layout Standard
19526
19527 \series bold
19528
19529 \backslash
19530 numberwithin{table}{subsection}
19531 \end_layout
19532
19533 \begin_layout Standard
19534 というコマンドを使用してください。
19535 \series bold
19536
19537 \backslash
19538 numberwithin
19539 \series default
19540 コマンドを使用可能にするためには、文書設定の
19541 \family sans
19542 数式オプション
19543 \family default
19544 タブで、
19545 \family sans
19546 AMS
19547 \begin_inset space ~
19548 \end_inset
19549
19550 math数式パッケージを使用する
19551 \family default
19552 を使用します。
19553 \end_layout
19554
19555 \begin_layout Standard
19556 連番コマンドについての詳細と大切な注意点については、第
19557 \begin_inset CommandInset ref
19558 LatexCommand ref
19559 reference "sub:脚注の付番"
19560
19561 \end_inset
19562
19563 節もご覧ください。
19564 \end_layout
19565
19566 \begin_layout Section
19567 フロートの参照
19568 \begin_inset CommandInset label
19569 LatexCommand label
19570 name "sec:フロートの参照"
19571
19572 \end_inset
19573
19574
19575 \begin_inset Index idx
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579 ふろーと@フロート ! さんしょう@参照
19580 \end_layout
19581
19582 \end_inset
19583
19584
19585 \begin_inset Index idx
19586 status collapsed
19587
19588 \begin_layout Plain Layout
19589 さんしょう@参照 ! ふろーとにたいする@フロートに対する
19590 \end_layout
19591
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \begin_layout Standard
19598 フロートを参照するには、
19599 \family sans
19600 挿入\SpecialChar \menuseparator
19601 ラベル
19602 \family default
19603 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
19604 \begin_inset Graphics
19605         filename ../clipart/labelQt4.png
19606         scale 85
19607         scaleBeforeRotation
19608
19609 \end_inset
19610
19611 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
19612 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
19613 \family sans
19614 fig:
19615 \family default
19616 」という前置句がつけられます。
19617 \end_layout
19618
19619 \begin_layout Standard
19620 ラベルは、参照のための名称兼位置標として用いられます。
19621 \family sans
19622 挿入\SpecialChar \menuseparator
19623 相互参照
19624 \family default
19625 メニューかツールバーボタン
19626 \family sans
19627
19628 \begin_inset Info
19629 type  "icon"
19630 arg   "dialog-show-new-inset ref"
19631 \end_inset
19632
19633
19634 \family default
19635 を使えば、ラベルを参照することができます。
19636 \begin_inset Graphics
19637         filename clipart/referenceQt4.png
19638         scale 85
19639         scaleBeforeRotation
19640
19641 \end_inset
19642
19643 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
19644 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
19645 れます。
19646 \end_layout
19647
19648 \begin_layout Standard
19649 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
19650 出力では、参照の代わりに二つの疑問符が表示されることになります。
19651 \end_layout
19652
19653 \begin_layout Standard
19654 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
19655 で、リンクの更新に手間を割く必要はありません。
19656 \end_layout
19657
19658 \begin_layout Standard
19659 相互参照ウィンドウの
19660 \family sans
19661 ラベルへ移動
19662 \family default
19663 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
19664 \family sans
19665 戻る
19666 \family default
19667 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
19668 この場合には元に戻ることができません。
19669 \end_layout
19670
19671 \begin_layout Subsection
19672 相互参照の書式
19673 \begin_inset CommandInset label
19674 LatexCommand label
19675 name "sub:相互参照の書式"
19676
19677 \end_inset
19678
19679
19680 \begin_inset Index idx
19681 status collapsed
19682
19683 \begin_layout Plain Layout
19684 さんしょう@参照 ! しょしき@書式
19685 \end_layout
19686
19687 \end_inset
19688
19689
19690 \end_layout
19691
19692 \begin_layout Standard
19693 相互参照には、以下の6種類があります。
19694 \end_layout
19695
19696 \begin_layout Description
19697 <参照>: これはフロート番号を表示します。これが既定値です。例:
19698 \begin_inset CommandInset ref
19699 LatexCommand ref
19700 reference "fig:歪められた二つの像"
19701
19702 \end_inset
19703
19704
19705 \end_layout
19706
19707 \begin_layout Description
19708 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
19709 例:
19710 \begin_inset CommandInset ref
19711 LatexCommand eqref
19712 reference "eq:Wgn"
19713
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \begin_layout Description
19720 <参照ページ>: これはページ番号を表示します。例:Page
19721 \begin_inset space ~
19722 \end_inset
19723
19724
19725 \begin_inset CommandInset ref
19726 LatexCommand pageref
19727 reference "fig:歪められた二つの像"
19728
19729 \end_inset
19730
19731
19732 \end_layout
19733
19734 \begin_layout Description
19735 on
19736 \begin_inset space ~
19737 \end_inset
19738
19739 page
19740 \begin_inset space ~
19741 \end_inset
19742
19743 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
19744 \begin_inset CommandInset ref
19745 LatexCommand vpageref
19746 reference "fig:歪められた二つの像"
19747
19748 \end_inset
19749
19750
19751 \end_layout
19752
19753 \begin_layout Description
19754 <参照>
19755 \begin_inset space ~
19756 \end_inset
19757
19758 on
19759 \begin_inset space ~
19760 \end_inset
19761
19762 page
19763 \begin_inset space ~
19764 \end_inset
19765
19766 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19767 \begin_inset CommandInset ref
19768 LatexCommand vref
19769 reference "fig:歪められた二つの像"
19770
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \begin_layout Description
19777 整形された参照: これは自製の相互参照書式で出力します。
19778 \begin_inset Newline newline
19779 \end_inset
19780
19781
19782 \begin_inset Note Greyedout
19783 status open
19784
19785 \begin_layout Plain Layout
19786 【註】この機能は、LaTeXパッケージ
19787 \series bold
19788 prettyref
19789 \series default
19790 または
19791 \series bold
19792 refstyle
19793 \series default
19794 が導入されている場合のみ使用することができます。
19795 \begin_inset Index idx
19796 status collapsed
19797
19798 \begin_layout Plain Layout
19799 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19800 \end_layout
19801
19802 \end_inset
19803
19804
19805 \begin_inset Index idx
19806 status collapsed
19807
19808 \begin_layout Plain Layout
19809 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19810 \end_layout
19811
19812 \end_inset
19813
19814
19815 \end_layout
19816
19817 \end_inset
19818
19819
19820 \begin_inset Newline newline
19821 \end_inset
19822
19823 メニュー
19824 \family sans
19825 文書\SpecialChar \menuseparator
19826 設定\SpecialChar \menuseparator
19827 文書クラス
19828 \family default
19829 でオプション
19830 \family sans
19831 相互参照に(prettyrefではなく)refstyleを使用
19832 \family default
19833 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
19834 \series bold
19835
19836 \backslash
19837 newrefformat
19838 \series default
19839 コマンド(prettyrefの場合)あるいは
19840 \series bold
19841
19842 \backslash
19843 newref
19844 \series default
19845 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
19846 \family sans
19847 fig
19848 \family default
19849 」を持ちます)をすべて定義し直すには、
19850 \begin_inset Newline newline
19851 \end_inset
19852
19853
19854 \series bold
19855
19856 \backslash
19857 newref{fig}{refcmd={Image on page 
19858 \backslash
19859 pageref{#1}}}
19860 \begin_inset Newline newline
19861 \end_inset
19862
19863
19864 \series default
19865 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
19866 \begin_inset CommandInset citation
19867 LatexCommand cite
19868 key "prettyref,refstyle"
19869
19870 \end_inset
19871
19872 をご覧ください。
19873 \end_layout
19874
19875 \begin_layout Description
19876 名称参照: これは、右のように参照のキャプションを出力します。 
19877 \begin_inset CommandInset ref
19878 LatexCommand nameref
19879 reference "fig:歪められた二つの像"
19880
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \begin_layout Standard
19887
19888 \family sans
19889 <参照ページ>
19890 \family default
19891 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
19892 \family sans
19893 on this page
19894 \family default
19895 」のような文章が表示されます。様式
19896 \family sans
19897 <参照> on page <参照ページ>
19898 \family default
19899 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
19900 \end_layout
19901
19902 \begin_layout Standard
19903 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
19904 \family sans
19905 書式
19906 \family default
19907 フィールドで選ぶことができます。
19908 \end_layout
19909
19910 \begin_layout Standard
19911 \begin_inset Note Greyedout
19912 status open
19913
19914 \begin_layout Plain Layout
19915
19916 \series bold
19917 Note:
19918 \series default
19919  It is recommended to use the LaTeX-package 
19920 \series bold
19921 refstyle
19922 \series default
19923
19924 \begin_inset Index idx
19925 status collapsed
19926
19927 \begin_layout Plain Layout
19928 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19929 \end_layout
19930
19931 \end_inset
19932
19933  because 
19934 \series bold
19935 prettyref
19936 \series default
19937
19938 \begin_inset Index idx
19939 status collapsed
19940
19941 \begin_layout Plain Layout
19942 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19943 \end_layout
19944
19945 \end_inset
19946
19947  does not know all of LyX's possible label shortcuts
19948 \begin_inset Foot
19949 status collapsed
19950
19951 \begin_layout Plain Layout
19952 \begin_inset Quotes eld
19953 \end_inset
19954
19955 fig:
19956 \begin_inset Quotes erd
19957 \end_inset
19958
19959  is for example LyX's shortcut for labels in figure captions.
19960 \end_layout
19961
19962 \end_inset
19963
19964  and is not internationalized.
19965 \end_layout
19966
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \begin_layout Subsection
19973 参照名の自動命名
19974 \begin_inset Index idx
19975 status collapsed
19976
19977 \begin_layout Plain Layout
19978 さんしょう@参照 ! じどうめいめい@自動命名
19979 \end_layout
19980
19981 \end_inset
19982
19983
19984 \end_layout
19985
19986 \begin_layout Standard
19987
19988 \family sans
19989 文書設定
19990 \family default
19991 ダイアログの
19992 \family sans
19993 PDF特性
19994 \family default
19995 で有効にされた
19996 \series bold
19997 hyperref
19998 \series default
19999
20000 \begin_inset Index idx
20001 status collapsed
20002
20003 \begin_layout Plain Layout
20004 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
20005 \end_layout
20006
20007 \end_inset
20008
20009  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
20010 \emph on
20011
20012 \emph default
20013 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
20014 の機能を使用するには、hyperrefを有効にして、
20015 \end_layout
20016
20017 \begin_layout Standard
20018
20019 \series bold
20020
20021 \backslash
20022 AtBeginDocument{
20023 \backslash
20024 renewcommand{
20025 \backslash
20026 ref}[1]{
20027 \backslash
20028 mbox{
20029 \backslash
20030 autoref{#1}}}}
20031 \end_layout
20032
20033 \begin_layout Standard
20034 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
20035 \begin_inset space \thinspace{}
20036 \end_inset
20037
20038 」としたいなど、既定の参照名以外のものが欲しい場合には、
20039 \end_layout
20040
20041 \begin_layout Standard
20042
20043 \series bold
20044
20045 \backslash
20046 addto
20047 \backslash
20048 extrasenglish{
20049 \backslash
20050 renewcommand{
20051 \backslash
20052 sectionautorefname}
20053 \begin_inset Newline newline
20054 \end_inset
20055
20056
20057 \begin_inset Phantom HPhantom
20058 status open
20059
20060 \begin_layout Plain Layout
20061
20062 \series bold
20063 \begin_inset space ~
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070
20071 {sec.
20072 \backslash
20073 negthinspace}}
20074 \end_layout
20075
20076 \begin_layout Standard
20077 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
20078 \begin_inset Newline newline
20079 \end_inset
20080
20081
20082 \series bold
20083
20084 \backslash
20085 extrasenglishを
20086 \backslash
20087 extras***
20088 \series default
20089 に置き換えてください(***は使用中の言語名)。
20090 \end_layout
20091
20092 \begin_layout Standard
20093 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
20094 \end_layout
20095
20096 \begin_layout Standard
20097
20098 \series bold
20099
20100 \backslash
20101 newlength{
20102 \backslash
20103 abc}
20104 \begin_inset Newline newline
20105 \end_inset
20106
20107
20108 \backslash
20109 settowidth{
20110 \backslash
20111 abc}{
20112 \backslash
20113 space}
20114 \begin_inset Newline newline
20115 \end_inset
20116
20117
20118 \backslash
20119 addto
20120 \backslash
20121 extrasenglish{
20122 \backslash
20123 renewcommand{
20124 \backslash
20125 equationautorefname}
20126 \begin_inset Newline newline
20127 \end_inset
20128
20129
20130 \begin_inset Phantom HPhantom
20131 status open
20132
20133 \begin_layout Plain Layout
20134
20135 \series bold
20136 \begin_inset space ~
20137 \end_inset
20138
20139
20140 \end_layout
20141
20142 \end_inset
20143
20144 {
20145 \backslash
20146 hspace{-
20147 \backslash
20148 abc}}
20149 \end_layout
20150
20151 \begin_layout Standard
20152 この話題に関する詳細は、hyperrefの説明書
20153 \begin_inset CommandInset citation
20154 LatexCommand cite
20155 key "hyperref"
20156
20157 \end_inset
20158
20159 をお読みください。
20160 \end_layout
20161
20162 \begin_layout Standard
20163 \begin_inset Note Greyedout
20164 status open
20165
20166 \begin_layout Plain Layout
20167
20168 \series bold
20169 【註】
20170 \series default
20171 参照の自動命名は、相互参照を
20172 \family sans
20173 整形参照
20174 \family default
20175 様式(第
20176 \begin_inset CommandInset ref
20177 LatexCommand ref
20178 reference "sub:相互参照の書式"
20179
20180 \end_inset
20181
20182 節)で使用しているときには、使用することができません。
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \begin_layout Standard
20191 取扱説明書
20192 \emph on
20193 数式篇
20194 \emph default
20195 は、参照の自動命名が使用されている一例です。
20196 \end_layout
20197
20198 \begin_layout Subsection
20199 参照位置
20200 \begin_inset CommandInset label
20201 LatexCommand label
20202 name "sub:参照位置"
20203
20204 \end_inset
20205
20206
20207 \begin_inset Index idx
20208 status collapsed
20209
20210 \begin_layout Plain Layout
20211 さんしょう@参照 ! さんしょういち@参照位置
20212 \end_layout
20213
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \begin_layout Standard
20220
20221 \family sans
20222 文書設定
20223 \family default
20224 ダイアログの
20225 \family sans
20226 PDF特性
20227 \family default
20228 で、
20229 \series bold
20230 hyperref
20231 \series default
20232
20233 \begin_inset Index idx
20234 status collapsed
20235
20236 \begin_layout Plain Layout
20237 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
20238 \end_layout
20239
20240 \end_inset
20241
20242 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
20243 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
20244 \series bold
20245 hyperref
20246 \series default
20247
20248 \begin_inset Index idx
20249 status collapsed
20250
20251 \begin_layout Plain Layout
20252 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
20253 \end_layout
20254
20255 \end_inset
20256
20257 の一部である
20258 \series bold
20259 hyperref
20260 \series default
20261
20262 \begin_inset Index idx
20263 status collapsed
20264
20265 \begin_layout Plain Layout
20266 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
20267 \end_layout
20268
20269 \end_inset
20270
20271 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
20272 \end_layout
20273
20274 \begin_layout Standard
20275
20276 \series bold
20277
20278 \backslash
20279 usepackage[figure]{hypcap}
20280 \end_layout
20281
20282 \begin_layout Standard
20283 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
20284 hypcapの説明書
20285 \begin_inset CommandInset citation
20286 LatexCommand cite
20287 key "hypcap"
20288
20289 \end_inset
20290
20291 をご覧ください。
20292 \end_layout
20293
20294 \begin_layout Standard
20295 \begin_inset Note Greyedout
20296 status open
20297
20298 \begin_layout Plain Layout
20299
20300 \series bold
20301 【註】hypcap
20302 \series default
20303 は内部図への参照には効力がありません。
20304 \end_layout
20305
20306 \end_inset
20307
20308
20309 \end_layout
20310
20311 \begin_layout Section
20312 フロートの配置
20313 \begin_inset CommandInset label
20314 LatexCommand label
20315 name "sec:フロートの配置"
20316
20317 \end_inset
20318
20319
20320 \begin_inset Index idx
20321 status collapsed
20322
20323 \begin_layout Plain Layout
20324 ふろーと@フロート ! はいち@配置
20325 \end_layout
20326
20327 \end_inset
20328
20329
20330 \end_layout
20331
20332 \begin_layout Standard
20333
20334 \family roman
20335 \series medium
20336 \shape up
20337 \size normal
20338 \emph off
20339 \bar no
20340 \noun off
20341 \color none
20342 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
20343 \begin_inset Newline newline
20344 \end_inset
20345
20346
20347 \family sans
20348 \series default
20349 \shape default
20350 \size default
20351 \emph default
20352 \bar default
20353 \noun default
20354 \color inherit
20355 段をまたぐ
20356 \family roman
20357 \series medium
20358 \shape up
20359 \size normal
20360 \emph off
20361 \bar no
20362 \noun off
20363 \color none
20364 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
20365 \begin_inset Newline newline
20366 \end_inset
20367
20368
20369 \family sans
20370 \series default
20371 \shape default
20372 \size default
20373 \emph default
20374 \bar default
20375 \noun default
20376 \color inherit
20377 横倒しに回転
20378 \family roman
20379 \series medium
20380 \shape up
20381 \size normal
20382 \emph off
20383 \bar no
20384 \noun off
20385 \color none
20386 オプションは、フロートを回転するのに用います。第
20387 \family default
20388 \series default
20389 \shape default
20390 \size default
20391 \emph default
20392 \bar default
20393 \noun default
20394 \color inherit
20395
20396 \begin_inset CommandInset ref
20397 LatexCommand ref
20398 reference "sec:回転フロート"
20399
20400 \end_inset
20401
20402
20403 \family roman
20404 \series medium
20405 \shape up
20406 \size normal
20407 \emph off
20408 \bar no
20409 \noun off
20410 \color none
20411 節をご参照ください。
20412 \end_layout
20413
20414 \begin_layout Standard
20415
20416 \family roman
20417 \series medium
20418 \shape up
20419 \size normal
20420 \emph off
20421 \bar no
20422 \noun off
20423 \color none
20424 フロートダイアログでは、
20425 \family sans
20426 \series default
20427 \shape default
20428 \size default
20429 \emph default
20430 \bar default
20431 \noun default
20432 \color inherit
20433 既定の配置を使う
20434 \family roman
20435 \series medium
20436 \shape up
20437 \size normal
20438 \emph off
20439 \bar no
20440 \noun off
20441 \color none
20442 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
20443 \end_layout
20444
20445 \begin_layout Description
20446 可能ならば現在位置に: 
20447 \family roman
20448 \series medium
20449 \shape up
20450 \size normal
20451 \emph off
20452 \bar no
20453 \noun off
20454 \color none
20455 フロートを挿入位置に配置することを試みます
20456 \end_layout
20457
20458 \begin_layout Description
20459 ページ上部: 
20460 \family roman
20461 \series medium
20462 \shape up
20463 \size normal
20464 \emph off
20465 \bar no
20466 \noun off
20467 \color none
20468 フロートを現在ページの上部に配置することを試みます
20469 \end_layout
20470
20471 \begin_layout Description
20472 ページ下部: 
20473 \family roman
20474 \series medium
20475 \shape up
20476 \size normal
20477 \emph off
20478 \bar no
20479 \noun off
20480 \color none
20481 フロートを現在ページの下部に配置することを試みます
20482 \end_layout
20483
20484 \begin_layout Description
20485 フロートを独立したページに: 
20486 \family roman
20487 \series medium
20488 \shape up
20489 \size normal
20490 \emph off
20491 \bar no
20492 \noun off
20493 \color none
20494 フロートを独立したページに配置することを試みます
20495 \end_layout
20496
20497 \begin_layout Standard
20498 LaTeXは、
20499 \emph on
20500 つねに
20501 \emph default
20502 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
20503 \family sans
20504 可能ならば現在位置に
20505 \family default
20506 を試み、次に
20507 \family sans
20508 ページの上部
20509 \family default
20510 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
20511 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
20512 \end_layout
20513
20514 \begin_layout Standard
20515 既定では、各オプションはそれぞれ以下の規則を持っています。
20516 \end_layout
20517
20518 \begin_layout Labeling
20519 \labelwidthstring 00.00.0000
20520
20521 \family sans
20522 ページ上部
20523 \family default
20524  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
20525 \series bold
20526
20527 \backslash
20528 topfraction
20529 \series default
20530 )。
20531 \end_layout
20532
20533 \begin_layout Labeling
20534 \labelwidthstring 00.00.0000
20535
20536 \family sans
20537 ページ下部
20538 \family default
20539  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
20540 \series bold
20541
20542 \backslash
20543 bottomfraction
20544 \series default
20545 )。
20546 \end_layout
20547
20548 \begin_layout Labeling
20549 \labelwidthstring 00.00.0000
20550
20551 \family sans
20552 フロートを独立したページ 
20553 \family default
20554 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
20555 \series bold
20556
20557 \backslash
20558 floatpagefraction
20559 \series default
20560 )。
20561 \end_layout
20562
20563 \begin_layout Standard
20564 これらの規則に従いたくないときは、
20565 \family sans
20566 LaTeXの規則を無視する
20567 \family default
20568 オプションを追加することによって、これらを無視することができます。
20569 \begin_inset Newline newline
20570 \end_inset
20571
20572 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
20573 、ページの5割に変えるには、文書プリアンブルに
20574 \end_layout
20575
20576 \begin_layout Standard
20577
20578 \series bold
20579
20580 \backslash
20581 renewcommand{
20582 \backslash
20583 bottomfraction}{0.5}
20584 \end_layout
20585
20586 \begin_layout Standard
20587 という行を加えてください。
20588 \end_layout
20589
20590 \begin_layout Standard
20591 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
20592 \family sans
20593 何としても現在位置に置く
20594 \family default
20595 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
20596 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
20597 からです。
20598 \end_layout
20599
20600 \begin_layout Standard
20601 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
20602 \end_layout
20603
20604 \begin_layout Standard
20605 \begin_inset VSpace bigskip
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \begin_layout Standard
20612 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
20613 することがあります。この問題を避けるには、LaTeXコマンドの
20614 \backslash
20615 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
20616 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
20617 \end_layout
20618
20619 \begin_layout Standard
20620
20621 \series bold
20622
20623 \backslash
20624 let
20625 \backslash
20626 mySection
20627 \backslash
20628 section
20629 \begin_inset Newline newline
20630 \end_inset
20631
20632
20633 \backslash
20634 renewcommand{
20635 \backslash
20636 section}{
20637 \backslash
20638 suppressfloats[t]
20639 \backslash
20640 mySection}
20641 \end_layout
20642
20643 \begin_layout Standard
20644 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
20645 することがあるので、これらに対する定義はお勧めしません。
20646 \end_layout
20647
20648 \begin_layout Standard
20649 \begin_inset VSpace bigskip
20650 \end_inset
20651
20652 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
20653 \series bold
20654 endfloat
20655 \series default
20656
20657 \begin_inset Index idx
20658 status collapsed
20659
20660 \begin_layout Plain Layout
20661 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
20662 \end_layout
20663
20664 \end_inset
20665
20666 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
20667 \begin_inset Quotes eld
20668 \end_inset
20669
20670
20671 \family sans
20672 [Figure
20673 \begin_inset space ~
20674 \end_inset
20675
20676 3.2 about here.]
20677 \family default
20678
20679 \begin_inset Quotes erd
20680 \end_inset
20681
20682 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
20683 \end_layout
20684
20685 \begin_layout Standard
20686
20687 \series bold
20688
20689 \backslash
20690 usepackage[options]{endfloat}
20691 \end_layout
20692
20693 \begin_layout Standard
20694 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
20695 \series bold
20696 endfloat
20697 \series default
20698 取扱説明書
20699 \begin_inset CommandInset citation
20700 LatexCommand cite
20701 key "endfloat"
20702
20703 \end_inset
20704
20705 をご参照ください。
20706 \begin_inset Newline newline
20707 \end_inset
20708
20709
20710 \begin_inset Note Greyedout
20711 status open
20712
20713 \begin_layout Plain Layout
20714
20715 \series bold
20716 【註】endfloat
20717 \series default
20718 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
20719 \begin_inset CommandInset citation
20720 LatexCommand cite
20721 key "endfloat"
20722
20723 \end_inset
20724
20725 の第4節をご参照ください。
20726 \end_layout
20727
20728 \end_inset
20729
20730
20731 \begin_inset Newline newline
20732 \end_inset
20733
20734
20735 \begin_inset Note Greyedout
20736 status open
20737
20738 \begin_layout Plain Layout
20739
20740 \series bold
20741 【註】
20742 \series default
20743 現在のところ、
20744 \series bold
20745 endfloat
20746 \series default
20747 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
20748 \series bold
20749
20750 \backslash
20751 ss
20752 \series default
20753 」コマンドを使用してください。
20754 \end_layout
20755
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \begin_layout Standard
20762 \begin_inset VSpace bigskip
20763 \end_inset
20764
20765 フロートの割付に関する詳細は、LaTeX関連書
20766 \begin_inset CommandInset citation
20767 LatexCommand cite
20768 key "latexcompanion,latexguide,latexbook"
20769
20770 \end_inset
20771
20772 をご覧ください。
20773 \end_layout
20774
20775 \begin_layout Section
20776 回転フロート
20777 \begin_inset CommandInset label
20778 LatexCommand label
20779 name "sec:回転フロート"
20780
20781 \end_inset
20782
20783
20784 \begin_inset Index idx
20785 status collapsed
20786
20787 \begin_layout Plain Layout
20788 ふろーと@フロート ! かいてん@回転
20789 \end_layout
20790
20791 \end_inset
20792
20793
20794 \end_layout
20795
20796 \begin_layout Standard
20797 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
20798 \family sans
20799 横倒しに回転
20800 \family default
20801 オプションを有効にします。
20802 \end_layout
20803
20804 \begin_layout Standard
20805 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
20806 \family sans
20807 段をまたぐ
20808 \family default
20809 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
20810 たって回転方向を強制したい場合には、文書クラスオプションに
20811 \series bold
20812 figuresleft
20813 \series default
20814 オプションあるいは
20815 \series bold
20816 figuresright
20817 \series default
20818 オプションを加えることができます。
20819 \end_layout
20820
20821 \begin_layout Standard
20822 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
20823 \begin_inset CommandInset ref
20824 LatexCommand ref
20825 reference "tab:回転した表"
20826
20827 \end_inset
20828
20829 が回転表フロートの例です。
20830 \end_layout
20831
20832 \begin_layout Standard
20833 \begin_inset Note Greyedout
20834 status open
20835
20836 \begin_layout Plain Layout
20837
20838 \series bold
20839 【註】
20840 \series default
20841 すべてのDVIビューアが回転フロートを表示できるわけではありません。
20842 \end_layout
20843
20844 \end_inset
20845
20846
20847 \end_layout
20848
20849 \begin_layout Standard
20850 \begin_inset Float table
20851 wide false
20852 sideways true
20853 status open
20854
20855 \begin_layout Plain Layout
20856 \begin_inset Caption
20857
20858 \begin_layout Plain Layout
20859 \begin_inset CommandInset label
20860 LatexCommand label
20861 name "tab:回転した表"
20862
20863 \end_inset
20864
20865 回転した表
20866 \end_layout
20867
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \begin_layout Plain Layout
20874 \align center
20875 \begin_inset Tabular
20876 <lyxtabular version="3" rows="1" columns="5">
20877 <features tabularvalignment="middle">
20878 <column alignment="center" valignment="top" width="0">
20879 <column alignment="center" valignment="top" width="0">
20880 <column alignment="center" valignment="top" width="0">
20881 <column alignment="center" valignment="top" width="0">
20882 <column alignment="center" valignment="top" width="0">
20883 <row>
20884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888 試験
20889 \end_layout
20890
20891 \end_inset
20892 </cell>
20893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20894 \begin_inset Text
20895
20896 \begin_layout Plain Layout
20897
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20921 \begin_inset Text
20922
20923 \begin_layout Plain Layout
20924
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 </row>
20930 </lyxtabular>
20931
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \end_inset
20938
20939
20940 \end_layout
20941
20942 \begin_layout Section
20943 従属フロート
20944 \begin_inset Index idx
20945 status collapsed
20946
20947 \begin_layout Plain Layout
20948 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20949 \end_layout
20950
20951 \end_inset
20952
20953
20954 \end_layout
20955
20956 \begin_layout Standard
20957 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20958 \begin_inset CommandInset ref
20959 LatexCommand ref
20960 reference "tab:従属表を横に並べたもの"
20961
20962 \end_inset
20963
20964 と表
20965 \begin_inset CommandInset ref
20966 LatexCommand ref
20967 reference "tab:従属表を縦に並べたもの"
20968
20969 \end_inset
20970
20971 に示されているように段落と同様に指定することができます。
20972 \end_layout
20973
20974 \begin_layout Standard
20975 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20976 \begin_inset CommandInset ref
20977 LatexCommand ref
20978 reference "tab:これは従属表a"
20979
20980 \end_inset
20981
20982 と表
20983 \begin_inset CommandInset ref
20984 LatexCommand ref
20985 reference "tab:これは従属表b"
20986
20987 \end_inset
20988
20989 は表
20990 \begin_inset CommandInset ref
20991 LatexCommand ref
20992 reference "tab:従属表を横に並べたもの"
20993
20994 \end_inset
20995
20996 の従属フロートです。
20997 \begin_inset Float table
20998 wide false
20999 sideways false
21000 status open
21001
21002 \begin_layout Plain Layout
21003 \begin_inset Caption
21004
21005 \begin_layout Plain Layout
21006 \begin_inset CommandInset label
21007 LatexCommand label
21008 name "tab:従属表を横に並べたもの"
21009
21010 \end_inset
21011
21012 従属表を横に並べたもの
21013 \end_layout
21014
21015 \end_inset
21016
21017
21018 \end_layout
21019
21020 \begin_layout Plain Layout
21021 \begin_inset space \hfill{}
21022 \end_inset
21023
21024
21025 \begin_inset Float table
21026 wide false
21027 sideways false
21028 status open
21029
21030 \begin_layout Plain Layout
21031 \begin_inset Caption
21032
21033 \begin_layout Plain Layout
21034 \begin_inset CommandInset label
21035 LatexCommand label
21036 name "tab:これは従属表a"
21037
21038 \end_inset
21039
21040 これは従属表aです。
21041 \end_layout
21042
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \begin_layout Plain Layout
21049 \align center
21050 \begin_inset Tabular
21051 <lyxtabular version="3" rows="1" columns="5">
21052 <features tabularvalignment="middle">
21053 <column alignment="center" valignment="top" width="0">
21054 <column alignment="center" valignment="top" width="0">
21055 <column alignment="center" valignment="top" width="0">
21056 <column alignment="center" valignment="top" width="0">
21057 <column alignment="center" valignment="top" width="0">
21058 <row>
21059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 試験
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 </row>
21105 </lyxtabular>
21106
21107 \end_inset
21108
21109
21110 \end_layout
21111
21112 \end_inset
21113
21114
21115 \begin_inset space \hfill{}
21116 \end_inset
21117
21118
21119 \begin_inset Float table
21120 wide false
21121 sideways false
21122 status open
21123
21124 \begin_layout Plain Layout
21125 \begin_inset Caption
21126
21127 \begin_layout Plain Layout
21128 \begin_inset CommandInset label
21129 LatexCommand label
21130 name "tab:これは従属表b"
21131
21132 \end_inset
21133
21134 これは従属表bです。
21135 \end_layout
21136
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \begin_layout Plain Layout
21143 \align center
21144 \begin_inset Tabular
21145 <lyxtabular version="3" rows="1" columns="5">
21146 <features tabularvalignment="middle">
21147 <column alignment="center" valignment="top" width="0">
21148 <column alignment="center" valignment="top" width="0">
21149 <column alignment="center" valignment="top" width="0">
21150 <column alignment="center" valignment="top" width="0">
21151 <column alignment="center" valignment="top" width="0">
21152 <row>
21153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 試験
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 </row>
21199 </lyxtabular>
21200
21201 \end_inset
21202
21203
21204 \end_layout
21205
21206 \end_inset
21207
21208
21209 \begin_inset space \hfill{}
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \end_inset
21216
21217
21218 \begin_inset Float table
21219 wide false
21220 sideways false
21221 status open
21222
21223 \begin_layout Plain Layout
21224 \begin_inset Caption
21225
21226 \begin_layout Plain Layout
21227 \begin_inset CommandInset label
21228 LatexCommand label
21229 name "tab:従属表を縦に並べたもの"
21230
21231 \end_inset
21232
21233 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
21234 \end_layout
21235
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \begin_layout Plain Layout
21242 \begin_inset Float table
21243 wide false
21244 sideways false
21245 status open
21246
21247 \begin_layout Plain Layout
21248 \begin_inset Caption
21249
21250 \begin_layout Plain Layout
21251
21252 \end_layout
21253
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \begin_layout Plain Layout
21260 \align center
21261 \begin_inset Tabular
21262 <lyxtabular version="3" rows="1" columns="4">
21263 <features tabularvalignment="middle">
21264 <column alignment="center" valignment="top" width="0">
21265 <column alignment="center" valignment="top" width="0">
21266 <column alignment="center" valignment="top" width="0">
21267 <column alignment="center" valignment="top" width="0">
21268 <row>
21269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 試験
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282 試験
21283 \end_layout
21284
21285 \end_inset
21286 </cell>
21287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21288 \begin_inset Text
21289
21290 \begin_layout Plain Layout
21291 試験
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 試験
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 </row>
21306 </lyxtabular>
21307
21308 \end_inset
21309
21310
21311 \end_layout
21312
21313 \end_inset
21314
21315
21316 \end_layout
21317
21318 \begin_layout Plain Layout
21319 \begin_inset Float table
21320 wide false
21321 sideways false
21322 status open
21323
21324 \begin_layout Plain Layout
21325 \begin_inset Caption
21326
21327 \begin_layout Plain Layout
21328
21329 \end_layout
21330
21331 \end_inset
21332
21333
21334 \end_layout
21335
21336 \begin_layout Plain Layout
21337 \align center
21338 \begin_inset Tabular
21339 <lyxtabular version="3" rows="1" columns="5">
21340 <features tabularvalignment="middle">
21341 <column alignment="center" valignment="top" width="0">
21342 <column alignment="center" valignment="top" width="0">
21343 <column alignment="center" valignment="top" width="0">
21344 <column alignment="center" valignment="top" width="0">
21345 <column alignment="center" valignment="top" width="0">
21346 <row>
21347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 </lyxtabular>
21394
21395 \end_inset
21396
21397
21398 \end_layout
21399
21400 \end_inset
21401
21402
21403 \end_layout
21404
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \begin_layout Section
21411 横並びのフロート
21412 \begin_inset Index idx
21413 status collapsed
21414
21415 \begin_layout Plain Layout
21416 ふろーと@フロート ! よこならび@横並び
21417 \end_layout
21418
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \begin_layout Standard
21425
21426 \begin_inset CommandInset ref
21427 LatexCommand ref
21428 reference "fig:左側のフロート"
21429
21430 \end_inset
21431
21432 や図
21433 \begin_inset CommandInset ref
21434 LatexCommand ref
21435 reference "fig:右側のフロート"
21436
21437 \end_inset
21438
21439 のようにフロートを横並びに配置するには、
21440 \emph on
21441 ひとつの
21442 \emph default
21443 フロートのみを使用し、その中に二つのminipageボックスを挿入します
21444 \begin_inset Foot
21445 status collapsed
21446
21447 \begin_layout Plain Layout
21448 Minipageは第
21449 \begin_inset CommandInset ref
21450 LatexCommand ref
21451 reference "sec:ミニページ"
21452
21453 \end_inset
21454
21455 節に説明があります。
21456 \end_layout
21457
21458 \end_inset
21459
21460 。幅は45
21461 \begin_inset space \thinspace{}
21462 \end_inset
21463
21464 -50
21465 \begin_inset space \thinspace{}
21466 \end_inset
21467
21468 列幅%とし、各minipageのボックス配置を
21469 \family sans
21470
21471 \family default
21472 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
21473 \family sans
21474 列幅%
21475 \family default
21476 がここではminipageボックスの幅によって計算されることです。
21477 \end_layout
21478
21479 \begin_layout Standard
21480 \begin_inset Float figure
21481 wide false
21482 sideways false
21483 status open
21484
21485 \begin_layout Plain Layout
21486 \begin_inset Box Frameless
21487 position "b"
21488 hor_pos "c"
21489 has_inner_box 1
21490 inner_pos "t"
21491 use_parbox 0
21492 use_makebox 0
21493 width "45col%"
21494 special "none"
21495 height "1in"
21496 height_special "totalheight"
21497 status open
21498
21499 \begin_layout Plain Layout
21500 \align center
21501 \begin_inset Graphics
21502         filename ../clipart/mobius.eps
21503         lyxscale 50
21504         width 100col%
21505         scaleBeforeRotation
21506
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \begin_layout Plain Layout
21513 \begin_inset Caption
21514
21515 \begin_layout Plain Layout
21516 \begin_inset CommandInset label
21517 LatexCommand label
21518 name "fig:左側のフロート"
21519
21520 \end_inset
21521
21522 左側のフロート
21523 \end_layout
21524
21525 \end_inset
21526
21527
21528 \end_layout
21529
21530 \end_inset
21531
21532
21533 \begin_inset space \hfill{}
21534 \end_inset
21535
21536
21537 \begin_inset Box Frameless
21538 position "b"
21539 hor_pos "c"
21540 has_inner_box 1
21541 inner_pos "t"
21542 use_parbox 0
21543 use_makebox 0
21544 width "45col%"
21545 special "none"
21546 height "1in"
21547 height_special "totalheight"
21548 status open
21549
21550 \begin_layout Plain Layout
21551 \align center
21552 \begin_inset Graphics
21553         filename ../clipart/platypus.eps
21554         lyxscale 50
21555         width 100col%
21556         scaleBeforeRotation
21557
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \begin_layout Plain Layout
21564 \begin_inset Caption
21565
21566 \begin_layout Plain Layout
21567 \begin_inset CommandInset label
21568 LatexCommand label
21569 name "fig:右側のフロート"
21570
21571 \end_inset
21572
21573 右側のフロート
21574 \end_layout
21575
21576 \end_inset
21577
21578
21579 \end_layout
21580
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \begin_layout Plain Layout
21587
21588 \end_layout
21589
21590 \end_inset
21591
21592
21593 \end_layout
21594
21595 \begin_layout Section
21596 キャプションの書式設定
21597 \begin_inset Index idx
21598 status collapsed
21599
21600 \begin_layout Plain Layout
21601 きゃぷしょん@キャプション ! しょしきせってい@書式設定
21602 \end_layout
21603
21604 \end_inset
21605
21606
21607 \begin_inset Index idx
21608 status collapsed
21609
21610 \begin_layout Plain Layout
21611 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
21612 \end_layout
21613
21614 \end_inset
21615
21616
21617 \begin_inset CommandInset label
21618 LatexCommand label
21619 name "sec:キャプションの書式設定"
21620
21621 \end_inset
21622
21623
21624 \end_layout
21625
21626 \begin_layout Standard
21627
21628 \family sans
21629 キャプション
21630 \family default
21631 環境は、
21632 \family sans
21633 フロート
21634 \family default
21635 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
21636 \family sans
21637 図 #:
21638 \family default
21639 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
21640 \family sans
21641 #
21642 \family default
21643 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
21644 。このキャプション書式は、すべての文書書式に適しているわけではありません。
21645 \end_layout
21646
21647 \begin_layout Standard
21648 既定のキャプション書式を変更するには、文書プリアンブルに
21649 \end_layout
21650
21651 \begin_layout Standard
21652
21653 \series bold
21654
21655 \backslash
21656 usepackage[format definition]{caption}
21657 \end_layout
21658
21659 \begin_layout Standard
21660 という行を加えて、LaTeXパッケージ
21661 \series bold
21662 caption
21663 \series default
21664
21665 \begin_inset Index idx
21666 status collapsed
21667
21668 \begin_layout Plain Layout
21669 LaTeXぱっけーじ@LaTeXパッケージ ! caption
21670 \end_layout
21671
21672 \end_inset
21673
21674 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
21675 \end_layout
21676
21677 \begin_layout Standard
21678
21679 \series bold
21680
21681 \backslash
21682 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21683 \end_layout
21684
21685 \begin_layout Standard
21686 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
21687 \series bold
21688 caption
21689 \series default
21690 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
21691 \end_layout
21692
21693 \begin_layout Standard
21694
21695 \series bold
21696
21697 \backslash
21698 captionsetup[フロート型]{書式定義}
21699 \end_layout
21700
21701 \begin_layout Standard
21702 というコマンドを使用して、個別の書式を指定してください。たとえば、図
21703 \begin_inset CommandInset ref
21704 LatexCommand ref
21705 reference "fig:図キャプション"
21706
21707 \end_inset
21708
21709 と表
21710 \begin_inset CommandInset ref
21711 LatexCommand ref
21712 reference "tab:表キャプション"
21713
21714 \end_inset
21715
21716 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
21717 \end_layout
21718
21719 \begin_layout Standard
21720
21721 \series bold
21722
21723 \backslash
21724 usepackage[tableposition=top]{caption}
21725 \series default
21726
21727 \begin_inset Newline newline
21728 \end_inset
21729
21730
21731 \series bold
21732
21733 \backslash
21734 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21735 \begin_inset Newline newline
21736 \end_inset
21737
21738
21739 \begin_inset Phantom HPhantom
21740 status open
21741
21742 \begin_layout Plain Layout
21743
21744 \backslash
21745 captionsetup[figure]{
21746 \end_layout
21747
21748 \end_inset
21749
21750 labelsep=period}
21751 \begin_inset Newline newline
21752 \end_inset
21753
21754
21755 \backslash
21756 captionsetup[table]{labelfont={bf,sf}}
21757 \end_layout
21758
21759 \begin_layout Standard
21760 \begin_inset Note Greyedout
21761 status open
21762
21763 \begin_layout Plain Layout
21764
21765 \series bold
21766 【註】
21767 \series default
21768 オプションのうち、
21769 \series bold
21770 tableposition=top
21771 \series default
21772 は、文書クラスに
21773 \series bold
21774 KOMA-script
21775 \series default
21776
21777 \begin_inset Index idx
21778 status collapsed
21779
21780 \begin_layout Plain Layout
21781 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21782 \end_layout
21783
21784 \end_inset
21785
21786 が使われているときには、無効になります。この場合には、文書クラスオプション
21787 \series bold
21788 captions=tableheading
21789 \series default
21790 を指定しなくてはなりません。
21791 \end_layout
21792
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \begin_layout Standard
21799
21800 \series bold
21801 caption
21802 \series default
21803 パッケージについての詳細は、その取扱説明書
21804 \begin_inset CommandInset citation
21805 LatexCommand cite
21806 key "caption"
21807
21808 \end_inset
21809
21810 をご覧ください。
21811 \end_layout
21812
21813 \begin_layout Standard
21814 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
21815 \end_layout
21816
21817 \begin_layout Standard
21818
21819 \series bold
21820
21821 \backslash
21822 renewcommand{
21823 \backslash
21824 fnum@figure}{画像~
21825 \backslash
21826 thefigure}
21827 \end_layout
21828
21829 \begin_layout Standard
21830 なお、
21831 \series bold
21832
21833 \backslash
21834 thefigure
21835 \series default
21836 は表番号を挿入し、「
21837 \series bold
21838 ~
21839 \series default
21840 」は保護された空白を入れます。
21841 \end_layout
21842
21843 \begin_layout Standard
21844 \begin_inset VSpace bigskip
21845 \end_inset
21846
21847
21848 \series bold
21849 KOMA-script
21850 \series default
21851
21852 \begin_inset Index idx
21853 status collapsed
21854
21855 \begin_layout Plain Layout
21856 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21857 \end_layout
21858
21859 \end_inset
21860
21861 文書クラス(
21862 \family sans
21863 article (KOMA-script)
21864 \family default
21865
21866 \family sans
21867 book (KOMA-script)
21868 \family default
21869
21870 \family sans
21871 letter (KOMA-script)
21872 \family default
21873
21874 \family sans
21875 report (KOMA-script)
21876 \family default
21877 )を使用している場合には、
21878 \series bold
21879 caption
21880 \series default
21881 パッケージの代わりに
21882 \series bold
21883 KOMA-script
21884 \series default
21885 のビルトインコマンド
21886 \series bold
21887 etkomafont
21888 \series default
21889 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21890 \end_layout
21891
21892 \begin_layout Standard
21893
21894 \series bold
21895
21896 \backslash
21897 setkomafont{captionlabel}{
21898 \backslash
21899 bfseries}
21900 \end_layout
21901
21902 \begin_layout Standard
21903
21904 \series bold
21905
21906 \backslash
21907 setkomafont
21908 \series default
21909 についての詳細は、
21910 \series bold
21911 KOMA-script
21912 \series default
21913 の取扱説明書
21914 \begin_inset CommandInset citation
21915 LatexCommand cite
21916 key "koma-script"
21917
21918 \end_inset
21919
21920 をご覧ください。
21921 \end_layout
21922
21923 \begin_layout Standard
21924 \begin_inset ERT
21925 status collapsed
21926
21927 \begin_layout Plain Layout
21928
21929
21930 \backslash
21931 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21932 }
21933 \end_layout
21934
21935 \end_inset
21936
21937
21938 \begin_inset Note Note
21939 status open
21940
21941 \begin_layout Plain Layout
21942 キャプション書式は、この例のみ変更してあります。
21943 \end_layout
21944
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \begin_layout Standard
21951 \begin_inset Float figure
21952 placement !p
21953 wide false
21954 sideways false
21955 status open
21956
21957 \begin_layout Plain Layout
21958 \align center
21959 \begin_inset Graphics
21960         filename ../clipart/mobius.eps
21961         lyxscale 50
21962         scale 50
21963         scaleBeforeRotation
21964
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \begin_layout Plain Layout
21971 \begin_inset Caption
21972
21973 \begin_layout Plain Layout
21974 \begin_inset CommandInset label
21975 LatexCommand label
21976 name "fig:図キャプション"
21977
21978 \end_inset
21979
21980 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21981 \end_layout
21982
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \end_inset
21989
21990
21991 \end_layout
21992
21993 \begin_layout Standard
21994 \begin_inset ERT
21995 status collapsed
21996
21997 \begin_layout Plain Layout
21998
21999
22000 \backslash
22001 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22002 on}
22003 \end_layout
22004
22005 \end_inset
22006
22007
22008 \end_layout
22009
22010 \begin_layout Standard
22011 \begin_inset Float table
22012 placement !p
22013 wide false
22014 sideways false
22015 status open
22016
22017 \begin_layout Plain Layout
22018 \begin_inset Caption
22019
22020 \begin_layout Plain Layout
22021 \begin_inset CommandInset label
22022 LatexCommand label
22023 name "tab:表キャプション"
22024
22025 \end_inset
22026
22027 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
22028 \end_layout
22029
22030 \end_inset
22031
22032
22033 \end_layout
22034
22035 \begin_layout Plain Layout
22036 \align center
22037 \begin_inset Tabular
22038 <lyxtabular version="3" rows="1" columns="5">
22039 <features tabularvalignment="middle">
22040 <column alignment="center" valignment="top" width="0">
22041 <column alignment="center" valignment="top" width="0">
22042 <column alignment="center" valignment="top" width="0">
22043 <column alignment="center" valignment="top" width="0">
22044 <column alignment="center" valignment="top" width="0">
22045 <row>
22046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077
22078 \end_layout
22079
22080 \end_inset
22081 </cell>
22082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 </row>
22092 </lyxtabular>
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \begin_layout Section
22105 キャプションの配置
22106 \begin_inset Index idx
22107 status collapsed
22108
22109 \begin_layout Plain Layout
22110 きゃぷしょん@キャプション ! はいち@配置
22111 \end_layout
22112
22113 \end_inset
22114
22115
22116 \begin_inset Index idx
22117 status collapsed
22118
22119 \begin_layout Plain Layout
22120 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \begin_inset CommandInset label
22127 LatexCommand label
22128 name "sec:キャプションの配置"
22129
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \begin_layout Standard
22136 通常、キャプションの配置原則は、
22137 \end_layout
22138
22139 \begin_layout Description
22140 図の場合: キャプションを図の下に置く
22141 \end_layout
22142
22143 \begin_layout Description
22144 表の場合: キャプションを表の上に置く
22145 \end_layout
22146
22147 \begin_layout Standard
22148 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
22149 \family sans
22150 article
22151 \family default
22152
22153 \family sans
22154 book
22155 \family default
22156
22157 \family sans
22158 letter
22159 \family default
22160
22161 \family sans
22162 report
22163 \family default
22164 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
22165 eXパッケージ
22166 \series bold
22167 caption
22168 \series default
22169 を読み込むコマンドに
22170 \end_layout
22171
22172 \begin_layout Standard
22173
22174 \series bold
22175 tableposition=top
22176 \end_layout
22177
22178 \begin_layout Standard
22179 というオプションを追加してください
22180 \begin_inset Foot
22181 status collapsed
22182
22183 \begin_layout Plain Layout
22184
22185 \series bold
22186 caption
22187 \series default
22188 パッケージについての詳細な情報は、第
22189 \begin_inset CommandInset ref
22190 LatexCommand ref
22191 reference "sec:キャプションの書式設定"
22192
22193 \end_inset
22194
22195 節をご覧ください。
22196 \end_layout
22197
22198 \end_inset
22199
22200
22201 \series bold
22202 KOMA-script
22203 \series default
22204
22205 \begin_inset Index idx
22206 status collapsed
22207
22208 \begin_layout Plain Layout
22209 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
22210 \end_layout
22211
22212 \end_inset
22213
22214 文書クラス(
22215 \family sans
22216 article (KOMA-script)
22217 \family default
22218
22219 \family sans
22220 book (KOMA-script)
22221 \family default
22222
22223 \family sans
22224 letter (KOMA-script)
22225 \family default
22226
22227 \family sans
22228 report (KOMA-script)
22229 \family default
22230
22231 \begin_inset space \thinspace{}
22232 \end_inset
22233
22234 )をお使いの場合には、
22235 \series bold
22236 caption
22237 \series default
22238 パッケージにオプションを与える代わりに、文書クラスオプション
22239 \series bold
22240 captions=tableheading
22241 \series default
22242 を設定することもできます。
22243 \end_layout
22244
22245 \begin_layout Standard
22246 \begin_inset VSpace bigskip
22247 \end_inset
22248
22249 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
22250 \end_layout
22251
22252 \begin_layout Standard
22253
22254 \series bold
22255
22256 \backslash
22257 usepackage[option]{sidecap}
22258 \end_layout
22259
22260 \begin_layout Standard
22261 という行を入れて、LaTeXパッケージ
22262 \series bold
22263 sidecap
22264 \series default
22265
22266 \begin_inset Index idx
22267 status collapsed
22268
22269 \begin_layout Plain Layout
22270 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
22271 \end_layout
22272
22273 \end_inset
22274
22275 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
22276 \series bold
22277 innercaption
22278 \series default
22279 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
22280 \series bold
22281 rightcaption
22282 \series default
22283 ないし
22284 \series bold
22285 leftcaption
22286 \series default
22287 オプションを用います。
22288 \end_layout
22289
22290 \begin_layout Standard
22291 \begin_inset ERT
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295
22296
22297 \backslash
22298 ifsidecap
22299 \end_layout
22300
22301 \end_inset
22302
22303
22304 \begin_inset Note Note
22305 status open
22306
22307 \begin_layout Plain Layout
22308 以下の部分は、LaTeXパッケージ
22309 \series bold
22310 sidecap
22311 \series default
22312 が導入されているときのみ表示されます。
22313 \end_layout
22314
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \begin_layout Standard
22321 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
22322 \end_layout
22323
22324 \begin_layout Standard
22325 \noindent
22326 \begin_inset CommandInset line
22327 LatexCommand rule
22328 offset "0.5ex"
22329 width "100line%"
22330 height "1pt"
22331
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \begin_layout Standard
22338
22339 \series bold
22340
22341 \backslash
22342 newcommand{
22343 \backslash
22344 TabBesBeg}[1][1.0]{%
22345 \begin_inset Newline newline
22346 \end_inset
22347
22348
22349 \begin_inset Phantom HPhantom
22350 status open
22351
22352 \begin_layout Plain Layout
22353 \begin_inset space ~
22354 \end_inset
22355
22356
22357 \end_layout
22358
22359 \end_inset
22360
22361
22362 \backslash
22363 let
22364 \backslash
22365 MyTable
22366 \backslash
22367 table
22368 \begin_inset Newline newline
22369 \end_inset
22370
22371
22372 \begin_inset Phantom HPhantom
22373 status open
22374
22375 \begin_layout Plain Layout
22376
22377 \series medium
22378 \begin_inset space ~
22379 \end_inset
22380
22381
22382 \end_layout
22383
22384 \end_inset
22385
22386
22387 \backslash
22388 let
22389 \backslash
22390 MyEndtable
22391 \backslash
22392 endtable
22393 \begin_inset Newline newline
22394 \end_inset
22395
22396
22397 \begin_inset Phantom HPhantom
22398 status open
22399
22400 \begin_layout Plain Layout
22401
22402 \series medium
22403 \begin_inset space ~
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \end_inset
22410
22411
22412 \backslash
22413 renewenvironment{table}[1]{
22414 \backslash
22415 begin{SCtable}[#1]##1}{
22416 \backslash
22417 end{SCtable}}}
22418 \end_layout
22419
22420 \begin_layout Standard
22421
22422 \series bold
22423
22424 \backslash
22425 newcommand{
22426 \backslash
22427 TabBesEnd}{%
22428 \begin_inset Newline newline
22429 \end_inset
22430
22431
22432 \begin_inset Phantom HPhantom
22433 status open
22434
22435 \begin_layout Plain Layout
22436 \begin_inset space ~
22437 \end_inset
22438
22439
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \backslash
22446 let
22447 \backslash
22448 table
22449 \backslash
22450 MyTable
22451 \begin_inset Newline newline
22452 \end_inset
22453
22454
22455 \begin_inset Phantom HPhantom
22456 status open
22457
22458 \begin_layout Plain Layout
22459 \begin_inset space ~
22460 \end_inset
22461
22462
22463 \end_layout
22464
22465 \end_inset
22466
22467
22468 \backslash
22469 let
22470 \backslash
22471 endtable
22472 \backslash
22473 MyEndtable
22474 \end_layout
22475
22476 \begin_layout Standard
22477
22478 \series bold
22479
22480 \backslash
22481 newcommand{
22482 \backslash
22483 FigBesBeg}[1][1.0]{%
22484 \begin_inset Newline newline
22485 \end_inset
22486
22487
22488 \begin_inset Phantom HPhantom
22489 status open
22490
22491 \begin_layout Plain Layout
22492 \begin_inset space ~
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \end_inset
22499
22500
22501 \backslash
22502 let
22503 \backslash
22504 MyFigure
22505 \backslash
22506 figure
22507 \begin_inset Newline newline
22508 \end_inset
22509
22510
22511 \begin_inset Phantom HPhantom
22512 status open
22513
22514 \begin_layout Plain Layout
22515 \begin_inset space ~
22516 \end_inset
22517
22518
22519 \end_layout
22520
22521 \end_inset
22522
22523
22524 \backslash
22525 let
22526 \backslash
22527 MyEndfigure
22528 \backslash
22529 endfigure
22530 \begin_inset Newline newline
22531 \end_inset
22532
22533
22534 \begin_inset Phantom HPhantom
22535 status open
22536
22537 \begin_layout Plain Layout
22538 \begin_inset space ~
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \end_inset
22545
22546
22547 \backslash
22548 renewenvironment{figure}[1]{
22549 \backslash
22550 begin{SCfigure}[#1]##1}{
22551 \backslash
22552 end{SCfigure}}}
22553 \end_layout
22554
22555 \begin_layout Standard
22556
22557 \series bold
22558
22559 \backslash
22560 newcommand{
22561 \backslash
22562 FigBesEnd}{%
22563 \begin_inset Newline newline
22564 \end_inset
22565
22566
22567 \begin_inset Phantom HPhantom
22568 status open
22569
22570 \begin_layout Plain Layout
22571 \begin_inset space ~
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \end_inset
22578
22579
22580 \backslash
22581 let
22582 \backslash
22583 figure
22584 \backslash
22585 MyFigure
22586 \begin_inset Newline newline
22587 \end_inset
22588
22589
22590 \begin_inset Phantom HPhantom
22591 status open
22592
22593 \begin_layout Plain Layout
22594 \begin_inset space ~
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \end_inset
22601
22602
22603 \backslash
22604 let
22605 \backslash
22606 endfigure
22607 \backslash
22608 MyEndfigure}
22609 \end_layout
22610
22611 \begin_layout Standard
22612 \noindent
22613 \begin_inset CommandInset line
22614 LatexCommand rule
22615 offset "0.5ex"
22616 width "100line%"
22617 height "1pt"
22618
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \begin_layout Standard
22625 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
22626 \end_layout
22627
22628 \begin_layout Standard
22629
22630 \series bold
22631
22632 \backslash
22633 FigBesBeg
22634 \end_layout
22635
22636 \begin_layout Standard
22637 というコマンドを、フロートの前にTeXコードで入れてください。
22638 \lang english
22639 And insert the command
22640 \end_layout
22641
22642 \begin_layout Standard
22643
22644 \series bold
22645
22646 \backslash
22647 FigBesEnd
22648 \end_layout
22649
22650 \begin_layout Standard
22651
22652 \lang english
22653 in TeX-Code at the point where you want to get back to the original float
22654  definition.
22655 \end_layout
22656
22657 \begin_layout Standard
22658 表フロートに対しては、対応するコマンド
22659 \end_layout
22660
22661 \begin_layout Standard
22662
22663 \series bold
22664
22665 \backslash
22666 TabBesBeg
22667 \series default
22668 および
22669 \series bold
22670
22671 \backslash
22672 TabBesEnd
22673 \end_layout
22674
22675 \begin_layout Standard
22676 を使用してください。図
22677 \begin_inset CommandInset ref
22678 LatexCommand ref
22679 reference "fig:図横キャプション"
22680
22681 \end_inset
22682
22683 と表
22684 \begin_inset CommandInset ref
22685 LatexCommand ref
22686 reference "tab:表横キャプション"
22687
22688 \end_inset
22689
22690 がキャプションを脇に設定した例です。
22691 \end_layout
22692
22693 \begin_layout Standard
22694 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
22695 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
22696 \end_layout
22697
22698 \begin_layout Standard
22699
22700 \series bold
22701
22702 \backslash
22703 sidecaptionvpos{フロート型}{配置}
22704 \end_layout
22705
22706 \begin_layout Standard
22707 というコマンドを使用します。ここで「フロート型」は
22708 \family sans
22709 figure
22710 \family default
22711
22712 \family sans
22713 table
22714 \family default
22715 であり、「配置」は、上揃えの場合はtopの
22716 \end_layout
22717
22718 \begin_layout Standard
22719
22720 \family sans
22721 t
22722 \family default
22723 」、中央揃えの場合はcenterの「
22724 \family sans
22725 c
22726 \family default
22727 」、下揃えの場合はbottomの「
22728 \family sans
22729 b
22730 \family default
22731 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
22732 \end_layout
22733
22734 \begin_layout Standard
22735
22736 \series bold
22737
22738 \backslash
22739 sidecaptionvpos{figure}{c}
22740 \end_layout
22741
22742 \begin_layout Standard
22743 というコマンドを使用します。これは、図
22744 \begin_inset CommandInset ref
22745 LatexCommand ref
22746 reference "fig:図横キャプション-2"
22747
22748 \end_inset
22749
22750 で使用されています。
22751 \end_layout
22752
22753 \begin_layout Standard
22754 \begin_inset VSpace medskip
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \begin_layout Standard
22761
22762 \lang english
22763 The default caption width is the width of the image/table.
22764  For thin image/tables, like in Table
22765 \lang japanese
22766
22767 \begin_inset space ~
22768 \end_inset
22769
22770
22771 \begin_inset CommandInset ref
22772 LatexCommand ref
22773 reference "tab:表横キャプション"
22774
22775 \end_inset
22776
22777
22778 \lang english
22779 this leads to captions that are too thin.
22780  You can increase the width by specifying a factor that will be multiplied
22781  with the image/table width to get the caption width.
22782  The caption width will automatically be recalculated in case it would protrude
22783  over the page or column margin due to the specified width.
22784  The 
22785 \emph on
22786 factor
22787 \emph default
22788  can either be given as optional argument for 
22789 \series bold
22790
22791 \backslash
22792 FigBesBeg
22793 \series default
22794 :
22795 \end_layout
22796
22797 \begin_layout Standard
22798
22799 \series bold
22800 \lang english
22801
22802 \backslash
22803 FigBesBeg[factor]
22804 \end_layout
22805
22806 \begin_layout Standard
22807
22808 \lang english
22809 or in the definition of 
22810 \series bold
22811
22812 \backslash
22813 FigBesBeg
22814 \series default
22815  by replacing the 
22816 \series bold
22817 1.0
22818 \series default
22819  with another value.
22820  If you do the latter, your factor will be the default if 
22821 \series bold
22822
22823 \backslash
22824 FigBesBeg
22825 \series default
22826  is used without an argument.
22827  For Table
22828 \lang japanese
22829
22830 \begin_inset space ~
22831 \end_inset
22832
22833
22834 \begin_inset CommandInset ref
22835 LatexCommand ref
22836 reference "tab:cap-beside-tab-wider"
22837
22838 \end_inset
22839
22840  
22841 \lang english
22842 the factor 5 was used.
22843 \end_layout
22844
22845 \begin_layout Standard
22846
22847 \lang english
22848 \begin_inset Note Greyedout
22849 status open
22850
22851 \begin_layout Plain Layout
22852
22853 \series bold
22854 \lang english
22855 Note:
22856 \series default
22857  For floats with captions set beside, you cannot use the float placement
22858  option 
22859 \family sans
22860 Here
22861 \begin_inset space ~
22862 \end_inset
22863
22864 definitely
22865 \family default
22866  because it is not supported by 
22867 \series bold
22868 sidecap
22869 \series default
22870 .
22871 \end_layout
22872
22873 \end_inset
22874
22875
22876 \end_layout
22877
22878 \begin_layout Standard
22879 \begin_inset VSpace medskip
22880 \end_inset
22881
22882
22883 \series bold
22884 sidecap
22885 \series default
22886 パッケージについての詳細は、
22887 \begin_inset CommandInset citation
22888 LatexCommand cite
22889 key "sidecap"
22890
22891 \end_inset
22892
22893 の説明書をご参照ください。
22894 \end_layout
22895
22896 \begin_layout Standard
22897 \begin_inset Note Greyedout
22898 status open
22899
22900 \begin_layout Plain Layout
22901
22902 \series bold
22903 【註】
22904 \series default
22905
22906 \begin_inset CommandInset ref
22907 LatexCommand ref
22908 reference "sub:参照位置"
22909
22910 \end_inset
22911
22912 節に説明があるLaTeXパッケージ
22913 \series bold
22914 hypcap
22915 \series default
22916
22917 \begin_inset Index idx
22918 status collapsed
22919
22920 \begin_layout Plain Layout
22921 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
22922 \end_layout
22923
22924 \end_inset
22925
22926 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
22927 \end_layout
22928
22929 \end_inset
22930
22931
22932 \end_layout
22933
22934 \begin_layout Standard
22935 \begin_inset ERT
22936 status collapsed
22937
22938 \begin_layout Plain Layout
22939
22940
22941 \backslash
22942 FigBesBeg 
22943 \end_layout
22944
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \begin_layout Standard
22951 \begin_inset Float figure
22952 wide false
22953 sideways false
22954 status open
22955
22956 \begin_layout Plain Layout
22957 \begin_inset Graphics
22958         filename ../clipart/escher-lsd.eps
22959         scale 75
22960         scaleBeforeRotation
22961
22962 \end_inset
22963
22964
22965 \end_layout
22966
22967 \begin_layout Plain Layout
22968 \begin_inset Caption
22969
22970 \begin_layout Plain Layout
22971 \begin_inset CommandInset label
22972 LatexCommand label
22973 name "fig:図横キャプション"
22974
22975 \end_inset
22976
22977 これは図の横にあるキャプションです。
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \begin_layout Standard
22991 \begin_inset ERT
22992 status collapsed
22993
22994 \begin_layout Plain Layout
22995
22996
22997 \backslash
22998 FigBesEnd
22999 \end_layout
23000
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \begin_layout Standard
23007 \begin_inset ERT
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011
23012
23013 \backslash
23014 TabBesBeg 
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Standard
23023 \begin_inset Float table
23024 wide false
23025 sideways false
23026 status open
23027
23028 \begin_layout Plain Layout
23029 \begin_inset Caption
23030
23031 \begin_layout Plain Layout
23032 \begin_inset CommandInset label
23033 LatexCommand label
23034 name "tab:表横キャプション"
23035
23036 \end_inset
23037
23038 これは表の横にあるキャプションです。
23039 \end_layout
23040
23041 \end_inset
23042
23043
23044 \end_layout
23045
23046 \begin_layout Plain Layout
23047 \begin_inset Tabular
23048 <lyxtabular version="3" rows="4" columns="5">
23049 <features tabularvalignment="middle">
23050 <column alignment="center" valignment="top" width="0">
23051 <column alignment="center" valignment="top" width="0">
23052 <column alignment="center" valignment="top" width="0">
23053 <column alignment="center" valignment="top" width="0">
23054 <column alignment="center" valignment="top" width="0">
23055 <row>
23056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 </row>
23102 <row>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107
23108 \end_layout
23109
23110 \end_inset
23111 </cell>
23112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23113 \begin_inset Text
23114
23115 \begin_layout Plain Layout
23116
23117 \end_layout
23118
23119 \end_inset
23120 </cell>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 </row>
23149 <row>
23150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 </row>
23196 <row>
23197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 </row>
23243 </lyxtabular>
23244
23245 \end_inset
23246
23247
23248 \end_layout
23249
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \begin_layout Standard
23256 \begin_inset ERT
23257 status collapsed
23258
23259 \begin_layout Plain Layout
23260
23261
23262 \backslash
23263 TabBesEnd
23264 \end_layout
23265
23266 \end_inset
23267
23268
23269 \end_layout
23270
23271 \begin_layout Standard
23272 \begin_inset ERT
23273 status collapsed
23274
23275 \begin_layout Plain Layout
23276
23277
23278 \backslash
23279 sidecaptionvpos{figure}{c}
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \begin_inset Float figure
23286 wide false
23287 sideways false
23288 status open
23289
23290 \begin_layout Plain Layout
23291 \begin_inset Graphics
23292         filename ../clipart/escher-lsd.eps
23293         scale 75
23294         scaleBeforeRotation
23295
23296 \end_inset
23297
23298
23299 \end_layout
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Caption
23303
23304 \begin_layout Plain Layout
23305 \begin_inset CommandInset label
23306 LatexCommand label
23307 name "fig:図横キャプション-2"
23308
23309 \end_inset
23310
23311 これは図の横にある縦方向中央揃えのキャプションです。
23312 \end_layout
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \end_inset
23320
23321
23322 \end_layout
23323
23324 \begin_layout Standard
23325 \begin_inset ERT
23326 status collapsed
23327
23328 \begin_layout Plain Layout
23329
23330
23331 \backslash
23332 FigBesEnd
23333 \end_layout
23334
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \begin_layout Standard
23341 \begin_inset ERT
23342 status collapsed
23343
23344 \begin_layout Plain Layout
23345
23346
23347 \backslash
23348 TabBesBeg[5]
23349 \end_layout
23350
23351 \end_inset
23352
23353
23354 \end_layout
23355
23356 \begin_layout Standard
23357 \begin_inset Float table
23358 wide false
23359 sideways false
23360 status open
23361
23362 \begin_layout Plain Layout
23363 \begin_inset Caption
23364
23365 \begin_layout Plain Layout
23366
23367 \lang english
23368 \begin_inset CommandInset label
23369 LatexCommand label
23370 name "tab:cap-beside-tab-wider"
23371
23372 \end_inset
23373
23374 This is a caption is wider than the one in Table
23375 \lang japanese
23376
23377 \begin_inset space ~
23378 \end_inset
23379
23380
23381 \begin_inset CommandInset ref
23382 LatexCommand ref
23383 reference "tab:表横キャプション"
23384
23385 \end_inset
23386
23387 .
23388 \end_layout
23389
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \begin_layout Plain Layout
23396 \begin_inset Tabular
23397 <lyxtabular version="3" rows="4" columns="5">
23398 <features tabularvalignment="middle">
23399 <column alignment="center" valignment="top" width="0">
23400 <column alignment="center" valignment="top" width="0">
23401 <column alignment="center" valignment="top" width="0">
23402 <column alignment="center" valignment="top" width="0">
23403 <column alignment="center" valignment="top" width="0">
23404 <row>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 a
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 b
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436
23437 \end_layout
23438
23439 \end_inset
23440 </cell>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445 c
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 </row>
23451 <row>
23452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465 d
23466 \end_layout
23467
23468 \end_inset
23469 </cell>
23470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483 e
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 </row>
23498 <row>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 f
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 g
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 h
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 </row>
23545 <row>
23546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 i
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 j
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 </row>
23592 </lyxtabular>
23593
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \begin_layout Standard
23605 \begin_inset ERT
23606 status collapsed
23607
23608 \begin_layout Plain Layout
23609
23610
23611 \backslash
23612 TabBesEnd
23613 \end_layout
23614
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \begin_layout Standard
23621 \begin_inset ERT
23622 status collapsed
23623
23624 \begin_layout Plain Layout
23625
23626
23627 \backslash
23628 else
23629 \end_layout
23630
23631 \end_inset
23632
23633
23634 \begin_inset Note Note
23635 status open
23636
23637 \begin_layout Plain Layout
23638 以下の部分は、LaTeXパッケージ
23639 \series bold
23640 sidecap
23641 \series default
23642 が導入されていないときのみ表示されます。
23643 \end_layout
23644
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \begin_layout Standard
23651 本節の残りの部分を出力で表示するには、LaTeXパッケージ
23652 \series bold
23653 sidecap
23654 \series default
23655 を導入する必要があります。
23656 \end_layout
23657
23658 \begin_layout Standard
23659 \begin_inset ERT
23660 status collapsed
23661
23662 \begin_layout Plain Layout
23663
23664
23665 \backslash
23666 fi
23667 \end_layout
23668
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \begin_layout Section
23675 フロート一覧
23676 \begin_inset Index idx
23677 status collapsed
23678
23679 \begin_layout Plain Layout
23680 ふろーと@フロート ! ふろーといちらん@フロート一覧
23681 \end_layout
23682
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \begin_layout Standard
23689 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
23690 \family sans
23691 挿入\SpecialChar \menuseparator
23692 一覧/目次
23693 \family default
23694 メニューで挿入することができます。
23695 \end_layout
23696
23697 \begin_layout Standard
23698 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
23699 \end_layout
23700
23701 \begin_layout Standard
23702 本文書の終わりに、図一覧と表一覧があります。
23703 \end_layout
23704
23705 \begin_layout Chapter
23706 注釈
23707 \end_layout
23708
23709 \begin_layout Section
23710 LyX注釈
23711 \begin_inset Index idx
23712 status collapsed
23713
23714 \begin_layout Plain Layout
23715 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
23716 \end_layout
23717
23718 \end_inset
23719
23720
23721 \end_layout
23722
23723 \begin_layout Standard
23724 注釈は、ツールバーボタン
23725 \family sans
23726
23727 \begin_inset Info
23728 type  "icon"
23729 arg   "note-insert"
23730 \end_inset
23731
23732
23733 \family default
23734 か、
23735 \family sans
23736 挿入\SpecialChar \menuseparator
23737 注釈
23738 \family default
23739 メニューで挿入することができます。注釈には、以下の三つの型があります。
23740 \end_layout
23741
23742 \begin_layout Description
23743 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
23744 \begin_inset Newline newline
23745 \end_inset
23746
23747
23748 \begin_inset Newline newline
23749 \end_inset
23750
23751
23752 \begin_inset Graphics
23753         filename ../clipart/LyXNoteImageQt4.png
23754         display false
23755         scale 85
23756         scaleBeforeRotation
23757
23758 \end_inset
23759
23760
23761 \begin_inset Note Note
23762 status open
23763
23764 \begin_layout Plain Layout
23765 これは、出力には現れない注釈ボックスに書かれた文章です。
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \begin_layout Description
23774 コメント この注釈も出力には現れませんが、
23775 \family sans
23776 ファイル\SpecialChar \menuseparator
23777 書き出し\SpecialChar \menuseparator
23778 LaTeX (pdflatex) / (平文)
23779 \family default
23780  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
23781 \begin_inset Newline newline
23782 \end_inset
23783
23784
23785 \begin_inset Newline newline
23786 \end_inset
23787
23788
23789 \begin_inset Graphics
23790         filename ../clipart/CommentNoteImageQt4.png
23791         display false
23792         scale 85
23793         scaleBeforeRotation
23794
23795 \end_inset
23796
23797  
23798 \begin_inset Note Comment
23799 status open
23800
23801 \begin_layout Plain Layout
23802 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
23803 \end_layout
23804
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \begin_layout Description
23811 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
23812 \begin_inset Newline newline
23813 \end_inset
23814
23815
23816 \begin_inset Newline newline
23817 \end_inset
23818
23819
23820 \begin_inset Graphics
23821         filename ../clipart/GreyedOutNoteImageQt4.png
23822         display false
23823         scale 85
23824         scaleBeforeRotation
23825
23826 \end_inset
23827
23828
23829 \begin_inset Newline newline
23830 \end_inset
23831
23832
23833 \begin_inset ERT
23834 status collapsed
23835
23836 \begin_layout Plain Layout
23837
23838
23839 \backslash
23840 renewenvironment{lyxgreyedout}
23841 \end_layout
23842
23843 \begin_layout Plain Layout
23844
23845 {
23846 \backslash
23847 textcolor[gray]{0.8}
23848 \backslash
23849 bgroup}{
23850 \backslash
23851 egroup}
23852 \end_layout
23853
23854 \end_inset
23855
23856
23857 \begin_inset Note Greyedout
23858 status open
23859
23860 \begin_layout Plain Layout
23861 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
23862 \begin_inset Foot
23863 status collapsed
23864
23865 \begin_layout Plain Layout
23866 これは、淡色表示注釈内に脚注を用いた例です。
23867 \end_layout
23868
23869 \end_inset
23870
23871 です。
23872 \end_layout
23873
23874 \end_inset
23875
23876
23877 \begin_inset ERT
23878 status collapsed
23879
23880 \begin_layout Plain Layout
23881
23882
23883 \backslash
23884 renewenvironment{lyxgreyedout}
23885 \end_layout
23886
23887 \begin_layout Plain Layout
23888
23889 {
23890 \backslash
23891 textcolor{blue}
23892 \backslash
23893 bgroup}{
23894 \backslash
23895 egroup}
23896 \end_layout
23897
23898 \end_inset
23899
23900
23901 \begin_inset Note Note
23902 status open
23903
23904 \begin_layout Plain Layout
23905 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
23906 ように再定義されています。
23907 \end_layout
23908
23909 \end_inset
23910
23911
23912 \begin_inset Newline newline
23913 \end_inset
23914
23915
23916 \begin_inset Newline newline
23917 \end_inset
23918
23919 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
23920 \end_layout
23921
23922 \begin_layout Standard
23923 \begin_inset VSpace bigskip
23924 \end_inset
23925
23926 注釈を挿入するのにツールバーボタン
23927 \family sans
23928
23929 \begin_inset Info
23930 type  "icon"
23931 arg   "note-insert"
23932 \end_inset
23933
23934
23935 \family default
23936 を使用すると、
23937 \family sans
23938 LyX注釈
23939 \family default
23940 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
23941 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
23942 さい。
23943 \end_layout
23944
23945 \begin_layout Standard
23946 \begin_inset VSpace bigskip
23947 \end_inset
23948
23949
23950 \lang english
23951 You can change the text color of the greyed out notes in the menu 
23952 \family sans
23953 Document\SpecialChar \menuseparator
23954 Settings\SpecialChar \menuseparator
23955 Colors
23956 \family default
23957 .
23958 \end_layout
23959
23960 \begin_layout Section
23961 脚注
23962 \begin_inset CommandInset label
23963 LatexCommand label
23964 name "sec:脚注"
23965
23966 \end_inset
23967
23968
23969 \begin_inset Index idx
23970 status collapsed
23971
23972 \begin_layout Plain Layout
23973 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
23974 \end_layout
23975
23976 \end_inset
23977
23978
23979 \begin_inset Index idx
23980 status collapsed
23981
23982 \begin_layout Plain Layout
23983 きゃくちゅう@脚注
23984 \end_layout
23985
23986 \end_inset
23987
23988
23989 \end_layout
23990
23991 \begin_layout Standard
23992 脚注は、ツールバーボタン
23993 \family sans
23994
23995 \begin_inset Info
23996 type  "icon"
23997 arg   "footnote-insert"
23998 \end_inset
23999
24000
24001 \family default
24002 か、
24003 \family sans
24004 挿入\SpecialChar \menuseparator
24005 脚注
24006 \family default
24007 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
24008 \begin_inset Graphics
24009         filename clipart/footnoteQt4.png
24010         scale 80
24011         scaleBeforeRotation
24012
24013 \end_inset
24014
24015 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
24016 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
24017 \end_layout
24018
24019 \begin_layout Standard
24020 これが脚注の例です
24021 \begin_inset Foot
24022 status collapsed
24023
24024 \begin_layout Plain Layout
24025 \begin_inset CommandInset label
24026 LatexCommand label
24027 name "fn:これは脚注の一例"
24028
24029 \end_inset
24030
24031 これは脚注の一例です。
24032 \end_layout
24033
24034 \end_inset
24035
24036
24037 \begin_inset ERT
24038 status collapsed
24039
24040 \begin_layout Plain Layout
24041
24042
24043 \backslash
24044 newcounter{MyRepeatFoot}
24045 \end_layout
24046
24047 \begin_layout Plain Layout
24048
24049
24050 \backslash
24051 setcounter{MyRepeatFoot}{
24052 \backslash
24053 thefootnote}
24054 \end_layout
24055
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \begin_layout Standard
24062 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
24063 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
24064 \end_layout
24065
24066 \begin_layout Standard
24067 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
24068 \begin_inset CommandInset ref
24069 LatexCommand ref
24070 reference "sec:フロートの参照"
24071
24072 \end_inset
24073
24074 節に説明されているようにして、本文中でこのラベルを相互参照してください。
24075 \begin_inset Newline newline
24076 \end_inset
24077
24078 これは脚注
24079 \begin_inset CommandInset ref
24080 LatexCommand ref
24081 reference "fn:これは脚注の一例"
24082
24083 \end_inset
24084
24085 の相互参照です。
24086 \end_layout
24087
24088 \begin_layout Standard
24089 \begin_inset VSpace defskip
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \begin_layout Standard
24096 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
24097 \series bold
24098
24099 \backslash
24100 footnotemark{}
24101 \series default
24102 コマンドを入れてください。脚注の本文は、表の後でTeXコード
24103 \series bold
24104
24105 \backslash
24106 footnotetext
24107 \series default
24108 コマンドの引数として入力します。
24109 \begin_inset Newline newline
24110 \end_inset
24111
24112 以下の表ではコマンド
24113 \begin_inset Newline newline
24114 \end_inset
24115
24116
24117 \series bold
24118
24119 \backslash
24120 footnotetext{
24121 \series default
24122 出力される脚注の表
24123 \series bold
24124 }
24125 \series default
24126
24127 \begin_inset Newline newline
24128 \end_inset
24129
24130 を用いています。
24131 \end_layout
24132
24133 \begin_layout Standard
24134 \begin_inset Tabular
24135 <lyxtabular version="3" rows="2" columns="1">
24136 <features tabularvalignment="middle">
24137 <column alignment="center" valignment="top" width="0">
24138 <row>
24139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143 これは例文です。
24144 \begin_inset Foot
24145 status open
24146
24147 \begin_layout Plain Layout
24148 この脚注は出力されません!
24149 \end_layout
24150
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 </row>
24159 <row>
24160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164 これは例文です。
24165 \begin_inset ERT
24166 status collapsed
24167
24168 \begin_layout Plain Layout
24169
24170
24171 \backslash
24172 footnotemark{}
24173 \end_layout
24174
24175 \end_inset
24176
24177
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 </row>
24183 </lyxtabular>
24184
24185 \end_inset
24186
24187
24188 \begin_inset ERT
24189 status collapsed
24190
24191 \begin_layout Plain Layout
24192
24193
24194 \backslash
24195 footnotetext{
24196 \end_layout
24197
24198 \end_inset
24199
24200 出力される脚注の表
24201 \begin_inset ERT
24202 status collapsed
24203
24204 \begin_layout Plain Layout
24205
24206 }
24207 \end_layout
24208
24209 \end_inset
24210
24211
24212 \end_layout
24213
24214 \begin_layout Standard
24215 長尺表中の脚注は、第
24216 \begin_inset CommandInset ref
24217 LatexCommand ref
24218 reference "sub:長尺表での脚注"
24219
24220 \end_inset
24221
24222 節で述べられています。
24223 \end_layout
24224
24225 \begin_layout Standard
24226 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
24227 \begin_inset CommandInset ref
24228 LatexCommand ref
24229 reference "sec:ミニページ"
24230
24231 \end_inset
24232
24233 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
24234 \series bold
24235
24236 \backslash
24237 footnotemark{}
24238 \series default
24239
24240 \series bold
24241
24242 \backslash
24243 footntoetext
24244 \series default
24245 による方法を用いてください。
24246 \end_layout
24247
24248 \begin_layout Standard
24249 \begin_inset Box Frameless
24250 position "t"
24251 hor_pos "c"
24252 has_inner_box 1
24253 inner_pos "t"
24254 use_parbox 0
24255 use_makebox 0
24256 width "100col%"
24257 special "none"
24258 height "1in"
24259 height_special "totalheight"
24260 status open
24261
24262 \begin_layout Plain Layout
24263 これはミニページ中の例文です。
24264 \begin_inset Foot
24265 status open
24266
24267 \begin_layout Plain Layout
24268 ミニページ中の脚注です。
24269 \end_layout
24270
24271 \end_inset
24272
24273
24274 \end_layout
24275
24276 \begin_layout Plain Layout
24277 これはミニページ中の例文です。
24278 \begin_inset ERT
24279 status collapsed
24280
24281 \begin_layout Plain Layout
24282
24283
24284 \backslash
24285 footnotemark{}
24286 \end_layout
24287
24288 \end_inset
24289
24290
24291 \end_layout
24292
24293 \end_inset
24294
24295
24296 \end_layout
24297
24298 \begin_layout Standard
24299 \begin_inset ERT
24300 status collapsed
24301
24302 \begin_layout Plain Layout
24303
24304
24305 \backslash
24306 footnotetext{
24307 \end_layout
24308
24309 \end_inset
24310
24311 ミニページ外の脚注です。
24312 \begin_inset ERT
24313 status collapsed
24314
24315 \begin_layout Plain Layout
24316
24317 }
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \begin_inset VSpace defskip
24324 \end_inset
24325
24326
24327 \end_layout
24328
24329 \begin_layout Standard
24330 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
24331 \series bold
24332
24333 \backslash
24334 footnotemark[番号]
24335 \series default
24336 を使用してください。
24337 \begin_inset Newline newline
24338 \end_inset
24339
24340 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
24341 \begin_inset CommandInset ref
24342 LatexCommand ref
24343 reference "fn:これは脚注の一例"
24344
24345 \end_inset
24346
24347 の後に、TeXコードで
24348 \end_layout
24349
24350 \begin_layout Standard
24351
24352 \series bold
24353
24354 \backslash
24355 newcounter{MyRepeatFoot}
24356 \begin_inset Newline newline
24357 \end_inset
24358
24359
24360 \backslash
24361 setcounter{MyRepeatFoot}{
24362 \backslash
24363 thefootnote}
24364 \end_layout
24365
24366 \begin_layout Standard
24367 というコマンドを挿入しています。そして脚注マークは、
24368 \end_layout
24369
24370 \begin_layout Standard
24371
24372 \series bold
24373
24374 \backslash
24375 footnotemark[
24376 \backslash
24377 theMyRepeatFoot]
24378 \end_layout
24379
24380 \begin_layout Standard
24381 で作成します。
24382 \end_layout
24383
24384 \begin_layout Standard
24385 これは繰り返し脚注の例です。
24386 \begin_inset ERT
24387 status collapsed
24388
24389 \begin_layout Plain Layout
24390
24391
24392 \backslash
24393 footnotemark[
24394 \backslash
24395 theMyRepeatFoot]
24396 \end_layout
24397
24398 \end_inset
24399
24400
24401 \end_layout
24402
24403 \begin_layout Standard
24404 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
24405 \end_layout
24406
24407 \begin_layout Standard
24408
24409 \series bold
24410
24411 \backslash
24412 footnotemark[
24413 \backslash
24414 thefootnote]
24415 \end_layout
24416
24417 \begin_layout Standard
24418 を使用してください。
24419 \end_layout
24420
24421 \begin_layout Standard
24422 これは繰り返し脚注の例です。
24423 \begin_inset ERT
24424 status collapsed
24425
24426 \begin_layout Plain Layout
24427
24428
24429 \backslash
24430 footnotemark[
24431 \backslash
24432 thefootnote]
24433 \end_layout
24434
24435 \end_inset
24436
24437
24438 \end_layout
24439
24440 \begin_layout Subsection
24441 脚注の付番
24442 \begin_inset CommandInset label
24443 LatexCommand label
24444 name "sub:脚注の付番"
24445
24446 \end_inset
24447
24448
24449 \begin_inset Index idx
24450 status collapsed
24451
24452 \begin_layout Plain Layout
24453 きゃくちゅう@脚注 ! ふばん@付番
24454 \end_layout
24455
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \begin_layout Standard
24462 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
24463 \end_layout
24464
24465 \begin_layout Standard
24466
24467 \series bold
24468
24469 \backslash
24470 @addtoreset{footnote}{section}
24471 \end_layout
24472
24473 \begin_layout Standard
24474 というコマンドを加えてください。
24475 \end_layout
24476
24477 \begin_layout Standard
24478 \begin_inset VSpace bigskip
24479 \end_inset
24480
24481 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
24482 \end_layout
24483
24484 \begin_layout Standard
24485
24486 \series bold
24487
24488 \backslash
24489 renewcommand{
24490 \backslash
24491 thefootnote}{
24492 \backslash
24493 roman{footnote}}
24494 \end_layout
24495
24496 \begin_layout Standard
24497 \begin_inset ERT
24498 status collapsed
24499
24500 \begin_layout Plain Layout
24501
24502
24503 \backslash
24504 renewcommand{
24505 \backslash
24506 thefootnote}{
24507 \backslash
24508 roman{footnote}}
24509 \end_layout
24510
24511 \end_inset
24512
24513 これは、ローマ数字を使った脚注です
24514 \begin_inset Foot
24515 status collapsed
24516
24517 \begin_layout Plain Layout
24518 これは、ローマ数字を使った脚注の例です。
24519 \end_layout
24520
24521 \end_inset
24522
24523
24524 \end_layout
24525
24526 \begin_layout Standard
24527 付番様式を大文字ローマ数字に変更するには、上記コマンドの
24528 \series bold
24529
24530 \backslash
24531 roman
24532 \series default
24533
24534 \series bold
24535
24536 \backslash
24537 Roman
24538 \series default
24539 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
24540 \series bold
24541
24542 \backslash
24543 Alph
24544 \series default
24545 または
24546 \series bold
24547
24548 \backslash
24549 alph
24550 \series default
24551 を使用してください。記号を使って付「番」するには、
24552 \series bold
24553
24554 \backslash
24555 fnsymbol
24556 \series default
24557 を使ってください。
24558 \end_layout
24559
24560 \begin_layout Standard
24561 \begin_inset Note Greyedout
24562 status open
24563
24564 \begin_layout Plain Layout
24565
24566 \series bold
24567 【註】
24568 \series default
24569 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
24570 \end_layout
24571
24572 \end_inset
24573
24574
24575 \begin_inset Newline newline
24576 \end_inset
24577
24578
24579 \begin_inset Note Greyedout
24580 status open
24581
24582 \begin_layout Plain Layout
24583
24584 \series bold
24585 【註】
24586 \series default
24587 記号を使うと9個の脚注しか番号を振ることができません。
24588 \end_layout
24589
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \begin_layout Standard
24596 付番様式を変更した後、既定様式に戻すには、上記コマンドの
24597 \series bold
24598
24599 \backslash
24600 roman
24601 \series default
24602
24603 \series bold
24604
24605 \backslash
24606 arabic
24607 \series default
24608 に置き換えて使用してください。
24609 \begin_inset ERT
24610 status collapsed
24611
24612 \begin_layout Plain Layout
24613
24614
24615 \backslash
24616 renewcommand{
24617 \backslash
24618 thefootnote}{
24619 \backslash
24620 arabic{footnote}}
24621 \end_layout
24622
24623 \end_inset
24624
24625
24626 \end_layout
24627
24628 \begin_layout Standard
24629 \begin_inset VSpace bigskip
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \begin_layout Standard
24636 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
24637 \end_layout
24638
24639 \begin_layout Standard
24640
24641 \series bold
24642
24643 \backslash
24644 numberwithin{footnote}{chapter}
24645 \end_layout
24646
24647 \begin_layout Standard
24648 というコマンドを加えてください。
24649 \series bold
24650
24651 \backslash
24652 numberwithin
24653 \series default
24654 コマンドを使用できるようにするためには、文書設定の
24655 \family sans
24656 数式オプション
24657 \family default
24658 タブで
24659 \family sans
24660 AMS
24661 \begin_inset space ~
24662 \end_inset
24663
24664 mathパッケージを使う
24665 \family default
24666 オプションを有効にしてください。
24667 \end_layout
24668
24669 \begin_layout Standard
24670 \begin_inset ERT
24671 status collapsed
24672
24673 \begin_layout Plain Layout
24674
24675
24676 \backslash
24677 numberwithin{footnote}{chapter}
24678 \end_layout
24679
24680 \end_inset
24681
24682 これは、脚注のもう一つの例です
24683 \series bold
24684
24685 \begin_inset Foot
24686 status open
24687
24688 \begin_layout Plain Layout
24689
24690 \series bold
24691 これは、
24692 \series default
24693 「章番号.脚注番号」スキームで番号を振られた脚注です。
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \series default
24700
24701 \begin_inset ERT
24702 status collapsed
24703
24704 \begin_layout Plain Layout
24705
24706
24707 \backslash
24708 renewcommand{
24709 \backslash
24710 thefootnote}{
24711 \backslash
24712 arabic{footnote}}
24713 \end_layout
24714
24715 \end_inset
24716
24717
24718 \end_layout
24719
24720 \begin_layout Standard
24721 \begin_inset Note Greyedout
24722 status open
24723
24724 \begin_layout Plain Layout
24725
24726 \series bold
24727 【註】
24728 \backslash
24729 numberwithin
24730 \series default
24731 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
24732 \end_layout
24733
24734 \end_inset
24735
24736
24737 \end_layout
24738
24739 \begin_layout Standard
24740 また、例えば「章番号.
24741 \backslash
24742 Roman{footnote}」スキームを得るには、
24743 \series bold
24744
24745 \backslash
24746 numberwithin
24747 \series default
24748 の代わりに以下のコマンドを使用してください。
24749 \end_layout
24750
24751 \begin_layout Standard
24752
24753 \series bold
24754
24755 \backslash
24756 renewcommand{
24757 \backslash
24758 thefootnote}{
24759 \backslash
24760 thechapter.
24761 \backslash
24762 Roman{footnote}}
24763 \end_layout
24764
24765 \begin_layout Subsection
24766 脚注の配置
24767 \begin_inset Index idx
24768 status collapsed
24769
24770 \begin_layout Plain Layout
24771 きゃくちゅう@脚注 ! はいち@配置
24772 \end_layout
24773
24774 \end_inset
24775
24776
24777 \end_layout
24778
24779 \begin_layout Standard
24780 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
24781 ブルに足して、1.5
24782 \begin_inset space \thinspace{}
24783 \end_inset
24784
24785 mmの余白を追加することもできます。
24786 \end_layout
24787
24788 \begin_layout Standard
24789
24790 \series bold
24791
24792 \backslash
24793 let
24794 \backslash
24795 myFoot
24796 \backslash
24797 footnote
24798 \begin_inset Newline newline
24799 \end_inset
24800
24801
24802 \backslash
24803 renewcommand{
24804 \backslash
24805 footnote}[1]{
24806 \backslash
24807 myFoot{#1
24808 \backslash
24809 vspace{1.5mm}}}
24810 \end_layout
24811
24812 \begin_layout Standard
24813 \begin_inset VSpace bigskip
24814 \end_inset
24815
24816 二段組文書では、脚注は各段底部に表示されます(図
24817 \begin_inset CommandInset ref
24818 LatexCommand ref
24819 reference "fig:標準的脚注配置"
24820
24821 \end_inset
24822
24823 )。図
24824 \begin_inset CommandInset ref
24825 LatexCommand ref
24826 reference "fig:ftnright脚注配置"
24827
24828 \end_inset
24829
24830 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
24831 \end_layout
24832
24833 \begin_layout Standard
24834
24835 \series bold
24836
24837 \backslash
24838 usepackage{ftnright}
24839 \end_layout
24840
24841 \begin_layout Standard
24842 というコマンドを書いて、LaTeXパッケージ
24843 \series bold
24844 ftnright
24845 \series default
24846
24847 \begin_inset Index idx
24848 status collapsed
24849
24850 \begin_layout Plain Layout
24851 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
24852 \end_layout
24853
24854 \end_inset
24855
24856 を読み込みます。
24857 \begin_inset Float figure
24858 placement !h
24859 wide false
24860 sideways false
24861 status open
24862
24863 \begin_layout Plain Layout
24864 \begin_inset ERT
24865 status collapsed
24866
24867 \begin_layout Plain Layout
24868
24869
24870 \backslash
24871 framebox{
24872 \end_layout
24873
24874 \end_inset
24875
24876
24877 \begin_inset Graphics
24878         filename ../clipart/without_fntright.pdf
24879         width 100col%
24880         scaleBeforeRotation
24881
24882 \end_inset
24883
24884
24885 \begin_inset ERT
24886 status collapsed
24887
24888 \begin_layout Plain Layout
24889
24890 }
24891 \end_layout
24892
24893 \end_inset
24894
24895
24896 \end_layout
24897
24898 \begin_layout Plain Layout
24899 \begin_inset Caption
24900
24901 \begin_layout Plain Layout
24902 \begin_inset CommandInset label
24903 LatexCommand label
24904 name "fig:標準的脚注配置"
24905
24906 \end_inset
24907
24908 二段組文書の標準的な脚注配置
24909 \end_layout
24910
24911 \end_inset
24912
24913
24914 \end_layout
24915
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \begin_layout Standard
24922 \begin_inset Float figure
24923 placement !h
24924 wide false
24925 sideways false
24926 status open
24927
24928 \begin_layout Plain Layout
24929 \begin_inset ERT
24930 status collapsed
24931
24932 \begin_layout Plain Layout
24933
24934
24935 \backslash
24936 framebox{
24937 \end_layout
24938
24939 \end_inset
24940
24941
24942 \begin_inset Graphics
24943         filename ../clipart/with_fntright.pdf
24944         width 100col%
24945         scaleBeforeRotation
24946
24947 \end_inset
24948
24949
24950 \begin_inset ERT
24951 status collapsed
24952
24953 \begin_layout Plain Layout
24954
24955 }
24956 \end_layout
24957
24958 \end_inset
24959
24960
24961 \end_layout
24962
24963 \begin_layout Plain Layout
24964 \begin_inset Caption
24965
24966 \begin_layout Plain Layout
24967 \begin_inset CommandInset label
24968 LatexCommand label
24969 name "fig:ftnright脚注配置"
24970
24971 \end_inset
24972
24973 LaTeXパッケージ
24974 \series bold
24975 ftnright
24976 \series default
24977 を使用したときの二段組文書の脚注配置
24978 \end_layout
24979
24980 \end_inset
24981
24982
24983 \end_layout
24984
24985 \end_inset
24986
24987
24988 \end_layout
24989
24990 \begin_layout Standard
24991 \begin_inset VSpace bigskip
24992 \end_inset
24993
24994 科学的文献に於いては、図
24995 \begin_inset CommandInset ref
24996 LatexCommand ref
24997 reference "fig:後注"
24998
24999 \end_inset
25000
25001 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
25002 \begin_inset Index idx
25003 status collapsed
25004
25005 \begin_layout Plain Layout
25006 こちゅう@後注
25007 \end_layout
25008
25009 \end_inset
25010
25011 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
25012 \family sans
25013 文書\SpecialChar \menuseparator
25014 設定\SpecialChar \menuseparator
25015 モジュール
25016 \family default
25017 メニューで
25018 \family sans
25019 脚注から後注へ
25020 \family default
25021 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
25022 \end_layout
25023
25024 \begin_layout Standard
25025
25026 \series bold
25027
25028 \backslash
25029 theendnotes
25030 \end_layout
25031
25032 \begin_layout Standard
25033 というコマンドを挿入してください。
25034 \end_layout
25035
25036 \begin_layout Standard
25037 \begin_inset Float figure
25038 wide false
25039 sideways false
25040 status open
25041
25042 \begin_layout Plain Layout
25043 \align center
25044 \begin_inset ERT
25045 status collapsed
25046
25047 \begin_layout Plain Layout
25048
25049
25050 \backslash
25051 framebox{
25052 \end_layout
25053
25054 \end_inset
25055
25056
25057 \begin_inset Graphics
25058         filename ../clipart/endnotes.pdf
25059         scaleBeforeRotation
25060
25061 \end_inset
25062
25063
25064 \begin_inset ERT
25065 status collapsed
25066
25067 \begin_layout Plain Layout
25068
25069 }
25070 \end_layout
25071
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \begin_layout Plain Layout
25078 \begin_inset Caption
25079
25080 \begin_layout Plain Layout
25081 \begin_inset CommandInset label
25082 LatexCommand label
25083 name "fig:後注"
25084
25085 \end_inset
25086
25087 後注 – 注を節ないし章末に別段落として印字します。
25088 \end_layout
25089
25090 \end_inset
25091
25092
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \end_layout
25099
25100 \begin_layout Standard
25101 \begin_inset VSpace medskip
25102 \end_inset
25103
25104 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
25105 \end_layout
25106
25107 \begin_layout Standard
25108
25109 \series bold
25110
25111 \backslash
25112 renewcommand{
25113 \backslash
25114 notesname}{Anmerkungen}
25115 \end_layout
25116
25117 \begin_layout Standard
25118 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
25119 \end_layout
25120
25121 \begin_layout Standard
25122 \begin_inset VSpace medskip
25123 \end_inset
25124
25125
25126 \begin_inset CommandInset ref
25127 LatexCommand ref
25128 reference "sub:脚注の付番"
25129
25130 \end_inset
25131
25132 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
25133 \series bold
25134
25135 \backslash
25136 thefootnote
25137 \series default
25138 コマンドの代わりに
25139 \series bold
25140
25141 \backslash
25142 theendnote
25143 \series default
25144 を用いてください。後注番号をリセットするには、第
25145 \begin_inset CommandInset ref
25146 LatexCommand ref
25147 reference "sub:脚注の付番"
25148
25149 \end_inset
25150
25151 節で述べたコマンド
25152 \series bold
25153
25154 \backslash
25155 @addtoreset
25156 \series default
25157 の、パラメータ
25158 \series bold
25159 footnote
25160 \series default
25161
25162 \series bold
25163 endnote
25164 \series default
25165 に変えて、使用してください。
25166 \end_layout
25167
25168 \begin_layout Standard
25169 後注の印だけを作成するには、第
25170 \begin_inset CommandInset ref
25171 LatexCommand ref
25172 reference "sec:脚注"
25173
25174 \end_inset
25175
25176 節で説明した
25177 \series bold
25178
25179 \backslash
25180 footnotemark
25181 \series default
25182 コマンドの代わりに、
25183 \series bold
25184
25185 \backslash
25186 endnotemark[番号]
25187 \series default
25188 コマンドを使用してください。
25189 \end_layout
25190
25191 \begin_layout Standard
25192 \begin_inset VSpace bigskip
25193 \end_inset
25194
25195 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
25196 \series bold
25197 footmisc
25198 \series default
25199
25200 \begin_inset Index idx
25201 status collapsed
25202
25203 \begin_layout Plain Layout
25204 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
25205 \end_layout
25206
25207 \end_inset
25208
25209
25210 \begin_inset CommandInset citation
25211 LatexCommand cite
25212 key "footmisc"
25213
25214 \end_inset
25215
25216 を参照してください。
25217 \end_layout
25218
25219 \begin_layout Standard
25220 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
25221 \begin_inset CommandInset citation
25222 LatexCommand cite
25223 key "latexcompanion,latexguide,latexbook"
25224
25225 \end_inset
25226
25227 に載っています。 
25228 \lang english
25229 If you are using a
25230 \lang japanese
25231  
25232 \series bold
25233 KOMA-Script
25234 \series default
25235
25236 \begin_inset Index idx
25237 status collapsed
25238
25239 \begin_layout Plain Layout
25240 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
25241 \end_layout
25242
25243 \end_inset
25244
25245  
25246 \lang english
25247 document class, you can adjust all footnote settings using class-specific
25248  commands, see
25249 \lang japanese
25250  
25251 \begin_inset CommandInset citation
25252 LatexCommand cite
25253 key "KOMA-Script"
25254
25255 \end_inset
25256
25257 .
25258 \end_layout
25259
25260 \begin_layout Section
25261 傍注
25262 \begin_inset Index idx
25263 status collapsed
25264
25265 \begin_layout Plain Layout
25266 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
25267 \end_layout
25268
25269 \end_inset
25270
25271
25272 \end_layout
25273
25274 \begin_layout Standard
25275 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
25276 \family sans
25277 挿入\SpecialChar \menuseparator
25278 傍注
25279 \family default
25280 メニューかツールバーボタン
25281 \family sans
25282
25283 \begin_inset Info
25284 type  "icon"
25285 arg   "marginalnote-insert"
25286 \end_inset
25287
25288
25289 \family default
25290 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
25291 \end_layout
25292
25293 \begin_layout Standard
25294 横にあるのが傍注です
25295 \begin_inset Marginal
25296 status open
25297
25298 \begin_layout Plain Layout
25299 これは傍注文です。
25300 \end_layout
25301
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \begin_layout Standard
25308 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
25309 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
25310 \end_layout
25311
25312 \begin_layout Standard
25313 \begin_inset VSpace bigskip
25314 \end_inset
25315
25316 傍注を内側余白に置くには、傍注の前にTeXコードで
25317 \end_layout
25318
25319 \begin_layout Standard
25320
25321 \series bold
25322
25323 \backslash
25324 reversemarginpar
25325 \end_layout
25326
25327 \begin_layout Standard
25328 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
25329 \begin_inset ERT
25330 status collapsed
25331
25332 \begin_layout Plain Layout
25333
25334
25335 \backslash
25336 reversemarginpar 
25337 \end_layout
25338
25339 \end_inset
25340
25341
25342 \begin_inset Marginal
25343 status open
25344
25345 \begin_layout Plain Layout
25346 これは内側余白の傍注です。
25347 \end_layout
25348
25349 \end_inset
25350
25351
25352 \series bold
25353
25354 \begin_inset Newline newline
25355 \end_inset
25356
25357
25358 \series default
25359
25360 \begin_inset Note Greyedout
25361 status open
25362
25363 \begin_layout Plain Layout
25364 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
25365 \end_layout
25366
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \begin_layout Standard
25373 既定の配置に戻すには、TeXコードで
25374 \end_layout
25375
25376 \begin_layout Standard
25377
25378 \series bold
25379
25380 \backslash
25381 normalmarginpar
25382 \end_layout
25383
25384 \begin_layout Standard
25385 というコマンドを書き加えてください。
25386 \begin_inset ERT
25387 status collapsed
25388
25389 \begin_layout Plain Layout
25390
25391
25392 \backslash
25393 normalmarginpar 
25394 \end_layout
25395
25396 \end_inset
25397
25398  
25399 \begin_inset Note Greyedout
25400 status open
25401
25402 \begin_layout Plain Layout
25403
25404 \series bold
25405 【註】
25406 \backslash
25407 reversemarginpar
25408 \series default
25409 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \begin_layout Standard
25418 \begin_inset VSpace bigskip
25419 \end_inset
25420
25421
25422 \begin_inset Marginal
25423 status open
25424
25425 \begin_layout Plain Layout
25426 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
25427 \end_layout
25428
25429 \end_inset
25430
25431
25432 \begin_inset CommandInset ref
25433 LatexCommand ref
25434 reference "sub:複数行"
25435
25436 \end_inset
25437
25438 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
25439 \begin_inset space \thinspace{}
25440 \end_inset
25441
25442 pt水平空白を挿入してください 
25443 \begin_inset Marginal
25444 status open
25445
25446 \begin_layout Plain Layout
25447 \begin_inset space \hspace*{}
25448 \length 0pt
25449 \end_inset
25450
25451 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
25452 \end_layout
25453
25454 \end_inset
25455
25456
25457 \end_layout
25458
25459 \begin_layout Standard
25460 \begin_inset VSpace bigskip
25461 \end_inset
25462
25463
25464 \end_layout
25465
25466 \begin_layout Standard
25467 \begin_inset Note Greyedout
25468 status open
25469
25470 \begin_layout Plain Layout
25471
25472 \series bold
25473 【註】
25474 \series default
25475 通常、傍注は表やフロート、脚注の中では使用することができません。
25476 \end_layout
25477
25478 \end_inset
25479
25480
25481 \end_layout
25482
25483 \begin_layout Standard
25484 \begin_inset VSpace bigskip
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \begin_layout Standard
25491 \begin_inset ERT
25492 status collapsed
25493
25494 \begin_layout Plain Layout
25495
25496
25497 \backslash
25498 ifmarginnote
25499 \end_layout
25500
25501 \end_inset
25502
25503
25504 \begin_inset Note Note
25505 status open
25506
25507 \begin_layout Plain Layout
25508 以下の部分は、LaTeXパッケージ
25509 \series bold
25510 marginnote
25511 \series default
25512 が導入されているときのみ表示されます。
25513 \end_layout
25514
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \begin_layout Standard
25521 この制約は、LaTeXパッケージ
25522 \series bold
25523 marginnote
25524 \series default
25525
25526 \begin_inset Index idx
25527 status collapsed
25528
25529 \begin_layout Plain Layout
25530 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
25531 \end_layout
25532
25533 \end_inset
25534
25535 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
25536 \series bold
25537 marginnote
25538 \series default
25539 パッケージが提供するコマンドを使うようになります。
25540 \end_layout
25541
25542 \begin_layout Standard
25543
25544 \series bold
25545
25546 \backslash
25547 usepackage{marginnote}
25548 \begin_inset Newline newline
25549 \end_inset
25550
25551
25552 \backslash
25553 let
25554 \backslash
25555 marginpar
25556 \backslash
25557 marginnote
25558 \end_layout
25559
25560 \begin_layout Standard
25561
25562 \series bold
25563 marginnote
25564 \series default
25565 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
25566 \series bold
25567 marginnote
25568 \series default
25569 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
25570 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
25571 \end_layout
25572
25573 \begin_layout Standard
25574
25575 \series bold
25576 [オフセット]
25577 \end_layout
25578
25579 \begin_layout Standard
25580 という形で書くことで設定することができます。ここで「オフセット」には、表
25581 \begin_inset CommandInset ref
25582 LatexCommand ref
25583 reference "tab:単位"
25584
25585 \end_inset
25586
25587 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
25588 \series bold
25589 [-1.5cm]
25590 \series default
25591 」を使用して、1.5
25592 \begin_inset space \thinspace{}
25593 \end_inset
25594
25595 cm上にずらしてあります
25596 \begin_inset Marginal
25597 status open
25598
25599 \begin_layout Plain Layout
25600 この傍注は、本来の位置よりも1.5
25601 \begin_inset space \thinspace{}
25602 \end_inset
25603
25604 cm上にずらしてあります。
25605 \end_layout
25606
25607 \end_inset
25608
25609
25610 \begin_inset ERT
25611 status collapsed
25612
25613 \begin_layout Plain Layout
25614
25615 [-1.5cm]
25616 \end_layout
25617
25618 \end_inset
25619
25620
25621 \end_layout
25622
25623 \begin_layout Standard
25624 \begin_inset VSpace medskip
25625 \end_inset
25626
25627
25628 \series bold
25629 marginnote
25630 \series default
25631 を使うと、傍注の揃えを変更することもできます。たとえば、
25632 \end_layout
25633
25634 \begin_layout Standard
25635
25636 \series bold
25637
25638 \backslash
25639 renewcommand*{
25640 \backslash
25641 raggedleftmarginnote}{
25642 \backslash
25643 centering}
25644 \begin_inset Newline newline
25645 \end_inset
25646
25647
25648 \backslash
25649 renewcommand*{
25650 \backslash
25651 raggedrightmarginnote}{
25652 \backslash
25653 centering}
25654 \end_layout
25655
25656 \begin_layout Standard
25657 というコマンドを使うと、中央揃えになります。
25658 \series bold
25659
25660 \backslash
25661 raggedleftmarginnote
25662 \series default
25663 とは、左側に表示されている傍注のことを指します
25664 \begin_inset ERT
25665 status collapsed
25666
25667 \begin_layout Plain Layout
25668
25669
25670 \backslash
25671 renewcommand*{
25672 \backslash
25673 raggedleftmarginnote}{
25674 \backslash
25675 centering}
25676 \end_layout
25677
25678 \begin_layout Plain Layout
25679
25680
25681 \backslash
25682 renewcommand*{
25683 \backslash
25684 raggedrightmarginnote}{
25685 \backslash
25686 centering}
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \begin_inset Marginal
25693 status open
25694
25695 \begin_layout Plain Layout
25696 この傍注の文章は中央揃えになっています。
25697 \end_layout
25698
25699 \end_inset
25700
25701 。既定の設定は、
25702 \end_layout
25703
25704 \begin_layout Standard
25705
25706 \series bold
25707
25708 \backslash
25709 renewcommand*{
25710 \backslash
25711 raggedleftmarginnote}{
25712 \backslash
25713 raggedleft}
25714 \begin_inset Newline newline
25715 \end_inset
25716
25717
25718 \backslash
25719 renewcommand*{
25720 \backslash
25721 raggedrightmarginnote}{
25722 \backslash
25723 raggedright}
25724 \series default
25725
25726 \begin_inset ERT
25727 status collapsed
25728
25729 \begin_layout Plain Layout
25730
25731
25732 \backslash
25733 renewcommand*{
25734 \backslash
25735 raggedleftmarginnote}{
25736 \backslash
25737 raggedleft}
25738 \end_layout
25739
25740 \begin_layout Plain Layout
25741
25742
25743 \backslash
25744 renewcommand*{
25745 \backslash
25746 raggedrightmarginnote}{
25747 \backslash
25748 raggedright}
25749 \end_layout
25750
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \begin_layout Standard
25757 です。
25758 \end_layout
25759
25760 \begin_layout Standard
25761 \begin_inset VSpace medskip
25762 \end_inset
25763
25764
25765 \series bold
25766 marginnote
25767 \series default
25768 の他の機能については、
25769 \begin_inset CommandInset citation
25770 LatexCommand cite
25771 key "marginnote"
25772
25773 \end_inset
25774
25775 の取扱説明書をご参照ください。
25776 \end_layout
25777
25778 \begin_layout Standard
25779 \begin_inset VSpace bigskip
25780 \end_inset
25781
25782 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
25783 \family sans
25784 \series bold
25785 \bar under
25786 注意!
25787 \family default
25788 \series default
25789 \bar default
25790 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
25791 \end_layout
25792
25793 \begin_layout Standard
25794
25795 \series bold
25796
25797 \backslash
25798 let
25799 \backslash
25800 myMarginpar
25801 \backslash
25802 marginpar
25803 \begin_inset Newline newline
25804 \end_inset
25805
25806
25807 \backslash
25808 renewcommand{
25809 \backslash
25810 marginpar}[1]{
25811 \backslash
25812 myMarginpar{%
25813 \begin_inset Newline newline
25814 \end_inset
25815
25816
25817 \begin_inset Phantom HPhantom
25818 status open
25819
25820 \begin_layout Plain Layout
25821
25822 \series bold
25823 \begin_inset space ~
25824 \end_inset
25825
25826
25827 \end_layout
25828
25829 \end_inset
25830
25831
25832 \backslash
25833 hspace{0pt}
25834 \backslash
25835 textsf{
25836 \backslash
25837 textbf{
25838 \backslash
25839 underbar{注意!}}}%
25840 \begin_inset Newline newline
25841 \end_inset
25842
25843
25844 \begin_inset Phantom HPhantom
25845 status open
25846
25847 \begin_layout Plain Layout
25848
25849 \series bold
25850 \begin_inset space ~
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \backslash
25860 vspace{1.5mm}
25861 \backslash
25862
25863 \backslash
25864 #1}}
25865 \end_layout
25866
25867 \begin_layout Standard
25868 \begin_inset ERT
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872
25873
25874 \backslash
25875 let
25876 \backslash
25877 myMarginpar
25878 \backslash
25879 marginpar
25880 \end_layout
25881
25882 \begin_layout Plain Layout
25883
25884
25885 \backslash
25886 renewcommand{
25887 \backslash
25888 marginpar}[1]{
25889 \backslash
25890 myMarginpar{%
25891 \end_layout
25892
25893 \begin_layout Plain Layout
25894
25895    
25896 \backslash
25897 textsf{
25898 \backslash
25899 textbf{
25900 \backslash
25901 underbar{注意!}}}%
25902 \end_layout
25903
25904 \begin_layout Plain Layout
25905
25906    
25907 \backslash
25908 vspace{1.5mm}
25909 \backslash
25910
25911 \backslash
25912 #1}}
25913 \end_layout
25914
25915 \end_inset
25916
25917
25918 \begin_inset Marginal
25919 status open
25920
25921 \begin_layout Plain Layout
25922 これは、定義したヘッダをつけた傍注です。
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \begin_inset ERT
25929 status collapsed
25930
25931 \begin_layout Plain Layout
25932
25933 [-1.5cm]
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \begin_inset ERT
25940 status collapsed
25941
25942 \begin_layout Plain Layout
25943
25944
25945 \backslash
25946 renewcommand{
25947 \backslash
25948 marginpar}[1]{
25949 \backslash
25950 myMarginpar{#1}}
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \begin_inset Note Note
25957 status open
25958
25959 \begin_layout Plain Layout
25960 傍注書式は、この例の分だけ変更してあります。
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \begin_layout Standard
25969 \begin_inset ERT
25970 status collapsed
25971
25972 \begin_layout Plain Layout
25973
25974
25975 \backslash
25976 else
25977 \end_layout
25978
25979 \end_inset
25980
25981
25982 \begin_inset Note Note
25983 status open
25984
25985 \begin_layout Plain Layout
25986 以下の部分は、LaTeXパッケージ
25987 \series bold
25988 marginnote
25989 \series default
25990 が導入されていないときのみ表示されます。
25991 \end_layout
25992
25993 \end_inset
25994
25995
25996 \end_layout
25997
25998 \begin_layout Standard
25999 本節の以下の部分を出力に表示するには、LaTeXパッケージ
26000 \series bold
26001 marginnote
26002 \series default
26003 を導入する必要があります。
26004 \end_layout
26005
26006 \begin_layout Standard
26007 \begin_inset ERT
26008 status collapsed
26009
26010 \begin_layout Plain Layout
26011
26012
26013 \backslash
26014 fi
26015 \end_layout
26016
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \begin_layout Chapter
26023 ボックス
26024 \end_layout
26025
26026 \begin_layout Section
26027 はじめに
26028 \begin_inset Index idx
26029 status collapsed
26030
26031 \begin_layout Plain Layout
26032 ぼっくす@ボックス ! はじめに
26033 \end_layout
26034
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Standard
26041 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
26042 \begin_inset CommandInset ref
26043 LatexCommand ref
26044 reference "sec:ミニページ"
26045
26046 \end_inset
26047
26048 節参照)、文章を囲ったり(第
26049 \begin_inset CommandInset ref
26050 LatexCommand ref
26051 reference "sec:装飾"
26052
26053 \end_inset
26054
26055 節参照)、単語がハイフネートされるのを予防したり(第
26056 \begin_inset CommandInset ref
26057 LatexCommand ref
26058 reference "sec:ハイフネーションの回避"
26059
26060 \end_inset
26061
26062 節参照)、文章を揃えたり(第
26063 \begin_inset CommandInset ref
26064 LatexCommand ref
26065 reference "sub:垂直揃え"
26066
26067 \end_inset
26068
26069 節参照)、あるいは文章の背景色を設定したり(第
26070 \begin_inset CommandInset ref
26071 LatexCommand ref
26072 reference "sec:色付きボックス"
26073
26074 \end_inset
26075
26076 節参照)するのに使用します。
26077 \end_layout
26078
26079 \begin_layout Standard
26080 ボックスは、
26081 \family sans
26082 挿入\SpecialChar \menuseparator
26083 ボックス
26084 \family default
26085 メニューかツールバーボタン
26086 \family sans
26087
26088 \begin_inset Info
26089 type  "icon"
26090 arg   "box-insert Frameless"
26091 \end_inset
26092
26093
26094 \family default
26095 を使って挿入することができます。すると、
26096 \begin_inset Graphics
26097         filename ../clipart/BoxInsetDefaultQt4.png
26098         scale 85
26099         scaleBeforeRotation
26100
26101 \end_inset
26102
26103 のように
26104 \family sans
26105 ボックス(minipage環境)
26106 \family default
26107 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
26108 \family sans
26109 設定
26110 \family default
26111 メニューを選択すると現れるボックスダイアログでは、
26112 \family sans
26113 parboxコマンド
26114 \family default
26115
26116 \family sans
26117 minipage環境
26118 \family default
26119 の二つの
26120 \family sans
26121 内部ボックス
26122 \family default
26123 型を選択することができます。
26124 \family sans
26125 minipage
26126 \family default
26127 型は、新規ボックスの既定値となっており、第
26128 \begin_inset CommandInset ref
26129 LatexCommand ref
26130 reference "sec:ミニページ"
26131
26132 \end_inset
26133
26134 節で説明します。
26135 \family sans
26136 parbox
26137 \family default
26138 型については第
26139 \begin_inset CommandInset ref
26140 LatexCommand ref
26141 reference "sec:Parboxes"
26142
26143 \end_inset
26144
26145 節、
26146 \family sans
26147 makebox
26148 \family default
26149 型については第
26150 \begin_inset CommandInset ref
26151 LatexCommand ref
26152 reference "sec:ハイフネーションの回避"
26153
26154 \end_inset
26155
26156 節で述べます。
26157 \end_layout
26158
26159 \begin_layout Standard
26160 ボックスは付番されないので、フロートや脚注のように参照することはできません。
26161 \end_layout
26162
26163 \begin_layout Standard
26164 \begin_inset Note Greyedout
26165 status open
26166
26167 \begin_layout Plain Layout
26168 【註】ボックスは、
26169 \family sans
26170 箇条書き(記号)
26171 \family default
26172 環境や
26173 \family sans
26174 箇条書き(記述)
26175 \family default
26176 環境の単独要素とすべきではありません。
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \begin_layout Standard
26185 \begin_inset Note Greyedout
26186 status open
26187
26188 \begin_layout Plain Layout
26189 【註】理由は不明ですが、枠付きボックスを使用している場合には、
26190 \family sans
26191 内部ボックス
26192 \family default
26193 型は
26194 \family sans
26195 なし
26196 \family default
26197 にしか設定することができません。
26198 \family sans
26199 内部ボックス
26200 \family default
26201 型や枠のないボックスについては、第
26202 \begin_inset CommandInset ref
26203 LatexCommand ref
26204 reference "sec:ハイフネーションの回避"
26205
26206 \end_inset
26207
26208 節で説明します。
26209 \end_layout
26210
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \begin_layout Section
26217 ボックスダイアログ
26218 \begin_inset CommandInset label
26219 LatexCommand label
26220 name "sec:ボックスダイアログ"
26221
26222 \end_inset
26223
26224
26225 \begin_inset Index idx
26226 status collapsed
26227
26228 \begin_layout Plain Layout
26229 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
26230 \end_layout
26231
26232 \end_inset
26233
26234
26235 \end_layout
26236
26237 \begin_layout Subsection
26238 寸法
26239 \begin_inset Index idx
26240 status collapsed
26241
26242 \begin_layout Plain Layout
26243 ぼっくす@ボックス ! すんぽう@寸法
26244 \end_layout
26245
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \begin_layout Standard
26252 ボックスダイアログでは、
26253 \family sans
26254
26255 \family default
26256
26257 \family sans
26258 高さ
26259 \family default
26260 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
26261 \begin_inset CommandInset ref
26262 LatexCommand ref
26263 reference "tab:単位"
26264
26265 \end_inset
26266
26267 に説明されています。
26268 \family sans
26269 高さ
26270 \family default
26271 フィールドには、加えて以下の寸法を使用することができます。
26272 \end_layout
26273
26274 \begin_layout Description
26275 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
26276 \begin_inset Newline newline
26277 \end_inset
26278
26279
26280 \begin_inset Newline newline
26281 \end_inset
26282
26283
26284 \begin_inset Newline newline
26285 \end_inset
26286
26287
26288 \begin_inset Box Boxed
26289 position "c"
26290 hor_pos "c"
26291 has_inner_box 1
26292 inner_pos "c"
26293 use_parbox 0
26294 use_makebox 0
26295 width "12col%"
26296 special "none"
26297 height "1in"
26298 height_special "depth"
26299 status open
26300
26301 \begin_layout Plain Layout
26302 \align center
26303 高さを1階層に設定したボックス
26304 \end_layout
26305
26306 \end_inset
26307
26308
26309 \begin_inset Newline newline
26310 \end_inset
26311
26312
26313 \begin_inset Newline newline
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \begin_layout Description
26320 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
26321 \begin_inset Box Boxed
26322 position "c"
26323 hor_pos "c"
26324 has_inner_box 1
26325 inner_pos "c"
26326 use_parbox 0
26327 use_makebox 0
26328 width "20col%"
26329 special "none"
26330 height "2in"
26331 height_special "height"
26332 status open
26333
26334 \begin_layout Plain Layout
26335 \align center
26336 高さを2高さに設定したボックス
26337 \end_layout
26338
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \begin_layout Description
26345 全高 これは「高さ」+「階層」です。
26346 \begin_inset Box Boxed
26347 position "c"
26348 hor_pos "c"
26349 has_inner_box 1
26350 inner_pos "c"
26351 use_parbox 0
26352 use_makebox 0
26353 width "20col%"
26354 special "none"
26355 height "1in"
26356 height_special "totalheight"
26357 status open
26358
26359 \begin_layout Plain Layout
26360 \align center
26361 高さを1全高に設定したボックス
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \begin_layout Description
26370 幅 これはボックスの幅を高さに設定します。
26371 \begin_inset Box Boxed
26372 position "c"
26373 hor_pos "c"
26374 has_inner_box 1
26375 inner_pos "c"
26376 use_parbox 0
26377 use_makebox 0
26378 width "12col%"
26379 special "none"
26380 height "1in"
26381 height_special "width"
26382 status open
26383
26384 \begin_layout Plain Layout
26385 \align center
26386 高さを1幅に設定したボックス
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \end_layout
26393
26394 \begin_layout Subsection
26395 文字揃え
26396 \begin_inset Index idx
26397 status collapsed
26398
26399 \begin_layout Plain Layout
26400 ぼっくす@ボックス ! もじそろえ@文字揃え
26401 \end_layout
26402
26403 \end_inset
26404
26405
26406 \end_layout
26407
26408 \begin_layout Standard
26409
26410 \family sans
26411 内部ボックス
26412 \family default
26413 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
26414 \end_layout
26415
26416 \begin_layout Description
26417 上 これは例示のための本文行です。
26418 \begin_inset Box Boxed
26419 position "t"
26420 hor_pos "c"
26421 has_inner_box 1
26422 inner_pos "c"
26423 use_parbox 0
26424 use_makebox 0
26425 width "12col%"
26426 special "none"
26427 height "1in"
26428 height_special "totalheight"
26429 status open
26430
26431 \begin_layout Plain Layout
26432 \align center
26433 このボックスは上揃えです。
26434 \end_layout
26435
26436 \end_inset
26437
26438 これは例示のための本文行です。
26439 \end_layout
26440
26441 \begin_layout Description
26442 中央 これは例示のための本文行です。
26443 \begin_inset Box Boxed
26444 position "c"
26445 hor_pos "c"
26446 has_inner_box 1
26447 inner_pos "c"
26448 use_parbox 0
26449 use_makebox 0
26450 width "12col%"
26451 special "none"
26452 height "1in"
26453 height_special "totalheight"
26454 status open
26455
26456 \begin_layout Plain Layout
26457 \align center
26458 このボックスは中央揃えです。
26459 \end_layout
26460
26461 \end_inset
26462
26463 これは例示のための本文行です。
26464 \end_layout
26465
26466 \begin_layout Description
26467 下 これは例示のための本文行です。
26468 \begin_inset Box Boxed
26469 position "b"
26470 hor_pos "c"
26471 has_inner_box 1
26472 inner_pos "c"
26473 use_parbox 0
26474 use_makebox 0
26475 width "12col%"
26476 special "none"
26477 height "1in"
26478 height_special "totalheight"
26479 status open
26480
26481 \begin_layout Plain Layout
26482 \align center
26483 このボックスは下揃えです。
26484 \end_layout
26485
26486 \end_inset
26487
26488 これは例示のための本文行です。
26489 \end_layout
26490
26491 \begin_layout Standard
26492 \begin_inset Note Greyedout
26493 status open
26494
26495 \begin_layout Plain Layout
26496
26497 \series bold
26498 【註】
26499 \series default
26500 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
26501 \end_layout
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \begin_layout Standard
26509 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
26510 \end_layout
26511
26512 \begin_layout Standard
26513 \begin_inset VSpace bigskip
26514 \end_inset
26515
26516
26517 \family sans
26518 内部ボックス
26519 \family default
26520 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
26521 \end_layout
26522
26523 \begin_layout Description
26524 上 これは例示のための本文行です。
26525 \begin_inset Box Boxed
26526 position "c"
26527 hor_pos "c"
26528 has_inner_box 1
26529 inner_pos "t"
26530 use_parbox 0
26531 use_makebox 0
26532 width "12col%"
26533 special "none"
26534 height "1.5in"
26535 height_special "totalheight"
26536 status open
26537
26538 \begin_layout Plain Layout
26539 \align center
26540 このボックスの文章は上揃えです。
26541 \end_layout
26542
26543 \end_inset
26544
26545 これは例示のための本文行です。
26546 \end_layout
26547
26548 \begin_layout Description
26549 中央 これは例示のための本文行です。
26550 \begin_inset Box Boxed
26551 position "c"
26552 hor_pos "c"
26553 has_inner_box 1
26554 inner_pos "c"
26555 use_parbox 0
26556 use_makebox 0
26557 width "12col%"
26558 special "none"
26559 height "1.5in"
26560 height_special "totalheight"
26561 status open
26562
26563 \begin_layout Plain Layout
26564 \align center
26565 このボックスの文章は中央揃えです。
26566 \end_layout
26567
26568 \end_inset
26569
26570 これは例示のための本文行です。
26571 \end_layout
26572
26573 \begin_layout Description
26574 下 これは例示のための本文行です。
26575 \begin_inset Box Boxed
26576 position "c"
26577 hor_pos "c"
26578 has_inner_box 1
26579 inner_pos "b"
26580 use_parbox 0
26581 use_makebox 0
26582 width "12col%"
26583 special "none"
26584 height "1.5in"
26585 height_special "totalheight"
26586 status open
26587
26588 \begin_layout Plain Layout
26589 \align center
26590 このボックスの文章は下揃えです。
26591 \end_layout
26592
26593 \end_inset
26594
26595 これは例示のための本文行です。
26596 \end_layout
26597
26598 \begin_layout Description
26599 広げる これは例示のための本文行です。
26600 \begin_inset Box Boxed
26601 position "c"
26602 hor_pos "c"
26603 has_inner_box 1
26604 inner_pos "s"
26605 use_parbox 0
26606 use_makebox 0
26607 width "17col%"
26608 special "none"
26609 height "1.5in"
26610 height_special "totalheight"
26611 status open
26612
26613 \begin_layout Plain Layout
26614 \align center
26615 このボックスの
26616 \end_layout
26617
26618 \begin_layout Plain Layout
26619 \align center
26620 文章は広げて
26621 \end_layout
26622
26623 \begin_layout Plain Layout
26624 \align center
26625 あります。
26626 \end_layout
26627
26628 \end_inset
26629
26630 これは例示のための本文行です。
26631 \end_layout
26632
26633 \begin_layout Standard
26634 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
26635 \end_layout
26636
26637 \begin_layout Standard
26638 \begin_inset VSpace bigskip
26639 \end_inset
26640
26641
26642 \family sans
26643 内部ボックス
26644 \family default
26645 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
26646 \end_layout
26647
26648 \begin_layout Standard
26649 \align center
26650 \begin_inset Box Boxed
26651 position "c"
26652 hor_pos "c"
26653 has_inner_box 1
26654 inner_pos "s"
26655 use_parbox 0
26656 use_makebox 0
26657 width "25col%"
26658 special "none"
26659 height "1.25in"
26660 height_special "totalheight"
26661 status open
26662
26663 \begin_layout Plain Layout
26664 \align left
26665 このボックスの
26666 \end_layout
26667
26668 \begin_layout Plain Layout
26669 \align center
26670 文章は広げて
26671 \end_layout
26672
26673 \begin_layout Plain Layout
26674 \align right
26675 あります。
26676 \end_layout
26677
26678 \end_inset
26679
26680
26681 \end_layout
26682
26683 \begin_layout Standard
26684
26685 \family sans
26686 内部ボックス
26687 \family default
26688 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
26689 \end_layout
26690
26691 \begin_layout Standard
26692 \align center
26693 \begin_inset Box Boxed
26694 position "c"
26695 hor_pos "s"
26696 has_inner_box 0
26697 inner_pos "s"
26698 use_parbox 0
26699 use_makebox 0
26700 width "90col%"
26701 special "none"
26702 height "1.25in"
26703 height_special "totalheight"
26704 status open
26705
26706 \begin_layout Plain Layout
26707 このボックスの文章は水平方向に広げてあります。
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \end_layout
26714
26715 \begin_layout Subsection
26716 装飾
26717 \begin_inset CommandInset label
26718 LatexCommand label
26719 name "sec:装飾"
26720
26721 \end_inset
26722
26723
26724 \begin_inset Index idx
26725 status collapsed
26726
26727 \begin_layout Plain Layout
26728 ぼっくす@ボックス ! そうしょく@装飾
26729 \end_layout
26730
26731 \end_inset
26732
26733
26734 \end_layout
26735
26736 \begin_layout Standard
26737 ボックス型は、ボックスダイアログ中の
26738 \family sans
26739 装飾
26740 \family default
26741 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
26742 \end_layout
26743
26744 \begin_layout Description
26745 縁なし 枠を描きません。
26746 \end_layout
26747
26748 \begin_layout Description
26749 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
26750 \series bold
26751
26752 \backslash
26753 fboxrule
26754 \series default
26755 の値になります。 
26756 \begin_inset Box Boxed
26757 position "c"
26758 hor_pos "c"
26759 has_inner_box 1
26760 inner_pos "c"
26761 use_parbox 0
26762 use_makebox 0
26763 width "20col%"
26764 special "none"
26765 height "1in"
26766 height_special "totalheight"
26767 status open
26768
26769 \begin_layout Plain Layout
26770 \align center
26771 長方形の箱型
26772 \end_layout
26773
26774 \end_inset
26775
26776
26777 \end_layout
26778
26779 \begin_layout Description
26780 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
26781 \begin_inset space \thinspace{}
26782 \end_inset
26783
26784 ptです。 
26785 \begin_inset Box ovalbox
26786 position "c"
26787 hor_pos "c"
26788 has_inner_box 1
26789 inner_pos "c"
26790 use_parbox 0
26791 use_makebox 0
26792 width "20col%"
26793 special "none"
26794 height "1in"
26795 height_special "totalheight"
26796 status open
26797
26798 \begin_layout Plain Layout
26799 \align center
26800 楕円形の箱型(細線)
26801 \end_layout
26802
26803 \end_inset
26804
26805
26806 \end_layout
26807
26808 \begin_layout Description
26809 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
26810 \begin_inset space \thinspace{}
26811 \end_inset
26812
26813 ptです。 
26814 \begin_inset Box Ovalbox
26815 position "c"
26816 hor_pos "c"
26817 has_inner_box 1
26818 inner_pos "c"
26819 use_parbox 0
26820 use_makebox 0
26821 width "20col%"
26822 special "none"
26823 height "1in"
26824 height_special "totalheight"
26825 status open
26826
26827 \begin_layout Plain Layout
26828 \align center
26829 楕円形の箱型(太線)
26830 \end_layout
26831
26832 \end_inset
26833
26834
26835 \end_layout
26836
26837 \begin_layout Description
26838 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
26839 \series bold
26840
26841 \backslash
26842 fboxrule
26843 \series default
26844 の値になり、影の幅は4
26845 \begin_inset space \thinspace{}
26846 \end_inset
26847
26848 ptになります。
26849 \begin_inset Box Shadowbox
26850 position "c"
26851 hor_pos "c"
26852 has_inner_box 1
26853 inner_pos "c"
26854 use_parbox 0
26855 use_makebox 0
26856 width "20col%"
26857 special "none"
26858 height "1in"
26859 height_special "totalheight"
26860 status open
26861
26862 \begin_layout Plain Layout
26863 \align center
26864 影付きの箱型
26865 \end_layout
26866
26867 \end_inset
26868
26869
26870 \end_layout
26871
26872 \begin_layout Description
26873 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
26874 \begin_inset Foot
26875 status collapsed
26876
26877 \begin_layout Plain Layout
26878
26879 \begin_inset CommandInset ref
26880 LatexCommand ref
26881 reference "sec:色付きボックス"
26882
26883 \end_inset
26884
26885 節を参照のこと。
26886 \end_layout
26887
26888 \end_inset
26889
26890 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
26891 \begin_inset Box Shaded
26892 position "t"
26893 hor_pos "c"
26894 has_inner_box 0
26895 inner_pos "t"
26896 use_parbox 0
26897 use_makebox 0
26898 width "50col%"
26899 special "none"
26900 height "1in"
26901 height_special "totalheight"
26902 status open
26903
26904 \begin_layout Plain Layout
26905 影付き背景の箱型
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Description
26914 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
26915 \begin_inset space \thinspace{}
26916 \end_inset
26917
26918
26919 \series bold
26920
26921 \backslash
26922 fboxrule
26923 \series default
26924 であり、外側の枠線の太さは1.5
26925 \begin_inset space \thinspace{}
26926 \end_inset
26927
26928
26929 \series bold
26930
26931 \backslash
26932 fboxrule
26933 \series default
26934 です。枠線間の距離は1.5
26935 \begin_inset space \thinspace{}
26936 \end_inset
26937
26938
26939 \series bold
26940
26941 \backslash
26942 fboxrule
26943 \series default
26944
26945 \begin_inset space \thinspace{}
26946 \end_inset
26947
26948 +
26949 \begin_inset space \thinspace{}
26950 \end_inset
26951
26952 0.5
26953 \begin_inset space \thinspace{}
26954 \end_inset
26955
26956 ptです。 
26957 \begin_inset Box Doublebox
26958 position "c"
26959 hor_pos "c"
26960 has_inner_box 1
26961 inner_pos "c"
26962 use_parbox 0
26963 use_makebox 0
26964 width "20col%"
26965 special "none"
26966 height "1in"
26967 height_special "totalheight"
26968 status open
26969
26970 \begin_layout Plain Layout
26971 \align center
26972 二重の長方形の箱型
26973 \end_layout
26974
26975 \end_inset
26976
26977
26978 \end_layout
26979
26980 \begin_layout Standard
26981 \begin_inset VSpace bigskip
26982 \end_inset
26983
26984 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
26985 \series bold
26986 fancybox
26987 \series default
26988
26989 \begin_inset Index idx
26990 status collapsed
26991
26992 \begin_layout Plain Layout
26993 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
26994 \end_layout
26995
26996 \end_inset
26997
26998 が導入済みでなくてはなりません。
26999 \end_layout
27000
27001 \begin_layout Standard
27002 \begin_inset VSpace bigskip
27003 \end_inset
27004
27005 装飾として
27006 \family sans
27007 簡素な長方形の箱型
27008 \family default
27009 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
27010 れ、このボックス型では
27011 \series bold
27012
27013 \backslash
27014 fboxrule
27015 \series default
27016
27017 \series bold
27018
27019 \backslash
27020 fboxsep
27021 \series default
27022 は無効となります。枠線の太さは
27023 \series bold
27024
27025 \backslash
27026 FrameRule
27027 \series default
27028 の値になります。 
27029 \begin_inset Box Framed
27030 position "t"
27031 hor_pos "c"
27032 has_inner_box 0
27033 inner_pos "t"
27034 use_parbox 0
27035 use_makebox 0
27036 width "100col%"
27037 special "none"
27038 height "1in"
27039 height_special "totalheight"
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043 改行可能な箱型
27044 \end_layout
27045
27046 \end_inset
27047
27048
27049 \end_layout
27050
27051 \begin_layout Section
27052 ボックスの詳細な設定
27053 \begin_inset Index idx
27054 status collapsed
27055
27056 \begin_layout Plain Layout
27057 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
27058 \end_layout
27059
27060 \end_inset
27061
27062
27063 \end_layout
27064
27065 \begin_layout Standard
27066 寸法
27067 \series bold
27068
27069 \backslash
27070 fboxrule
27071 \series default
27072 の既定値は0.4
27073 \begin_inset space \thinspace{}
27074 \end_inset
27075
27076 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
27077 \begin_inset space \thinspace{}
27078 \end_inset
27079
27080 ptに変更することができます。
27081 \end_layout
27082
27083 \begin_layout Standard
27084
27085 \series bold
27086
27087 \backslash
27088 setlength{
27089 \backslash
27090 fboxrule}{2pt}
27091 \end_layout
27092
27093 \begin_layout Standard
27094 \begin_inset ERT
27095 status collapsed
27096
27097 \begin_layout Plain Layout
27098
27099
27100 \backslash
27101 setlength{
27102 \backslash
27103 fboxrule}{2pt}
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \begin_inset Box Boxed
27110 position "c"
27111 hor_pos "c"
27112 has_inner_box 1
27113 inner_pos "c"
27114 use_parbox 0
27115 use_makebox 0
27116 width "25col%"
27117 special "none"
27118 height "1in"
27119 height_special "totalheight"
27120 status open
27121
27122 \begin_layout Plain Layout
27123 \align center
27124
27125 \series bold
27126
27127 \backslash
27128 fboxrule
27129 \series default
27130
27131 \begin_inset space \thinspace{}
27132 \end_inset
27133
27134 =
27135 \begin_inset space \thinspace{}
27136 \end_inset
27137
27138 2
27139 \begin_inset space \thinspace{}
27140 \end_inset
27141
27142 ptの長方形の箱型
27143 \end_layout
27144
27145 \end_inset
27146
27147
27148 \begin_inset ERT
27149 status collapsed
27150
27151 \begin_layout Plain Layout
27152
27153
27154 \backslash
27155 setlength{
27156 \backslash
27157 fboxrule}{0.4pt}
27158 \end_layout
27159
27160 \end_inset
27161
27162
27163 \end_layout
27164
27165 \begin_layout Standard
27166 \begin_inset VSpace bigskip
27167 \end_inset
27168
27169 枠とボックスの内容との空白は、すべての枠様式について3
27170 \begin_inset space \thinspace{}
27171 \end_inset
27172
27173 ptが既定値になっています。これは、長さ
27174 \series bold
27175
27176 \backslash
27177 fboxsep
27178 \series default
27179 を別の値に設定することによって変更することができます。たとえば
27180 \end_layout
27181
27182 \begin_layout Standard
27183
27184 \series bold
27185
27186 \backslash
27187 setlength{
27188 \backslash
27189 fboxsep}{10pt}
27190 \end_layout
27191
27192 \begin_layout Standard
27193 というコマンドは、この値を10
27194 \begin_inset space \thinspace{}
27195 \end_inset
27196
27197 ptにし、以下のボックスのようになります。
27198 \end_layout
27199
27200 \begin_layout Standard
27201 \begin_inset ERT
27202 status collapsed
27203
27204 \begin_layout Plain Layout
27205
27206
27207 \backslash
27208 setlength{
27209 \backslash
27210 fboxsep}{10pt}
27211 \end_layout
27212
27213 \end_inset
27214
27215
27216 \begin_inset Box Boxed
27217 position "c"
27218 hor_pos "c"
27219 has_inner_box 1
27220 inner_pos "c"
27221 use_parbox 0
27222 use_makebox 0
27223 width "25col%"
27224 special "none"
27225 height "1in"
27226 height_special "totalheight"
27227 status open
27228
27229 \begin_layout Plain Layout
27230 \align center
27231
27232 \series bold
27233
27234 \backslash
27235 fboxsep
27236 \series default
27237
27238 \begin_inset space \thinspace{}
27239 \end_inset
27240
27241 =
27242 \begin_inset space \thinspace{}
27243 \end_inset
27244
27245 10
27246 \begin_inset space \thinspace{}
27247 \end_inset
27248
27249 ptの長方形の箱型
27250 \end_layout
27251
27252 \end_inset
27253
27254
27255 \begin_inset ERT
27256 status collapsed
27257
27258 \begin_layout Plain Layout
27259
27260
27261 \backslash
27262 setlength{
27263 \backslash
27264 fboxsep}{3pt}
27265 \end_layout
27266
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \begin_layout Standard
27273 \begin_inset VSpace bigskip
27274 \end_inset
27275
27276 楕円形ボックスの丸い角の直径は、コマンド
27277 \series bold
27278
27279 \backslash
27280 cornersize
27281 \series default
27282 で設定することができます。
27283 \end_layout
27284
27285 \begin_layout Standard
27286
27287 \series bold
27288
27289 \backslash
27290 cornersize*{1cm}
27291 \end_layout
27292
27293 \begin_layout Standard
27294 というコマンドは、直径を1
27295 \begin_inset space \thinspace{}
27296 \end_inset
27297
27298 cmに設定します。
27299 \end_layout
27300
27301 \begin_layout Standard
27302
27303 \series bold
27304
27305 \backslash
27306 cornersize{数値}
27307 \end_layout
27308
27309 \begin_layout Standard
27310 というコマンドは、直径を
27311 \family sans
27312 数値
27313 \begin_inset space \thinspace{}
27314 \end_inset
27315
27316 ×
27317 \begin_inset space \thinspace{}
27318 \end_inset
27319
27320 (ボックスの幅と高さの小さい方)
27321 \family default
27322 に設定します。既定値は
27323 \series bold
27324
27325 \backslash
27326 cornersize{0.5}
27327 \series default
27328 です。
27329 \end_layout
27330
27331 \begin_layout Standard
27332 \begin_inset ERT
27333 status collapsed
27334
27335 \begin_layout Plain Layout
27336
27337
27338 \backslash
27339 cornersize*{1.5cm}
27340 \end_layout
27341
27342 \end_inset
27343
27344
27345 \begin_inset Box Ovalbox
27346 position "c"
27347 hor_pos "c"
27348 has_inner_box 1
27349 inner_pos "c"
27350 use_parbox 0
27351 use_makebox 0
27352 width "25col%"
27353 special "none"
27354 height "1in"
27355 height_special "totalheight"
27356 status open
27357
27358 \begin_layout Plain Layout
27359 \align center
27360
27361 \series bold
27362
27363 \backslash
27364 cornersize
27365 \series default
27366
27367 \begin_inset space \thinspace{}
27368 \end_inset
27369
27370 =
27371 \begin_inset space \thinspace{}
27372 \end_inset
27373
27374 1.5
27375 \begin_inset space \thinspace{}
27376 \end_inset
27377
27378 cmの楕円形の箱型
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \begin_inset ERT
27385 status collapsed
27386
27387 \begin_layout Plain Layout
27388
27389
27390 \backslash
27391 cornersize{0.5}
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \begin_layout Standard
27400 \begin_inset VSpace bigskip
27401 \end_inset
27402
27403 影の大きさは、長さ
27404 \series bold
27405
27406 \backslash
27407 shadowsize
27408 \series default
27409 を変更することで調整できます。以下のボックスでは
27410 \end_layout
27411
27412 \begin_layout Standard
27413
27414 \series bold
27415
27416 \backslash
27417 setlength{
27418 \backslash
27419 shadowsize}{2pt}
27420 \end_layout
27421
27422 \begin_layout Standard
27423 というコマンドを使って、2
27424 \begin_inset space \thinspace{}
27425 \end_inset
27426
27427 ptに設定しています。
27428 \end_layout
27429
27430 \begin_layout Standard
27431 \begin_inset ERT
27432 status collapsed
27433
27434 \begin_layout Plain Layout
27435
27436
27437 \backslash
27438 setlength{
27439 \backslash
27440 shadowsize}{2pt}
27441 \end_layout
27442
27443 \end_inset
27444
27445
27446 \begin_inset Box Shadowbox
27447 position "c"
27448 hor_pos "c"
27449 has_inner_box 1
27450 inner_pos "c"
27451 use_parbox 0
27452 use_makebox 0
27453 width "25col%"
27454 special "none"
27455 height "1in"
27456 height_special "totalheight"
27457 status open
27458
27459 \begin_layout Plain Layout
27460 \align center
27461
27462 \series bold
27463
27464 \backslash
27465 shadowsize
27466 \series default
27467
27468 \begin_inset space \thinspace{}
27469 \end_inset
27470
27471 =
27472 \begin_inset space \thinspace{}
27473 \end_inset
27474
27475 2
27476 \begin_inset space \thinspace{}
27477 \end_inset
27478
27479 ptの影付きボックス
27480 \end_layout
27481
27482 \end_inset
27483
27484
27485 \begin_inset ERT
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489
27490
27491 \backslash
27492 setlength{
27493 \backslash
27494 shadowsize}{4pt}
27495 \end_layout
27496
27497 \end_inset
27498
27499
27500 \end_layout
27501
27502 \begin_layout Standard
27503 \begin_inset VSpace bigskip
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \begin_layout Standard
27510 寸法
27511 \series bold
27512
27513 \backslash
27514 FrameRule
27515 \series default
27516 の既定値は0.4
27517 \begin_inset space \thinspace{}
27518 \end_inset
27519
27520 ptです。ボックスの中身と枠の間の空白の既定値は9
27521 \begin_inset space \thinspace{}
27522 \end_inset
27523
27524 ptですが、
27525 \series bold
27526
27527 \backslash
27528 FrameSep
27529 \series default
27530 の値を変えることで変更することができます。たとえば、下記の
27531 \family sans
27532 ボックス
27533 \family default
27534 の枠の外見は、
27535 \end_layout
27536
27537 \begin_layout Standard
27538
27539 \series bold
27540
27541 \backslash
27542 setlength{
27543 \backslash
27544 FrameRule}{5pt}
27545 \begin_inset Newline newline
27546 \end_inset
27547
27548
27549 \backslash
27550 setlength{
27551 \backslash
27552 FrameSep}{0.5cm}
27553 \end_layout
27554
27555 \begin_layout Standard
27556 というTeXコードコマンドで設定してあります。
27557 \begin_inset ERT
27558 status collapsed
27559
27560 \begin_layout Plain Layout
27561
27562
27563 \backslash
27564 setlength{
27565 \backslash
27566 FrameRule}{5pt}
27567 \end_layout
27568
27569 \begin_layout Plain Layout
27570
27571
27572 \backslash
27573 setlength{
27574 \backslash
27575 FrameSep}{0.5cm}
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \begin_inset Box Framed
27582 position "t"
27583 hor_pos "c"
27584 has_inner_box 0
27585 inner_pos "t"
27586 use_parbox 0
27587 use_makebox 0
27588 width "100col%"
27589 special "none"
27590 height "1in"
27591 height_special "totalheight"
27592 status open
27593
27594 \begin_layout Plain Layout
27595 これは
27596 \family sans
27597 改頁可能
27598 \family default
27599 ボックスの文章です。
27600 \end_layout
27601
27602 \end_inset
27603
27604
27605 \begin_inset ERT
27606 status collapsed
27607
27608 \begin_layout Plain Layout
27609
27610
27611 \backslash
27612 setlength{
27613 \backslash
27614 FrameRule}{0.4pt}
27615 \end_layout
27616
27617 \begin_layout Plain Layout
27618
27619
27620 \backslash
27621 setlength{
27622 \backslash
27623 FrameSep}{9pt}
27624 \end_layout
27625
27626 \end_inset
27627
27628
27629 \end_layout
27630
27631 \begin_layout Standard
27632 \begin_inset VSpace bigskip
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \begin_layout Standard
27639
27640 \family sans
27641 影付き背景
27642 \family default
27643 ボックスでは、ボックスの内容と枠の余白の既定値は3
27644 \begin_inset space \thinspace{}
27645 \end_inset
27646
27647 ptになっていますが、
27648 \series bold
27649
27650 \backslash
27651 fboxsep
27652 \series default
27653 の値を変更することで変えられます。既定の背景色である赤色は、
27654 \series bold
27655
27656 \backslash
27657 definecolor{shadebox}
27658 \series default
27659 コマンドで局所的に変更することもできますし、
27660 \family sans
27661 ツール\SpecialChar \menuseparator
27662 設定\SpecialChar \menuseparator
27663 色\SpecialChar \menuseparator
27664 影付きボックス
27665 \family default
27666 メニューからグローバルに変更することもできます。
27667 \series bold
27668
27669 \backslash
27670 definecolor
27671 \series default
27672 コマンドの用法は第
27673 \begin_inset CommandInset ref
27674 LatexCommand ref
27675 reference "sec:色付きの表"
27676
27677 \end_inset
27678
27679
27680 \begin_inset Foot
27681 status open
27682
27683 \begin_layout Plain Layout
27684 N
27685 \series bold
27686
27687 \backslash
27688 definecolor
27689 \series default
27690 は、LaTeXパッケージの
27691 \series bold
27692 color
27693 \series default
27694 をプリアンブルに読み込む必要があります。第
27695 \begin_inset CommandInset ref
27696 LatexCommand ref
27697 reference "sec:色付きボックス"
27698
27699 \end_inset
27700
27701 節をご参照ください。.
27702 \end_layout
27703
27704 \end_inset
27705
27706 で説明されています。
27707 \end_layout
27708
27709 \begin_layout Standard
27710 たとえば、下記の影付き背景ボックスの外見は
27711 \end_layout
27712
27713 \begin_layout Standard
27714
27715 \series bold
27716
27717 \backslash
27718 setlength{
27719 \backslash
27720 fboxsep}{0.5cm}
27721 \series default
27722
27723 \begin_inset Newline newline
27724 \end_inset
27725
27726
27727 \series bold
27728
27729 \backslash
27730 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27731 \end_layout
27732
27733 \begin_layout Standard
27734 というTeXコードコマンドを使って設定してあります。
27735 \end_layout
27736
27737 \begin_layout Standard
27738 \begin_inset ERT
27739 status collapsed
27740
27741 \begin_layout Plain Layout
27742
27743
27744 \backslash
27745 setlength{
27746 \backslash
27747 fboxsep}{0.5cm}
27748 \end_layout
27749
27750 \begin_layout Plain Layout
27751
27752
27753 \backslash
27754 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27755 \end_layout
27756
27757 \end_inset
27758
27759
27760 \begin_inset Box Shaded
27761 position "t"
27762 hor_pos "c"
27763 has_inner_box 0
27764 inner_pos "t"
27765 use_parbox 0
27766 use_makebox 0
27767 width "100col%"
27768 special "none"
27769 height "1in"
27770 height_special "totalheight"
27771 status open
27772
27773 \begin_layout Plain Layout
27774
27775 \color yellow
27776 これは、濃緑色の背景の
27777 \family sans
27778 影付き背景
27779 \family default
27780 ボックスに入れた黄色の文章です。
27781 \end_layout
27782
27783 \end_inset
27784
27785
27786 \begin_inset ERT
27787 status collapsed
27788
27789 \begin_layout Plain Layout
27790
27791
27792 \backslash
27793 setlength{
27794 \backslash
27795 fboxsep}{3pt}
27796 \end_layout
27797
27798 \begin_layout Plain Layout
27799
27800
27801 \backslash
27802 definecolor{shadecolor}{rgb}{1,0,0}
27803 \end_layout
27804
27805 \end_inset
27806
27807
27808 \end_layout
27809
27810 \begin_layout Standard
27811 \begin_inset VSpace bigskip
27812 \end_inset
27813
27814 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
27815 \end_layout
27816
27817 \begin_layout Section
27818 ミニページ
27819 \begin_inset CommandInset label
27820 LatexCommand label
27821 name "sec:ミニページ"
27822
27823 \end_inset
27824
27825
27826 \begin_inset Index idx
27827 status collapsed
27828
27829 \begin_layout Plain Layout
27830 ぼっくす@ボックス ! みにぺーじ@ミニページ
27831 \end_layout
27832
27833 \end_inset
27834
27835
27836 \end_layout
27837
27838 \begin_layout Standard
27839 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
27840 \end_layout
27841
27842 \begin_layout Standard
27843 ミニページは、複数の言語を含む文書を執筆する際に便利です。
27844 \end_layout
27845
27846 \begin_layout Standard
27847 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
27848 \family sans
27849 挿入
27850 \family default
27851 \SpecialChar \menuseparator
27852
27853 \family sans
27854 整形
27855 \family default
27856 \SpecialChar \menuseparator
27857
27858 \family sans
27859 水平方向の空白
27860 \family default
27861 メニューで挿入した水平フィルで隔てられています。
27862 \begin_inset Newpage newpage
27863 \end_inset
27864
27865
27866 \end_layout
27867
27868 \begin_layout Standard
27869 \begin_inset Box Frameless
27870 position "t"
27871 hor_pos "c"
27872 has_inner_box 1
27873 inner_pos "c"
27874 use_parbox 0
27875 use_makebox 0
27876 width "45col%"
27877 special "none"
27878 height "1in"
27879 height_special "totalheight"
27880 status open
27881
27882 \begin_layout Plain Layout
27883 Dies ist ein deutscher Text.
27884  Dies ist ein deutscher Text.
27885  Dies ist ein deutscher Text.
27886  Dies ist ein deutscher Text.
27887  Dies ist ein deutscher Text.
27888  Dies ist ein deutscher Text.
27889  Dies ist ein deutscher Text.
27890  Dies ist ein deutscher Text.
27891  Dies ist ein deutscher Text.
27892  Dies ist ein deutscher Text.
27893  Dies ist ein deutscher Text.
27894  Dies ist ein deutscher Text.
27895  Dies ist ein deutscher Text
27896 \begin_inset Foot
27897 status collapsed
27898
27899 \begin_layout Plain Layout
27900 Dies ist eine deutsche Fußnote.
27901 \end_layout
27902
27903 \end_inset
27904
27905 .
27906  Dies ist ein deutscher Text.
27907  Dies ist ein deutscher Text.
27908 \end_layout
27909
27910 \end_inset
27911
27912
27913 \begin_inset space \hfill{}
27914 \end_inset
27915
27916
27917 \begin_inset Box Frameless
27918 position "t"
27919 hor_pos "c"
27920 has_inner_box 1
27921 inner_pos "c"
27922 use_parbox 0
27923 use_makebox 0
27924 width "45col%"
27925 special "none"
27926 height "1in"
27927 height_special "totalheight"
27928 status open
27929
27930 \begin_layout Plain Layout
27931 This is an English Text.
27932  This is an English Text.
27933  This is an English Text.
27934  This is an English Text.
27935  This is an English Text.
27936  This is an English Text.
27937  This is an English Text.
27938  This is an English Text.
27939  This is an English Text.
27940  This is an English Text.
27941  This is an English Text.
27942  This is an English Text.
27943  This is an English Text.
27944  This is an English Text.
27945  This is an English Text.
27946  This is an English Text.
27947 \begin_inset Foot
27948 status collapsed
27949
27950 \begin_layout Plain Layout
27951 This is an English footnote.
27952 \end_layout
27953
27954 \end_inset
27955
27956  This is an English Text.
27957  
27958 \end_layout
27959
27960 \end_inset
27961
27962
27963 \end_layout
27964
27965 \begin_layout Standard
27966 \begin_inset VSpace bigskip
27967 \end_inset
27968
27969 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
27970 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
27971 \end_layout
27972
27973 \begin_layout Standard
27974 この表の脚注は表示されません。
27975 \begin_inset Tabular
27976 <lyxtabular version="3" rows="3" columns="4">
27977 <features tabularvalignment="middle">
27978 <column alignment="center" valignment="top" width="0pt">
27979 <column alignment="center" valignment="top" width="0pt">
27980 <column alignment="center" valignment="top" width="0pt">
27981 <column alignment="center" valignment="top" width="0pt">
27982 <row>
27983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27984 \begin_inset Text
27985
27986 \begin_layout Plain Layout
27987 1
27988 \end_layout
27989
27990 \end_inset
27991 </cell>
27992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27993 \begin_inset Text
27994
27995 \begin_layout Plain Layout
27996 2
27997 \end_layout
27998
27999 \end_inset
28000 </cell>
28001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28002 \begin_inset Text
28003
28004 \begin_layout Plain Layout
28005 3
28006 \begin_inset Foot
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010 これは表中の脚注です。
28011 \end_layout
28012
28013 \end_inset
28014
28015
28016 \end_layout
28017
28018 \end_inset
28019 </cell>
28020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28021 \begin_inset Text
28022
28023 \begin_layout Plain Layout
28024 4
28025 \end_layout
28026
28027 \end_inset
28028 </cell>
28029 </row>
28030 <row>
28031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28032 \begin_inset Text
28033
28034 \begin_layout Plain Layout
28035
28036 \end_layout
28037
28038 \end_inset
28039 </cell>
28040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28041 \begin_inset Text
28042
28043 \begin_layout Plain Layout
28044
28045 \end_layout
28046
28047 \end_inset
28048 </cell>
28049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28050 \begin_inset Text
28051
28052 \begin_layout Plain Layout
28053
28054 \end_layout
28055
28056 \end_inset
28057 </cell>
28058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28059 \begin_inset Text
28060
28061 \begin_layout Plain Layout
28062
28063 \end_layout
28064
28065 \end_inset
28066 </cell>
28067 </row>
28068 <row>
28069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28070 \begin_inset Text
28071
28072 \begin_layout Plain Layout
28073
28074 \end_layout
28075
28076 \end_inset
28077 </cell>
28078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28079 \begin_inset Text
28080
28081 \begin_layout Plain Layout
28082
28083 \end_layout
28084
28085 \end_inset
28086 </cell>
28087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28088 \begin_inset Text
28089
28090 \begin_layout Plain Layout
28091
28092 \end_layout
28093
28094 \end_inset
28095 </cell>
28096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28097 \begin_inset Text
28098
28099 \begin_layout Plain Layout
28100
28101 \end_layout
28102
28103 \end_inset
28104 </cell>
28105 </row>
28106 </lyxtabular>
28107
28108 \end_inset
28109
28110
28111 \end_layout
28112
28113 \begin_layout Standard
28114 \align center
28115 \begin_inset Box Frameless
28116 position "t"
28117 hor_pos "c"
28118 has_inner_box 1
28119 inner_pos "c"
28120 use_parbox 0
28121 use_makebox 0
28122 width "30col%"
28123 special "none"
28124 height "1in"
28125 height_special "totalheight"
28126 status open
28127
28128 \begin_layout Plain Layout
28129 \align center
28130 \begin_inset Tabular
28131 <lyxtabular version="3" rows="3" columns="4">
28132 <features tabularvalignment="middle">
28133 <column alignment="center" valignment="top" width="0pt">
28134 <column alignment="center" valignment="top" width="0pt">
28135 <column alignment="center" valignment="top" width="0pt">
28136 <column alignment="center" valignment="top" width="0pt">
28137 <row>
28138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28139 \begin_inset Text
28140
28141 \begin_layout Plain Layout
28142 1
28143 \end_layout
28144
28145 \end_inset
28146 </cell>
28147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28148 \begin_inset Text
28149
28150 \begin_layout Plain Layout
28151 2
28152 \end_layout
28153
28154 \end_inset
28155 </cell>
28156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28157 \begin_inset Text
28158
28159 \begin_layout Plain Layout
28160 3
28161 \begin_inset Foot
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165 これは表中の脚注です。
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \end_inset
28174 </cell>
28175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28176 \begin_inset Text
28177
28178 \begin_layout Plain Layout
28179 4
28180 \end_layout
28181
28182 \end_inset
28183 </cell>
28184 </row>
28185 <row>
28186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28187 \begin_inset Text
28188
28189 \begin_layout Plain Layout
28190
28191 \end_layout
28192
28193 \end_inset
28194 </cell>
28195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28196 \begin_inset Text
28197
28198 \begin_layout Plain Layout
28199
28200 \end_layout
28201
28202 \end_inset
28203 </cell>
28204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28205 \begin_inset Text
28206
28207 \begin_layout Plain Layout
28208
28209 \end_layout
28210
28211 \end_inset
28212 </cell>
28213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28214 \begin_inset Text
28215
28216 \begin_layout Plain Layout
28217
28218 \end_layout
28219
28220 \end_inset
28221 </cell>
28222 </row>
28223 <row>
28224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28225 \begin_inset Text
28226
28227 \begin_layout Plain Layout
28228
28229 \end_layout
28230
28231 \end_inset
28232 </cell>
28233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28234 \begin_inset Text
28235
28236 \begin_layout Plain Layout
28237
28238 \end_layout
28239
28240 \end_inset
28241 </cell>
28242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28243 \begin_inset Text
28244
28245 \begin_layout Plain Layout
28246
28247 \end_layout
28248
28249 \end_inset
28250 </cell>
28251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28252 \begin_inset Text
28253
28254 \begin_layout Plain Layout
28255
28256 \end_layout
28257
28258 \end_inset
28259 </cell>
28260 </row>
28261 </lyxtabular>
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \end_inset
28269
28270
28271 \end_layout
28272
28273 \begin_layout Standard
28274 \begin_inset VSpace bigskip
28275 \end_inset
28276
28277 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
28278 \family sans
28279 中スキップ
28280 \family default
28281 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
28282 \end_layout
28283
28284 \begin_layout Standard
28285 ミニページは、文章部に背景色を与えるのに使用することもできます。第
28286 \begin_inset CommandInset ref
28287 LatexCommand ref
28288 reference "sub:段落の着色"
28289
28290 \end_inset
28291
28292 節をご参照ください。
28293 \end_layout
28294
28295 \begin_layout Standard
28296 \begin_inset Note Greyedout
28297 status open
28298
28299 \begin_layout Plain Layout
28300
28301 \series bold
28302 【註】
28303 \series default
28304 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
28305 \end_layout
28306
28307 \end_inset
28308
28309
28310 \end_layout
28311
28312 \begin_layout Section
28313 Parbox
28314 \begin_inset CommandInset label
28315 LatexCommand label
28316 name "sec:Parboxes"
28317
28318 \end_inset
28319
28320
28321 \begin_inset Index idx
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325 ぼっくす@ボックス ! Parboxes
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \end_layout
28332
28333 \begin_layout Standard
28334 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
28335 \end_layout
28336
28337 \begin_layout Standard
28338 \align center
28339 \begin_inset Box Frameless
28340 position "t"
28341 hor_pos "c"
28342 has_inner_box 1
28343 inner_pos "t"
28344 use_parbox 1
28345 use_makebox 0
28346 width "33col%"
28347 special "none"
28348 height "1in"
28349 height_special "totalheight"
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353 これはparbox内の文章です。これはparbox内の文章です。
28354 \end_layout
28355
28356 \begin_layout Plain Layout
28357 右の脚注は表示されません。
28358 \begin_inset Foot
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362 これはparbox内の脚注であり、したがって表示はされません。
28363 \end_layout
28364
28365 \end_inset
28366
28367
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \end_layout
28374
28375 \begin_layout Section
28376 単語や文字のボックス
28377 \begin_inset Index idx
28378 status collapsed
28379
28380 \begin_layout Plain Layout
28381 ぼっくす@ボックス ! もじよう@文字用
28382 \end_layout
28383
28384 \end_inset
28385
28386
28387 \end_layout
28388
28389 \begin_layout Subsection
28390 ハイフネーションの回避
28391 \begin_inset CommandInset label
28392 LatexCommand label
28393 name "sec:ハイフネーションの回避"
28394
28395 \end_inset
28396
28397
28398 \begin_inset Index idx
28399 status collapsed
28400
28401 \begin_layout Plain Layout
28402 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
28403 \end_layout
28404
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \begin_layout Standard
28411 単語や文章がハイフネートされるのを防ぐには、
28412 \family sans
28413 makebox
28414 \family default
28415 型ボックスを使うことができます。
28416 \begin_inset Newline newline
28417 \end_inset
28418
28419 以下が例示用の文章です。
28420 \end_layout
28421
28422 \begin_layout Standard
28423 This line is an example to show how you can prevent the hyphenation of 
28424 \begin_inset Quotes eld
28425 \end_inset
28426
28427 veryverylongword
28428 \begin_inset Quotes erd
28429 \end_inset
28430
28431 .
28432 \end_layout
28433
28434 \begin_layout Standard
28435 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
28436 \family sans
28437 内部ボックス
28438 \family default
28439
28440 \family sans
28441 makeboxコマンド
28442 \family default
28443 に設定し、幅を1幅にします。
28444 \end_layout
28445
28446 \begin_layout Standard
28447 以下がその結果です。
28448 \end_layout
28449
28450 \begin_layout Standard
28451 This line is an example to show how you can prevent the hyphenation of 
28452 \begin_inset Box Frameless
28453 position "t"
28454 hor_pos "c"
28455 has_inner_box 1
28456 inner_pos "t"
28457 use_parbox 0
28458 use_makebox 1
28459 width "1in"
28460 special "width"
28461 height "1in"
28462 height_special "totalheight"
28463 status open
28464
28465 \begin_layout Plain Layout
28466 \begin_inset Quotes eld
28467 \end_inset
28468
28469 veryverylongword
28470 \begin_inset Quotes erd
28471 \end_inset
28472
28473
28474 \end_layout
28475
28476 \end_inset
28477
28478 .
28479 \end_layout
28480
28481 \begin_layout Standard
28482 別の方法としては、以下のように、単語の前に直接TeXコードで「
28483 \series bold
28484
28485 \backslash
28486 -
28487 \series default
28488 」コマンドを設定する方法もあります。
28489 \end_layout
28490
28491 \begin_layout Standard
28492 This line is an example to show how you can prevent the hyphenation of 
28493 \begin_inset Quotes eld
28494 \end_inset
28495
28496
28497 \begin_inset ERT
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501
28502
28503 \backslash
28504 -
28505 \end_layout
28506
28507 \end_inset
28508
28509 veryverylongword
28510 \begin_inset Quotes erd
28511 \end_inset
28512
28513 .
28514 \end_layout
28515
28516 \begin_layout Standard
28517 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
28518 \family sans
28519 挿入
28520 \family default
28521 \SpecialChar \menuseparator
28522
28523 \family sans
28524 整形
28525 \family default
28526 \SpecialChar \menuseparator
28527
28528 \family sans
28529 整形なし改行
28530 \family default
28531 メニュー(短絡キー
28532 \begin_inset Info
28533 type  "shortcut"
28534 arg   "newline-insert newline"
28535 \end_inset
28536
28537 )から改行を単語の前に入れてください。
28538 \end_layout
28539
28540 \begin_layout Standard
28541 This line is an example to show how you can prevent the hyphenation of 
28542 \begin_inset Newline newline
28543 \end_inset
28544
28545
28546 \begin_inset Box Frameless
28547 position "t"
28548 hor_pos "c"
28549 has_inner_box 1
28550 inner_pos "t"
28551 use_parbox 0
28552 use_makebox 1
28553 width "1in"
28554 special "width"
28555 height "1in"
28556 height_special "totalheight"
28557 status open
28558
28559 \begin_layout Plain Layout
28560 \begin_inset Quotes eld
28561 \end_inset
28562
28563 veryverylongword
28564 \begin_inset Quotes erd
28565 \end_inset
28566
28567
28568 \end_layout
28569
28570 \end_inset
28571
28572 .
28573 \end_layout
28574
28575 \begin_layout Subsection
28576 垂直揃え
28577 \begin_inset CommandInset label
28578 LatexCommand label
28579 name "sub:垂直揃え"
28580
28581 \end_inset
28582
28583
28584 \begin_inset Index idx
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \begin_inset Index idx
28595 status collapsed
28596
28597 \begin_layout Plain Layout
28598 ぼっくす@ボックス ! Raiseboxes
28599 \end_layout
28600
28601 \end_inset
28602
28603
28604 \end_layout
28605
28606 \begin_layout Standard
28607
28608 \series bold
28609
28610 \backslash
28611 raisebox
28612 \series default
28613 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
28614 \series bold
28615
28616 \backslash
28617 raisebox
28618 \series default
28619 は以下の書式で使用します。
28620 \end_layout
28621
28622 \begin_layout Standard
28623
28624 \series bold
28625
28626 \backslash
28627 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
28628 \end_layout
28629
28630 \begin_layout Standard
28631 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
28632 \end_layout
28633
28634 \begin_layout Standard
28635 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
28636 \end_layout
28637
28638 \begin_layout Standard
28639
28640 \series bold
28641
28642 \backslash
28643 raisebox{
28644 \backslash
28645 depth}{
28646 \end_layout
28647
28648 \begin_layout Standard
28649 というコマンドを挿入してください。単語の後には、閉じ括弧「
28650 \series bold
28651 }
28652 \series default
28653 」をTeXコードで挿入してください。
28654 \begin_inset Newline newline
28655 \end_inset
28656
28657 以下がその出力です。
28658 \end_layout
28659
28660 \begin_layout Standard
28661 This is a text line with the word 
28662 \begin_inset ERT
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666
28667
28668 \backslash
28669 raisebox{
28670 \backslash
28671 depth}{
28672 \end_layout
28673
28674 \end_inset
28675
28676
28677 \begin_inset Quotes eld
28678 \end_inset
28679
28680 preventing
28681 \begin_inset Quotes erd
28682 \end_inset
28683
28684
28685 \begin_inset ERT
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689
28690 }
28691 \end_layout
28692
28693 \end_inset
28694
28695  as raised word.
28696 \end_layout
28697
28698 \begin_layout Standard
28699 \begin_inset VSpace bigskip
28700 \end_inset
28701
28702 行中の文字を上げ下げすると、以下のように行間が広がります。
28703 \end_layout
28704
28705 \begin_layout Standard
28706 This is a text line with the word 
28707 \begin_inset ERT
28708 status collapsed
28709
28710 \begin_layout Plain Layout
28711
28712
28713 \backslash
28714 raisebox{-
28715 \backslash
28716 depth}{
28717 \end_layout
28718
28719 \end_inset
28720
28721
28722 \begin_inset Quotes eld
28723 \end_inset
28724
28725 preventing
28726 \begin_inset Quotes erd
28727 \end_inset
28728
28729
28730 \begin_inset ERT
28731 status collapsed
28732
28733 \begin_layout Plain Layout
28734
28735 }
28736 \end_layout
28737
28738 \end_inset
28739
28740  as lowered word.
28741 \begin_inset Newline newline
28742 \end_inset
28743
28744 This is a text line with the word 
28745 \begin_inset ERT
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749
28750
28751 \backslash
28752 raisebox{0.5cm}{
28753 \end_layout
28754
28755 \end_inset
28756
28757
28758 \begin_inset Quotes eld
28759 \end_inset
28760
28761 testing
28762 \begin_inset Quotes erd
28763 \end_inset
28764
28765
28766 \begin_inset ERT
28767 status collapsed
28768
28769 \begin_layout Plain Layout
28770
28771 }
28772 \end_layout
28773
28774 \end_inset
28775
28776  as raised word.
28777 \end_layout
28778
28779 \begin_layout Standard
28780 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
28781 \end_layout
28782
28783 \begin_layout Standard
28784
28785 \series bold
28786
28787 \backslash
28788 raisebox{-
28789 \backslash
28790 depth}[0pt]{
28791 \end_layout
28792
28793 \begin_layout Standard
28794 とすると、
28795 \end_layout
28796
28797 \begin_layout Standard
28798 This is a text line with the word 
28799 \begin_inset ERT
28800 status collapsed
28801
28802 \begin_layout Plain Layout
28803
28804
28805 \backslash
28806 raisebox{-
28807 \backslash
28808 depth}[0pt]{
28809 \end_layout
28810
28811 \end_inset
28812
28813
28814 \begin_inset Quotes eld
28815 \end_inset
28816
28817 preventing
28818 \begin_inset Quotes erd
28819 \end_inset
28820
28821
28822 \begin_inset ERT
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826
28827 }
28828 \end_layout
28829
28830 \end_inset
28831
28832  as lowered word.
28833 \begin_inset Newline newline
28834 \end_inset
28835
28836 This is a text line with the word 
28837 \begin_inset ERT
28838 status collapsed
28839
28840 \begin_layout Plain Layout
28841
28842
28843 \backslash
28844 raisebox{0.5cm}[0pt]{
28845 \end_layout
28846
28847 \end_inset
28848
28849
28850 \begin_inset Quotes eld
28851 \end_inset
28852
28853 testing
28854 \begin_inset Quotes erd
28855 \end_inset
28856
28857
28858 \begin_inset ERT
28859 status collapsed
28860
28861 \begin_layout Plain Layout
28862
28863 }
28864 \end_layout
28865
28866 \end_inset
28867
28868  as raised word.
28869 \end_layout
28870
28871 \begin_layout Section
28872 色付きボックス
28873 \begin_inset CommandInset label
28874 LatexCommand label
28875 name "sec:色付きボックス"
28876
28877 \end_inset
28878
28879
28880 \begin_inset Index idx
28881 status collapsed
28882
28883 \begin_layout Plain Layout
28884 ぼっくす@ボックス ! いろつき@色付き
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Subsection
28893 文字の着色
28894 \begin_inset Index idx
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898 いろ@色 ! もじの@文字の---
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \begin_layout Standard
28907 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
28908 \series bold
28909 color
28910 \series default
28911
28912 \begin_inset Index idx
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916 LaTeXぱっけーじ@LaTeXパッケージ ! color
28917 \end_layout
28918
28919 \end_inset
28920
28921 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
28922 \end_layout
28923
28924 \begin_layout Standard
28925
28926 \series bold
28927
28928 \backslash
28929 @ifundefined{textcolor}
28930 \begin_inset Newline newline
28931 \end_inset
28932
28933
28934 \begin_inset Phantom HPhantom
28935 status open
28936
28937 \begin_layout Plain Layout
28938
28939 \series bold
28940 \begin_inset space ~
28941 \end_inset
28942
28943
28944 \end_layout
28945
28946 \end_inset
28947
28948 {
28949 \backslash
28950 usepackage{color}}{}
28951 \end_layout
28952
28953 \begin_layout Standard
28954
28955 \series bold
28956 color
28957 \series default
28958 パッケージは、文章を着色するとLyXが自動的に読み込みます
28959 \begin_inset Foot
28960 status collapsed
28961
28962 \begin_layout Plain Layout
28963 これが二度読み込まれることを回避するには、
28964 \series bold
28965
28966 \backslash
28967 @ifundefined
28968 \series default
28969 コマンドを使用します。
28970 \end_layout
28971
28972 \end_inset
28973
28974
28975 \end_layout
28976
28977 \begin_layout Standard
28978 \begin_inset VSpace medskip
28979 \end_inset
28980
28981 色付きボックスは、
28982 \series bold
28983
28984 \backslash
28985 colorbox
28986 \series default
28987 コマンドを使って作ります。これは、以下のような書式で使われます。
28988 \end_layout
28989
28990 \begin_layout Standard
28991
28992 \series bold
28993
28994 \backslash
28995 colorbox{color}{ボックスの内容}
28996 \end_layout
28997
28998 \begin_layout Standard
28999 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
29000 \end_layout
29001
29002 \begin_layout Standard
29003 事前定義されている色には、
29004 \begin_inset Newline newline
29005 \end_inset
29006
29007
29008 \family sans
29009
29010 \family default
29011
29012 \family sans
29013
29014 \family default
29015
29016 \family sans
29017 シアン
29018 \family default
29019
29020 \family sans
29021
29022 \family default
29023
29024 \family sans
29025 マゼンタ
29026 \family default
29027
29028 \family sans
29029
29030 \family default
29031
29032 \family sans
29033
29034 \family default
29035
29036 \family sans
29037
29038 \family default
29039
29040 \begin_inset Newline newline
29041 \end_inset
29042
29043 があります。第
29044 \begin_inset CommandInset ref
29045 LatexCommand ref
29046 reference "sec:色付きの表"
29047
29048 \end_inset
29049
29050 節に述べられているようにすれば、自前の色を定義することもできます。
29051 \end_layout
29052
29053 \begin_layout Standard
29054 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
29055 \end_layout
29056
29057 \begin_layout Standard
29058
29059 \series bold
29060
29061 \backslash
29062 colorbox{red}{
29063 \end_layout
29064
29065 \begin_layout Standard
29066 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
29067 \series bold
29068 }
29069 \series default
29070 」を入れてください。
29071 \begin_inset Newline newline
29072 \end_inset
29073
29074 以下がその結果です。
29075 \end_layout
29076
29077 \begin_layout Standard
29078 この行では、
29079 \begin_inset ERT
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083
29084
29085 \backslash
29086 colorbox{red}{
29087 \end_layout
29088
29089 \end_inset
29090
29091 「注意!」
29092 \begin_inset ERT
29093 status collapsed
29094
29095 \begin_layout Plain Layout
29096
29097 }
29098 \end_layout
29099
29100 \end_inset
29101
29102 という単語が赤い背景になっています。
29103 \end_layout
29104
29105 \begin_layout Standard
29106 \begin_inset VSpace bigskip
29107 \end_inset
29108
29109 ボックスの枠を別の色にしたい場合には、以下の書式で
29110 \series bold
29111
29112 \backslash
29113 fcolorbox
29114 \series default
29115 コマンドを使います。
29116 \end_layout
29117
29118 \begin_layout Standard
29119
29120 \series bold
29121
29122 \backslash
29123 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
29124 \end_layout
29125
29126 \begin_layout Standard
29127
29128 \series bold
29129
29130 \backslash
29131 fcolorbox
29132 \series default
29133
29134 \series bold
29135
29136 \backslash
29137 colorbox
29138 \series default
29139 の拡張です。枠の太さと枠とボックスの中身との余白は、第
29140 \begin_inset CommandInset ref
29141 LatexCommand ref
29142 reference "sec:装飾"
29143
29144 \end_inset
29145
29146 節で述べられているように、それぞれ
29147 \series bold
29148
29149 \backslash
29150 fboxrule
29151 \series default
29152
29153 \series bold
29154
29155 \backslash
29156 fboxsep
29157 \series default
29158 という長さで調節できます。
29159 \end_layout
29160
29161 \begin_layout Standard
29162 以下の例では、
29163 \end_layout
29164
29165 \begin_layout Standard
29166
29167 \series bold
29168
29169 \backslash
29170 fcolorbox{cyan}{magenta}{
29171 \end_layout
29172
29173 \begin_layout Standard
29174 というコマンドを使用しています。
29175 \end_layout
29176
29177 \begin_layout Standard
29178 これは、枠の太さを1
29179 \begin_inset space \thinspace{}
29180 \end_inset
29181
29182 mmに設定した例です。
29183 \begin_inset Newline newline
29184 \end_inset
29185
29186
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192
29193 \backslash
29194 fboxrule 1mm 
29195 \backslash
29196 fboxsep 1mm
29197 \end_layout
29198
29199 \end_inset
29200
29201
29202 \begin_inset ERT
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206
29207
29208 \backslash
29209 fcolorbox{cyan}{magenta}{
29210 \end_layout
29211
29212 \end_inset
29213
29214 これは着色した色付きボックス中の文章です。
29215 \begin_inset ERT
29216 status collapsed
29217
29218 \begin_layout Plain Layout
29219
29220 }
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \end_layout
29227
29228 \begin_layout Standard
29229 \begin_inset VSpace bigskip
29230 \end_inset
29231
29232 もちろん、色付きボックスの中に色付き文字を入れることもできます
29233 \begin_inset Newline newline
29234 \end_inset
29235
29236
29237 \begin_inset ERT
29238 status collapsed
29239
29240 \begin_layout Plain Layout
29241
29242
29243 \backslash
29244 fcolorbox{cyan}{magenta}{
29245 \end_layout
29246
29247 \end_inset
29248
29249
29250 \color yellow
29251 これは着色した色付きボックス中の色付き文章です。
29252 \color inherit
29253
29254 \begin_inset ERT
29255 status collapsed
29256
29257 \begin_layout Plain Layout
29258
29259 }
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \begin_inset ERT
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269
29270
29271 \backslash
29272 fboxrule 0.4pt 
29273 \backslash
29274 fboxsep 3pt
29275 \end_layout
29276
29277 \end_inset
29278
29279
29280 \end_layout
29281
29282 \begin_layout Standard
29283
29284 \series bold
29285 \begin_inset VSpace medskip
29286 \end_inset
29287
29288
29289 \end_layout
29290
29291 \begin_layout Standard
29292 \begin_inset Note Greyedout
29293 status open
29294
29295 \begin_layout Plain Layout
29296
29297 \series bold
29298 【註】
29299 \series default
29300 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
29301 \end_layout
29302
29303 \end_inset
29304
29305
29306 \end_layout
29307
29308 \begin_layout Subsection
29309 段落の着色
29310 \begin_inset CommandInset label
29311 LatexCommand label
29312 name "sub:段落の着色"
29313
29314 \end_inset
29315
29316
29317 \begin_inset Index idx
29318 status collapsed
29319
29320 \begin_layout Plain Layout
29321 いろ@色 ! だんらく@段落---
29322 \end_layout
29323
29324 \end_inset
29325
29326
29327 \end_layout
29328
29329 \begin_layout Standard
29330 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
29331 \series bold
29332
29333 \backslash
29334 colorbox
29335 \series default
29336 コマンドを
29337 \end_layout
29338
29339 \begin_layout Standard
29340
29341 \series bold
29342
29343 \backslash
29344 colorbox{色名}{
29345 \end_layout
29346
29347 \begin_layout Standard
29348 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
29349 \series bold
29350 }
29351 \series default
29352 」を挿入してください。
29353 \end_layout
29354
29355 \begin_layout Standard
29356 \begin_inset ERT
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360
29361
29362 \backslash
29363 colorbox{lightgrey}{
29364 \end_layout
29365
29366 \end_inset
29367
29368
29369 \begin_inset Box Frameless
29370 position "t"
29371 hor_pos "c"
29372 has_inner_box 1
29373 inner_pos "t"
29374 use_parbox 0
29375 use_makebox 0
29376 width "100col%"
29377 special "none"
29378 height "1in"
29379 height_special "totalheight"
29380 status open
29381
29382 \begin_layout Plain Layout
29383 これは背景色を付けた文章です。これは背景色を付けた文章です。
29384 \end_layout
29385
29386 \begin_layout Plain Layout
29387 \begin_inset VSpace defskip
29388 \end_inset
29389
29390 ここの文章には脚注
29391 \begin_inset Foot
29392 status collapsed
29393
29394 \begin_layout Plain Layout
29395 脚注の例
29396 \end_layout
29397
29398 \end_inset
29399
29400 を付けることもできますし、図表を挿入することもできます。
29401 \end_layout
29402
29403 \begin_layout Plain Layout
29404 \align center
29405 \begin_inset Tabular
29406 <lyxtabular version="3" rows="3" columns="3">
29407 <features tabularvalignment="middle">
29408 <column alignment="center" valignment="top" width="0">
29409 <column alignment="center" valignment="top" width="0">
29410 <column alignment="center" valignment="top" width="0">
29411 <row>
29412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29413 \begin_inset Text
29414
29415 \begin_layout Plain Layout
29416 a
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29422 \begin_inset Text
29423
29424 \begin_layout Plain Layout
29425 !
29426 \end_layout
29427
29428 \end_inset
29429 </cell>
29430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29431 \begin_inset Text
29432
29433 \begin_layout Plain Layout
29434 3
29435 \end_layout
29436
29437 \end_inset
29438 </cell>
29439 </row>
29440 <row>
29441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29442 \begin_inset Text
29443
29444 \begin_layout Plain Layout
29445 <
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29451 \begin_inset Text
29452
29453 \begin_layout Plain Layout
29454 b2
29455 \begin_inset Quotes erd
29456 \end_inset
29457
29458 |
29459 \end_layout
29460
29461 \end_inset
29462 </cell>
29463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29464 \begin_inset Text
29465
29466 \begin_layout Plain Layout
29467 >
29468 \end_layout
29469
29470 \end_inset
29471 </cell>
29472 </row>
29473 <row>
29474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29475 \begin_inset Text
29476
29477 \begin_layout Plain Layout
29478 1
29479 \end_layout
29480
29481 \end_inset
29482 </cell>
29483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29484 \begin_inset Text
29485
29486 \begin_layout Plain Layout
29487 §
29488 \end_layout
29489
29490 \end_inset
29491 </cell>
29492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29493 \begin_inset Text
29494
29495 \begin_layout Plain Layout
29496 c
29497 \end_layout
29498
29499 \end_inset
29500 </cell>
29501 </row>
29502 </lyxtabular>
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \begin_inset ERT
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516
29517 }
29518 \end_layout
29519
29520 \end_inset
29521
29522
29523 \end_layout
29524
29525 \begin_layout Section
29526 ボックスの伸縮回転
29527 \end_layout
29528
29529 \begin_layout Standard
29530 本節で述べられているコマンドを使用するには、文書プリアンブルで
29531 \end_layout
29532
29533 \begin_layout Standard
29534
29535 \series bold
29536
29537 \backslash
29538 @ifundefined{rotatebox}
29539 \begin_inset Newline newline
29540 \end_inset
29541
29542
29543 \begin_inset Phantom HPhantom
29544 status open
29545
29546 \begin_layout Plain Layout
29547
29548 \series bold
29549 \begin_inset space ~
29550 \end_inset
29551
29552
29553 \end_layout
29554
29555 \end_inset
29556
29557 {
29558 \backslash
29559 usepackage{graphicx}}{}
29560 \end_layout
29561
29562 \begin_layout Standard
29563 というコマンドを使用して、
29564 \series bold
29565 graphicx
29566 \series default
29567
29568 \begin_inset Index idx
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
29573 \end_layout
29574
29575 \end_inset
29576
29577 LaTeXパッケージを読み込む必要があります。
29578 \end_layout
29579
29580 \begin_layout Standard
29581 \begin_inset Note Greyedout
29582 status open
29583
29584 \begin_layout Plain Layout
29585
29586 \series bold
29587 【註】
29588 \series default
29589 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
29590 \end_layout
29591
29592 \end_inset
29593
29594
29595 \end_layout
29596
29597 \begin_layout Standard
29598 \begin_inset Note Greyedout
29599 status open
29600
29601 \begin_layout Plain Layout
29602
29603 \series bold
29604 【註】
29605 \series default
29606 フロートは回転伸縮したボックスの中に入れることはできません。
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \end_layout
29613
29614 \begin_layout Subsection
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 \begin_inset Index idx
29627 status collapsed
29628
29629 \begin_layout Plain Layout
29630 かいてん@回転 ! そざいの@素材の---
29631 \end_layout
29632
29633 \end_inset
29634
29635
29636 \begin_inset Index idx
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640 ず@図 ! のかいてん@---の回転
29641 \end_layout
29642
29643 \end_inset
29644
29645
29646 \begin_inset Index idx
29647 status collapsed
29648
29649 \begin_layout Plain Layout
29650 ひょうのちょうせい@表の調整 ! かいてん@回転
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \end_layout
29657
29658 \begin_layout Standard
29659 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
29660 \series bold
29661
29662 \backslash
29663 rotatebox
29664 \series default
29665 コマンドを使用すれば作成することができます。
29666 \end_layout
29667
29668 \begin_layout Standard
29669
29670 \series bold
29671
29672 \backslash
29673 rotatebox[回転の原点]{回転角}{ボックスの内容}
29674 \end_layout
29675
29676 \begin_layout Standard
29677 回転の原点は、
29678 \series bold
29679 origin=位置
29680 \series default
29681 の形で指定します。位置として指定可能なのは、
29682 \emph on
29683 c
29684 \emph default
29685 (中央揃え)・
29686 \emph on
29687 l
29688 \emph default
29689 (左揃え)・
29690 \emph on
29691 r
29692 \emph default
29693 (右揃え)・
29694 \emph on
29695 b
29696 \emph default
29697 (下揃え)・
29698 \emph on
29699 t
29700 \emph default
29701 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
29702 \emph on
29703 lt
29704 \emph default
29705 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
29706 \emph on
29707 l
29708 \emph default
29709 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
29710 \end_layout
29711
29712 \begin_layout Standard
29713 以下の例では、「回転した」文章の前にTeXコードで
29714 \series bold
29715
29716 \backslash
29717 rotatebox[origin=c]{60}{
29718 \series default
29719 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
29720 \series bold
29721 }
29722 \series default
29723 でボックスを閉じています。
29724 \end_layout
29725
29726 \begin_layout Standard
29727 これは、
29728 \begin_inset ERT
29729 status collapsed
29730
29731 \begin_layout Plain Layout
29732
29733
29734 \backslash
29735 rotatebox[origin=c]{60}{
29736 \end_layout
29737
29738 \end_inset
29739
29740 回転した
29741 \begin_inset ERT
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745
29746 }
29747 \end_layout
29748
29749 \end_inset
29750
29751  文章を含む行です。
29752 \end_layout
29753
29754 \begin_layout Standard
29755 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
29756 \end_layout
29757
29758 \begin_layout Standard
29759 これは、
29760 \begin_inset ERT
29761 status collapsed
29762
29763 \begin_layout Plain Layout
29764
29765
29766 \backslash
29767 rotatebox[origin=r]{-60}{
29768 \end_layout
29769
29770 \end_inset
29771
29772
29773 \begin_inset Box Doublebox
29774 position "c"
29775 hor_pos "c"
29776 has_inner_box 0
29777 inner_pos "c"
29778 use_parbox 0
29779 use_makebox 0
29780 width "1in"
29781 special "width"
29782 height "1in"
29783 height_special "totalheight"
29784 status open
29785
29786 \begin_layout Plain Layout
29787 回転した
29788 \end_layout
29789
29790 \end_inset
29791
29792
29793 \begin_inset ERT
29794 status collapsed
29795
29796 \begin_layout Plain Layout
29797
29798 }
29799 \end_layout
29800
29801 \end_inset
29802
29803 枠付き文章と
29804 \begin_inset ERT
29805 status collapsed
29806
29807 \begin_layout Plain Layout
29808
29809
29810 \backslash
29811 rotatebox[origin=lb]{60}{
29812 \end_layout
29813
29814 \end_inset
29815
29816
29817 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29818 \end_inset
29819
29820
29821 \begin_inset ERT
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825
29826 }
29827 \end_layout
29828
29829 \end_inset
29830
29831 数式を含む行です。
29832 \end_layout
29833
29834 \begin_layout Standard
29835 あるいは、以下のように図や表を入れることもできます。
29836 \end_layout
29837
29838 \begin_layout Standard
29839 これは、
29840 \begin_inset ERT
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844
29845
29846 \backslash
29847 rotatebox[origin=lb]{90}{
29848 \end_layout
29849
29850 \end_inset
29851
29852
29853 \begin_inset Graphics
29854         filename ../clipart/platypus.eps
29855         lyxscale 50
29856         width 25col%
29857
29858 \end_inset
29859
29860
29861 \begin_inset ERT
29862 status collapsed
29863
29864 \begin_layout Plain Layout
29865
29866 }
29867 \end_layout
29868
29869 \end_inset
29870
29871 回転した画像と
29872 \begin_inset ERT
29873 status collapsed
29874
29875 \begin_layout Plain Layout
29876
29877
29878 \backslash
29879 rotatebox[origin=l]{-90}{
29880 \end_layout
29881
29882 \end_inset
29883
29884
29885 \begin_inset Tabular
29886 <lyxtabular version="3" rows="2" columns="2">
29887 <features tabularvalignment="middle">
29888 <column alignment="center" valignment="top" width="0">
29889 <column alignment="center" valignment="top" width="0">
29890 <row>
29891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29892 \begin_inset Text
29893
29894 \begin_layout Plain Layout
29895 q
29896 \end_layout
29897
29898 \end_inset
29899 </cell>
29900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29901 \begin_inset Text
29902
29903 \begin_layout Plain Layout
29904 w
29905 \end_layout
29906
29907 \end_inset
29908 </cell>
29909 </row>
29910 <row>
29911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29912 \begin_inset Text
29913
29914 \begin_layout Plain Layout
29915 e
29916 \end_layout
29917
29918 \end_inset
29919 </cell>
29920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29921 \begin_inset Text
29922
29923 \begin_layout Plain Layout
29924 r
29925 \end_layout
29926
29927 \end_inset
29928 </cell>
29929 </row>
29930 </lyxtabular>
29931
29932 \end_inset
29933
29934
29935 \begin_inset ERT
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939
29940 }
29941 \end_layout
29942
29943 \end_inset
29944
29945 表を含む行です。
29946 \end_layout
29947
29948 \begin_layout Subsection
29949 ボックスの伸縮
29950 \begin_inset Index idx
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \begin_inset Index idx
29961 status collapsed
29962
29963 \begin_layout Plain Layout
29964 しんしゅく@伸縮 ! そざいの@素材の---
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \begin_inset Index idx
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974 ず@図 ! のしんしゅく@---の伸縮
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \begin_inset Index idx
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
29985 \end_layout
29986
29987 \end_inset
29988
29989
29990 \end_layout
29991
29992 \begin_layout Standard
29993 素材を伸縮させるには、TeXコードで
29994 \series bold
29995
29996 \backslash
29997 scalebox
29998 \series default
29999 コマンドと
30000 \series bold
30001
30002 \backslash
30003 resizebox
30004 \series default
30005 コマンドが使えます。
30006 \end_layout
30007
30008 \begin_layout Standard
30009
30010 \series bold
30011
30012 \backslash
30013 scalebox
30014 \series default
30015 は以下の書式で使用します。
30016 \end_layout
30017
30018 \begin_layout Standard
30019
30020 \series bold
30021
30022 \backslash
30023 scalebox{水平方向}[垂直方向]{ボックスの内容}
30024 \end_layout
30025
30026 \begin_layout Standard
30027 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
30028 \end_layout
30029
30030 \begin_layout Standard
30031 たとえば、
30032 \series bold
30033
30034 \backslash
30035 scalebox{2}{こんにちは}
30036 \series default
30037 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
30038 \begin_inset ERT
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042
30043
30044 \backslash
30045 scalebox{2}{
30046 \end_layout
30047
30048 \end_inset
30049
30050 こんにちは
30051 \begin_inset ERT
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055
30056 }
30057 \end_layout
30058
30059 \end_inset
30060
30061 を生成します。
30062 \end_layout
30063
30064 \begin_layout Standard
30065 これに対し、
30066 \series bold
30067
30068 \backslash
30069 scalebox{2}[1]{こんにちは}
30070 \series default
30071 は、
30072 \begin_inset ERT
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076
30077
30078 \backslash
30079 scalebox{2}[1]{
30080 \end_layout
30081
30082 \end_inset
30083
30084 こんにちは
30085 \begin_inset ERT
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089
30090 }
30091 \end_layout
30092
30093 \end_inset
30094
30095 を変形させます。
30096 \end_layout
30097
30098 \begin_layout Standard
30099 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
30100 \series bold
30101
30102 \backslash
30103 scalebox{-1}[1]{こんにちは}
30104 \series default
30105 というコマンドは、右のように反転文字を生成するのに使用できます:
30106 \begin_inset ERT
30107 status collapsed
30108
30109 \begin_layout Plain Layout
30110
30111
30112 \backslash
30113 scalebox{-1}[1]{
30114 \end_layout
30115
30116 \end_inset
30117
30118 こんにちは
30119 \begin_inset ERT
30120 status collapsed
30121
30122 \begin_layout Plain Layout
30123
30124 }
30125 \end_layout
30126
30127 \end_inset
30128
30129
30130 \end_layout
30131
30132 \begin_layout Standard
30133
30134 \series bold
30135
30136 \backslash
30137 scalebox{1}[-1]{こんにちは}
30138 \series default
30139 とすると
30140 \begin_inset ERT
30141 status collapsed
30142
30143 \begin_layout Plain Layout
30144
30145
30146 \backslash
30147 scalebox{1}[-1]{
30148 \end_layout
30149
30150 \end_inset
30151
30152 こんにちは
30153 \begin_inset ERT
30154 status collapsed
30155
30156 \begin_layout Plain Layout
30157
30158 }
30159 \end_layout
30160
30161 \end_inset
30162
30163 のようにベースラインで鏡像にします。
30164 \end_layout
30165
30166 \begin_layout Standard
30167
30168 \series bold
30169
30170 \backslash
30171 scalebox{-1}[1]{ボックスの内容}
30172 \series default
30173 と同じ働きをするものとして
30174 \begin_inset Newline newline
30175 \end_inset
30176
30177
30178 \series bold
30179
30180 \backslash
30181 reflectbox{ボックスの内容}
30182 \series default
30183
30184 \begin_inset Newline newline
30185 \end_inset
30186
30187 というコマンドがあります。
30188 \end_layout
30189
30190 \begin_layout Standard
30191 \begin_inset VSpace bigskip
30192 \end_inset
30193
30194 指定した幅や丈にボックスを伸縮させるには、
30195 \series bold
30196
30197 \backslash
30198 resizebox
30199 \series default
30200 を使用します。このコマンドの書式は
30201 \end_layout
30202
30203 \begin_layout Standard
30204
30205 \series bold
30206
30207 \backslash
30208 resizebox{幅}{丈}{ボックスの内容}
30209 \end_layout
30210
30211 \begin_layout Standard
30212 です。上記二つのコマンド引数のうち一つが感嘆符「
30213 \series bold
30214 !
30215 \series default
30216 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
30217 \end_layout
30218
30219 \begin_layout Standard
30220
30221 \series bold
30222
30223 \backslash
30224 resizebox{2cm}{1cm}{こんにちは}
30225 \series default
30226 というコマンドの出力は、
30227 \begin_inset ERT
30228 status collapsed
30229
30230 \begin_layout Plain Layout
30231
30232
30233 \backslash
30234 resizebox{2cm}{1cm}{
30235 \end_layout
30236
30237 \end_inset
30238
30239 こんにちは
30240 \begin_inset ERT
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244
30245 }
30246 \end_layout
30247
30248 \end_inset
30249
30250 となり、
30251 \begin_inset Newline newline
30252 \end_inset
30253
30254
30255 \series bold
30256
30257 \backslash
30258 resizebox{2cm}{!}{こんにちは}
30259 \series default
30260 というコマンドの出力は、
30261 \begin_inset ERT
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265
30266
30267 \backslash
30268 resizebox{2cm}{!}{
30269 \end_layout
30270
30271 \end_inset
30272
30273 こんにちは
30274 \begin_inset ERT
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278
30279 }
30280 \end_layout
30281
30282 \end_inset
30283
30284 となります。
30285 \end_layout
30286
30287 \begin_layout Standard
30288 \begin_inset VSpace bigskip
30289 \end_inset
30290
30291
30292 \begin_inset Note Greyedout
30293 status open
30294
30295 \begin_layout Plain Layout
30296
30297 \series bold
30298 【註】
30299 \backslash
30300 scalebox
30301 \series default
30302
30303 \series bold
30304
30305 \backslash
30306 resizebox
30307 \series default
30308 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
30309 \end_layout
30310
30311 \end_inset
30312
30313
30314 \end_layout
30315
30316 \begin_layout Standard
30317 \begin_inset VSpace bigskip
30318 \end_inset
30319
30320
30321 \end_layout
30322
30323 \begin_layout Standard
30324 ボックスは好きな順序で組み合わせることができます。たとえば、
30325 \begin_inset Newline newline
30326 \end_inset
30327
30328
30329 \series bold
30330
30331 \backslash
30332 rotatebox[origin=c]{-45}{
30333 \backslash
30334 resizebox{2cm}{!}{
30335 \backslash
30336 reflectbox{こんにちは}}}
30337 \begin_inset Newline newline
30338 \end_inset
30339
30340
30341 \series default
30342 というコマンドは、
30343 \end_layout
30344
30345 \begin_layout Standard
30346 \align center
30347 \begin_inset ERT
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351
30352
30353 \backslash
30354 rotatebox[origin=c]{-45}{
30355 \backslash
30356 resizebox{2cm}{!}{
30357 \backslash
30358 reflectbox{
30359 \end_layout
30360
30361 \end_inset
30362
30363 こんにちは
30364 \begin_inset ERT
30365 status collapsed
30366
30367 \begin_layout Plain Layout
30368
30369 }}}
30370 \end_layout
30371
30372 \end_inset
30373
30374
30375 \end_layout
30376
30377 \begin_layout Standard
30378 \noindent
30379 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
30380 \end_layout
30381
30382 \begin_layout Standard
30383 \align center
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389
30390 \backslash
30391 rotatebox[origin=c]{-30}{
30392 \backslash
30393 resizebox{2cm}{!}{
30394 \backslash
30395 reflectbox{
30396 \end_layout
30397
30398 \end_inset
30399
30400
30401 \begin_inset Graphics
30402         filename ../clipart/platypus.eps
30403         lyxscale 50
30404         width 25col%
30405
30406 \end_inset
30407
30408
30409 \begin_inset ERT
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413
30414 }}}
30415 \end_layout
30416
30417 \end_inset
30418
30419
30420 \begin_inset ERT
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424
30425
30426 \backslash
30427 rotatebox[origin=c]{-45}{
30428 \backslash
30429 resizebox{2cm}{!}{
30430 \backslash
30431 reflectbox{
30432 \end_layout
30433
30434 \end_inset
30435
30436
30437 \begin_inset Tabular
30438 <lyxtabular version="3" rows="2" columns="2">
30439 <features tabularvalignment="middle">
30440 <column alignment="center" valignment="top" width="0">
30441 <column alignment="center" valignment="top" width="0">
30442 <row>
30443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30444 \begin_inset Text
30445
30446 \begin_layout Plain Layout
30447 q
30448 \end_layout
30449
30450 \end_inset
30451 </cell>
30452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30453 \begin_inset Text
30454
30455 \begin_layout Plain Layout
30456 w
30457 \end_layout
30458
30459 \end_inset
30460 </cell>
30461 </row>
30462 <row>
30463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30464 \begin_inset Text
30465
30466 \begin_layout Plain Layout
30467 e
30468 \end_layout
30469
30470 \end_inset
30471 </cell>
30472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30473 \begin_inset Text
30474
30475 \begin_layout Plain Layout
30476 r
30477 \end_layout
30478
30479 \end_inset
30480 </cell>
30481 </row>
30482 </lyxtabular>
30483
30484 \end_inset
30485
30486
30487 \begin_inset ERT
30488 status collapsed
30489
30490 \begin_layout Plain Layout
30491
30492 }}}
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \begin_inset ERT
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502
30503
30504 \backslash
30505 rotatebox[origin=c]{-45}{
30506 \backslash
30507 resizebox{2cm}{!}{
30508 \backslash
30509 reflectbox{
30510 \end_layout
30511
30512 \end_inset
30513
30514
30515 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30516 \end_inset
30517
30518
30519 \begin_inset ERT
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523
30524 }}}
30525 \end_layout
30526
30527 \end_inset
30528
30529
30530 \end_layout
30531
30532 \begin_layout Standard
30533 文書で大域的に数式様式
30534 \series bold
30535 fleqn
30536 \series default
30537 を使用している場合
30538 \begin_inset Foot
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
30543 \end_layout
30544
30545 \end_inset
30546
30547 には、別行建て数式も伸縮させることができます。
30548 \end_layout
30549
30550 \begin_layout Chapter
30551
30552 \lang english
30553 Objects Surrounded by Text
30554 \begin_inset Index idx
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558
30559 \lang english
30560 Surrounded by text
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \end_layout
30567
30568 \begin_layout Section
30569 折返しフロート
30570 \begin_inset CommandInset label
30571 LatexCommand label
30572 name "sec:折返しフロート"
30573
30574 \end_inset
30575
30576
30577 \begin_inset Index idx
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581 ふろーと@フロート ! おりかえしふろーと@折返しフロート
30582 \end_layout
30583
30584 \end_inset
30585
30586
30587 \lang english
30588
30589 \begin_inset Index idx
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593
30594 \lang english
30595 Surrounded by text ! Wrap Floats
30596 \end_layout
30597
30598 \end_inset
30599
30600
30601 \end_layout
30602
30603 \begin_layout Standard
30604 \begin_inset Wrap figure
30605 lines 0
30606 placement l
30607 overhang 1cm
30608 width "40col%"
30609 status open
30610
30611 \begin_layout Plain Layout
30612 \begin_inset Graphics
30613         filename ../clipart/mobius.eps
30614         width 40col%
30615         scaleBeforeRotation
30616         rotateOrigin center
30617
30618 \end_inset
30619
30620
30621 \end_layout
30622
30623 \begin_layout Plain Layout
30624 \begin_inset Caption
30625
30626 \begin_layout Plain Layout
30627 \begin_inset CommandInset label
30628 LatexCommand label
30629 name "fig:折返し図フロート"
30630
30631 \end_inset
30632
30633 これは折返し図フロートです。
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \end_inset
30642
30643 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
30644 \series bold
30645 wrapfig
30646 \series default
30647
30648 \begin_inset Index idx
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
30653 \end_layout
30654
30655 \end_inset
30656
30657 を導入済みであれば、
30658 \family sans
30659 挿入\SpecialChar \menuseparator
30660 フロート\SpecialChar \menuseparator
30661 折返し図フロート
30662 \family default
30663
30664 \family sans
30665 折返し表フロート
30666 \family default
30667 メニューで挿入することができます
30668 \begin_inset Foot
30669 status collapsed
30670
30671 \begin_layout Plain Layout
30672 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
30673 \end_layout
30674
30675 \end_inset
30676
30677 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
30678 \family sans
30679 配置
30680 \family default
30681
30682 \family sans
30683
30684 \family default
30685 です。非必須項目として、
30686 \family sans
30687 ぶら下げ
30688 \family default
30689
30690 \family sans
30691 行幅
30692 \family default
30693 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
30694 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
30695 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
30696 \begin_inset CommandInset ref
30697 LatexCommand ref
30698 reference "fig:折返し図フロート"
30699
30700 \end_inset
30701
30702 図は、40
30703 \begin_inset space \thinspace{}
30704 \end_inset
30705
30706 列幅%の幅と1
30707 \begin_inset space \thinspace{}
30708 \end_inset
30709
30710 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
30711 \begin_inset Foot
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715 使うことのできる単位は付録
30716 \begin_inset CommandInset ref
30717 LatexCommand ref
30718 reference "cha:LyXで使用できる単位"
30719
30720 \end_inset
30721
30722 に収録してあります。
30723 \end_layout
30724
30725 \end_inset
30726
30727
30728 \end_layout
30729
30730 \begin_layout Standard
30731 \begin_inset Note Greyedout
30732 status open
30733
30734 \begin_layout Plain Layout
30735
30736 \series bold
30737 【註】
30738 \series default
30739 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
30740 上書きされて出力されたりします。
30741 \end_layout
30742
30743 \end_inset
30744
30745
30746 \end_layout
30747
30748 \begin_layout Standard
30749 原則として、
30750 \end_layout
30751
30752 \begin_layout Itemize
30753 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
30754 うになってから、正確な位置に挿入しなくてはなりません。
30755 \end_layout
30756
30757 \begin_layout Itemize
30758 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
30759 \end_layout
30760
30761 \begin_layout Itemize
30762 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
30763 \end_layout
30764
30765 \begin_layout Itemize
30766 折返しフロートは、節見出しや表中に入れることは認められていません。
30767 \end_layout
30768
30769 \begin_layout Itemize
30770
30771 \lang english
30772 Their numbering and referencing works as described in chap.
30773 \lang japanese
30774
30775 \begin_inset space \thinspace{}
30776 \end_inset
30777
30778
30779 \begin_inset CommandInset ref
30780 LatexCommand ref
30781 reference "chap:フロート"
30782
30783 \end_inset
30784
30785 .
30786 \end_layout
30787
30788 \begin_layout Section
30789
30790 \lang english
30791 Surrounded Fixed Objects
30792 \begin_inset Index idx
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797 \lang english
30798 Surrounded by text ! Fixed objects
30799 \end_layout
30800
30801 \end_inset
30802
30803
30804 \end_layout
30805
30806 \begin_layout Standard
30807
30808 \lang english
30809 The wrap floats described in sec.
30810 \lang japanese
30811
30812 \begin_inset space \thinspace{}
30813 \end_inset
30814
30815
30816 \begin_inset CommandInset ref
30817 LatexCommand ref
30818 reference "sec:折返しフロート"
30819
30820 \end_inset
30821
30822  
30823 \lang english
30824 have these positions in the paragraph:
30825 \end_layout
30826
30827 \begin_layout Standard
30828 \noindent
30829 \align center
30830
30831 \lang english
30832 \begin_inset Tabular
30833 <lyxtabular version="3" rows="2" columns="2">
30834 <features tabularvalignment="middle">
30835 <column alignment="center" valignment="top" width="0">
30836 <column alignment="center" valignment="top" width="0">
30837 <row>
30838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30839 \begin_inset Text
30840
30841 \begin_layout Plain Layout
30842
30843 \lang english
30844 \begin_inset Graphics
30845         filename ../../images/dialog-show-new-inset_graphics.png
30846         scale 70
30847         scaleBeforeRotation
30848
30849 \end_inset
30850
30851
30852 \end_layout
30853
30854 \end_inset
30855 </cell>
30856 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30857 \begin_inset Text
30858
30859 \begin_layout Plain Layout
30860
30861 \lang english
30862 text
30863 \end_layout
30864
30865 \end_inset
30866 </cell>
30867 </row>
30868 <row>
30869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30870 \begin_inset Text
30871
30872 \begin_layout Plain Layout
30873
30874 \lang english
30875 text
30876 \end_layout
30877
30878 \end_inset
30879 </cell>
30880 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30881 \begin_inset Text
30882
30883 \begin_layout Plain Layout
30884
30885 \lang english
30886 text
30887 \end_layout
30888
30889 \end_inset
30890 </cell>
30891 </row>
30892 </lyxtabular>
30893
30894 \end_inset
30895
30896  or 
30897 \begin_inset Tabular
30898 <lyxtabular version="3" rows="2" columns="2">
30899 <features tabularvalignment="middle">
30900 <column alignment="center" valignment="top" width="0">
30901 <column alignment="center" valignment="top" width="0">
30902 <row>
30903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30904 \begin_inset Text
30905
30906 \begin_layout Plain Layout
30907
30908 \lang english
30909 text
30910 \end_layout
30911
30912 \end_inset
30913 </cell>
30914 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30915 \begin_inset Text
30916
30917 \begin_layout Plain Layout
30918
30919 \lang english
30920 \begin_inset Graphics
30921         filename ../../images/dialog-show-new-inset_graphics.png
30922         scale 70
30923         scaleBeforeRotation
30924
30925 \end_inset
30926
30927
30928 \end_layout
30929
30930 \end_inset
30931 </cell>
30932 </row>
30933 <row>
30934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30935 \begin_inset Text
30936
30937 \begin_layout Plain Layout
30938
30939 \lang english
30940 text
30941 \end_layout
30942
30943 \end_inset
30944 </cell>
30945 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30946 \begin_inset Text
30947
30948 \begin_layout Plain Layout
30949
30950 \lang english
30951 text
30952 \end_layout
30953
30954 \end_inset
30955 </cell>
30956 </row>
30957 </lyxtabular>
30958
30959 \end_inset
30960
30961
30962 \end_layout
30963
30964 \begin_layout Standard
30965
30966 \lang english
30967 To get an object exactly at the position where it is inserted, for example
30968  to get one of these positions:
30969 \begin_inset VSpace defskip
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \begin_layout Standard
30976 \noindent
30977 \align center
30978
30979 \lang english
30980 \begin_inset Tabular
30981 <lyxtabular version="3" rows="2" columns="2">
30982 <features tabularvalignment="middle">
30983 <column alignment="center" valignment="top" width="0">
30984 <column alignment="center" valignment="top" width="0">
30985 <row>
30986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30987 \begin_inset Text
30988
30989 \begin_layout Plain Layout
30990
30991 \lang english
30992 text
30993 \end_layout
30994
30995 \end_inset
30996 </cell>
30997 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30998 \begin_inset Text
30999
31000 \begin_layout Plain Layout
31001
31002 \lang english
31003 text
31004 \end_layout
31005
31006 \end_inset
31007 </cell>
31008 </row>
31009 <row>
31010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31011 \begin_inset Text
31012
31013 \begin_layout Plain Layout
31014
31015 \lang english
31016 \begin_inset Graphics
31017         filename ../../images/dialog-show-new-inset_graphics.png
31018         scale 70
31019         scaleBeforeRotation
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \end_inset
31027 </cell>
31028 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31029 \begin_inset Text
31030
31031 \begin_layout Plain Layout
31032
31033 \lang english
31034 text
31035 \end_layout
31036
31037 \end_inset
31038 </cell>
31039 </row>
31040 </lyxtabular>
31041
31042 \end_inset
31043
31044  
31045 \begin_inset Tabular
31046 <lyxtabular version="3" rows="2" columns="2">
31047 <features tabularvalignment="middle">
31048 <column alignment="center" valignment="top" width="0">
31049 <column alignment="center" valignment="top" width="0">
31050 <row>
31051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31052 \begin_inset Text
31053
31054 \begin_layout Plain Layout
31055
31056 \lang english
31057 text
31058 \end_layout
31059
31060 \end_inset
31061 </cell>
31062 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31063 \begin_inset Text
31064
31065 \begin_layout Plain Layout
31066
31067 \lang english
31068 text
31069 \end_layout
31070
31071 \end_inset
31072 </cell>
31073 </row>
31074 <row>
31075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31076 \begin_inset Text
31077
31078 \begin_layout Plain Layout
31079
31080 \lang english
31081 text
31082 \end_layout
31083
31084 \end_inset
31085 </cell>
31086 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31087 \begin_inset Text
31088
31089 \begin_layout Plain Layout
31090
31091 \lang english
31092 \begin_inset Graphics
31093         filename ../../images/dialog-show-new-inset_graphics.png
31094         scale 70
31095         scaleBeforeRotation
31096
31097 \end_inset
31098
31099
31100 \end_layout
31101
31102 \end_inset
31103 </cell>
31104 </row>
31105 </lyxtabular>
31106
31107 \end_inset
31108
31109  
31110 \begin_inset Tabular
31111 <lyxtabular version="3" rows="2" columns="3">
31112 <features tabularvalignment="middle">
31113 <column alignment="center" valignment="top" width="0">
31114 <column alignment="center" valignment="top" width="0">
31115 <column alignment="center" valignment="top" width="0">
31116 <row>
31117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31118 \begin_inset Text
31119
31120 \begin_layout Plain Layout
31121
31122 \lang english
31123 text
31124 \end_layout
31125
31126 \end_inset
31127 </cell>
31128 <cell alignment="center" valignment="top" topline="true" usebox="none">
31129 \begin_inset Text
31130
31131 \begin_layout Plain Layout
31132
31133 \lang english
31134 \begin_inset Graphics
31135         filename ../../images/dialog-show-new-inset_graphics.png
31136         scale 70
31137         scaleBeforeRotation
31138
31139 \end_inset
31140
31141
31142 \end_layout
31143
31144 \end_inset
31145 </cell>
31146 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31147 \begin_inset Text
31148
31149 \begin_layout Plain Layout
31150
31151 \lang english
31152 text
31153 \end_layout
31154
31155 \end_inset
31156 </cell>
31157 </row>
31158 <row>
31159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31160 \begin_inset Text
31161
31162 \begin_layout Plain Layout
31163
31164 \lang english
31165 text
31166 \end_layout
31167
31168 \end_inset
31169 </cell>
31170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31171 \begin_inset Text
31172
31173 \begin_layout Plain Layout
31174
31175 \lang english
31176 text
31177 \end_layout
31178
31179 \end_inset
31180 </cell>
31181 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31182 \begin_inset Text
31183
31184 \begin_layout Plain Layout
31185
31186 \lang english
31187 text
31188 \end_layout
31189
31190 \end_inset
31191 </cell>
31192 </row>
31193 </lyxtabular>
31194
31195 \end_inset
31196
31197  
31198 \begin_inset Tabular
31199 <lyxtabular version="3" rows="2" columns="3">
31200 <features tabularvalignment="middle">
31201 <column alignment="center" valignment="top" width="0">
31202 <column alignment="center" valignment="top" width="0">
31203 <column alignment="center" valignment="top" width="0">
31204 <row>
31205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31206 \begin_inset Text
31207
31208 \begin_layout Plain Layout
31209
31210 \lang english
31211 text
31212 \end_layout
31213
31214 \end_inset
31215 </cell>
31216 <cell alignment="center" valignment="top" topline="true" usebox="none">
31217 \begin_inset Text
31218
31219 \begin_layout Plain Layout
31220
31221 \lang english
31222 text
31223 \end_layout
31224
31225 \end_inset
31226 </cell>
31227 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31228 \begin_inset Text
31229
31230 \begin_layout Plain Layout
31231
31232 \lang english
31233 text
31234 \end_layout
31235
31236 \end_inset
31237 </cell>
31238 </row>
31239 <row>
31240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31241 \begin_inset Text
31242
31243 \begin_layout Plain Layout
31244
31245 \lang english
31246 text
31247 \end_layout
31248
31249 \end_inset
31250 </cell>
31251 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31252 \begin_inset Text
31253
31254 \begin_layout Plain Layout
31255
31256 \lang english
31257 \begin_inset Graphics
31258         filename ../../images/dialog-show-new-inset_graphics.png
31259         scale 70
31260         scaleBeforeRotation
31261
31262 \end_inset
31263
31264
31265 \end_layout
31266
31267 \end_inset
31268 </cell>
31269 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31270 \begin_inset Text
31271
31272 \begin_layout Plain Layout
31273
31274 \lang english
31275 text
31276 \end_layout
31277
31278 \end_inset
31279 </cell>
31280 </row>
31281 </lyxtabular>
31282
31283 \end_inset
31284
31285
31286 \end_layout
31287
31288 \begin_layout Standard
31289 \noindent
31290 \align center
31291
31292 \lang english
31293 \begin_inset Tabular
31294 <lyxtabular version="3" rows="3" columns="2">
31295 <features tabularvalignment="middle">
31296 <column alignment="center" valignment="top" width="0">
31297 <column alignment="center" valignment="top" width="0">
31298 <row>
31299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31300 \begin_inset Text
31301
31302 \begin_layout Plain Layout
31303
31304 \lang english
31305 text
31306 \end_layout
31307
31308 \end_inset
31309 </cell>
31310 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31311 \begin_inset Text
31312
31313 \begin_layout Plain Layout
31314
31315 \lang english
31316 text
31317 \end_layout
31318
31319 \end_inset
31320 </cell>
31321 </row>
31322 <row>
31323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31324 \begin_inset Text
31325
31326 \begin_layout Plain Layout
31327
31328 \lang english
31329 \begin_inset Graphics
31330         filename ../../images/dialog-show-new-inset_graphics.png
31331         scale 70
31332         scaleBeforeRotation
31333
31334 \end_inset
31335
31336
31337 \end_layout
31338
31339 \end_inset
31340 </cell>
31341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
31342 \begin_inset Text
31343
31344 \begin_layout Plain Layout
31345
31346 \lang english
31347 text
31348 \end_layout
31349
31350 \end_inset
31351 </cell>
31352 </row>
31353 <row>
31354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31355 \begin_inset Text
31356
31357 \begin_layout Plain Layout
31358
31359 \lang english
31360 text
31361 \end_layout
31362
31363 \end_inset
31364 </cell>
31365 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31366 \begin_inset Text
31367
31368 \begin_layout Plain Layout
31369
31370 \lang english
31371 text
31372 \end_layout
31373
31374 \end_inset
31375 </cell>
31376 </row>
31377 </lyxtabular>
31378
31379 \end_inset
31380
31381  
31382 \begin_inset Tabular
31383 <lyxtabular version="3" rows="3" columns="3">
31384 <features tabularvalignment="middle">
31385 <column alignment="center" valignment="top" width="0">
31386 <column alignment="center" valignment="top" width="0">
31387 <column alignment="center" valignment="top" width="0">
31388 <row>
31389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31390 \begin_inset Text
31391
31392 \begin_layout Plain Layout
31393
31394 \lang english
31395 text
31396 \end_layout
31397
31398 \end_inset
31399 </cell>
31400 <cell alignment="center" valignment="top" topline="true" usebox="none">
31401 \begin_inset Text
31402
31403 \begin_layout Plain Layout
31404
31405 \lang english
31406 text
31407 \end_layout
31408
31409 \end_inset
31410 </cell>
31411 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31412 \begin_inset Text
31413
31414 \begin_layout Plain Layout
31415
31416 \lang english
31417 text
31418 \end_layout
31419
31420 \end_inset
31421 </cell>
31422 </row>
31423 <row>
31424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31425 \begin_inset Text
31426
31427 \begin_layout Plain Layout
31428
31429 \lang english
31430 text
31431 \end_layout
31432
31433 \end_inset
31434 </cell>
31435 <cell alignment="center" valignment="top" usebox="none">
31436 \begin_inset Text
31437
31438 \begin_layout Plain Layout
31439
31440 \lang english
31441 \begin_inset Graphics
31442         filename ../../images/dialog-show-new-inset_graphics.png
31443         scale 70
31444         scaleBeforeRotation
31445
31446 \end_inset
31447
31448
31449 \end_layout
31450
31451 \end_inset
31452 </cell>
31453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
31454 \begin_inset Text
31455
31456 \begin_layout Plain Layout
31457
31458 \lang english
31459 text
31460 \end_layout
31461
31462 \end_inset
31463 </cell>
31464 </row>
31465 <row>
31466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31467 \begin_inset Text
31468
31469 \begin_layout Plain Layout
31470
31471 \lang english
31472 text
31473 \end_layout
31474
31475 \end_inset
31476 </cell>
31477 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31478 \begin_inset Text
31479
31480 \begin_layout Plain Layout
31481
31482 \lang english
31483 text
31484 \end_layout
31485
31486 \end_inset
31487 </cell>
31488 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31489 \begin_inset Text
31490
31491 \begin_layout Plain Layout
31492
31493 \lang english
31494 text
31495 \end_layout
31496
31497 \end_inset
31498 </cell>
31499 </row>
31500 </lyxtabular>
31501
31502 \end_inset
31503
31504  
31505 \begin_inset Tabular
31506 <lyxtabular version="3" rows="3" columns="2">
31507 <features tabularvalignment="middle">
31508 <column alignment="center" valignment="top" width="0">
31509 <column alignment="center" valignment="top" width="0">
31510 <row>
31511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31512 \begin_inset Text
31513
31514 \begin_layout Plain Layout
31515
31516 \lang english
31517 text
31518 \end_layout
31519
31520 \end_inset
31521 </cell>
31522 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31523 \begin_inset Text
31524
31525 \begin_layout Plain Layout
31526
31527 \lang english
31528 text
31529 \end_layout
31530
31531 \end_inset
31532 </cell>
31533 </row>
31534 <row>
31535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31536 \begin_inset Text
31537
31538 \begin_layout Plain Layout
31539
31540 \lang english
31541 text
31542 \end_layout
31543
31544 \end_inset
31545 </cell>
31546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
31547 \begin_inset Text
31548
31549 \begin_layout Plain Layout
31550
31551 \lang english
31552 \begin_inset Graphics
31553         filename ../../images/dialog-show-new-inset_graphics.png
31554         scale 70
31555         scaleBeforeRotation
31556
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \end_inset
31563 </cell>
31564 </row>
31565 <row>
31566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31567 \begin_inset Text
31568
31569 \begin_layout Plain Layout
31570
31571 \lang english
31572 text
31573 \end_layout
31574
31575 \end_inset
31576 </cell>
31577 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31578 \begin_inset Text
31579
31580 \begin_layout Plain Layout
31581
31582 \lang english
31583 text
31584 \end_layout
31585
31586 \end_inset
31587 </cell>
31588 </row>
31589 </lyxtabular>
31590
31591 \end_inset
31592
31593
31594 \end_layout
31595
31596 \begin_layout Standard
31597 \noindent
31598
31599 \lang english
31600 you can use the LaTeX-package
31601 \lang japanese
31602  
31603 \series bold
31604 picinpar
31605 \series default
31606
31607 \begin_inset Index idx
31608 status collapsed
31609
31610 \begin_layout Plain Layout
31611 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
31612 \end_layout
31613
31614 \end_inset
31615
31616 .
31617  
31618 \lang english
31619 Here is an example
31620 \lang japanese
31621 :
31622 \end_layout
31623
31624 \begin_layout Standard
31625 \begin_inset ERT
31626 status collapsed
31627
31628 \begin_layout Plain Layout
31629
31630
31631 \backslash
31632 ifpicinpar
31633 \end_layout
31634
31635 \end_inset
31636
31637
31638 \begin_inset Note Note
31639 status open
31640
31641 \begin_layout Plain Layout
31642 以下の部分は、LaTeXパッケージ
31643 \series bold
31644 picinpar
31645 \series default
31646 が導入されているときのみ表示されます。
31647 \end_layout
31648
31649 \end_inset
31650
31651
31652 \end_layout
31653
31654 \begin_layout Standard
31655 \begin_inset ERT
31656 status collapsed
31657
31658 \begin_layout Plain Layout
31659
31660
31661 \backslash
31662 begin{window}[2,c,{
31663 \end_layout
31664
31665 \end_inset
31666
31667
31668 \begin_inset Graphics
31669         filename ../clipart/mobius.eps
31670         lyxscale 60
31671         width 40col%
31672         scaleBeforeRotation
31673         rotateOrigin center
31674
31675 \end_inset
31676
31677
31678 \begin_inset ERT
31679 status collapsed
31680
31681 \begin_layout Plain Layout
31682
31683 },]
31684 \end_layout
31685
31686 \begin_layout Plain Layout
31687
31688 {}
31689 \end_layout
31690
31691 \end_inset
31692
31693
31694 \size small
31695 \lang english
31696 It was in the spring of the year 1894 that all London was interested, and
31697  the fashionable world dismayed, by the murder of the Honourable Ronald
31698  Adair under most unusual and inexplicable circumstances.
31699  The public has already learned those particulars of the crime which
31700 \size default
31701
31702 \begin_inset ERT
31703 status collapsed
31704
31705 \begin_layout Plain Layout
31706
31707
31708 \backslash
31709 footnotemark{}
31710 \end_layout
31711
31712 \end_inset
31713
31714
31715 \size small
31716  came out in the police investigation, but a good deal was suppressed upon
31717  that occasion, since the case for the prosecution was so overwhelmingly
31718  strong that it was not necessary to bring forward all the facts.
31719  Only now, at the end of nearly ten years, am I allowed to supply those
31720  missing links which make up the whole of that remarkable chain
31721 \lang japanese
31722 .
31723 \size default
31724
31725 \begin_inset ERT
31726 status collapsed
31727
31728 \begin_layout Plain Layout
31729
31730
31731 \backslash
31732 end{window}
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \begin_layout Standard
31741
31742 \lang english
31743 \begin_inset ERT
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747
31748
31749 \backslash
31750 footnotetext{
31751 \end_layout
31752
31753 \end_inset
31754
31755 Footnote of the paragraph with the fixed object.
31756 \begin_inset ERT
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760
31761 }
31762 \end_layout
31763
31764 \end_inset
31765
31766
31767 \end_layout
31768
31769 \begin_layout Standard
31770
31771 \lang english
31772 Surrounded fixed objects are used to let text float around them, at which
31773  the object's position in the paragraph can be determined by the number
31774  of lines above it.
31775  In contrary to floats is it not possible to have a numbered caption.
31776 \end_layout
31777
31778 \begin_layout Standard
31779
31780 \lang english
31781 A fixed object is inserted by adding the command
31782 \end_layout
31783
31784 \begin_layout Standard
31785
31786 \series bold
31787
31788 \backslash
31789 begin{window}[2,c,{
31790 \end_layout
31791
31792 \begin_layout Standard
31793
31794 \lang english
31795 as TeX Code at the beginning of the paragraph.
31796  The first parameter in the bracket, here '2', defines the number of lines
31797  above the object, the second, here 'c', the position of the object.
31798  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
31799  Behind the command you insert the object.
31800  In this example an image with a width of 40
31801 \begin_inset space \thinspace{}
31802 \end_inset
31803
31804 % of the text column width was inserted.
31805  The object can also be a table, a box or an equation.
31806  Behind the object the command
31807 \end_layout
31808
31809 \begin_layout Standard
31810
31811 \series bold
31812 },description text]
31813 \begin_inset Newline newline
31814 \end_inset
31815
31816 {}
31817 \end_layout
31818
31819 \begin_layout Standard
31820
31821 \lang english
31822 is inserted.
31823  Note that the 
31824 \begin_inset Quotes eld
31825 \end_inset
31826
31827
31828 \series bold
31829 {}
31830 \series default
31831
31832 \begin_inset Quotes erd
31833 \end_inset
31834
31835  is in the second line.
31836  The description text is optional.
31837  The text surrounding the object must be in the same paragraph as the object,
31838  so it must begin directly after the 
31839 \series bold
31840 {}
31841 \series default
31842 .
31843  At the end of the paragraph insert the command:
31844 \end_layout
31845
31846 \begin_layout Standard
31847
31848 \series bold
31849
31850 \backslash
31851 end{window}
31852 \end_layout
31853
31854 \begin_layout Standard
31855
31856 \lang english
31857 Within a paragraph with a fixed object, you cannot insert footnotes in the
31858  normal way.
31859  You have to use instead the command 
31860 \series bold
31861
31862 \backslash
31863 footnotemark
31864 \series default
31865  inside the paragraph and outside the command 
31866 \series bold
31867
31868 \backslash
31869 footnotetext
31870 \series default
31871  as described in sec.
31872 \lang japanese
31873
31874 \begin_inset space \thinspace{}
31875 \end_inset
31876
31877
31878 \begin_inset CommandInset ref
31879 LatexCommand ref
31880 reference "sec:脚注"
31881
31882 \end_inset
31883
31884 .
31885 \end_layout
31886
31887 \begin_layout Standard
31888 \begin_inset ERT
31889 status collapsed
31890
31891 \begin_layout Plain Layout
31892
31893
31894 \backslash
31895 else
31896 \end_layout
31897
31898 \end_inset
31899
31900
31901 \begin_inset Note Note
31902 status open
31903
31904 \begin_layout Plain Layout
31905 以下の部分は、LaTeXパッケージ
31906 \series bold
31907 picinpar
31908 \series default
31909 が導入されていないときのみ表示されます。
31910 \end_layout
31911
31912 \end_inset
31913
31914
31915 \end_layout
31916
31917 \begin_layout Standard
31918 本節の以下の部分を出力に表示するには、LaTeXパッケージ
31919 \series bold
31920 picinpar
31921 \series default
31922 を導入する必要があります。
31923 \end_layout
31924
31925 \begin_layout Standard
31926 \begin_inset ERT
31927 status collapsed
31928
31929 \begin_layout Plain Layout
31930
31931
31932 \backslash
31933 fi
31934 \end_layout
31935
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \begin_layout Section
31942
31943 \lang english
31944 Initials
31945 \begin_inset Index idx
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949
31950 \lang english
31951 Initials
31952 \end_layout
31953
31954 \end_inset
31955
31956
31957 \begin_inset Index idx
31958 status collapsed
31959
31960 \begin_layout Plain Layout
31961
31962 \lang english
31963 Surrounded by text ! Initials
31964 \end_layout
31965
31966 \end_inset
31967
31968
31969 \end_layout
31970
31971 \begin_layout Standard
31972
31973 \lang english
31974 To use initials, you must have the LaTeX package
31975 \lang japanese
31976  
31977 \series bold
31978 lettrine
31979 \series default
31980
31981 \begin_inset Index idx
31982 status collapsed
31983
31984 \begin_layout Plain Layout
31985 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
31986 \end_layout
31987
31988 \end_inset
31989
31990  
31991 \lang english
31992 installed and use the module 
31993 \family sans
31994 Initials
31995 \family default
31996  in your document (menu 
31997 \family sans
31998 Document\SpecialChar \menuseparator
31999 Settings\SpecialChar \menuseparator
32000 Modules
32001 \family default
32002 ).
32003  To insert an initial, use the style 
32004 \family sans
32005 Initial
32006 \family default
32007 .
32008  This style has a mandatory and an optional argument.
32009  The mandatory argument is inserted via the menu 
32010 \family sans
32011 Insert\SpecialChar \menuseparator
32012 Short
32013 \begin_inset space ~
32014 \end_inset
32015
32016 Title
32017 \family default
32018  and contains the letter that is the initial.
32019  To use the also the optional argument, insert another argument in front
32020  of the mandatory argument.
32021  This one contains parameters to modify the initial.
32022  For more information about the possible parameters see the documentation
32023  of
32024 \lang japanese
32025  
32026 \series bold
32027 lettrine
32028 \series default
32029
32030 \begin_inset CommandInset citation
32031 LatexCommand cite
32032 key "lettrine"
32033
32034 \end_inset
32035
32036 .
32037  
32038 \lang english
32039 The style itself contains the text that is surrounding the initial.
32040  The usual style is hereby that the word whose first letter is the initial,
32041  is printed with 
32042 \shape smallcaps
32043 small caps
32044 \shape default
32045 .
32046  To tell LaTeX where this word is finished, add a closing brace '
32047 \series bold
32048 }
32049 \series default
32050 ' as TeX Code behind it.
32051  At the end of the style there must be an opening brace '
32052 \series bold
32053 {
32054 \series default
32055 ' as TeX Code.
32056 \end_layout
32057
32058 \begin_layout Standard
32059
32060 \lang english
32061 Here are some examples:
32062 \end_layout
32063
32064 \begin_layout Standard
32065 \begin_inset ERT
32066 status collapsed
32067
32068 \begin_layout Plain Layout
32069
32070
32071 \backslash
32072 iflettrine
32073 \end_layout
32074
32075 \end_inset
32076
32077
32078 \begin_inset Note Note
32079 status open
32080
32081 \begin_layout Plain Layout
32082 以下の部分は、LaTeXパッケージ
32083 \series bold
32084 lettrine
32085 \series default
32086 が導入されているときのみ表示されます。
32087 \end_layout
32088
32089 \end_inset
32090
32091
32092 \end_layout
32093
32094 \begin_layout Enumerate
32095
32096 \lang english
32097 No optional argument, the initial is the letter 'I' in the math font 
32098 \begin_inset Formula $\mathfrak{Fraktur}$
32099 \end_inset
32100
32101 :
32102 \end_layout
32103
32104 \begin_deeper
32105 \begin_layout Initial
32106 \begin_inset Argument
32107 status open
32108
32109 \begin_layout Plain Layout
32110 \begin_inset Formula $\mathfrak{I}$
32111 \end_inset
32112
32113
32114 \end_layout
32115
32116 \end_inset
32117
32118 t
32119 \begin_inset ERT
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123
32124 }
32125 \end_layout
32126
32127 \end_inset
32128
32129  
32130 \lang english
32131 was in the spring of the year 1894 that all London was interested, and the
32132  fashionable world dismayed, by the murder of the Honourable Ronald Adair
32133  under most unusual and inexplicable circumstances.
32134  The public has already learned those particulars of the crime which came
32135  out in the police investigation, but a good deal was suppressed upon that
32136  occasion, since the case for the prosecution was so overwhelmingly strong
32137  that it was not necessary to bring forward all the facts.
32138 \lang japanese
32139
32140 \begin_inset ERT
32141 status collapsed
32142
32143 \begin_layout Plain Layout
32144
32145 {
32146 \end_layout
32147
32148 \end_inset
32149
32150
32151 \lang english
32152
32153 \begin_inset Newpage newpage
32154 \end_inset
32155
32156
32157 \end_layout
32158
32159 \end_deeper
32160 \begin_layout Enumerate
32161
32162 \lang english
32163 Only one line is surrounding the initial, which is formed by two letters
32164  in standard font and no text is printed in small caps:
32165 \end_layout
32166
32167 \begin_deeper
32168 \begin_layout Initial
32169 \begin_inset Argument
32170 status open
32171
32172 \begin_layout Plain Layout
32173 lines=1
32174 \end_layout
32175
32176 \end_inset
32177
32178
32179 \begin_inset Argument
32180 status open
32181
32182 \begin_layout Plain Layout
32183 It
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \begin_inset ERT
32190 status collapsed
32191
32192 \begin_layout Plain Layout
32193
32194 }
32195 \end_layout
32196
32197 \end_inset
32198
32199  
32200 \lang english
32201 was in the spring of the year 1894 that all London was interested, and the
32202  fashionable world dismayed, by the murder of the Honourable Ronald Adair
32203  under most unusual and inexplicable circumstances.
32204  The public has already learned those particulars of the crime which came
32205  out in the police investigation, but a good deal was suppressed upon that
32206  occasion, since the case for the prosecution was so overwhelmingly strong
32207  that it was not necessary to bring forward all the facts.
32208 \lang japanese
32209
32210 \begin_inset ERT
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214
32215 {
32216 \end_layout
32217
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \end_deeper
32224 \begin_layout Enumerate
32225
32226 \lang english
32227 Magenta, hanging initial over 3
32228 \begin_inset space ~
32229 \end_inset
32230
32231 lines in the math font 
32232 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
32233 \end_inset
32234
32235 , the text 
32236 \begin_inset Quotes eld
32237 \end_inset
32238
32239 t was in the spring
32240 \begin_inset Quotes erd
32241 \end_inset
32242
32243  is in 
32244 \shape smallcaps
32245 small caps
32246 \shape default
32247 ; to color the initial, you must insert this command before the initial:
32248 \begin_inset Newline newline
32249 \end_inset
32250
32251
32252 \series bold
32253
32254 \backslash
32255 renewcommand{
32256 \backslash
32257 LettrineFontHook}{
32258 \backslash
32259 color{color}}
32260 \series default
32261
32262 \begin_inset Newline newline
32263 \end_inset
32264
32265 where the second 
32266 \emph on
32267 color
32268 \emph default
32269  can be 
32270 \begin_inset Quotes eld
32271 \end_inset
32272
32273 red
32274 \begin_inset Quotes erd
32275 \end_inset
32276
32277
32278 \begin_inset Quotes eld
32279 \end_inset
32280
32281 blue
32282 \begin_inset Quotes erd
32283 \end_inset
32284
32285
32286 \begin_inset Quotes eld
32287 \end_inset
32288
32289 green
32290 \begin_inset Quotes erd
32291 \end_inset
32292
32293
32294 \begin_inset Quotes eld
32295 \end_inset
32296
32297 yellow
32298 \begin_inset Quotes erd
32299 \end_inset
32300
32301
32302 \begin_inset Quotes eld
32303 \end_inset
32304
32305 cyan
32306 \begin_inset Quotes erd
32307 \end_inset
32308
32309
32310 \begin_inset Quotes eld
32311 \end_inset
32312
32313 magenta
32314 \begin_inset Quotes erd
32315 \end_inset
32316
32317
32318 \begin_inset Quotes eld
32319 \end_inset
32320
32321 black
32322 \begin_inset Quotes erd
32323 \end_inset
32324
32325  or 
32326 \begin_inset Quotes eld
32327 \end_inset
32328
32329 white
32330 \begin_inset Quotes erd
32331 \end_inset
32332
32333 , and add this command to the document preamble
32334 \lang japanese
32335 :
32336 \begin_inset Newline newline
32337 \end_inset
32338
32339
32340 \series bold
32341
32342 \backslash
32343 @ifundefined{textcolor}
32344 \begin_inset Newline newline
32345 \end_inset
32346
32347
32348 \begin_inset space ~
32349 \end_inset
32350
32351 {
32352 \backslash
32353 usepackage{color}}{}
32354 \end_layout
32355
32356 \begin_deeper
32357 \begin_layout Standard
32358 \begin_inset ERT
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362
32363
32364 \backslash
32365 renewcommand{
32366 \backslash
32367 LettrineFontHook}{
32368 \backslash
32369 color{magenta}}
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \lang english
32376
32377 \begin_inset Note Note
32378 status collapsed
32379
32380 \begin_layout Plain Layout
32381
32382 \lang english
32383 makes the initial magenta
32384 \end_layout
32385
32386 \end_inset
32387
32388
32389 \end_layout
32390
32391 \begin_layout Initial
32392 \begin_inset Argument
32393 status open
32394
32395 \begin_layout Plain Layout
32396 lines=3, lhang=0.33, loversize=0.25
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \begin_inset Argument
32403 status open
32404
32405 \begin_layout Plain Layout
32406 \begin_inset Formula $\mathcal{I}$
32407 \end_inset
32408
32409
32410 \end_layout
32411
32412 \end_inset
32413
32414
32415 \lang english
32416 t was in the spring
32417 \lang japanese
32418
32419 \begin_inset ERT
32420 status collapsed
32421
32422 \begin_layout Plain Layout
32423
32424 }
32425 \end_layout
32426
32427 \end_inset
32428
32429  
32430 \lang english
32431 of the year 1894 that all London was interested, and the fashionable world
32432  dismayed, by the murder of the Honourable Ronald Adair under most unusual
32433  and inexplicable circumstances.
32434  The public has already learned those particulars of the crime which came
32435  out in the police investigation, but a good deal was suppressed upon that
32436  occasion, since the case for the prosecution was so overwhelmingly strong
32437  that it was not necessary to bring forward all the facts.
32438 \lang japanese
32439
32440 \begin_inset ERT
32441 status collapsed
32442
32443 \begin_layout Plain Layout
32444
32445 {
32446 \end_layout
32447
32448 \end_inset
32449
32450
32451 \end_layout
32452
32453 \end_deeper
32454 \begin_layout Standard
32455 \begin_inset ERT
32456 status collapsed
32457
32458 \begin_layout Plain Layout
32459
32460
32461 \backslash
32462 else
32463 \end_layout
32464
32465 \end_inset
32466
32467
32468 \begin_inset Note Note
32469 status open
32470
32471 \begin_layout Plain Layout
32472 以下の部分は、LaTeXパッケージ
32473 \series bold
32474 lettrine
32475 \series default
32476 が導入されていないときのみ表示されます。
32477 \end_layout
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Standard
32485 本節の以下の部分を出力に表示するには、LaTeXパッケージ
32486 \series bold
32487 lettrine
32488 \series default
32489 を導入する必要があります。
32490 \end_layout
32491
32492 \begin_layout Standard
32493 \begin_inset ERT
32494 status collapsed
32495
32496 \begin_layout Plain Layout
32497
32498
32499 \backslash
32500 fi
32501 \end_layout
32502
32503 \end_inset
32504
32505
32506 \end_layout
32507
32508 \begin_layout Chapter
32509 外部文書構成要素
32510 \begin_inset Index idx
32511 status collapsed
32512
32513 \begin_layout Plain Layout
32514 がいぶぶんしょこうせいようそ@外部文書構成要素
32515 \end_layout
32516
32517 \end_inset
32518
32519
32520 \end_layout
32521
32522 \begin_layout Standard
32523
32524 \family sans
32525 挿入\SpecialChar \menuseparator
32526 ファイル
32527 \family default
32528 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
32529 \end_layout
32530
32531 \begin_layout Description
32532 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
32533 \end_layout
32534
32535 \begin_layout Description
32536 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
32537 \end_layout
32538
32539 \begin_layout Description
32540 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
32541 \end_layout
32542
32543 \begin_layout Description
32544 外部素材 様々な書式のファイル。
32545 \end_layout
32546
32547 \begin_layout Description
32548 子文書 LyXあるいはLaTeX文書。
32549 \end_layout
32550
32551 \begin_layout Section
32552 外部素材
32553 \begin_inset Index idx
32554 status collapsed
32555
32556 \begin_layout Plain Layout
32557 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
32558 \end_layout
32559
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \begin_layout Standard
32566 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
32567 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
32568 \family sans
32569 操作性\SpecialChar \menuseparator
32570 表示
32571 \family default
32572 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
32573 \end_layout
32574
32575 \begin_layout Standard
32576 外部素材は、
32577 \family sans
32578 挿入
32579 \family default
32580 \SpecialChar \menuseparator
32581
32582 \family sans
32583 ファイル
32584 \family default
32585 \SpecialChar \menuseparator
32586
32587 \family sans
32588 外部素材
32589 \family default
32590 メニューで開くことのできる
32591 \family sans
32592 外部素材
32593 \family default
32594 ダイアログから挿入することができます。目下、以下のファイル形式(
32595 \family sans
32596 ひな型
32597 \family default
32598 )が使用できます。
32599 \end_layout
32600
32601 \begin_layout Description
32602 チェス棋譜 このひな型は、
32603 \series bold
32604
32605 \begin_inset CommandInset href
32606 LatexCommand href
32607 name "XBoard"
32608 target "http://en.wikipedia.org/wiki/XBoard"
32609
32610 \end_inset
32611
32612
32613 \series default
32614 プログラムで作成されたチェス棋譜をサポートします。
32615 \end_layout
32616
32617 \begin_layout Description
32618 日付 これは、
32619 \emph on
32620 日-月-年
32621 \emph default
32622 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
32623 \begin_inset External
32624         template Date
32625         filename .
32626
32627 \end_inset
32628
32629
32630 \begin_inset space ~
32631 \end_inset
32632
32633
32634 \begin_inset Note Note
32635 status collapsed
32636
32637 \begin_layout Plain Layout
32638 バグ4398が修正されたら、この保護空白は削除してください!
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \begin_inset Newline newline
32645 \end_inset
32646
32647 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
32648 \family sans
32649 挿入
32650 \family default
32651 \SpecialChar \menuseparator
32652 日付メニューを使用する方法で、他はLaTeXコマンドの
32653 \series bold
32654
32655 \backslash
32656 today
32657 \series default
32658 をTeXコードで使用する方法です。これらの各方法は、表
32659 \begin_inset CommandInset ref
32660 LatexCommand ref
32661 reference "tab:日付挿入方法"
32662
32663 \end_inset
32664
32665 に比較を掲載しておきます。
32666 \end_layout
32667
32668 \begin_layout Description
32669 Dia このひな型は、
32670 \series bold
32671
32672 \begin_inset CommandInset href
32673 LatexCommand href
32674 name "Dia"
32675 target "http://ja.wikipedia.org/wiki/Dia_%28%E3%82%BD%E3%83%95%E3%83%88%E3%82%A6%E3%82%A7%E3%82%A2%29"
32676
32677 \end_inset
32678
32679
32680 \series default
32681 プログラムで作成したダイアグラムをサポートします。
32682 \end_layout
32683
32684 \begin_layout Description
32685
32686 \lang english
32687 GnumericSpreadsheet With this template you can insert spreadsheets
32688 \begin_inset space \thinspace{}
32689 \end_inset
32690
32691 /
32692 \begin_inset space \thinspace{}
32693 \end_inset
32694
32695 tables in the format of 
32696 \series bold
32697
32698 \begin_inset CommandInset href
32699 LatexCommand href
32700 name "Gnumeric"
32701 target "http://ja.wikipedia.org/wiki/Gnumeric"
32702
32703 \end_inset
32704
32705
32706 \series default
32707
32708 \begin_inset CommandInset href
32709 LatexCommand href
32710 name "OpenDocument"
32711 target "http://ja.wikipedia.org/wiki/OpenDocument"
32712
32713 \end_inset
32714
32715
32716 \begin_inset CommandInset href
32717 LatexCommand href
32718 name "Microsoft Office XML"
32719 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
32720
32721 \end_inset
32722
32723  and 
32724 \begin_inset CommandInset href
32725 LatexCommand href
32726 name "Office Open XML"
32727 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
32728
32729 \end_inset
32730
32731 .
32732  For this feature LyX must have found the program 
32733 \family typewriter
32734 ssconvert
32735 \family default
32736  during its configuration.
32737  This program is part of Gnumeric, so that you must have Gnumeric installed,
32738  also if you don't have tables in the Gnumeric format.
32739  For examples and possible limitations have a look at LyX's example file
32740  
32741 \emph on
32742 spreadsheet.lyx
32743 \emph default
32744 .
32745 \end_layout
32746
32747 \begin_layout Description
32748 LilyPond このひな型は、
32749 \series bold
32750
32751 \begin_inset CommandInset href
32752 LatexCommand href
32753 name "LilyPond"
32754 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
32755
32756 \end_inset
32757
32758
32759 \series default
32760 プログラムで作成した楽譜の組版に使用されます。
32761 \lang english
32762 For LyX's extended support for LilyPond have a look at LyX's example file
32763  
32764 \emph on
32765 lilypond.lyx
32766 \emph default
32767 .
32768 \end_layout
32769
32770 \begin_layout Description
32771 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
32772 \family sans
32773 LaTeXとLyXオプション
32774 \family default
32775 タブ中の
32776 \family sans
32777 オプション
32778 \family default
32779 フィールドに
32780 \emph on
32781 pages
32782 \emph default
32783 オプションを指定してください。
32784 \lang english
32785 The argument of this option is a comma separated list, containing page numbers
32786  (insert as option 
32787 \series bold
32788 pages={3,5,6,8}
32789 \series default
32790 ), ranges of page numbers (
32791 \series bold
32792 pages={4-9}
32793 \series default
32794 ) or any combination.
32795  To insert empty pages use {}.
32796  E.
32797 \begin_inset space \thinspace{}
32798 \end_inset
32799
32800 g.
32801 \begin_inset space ~
32802 \end_inset
32803
32804
32805 \series bold
32806 pages={3,{},8-11,15}
32807 \series default
32808  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
32809  Page ranges are specified in the syntax 
32810 \emph on
32811 start
32812 \emph default
32813 -
32814 \emph on
32815 stop
32816 \emph default
32817 .
32818  This selects all pages from 
32819 \emph on
32820 start
32821 \emph default
32822  to 
32823 \emph on
32824 stop
32825 \emph default
32826 .
32827  Omitting 
32828 \emph on
32829 start
32830 \emph default
32831  defaults to the first page; omitting 
32832 \emph on
32833 stop
32834 \emph default
32835  defaults to the last page of the document.
32836  The last page can also be selected with the keyword 
32837 \series bold
32838 last
32839 \series default
32840 .
32841  (This is only permitted in a page range.) So 
32842 \series bold
32843 pages=-
32844 \series default
32845  will insert all pages of the document and 
32846 \series bold
32847 pages=last-1
32848 \series default
32849  will insert all pages in reverse order.
32850 \emph on
32851 \lang japanese
32852 pages
32853 \emph default
32854 オプションを指定しないと、PDFの最初のページのみが挿入されます。
32855 \begin_inset Newline newline
32856 \end_inset
32857
32858
32859 \lang english
32860 The option 
32861 \series bold
32862 noautoscale
32863 \series default
32864  inserts the pages with their original size, if this option is not given,
32865  the pages will be resized to fith the width of the page of your document.
32866  In the tab 
32867 \family sans
32868 Size and Rotation
32869 \family default
32870  you can specify the width and height of the input pages and their rotation.
32871  If another width than 100
32872 \begin_inset space \thinspace{}
32873 \end_inset
32874
32875 Scale% is used, the option 
32876 \series bold
32877 noautoscale
32878 \series default
32879  will be overwritten.
32880  For more info and possible options, have a look into the documentation
32881  of the LaTeX-package 
32882 \series bold
32883 pdfpages
32884 \series default
32885 \lang japanese
32886  
32887 \begin_inset CommandInset citation
32888 LatexCommand cite
32889 key "pdfpages"
32890
32891 \end_inset
32892
32893 .
32894 \begin_inset Index idx
32895 status collapsed
32896
32897 \begin_layout Plain Layout
32898 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
32899 \end_layout
32900
32901 \end_inset
32902
32903
32904 \begin_inset Newline newline
32905 \end_inset
32906
32907
32908 \lang english
32909 To use this template in a 
32910 \family sans
32911 Beamer
32912 \family default
32913  presentation you need to first insert an 
32914 \family sans
32915 EndFrame
32916 \family default
32917  environment and in a subsequent paragraph a TeX Code box containing the
32918  command 
32919 \series bold
32920
32921 \backslash
32922 setbeamertemplate{background canvas}{}
32923 \series default
32924 .
32925  Then you can insert as many paragraphs containing the PDFPages template
32926  as you wish.
32927  Behind the included PDF pages you can resume the Beamer presentation by
32928  beginning a new frame or by starting a new section.
32929  To avoid stray blank pages prior to the PDF pages, make sure to use the
32930  
32931 \family sans
32932 Default
32933 \family default
32934  alignment for the paragraph containing the template.
32935 \begin_inset Newline newline
32936 \end_inset
32937
32938 Here is an included PDF which is rotated by -5°:
32939 \lang japanese
32940  
32941 \begin_inset External
32942         template PDFPages
32943         filename ../clipart/Abstract.pdf
32944         extra LaTeX "noautoscale, pages=-"
32945         rotateAngle -5
32946         rotateOrigin bottomleft
32947
32948 \end_inset
32949
32950
32951 \end_layout
32952
32953 \begin_layout Description
32954 ラスターイメージ これはビットマップ画像に使用します。
32955 \family sans
32956 外部素材
32957 \family default
32958 ダイアログを使って入れる画像は、第
32959 \begin_inset CommandInset ref
32960 LatexCommand ref
32961 reference "sec:画像ダイアログ"
32962
32963 \end_inset
32964
32965 節にあるように
32966 \family sans
32967 画像
32968 \family default
32969 ダイアログを使って挿入される画像と同じように取り扱うことができます。
32970 \lang english
32971 The difference to the normal image input is that only raster images are
32972  allowed; that means that PDF and EPS-images are not supported
32973 \lang japanese
32974 .
32975  
32976 \lang english
32977 Here is an inserted raster image:
32978 \lang japanese
32979  
32980 \begin_inset External
32981         template RasterImage
32982         filename ../clipart/ToolbarEnvBox.png
32983
32984 \end_inset
32985
32986
32987 \end_layout
32988
32989 \begin_layout Description
32990 XFig このひな型は、
32991 \series bold
32992
32993 \begin_inset CommandInset href
32994 LatexCommand href
32995 name "Xfig"
32996 target "http://ja.wikipedia.org/wiki/Xfig"
32997
32998 \end_inset
32999
33000
33001 \series default
33002 プログラムで作成した画像をサポートします。
33003 \end_layout
33004
33005 \begin_layout Standard
33006 \begin_inset Float table
33007 placement !h
33008 wide false
33009 sideways false
33010 status open
33011
33012 \begin_layout Plain Layout
33013 \begin_inset Caption
33014
33015 \begin_layout Plain Layout
33016 \begin_inset CommandInset label
33017 LatexCommand label
33018 name "tab:日付挿入方法"
33019
33020 \end_inset
33021
33022 日付の挿入方法の比較
33023 \end_layout
33024
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \begin_layout Plain Layout
33031 \align center
33032 \begin_inset Tabular
33033 <lyxtabular version="3" rows="4" columns="4">
33034 <features tabularvalignment="middle">
33035 <column alignment="center" valignment="top" width="0">
33036 <column alignment="center" valignment="top" width="0">
33037 <column alignment="center" valignment="top" width="0">
33038 <column alignment="center" valignment="top" width="0">
33039 <row>
33040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33041 \begin_inset Text
33042
33043 \begin_layout Plain Layout
33044 文書書式
33045 \end_layout
33046
33047 \end_inset
33048 </cell>
33049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33050 \begin_inset Text
33051
33052 \begin_layout Plain Layout
33053
33054 \family sans
33055 外部素材\SpecialChar \menuseparator
33056 日付
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33062 \begin_inset Text
33063
33064 \begin_layout Plain Layout
33065
33066 \family sans
33067 挿入\SpecialChar \menuseparator
33068 日付
33069 \end_layout
33070
33071 \end_inset
33072 </cell>
33073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33074 \begin_inset Text
33075
33076 \begin_layout Plain Layout
33077
33078 \series bold
33079
33080 \backslash
33081 today
33082 \series default
33083 コマンド
33084 \end_layout
33085
33086 \end_inset
33087 </cell>
33088 </row>
33089 <row>
33090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33091 \begin_inset Text
33092
33093 \begin_layout Plain Layout
33094 LyX
33095 \end_layout
33096
33097 \end_inset
33098 </cell>
33099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33100 \begin_inset Text
33101
33102 \begin_layout Plain Layout
33103 差込枠として
33104 \end_layout
33105
33106 \end_inset
33107 </cell>
33108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112 日付として
33113 \end_layout
33114
33115 \end_inset
33116 </cell>
33117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33118 \begin_inset Text
33119
33120 \begin_layout Plain Layout
33121 TeXコード差込枠として
33122 \end_layout
33123
33124 \end_inset
33125 </cell>
33126 </row>
33127 <row>
33128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33129 \begin_inset Text
33130
33131 \begin_layout Plain Layout
33132 LaTeX
33133 \end_layout
33134
33135 \end_inset
33136 </cell>
33137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33138 \begin_inset Text
33139
33140 \begin_layout Plain Layout
33141 日付として
33142 \end_layout
33143
33144 \end_inset
33145 </cell>
33146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150 日付として
33151 \end_layout
33152
33153 \end_inset
33154 </cell>
33155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33156 \begin_inset Text
33157
33158 \begin_layout Plain Layout
33159 コマンドとして
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 </row>
33165 <row>
33166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33167 \begin_inset Text
33168
33169 \begin_layout Plain Layout
33170 DVI, PDF, PS
33171 \end_layout
33172
33173 \end_inset
33174 </cell>
33175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179 日付として
33180 \end_layout
33181
33182 \end_inset
33183 </cell>
33184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33185 \begin_inset Text
33186
33187 \begin_layout Plain Layout
33188 日付として
33189 \end_layout
33190
33191 \end_inset
33192 </cell>
33193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33194 \begin_inset Text
33195
33196 \begin_layout Plain Layout
33197 日付として
33198 \end_layout
33199
33200 \end_inset
33201 </cell>
33202 </row>
33203 </lyxtabular>
33204
33205 \end_inset
33206
33207
33208 \end_layout
33209
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \begin_layout Standard
33216
33217 \family sans
33218 外部素材
33219 \family default
33220 ダイアログの
33221 \family sans
33222 ファイル
33223 \family default
33224 タブ中で
33225 \family sans
33226 下書き
33227 \family default
33228 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
33229 \begin_inset Newline newline
33230 \end_inset
33231
33232 LyX中での外部素材は、ダイアログ内の
33233 \family sans
33234 LaTeXとLyXのオプション
33235 \family default
33236 タブにある
33237 \family sans
33238 LyX内に表示
33239 \family default
33240 オプションの指定に従って、
33241 \begin_inset Graphics
33242         filename clipart/ExternalMaterialQt4.png
33243         scale 85
33244         scaleBeforeRotation
33245
33246 \end_inset
33247
33248 のようなボックスとして表示されるか、画像として表示されます。
33249 \end_layout
33250
33251 \begin_layout Standard
33252 取扱説明書
33253 \family sans
33254 \emph on
33255 カスタマイズ篇
33256 \family default
33257 \emph default
33258 には、自製のひな型を定義する方法が説明されています。
33259 \end_layout
33260
33261 \begin_layout Section
33262 子文書
33263 \begin_inset CommandInset label
33264 LatexCommand label
33265 name "sec:子文書"
33266
33267 \end_inset
33268
33269
33270 \begin_inset Index idx
33271 status collapsed
33272
33273 \begin_layout Plain Layout
33274 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
33275 \end_layout
33276
33277 \end_inset
33278
33279
33280 \begin_inset Index idx
33281 status collapsed
33282
33283 \begin_layout Plain Layout
33284 ふぁいる@ファイル ! いんくるーど@インクルード
33285 \end_layout
33286
33287 \end_inset
33288
33289
33290 \end_layout
33291
33292 \begin_layout Standard
33293 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
33294 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
33295 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
33296 \end_layout
33297
33298 \begin_layout Standard
33299 親文書を開くことなく子文書で作業できるようにするには、子文書の
33300 \family sans
33301 文書
33302 \family default
33303 \SpecialChar \menuseparator
33304
33305 \family sans
33306 設定
33307 \family default
33308 \SpecialChar \menuseparator
33309
33310 \family sans
33311 文書クラス
33312 \family default
33313 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
33314 \end_layout
33315
33316 \begin_layout Standard
33317 取り込んだ文書は、LyX中で
33318 \begin_inset Graphics
33319         filename clipart/ChildDocumentQt4.png
33320         scale 85
33321         scaleBeforeRotation
33322
33323 \end_inset
33324
33325 のようなボックスとして表示されます。子文書を親文書に取り込むには、
33326 \family sans
33327 挿入
33328 \family default
33329 \SpecialChar \menuseparator
33330
33331 \family sans
33332 ファイル
33333 \family default
33334 \SpecialChar \menuseparator
33335
33336 \family sans
33337 子文書
33338 \family default
33339 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
33340 \end_layout
33341
33342 \begin_layout Description
33343 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
33344 \family sans
33345 子文書
33346 \family default
33347 ダイアログの
33348 \family sans
33349 編集
33350 \family default
33351 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
33352 \begin_inset Newline newline
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \begin_layout Standard
33359 以下は、
33360 \family sans
33361 Include
33362 \family default
33363 を使用して挿入した子文書です。 
33364 \begin_inset CommandInset include
33365 LatexCommand include
33366 filename "DummyDocument1.lyx"
33367
33368 \end_inset
33369
33370
33371 \end_layout
33372
33373 \begin_layout Standard
33374 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
33375 あります。取り込んだ文書のラベルは、第
33376 \begin_inset CommandInset ref
33377 LatexCommand ref
33378 reference "sub:外部文書の第1小節"
33379
33380 \end_inset
33381
33382 小節、のように参照することができます。
33383 \end_layout
33384
33385 \begin_layout Standard
33386 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
33387 は、新規頁から始まるように挿入され、改頁して終わります。
33388 \end_layout
33389
33390 \begin_layout Standard
33391 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
33392 \begin_inset Foot
33393 status open
33394
33395 \begin_layout Plain Layout
33396 派生枝は、LyX
33397 \emph on
33398 ユーザーの手引き
33399 \emph default
33400
33401 \emph on
33402 派生枝
33403 \emph default
33404 の節に説明されています。
33405 \end_layout
33406
33407 \end_inset
33408
33409 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
33410 \end_layout
33411
33412 \begin_layout Standard
33413 \begin_inset Note Greyedout
33414 status open
33415
33416 \begin_layout Plain Layout
33417
33418 \series bold
33419 【註】
33420 \series default
33421 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
33422 \series bold
33423
33424 \backslash
33425 includeonly
33426 \series default
33427 を使用することはできません。
33428 \end_layout
33429
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \begin_layout Standard
33436 \begin_inset Note Greyedout
33437 status open
33438
33439 \begin_layout Plain Layout
33440
33441 \series bold
33442 【註】
33443 \series default
33444 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
33445 警告が発せられます。
33446 \end_layout
33447
33448 \end_inset
33449
33450
33451 \end_layout
33452
33453 \begin_layout Description
33454 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
33455 \end_layout
33456
33457 \begin_deeper
33458 \begin_layout Itemize
33459 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
33460 \end_layout
33461
33462 \begin_layout Itemize
33463 Inputファイルは、LyX設定の操作性
33464 \family sans
33465 \SpecialChar \menuseparator
33466 表示
33467 \family default
33468 の下にある
33469 \family sans
33470 画像を表示
33471 \family default
33472 を有効にすると、LyX中でプレビューすることができます。
33473 \end_layout
33474
33475 \begin_layout Itemize
33476 LaTeXコマンドの
33477 \series bold
33478
33479 \backslash
33480 includeonly
33481 \series default
33482 は使用することができません。
33483 \end_layout
33484
33485 \end_deeper
33486 \begin_layout Standard
33487 右は、
33488 \family sans
33489 Input
33490 \family default
33491 を使って挿入した子文書です。 
33492 \begin_inset CommandInset include
33493 LatexCommand input
33494 filename "DummyDocument2.lyx"
33495
33496 \end_inset
33497
33498
33499 \end_layout
33500
33501 \begin_layout Description
33502 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
33503 に用いられているコマンドは実行されません。
33504 \family sans
33505 出力の空白に印付けをする
33506 \family default
33507 オプションを有効にすると、ソースコード中のすべての空白文字に「
33508 \begin_inset ERT
33509 status collapsed
33510
33511 \begin_layout Plain Layout
33512
33513
33514 \backslash
33515 textvisiblespace 
33516 \end_layout
33517
33518 \end_inset
33519
33520 」文字を表示させることができます。
33521 \family sans
33522 挿入\SpecialChar \menuseparator
33523 ファイル\SpecialChar \menuseparator
33524 平文
33525 \family default
33526 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
33527 \end_layout
33528
33529 \begin_layout Standard
33530 以下は、verbatimとして挿入された子文書です。 
33531 \begin_inset CommandInset include
33532 LatexCommand verbatiminput
33533 filename "../DummyTextDocument.txt"
33534
33535 \end_inset
33536
33537
33538 \begin_inset VSpace bigskip
33539 \end_inset
33540
33541 以下は、
33542 \family sans
33543 出力の空白に印付けをする
33544 \family default
33545 オプションを指定して、verbatimとして挿入された子文書です。 
33546 \begin_inset CommandInset include
33547 LatexCommand verbatiminput*
33548 filename "../DummyTextDocument.txt"
33549
33550 \end_inset
33551
33552
33553 \end_layout
33554
33555 \begin_layout Standard
33556 \begin_inset VSpace bigskip
33557 \end_inset
33558
33559
33560 \end_layout
33561
33562 \begin_layout Standard
33563 \begin_inset Note Greyedout
33564 status open
33565
33566 \begin_layout Plain Layout
33567
33568 \series bold
33569 【註】
33570 \series default
33571 上記の例でわかるように、
33572 \family sans
33573 verbatim
33574 \family default
33575 として取り込んだ文書の文章は、文書行の終わりで改行されません。
33576 \end_layout
33577
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \begin_layout Standard
33584 \begin_inset Note Greyedout
33585 status open
33586
33587 \begin_layout Plain Layout
33588
33589 \series bold
33590 【訳註】
33591 \series default
33592 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
33593 \end_layout
33594
33595 \end_inset
33596
33597
33598 \end_layout
33599
33600 \begin_layout Description
33601 プログラムリスト この型については、第
33602 \begin_inset CommandInset ref
33603 LatexCommand ref
33604 reference "cha:プログラムコードリスト"
33605
33606 \end_inset
33607
33608 章に説明されています。
33609 \end_layout
33610
33611 \begin_layout Standard
33612 \begin_inset Note Greyedout
33613 status open
33614
33615 \begin_layout Plain Layout
33616
33617 \series bold
33618 【註】
33619 \series default
33620 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
33621 \end_layout
33622
33623 \end_inset
33624
33625
33626 \end_layout
33627
33628 \begin_layout Chapter
33629 プログラムコードリスト
33630 \begin_inset CommandInset label
33631 LatexCommand label
33632 name "cha:プログラムコードリスト"
33633
33634 \end_inset
33635
33636
33637 \begin_inset Index idx
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 りすと@リスト
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \begin_inset Index idx
33648 status collapsed
33649
33650 \begin_layout Plain Layout
33651 ぷろぐらむこーど@プログラムコード
33652 \end_layout
33653
33654 \end_inset
33655
33656
33657 \begin_inset Index idx
33658 status collapsed
33659
33660 \begin_layout Plain Layout
33661 ふろーと@フロート ! りすと@リスト
33662 \end_layout
33663
33664 \end_inset
33665
33666
33667 \end_layout
33668
33669 \begin_layout Standard
33670 プログラムコードを取り込んで組版するには、
33671 \family sans
33672 挿入
33673 \family default
33674 \SpecialChar \menuseparator
33675
33676 \family sans
33677 プログラムリスト
33678 \family default
33679 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
33680 \series bold
33681 listings
33682 \series default
33683
33684 \begin_inset Index idx
33685 status collapsed
33686
33687 \begin_layout Plain Layout
33688 LaTeXぱっけーじ@LaTeXパッケージ ! listings
33689 \end_layout
33690
33691 \end_inset
33692
33693 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
33694 \end_layout
33695
33696 \begin_layout Standard
33697 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
33698 \end_layout
33699
33700 \begin_layout Standard
33701 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
33702 \family sans
33703 行内リスト
33704 \family default
33705 を指定すると、リストは
33706 \begin_inset listings
33707 lstparams "language={C++}"
33708 inline true
33709 status collapsed
33710
33711 \begin_layout Plain Layout
33712
33713 int a=5;
33714 \end_layout
33715
33716 \end_inset
33717
33718 のように行内に印字されます。
33719 \begin_inset Newline newline
33720 \end_inset
33721
33722
33723 \family sans
33724 フロート
33725 \family default
33726 オプションは、プログラムリストフロートを生成するものですが、ここで、第
33727 \begin_inset CommandInset ref
33728 LatexCommand ref
33729 reference "sec:フロートの配置"
33730
33731 \end_inset
33732
33733 節に説明されているフロート配置オプションに従って、「
33734 \family sans
33735 h
33736 \family default
33737 」「
33738 \family sans
33739 t
33740 \family default
33741 」「
33742 \family sans
33743 b
33744 \family default
33745 」「
33746 \family sans
33747 p
33748 \family default
33749 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
33750 \family sans
33751 htbp
33752 \family default
33753 」のように区切りを入れることなく入力することができます。「
33754 \family sans
33755 h
33756 \family default
33757 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
33758 \family sans
33759 フロート
33760 \family default
33761 オプションを使用しなければ大丈夫です。
33762 \end_layout
33763
33764 \begin_layout Standard
33765
33766 \family sans
33767 挿入
33768 \family default
33769 \SpecialChar \menuseparator
33770
33771 \family sans
33772 キャプション
33773 \family default
33774 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
33775 \begin_inset CommandInset ref
33776 LatexCommand ref
33777 reference "lst:リストフロート"
33778
33779 \end_inset
33780
33781 のように参照することができます。
33782 \end_layout
33783
33784 \begin_layout Standard
33785 \begin_inset listings
33786 lstparams "language=Python"
33787 inline false
33788 status open
33789
33790 \begin_layout Plain Layout
33791
33792 \begin_inset Caption
33793
33794 \begin_layout Plain Layout
33795 \begin_inset CommandInset label
33796 LatexCommand label
33797 name "lst:リストフロート"
33798
33799 \end_inset
33800
33801 Example Listing Float
33802 \end_layout
33803
33804 \end_inset
33805
33806 # Example listing float
33807 \end_layout
33808
33809 \begin_layout Plain Layout
33810
33811 def func(param):
33812 \end_layout
33813
33814 \begin_layout Plain Layout
33815
33816     'this is a python function'
33817 \end_layout
33818
33819 \begin_layout Plain Layout
33820
33821     pass
33822 \end_layout
33823
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \begin_layout Standard
33830 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
33831 onのキーワード「def」が識別され、ボールド体で出力されます。
33832 \end_layout
33833
33834 \begin_layout Standard
33835 \begin_inset Note Greyedout
33836 status open
33837
33838 \begin_layout Plain Layout
33839
33840 \series bold
33841 【註】
33842 \series default
33843 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
33844 \family typewriter
33845 typewriter
33846 \family default
33847 フォントがボールド体を提供していません。この場合には、
33848 \family sans
33849 文書
33850 \family default
33851 \SpecialChar \menuseparator
33852
33853 \family sans
33854 設定
33855 \family default
33856 \SpecialChar \menuseparator
33857
33858 \family sans
33859 フォント
33860 \family default
33861 メニューで別のフォントを選択してください(
33862 \emph on
33863 LuxiMono
33864 \emph default
33865
33866 \emph on
33867 BeraMono
33868 \emph default
33869
33870 \emph on
33871 Courier
33872 \emph default
33873 の各フォントはボールド体を提供します)。
33874 \end_layout
33875
33876 \end_inset
33877
33878
33879 \end_layout
33880
33881 \begin_layout Standard
33882 \begin_inset Note Greyedout
33883 status open
33884
33885 \begin_layout Plain Layout
33886
33887 \series bold
33888 【訳註】
33889 \series default
33890 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
33891 \end_layout
33892
33893 \end_inset
33894
33895
33896 \end_layout
33897
33898 \begin_layout Standard
33899 プログラムリストダイアログの
33900 \family sans
33901 行番号
33902 \family default
33903 のセクションでは、行番号の様式を指定することができます。
33904 \family sans
33905 行間
33906 \family default
33907 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
33908 \end_layout
33909
33910 \begin_layout Standard
33911 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
33912 \family sans
33913 拡張文字コード表を使う
33914 \family default
33915 オプションを使用しなくてはなりません。
33916 \begin_inset Newline newline
33917 \end_inset
33918
33919 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
33920 \begin_inset space \thinspace{}
33921 \end_inset
33922
33923 -
33924 \begin_inset space \thinspace{}
33925 \end_inset
33926
33927 8」で設定したプログラムリストの例です。
33928 \end_layout
33929
33930 \begin_layout Standard
33931 \begin_inset listings
33932 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33933 inline false
33934 status open
33935
33936 \begin_layout Plain Layout
33937
33938 def func(param):
33939 \end_layout
33940
33941 \begin_layout Plain Layout
33942
33943     'this is a python function'
33944 \end_layout
33945
33946 \begin_layout Plain Layout
33947
33948     pass
33949 \end_layout
33950
33951 \begin_layout Plain Layout
33952
33953 def func(param):
33954 \end_layout
33955
33956 \begin_layout Plain Layout
33957
33958 'This is a German word: Tschüß'
33959 \end_layout
33960
33961 \begin_layout Plain Layout
33962
33963 pass
33964 \end_layout
33965
33966 \begin_layout Plain Layout
33967
33968 def func(param):
33969 \end_layout
33970
33971 \begin_layout Plain Layout
33972
33973 'this is a python function'
33974 \end_layout
33975
33976 \begin_layout Plain Layout
33977
33978 pass
33979 \end_layout
33980
33981 \end_inset
33982
33983
33984 \end_layout
33985
33986 \begin_layout Standard
33987 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
33988 \family sans
33989 タビュレータの大きさ
33990 \family default
33991 フィールドで指定することができます。
33992 \end_layout
33993
33994 \begin_layout Standard
33995 \begin_inset Note Greyedout
33996 status open
33997
33998 \begin_layout Plain Layout
33999
34000 \series bold
34001 【註】listings
34002 \series default
34003 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
34004 に振られているのはこのためです。
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \end_layout
34011
34012 \begin_layout Standard
34013 \begin_inset VSpace bigskip
34014 \end_inset
34015
34016
34017 \end_layout
34018
34019 \begin_layout Standard
34020 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
34021 \family sans
34022 挿入
34023 \family default
34024 \SpecialChar \menuseparator
34025
34026 \family sans
34027 ファイル
34028 \family default
34029 \SpecialChar \menuseparator
34030
34031 \family sans
34032 子文書
34033 \family default
34034 メニューを使用して
34035 \family sans
34036 プログラムリスト
34037 \family default
34038 型を選択してください
34039 \begin_inset Foot
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043 他の子文書型については、第 section
34044 \begin_inset space ~
34045 \end_inset
34046
34047
34048 \begin_inset CommandInset ref
34049 LatexCommand ref
34050 reference "sec:子文書"
34051
34052 \end_inset
34053
34054 節に説明があります。
34055 \end_layout
34056
34057 \end_inset
34058
34059 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
34060 疑問符「?」を打鍵してください。
34061 \end_layout
34062
34063 \begin_layout Standard
34064 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
34065 \family sans
34066 挿入
34067 \family default
34068 \SpecialChar \menuseparator
34069
34070 \family sans
34071 相互参照
34072 \family default
34073 メニューを使って参照できるようになります。
34074 \end_layout
34075
34076 \begin_layout Standard
34077 プログラムリスト
34078 \begin_inset CommandInset ref
34079 LatexCommand ref
34080 reference "lst:file-listing"
34081
34082 \end_inset
34083
34084 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
34085 \end_layout
34086
34087 \begin_layout Standard
34088 \begin_inset CommandInset include
34089 LatexCommand lstinputlisting
34090 filename "EmbeddedObjects.lyx"
34091 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
34092
34093 \end_inset
34094
34095
34096 \end_layout
34097
34098 \begin_layout Standard
34099 \begin_inset VSpace bigskip
34100 \end_inset
34101
34102
34103 \end_layout
34104
34105 \begin_layout Standard
34106 リストに数式を入れるには、以下のようにします。
34107 \end_layout
34108
34109 \begin_layout Enumerate
34110 リストダイアログを開き、
34111 \family sans
34112 詳細
34113 \family default
34114 タブのフィールド中に
34115 \begin_inset Newline newline
34116 \end_inset
34117
34118
34119 \family sans
34120 mathescape=true
34121 \family default
34122
34123 \begin_inset Newline newline
34124 \end_inset
34125
34126 と書き加えます。
34127 \end_layout
34128
34129 \begin_layout Enumerate
34130 リスト外で数式を作成します。
34131 \end_layout
34132
34133 \begin_layout Enumerate
34134 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
34135 \begin_inset Info
34136 type  "shortcut"
34137 arg   "copy"
34138 \end_inset
34139
34140 )。
34141 \end_layout
34142
34143 \begin_layout Enumerate
34144 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
34145 \begin_inset Info
34146 type  "shortcut"
34147 arg   "paste"
34148 \end_inset
34149
34150 )。
34151 \end_layout
34152
34153 \begin_layout Standard
34154 \begin_inset listings
34155 lstparams "language=Python,mathescape=true"
34156 inline false
34157 status open
34158
34159 \begin_layout Plain Layout
34160
34161 \begin_inset Caption
34162
34163 \begin_layout Plain Layout
34164 Example Listing float containing a formula
34165 \end_layout
34166
34167 \end_inset
34168
34169 # Example listing float
34170 \end_layout
34171
34172 \begin_layout Plain Layout
34173
34174 def func(param):
34175 \end_layout
34176
34177 \begin_layout Plain Layout
34178
34179     # $
34180 \backslash
34181 prod_{n=1}^{
34182 \backslash
34183 infty}
34184 \backslash
34185 ,
34186 \backslash
34187 frac{1}{x^{2}}$
34188 \end_layout
34189
34190 \begin_layout Plain Layout
34191
34192     pass
34193 \end_layout
34194
34195 \end_inset
34196
34197
34198 \end_layout
34199
34200 \begin_layout Standard
34201 \begin_inset VSpace bigskip
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Standard
34208 大域的なプログラムリストの設定は、
34209 \family sans
34210 文書
34211 \family default
34212 \SpecialChar \menuseparator
34213
34214 \family sans
34215 設定
34216 \family default
34217 \SpecialChar \menuseparator
34218
34219 \family sans
34220 リスト
34221 \family default
34222 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
34223 \family sans
34224 プログラムリスト設定
34225 \family default
34226 フィールドで疑問符「?」を打鍵してください。
34227 \end_layout
34228
34229 \begin_layout Standard
34230
34231 \series bold
34232 listings
34233 \series default
34234 パッケージについての詳しい情報については、取扱説明書
34235 \begin_inset CommandInset citation
34236 LatexCommand cite
34237 key "listings"
34238
34239 \end_inset
34240
34241 をご参照ください。.
34242 \end_layout
34243
34244 \begin_layout Standard
34245 \begin_inset Newpage newpage
34246 \end_inset
34247
34248
34249 \end_layout
34250
34251 \begin_layout Chapter
34252 \start_of_appendix
34253 LyXで使用できる単位
34254 \begin_inset Index idx
34255 status collapsed
34256
34257 \begin_layout Plain Layout
34258 たんい@単位
34259 \end_layout
34260
34261 \end_inset
34262
34263
34264 \begin_inset CommandInset label
34265 LatexCommand label
34266 name "cha:LyXで使用できる単位"
34267
34268 \end_inset
34269
34270
34271 \end_layout
34272
34273 \begin_layout Standard
34274 この文書で用いられる単位の理解のために、表
34275 \begin_inset CommandInset ref
34276 LatexCommand ref
34277 reference "tab:単位"
34278
34279 \end_inset
34280
34281 に、LyXで使うことのできる単位をまとめておきます。
34282 \end_layout
34283
34284 \begin_layout Standard
34285 \begin_inset Float table
34286 placement h
34287 wide false
34288 sideways false
34289 status open
34290
34291 \begin_layout Plain Layout
34292 \begin_inset Caption
34293
34294 \begin_layout Plain Layout
34295 \begin_inset CommandInset label
34296 LatexCommand label
34297 name "tab:単位"
34298
34299 \end_inset
34300
34301 単位
34302 \end_layout
34303
34304 \end_inset
34305
34306
34307 \end_layout
34308
34309 \begin_layout Plain Layout
34310 \begin_inset VSpace medskip
34311 \end_inset
34312
34313
34314 \end_layout
34315
34316 \begin_layout Plain Layout
34317 \align center
34318 \begin_inset Tabular
34319 <lyxtabular version="3" rows="20" columns="2">
34320 <features tabularvalignment="middle">
34321 <column alignment="center" valignment="top" width="0">
34322 <column alignment="center" valignment="top" width="0">
34323 <row>
34324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34325 \begin_inset Text
34326
34327 \begin_layout Plain Layout
34328 単位
34329 \end_layout
34330
34331 \end_inset
34332 </cell>
34333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34334 \begin_inset Text
34335
34336 \begin_layout Plain Layout
34337 名称/摘要
34338 \end_layout
34339
34340 \end_inset
34341 </cell>
34342 </row>
34343 <row>
34344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34345 \begin_inset Text
34346
34347 \begin_layout Plain Layout
34348 mm
34349 \end_layout
34350
34351 \end_inset
34352 </cell>
34353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34354 \begin_inset Text
34355
34356 \begin_layout Plain Layout
34357 ミリメートル
34358 \end_layout
34359
34360 \end_inset
34361 </cell>
34362 </row>
34363 <row>
34364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34365 \begin_inset Text
34366
34367 \begin_layout Plain Layout
34368 cm
34369 \end_layout
34370
34371 \end_inset
34372 </cell>
34373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34374 \begin_inset Text
34375
34376 \begin_layout Plain Layout
34377 センチメートル
34378 \end_layout
34379
34380 \end_inset
34381 </cell>
34382 </row>
34383 <row>
34384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34385 \begin_inset Text
34386
34387 \begin_layout Plain Layout
34388 in
34389 \end_layout
34390
34391 \end_inset
34392 </cell>
34393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34394 \begin_inset Text
34395
34396 \begin_layout Plain Layout
34397 インチ
34398 \end_layout
34399
34400 \end_inset
34401 </cell>
34402 </row>
34403 <row>
34404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34405 \begin_inset Text
34406
34407 \begin_layout Plain Layout
34408 pt
34409 \end_layout
34410
34411 \end_inset
34412 </cell>
34413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34414 \begin_inset Text
34415
34416 \begin_layout Plain Layout
34417 ポイント (72.27
34418 \begin_inset Formula $\,$
34419 \end_inset
34420
34421 pt = 1
34422 \begin_inset Formula $\,$
34423 \end_inset
34424
34425 in)
34426 \end_layout
34427
34428 \end_inset
34429 </cell>
34430 </row>
34431 <row>
34432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34433 \begin_inset Text
34434
34435 \begin_layout Plain Layout
34436 pc
34437 \end_layout
34438
34439 \end_inset
34440 </cell>
34441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34442 \begin_inset Text
34443
34444 \begin_layout Plain Layout
34445 パイカ (1
34446 \begin_inset Formula $\,$
34447 \end_inset
34448
34449 pc = 12
34450 \begin_inset Formula $\,$
34451 \end_inset
34452
34453 pt)
34454 \end_layout
34455
34456 \end_inset
34457 </cell>
34458 </row>
34459 <row>
34460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34461 \begin_inset Text
34462
34463 \begin_layout Plain Layout
34464 sp
34465 \end_layout
34466
34467 \end_inset
34468 </cell>
34469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34470 \begin_inset Text
34471
34472 \begin_layout Plain Layout
34473 スケールポイント (65536
34474 \begin_inset Formula $\,$
34475 \end_inset
34476
34477 sp = 1
34478 \begin_inset Formula $\,$
34479 \end_inset
34480
34481 pt)
34482 \end_layout
34483
34484 \end_inset
34485 </cell>
34486 </row>
34487 <row>
34488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34489 \begin_inset Text
34490
34491 \begin_layout Plain Layout
34492 bp
34493 \end_layout
34494
34495 \end_inset
34496 </cell>
34497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34498 \begin_inset Text
34499
34500 \begin_layout Plain Layout
34501 ビッグポイント (72
34502 \begin_inset Formula $\,$
34503 \end_inset
34504
34505 bp = 1
34506 \begin_inset Formula $\,$
34507 \end_inset
34508
34509 in)
34510 \end_layout
34511
34512 \end_inset
34513 </cell>
34514 </row>
34515 <row>
34516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34517 \begin_inset Text
34518
34519 \begin_layout Plain Layout
34520 dd
34521 \end_layout
34522
34523 \end_inset
34524 </cell>
34525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34526 \begin_inset Text
34527
34528 \begin_layout Plain Layout
34529 ディドー (72
34530 \begin_inset Formula $\,$
34531 \end_inset
34532
34533 dd 
34534 \begin_inset Formula $\approx$
34535 \end_inset
34536
34537  37.6
34538 \begin_inset Formula $\,$
34539 \end_inset
34540
34541 mm)
34542 \end_layout
34543
34544 \end_inset
34545 </cell>
34546 </row>
34547 <row>
34548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34549 \begin_inset Text
34550
34551 \begin_layout Plain Layout
34552 cc
34553 \end_layout
34554
34555 \end_inset
34556 </cell>
34557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34558 \begin_inset Text
34559
34560 \begin_layout Plain Layout
34561 シセロ (1
34562 \begin_inset Formula $\,$
34563 \end_inset
34564
34565 cc = 12
34566 \begin_inset Formula $\,$
34567 \end_inset
34568
34569 dd)
34570 \end_layout
34571
34572 \end_inset
34573 </cell>
34574 </row>
34575 <row>
34576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34577 \begin_inset Text
34578
34579 \begin_layout Plain Layout
34580 Scale%
34581 \end_layout
34582
34583 \end_inset
34584 </cell>
34585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34586 \begin_inset Text
34587
34588 \begin_layout Plain Layout
34589 元の画像幅の%
34590 \end_layout
34591
34592 \end_inset
34593 </cell>
34594 </row>
34595 <row>
34596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34597 \begin_inset Text
34598
34599 \begin_layout Plain Layout
34600 text%
34601 \end_layout
34602
34603 \end_inset
34604 </cell>
34605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34606 \begin_inset Text
34607
34608 \begin_layout Plain Layout
34609 テキスト幅の%
34610 \end_layout
34611
34612 \end_inset
34613 </cell>
34614 </row>
34615 <row>
34616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34617 \begin_inset Text
34618
34619 \begin_layout Plain Layout
34620 col%
34621 \end_layout
34622
34623 \end_inset
34624 </cell>
34625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34626 \begin_inset Text
34627
34628 \begin_layout Plain Layout
34629 組段幅の%
34630 \end_layout
34631
34632 \end_inset
34633 </cell>
34634 </row>
34635 <row>
34636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34637 \begin_inset Text
34638
34639 \begin_layout Plain Layout
34640 page%
34641 \end_layout
34642
34643 \end_inset
34644 </cell>
34645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34646 \begin_inset Text
34647
34648 \begin_layout Plain Layout
34649 用紙幅の%
34650 \end_layout
34651
34652 \end_inset
34653 </cell>
34654 </row>
34655 <row>
34656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34657 \begin_inset Text
34658
34659 \begin_layout Plain Layout
34660 line%
34661 \end_layout
34662
34663 \end_inset
34664 </cell>
34665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34666 \begin_inset Text
34667
34668 \begin_layout Plain Layout
34669 行幅の%
34670 \end_layout
34671
34672 \end_inset
34673 </cell>
34674 </row>
34675 <row>
34676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34677 \begin_inset Text
34678
34679 \begin_layout Plain Layout
34680 theight%
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34686 \begin_inset Text
34687
34688 \begin_layout Plain Layout
34689 テキスト高さの%
34690 \end_layout
34691
34692 \end_inset
34693 </cell>
34694 </row>
34695 <row>
34696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34697 \begin_inset Text
34698
34699 \begin_layout Plain Layout
34700 pheight%
34701 \end_layout
34702
34703 \end_inset
34704 </cell>
34705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34706 \begin_inset Text
34707
34708 \begin_layout Plain Layout
34709 用紙高さの%
34710 \end_layout
34711
34712 \end_inset
34713 </cell>
34714 </row>
34715 <row>
34716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34717 \begin_inset Text
34718
34719 \begin_layout Plain Layout
34720 ex
34721 \end_layout
34722
34723 \end_inset
34724 </cell>
34725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34726 \begin_inset Text
34727
34728 \begin_layout Plain Layout
34729 現在のフォントの文字「x」の高さ
34730 \end_layout
34731
34732 \end_inset
34733 </cell>
34734 </row>
34735 <row>
34736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34737 \begin_inset Text
34738
34739 \begin_layout Plain Layout
34740 em
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34746 \begin_inset Text
34747
34748 \begin_layout Plain Layout
34749 現在のフォントの文字「M」の幅
34750 \end_layout
34751
34752 \end_inset
34753 </cell>
34754 </row>
34755 <row>
34756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34757 \begin_inset Text
34758
34759 \begin_layout Plain Layout
34760 mu
34761 \end_layout
34762
34763 \end_inset
34764 </cell>
34765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34766 \begin_inset Text
34767
34768 \begin_layout Plain Layout
34769 数式単位 (1
34770 \begin_inset Formula $\,$
34771 \end_inset
34772
34773 mu = 1/18
34774 \begin_inset Formula $\,$
34775 \end_inset
34776
34777 em)
34778 \end_layout
34779
34780 \end_inset
34781 </cell>
34782 </row>
34783 </lyxtabular>
34784
34785 \end_inset
34786
34787
34788 \end_layout
34789
34790 \end_inset
34791
34792
34793 \end_layout
34794
34795 \begin_layout Chapter
34796 画像を含む場合のファイル出力形式
34797 \begin_inset CommandInset label
34798 LatexCommand label
34799 name "cha:ファイル出力形式"
34800
34801 \end_inset
34802
34803
34804 \end_layout
34805
34806 \begin_layout Section
34807 DVI
34808 \begin_inset Index idx
34809 status collapsed
34810
34811 \begin_layout Plain Layout
34812 ふぁいるしょしき@ファイル書式 ! DVI
34813 \end_layout
34814
34815 \end_inset
34816
34817
34818 \begin_inset Index idx
34819 status collapsed
34820
34821 \begin_layout Plain Layout
34822 DVI|see
34823 \begin_inset ERT
34824 status collapsed
34825
34826 \begin_layout Plain Layout
34827
34828 {
34829 \end_layout
34830
34831 \end_inset
34832
34833 ファイル書式
34834 \begin_inset ERT
34835 status collapsed
34836
34837 \begin_layout Plain Layout
34838
34839 }
34840 \end_layout
34841
34842 \end_inset
34843
34844
34845 \end_layout
34846
34847 \end_inset
34848
34849
34850 \end_layout
34851
34852 \begin_layout Standard
34853 このファイル型の拡張子は「
34854 \family typewriter
34855 .dvi
34856 \family default
34857 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
34858 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
34859 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
34860 \end_layout
34861
34862 \begin_layout Standard
34863 \begin_inset Note Greyedout
34864 status open
34865
34866 \begin_layout Plain Layout
34867 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
34868 \end_layout
34869
34870 \end_inset
34871
34872 ですから、お使いの
34873 \family typewriter
34874 .dvi
34875 \family default
34876 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
34877 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
34878 DFを使用することをお勧めします。
34879 \end_layout
34880
34881 \begin_layout Standard
34882 使用中の文書は、
34883 \family sans
34884 ファイル
34885 \family default
34886 \SpecialChar \menuseparator
34887
34888 \family sans
34889 書き出し
34890 \family default
34891 \SpecialChar \menuseparator
34892
34893 \family sans
34894 DVI
34895 \family default
34896 メニューを使用して、DVIに書き出すことができます。
34897 \lang english
34898 You can view your document as DVI via the 
34899 \family sans
34900 View
34901 \family default
34902  menu.
34903 \end_layout
34904
34905 \begin_layout Section
34906 PostScript
34907 \begin_inset CommandInset label
34908 LatexCommand label
34909 name "sec:PostScript"
34910
34911 \end_inset
34912
34913
34914 \begin_inset Index idx
34915 status collapsed
34916
34917 \begin_layout Plain Layout
34918 ふぁいるしょしき@ファイル書式 ! PostScript
34919 \end_layout
34920
34921 \end_inset
34922
34923
34924 \begin_inset Index idx
34925 status collapsed
34926
34927 \begin_layout Plain Layout
34928 PostScript|see
34929 \begin_inset ERT
34930 status collapsed
34931
34932 \begin_layout Plain Layout
34933
34934 {
34935 \end_layout
34936
34937 \end_inset
34938
34939 ファイル書式
34940 \begin_inset ERT
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944
34945 }
34946 \end_layout
34947
34948 \end_inset
34949
34950
34951 \end_layout
34952
34953 \end_inset
34954
34955
34956 \end_layout
34957
34958 \begin_layout Standard
34959 このファイル型の拡張子は「
34960 \family typewriter
34961 .ps
34962 \family default
34963 」です。PostScriptは、
34964 \family typewriter
34965 Adobe
34966 \family default
34967 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
34968 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
34969 \begin_inset Foot
34970 status collapsed
34971
34972 \begin_layout Plain Layout
34973 これについてもう少し学ぶ気があれば、LaTeXパッケージ
34974 \series bold
34975 PSTricks
34976 \series default
34977
34978 \begin_inset CommandInset citation
34979 LatexCommand cite
34980 key "pstricks"
34981
34982 \end_inset
34983
34984 を見てみてください。
34985 \end_layout
34986
34987 \end_inset
34988
34989 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
34990 \end_layout
34991
34992 \begin_layout Standard
34993 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
34994 \family typewriter
34995 .eps
34996 \family default
34997 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
34998 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
34999 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
35000 を直接EPSとして入れておく方がよいでしょう。
35001 \end_layout
35002
35003 \begin_layout Standard
35004 文書は、
35005 \family sans
35006 ファイル
35007 \family default
35008 \SpecialChar \menuseparator
35009
35010 \family sans
35011 書き出し
35012 \family default
35013 \SpecialChar \menuseparator
35014
35015 \family sans
35016 Postscript
35017 \family default
35018 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
35019 \family sans
35020 表示
35021 \family default
35022 メニューかツールバーボタン
35023 \begin_inset Graphics
35024         filename ../../images/buffer-view_ps.png
35025         scale 85
35026         scaleBeforeRotation
35027
35028 \end_inset
35029
35030 を使用することでPostScriptとして表示させることができます。
35031 \end_layout
35032
35033 \begin_layout Section
35034 PDF
35035 \begin_inset Index idx
35036 status collapsed
35037
35038 \begin_layout Plain Layout
35039 ふぁいるしょしき@ファイル書式 ! PDF
35040 \end_layout
35041
35042 \end_inset
35043
35044
35045 \begin_inset Index idx
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049 PDF
35050 \end_layout
35051
35052 \end_inset
35053
35054
35055 \end_layout
35056
35057 \begin_layout Standard
35058 このファイル型の拡張子は「
35059 \family typewriter
35060 .pdf
35061 \family default
35062 」です。この「Portable Document Format (PDF)」は、
35063 \family typewriter
35064 Adobe
35065 \family default
35066 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
35067 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
35068 \end_layout
35069
35070 \begin_layout Standard
35071 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
35072 \family typewriter
35073 .jpg
35074 \family default
35075 」または「
35076 \family typewriter
35077 .jpeg
35078 \family default
35079 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
35080 \family typewriter
35081 .png
35082 \family default
35083 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
35084 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
35085 とをお勧めします。
35086 \end_layout
35087
35088 \begin_layout Standard
35089 使用中の文書は、
35090 \family sans
35091 ファイル
35092 \family default
35093 \SpecialChar \menuseparator
35094
35095 \family sans
35096 書き出し
35097 \family default
35098 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
35099 \end_layout
35100
35101 \begin_layout Description
35102 PDF
35103 \begin_inset space ~
35104 \end_inset
35105
35106 (ps2pdf) これは
35107 \family typewriter
35108 ps2pdf
35109 \family default
35110 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
35111 \family typewriter
35112 dvips
35113 \family default
35114 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
35115 \end_layout
35116
35117 \begin_layout Description
35118 PDF
35119 \begin_inset space ~
35120 \end_inset
35121
35122 (dvipdfm) これは
35123 \family typewriter
35124 dvipdfm
35125 \family default
35126 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
35127 \end_layout
35128
35129 \begin_layout Description
35130 PDF
35131 \begin_inset space ~
35132 \end_inset
35133
35134 (pdflatex) これは
35135 \family typewriter
35136 pdftex
35137 \family default
35138 プログラムを使って、現在のファイルを直接PDFに変換します。
35139 \end_layout
35140
35141 \begin_layout Standard
35142
35143 \family typewriter
35144 pdftex
35145 \family default
35146 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
35147 \family sans
35148 PDF
35149 \begin_inset space ~
35150 \end_inset
35151
35152 (pdflatex)
35153 \family default
35154 を使用することが推奨されます。
35155 \family typewriter
35156 dvipdfm
35157 \family default
35158 プログラムは開発が停止しており、若干時代遅れになっています。
35159 \end_layout
35160
35161 \begin_layout Standard
35162 使用中の文書をPDFとして表示するには、
35163 \family sans
35164 表示
35165 \family default
35166 メニューかツールバーボタン
35167 \begin_inset Graphics
35168         filename ../../images/buffer-view_pdf2.png
35169         scale 85
35170         scaleBeforeRotation
35171
35172 \end_inset
35173
35174 (これは
35175 \family sans
35176 PDF
35177 \begin_inset space ~
35178 \end_inset
35179
35180 (pdflatex)
35181 \family default
35182 を使用します)を用います。
35183 \end_layout
35184
35185 \begin_layout Chapter
35186
35187 \lang english
35188 List of dvips color names
35189 \begin_inset CommandInset label
35190 LatexCommand label
35191 name "chap:List-of-dvips-colornames"
35192
35193 \end_inset
35194
35195
35196 \end_layout
35197
35198 \begin_layout Standard
35199 \begin_inset Tabular
35200 <lyxtabular version="3" rows="17" columns="4">
35201 <features tabularvalignment="middle">
35202 <column alignment="left" valignment="top" width="0pt">
35203 <column alignment="left" valignment="top" width="0pt">
35204 <column alignment="left" valignment="top" width="0pt">
35205 <column alignment="left" valignment="top" width="0pt">
35206 <row>
35207 <cell alignment="left" valignment="top" usebox="none">
35208 \begin_inset Text
35209
35210 \begin_layout Plain Layout
35211 \begin_inset ERT
35212 status collapsed
35213
35214 \begin_layout Plain Layout
35215
35216
35217 \backslash
35218 fcolorbox{black}{
35219 \end_layout
35220
35221 \end_inset
35222
35223 white
35224 \begin_inset ERT
35225 status collapsed
35226
35227 \begin_layout Plain Layout
35228
35229 }{
35230 \end_layout
35231
35232 \end_inset
35233
35234
35235 \lang english
35236 Color
35237 \lang japanese
35238
35239 \begin_inset ERT
35240 status collapsed
35241
35242 \begin_layout Plain Layout
35243
35244 }
35245 \end_layout
35246
35247 \end_inset
35248
35249  
35250 \lang english
35251 Color name
35252 \end_layout
35253
35254 \end_inset
35255 </cell>
35256 <cell alignment="left" valignment="top" usebox="none">
35257 \begin_inset Text
35258
35259 \begin_layout Plain Layout
35260 \begin_inset ERT
35261 status collapsed
35262
35263 \begin_layout Plain Layout
35264
35265
35266 \backslash
35267 fcolorbox{black}{
35268 \end_layout
35269
35270 \end_inset
35271
35272 white
35273 \begin_inset ERT
35274 status collapsed
35275
35276 \begin_layout Plain Layout
35277
35278 }{
35279 \end_layout
35280
35281 \end_inset
35282
35283
35284 \lang english
35285 Color
35286 \lang japanese
35287
35288 \begin_inset ERT
35289 status collapsed
35290
35291 \begin_layout Plain Layout
35292
35293 }
35294 \end_layout
35295
35296 \end_inset
35297
35298  
35299 \lang english
35300 Color name
35301 \end_layout
35302
35303 \end_inset
35304 </cell>
35305 <cell alignment="left" valignment="top" usebox="none">
35306 \begin_inset Text
35307
35308 \begin_layout Plain Layout
35309 \begin_inset ERT
35310 status collapsed
35311
35312 \begin_layout Plain Layout
35313
35314
35315 \backslash
35316 fcolorbox{black}{
35317 \end_layout
35318
35319 \end_inset
35320
35321 white
35322 \begin_inset ERT
35323 status collapsed
35324
35325 \begin_layout Plain Layout
35326
35327 }{
35328 \end_layout
35329
35330 \end_inset
35331
35332
35333 \lang english
35334 Color
35335 \lang japanese
35336
35337 \begin_inset ERT
35338 status collapsed
35339
35340 \begin_layout Plain Layout
35341
35342 }
35343 \end_layout
35344
35345 \end_inset
35346
35347  
35348 \lang english
35349 Color name
35350 \end_layout
35351
35352 \end_inset
35353 </cell>
35354 <cell alignment="left" valignment="top" usebox="none">
35355 \begin_inset Text
35356
35357 \begin_layout Plain Layout
35358 \begin_inset ERT
35359 status collapsed
35360
35361 \begin_layout Plain Layout
35362
35363
35364 \backslash
35365 fcolorbox{black}{
35366 \end_layout
35367
35368 \end_inset
35369
35370 white
35371 \begin_inset ERT
35372 status collapsed
35373
35374 \begin_layout Plain Layout
35375
35376 }{
35377 \end_layout
35378
35379 \end_inset
35380
35381
35382 \lang english
35383 Color
35384 \lang japanese
35385
35386 \begin_inset ERT
35387 status collapsed
35388
35389 \begin_layout Plain Layout
35390
35391 }
35392 \end_layout
35393
35394 \end_inset
35395
35396  
35397 \lang english
35398 Color name
35399 \end_layout
35400
35401 \end_inset
35402 </cell>
35403 </row>
35404 <row>
35405 <cell alignment="center" valignment="top" usebox="none">
35406 \begin_inset Text
35407
35408 \begin_layout Plain Layout
35409 \begin_inset ERT
35410 status collapsed
35411
35412 \begin_layout Plain Layout
35413
35414
35415 \backslash
35416 fcolorbox{black}{
35417 \end_layout
35418
35419 \end_inset
35420
35421 Apricot
35422 \begin_inset ERT
35423 status collapsed
35424
35425 \begin_layout Plain Layout
35426
35427 }{
35428 \end_layout
35429
35430 \end_inset
35431
35432
35433 \begin_inset Phantom Phantom
35434 status open
35435
35436 \begin_layout Plain Layout
35437 W
35438 \end_layout
35439
35440 \end_inset
35441
35442
35443 \begin_inset ERT
35444 status collapsed
35445
35446 \begin_layout Plain Layout
35447
35448 }
35449 \end_layout
35450
35451 \end_inset
35452
35453  Apricot
35454 \end_layout
35455
35456 \end_inset
35457 </cell>
35458 <cell alignment="center" valignment="top" usebox="none">
35459 \begin_inset Text
35460
35461 \begin_layout Plain Layout
35462 \begin_inset ERT
35463 status collapsed
35464
35465 \begin_layout Plain Layout
35466
35467
35468 \backslash
35469 fcolorbox{black}{
35470 \end_layout
35471
35472 \end_inset
35473
35474 Aquamarine
35475 \begin_inset ERT
35476 status collapsed
35477
35478 \begin_layout Plain Layout
35479
35480 }{
35481 \end_layout
35482
35483 \end_inset
35484
35485
35486 \begin_inset Phantom Phantom
35487 status open
35488
35489 \begin_layout Plain Layout
35490 W
35491 \end_layout
35492
35493 \end_inset
35494
35495
35496 \begin_inset ERT
35497 status collapsed
35498
35499 \begin_layout Plain Layout
35500
35501 }
35502 \end_layout
35503
35504 \end_inset
35505
35506  Aquamarine
35507 \end_layout
35508
35509 \end_inset
35510 </cell>
35511 <cell alignment="center" valignment="top" usebox="none">
35512 \begin_inset Text
35513
35514 \begin_layout Plain Layout
35515 \begin_inset ERT
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519
35520
35521 \backslash
35522 fcolorbox{black}{
35523 \end_layout
35524
35525 \end_inset
35526
35527 Bittersweet
35528 \begin_inset ERT
35529 status collapsed
35530
35531 \begin_layout Plain Layout
35532
35533 }{
35534 \end_layout
35535
35536 \end_inset
35537
35538
35539 \begin_inset Phantom Phantom
35540 status open
35541
35542 \begin_layout Plain Layout
35543 W
35544 \end_layout
35545
35546 \end_inset
35547
35548
35549 \begin_inset ERT
35550 status collapsed
35551
35552 \begin_layout Plain Layout
35553
35554 }
35555 \end_layout
35556
35557 \end_inset
35558
35559  Bittersweet
35560 \end_layout
35561
35562 \end_inset
35563 </cell>
35564 <cell alignment="center" valignment="top" usebox="none">
35565 \begin_inset Text
35566
35567 \begin_layout Plain Layout
35568 \begin_inset ERT
35569 status collapsed
35570
35571 \begin_layout Plain Layout
35572
35573
35574 \backslash
35575 fcolorbox{black}{
35576 \end_layout
35577
35578 \end_inset
35579
35580 BlueGreen
35581 \begin_inset ERT
35582 status collapsed
35583
35584 \begin_layout Plain Layout
35585
35586 }{
35587 \end_layout
35588
35589 \end_inset
35590
35591
35592 \begin_inset Phantom Phantom
35593 status open
35594
35595 \begin_layout Plain Layout
35596 W
35597 \end_layout
35598
35599 \end_inset
35600
35601
35602 \begin_inset ERT
35603 status collapsed
35604
35605 \begin_layout Plain Layout
35606
35607 }
35608 \end_layout
35609
35610 \end_inset
35611
35612  BlueGreen
35613 \end_layout
35614
35615 \end_inset
35616 </cell>
35617 </row>
35618 <row>
35619 <cell alignment="left" valignment="top" usebox="none">
35620 \begin_inset Text
35621
35622 \begin_layout Plain Layout
35623 \begin_inset ERT
35624 status collapsed
35625
35626 \begin_layout Plain Layout
35627
35628
35629 \backslash
35630 fcolorbox{black}{
35631 \end_layout
35632
35633 \end_inset
35634
35635 BlueViolet
35636 \begin_inset ERT
35637 status collapsed
35638
35639 \begin_layout Plain Layout
35640
35641 }{
35642 \end_layout
35643
35644 \end_inset
35645
35646
35647 \begin_inset Phantom Phantom
35648 status open
35649
35650 \begin_layout Plain Layout
35651 W
35652 \end_layout
35653
35654 \end_inset
35655
35656
35657 \begin_inset ERT
35658 status collapsed
35659
35660 \begin_layout Plain Layout
35661
35662 }
35663 \end_layout
35664
35665 \end_inset
35666
35667  BlueViolet
35668 \end_layout
35669
35670 \end_inset
35671 </cell>
35672 <cell alignment="left" valignment="top" usebox="none">
35673 \begin_inset Text
35674
35675 \begin_layout Plain Layout
35676 \begin_inset ERT
35677 status collapsed
35678
35679 \begin_layout Plain Layout
35680
35681
35682 \backslash
35683 fcolorbox{black}{
35684 \end_layout
35685
35686 \end_inset
35687
35688 BrickRed
35689 \begin_inset ERT
35690 status collapsed
35691
35692 \begin_layout Plain Layout
35693
35694 }{
35695 \end_layout
35696
35697 \end_inset
35698
35699
35700 \begin_inset Phantom Phantom
35701 status open
35702
35703 \begin_layout Plain Layout
35704 W
35705 \end_layout
35706
35707 \end_inset
35708
35709
35710 \begin_inset ERT
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714
35715 }
35716 \end_layout
35717
35718 \end_inset
35719
35720  BrickRed
35721 \end_layout
35722
35723 \end_inset
35724 </cell>
35725 <cell alignment="left" valignment="top" usebox="none">
35726 \begin_inset Text
35727
35728 \begin_layout Plain Layout
35729 \begin_inset ERT
35730 status collapsed
35731
35732 \begin_layout Plain Layout
35733
35734
35735 \backslash
35736 fcolorbox{black}{
35737 \end_layout
35738
35739 \end_inset
35740
35741 Brown
35742 \begin_inset ERT
35743 status collapsed
35744
35745 \begin_layout Plain Layout
35746
35747 }{
35748 \end_layout
35749
35750 \end_inset
35751
35752
35753 \begin_inset Phantom Phantom
35754 status open
35755
35756 \begin_layout Plain Layout
35757 W
35758 \end_layout
35759
35760 \end_inset
35761
35762
35763 \begin_inset ERT
35764 status collapsed
35765
35766 \begin_layout Plain Layout
35767
35768 }
35769 \end_layout
35770
35771 \end_inset
35772
35773  Brown
35774 \end_layout
35775
35776 \end_inset
35777 </cell>
35778 <cell alignment="left" valignment="top" usebox="none">
35779 \begin_inset Text
35780
35781 \begin_layout Plain Layout
35782 \begin_inset ERT
35783 status collapsed
35784
35785 \begin_layout Plain Layout
35786
35787
35788 \backslash
35789 fcolorbox{black}{
35790 \end_layout
35791
35792 \end_inset
35793
35794 BurntOrange
35795 \begin_inset ERT
35796 status collapsed
35797
35798 \begin_layout Plain Layout
35799
35800 }{
35801 \end_layout
35802
35803 \end_inset
35804
35805
35806 \begin_inset Phantom Phantom
35807 status open
35808
35809 \begin_layout Plain Layout
35810 W
35811 \end_layout
35812
35813 \end_inset
35814
35815
35816 \begin_inset ERT
35817 status collapsed
35818
35819 \begin_layout Plain Layout
35820
35821 }
35822 \end_layout
35823
35824 \end_inset
35825
35826  BurntOrange
35827 \end_layout
35828
35829 \end_inset
35830 </cell>
35831 </row>
35832 <row>
35833 <cell alignment="left" valignment="top" usebox="none">
35834 \begin_inset Text
35835
35836 \begin_layout Plain Layout
35837 \begin_inset ERT
35838 status collapsed
35839
35840 \begin_layout Plain Layout
35841
35842
35843 \backslash
35844 fcolorbox{black}{
35845 \end_layout
35846
35847 \end_inset
35848
35849 CadetBlue
35850 \begin_inset ERT
35851 status collapsed
35852
35853 \begin_layout Plain Layout
35854
35855 }{
35856 \end_layout
35857
35858 \end_inset
35859
35860
35861 \begin_inset Phantom Phantom
35862 status open
35863
35864 \begin_layout Plain Layout
35865 W
35866 \end_layout
35867
35868 \end_inset
35869
35870
35871 \begin_inset ERT
35872 status collapsed
35873
35874 \begin_layout Plain Layout
35875
35876 }
35877 \end_layout
35878
35879 \end_inset
35880
35881  CadetBlue
35882 \end_layout
35883
35884 \end_inset
35885 </cell>
35886 <cell alignment="left" valignment="top" usebox="none">
35887 \begin_inset Text
35888
35889 \begin_layout Plain Layout
35890 \begin_inset ERT
35891 status collapsed
35892
35893 \begin_layout Plain Layout
35894
35895
35896 \backslash
35897 fcolorbox{black}{
35898 \end_layout
35899
35900 \end_inset
35901
35902 CarnationPink
35903 \begin_inset ERT
35904 status collapsed
35905
35906 \begin_layout Plain Layout
35907
35908 }{
35909 \end_layout
35910
35911 \end_inset
35912
35913
35914 \begin_inset Phantom Phantom
35915 status open
35916
35917 \begin_layout Plain Layout
35918 W
35919 \end_layout
35920
35921 \end_inset
35922
35923
35924 \begin_inset ERT
35925 status collapsed
35926
35927 \begin_layout Plain Layout
35928
35929 }
35930 \end_layout
35931
35932 \end_inset
35933
35934  CarnationPink
35935 \end_layout
35936
35937 \end_inset
35938 </cell>
35939 <cell alignment="left" valignment="top" usebox="none">
35940 \begin_inset Text
35941
35942 \begin_layout Plain Layout
35943 \begin_inset ERT
35944 status collapsed
35945
35946 \begin_layout Plain Layout
35947
35948
35949 \backslash
35950 fcolorbox{black}{
35951 \end_layout
35952
35953 \end_inset
35954
35955 Cerulean
35956 \begin_inset ERT
35957 status collapsed
35958
35959 \begin_layout Plain Layout
35960
35961 }{
35962 \end_layout
35963
35964 \end_inset
35965
35966
35967 \begin_inset Phantom Phantom
35968 status open
35969
35970 \begin_layout Plain Layout
35971 W
35972 \end_layout
35973
35974 \end_inset
35975
35976
35977 \begin_inset ERT
35978 status collapsed
35979
35980 \begin_layout Plain Layout
35981
35982 }
35983 \end_layout
35984
35985 \end_inset
35986
35987  Cerulean
35988 \end_layout
35989
35990 \end_inset
35991 </cell>
35992 <cell alignment="left" valignment="top" usebox="none">
35993 \begin_inset Text
35994
35995 \begin_layout Plain Layout
35996 \begin_inset ERT
35997 status collapsed
35998
35999 \begin_layout Plain Layout
36000
36001
36002 \backslash
36003 fcolorbox{black}{
36004 \end_layout
36005
36006 \end_inset
36007
36008 CornflowerBlue
36009 \begin_inset ERT
36010 status collapsed
36011
36012 \begin_layout Plain Layout
36013
36014 }{
36015 \end_layout
36016
36017 \end_inset
36018
36019
36020 \begin_inset Phantom Phantom
36021 status open
36022
36023 \begin_layout Plain Layout
36024 W
36025 \end_layout
36026
36027 \end_inset
36028
36029
36030 \begin_inset ERT
36031 status collapsed
36032
36033 \begin_layout Plain Layout
36034
36035 }
36036 \end_layout
36037
36038 \end_inset
36039
36040  CornflowerBlue
36041 \end_layout
36042
36043 \end_inset
36044 </cell>
36045 </row>
36046 <row>
36047 <cell alignment="left" valignment="top" usebox="none">
36048 \begin_inset Text
36049
36050 \begin_layout Plain Layout
36051 \begin_inset ERT
36052 status collapsed
36053
36054 \begin_layout Plain Layout
36055
36056
36057 \backslash
36058 fcolorbox{black}{
36059 \end_layout
36060
36061 \end_inset
36062
36063 Dandelion
36064 \begin_inset ERT
36065 status collapsed
36066
36067 \begin_layout Plain Layout
36068
36069 }{
36070 \end_layout
36071
36072 \end_inset
36073
36074
36075 \begin_inset Phantom Phantom
36076 status open
36077
36078 \begin_layout Plain Layout
36079 W
36080 \end_layout
36081
36082 \end_inset
36083
36084
36085 \begin_inset ERT
36086 status collapsed
36087
36088 \begin_layout Plain Layout
36089
36090 }
36091 \end_layout
36092
36093 \end_inset
36094
36095  Dandelion
36096 \end_layout
36097
36098 \end_inset
36099 </cell>
36100 <cell alignment="left" valignment="top" usebox="none">
36101 \begin_inset Text
36102
36103 \begin_layout Plain Layout
36104 \begin_inset ERT
36105 status collapsed
36106
36107 \begin_layout Plain Layout
36108
36109
36110 \backslash
36111 fcolorbox{black}{
36112 \end_layout
36113
36114 \end_inset
36115
36116 DarkOrchid
36117 \begin_inset ERT
36118 status collapsed
36119
36120 \begin_layout Plain Layout
36121
36122 }{
36123 \end_layout
36124
36125 \end_inset
36126
36127
36128 \begin_inset Phantom Phantom
36129 status open
36130
36131 \begin_layout Plain Layout
36132 W
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \begin_inset ERT
36139 status collapsed
36140
36141 \begin_layout Plain Layout
36142
36143 }
36144 \end_layout
36145
36146 \end_inset
36147
36148  DarkOrchid
36149 \end_layout
36150
36151 \end_inset
36152 </cell>
36153 <cell alignment="left" valignment="top" usebox="none">
36154 \begin_inset Text
36155
36156 \begin_layout Plain Layout
36157 \begin_inset ERT
36158 status collapsed
36159
36160 \begin_layout Plain Layout
36161
36162
36163 \backslash
36164 fcolorbox{black}{
36165 \end_layout
36166
36167 \end_inset
36168
36169 Emerald
36170 \begin_inset ERT
36171 status collapsed
36172
36173 \begin_layout Plain Layout
36174
36175 }{
36176 \end_layout
36177
36178 \end_inset
36179
36180
36181 \begin_inset Phantom Phantom
36182 status open
36183
36184 \begin_layout Plain Layout
36185 W
36186 \end_layout
36187
36188 \end_inset
36189
36190
36191 \begin_inset ERT
36192 status collapsed
36193
36194 \begin_layout Plain Layout
36195
36196 }
36197 \end_layout
36198
36199 \end_inset
36200
36201  Emerald
36202 \end_layout
36203
36204 \end_inset
36205 </cell>
36206 <cell alignment="left" valignment="top" usebox="none">
36207 \begin_inset Text
36208
36209 \begin_layout Plain Layout
36210 \begin_inset ERT
36211 status collapsed
36212
36213 \begin_layout Plain Layout
36214
36215
36216 \backslash
36217 fcolorbox{black}{
36218 \end_layout
36219
36220 \end_inset
36221
36222 ForestGreen
36223 \begin_inset ERT
36224 status collapsed
36225
36226 \begin_layout Plain Layout
36227
36228 }{
36229 \end_layout
36230
36231 \end_inset
36232
36233
36234 \begin_inset Phantom Phantom
36235 status open
36236
36237 \begin_layout Plain Layout
36238 W
36239 \end_layout
36240
36241 \end_inset
36242
36243
36244 \begin_inset ERT
36245 status collapsed
36246
36247 \begin_layout Plain Layout
36248
36249 }
36250 \end_layout
36251
36252 \end_inset
36253
36254  ForestGreen
36255 \end_layout
36256
36257 \end_inset
36258 </cell>
36259 </row>
36260 <row>
36261 <cell alignment="left" valignment="top" usebox="none">
36262 \begin_inset Text
36263
36264 \begin_layout Plain Layout
36265 \begin_inset ERT
36266 status collapsed
36267
36268 \begin_layout Plain Layout
36269
36270
36271 \backslash
36272 fcolorbox{black}{
36273 \end_layout
36274
36275 \end_inset
36276
36277 Fuchsia
36278 \begin_inset ERT
36279 status collapsed
36280
36281 \begin_layout Plain Layout
36282
36283 }{
36284 \end_layout
36285
36286 \end_inset
36287
36288
36289 \begin_inset Phantom Phantom
36290 status open
36291
36292 \begin_layout Plain Layout
36293 W
36294 \end_layout
36295
36296 \end_inset
36297
36298
36299 \begin_inset ERT
36300 status collapsed
36301
36302 \begin_layout Plain Layout
36303
36304 }
36305 \end_layout
36306
36307 \end_inset
36308
36309  Fuchsia
36310 \end_layout
36311
36312 \end_inset
36313 </cell>
36314 <cell alignment="left" valignment="top" usebox="none">
36315 \begin_inset Text
36316
36317 \begin_layout Plain Layout
36318 \begin_inset ERT
36319 status collapsed
36320
36321 \begin_layout Plain Layout
36322
36323
36324 \backslash
36325 fcolorbox{black}{
36326 \end_layout
36327
36328 \end_inset
36329
36330 Goldenrod
36331 \begin_inset ERT
36332 status collapsed
36333
36334 \begin_layout Plain Layout
36335
36336 }{
36337 \end_layout
36338
36339 \end_inset
36340
36341
36342 \begin_inset Phantom Phantom
36343 status open
36344
36345 \begin_layout Plain Layout
36346 W
36347 \end_layout
36348
36349 \end_inset
36350
36351
36352 \begin_inset ERT
36353 status collapsed
36354
36355 \begin_layout Plain Layout
36356
36357 }
36358 \end_layout
36359
36360 \end_inset
36361
36362  Goldenrod
36363 \end_layout
36364
36365 \end_inset
36366 </cell>
36367 <cell alignment="left" valignment="top" usebox="none">
36368 \begin_inset Text
36369
36370 \begin_layout Plain Layout
36371 \begin_inset ERT
36372 status collapsed
36373
36374 \begin_layout Plain Layout
36375
36376
36377 \backslash
36378 fcolorbox{black}{
36379 \end_layout
36380
36381 \end_inset
36382
36383 Gray
36384 \begin_inset ERT
36385 status collapsed
36386
36387 \begin_layout Plain Layout
36388
36389 }{
36390 \end_layout
36391
36392 \end_inset
36393
36394
36395 \begin_inset Phantom Phantom
36396 status open
36397
36398 \begin_layout Plain Layout
36399 W
36400 \end_layout
36401
36402 \end_inset
36403
36404
36405 \begin_inset ERT
36406 status collapsed
36407
36408 \begin_layout Plain Layout
36409
36410 }
36411 \end_layout
36412
36413 \end_inset
36414
36415  Gray
36416 \end_layout
36417
36418 \end_inset
36419 </cell>
36420 <cell alignment="left" valignment="top" usebox="none">
36421 \begin_inset Text
36422
36423 \begin_layout Plain Layout
36424 \begin_inset ERT
36425 status collapsed
36426
36427 \begin_layout Plain Layout
36428
36429
36430 \backslash
36431 fcolorbox{black}{
36432 \end_layout
36433
36434 \end_inset
36435
36436 GreenYellow
36437 \begin_inset ERT
36438 status collapsed
36439
36440 \begin_layout Plain Layout
36441
36442 }{
36443 \end_layout
36444
36445 \end_inset
36446
36447
36448 \begin_inset Phantom Phantom
36449 status open
36450
36451 \begin_layout Plain Layout
36452 W
36453 \end_layout
36454
36455 \end_inset
36456
36457
36458 \begin_inset ERT
36459 status collapsed
36460
36461 \begin_layout Plain Layout
36462
36463 }
36464 \end_layout
36465
36466 \end_inset
36467
36468  GreenYellow
36469 \end_layout
36470
36471 \end_inset
36472 </cell>
36473 </row>
36474 <row>
36475 <cell alignment="center" valignment="top" usebox="none">
36476 \begin_inset Text
36477
36478 \begin_layout Plain Layout
36479 \begin_inset ERT
36480 status collapsed
36481
36482 \begin_layout Plain Layout
36483
36484
36485 \backslash
36486 fcolorbox{black}{
36487 \end_layout
36488
36489 \end_inset
36490
36491 JungleGreen
36492 \begin_inset ERT
36493 status collapsed
36494
36495 \begin_layout Plain Layout
36496
36497 }{
36498 \end_layout
36499
36500 \end_inset
36501
36502
36503 \begin_inset Phantom Phantom
36504 status open
36505
36506 \begin_layout Plain Layout
36507 W
36508 \end_layout
36509
36510 \end_inset
36511
36512
36513 \begin_inset ERT
36514 status collapsed
36515
36516 \begin_layout Plain Layout
36517
36518 }
36519 \end_layout
36520
36521 \end_inset
36522
36523  JungleGreen
36524 \end_layout
36525
36526 \end_inset
36527 </cell>
36528 <cell alignment="center" valignment="top" usebox="none">
36529 \begin_inset Text
36530
36531 \begin_layout Plain Layout
36532 \begin_inset ERT
36533 status collapsed
36534
36535 \begin_layout Plain Layout
36536
36537
36538 \backslash
36539 fcolorbox{black}{
36540 \end_layout
36541
36542 \end_inset
36543
36544 Lavender
36545 \begin_inset ERT
36546 status collapsed
36547
36548 \begin_layout Plain Layout
36549
36550 }{
36551 \end_layout
36552
36553 \end_inset
36554
36555
36556 \begin_inset Phantom Phantom
36557 status open
36558
36559 \begin_layout Plain Layout
36560 W
36561 \end_layout
36562
36563 \end_inset
36564
36565
36566 \begin_inset ERT
36567 status collapsed
36568
36569 \begin_layout Plain Layout
36570
36571 }
36572 \end_layout
36573
36574 \end_inset
36575
36576  Lavender
36577 \end_layout
36578
36579 \end_inset
36580 </cell>
36581 <cell alignment="center" valignment="top" usebox="none">
36582 \begin_inset Text
36583
36584 \begin_layout Plain Layout
36585 \begin_inset ERT
36586 status collapsed
36587
36588 \begin_layout Plain Layout
36589
36590
36591 \backslash
36592 fcolorbox{black}{
36593 \end_layout
36594
36595 \end_inset
36596
36597 LimeGreen
36598 \begin_inset ERT
36599 status collapsed
36600
36601 \begin_layout Plain Layout
36602
36603 }{
36604 \end_layout
36605
36606 \end_inset
36607
36608
36609 \begin_inset Phantom Phantom
36610 status open
36611
36612 \begin_layout Plain Layout
36613 W
36614 \end_layout
36615
36616 \end_inset
36617
36618
36619 \begin_inset ERT
36620 status collapsed
36621
36622 \begin_layout Plain Layout
36623
36624 }
36625 \end_layout
36626
36627 \end_inset
36628
36629  LimeGreen
36630 \end_layout
36631
36632 \end_inset
36633 </cell>
36634 <cell alignment="center" valignment="top" usebox="none">
36635 \begin_inset Text
36636
36637 \begin_layout Plain Layout
36638 \begin_inset ERT
36639 status collapsed
36640
36641 \begin_layout Plain Layout
36642
36643
36644 \backslash
36645 fcolorbox{black}{
36646 \end_layout
36647
36648 \end_inset
36649
36650 Mahogany
36651 \begin_inset ERT
36652 status collapsed
36653
36654 \begin_layout Plain Layout
36655
36656 }{
36657 \end_layout
36658
36659 \end_inset
36660
36661
36662 \begin_inset Phantom Phantom
36663 status open
36664
36665 \begin_layout Plain Layout
36666 W
36667 \end_layout
36668
36669 \end_inset
36670
36671
36672 \begin_inset ERT
36673 status collapsed
36674
36675 \begin_layout Plain Layout
36676
36677 }
36678 \end_layout
36679
36680 \end_inset
36681
36682  Mahogany
36683 \end_layout
36684
36685 \end_inset
36686 </cell>
36687 </row>
36688 <row>
36689 <cell alignment="left" valignment="top" usebox="none">
36690 \begin_inset Text
36691
36692 \begin_layout Plain Layout
36693 \begin_inset ERT
36694 status collapsed
36695
36696 \begin_layout Plain Layout
36697
36698
36699 \backslash
36700 fcolorbox{black}{
36701 \end_layout
36702
36703 \end_inset
36704
36705 Mahogany
36706 \begin_inset ERT
36707 status collapsed
36708
36709 \begin_layout Plain Layout
36710
36711 }{
36712 \end_layout
36713
36714 \end_inset
36715
36716
36717 \begin_inset Phantom Phantom
36718 status open
36719
36720 \begin_layout Plain Layout
36721 W
36722 \end_layout
36723
36724 \end_inset
36725
36726
36727 \begin_inset ERT
36728 status collapsed
36729
36730 \begin_layout Plain Layout
36731
36732 }
36733 \end_layout
36734
36735 \end_inset
36736
36737  Mahogany
36738 \end_layout
36739
36740 \end_inset
36741 </cell>
36742 <cell alignment="left" valignment="top" usebox="none">
36743 \begin_inset Text
36744
36745 \begin_layout Plain Layout
36746 \begin_inset ERT
36747 status collapsed
36748
36749 \begin_layout Plain Layout
36750
36751
36752 \backslash
36753 fcolorbox{black}{
36754 \end_layout
36755
36756 \end_inset
36757
36758 Maroon
36759 \begin_inset ERT
36760 status collapsed
36761
36762 \begin_layout Plain Layout
36763
36764 }{
36765 \end_layout
36766
36767 \end_inset
36768
36769
36770 \begin_inset Phantom Phantom
36771 status open
36772
36773 \begin_layout Plain Layout
36774 W
36775 \end_layout
36776
36777 \end_inset
36778
36779
36780 \begin_inset ERT
36781 status collapsed
36782
36783 \begin_layout Plain Layout
36784
36785 }
36786 \end_layout
36787
36788 \end_inset
36789
36790  Maroon
36791 \end_layout
36792
36793 \end_inset
36794 </cell>
36795 <cell alignment="left" valignment="top" usebox="none">
36796 \begin_inset Text
36797
36798 \begin_layout Plain Layout
36799 \begin_inset ERT
36800 status collapsed
36801
36802 \begin_layout Plain Layout
36803
36804
36805 \backslash
36806 fcolorbox{black}{
36807 \end_layout
36808
36809 \end_inset
36810
36811 Melon
36812 \begin_inset ERT
36813 status collapsed
36814
36815 \begin_layout Plain Layout
36816
36817 }{
36818 \end_layout
36819
36820 \end_inset
36821
36822
36823 \begin_inset Phantom Phantom
36824 status open
36825
36826 \begin_layout Plain Layout
36827 W
36828 \end_layout
36829
36830 \end_inset
36831
36832
36833 \begin_inset ERT
36834 status collapsed
36835
36836 \begin_layout Plain Layout
36837
36838 }
36839 \end_layout
36840
36841 \end_inset
36842
36843  Melon
36844 \end_layout
36845
36846 \end_inset
36847 </cell>
36848 <cell alignment="left" valignment="top" usebox="none">
36849 \begin_inset Text
36850
36851 \begin_layout Plain Layout
36852 \begin_inset ERT
36853 status collapsed
36854
36855 \begin_layout Plain Layout
36856
36857
36858 \backslash
36859 fcolorbox{black}{
36860 \end_layout
36861
36862 \end_inset
36863
36864 MidnightBlue
36865 \begin_inset ERT
36866 status collapsed
36867
36868 \begin_layout Plain Layout
36869
36870 }{
36871 \end_layout
36872
36873 \end_inset
36874
36875
36876 \begin_inset Phantom Phantom
36877 status open
36878
36879 \begin_layout Plain Layout
36880 W
36881 \end_layout
36882
36883 \end_inset
36884
36885
36886 \begin_inset ERT
36887 status collapsed
36888
36889 \begin_layout Plain Layout
36890
36891 }
36892 \end_layout
36893
36894 \end_inset
36895
36896  MidnightBlue
36897 \end_layout
36898
36899 \end_inset
36900 </cell>
36901 </row>
36902 <row>
36903 <cell alignment="left" valignment="top" usebox="none">
36904 \begin_inset Text
36905
36906 \begin_layout Plain Layout
36907 \begin_inset ERT
36908 status collapsed
36909
36910 \begin_layout Plain Layout
36911
36912
36913 \backslash
36914 fcolorbox{black}{
36915 \end_layout
36916
36917 \end_inset
36918
36919 Mulberry
36920 \begin_inset ERT
36921 status collapsed
36922
36923 \begin_layout Plain Layout
36924
36925 }{
36926 \end_layout
36927
36928 \end_inset
36929
36930
36931 \begin_inset Phantom Phantom
36932 status open
36933
36934 \begin_layout Plain Layout
36935 W
36936 \end_layout
36937
36938 \end_inset
36939
36940
36941 \begin_inset ERT
36942 status collapsed
36943
36944 \begin_layout Plain Layout
36945
36946 }
36947 \end_layout
36948
36949 \end_inset
36950
36951  Mulberry
36952 \end_layout
36953
36954 \end_inset
36955 </cell>
36956 <cell alignment="left" valignment="top" usebox="none">
36957 \begin_inset Text
36958
36959 \begin_layout Plain Layout
36960 \begin_inset ERT
36961 status collapsed
36962
36963 \begin_layout Plain Layout
36964
36965
36966 \backslash
36967 fcolorbox{black}{
36968 \end_layout
36969
36970 \end_inset
36971
36972 NavyBlue
36973 \begin_inset ERT
36974 status collapsed
36975
36976 \begin_layout Plain Layout
36977
36978 }{
36979 \end_layout
36980
36981 \end_inset
36982
36983
36984 \begin_inset Phantom Phantom
36985 status open
36986
36987 \begin_layout Plain Layout
36988 W
36989 \end_layout
36990
36991 \end_inset
36992
36993
36994 \begin_inset ERT
36995 status collapsed
36996
36997 \begin_layout Plain Layout
36998
36999 }
37000 \end_layout
37001
37002 \end_inset
37003
37004  NavyBlue
37005 \end_layout
37006
37007 \end_inset
37008 </cell>
37009 <cell alignment="left" valignment="top" usebox="none">
37010 \begin_inset Text
37011
37012 \begin_layout Plain Layout
37013 \begin_inset ERT
37014 status collapsed
37015
37016 \begin_layout Plain Layout
37017
37018
37019 \backslash
37020 fcolorbox{black}{
37021 \end_layout
37022
37023 \end_inset
37024
37025 OliveGreen
37026 \begin_inset ERT
37027 status collapsed
37028
37029 \begin_layout Plain Layout
37030
37031 }{
37032 \end_layout
37033
37034 \end_inset
37035
37036
37037 \begin_inset Phantom Phantom
37038 status open
37039
37040 \begin_layout Plain Layout
37041 W
37042 \end_layout
37043
37044 \end_inset
37045
37046
37047 \begin_inset ERT
37048 status collapsed
37049
37050 \begin_layout Plain Layout
37051
37052 }
37053 \end_layout
37054
37055 \end_inset
37056
37057  OliveGreen
37058 \end_layout
37059
37060 \end_inset
37061 </cell>
37062 <cell alignment="left" valignment="top" usebox="none">
37063 \begin_inset Text
37064
37065 \begin_layout Plain Layout
37066 \begin_inset ERT
37067 status collapsed
37068
37069 \begin_layout Plain Layout
37070
37071
37072 \backslash
37073 fcolorbox{black}{
37074 \end_layout
37075
37076 \end_inset
37077
37078 Orange
37079 \begin_inset ERT
37080 status collapsed
37081
37082 \begin_layout Plain Layout
37083
37084 }{
37085 \end_layout
37086
37087 \end_inset
37088
37089
37090 \begin_inset Phantom Phantom
37091 status open
37092
37093 \begin_layout Plain Layout
37094 W
37095 \end_layout
37096
37097 \end_inset
37098
37099
37100 \begin_inset ERT
37101 status collapsed
37102
37103 \begin_layout Plain Layout
37104
37105 }
37106 \end_layout
37107
37108 \end_inset
37109
37110  Orange
37111 \end_layout
37112
37113 \end_inset
37114 </cell>
37115 </row>
37116 <row>
37117 <cell alignment="left" valignment="top" usebox="none">
37118 \begin_inset Text
37119
37120 \begin_layout Plain Layout
37121 \begin_inset ERT
37122 status collapsed
37123
37124 \begin_layout Plain Layout
37125
37126
37127 \backslash
37128 fcolorbox{black}{
37129 \end_layout
37130
37131 \end_inset
37132
37133 OrangeRed
37134 \begin_inset ERT
37135 status collapsed
37136
37137 \begin_layout Plain Layout
37138
37139 }{
37140 \end_layout
37141
37142 \end_inset
37143
37144
37145 \begin_inset Phantom Phantom
37146 status open
37147
37148 \begin_layout Plain Layout
37149 W
37150 \end_layout
37151
37152 \end_inset
37153
37154
37155 \begin_inset ERT
37156 status collapsed
37157
37158 \begin_layout Plain Layout
37159
37160 }
37161 \end_layout
37162
37163 \end_inset
37164
37165  OrangeRed
37166 \end_layout
37167
37168 \end_inset
37169 </cell>
37170 <cell alignment="left" valignment="top" usebox="none">
37171 \begin_inset Text
37172
37173 \begin_layout Plain Layout
37174 \begin_inset ERT
37175 status collapsed
37176
37177 \begin_layout Plain Layout
37178
37179
37180 \backslash
37181 fcolorbox{black}{
37182 \end_layout
37183
37184 \end_inset
37185
37186 Orchid
37187 \begin_inset ERT
37188 status collapsed
37189
37190 \begin_layout Plain Layout
37191
37192 }{
37193 \end_layout
37194
37195 \end_inset
37196
37197
37198 \begin_inset Phantom Phantom
37199 status open
37200
37201 \begin_layout Plain Layout
37202 W
37203 \end_layout
37204
37205 \end_inset
37206
37207
37208 \begin_inset ERT
37209 status collapsed
37210
37211 \begin_layout Plain Layout
37212
37213 }
37214 \end_layout
37215
37216 \end_inset
37217
37218  Orchid
37219 \end_layout
37220
37221 \end_inset
37222 </cell>
37223 <cell alignment="left" valignment="top" usebox="none">
37224 \begin_inset Text
37225
37226 \begin_layout Plain Layout
37227 \begin_inset ERT
37228 status collapsed
37229
37230 \begin_layout Plain Layout
37231
37232
37233 \backslash
37234 fcolorbox{black}{
37235 \end_layout
37236
37237 \end_inset
37238
37239 Peach
37240 \begin_inset ERT
37241 status collapsed
37242
37243 \begin_layout Plain Layout
37244
37245 }{
37246 \end_layout
37247
37248 \end_inset
37249
37250
37251 \begin_inset Phantom Phantom
37252 status open
37253
37254 \begin_layout Plain Layout
37255 W
37256 \end_layout
37257
37258 \end_inset
37259
37260
37261 \begin_inset ERT
37262 status collapsed
37263
37264 \begin_layout Plain Layout
37265
37266 }
37267 \end_layout
37268
37269 \end_inset
37270
37271  Peach
37272 \end_layout
37273
37274 \end_inset
37275 </cell>
37276 <cell alignment="left" valignment="top" usebox="none">
37277 \begin_inset Text
37278
37279 \begin_layout Plain Layout
37280 \begin_inset ERT
37281 status collapsed
37282
37283 \begin_layout Plain Layout
37284
37285
37286 \backslash
37287 fcolorbox{black}{
37288 \end_layout
37289
37290 \end_inset
37291
37292 Periwinkle
37293 \begin_inset ERT
37294 status collapsed
37295
37296 \begin_layout Plain Layout
37297
37298 }{
37299 \end_layout
37300
37301 \end_inset
37302
37303
37304 \begin_inset Phantom Phantom
37305 status open
37306
37307 \begin_layout Plain Layout
37308 W
37309 \end_layout
37310
37311 \end_inset
37312
37313
37314 \begin_inset ERT
37315 status collapsed
37316
37317 \begin_layout Plain Layout
37318
37319 }
37320 \end_layout
37321
37322 \end_inset
37323
37324  Periwinkle
37325 \end_layout
37326
37327 \end_inset
37328 </cell>
37329 </row>
37330 <row>
37331 <cell alignment="left" valignment="top" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335 \begin_inset ERT
37336 status collapsed
37337
37338 \begin_layout Plain Layout
37339
37340
37341 \backslash
37342 fcolorbox{black}{
37343 \end_layout
37344
37345 \end_inset
37346
37347 PineGreen
37348 \begin_inset ERT
37349 status collapsed
37350
37351 \begin_layout Plain Layout
37352
37353 }{
37354 \end_layout
37355
37356 \end_inset
37357
37358
37359 \begin_inset Phantom Phantom
37360 status open
37361
37362 \begin_layout Plain Layout
37363 W
37364 \end_layout
37365
37366 \end_inset
37367
37368
37369 \begin_inset ERT
37370 status collapsed
37371
37372 \begin_layout Plain Layout
37373
37374 }
37375 \end_layout
37376
37377 \end_inset
37378
37379  PineGreen
37380 \end_layout
37381
37382 \end_inset
37383 </cell>
37384 <cell alignment="left" valignment="top" usebox="none">
37385 \begin_inset Text
37386
37387 \begin_layout Plain Layout
37388 \begin_inset ERT
37389 status collapsed
37390
37391 \begin_layout Plain Layout
37392
37393
37394 \backslash
37395 fcolorbox{black}{
37396 \end_layout
37397
37398 \end_inset
37399
37400 Plum
37401 \begin_inset ERT
37402 status collapsed
37403
37404 \begin_layout Plain Layout
37405
37406 }{
37407 \end_layout
37408
37409 \end_inset
37410
37411
37412 \begin_inset Phantom Phantom
37413 status open
37414
37415 \begin_layout Plain Layout
37416 W
37417 \end_layout
37418
37419 \end_inset
37420
37421
37422 \begin_inset ERT
37423 status collapsed
37424
37425 \begin_layout Plain Layout
37426
37427 }
37428 \end_layout
37429
37430 \end_inset
37431
37432  Plum
37433 \end_layout
37434
37435 \end_inset
37436 </cell>
37437 <cell alignment="left" valignment="top" usebox="none">
37438 \begin_inset Text
37439
37440 \begin_layout Plain Layout
37441 \begin_inset ERT
37442 status collapsed
37443
37444 \begin_layout Plain Layout
37445
37446
37447 \backslash
37448 fcolorbox{black}{
37449 \end_layout
37450
37451 \end_inset
37452
37453 ProcessBlue
37454 \begin_inset ERT
37455 status collapsed
37456
37457 \begin_layout Plain Layout
37458
37459 }{
37460 \end_layout
37461
37462 \end_inset
37463
37464
37465 \begin_inset Phantom Phantom
37466 status open
37467
37468 \begin_layout Plain Layout
37469 W
37470 \end_layout
37471
37472 \end_inset
37473
37474
37475 \begin_inset ERT
37476 status collapsed
37477
37478 \begin_layout Plain Layout
37479
37480 }
37481 \end_layout
37482
37483 \end_inset
37484
37485  ProcessBlue
37486 \end_layout
37487
37488 \end_inset
37489 </cell>
37490 <cell alignment="left" valignment="top" usebox="none">
37491 \begin_inset Text
37492
37493 \begin_layout Plain Layout
37494 \begin_inset ERT
37495 status collapsed
37496
37497 \begin_layout Plain Layout
37498
37499
37500 \backslash
37501 fcolorbox{black}{
37502 \end_layout
37503
37504 \end_inset
37505
37506 Purple
37507 \begin_inset ERT
37508 status collapsed
37509
37510 \begin_layout Plain Layout
37511
37512 }{
37513 \end_layout
37514
37515 \end_inset
37516
37517
37518 \begin_inset Phantom Phantom
37519 status open
37520
37521 \begin_layout Plain Layout
37522 W
37523 \end_layout
37524
37525 \end_inset
37526
37527
37528 \begin_inset ERT
37529 status collapsed
37530
37531 \begin_layout Plain Layout
37532
37533 }
37534 \end_layout
37535
37536 \end_inset
37537
37538  Purple
37539 \end_layout
37540
37541 \end_inset
37542 </cell>
37543 </row>
37544 <row>
37545 <cell alignment="left" valignment="top" usebox="none">
37546 \begin_inset Text
37547
37548 \begin_layout Plain Layout
37549 \begin_inset ERT
37550 status collapsed
37551
37552 \begin_layout Plain Layout
37553
37554
37555 \backslash
37556 fcolorbox{black}{
37557 \end_layout
37558
37559 \end_inset
37560
37561 RawSienna
37562 \begin_inset ERT
37563 status collapsed
37564
37565 \begin_layout Plain Layout
37566
37567 }{
37568 \end_layout
37569
37570 \end_inset
37571
37572
37573 \begin_inset Phantom Phantom
37574 status open
37575
37576 \begin_layout Plain Layout
37577 W
37578 \end_layout
37579
37580 \end_inset
37581
37582
37583 \begin_inset ERT
37584 status collapsed
37585
37586 \begin_layout Plain Layout
37587
37588 }
37589 \end_layout
37590
37591 \end_inset
37592
37593  RawSienna
37594 \end_layout
37595
37596 \end_inset
37597 </cell>
37598 <cell alignment="left" valignment="top" usebox="none">
37599 \begin_inset Text
37600
37601 \begin_layout Plain Layout
37602 \begin_inset ERT
37603 status collapsed
37604
37605 \begin_layout Plain Layout
37606
37607
37608 \backslash
37609 fcolorbox{black}{
37610 \end_layout
37611
37612 \end_inset
37613
37614 RedOrange
37615 \begin_inset ERT
37616 status collapsed
37617
37618 \begin_layout Plain Layout
37619
37620 }{
37621 \end_layout
37622
37623 \end_inset
37624
37625
37626 \begin_inset Phantom Phantom
37627 status open
37628
37629 \begin_layout Plain Layout
37630 W
37631 \end_layout
37632
37633 \end_inset
37634
37635
37636 \begin_inset ERT
37637 status collapsed
37638
37639 \begin_layout Plain Layout
37640
37641 }
37642 \end_layout
37643
37644 \end_inset
37645
37646  RedOrange
37647 \end_layout
37648
37649 \end_inset
37650 </cell>
37651 <cell alignment="left" valignment="top" usebox="none">
37652 \begin_inset Text
37653
37654 \begin_layout Plain Layout
37655 \begin_inset ERT
37656 status collapsed
37657
37658 \begin_layout Plain Layout
37659
37660
37661 \backslash
37662 fcolorbox{black}{
37663 \end_layout
37664
37665 \end_inset
37666
37667 RedViolet
37668 \begin_inset ERT
37669 status collapsed
37670
37671 \begin_layout Plain Layout
37672
37673 }{
37674 \end_layout
37675
37676 \end_inset
37677
37678
37679 \begin_inset Phantom Phantom
37680 status open
37681
37682 \begin_layout Plain Layout
37683 W
37684 \end_layout
37685
37686 \end_inset
37687
37688
37689 \begin_inset ERT
37690 status collapsed
37691
37692 \begin_layout Plain Layout
37693
37694 }
37695 \end_layout
37696
37697 \end_inset
37698
37699  RedViolet
37700 \end_layout
37701
37702 \end_inset
37703 </cell>
37704 <cell alignment="left" valignment="top" usebox="none">
37705 \begin_inset Text
37706
37707 \begin_layout Plain Layout
37708 \begin_inset ERT
37709 status collapsed
37710
37711 \begin_layout Plain Layout
37712
37713
37714 \backslash
37715 fcolorbox{black}{
37716 \end_layout
37717
37718 \end_inset
37719
37720 Rhodamine
37721 \begin_inset ERT
37722 status collapsed
37723
37724 \begin_layout Plain Layout
37725
37726 }{
37727 \end_layout
37728
37729 \end_inset
37730
37731
37732 \begin_inset Phantom Phantom
37733 status open
37734
37735 \begin_layout Plain Layout
37736 W
37737 \end_layout
37738
37739 \end_inset
37740
37741
37742 \begin_inset ERT
37743 status collapsed
37744
37745 \begin_layout Plain Layout
37746
37747 }
37748 \end_layout
37749
37750 \end_inset
37751
37752  Rhodamine
37753 \end_layout
37754
37755 \end_inset
37756 </cell>
37757 </row>
37758 <row>
37759 <cell alignment="left" valignment="top" usebox="none">
37760 \begin_inset Text
37761
37762 \begin_layout Plain Layout
37763 \begin_inset ERT
37764 status collapsed
37765
37766 \begin_layout Plain Layout
37767
37768
37769 \backslash
37770 fcolorbox{black}{
37771 \end_layout
37772
37773 \end_inset
37774
37775 RoyalBlue
37776 \begin_inset ERT
37777 status collapsed
37778
37779 \begin_layout Plain Layout
37780
37781 }{
37782 \end_layout
37783
37784 \end_inset
37785
37786
37787 \begin_inset Phantom Phantom
37788 status open
37789
37790 \begin_layout Plain Layout
37791 W
37792 \end_layout
37793
37794 \end_inset
37795
37796
37797 \begin_inset ERT
37798 status collapsed
37799
37800 \begin_layout Plain Layout
37801
37802 }
37803 \end_layout
37804
37805 \end_inset
37806
37807  RoyalBlue
37808 \end_layout
37809
37810 \end_inset
37811 </cell>
37812 <cell alignment="left" valignment="top" usebox="none">
37813 \begin_inset Text
37814
37815 \begin_layout Plain Layout
37816 \begin_inset ERT
37817 status collapsed
37818
37819 \begin_layout Plain Layout
37820
37821
37822 \backslash
37823 fcolorbox{black}{
37824 \end_layout
37825
37826 \end_inset
37827
37828 RoyalPurple
37829 \begin_inset ERT
37830 status collapsed
37831
37832 \begin_layout Plain Layout
37833
37834 }{
37835 \end_layout
37836
37837 \end_inset
37838
37839
37840 \begin_inset Phantom Phantom
37841 status open
37842
37843 \begin_layout Plain Layout
37844 W
37845 \end_layout
37846
37847 \end_inset
37848
37849
37850 \begin_inset ERT
37851 status collapsed
37852
37853 \begin_layout Plain Layout
37854
37855 }
37856 \end_layout
37857
37858 \end_inset
37859
37860  RoyalPurple
37861 \end_layout
37862
37863 \end_inset
37864 </cell>
37865 <cell alignment="left" valignment="top" usebox="none">
37866 \begin_inset Text
37867
37868 \begin_layout Plain Layout
37869 \begin_inset ERT
37870 status collapsed
37871
37872 \begin_layout Plain Layout
37873
37874
37875 \backslash
37876 fcolorbox{black}{
37877 \end_layout
37878
37879 \end_inset
37880
37881 RubineRed
37882 \begin_inset ERT
37883 status collapsed
37884
37885 \begin_layout Plain Layout
37886
37887 }{
37888 \end_layout
37889
37890 \end_inset
37891
37892
37893 \begin_inset Phantom Phantom
37894 status open
37895
37896 \begin_layout Plain Layout
37897 W
37898 \end_layout
37899
37900 \end_inset
37901
37902
37903 \begin_inset ERT
37904 status collapsed
37905
37906 \begin_layout Plain Layout
37907
37908 }
37909 \end_layout
37910
37911 \end_inset
37912
37913  RubineRed
37914 \end_layout
37915
37916 \end_inset
37917 </cell>
37918 <cell alignment="left" valignment="top" usebox="none">
37919 \begin_inset Text
37920
37921 \begin_layout Plain Layout
37922 \begin_inset ERT
37923 status collapsed
37924
37925 \begin_layout Plain Layout
37926
37927
37928 \backslash
37929 fcolorbox{black}{
37930 \end_layout
37931
37932 \end_inset
37933
37934 Salmon
37935 \begin_inset ERT
37936 status collapsed
37937
37938 \begin_layout Plain Layout
37939
37940 }{
37941 \end_layout
37942
37943 \end_inset
37944
37945
37946 \begin_inset Phantom Phantom
37947 status open
37948
37949 \begin_layout Plain Layout
37950 W
37951 \end_layout
37952
37953 \end_inset
37954
37955
37956 \begin_inset ERT
37957 status collapsed
37958
37959 \begin_layout Plain Layout
37960
37961 }
37962 \end_layout
37963
37964 \end_inset
37965
37966  Salmon
37967 \end_layout
37968
37969 \end_inset
37970 </cell>
37971 </row>
37972 <row>
37973 <cell alignment="left" valignment="top" usebox="none">
37974 \begin_inset Text
37975
37976 \begin_layout Plain Layout
37977 \begin_inset ERT
37978 status collapsed
37979
37980 \begin_layout Plain Layout
37981
37982
37983 \backslash
37984 fcolorbox{black}{
37985 \end_layout
37986
37987 \end_inset
37988
37989 SeaGreen
37990 \begin_inset ERT
37991 status collapsed
37992
37993 \begin_layout Plain Layout
37994
37995 }{
37996 \end_layout
37997
37998 \end_inset
37999
38000
38001 \begin_inset Phantom Phantom
38002 status open
38003
38004 \begin_layout Plain Layout
38005 W
38006 \end_layout
38007
38008 \end_inset
38009
38010
38011 \begin_inset ERT
38012 status collapsed
38013
38014 \begin_layout Plain Layout
38015
38016 }
38017 \end_layout
38018
38019 \end_inset
38020
38021  SeaGreen
38022 \end_layout
38023
38024 \end_inset
38025 </cell>
38026 <cell alignment="left" valignment="top" usebox="none">
38027 \begin_inset Text
38028
38029 \begin_layout Plain Layout
38030 \begin_inset ERT
38031 status collapsed
38032
38033 \begin_layout Plain Layout
38034
38035
38036 \backslash
38037 fcolorbox{black}{
38038 \end_layout
38039
38040 \end_inset
38041
38042 Sepia
38043 \begin_inset ERT
38044 status collapsed
38045
38046 \begin_layout Plain Layout
38047
38048 }{
38049 \end_layout
38050
38051 \end_inset
38052
38053
38054 \begin_inset Phantom Phantom
38055 status open
38056
38057 \begin_layout Plain Layout
38058 W
38059 \end_layout
38060
38061 \end_inset
38062
38063
38064 \begin_inset ERT
38065 status collapsed
38066
38067 \begin_layout Plain Layout
38068
38069 }
38070 \end_layout
38071
38072 \end_inset
38073
38074  Sepia
38075 \end_layout
38076
38077 \end_inset
38078 </cell>
38079 <cell alignment="left" valignment="top" usebox="none">
38080 \begin_inset Text
38081
38082 \begin_layout Plain Layout
38083 \begin_inset ERT
38084 status collapsed
38085
38086 \begin_layout Plain Layout
38087
38088
38089 \backslash
38090 fcolorbox{black}{
38091 \end_layout
38092
38093 \end_inset
38094
38095 SkyBlue
38096 \begin_inset ERT
38097 status collapsed
38098
38099 \begin_layout Plain Layout
38100
38101 }{
38102 \end_layout
38103
38104 \end_inset
38105
38106
38107 \begin_inset Phantom Phantom
38108 status open
38109
38110 \begin_layout Plain Layout
38111 W
38112 \end_layout
38113
38114 \end_inset
38115
38116
38117 \begin_inset ERT
38118 status collapsed
38119
38120 \begin_layout Plain Layout
38121
38122 }
38123 \end_layout
38124
38125 \end_inset
38126
38127  SkyBlue
38128 \end_layout
38129
38130 \end_inset
38131 </cell>
38132 <cell alignment="left" valignment="top" usebox="none">
38133 \begin_inset Text
38134
38135 \begin_layout Plain Layout
38136 \begin_inset ERT
38137 status collapsed
38138
38139 \begin_layout Plain Layout
38140
38141
38142 \backslash
38143 fcolorbox{black}{
38144 \end_layout
38145
38146 \end_inset
38147
38148 SpringGreen
38149 \begin_inset ERT
38150 status collapsed
38151
38152 \begin_layout Plain Layout
38153
38154 }{
38155 \end_layout
38156
38157 \end_inset
38158
38159
38160 \begin_inset Phantom Phantom
38161 status open
38162
38163 \begin_layout Plain Layout
38164 W
38165 \end_layout
38166
38167 \end_inset
38168
38169
38170 \begin_inset ERT
38171 status collapsed
38172
38173 \begin_layout Plain Layout
38174
38175 }
38176 \end_layout
38177
38178 \end_inset
38179
38180  SpringGreen
38181 \end_layout
38182
38183 \end_inset
38184 </cell>
38185 </row>
38186 <row>
38187 <cell alignment="left" valignment="top" usebox="none">
38188 \begin_inset Text
38189
38190 \begin_layout Plain Layout
38191 \begin_inset ERT
38192 status collapsed
38193
38194 \begin_layout Plain Layout
38195
38196
38197 \backslash
38198 fcolorbox{black}{
38199 \end_layout
38200
38201 \end_inset
38202
38203 Tan
38204 \begin_inset ERT
38205 status collapsed
38206
38207 \begin_layout Plain Layout
38208
38209 }{
38210 \end_layout
38211
38212 \end_inset
38213
38214
38215 \begin_inset Phantom Phantom
38216 status open
38217
38218 \begin_layout Plain Layout
38219 W
38220 \end_layout
38221
38222 \end_inset
38223
38224
38225 \begin_inset ERT
38226 status collapsed
38227
38228 \begin_layout Plain Layout
38229
38230 }
38231 \end_layout
38232
38233 \end_inset
38234
38235  Tan
38236 \end_layout
38237
38238 \end_inset
38239 </cell>
38240 <cell alignment="left" valignment="top" usebox="none">
38241 \begin_inset Text
38242
38243 \begin_layout Plain Layout
38244 \begin_inset ERT
38245 status collapsed
38246
38247 \begin_layout Plain Layout
38248
38249
38250 \backslash
38251 fcolorbox{black}{
38252 \end_layout
38253
38254 \end_inset
38255
38256 TealBlue
38257 \begin_inset ERT
38258 status collapsed
38259
38260 \begin_layout Plain Layout
38261
38262 }{
38263 \end_layout
38264
38265 \end_inset
38266
38267
38268 \begin_inset Phantom Phantom
38269 status open
38270
38271 \begin_layout Plain Layout
38272 W
38273 \end_layout
38274
38275 \end_inset
38276
38277
38278 \begin_inset ERT
38279 status collapsed
38280
38281 \begin_layout Plain Layout
38282
38283 }
38284 \end_layout
38285
38286 \end_inset
38287
38288  TealBlue
38289 \end_layout
38290
38291 \end_inset
38292 </cell>
38293 <cell alignment="left" valignment="top" usebox="none">
38294 \begin_inset Text
38295
38296 \begin_layout Plain Layout
38297 \begin_inset ERT
38298 status collapsed
38299
38300 \begin_layout Plain Layout
38301
38302
38303 \backslash
38304 fcolorbox{black}{
38305 \end_layout
38306
38307 \end_inset
38308
38309 Thistle
38310 \begin_inset ERT
38311 status collapsed
38312
38313 \begin_layout Plain Layout
38314
38315 }{
38316 \end_layout
38317
38318 \end_inset
38319
38320
38321 \begin_inset Phantom Phantom
38322 status open
38323
38324 \begin_layout Plain Layout
38325 W
38326 \end_layout
38327
38328 \end_inset
38329
38330
38331 \begin_inset ERT
38332 status collapsed
38333
38334 \begin_layout Plain Layout
38335
38336 }
38337 \end_layout
38338
38339 \end_inset
38340
38341  Thistle
38342 \end_layout
38343
38344 \end_inset
38345 </cell>
38346 <cell alignment="left" valignment="top" usebox="none">
38347 \begin_inset Text
38348
38349 \begin_layout Plain Layout
38350 \begin_inset ERT
38351 status collapsed
38352
38353 \begin_layout Plain Layout
38354
38355
38356 \backslash
38357 fcolorbox{black}{
38358 \end_layout
38359
38360 \end_inset
38361
38362 Turquoise
38363 \begin_inset ERT
38364 status collapsed
38365
38366 \begin_layout Plain Layout
38367
38368 }{
38369 \end_layout
38370
38371 \end_inset
38372
38373
38374 \begin_inset Phantom Phantom
38375 status open
38376
38377 \begin_layout Plain Layout
38378 W
38379 \end_layout
38380
38381 \end_inset
38382
38383
38384 \begin_inset ERT
38385 status collapsed
38386
38387 \begin_layout Plain Layout
38388
38389 }
38390 \end_layout
38391
38392 \end_inset
38393
38394  Turquoise
38395 \end_layout
38396
38397 \end_inset
38398 </cell>
38399 </row>
38400 <row>
38401 <cell alignment="left" valignment="top" usebox="none">
38402 \begin_inset Text
38403
38404 \begin_layout Plain Layout
38405 \begin_inset ERT
38406 status collapsed
38407
38408 \begin_layout Plain Layout
38409
38410
38411 \backslash
38412 fcolorbox{black}{
38413 \end_layout
38414
38415 \end_inset
38416
38417 Violet
38418 \begin_inset ERT
38419 status collapsed
38420
38421 \begin_layout Plain Layout
38422
38423 }{
38424 \end_layout
38425
38426 \end_inset
38427
38428
38429 \begin_inset Phantom Phantom
38430 status open
38431
38432 \begin_layout Plain Layout
38433 W
38434 \end_layout
38435
38436 \end_inset
38437
38438
38439 \begin_inset ERT
38440 status collapsed
38441
38442 \begin_layout Plain Layout
38443
38444 }
38445 \end_layout
38446
38447 \end_inset
38448
38449  Violet
38450 \end_layout
38451
38452 \end_inset
38453 </cell>
38454 <cell alignment="left" valignment="top" usebox="none">
38455 \begin_inset Text
38456
38457 \begin_layout Plain Layout
38458 \begin_inset ERT
38459 status collapsed
38460
38461 \begin_layout Plain Layout
38462
38463
38464 \backslash
38465 fcolorbox{black}{
38466 \end_layout
38467
38468 \end_inset
38469
38470 VioletRed
38471 \begin_inset ERT
38472 status collapsed
38473
38474 \begin_layout Plain Layout
38475
38476 }{
38477 \end_layout
38478
38479 \end_inset
38480
38481
38482 \begin_inset Phantom Phantom
38483 status open
38484
38485 \begin_layout Plain Layout
38486 W
38487 \end_layout
38488
38489 \end_inset
38490
38491
38492 \begin_inset ERT
38493 status collapsed
38494
38495 \begin_layout Plain Layout
38496
38497 }
38498 \end_layout
38499
38500 \end_inset
38501
38502  VioletRed
38503 \end_layout
38504
38505 \end_inset
38506 </cell>
38507 <cell alignment="left" valignment="top" usebox="none">
38508 \begin_inset Text
38509
38510 \begin_layout Plain Layout
38511 \begin_inset ERT
38512 status collapsed
38513
38514 \begin_layout Plain Layout
38515
38516
38517 \backslash
38518 fcolorbox{black}{
38519 \end_layout
38520
38521 \end_inset
38522
38523 WildStrawberry
38524 \begin_inset ERT
38525 status collapsed
38526
38527 \begin_layout Plain Layout
38528
38529 }{
38530 \end_layout
38531
38532 \end_inset
38533
38534
38535 \begin_inset Phantom Phantom
38536 status open
38537
38538 \begin_layout Plain Layout
38539 W
38540 \end_layout
38541
38542 \end_inset
38543
38544
38545 \begin_inset ERT
38546 status collapsed
38547
38548 \begin_layout Plain Layout
38549
38550 }
38551 \end_layout
38552
38553 \end_inset
38554
38555  WildStrawberry
38556 \end_layout
38557
38558 \end_inset
38559 </cell>
38560 <cell alignment="left" valignment="top" usebox="none">
38561 \begin_inset Text
38562
38563 \begin_layout Plain Layout
38564 \begin_inset ERT
38565 status collapsed
38566
38567 \begin_layout Plain Layout
38568
38569
38570 \backslash
38571 fcolorbox{black}{
38572 \end_layout
38573
38574 \end_inset
38575
38576 YellowGreen
38577 \begin_inset ERT
38578 status collapsed
38579
38580 \begin_layout Plain Layout
38581
38582 }{
38583 \end_layout
38584
38585 \end_inset
38586
38587
38588 \begin_inset Phantom Phantom
38589 status open
38590
38591 \begin_layout Plain Layout
38592 W
38593 \end_layout
38594
38595 \end_inset
38596
38597
38598 \begin_inset ERT
38599 status collapsed
38600
38601 \begin_layout Plain Layout
38602
38603 }
38604 \end_layout
38605
38606 \end_inset
38607
38608  YellowGreen
38609 \end_layout
38610
38611 \end_inset
38612 </cell>
38613 </row>
38614 <row>
38615 <cell alignment="left" valignment="top" usebox="none">
38616 \begin_inset Text
38617
38618 \begin_layout Plain Layout
38619 \begin_inset ERT
38620 status collapsed
38621
38622 \begin_layout Plain Layout
38623
38624
38625 \backslash
38626 fcolorbox{black}{
38627 \end_layout
38628
38629 \end_inset
38630
38631 YellowOrange
38632 \begin_inset ERT
38633 status collapsed
38634
38635 \begin_layout Plain Layout
38636
38637 }{
38638 \end_layout
38639
38640 \end_inset
38641
38642
38643 \begin_inset Phantom Phantom
38644 status open
38645
38646 \begin_layout Plain Layout
38647 W
38648 \end_layout
38649
38650 \end_inset
38651
38652
38653 \begin_inset ERT
38654 status collapsed
38655
38656 \begin_layout Plain Layout
38657
38658 }
38659 \end_layout
38660
38661 \end_inset
38662
38663  YellowOrange
38664 \end_layout
38665
38666 \end_inset
38667 </cell>
38668 <cell alignment="left" valignment="top" usebox="none">
38669 \begin_inset Text
38670
38671 \begin_layout Plain Layout
38672
38673 \end_layout
38674
38675 \end_inset
38676 </cell>
38677 <cell alignment="left" valignment="top" usebox="none">
38678 \begin_inset Text
38679
38680 \begin_layout Plain Layout
38681
38682 \end_layout
38683
38684 \end_inset
38685 </cell>
38686 <cell alignment="left" valignment="top" usebox="none">
38687 \begin_inset Text
38688
38689 \begin_layout Plain Layout
38690
38691 \end_layout
38692
38693 \end_inset
38694 </cell>
38695 </row>
38696 </lyxtabular>
38697
38698 \end_inset
38699
38700
38701 \end_layout
38702
38703 \begin_layout Chapter
38704 第(
38705 \begin_inset CommandInset ref
38706 LatexCommand ref
38707 reference "eq:Wgn"
38708
38709 \end_inset
38710
38711 )式の説明
38712 \begin_inset CommandInset label
38713 LatexCommand label
38714 name "cha:式の説明"
38715
38716 \end_inset
38717
38718
38719 \end_layout
38720
38721 \begin_layout Standard
38722 \begin_inset Formula $n$
38723 \end_inset
38724
38725 個の表セルの全幅
38726 \begin_inset Formula $W_{\mathrm{tot\, n}}$
38727 \end_inset
38728
38729
38730 \begin_inset Formula 
38731 \begin{equation}
38732 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
38733 \end{equation}
38734
38735 \end_inset
38736
38737
38738 \end_layout
38739
38740 \begin_layout Standard
38741 で計算できます。ここで
38742 \begin_inset Formula $W_{g\, n}$
38743 \end_inset
38744
38745 は、すべてのセルが持つ固定幅です。
38746 \series bold
38747
38748 \backslash
38749 tabcolsep
38750 \series default
38751 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
38752 \begin_inset space \thinspace{}
38753 \end_inset
38754
38755 ptです。
38756 \series bold
38757
38758 \backslash
38759 arrayrulewidth
38760 \series default
38761 は、セル罫線幅であり、既定値は0.4
38762 \begin_inset space \thinspace{}
38763 \end_inset
38764
38765 ptです。
38766 \end_layout
38767
38768 \begin_layout Standard
38769
38770 \begin_inset CommandInset ref
38771 LatexCommand eqref
38772 reference "eq:Wtot_n"
38773
38774 \end_inset
38775
38776 式にしたがえば、連結列の全幅
38777 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
38778 \end_inset
38779
38780
38781 \begin_inset Formula 
38782 \begin{equation}
38783 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
38784 \end{equation}
38785
38786 \end_inset
38787
38788
38789 \end_layout
38790
38791 \begin_layout Standard
38792 となります。
38793 \begin_inset Formula $n$
38794 \end_inset
38795
38796 列を連結する時には各列の全幅は
38797 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
38798 \end_inset
38799
38800 となるので、第
38801 \begin_inset CommandInset ref
38802 LatexCommand eqref
38803 reference "eq:Wtot_n"
38804
38805 \end_inset
38806
38807 式と第
38808 \begin_inset CommandInset ref
38809 LatexCommand eqref
38810 reference "eq:Wtot_mult"
38811
38812 \end_inset
38813
38814 式が等しいものと置けば、必要となる固定幅
38815 \begin_inset Formula $W_{g\, n}$
38816 \end_inset
38817
38818 を計算することができて、
38819 \begin_inset Formula 
38820 \begin{equation}
38821 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
38822 \end{equation}
38823
38824 \end_inset
38825
38826 となります。
38827 \end_layout
38828
38829 \begin_layout Bibliography
38830 \labelwidthstring 参考文献
38831 \begin_inset CommandInset bibitem
38832 LatexCommand bibitem
38833 key "latexcompanion"
38834
38835 \end_inset
38836
38837 Frank Mittelbach and Michel Goossens: 
38838 \emph on
38839 The LaTeX Companion Second Edition.
38840
38841 \emph default
38842  Addison-Wesley, 2004
38843 \end_layout
38844
38845 \begin_layout Bibliography
38846 \labelwidthstring 参考文献
38847 \begin_inset CommandInset bibitem
38848 LatexCommand bibitem
38849 key "latexguide"
38850
38851 \end_inset
38852
38853 Helmut Kopka and Patrick W.
38854  Daly: 
38855 \emph on
38856 A Guide to LaTeX Fourth Edition.
38857
38858 \emph default
38859  Addison-Wesley, 2003
38860 \end_layout
38861
38862 \begin_layout Bibliography
38863 \labelwidthstring 参考文献
38864 \begin_inset CommandInset bibitem
38865 LatexCommand bibitem
38866 key "latexbook"
38867
38868 \end_inset
38869
38870 Leslie Lamport: 
38871 \emph on
38872 LaTeX: A Document Preparation System.
38873
38874 \emph default
38875  Addison-Wesley, second edition, 1994
38876 \end_layout
38877
38878 \begin_layout Bibliography
38879 \labelwidthstring 参考文献
38880 \begin_inset CommandInset bibitem
38881 LatexCommand bibitem
38882 key "booktabs"
38883
38884 \end_inset
38885
38886 LaTeXパッケージ
38887 \series bold
38888
38889 \begin_inset CommandInset href
38890 LatexCommand href
38891 name "booktabs"
38892 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
38893
38894 \end_inset
38895
38896
38897 \series default
38898
38899 \begin_inset Index idx
38900 status collapsed
38901
38902 \begin_layout Plain Layout
38903 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
38904 \end_layout
38905
38906 \end_inset
38907
38908 の取扱説明書
38909 \end_layout
38910
38911 \begin_layout Bibliography
38912 \labelwidthstring 参考文献
38913 \begin_inset CommandInset bibitem
38914 LatexCommand bibitem
38915 key "caption"
38916
38917 \end_inset
38918
38919 LaTeXパッケージ
38920 \series bold
38921
38922 \begin_inset CommandInset href
38923 LatexCommand href
38924 name "caption"
38925 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
38926
38927 \end_inset
38928
38929
38930 \series default
38931
38932 \begin_inset Index idx
38933 status collapsed
38934
38935 \begin_layout Plain Layout
38936 LaTeXぱっけーじ@LaTeXパッケージ ! caption
38937 \end_layout
38938
38939 \end_inset
38940
38941 の取扱説明書
38942 \end_layout
38943
38944 \begin_layout Bibliography
38945 \labelwidthstring 参考文献
38946 \begin_inset CommandInset bibitem
38947 LatexCommand bibitem
38948 key "endfloat"
38949
38950 \end_inset
38951
38952 LaTeXパッケージ
38953 \series bold
38954
38955 \begin_inset CommandInset href
38956 LatexCommand href
38957 name "endfloat"
38958 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
38959
38960 \end_inset
38961
38962
38963 \series default
38964
38965 \begin_inset Index idx
38966 status collapsed
38967
38968 \begin_layout Plain Layout
38969 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
38970 \end_layout
38971
38972 \end_inset
38973
38974 の取扱説明書
38975 \end_layout
38976
38977 \begin_layout Bibliography
38978 \labelwidthstring 参考文献
38979 \begin_inset CommandInset bibitem
38980 LatexCommand bibitem
38981 key "footmisc"
38982
38983 \end_inset
38984
38985 LaTeXパッケージ
38986 \series bold
38987
38988 \begin_inset CommandInset href
38989 LatexCommand href
38990 name "footmisc"
38991 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
38992
38993 \end_inset
38994
38995
38996 \series default
38997
38998 \begin_inset Index idx
38999 status collapsed
39000
39001 \begin_layout Plain Layout
39002 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
39003 \end_layout
39004
39005 \end_inset
39006
39007 の取扱説明書
39008 \end_layout
39009
39010 \begin_layout Bibliography
39011 \labelwidthstring 参考文献
39012 \begin_inset CommandInset bibitem
39013 LatexCommand bibitem
39014 key "hypcap"
39015
39016 \end_inset
39017
39018 LaTeXパッケージ
39019 \series bold
39020
39021 \begin_inset CommandInset href
39022 LatexCommand href
39023 name "hypcap"
39024 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
39025
39026 \end_inset
39027
39028
39029 \series default
39030
39031 \begin_inset Index idx
39032 status collapsed
39033
39034 \begin_layout Plain Layout
39035 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
39036 \end_layout
39037
39038 \end_inset
39039
39040 の取扱説明書
39041 \end_layout
39042
39043 \begin_layout Bibliography
39044 \labelwidthstring 参考文献
39045 \begin_inset CommandInset bibitem
39046 LatexCommand bibitem
39047 key "hyperref"
39048
39049 \end_inset
39050
39051 LaTeXパッケージ
39052 \series bold
39053
39054 \begin_inset CommandInset href
39055 LatexCommand href
39056 name "hyperref"
39057 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
39058
39059 \end_inset
39060
39061
39062 \series default
39063
39064 \begin_inset Index idx
39065 status collapsed
39066
39067 \begin_layout Plain Layout
39068 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
39069 \end_layout
39070
39071 \end_inset
39072
39073 の取扱説明書
39074 \end_layout
39075
39076 \begin_layout Bibliography
39077 \labelwidthstring 参考文献
39078 \begin_inset CommandInset bibitem
39079 LatexCommand bibitem
39080 key "KOMA-script"
39081
39082 \end_inset
39083
39084 LaTeXパッケージ
39085 \series bold
39086
39087 \begin_inset CommandInset href
39088 LatexCommand href
39089 name "KOMA-script"
39090 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
39091
39092 \end_inset
39093
39094
39095 \series default
39096
39097 \begin_inset Index idx
39098 status collapsed
39099
39100 \begin_layout Plain Layout
39101 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
39102 \end_layout
39103
39104 \end_inset
39105
39106 の取扱説明書
39107 \end_layout
39108
39109 \begin_layout Bibliography
39110 \labelwidthstring 参考文献
39111 \begin_inset CommandInset bibitem
39112 LatexCommand bibitem
39113 key "listings"
39114
39115 \end_inset
39116
39117 LaTeXパッケージ
39118 \series bold
39119
39120 \begin_inset CommandInset href
39121 LatexCommand href
39122 name "listings"
39123 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
39124
39125 \end_inset
39126
39127
39128 \series default
39129
39130 \begin_inset Index idx
39131 status collapsed
39132
39133 \begin_layout Plain Layout
39134 LaTeXぱっけーじ@LaTeXパッケージ ! listings
39135 \end_layout
39136
39137 \end_inset
39138
39139 の取扱説明書
39140 \end_layout
39141
39142 \begin_layout Bibliography
39143 \labelwidthstring 参考文献
39144 \begin_inset CommandInset bibitem
39145 LatexCommand bibitem
39146 key "marginnote"
39147
39148 \end_inset
39149
39150 LaTeXパッケージ
39151 \series bold
39152
39153 \begin_inset CommandInset href
39154 LatexCommand href
39155 name "marginnote"
39156 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
39157
39158 \end_inset
39159
39160
39161 \series default
39162
39163 \begin_inset Index idx
39164 status collapsed
39165
39166 \begin_layout Plain Layout
39167 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
39168 \end_layout
39169
39170 \end_inset
39171
39172 の取扱説明書
39173 \end_layout
39174
39175 \begin_layout Bibliography
39176 \labelwidthstring 参考文献
39177 \begin_inset CommandInset bibitem
39178 LatexCommand bibitem
39179 key "lettrine"
39180
39181 \end_inset
39182
39183 LaTeXパッケージ 
39184 \series bold
39185
39186 \begin_inset CommandInset href
39187 LatexCommand href
39188 name "lettrine"
39189 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
39190
39191 \end_inset
39192
39193
39194 \series default
39195  
39196 \lang english
39197 and an
39198 \lang japanese
39199  
39200 \begin_inset CommandInset href
39201 LatexCommand href
39202 name "example"
39203 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
39204
39205 \end_inset
39206
39207
39208 \begin_inset Index idx
39209 status collapsed
39210
39211 \begin_layout Plain Layout
39212 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
39213 \end_layout
39214
39215 \end_inset
39216
39217
39218 \end_layout
39219
39220 \begin_layout Bibliography
39221 \labelwidthstring 参考文献
39222 \begin_inset CommandInset bibitem
39223 LatexCommand bibitem
39224 key "pstricks"
39225
39226 \end_inset
39227
39228 LaTeXパッケージ
39229 \series bold
39230
39231 \begin_inset CommandInset href
39232 LatexCommand href
39233 name "PSTricks"
39234 target "http://tug.org/PSTricks/"
39235
39236 \end_inset
39237
39238
39239 \series default
39240
39241 \begin_inset Index idx
39242 status collapsed
39243
39244 \begin_layout Plain Layout
39245 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
39246 \end_layout
39247
39248 \end_inset
39249
39250 のウェブページ
39251 \end_layout
39252
39253 \begin_layout Bibliography
39254 \labelwidthstring 参考文献
39255 \begin_inset CommandInset bibitem
39256 LatexCommand bibitem
39257 key "sidecap"
39258
39259 \end_inset
39260
39261 LaTeXパッケージ
39262 \series bold
39263
39264 \begin_inset CommandInset href
39265 LatexCommand href
39266 name "sidecap"
39267 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
39268
39269 \end_inset
39270
39271
39272 \series default
39273
39274 \begin_inset Index idx
39275 status collapsed
39276
39277 \begin_layout Plain Layout
39278 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
39279 \end_layout
39280
39281 \end_inset
39282
39283 の取扱説明書
39284 \end_layout
39285
39286 \begin_layout Bibliography
39287 \labelwidthstring 参考文献
39288 \begin_inset CommandInset bibitem
39289 LatexCommand bibitem
39290 key "pdfpages"
39291
39292 \end_inset
39293
39294 LaTeXパッケージ
39295 \series bold
39296
39297 \begin_inset CommandInset href
39298 LatexCommand href
39299 name "pdfpages"
39300 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
39301
39302 \end_inset
39303
39304
39305 \series default
39306
39307 \begin_inset Index idx
39308 status collapsed
39309
39310 \begin_layout Plain Layout
39311 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
39312 \end_layout
39313
39314 \end_inset
39315
39316 の取扱説明書
39317 \end_layout
39318
39319 \begin_layout Bibliography
39320 \labelwidthstring 参考文献
39321 \begin_inset CommandInset bibitem
39322 LatexCommand bibitem
39323 key "prettyref"
39324
39325 \end_inset
39326
39327 LaTeXパッケージ
39328 \series bold
39329
39330 \begin_inset CommandInset href
39331 LatexCommand href
39332 name "prettyref"
39333 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
39334
39335 \end_inset
39336
39337
39338 \series default
39339
39340 \begin_inset Index idx
39341 status collapsed
39342
39343 \begin_layout Plain Layout
39344 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
39345 \end_layout
39346
39347 \end_inset
39348
39349 の取扱説明書
39350 \end_layout
39351
39352 \begin_layout Bibliography
39353 \labelwidthstring 参考文献
39354 \begin_inset CommandInset bibitem
39355 LatexCommand bibitem
39356 key "refstyle"
39357
39358 \end_inset
39359
39360 LaTeXパッケージ
39361 \series bold
39362
39363 \begin_inset CommandInset href
39364 LatexCommand href
39365 name "refstyle"
39366 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
39367
39368 \end_inset
39369
39370
39371 \series default
39372
39373 \begin_inset Index idx
39374 status collapsed
39375
39376 \begin_layout Plain Layout
39377 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
39378 \end_layout
39379
39380 \end_inset
39381
39382 の取扱説明書
39383 \end_layout
39384
39385 \begin_layout Bibliography
39386 \labelwidthstring 参考文献
39387 \begin_inset CommandInset bibitem
39388 LatexCommand bibitem
39389 key "NewInLyX20"
39390
39391 \end_inset
39392
39393
39394 \family sans
39395 LyX 2.0
39396 \family default
39397 の新機能に関する
39398 \begin_inset CommandInset href
39399 LatexCommand href
39400 name "Wikiページ"
39401 target "http://wiki.lyx.org/LyX/NewInLyX20"
39402
39403 \end_inset
39404
39405
39406 \end_layout
39407
39408 \begin_layout Standard
39409 \begin_inset CommandInset index_print
39410 LatexCommand printindex
39411 type "idx"
39412
39413 \end_inset
39414
39415
39416 \end_layout
39417
39418 \end_body
39419 \end_document