]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
#7894 explain the status column of mac bindings
[lyx.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 \begin_inset Index idx
15768 status collapsed
15769
15770 \begin_layout Plain Layout
15771 ひょうのちょうせい@表の調整
15772 \end_layout
15773
15774 \end_inset
15775
15776
15777 \begin_inset Index idx
15778 status collapsed
15779
15780 \begin_layout Plain Layout
15781 ひょう@表 ! ちょうせい@調整
15782 \end_layout
15783
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \begin_layout Subsection
15790 行の余白取り
15791 \begin_inset CommandInset label
15792 LatexCommand label
15793 name "sub:行の余白取り"
15794
15795 \end_inset
15796
15797
15798 \begin_inset Index idx
15799 status collapsed
15800
15801 \begin_layout Plain Layout
15802 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
15803 \end_layout
15804
15805 \end_inset
15806
15807
15808 \end_layout
15809
15810 \begin_layout Standard
15811 表の設定ダイアログの
15812 \family sans
15813 罫線
15814 \family default
15815 タブで、表の行に縦方向の余白を加えることができます。ここでは三つのことができます。
15816 \end_layout
15817
15818 \begin_layout Description
15819 行上 これは表の行の文字上に余白を追加します。もし表がフォーマル形式の表
15820 \begin_inset Foot
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824 フォーマル形式の表は第
15825 \begin_inset CommandInset ref
15826 LatexCommand ref
15827 reference "sec:フォーマル形式の表"
15828
15829 \end_inset
15830
15831 節で説明されています。
15832 \end_layout
15833
15834 \end_inset
15835
15836 ならば、LyXは既定値として0.5
15837 \begin_inset space \thinspace{}
15838 \end_inset
15839
15840 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15841 \begin_inset VSpace medskip
15842 \end_inset
15843
15844
15845 \begin_inset Newline newline
15846 \end_inset
15847
15848
15849 \begin_inset space \hspace*{}
15850 \length 0pt
15851 \end_inset
15852
15853
15854 \begin_inset space \hfill{}
15855 \end_inset
15856
15857
15858 \begin_inset Tabular
15859 <lyxtabular version="3" rows="3" columns="1">
15860 <features tabularvalignment="middle">
15861 <column alignment="center" valignment="top" width="0">
15862 <row>
15863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 </row>
15873 <row topspace="3mm">
15874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878 行上に3
15879 \begin_inset space \thinspace{}
15880 \end_inset
15881
15882 mmの余白
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 </row>
15888 <row>
15889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 </row>
15899 </lyxtabular>
15900
15901 \end_inset
15902
15903
15904 \begin_inset space \hfill{}
15905 \end_inset
15906
15907
15908 \begin_inset space \hspace*{}
15909 \length 0pt
15910 \end_inset
15911
15912
15913 \begin_inset VSpace medskip
15914 \end_inset
15915
15916
15917 \begin_inset Newline newline
15918 \end_inset
15919
15920 したがって、通常表の行上に余白を加えるのは、縦罫線がないときのみに使用することができます。
15921 \end_layout
15922
15923 \begin_layout Description
15924 行下 これは表の行の文字下に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15925 \begin_inset space \thinspace{}
15926 \end_inset
15927
15928 emの余白を挿入し、通常の表ならば既定値として2
15929 \begin_inset space \thinspace{}
15930 \end_inset
15931
15932 ptを挿入します。
15933 \end_layout
15934
15935 \begin_layout Description
15936 行間 これは表の現在行と次の行の間に余白を追加します。もし表がフォーマル形式の表ならば、LyXは既定値として0.5
15937 \begin_inset space \thinspace{}
15938 \end_inset
15939
15940 emの余白を挿入します。通常の表の場合には、余白を追加すると、残念ながら以下の表のように縦罫線が破壊されてしまいます。
15941 \begin_inset VSpace medskip
15942 \end_inset
15943
15944
15945 \begin_inset Newline newline
15946 \end_inset
15947
15948
15949 \begin_inset space \hspace*{}
15950 \length 0pt
15951 \end_inset
15952
15953
15954 \begin_inset space \hfill{}
15955 \end_inset
15956
15957
15958 \begin_inset Tabular
15959 <lyxtabular version="3" rows="3" columns="1">
15960 <features tabularvalignment="middle">
15961 <column alignment="center" valignment="top" width="0">
15962 <row>
15963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 </row>
15973 <row interlinespace="3mm">
15974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 \begin_inset Formula $\downarrow$
15979 \end_inset
15980
15981  行間に3
15982 \begin_inset space \thinspace{}
15983 \end_inset
15984
15985 mmの余白 
15986 \begin_inset Formula $\downarrow$
15987 \end_inset
15988
15989
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 </row>
15995 <row>
15996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 \begin_inset Formula $\uparrow$
16001 \end_inset
16002
16003  行間に3
16004 \begin_inset space \thinspace{}
16005 \end_inset
16006
16007 mmの余白 
16008 \begin_inset Formula $\uparrow$
16009 \end_inset
16010
16011
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 </row>
16017 </lyxtabular>
16018
16019 \end_inset
16020
16021
16022 \begin_inset space \hfill{}
16023 \end_inset
16024
16025
16026 \begin_inset space \hspace*{}
16027 \length 0pt
16028 \end_inset
16029
16030
16031 \begin_inset VSpace medskip
16032 \end_inset
16033
16034
16035 \begin_inset Newline newline
16036 \end_inset
16037
16038 したがって、通常表の行間に余白を加えるのは、縦罫線がないときのみに使用することができます。
16039 \end_layout
16040
16041 \begin_layout Standard
16042 \begin_inset VSpace bigskip
16043 \end_inset
16044
16045 すべての表の全セルの高さを上げたい場合には、以下の行をプリアンブルに加えることによって実現できます。
16046 \end_layout
16047
16048 \begin_layout Standard
16049
16050 \series bold
16051
16052 \backslash
16053 @ifundefined{extrarowheight}
16054 \begin_inset Newline newline
16055 \end_inset
16056
16057
16058 \begin_inset Phantom HPhantom
16059 status open
16060
16061 \begin_layout Plain Layout
16062 \begin_inset space ~
16063 \end_inset
16064
16065
16066 \end_layout
16067
16068 \end_inset
16069
16070 {
16071 \backslash
16072 usepackage{array}}{}
16073 \begin_inset Newline newline
16074 \end_inset
16075
16076
16077 \backslash
16078 setlength{
16079 \backslash
16080 extrarowheight}{height}
16081 \end_layout
16082
16083 \begin_layout Standard
16084 しかしこの方法は、セル内の文章が縦方向に中央揃えにならないという欠点があります(自己定義の表書式を用いると、LyXは自動的に
16085 \series bold
16086 array
16087 \series default
16088 パッケージを読み込みます。これが二度読み込まれることを防ぐために、上記のコマンドでは
16089 \series bold
16090
16091 \backslash
16092 @ifundefined
16093 \series default
16094 が使用されています)。
16095 \end_layout
16096
16097 \begin_layout Standard
16098 標準大よりも大きいフォント寸法を使用している場合には、文字が表罫線に近寄りすぎることがよくあります。これは、表の行の最初にTeXコードで
16099 \series bold
16100
16101 \backslash
16102 strut
16103 \series default
16104 コマンドを挿入することで補正することができます。表
16105 \begin_inset CommandInset ref
16106 LatexCommand ref
16107 reference "tab:垂直揃え"
16108
16109 \end_inset
16110
16111 は、この効果を示したものです。
16112 \end_layout
16113
16114 \begin_layout Standard
16115 \noindent
16116 \begin_inset Float table
16117 placement h
16118 wide false
16119 sideways false
16120 status open
16121
16122 \begin_layout Plain Layout
16123 \begin_inset Caption
16124
16125 \begin_layout Plain Layout
16126 \begin_inset CommandInset label
16127 LatexCommand label
16128 name "tab:垂直揃え"
16129
16130 \end_inset
16131
16132 大きなフォント寸法の文章の垂直揃え
16133 \end_layout
16134
16135 \end_inset
16136
16137
16138 \end_layout
16139
16140 \begin_layout Plain Layout
16141 \begin_inset space \hfill{}
16142 \end_inset
16143
16144
16145 \begin_inset Float table
16146 wide false
16147 sideways false
16148 status open
16149
16150 \begin_layout Plain Layout
16151 \begin_inset Caption
16152
16153 \begin_layout Plain Layout
16154 通常の表
16155 \end_layout
16156
16157 \end_inset
16158
16159
16160 \end_layout
16161
16162 \begin_layout Plain Layout
16163 \noindent
16164 \align center
16165 \begin_inset Tabular
16166 <lyxtabular version="3" rows="6" columns="1">
16167 <features tabularvalignment="middle">
16168 <column alignment="left" valignment="top" width="0">
16169 <row>
16170 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174 Normal, g
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 </row>
16180 <row>
16181 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185
16186 \size large
16187 Large
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 </row>
16193 <row>
16194 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198
16199 \size larger
16200 Larger
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 </row>
16206 <row>
16207 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211
16212 \size largest
16213 Largest
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 </row>
16219 <row>
16220 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224
16225 \size huge
16226 Huge
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 </row>
16232 <row>
16233 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237
16238 \size giant
16239 Huger
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 </row>
16245 </lyxtabular>
16246
16247 \end_inset
16248
16249
16250 \end_layout
16251
16252 \end_inset
16253
16254
16255 \begin_inset space \hfill{}
16256 \end_inset
16257
16258
16259 \begin_inset Float table
16260 wide false
16261 sideways false
16262 status open
16263
16264 \begin_layout Plain Layout
16265 \begin_inset Caption
16266
16267 \begin_layout Plain Layout
16268
16269 \series bold
16270
16271 \backslash
16272 strut
16273 \series default
16274 コマンドを使用した表
16275 \end_layout
16276
16277 \end_inset
16278
16279
16280 \end_layout
16281
16282 \begin_layout Plain Layout
16283 \noindent
16284 \align center
16285 \begin_inset Tabular
16286 <lyxtabular version="3" rows="6" columns="1">
16287 <features tabularvalignment="middle">
16288 <column alignment="left" valignment="top" width="0">
16289 <row>
16290 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 Normal, g
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 </row>
16300 <row>
16301 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305
16306 \size large
16307 \begin_inset ERT
16308 status collapsed
16309
16310 \begin_layout Plain Layout
16311
16312
16313 \backslash
16314 strut 
16315 \end_layout
16316
16317 \end_inset
16318
16319 Large
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 </row>
16325 <row>
16326 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330
16331 \size larger
16332 \begin_inset ERT
16333 status collapsed
16334
16335 \begin_layout Plain Layout
16336
16337
16338 \backslash
16339 strut 
16340 \end_layout
16341
16342 \end_inset
16343
16344 Larger
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 </row>
16350 <row>
16351 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355
16356 \size largest
16357 \begin_inset ERT
16358 status collapsed
16359
16360 \begin_layout Plain Layout
16361
16362
16363 \backslash
16364 strut 
16365 \end_layout
16366
16367 \end_inset
16368
16369 Largest
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 </row>
16375 <row>
16376 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380
16381 \size huge
16382 \begin_inset ERT
16383 status collapsed
16384
16385 \begin_layout Plain Layout
16386
16387
16388 \backslash
16389 strut 
16390 \end_layout
16391
16392 \end_inset
16393
16394 Huge
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 </row>
16400 <row>
16401 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405
16406 \size giant
16407 \begin_inset ERT
16408 status collapsed
16409
16410 \begin_layout Plain Layout
16411
16412
16413 \backslash
16414 strut 
16415 \end_layout
16416
16417 \end_inset
16418
16419 Huger
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 </row>
16425 </lyxtabular>
16426
16427 \end_inset
16428
16429
16430 \end_layout
16431
16432 \end_inset
16433
16434
16435 \begin_inset space \hfill{}
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \end_inset
16442
16443
16444 \end_layout
16445
16446 \begin_layout Subsection
16447 特殊なセル揃え
16448 \begin_inset CommandInset label
16449 LatexCommand label
16450 name "sub:特殊なセル揃え"
16451
16452 \end_inset
16453
16454
16455 \begin_inset Index idx
16456 status collapsed
16457
16458 \begin_layout Plain Layout
16459 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
16460 \end_layout
16461
16462 \end_inset
16463
16464
16465 \end_layout
16466
16467 \begin_layout Standard
16468 ときには表
16469 \begin_inset CommandInset ref
16470 LatexCommand ref
16471 reference "tab:表セル"
16472
16473 \end_inset
16474
16475 の小数点のように、同一列の各セルの内容が、特定の文字で揃えられた方が見栄えの良いことがあります。この揃え方は、当該列にカーソルを置いて、ツールバーボタン
16476 \begin_inset Graphics
16477         filename ../../images/tabular-feature_align-decimal.png
16478         scale 85
16479         scaleBeforeRotation
16480
16481 \end_inset
16482
16483 を押すか、表設定中で揃えを
16484 \family sans
16485 小数点で
16486 \family default
16487 に設定します。
16488 \end_layout
16489
16490 \begin_layout Standard
16491 \begin_inset Float table
16492 placement h
16493 wide false
16494 sideways false
16495 status open
16496
16497 \begin_layout Plain Layout
16498 \begin_inset Caption
16499
16500 \begin_layout Plain Layout
16501 \begin_inset CommandInset label
16502 LatexCommand label
16503 name "tab:表セル"
16504
16505 \end_inset
16506
16507 一列が小数点で揃えられた表セル
16508 \end_layout
16509
16510 \end_inset
16511
16512
16513 \end_layout
16514
16515 \begin_layout Plain Layout
16516 \align center
16517 \begin_inset Tabular
16518 <lyxtabular version="3" rows="4" columns="1">
16519 <features booktabs="true" tabularvalignment="middle">
16520 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
16521 <row>
16522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 見出し
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 </row>
16532 <row>
16533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 12.6
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 </row>
16543 <row>
16544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 0.68
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row>
16555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 -123.0
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 </lyxtabular>
16566
16567 \end_inset
16568
16569
16570 \end_layout
16571
16572 \end_inset
16573
16574
16575 \end_layout
16576
16577 \begin_layout Standard
16578 \begin_inset Float table
16579 placement h
16580 wide false
16581 sideways false
16582 status open
16583
16584 \begin_layout Plain Layout
16585 \begin_inset Caption
16586
16587 \begin_layout Plain Layout
16588 \begin_inset CommandInset label
16589 LatexCommand label
16590 name "tab:演算子揃え表"
16591
16592 \end_inset
16593
16594 一列が演算子で揃えられた表セル
16595 \end_layout
16596
16597 \end_inset
16598
16599
16600 \end_layout
16601
16602 \begin_layout Plain Layout
16603 \align center
16604 \begin_inset Tabular
16605 <lyxtabular version="3" rows="4" columns="2">
16606 <features booktabs="true" tabularvalignment="middle">
16607 <column alignment="right" valignment="top" width="0pt">
16608 <column alignment="left" valignment="top" width="0pt" special="@{}l">
16609 <row>
16610 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614 見出し
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 \begin_inset Formula $12\,+$
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell alignment="center" valignment="top" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 \begin_inset Formula $\,6$
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 <row>
16656 <cell alignment="center" valignment="top" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 \begin_inset Formula $0\,-$
16661 \end_inset
16662
16663
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 <cell alignment="center" valignment="top" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672 \begin_inset Formula $\,68$
16673 \end_inset
16674
16675
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 </row>
16681 <row>
16682 <cell alignment="center" valignment="top" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 \begin_inset Formula $-123\,/$
16687 \end_inset
16688
16689
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 \begin_inset Formula $\,0$
16699 \end_inset
16700
16701
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 </row>
16707 </lyxtabular>
16708
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \begin_layout Standard
16720 揃え文字を指定するフィールドには、数式を用いることができないので、この方法を使って、数式中の文字で揃えることはできません。このような場合には、表
16721 \begin_inset CommandInset ref
16722 LatexCommand ref
16723 reference "tab:演算子揃え表"
16724
16725 \end_inset
16726
16727 のような方法を用いる必要があります。この表は、4×2表として作成されており、見出しは中央揃え連結列です。第1列には、右揃えで演算子を含む前半部を収め、第2列には
16728 、左揃えで残りを収めます。演算子の周りに通常加えられる空白を得るために、第2列の各セルの冒頭には、小空白が加えられています。通常、表の列間に加えられる余白を削る
16729 ために、
16730 \end_layout
16731
16732 \begin_layout Standard
16733
16734 \series bold
16735 @{}l
16736 \end_layout
16737
16738 \begin_layout Standard
16739 というLaTeX引数を第2列に指定します。
16740 \end_layout
16741
16742 \begin_layout Standard
16743
16744 \begin_inset CommandInset ref
16745 LatexCommand ref
16746 reference "tab:表セル揃え"
16747
16748 \end_inset
16749
16750 は、揃え方の例をいくつか示しています。関係子で揃えるために、表
16751 \begin_inset CommandInset ref
16752 LatexCommand ref
16753 reference "tab:演算子揃え表"
16754
16755 \end_inset
16756
16757 の冒頭には、小空白が加えられています。
16758 \end_layout
16759
16760 \begin_layout Standard
16761 \begin_inset Float table
16762 wide false
16763 sideways false
16764 status open
16765
16766 \begin_layout Plain Layout
16767 \begin_inset Caption
16768
16769 \begin_layout Plain Layout
16770 \begin_inset CommandInset label
16771 LatexCommand label
16772 name "tab:表セル揃え"
16773
16774 \end_inset
16775
16776 表セルの揃えの例
16777 \end_layout
16778
16779 \end_inset
16780
16781
16782 \end_layout
16783
16784 \begin_layout Plain Layout
16785 \align center
16786 \begin_inset Tabular
16787 <lyxtabular version="3" rows="4" columns="6">
16788 <features tabularvalignment="middle">
16789 <column alignment="right" valignment="top" width="0">
16790 <column alignment="left" valignment="top" width="0" special="@{}l">
16791 <column alignment="right" valignment="top" width="0">
16792 <column alignment="left" valignment="top" width="0" special="@{}l">
16793 <column alignment="right" valignment="top" width="0">
16794 <column alignment="left" valignment="top" width="0" special="@{}l">
16795 <row>
16796 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800 単位
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 冪数
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 関係子
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 </row>
16851 <row>
16852 <cell alignment="center" valignment="top" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 12×
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 24本の瓶
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell alignment="center" valignment="top" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874 \begin_inset Formula $10\cdot$
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 \begin_inset Formula $10^{\mbox{-}17}$
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 \begin_inset Formula $\Gamma(t)\propto$
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Formula $\:\Upsilon(t)$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 1024×
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 768ピクセル
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 \begin_inset Formula $5.78\cdot$
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Formula $10^{7}$
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset Formula $A\ne$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 \begin_inset Formula $\: B_{\mathrm{red}}$
16979 \end_inset
16980
16981
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 <row>
16988 <cell alignment="center" valignment="top" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992 32×
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 6
17002 \begin_inset space \thinspace{}
17003 \end_inset
17004
17005 cm
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 -
17015 \begin_inset Formula $33.5\cdot$
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027 \begin_inset Formula $10^{4}$
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 \begin_inset Formula $\sin(\alpha)\ge$
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 \begin_inset Formula $\:\sin(\beta)$
17052 \end_inset
17053
17054
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 </row>
17060 </lyxtabular>
17061
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \begin_layout Subsection
17073 自製のセル書式および列書式
17074 \begin_inset CommandInset label
17075 LatexCommand label
17076 name "sub:自製書式"
17077
17078 \end_inset
17079
17080
17081 \begin_inset Index idx
17082 status collapsed
17083
17084 \begin_layout Plain Layout
17085 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
17086 \end_layout
17087
17088 \end_inset
17089
17090
17091 \end_layout
17092
17093 \begin_layout Standard
17094 連結列セルを含む表がいくつもある場合には、第
17095 \begin_inset CommandInset ref
17096 LatexCommand ref
17097 reference "sub:連結列の計算"
17098
17099 \end_inset
17100
17101 節のように連結部分を含む列に必要とされる幅を計算することはたいへん面倒です。そこで楽をするために、プリアンブルでセル・列書式を定義してしまえば、それを文書中のす
17102 べての表で使うことができます。書式は、以下のように定義します。
17103 \end_layout
17104
17105 \begin_layout Standard
17106
17107 \series bold
17108
17109 \backslash
17110 newcolumntype{書式名}[引数の数]{コマンド}
17111 \end_layout
17112
17113 \begin_layout Standard
17114 書式名は、一文字だけでも構いません。
17115 \emph on
17116 b
17117 \emph default
17118
17119 \emph on
17120 c
17121 \emph default
17122
17123 \emph on
17124 l
17125 \emph default
17126
17127 \emph on
17128 m
17129 \emph default
17130
17131 \emph on
17132 p
17133 \emph default
17134
17135 \emph on
17136 r
17137 \emph default
17138 の文字は定義済みですので使用することができませんが、これらの文字の大文字は使用可能です。
17139 \end_layout
17140
17141 \begin_layout Standard
17142 \begin_inset VSpace medskip
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \begin_layout Standard
17149 固定幅の縦横中央揃えの連結列セルの場合は、以下のセル書式を定義するとよいでしょう。
17150 \end_layout
17151
17152 \begin_layout Standard
17153
17154 \series bold
17155
17156 \backslash
17157 newcolumntype{M}[1]{>{
17158 \backslash
17159 centering
17160 \backslash
17161 hspace{0pt}}m{#1}}
17162 \end_layout
17163
17164 \begin_layout Standard
17165 ここで
17166 \series bold
17167
17168 \backslash
17169 hspace{0pt}
17170 \series default
17171 は、第
17172 \begin_inset CommandInset ref
17173 LatexCommand ref
17174 reference "sub:複数行"
17175
17176 \end_inset
17177
17178 節で述べたように、最初の単語がハイフネートされる問題を回避するためのものです。すると連結列を作成する際には、表ダイアログのLaTeX引数で
17179 \end_layout
17180
17181 \begin_layout Standard
17182
17183 \series bold
17184 M{width}
17185 \end_layout
17186
17187 \begin_layout Standard
17188 と入力するだけですみます。
17189 \end_layout
17190
17191 \begin_layout Standard
17192 \begin_inset VSpace bigskip
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \begin_layout Standard
17199 連結列セルにまたがられる各セルについては、以下の書式を定義するとよいでしょう。
17200 \end_layout
17201
17202 \begin_layout Standard
17203
17204 \series bold
17205
17206 \backslash
17207 newcolumntype{S}[2]{>{
17208 \backslash
17209 centering
17210 \backslash
17211 hspace{0pt}}
17212 \begin_inset Newline newline
17213 \end_inset
17214
17215
17216 \begin_inset Phantom HPhantom
17217 status open
17218
17219 \begin_layout Plain Layout
17220
17221 \series bold
17222
17223 \backslash
17224 newcolumntype
17225 \end_layout
17226
17227 \end_inset
17228
17229 m{(#1+(2
17230 \backslash
17231 tabcolsep+
17232 \backslash
17233 arrayrulewidth)*(1-#2))/#2}}
17234 \end_layout
17235
17236 \begin_layout Standard
17237 この書式は、またがられる各セルが同じ幅になる幅を計算するのに、第
17238 \begin_inset CommandInset ref
17239 LatexCommand eqref
17240 reference "eq:Wgn"
17241
17242 \end_inset
17243
17244 式を使用しています。
17245 \end_layout
17246
17247 \begin_layout Standard
17248 こうしておけば、当該セルのLaTeX引数に
17249 \end_layout
17250
17251 \begin_layout Standard
17252
17253 \series bold
17254 S{連結列セルの幅}{連結列セルがまたがる列の数}
17255 \end_layout
17256
17257 \begin_layout Standard
17258 と入力するだけですみます。
17259 \end_layout
17260
17261 \begin_layout Standard
17262 \begin_inset VSpace bigskip
17263 \end_inset
17264
17265
17266 \end_layout
17267
17268 \begin_layout Standard
17269 色付き列については、以下のように定義するとよいでしょう。
17270 \end_layout
17271
17272 \begin_layout Standard
17273
17274 \series bold
17275
17276 \backslash
17277 newcolumntype{K}[1]{>{
17278 \backslash
17279 columncolor{#1}
17280 \backslash
17281 hspace{0pt}}c}
17282 \end_layout
17283
17284 \begin_layout Standard
17285 最後の「c」は、文字列が水平方向中央揃えになった可変幅の列を生成します。こうしておいて、LaTeX引数に
17286 \end_layout
17287
17288 \begin_layout Standard
17289
17290 \series bold
17291 K{色名}
17292 \end_layout
17293
17294 \begin_layout Standard
17295 と入力します。
17296 \end_layout
17297
17298 \begin_layout Standard
17299 \begin_inset VSpace bigskip
17300 \end_inset
17301
17302
17303 \end_layout
17304
17305 \begin_layout Standard
17306
17307 \begin_inset CommandInset ref
17308 LatexCommand ref
17309 reference "tab:ユーザー定義の表書式"
17310
17311 \end_inset
17312
17313 を生成するには、第1列と連結列にLaTeX引数として
17314 \end_layout
17315
17316 \begin_layout Standard
17317
17318 \series bold
17319 M{2.5cm}
17320 \end_layout
17321
17322 \begin_layout Standard
17323 を指定し、最終列に
17324 \end_layout
17325
17326 \begin_layout Standard
17327
17328 \series bold
17329 K{red}
17330 \end_layout
17331
17332 \begin_layout Standard
17333 そして第2列の各セルに
17334 \end_layout
17335
17336 \begin_layout Standard
17337
17338 \series bold
17339 S{2.5cm}{2}
17340 \end_layout
17341
17342 \begin_layout Standard
17343 と指定します。
17344 \end_layout
17345
17346 \begin_layout Standard
17347 \begin_inset Float table
17348 placement h
17349 wide false
17350 sideways false
17351 status open
17352
17353 \begin_layout Plain Layout
17354 \begin_inset Caption
17355
17356 \begin_layout Plain Layout
17357 \begin_inset CommandInset label
17358 LatexCommand label
17359 name "tab:ユーザー定義の表書式"
17360
17361 \end_inset
17362
17363 ユーザー定義の表書式を使用した表
17364 \end_layout
17365
17366 \end_inset
17367
17368
17369 \end_layout
17370
17371 \begin_layout Plain Layout
17372 \align center
17373 \begin_inset Tabular
17374 <lyxtabular version="3" rows="3" columns="4">
17375 <features tabularvalignment="middle">
17376 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17377 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17378 <column alignment="center" valignment="middle" width="0">
17379 <column alignment="center" valignment="middle" width="0" special="K{red}">
17380 <row>
17381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385 とても長い表セル中の単語
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394 複数行の連結列
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412 c
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 </row>
17418 <row>
17419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 d
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 e
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441 f
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450 g
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 </row>
17456 <row>
17457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17458 \begin_inset Text
17459
17460 \begin_layout Plain Layout
17461 h
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 i
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 j
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 k
17489 \end_layout
17490
17491 \end_inset
17492 </cell>
17493 </row>
17494 </lyxtabular>
17495
17496 \end_inset
17497
17498
17499 \end_layout
17500
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \begin_layout Subsection
17507 罫線幅
17508 \begin_inset CommandInset label
17509 LatexCommand label
17510 name "sub:罫線幅"
17511
17512 \end_inset
17513
17514
17515 \begin_inset Index idx
17516 status collapsed
17517
17518 \begin_layout Plain Layout
17519 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
17520 \end_layout
17521
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \begin_layout Standard
17528 表中のすべての罫線の罫線幅を調整するには、長さ
17529 \series bold
17530
17531 \backslash
17532 arrayrulewidth
17533 \series default
17534 を使用します。たとえば、表
17535 \begin_inset CommandInset ref
17536 LatexCommand ref
17537 reference "tab:Table-with-1.5"
17538
17539 \end_inset
17540
17541 のように罫線幅を1.5
17542 \begin_inset space \thinspace{}
17543 \end_inset
17544
17545 ptにするには、表や表フロートの前にTeXコードで
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 setlength{
17554 \backslash
17555 arrayrulewidth}{1.5pt}
17556 \end_layout
17557
17558 \begin_layout Standard
17559 というコマンドを挿入します。こうして変更した罫線幅は、これ以降のすべての表に適用されます。ふたたび既定値を使用するには、表か表フロートの前にTeXコードで
17560 \series bold
17561
17562 \backslash
17563 arrayrulewidth
17564 \series default
17565 を0.4
17566 \begin_inset space \thinspace{}
17567 \end_inset
17568
17569 ptに設定してください。
17570 \end_layout
17571
17572 \begin_layout Standard
17573 \begin_inset ERT
17574 status collapsed
17575
17576 \begin_layout Plain Layout
17577
17578
17579 \backslash
17580 setlength{
17581 \backslash
17582 arrayrulewidth}{1.5pt}
17583 \end_layout
17584
17585 \end_inset
17586
17587
17588 \begin_inset Float table
17589 wide false
17590 sideways false
17591 status open
17592
17593 \begin_layout Plain Layout
17594 \begin_inset Caption
17595
17596 \begin_layout Plain Layout
17597 \begin_inset CommandInset label
17598 LatexCommand label
17599 name "tab:Table-with-1.5"
17600
17601 \end_inset
17602
17603 1.5
17604 \begin_inset space \thinspace{}
17605 \end_inset
17606
17607 pt幅罫線の表
17608 \end_layout
17609
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \begin_layout Plain Layout
17616 \align center
17617 \begin_inset Tabular
17618 <lyxtabular version="3" rows="3" columns="3">
17619 <features tabularvalignment="middle">
17620 <column alignment="center" valignment="top" width="0">
17621 <column alignment="center" valignment="top" width="0">
17622 <column alignment="center" valignment="top" width="0">
17623 <row>
17624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 sd
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17643 \begin_inset Text
17644
17645 \begin_layout Plain Layout
17646
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 </row>
17652 <row>
17653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 sd
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675
17676 \end_layout
17677
17678 \end_inset
17679 </cell>
17680 </row>
17681 <row>
17682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17692 \begin_inset Text
17693
17694 \begin_layout Plain Layout
17695
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 sd
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 </row>
17710 </lyxtabular>
17711
17712 \end_inset
17713
17714
17715 \end_layout
17716
17717 \end_inset
17718
17719
17720 \begin_inset ERT
17721 status collapsed
17722
17723 \begin_layout Plain Layout
17724
17725
17726 \backslash
17727 setlength{
17728 \backslash
17729 arrayrulewidth}{0.4pt}
17730 \end_layout
17731
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \begin_layout Standard
17738 \begin_inset VSpace bigskip
17739 \end_inset
17740
17741
17742 \begin_inset CommandInset ref
17743 LatexCommand ref
17744 reference "tab:1.5pt幅横罫"
17745
17746 \end_inset
17747
17748 のように横罫だけを1.5
17749 \begin_inset space \thinspace{}
17750 \end_inset
17751
17752 pt幅にするには、表または表フロートの前にTeXコードとして以下のコマンドを挿入してください。
17753 \end_layout
17754
17755 \begin_layout Standard
17756
17757 \series bold
17758
17759 \backslash
17760 let
17761 \backslash
17762 myHline
17763 \backslash
17764 hline
17765 \begin_inset Newline newline
17766 \end_inset
17767
17768
17769 \backslash
17770 renewcommand{
17771 \backslash
17772 hline}
17773 \begin_inset Newline newline
17774 \end_inset
17775
17776  {
17777 \backslash
17778 noalign{
17779 \backslash
17780 global
17781 \backslash
17782 arrayrulewidth 1.5pt}
17783 \begin_inset Newline newline
17784 \end_inset
17785
17786  
17787 \backslash
17788 myHline
17789 \backslash
17790 noalign{
17791 \backslash
17792 global
17793 \backslash
17794 arrayrulewidth 0.4pt}}
17795 \end_layout
17796
17797 \begin_layout Standard
17798 既定幅に戻すには、表または表フロートの後にTeXコードとして以下のコマンドを挿入します。
17799 \end_layout
17800
17801 \begin_layout Standard
17802
17803 \series bold
17804
17805 \backslash
17806 renewcommand{
17807 \backslash
17808 hline}{
17809 \backslash
17810 myHline}
17811 \end_layout
17812
17813 \begin_layout Standard
17814 \begin_inset ERT
17815 status collapsed
17816
17817 \begin_layout Plain Layout
17818
17819
17820 \backslash
17821 let
17822 \backslash
17823 myHline
17824 \backslash
17825 hline
17826 \end_layout
17827
17828 \begin_layout Plain Layout
17829
17830
17831 \backslash
17832 renewcommand{
17833 \backslash
17834 hline}
17835 \end_layout
17836
17837 \begin_layout Plain Layout
17838
17839  {
17840 \backslash
17841 noalign{
17842 \backslash
17843 global
17844 \backslash
17845 arrayrulewidth 1.5pt}
17846 \end_layout
17847
17848 \begin_layout Plain Layout
17849
17850   
17851 \backslash
17852 myHline
17853 \backslash
17854 noalign{
17855 \backslash
17856 global
17857 \backslash
17858 arrayrulewidth 0.4pt}}
17859 \end_layout
17860
17861 \end_inset
17862
17863
17864 \begin_inset Float table
17865 wide false
17866 sideways false
17867 status open
17868
17869 \begin_layout Plain Layout
17870 \begin_inset Caption
17871
17872 \begin_layout Plain Layout
17873 \begin_inset CommandInset label
17874 LatexCommand label
17875 name "tab:1.5pt幅横罫"
17876
17877 \end_inset
17878
17879 1.5
17880 \begin_inset space \thinspace{}
17881 \end_inset
17882
17883 pt幅横罫の表
17884 \end_layout
17885
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \begin_layout Plain Layout
17892 \align center
17893 \begin_inset Tabular
17894 <lyxtabular version="3" rows="3" columns="3">
17895 <features tabularvalignment="middle">
17896 <column alignment="center" valignment="top" width="0">
17897 <column alignment="center" valignment="top" width="0">
17898 <column alignment="center" valignment="top" width="0">
17899 <row>
17900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904 sd
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 </row>
17928 <row>
17929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17930 \begin_inset Text
17931
17932 \begin_layout Plain Layout
17933
17934 \end_layout
17935
17936 \end_inset
17937 </cell>
17938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942 sd
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 </row>
17957 <row>
17958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962
17963 \end_layout
17964
17965 \end_inset
17966 </cell>
17967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980 sd
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 </row>
17986 </lyxtabular>
17987
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \end_inset
17994
17995
17996 \begin_inset ERT
17997 status collapsed
17998
17999 \begin_layout Plain Layout
18000
18001
18002 \backslash
18003 renewcommand{
18004 \backslash
18005 hline}{
18006 \backslash
18007 myHline}
18008 \end_layout
18009
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \begin_layout Standard
18016 \begin_inset VSpace bigskip
18017 \end_inset
18018
18019 縦罫だけを1.5
18020 \begin_inset space \thinspace{}
18021 \end_inset
18022
18023 pt幅にするには、第
18024 \begin_inset CommandInset ref
18025 LatexCommand ref
18026 reference "sub:自製書式"
18027
18028 \end_inset
18029
18030 節の説明にしたがって、文書プリアンブルに以下のような列書式を作成してください。
18031 \end_layout
18032
18033 \begin_layout Standard
18034
18035 \series bold
18036
18037 \backslash
18038 newcolumntype{V}{!{
18039 \backslash
18040 vrule width 1.5pt}}
18041 \end_layout
18042
18043 \begin_layout Standard
18044
18045 \begin_inset CommandInset ref
18046 LatexCommand ref
18047 reference "tab:1.5pt幅縦罫"
18048
18049 \end_inset
18050
18051 を作るには、最右列にLaTeX引数
18052 \end_layout
18053
18054 \begin_layout Standard
18055
18056 \series bold
18057 VcV
18058 \end_layout
18059
18060 \begin_layout Standard
18061 を指定し、他の列には
18062 \end_layout
18063
18064 \begin_layout Standard
18065
18066 \series bold
18067 Vc
18068 \end_layout
18069
18070 \begin_layout Standard
18071 を指定します。
18072 \end_layout
18073
18074 \begin_layout Standard
18075 \begin_inset Float table
18076 wide false
18077 sideways false
18078 status open
18079
18080 \begin_layout Plain Layout
18081 \begin_inset Caption
18082
18083 \begin_layout Plain Layout
18084 \begin_inset CommandInset label
18085 LatexCommand label
18086 name "tab:1.5pt幅縦罫"
18087
18088 \end_inset
18089
18090 1.5
18091 \begin_inset space \thinspace{}
18092 \end_inset
18093
18094 pt幅縦罫の表
18095 \end_layout
18096
18097 \end_inset
18098
18099
18100 \end_layout
18101
18102 \begin_layout Plain Layout
18103 \align center
18104 \begin_inset Tabular
18105 <lyxtabular version="3" rows="3" columns="3">
18106 <features tabularvalignment="middle">
18107 <column alignment="center" valignment="top" width="0" special="Vc">
18108 <column alignment="center" valignment="top" width="0" special="Vc">
18109 <column alignment="center" valignment="top" width="0" special="VcV">
18110 <row>
18111 <cell alignment="center" valignment="top" topline="true" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Plain Layout
18115 sd
18116 \end_layout
18117
18118 \end_inset
18119 </cell>
18120 <cell alignment="center" valignment="top" topline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" topline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 </row>
18139 <row>
18140 <cell alignment="center" valignment="top" topline="true" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 <cell alignment="center" valignment="top" topline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153 sd
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 </row>
18168 <row>
18169 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191 sd
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 </row>
18197 </lyxtabular>
18198
18199 \end_inset
18200
18201
18202 \end_layout
18203
18204 \end_inset
18205
18206
18207 \end_layout
18208
18209 \begin_layout Subsection
18210 点罫
18211 \begin_inset Index idx
18212 status collapsed
18213
18214 \begin_layout Plain Layout
18215 ひょうのちょうせい@表の調整 ! てんけい@点罫
18216 \end_layout
18217
18218 \end_inset
18219
18220
18221 \end_layout
18222
18223 \begin_layout Standard
18224 \begin_inset ERT
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228
18229
18230 \backslash
18231 ifarydshln
18232 \end_layout
18233
18234 \end_inset
18235
18236
18237 \begin_inset Note Note
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241 この節は、LaTeXパッケージarydshlnが導入済みの時のみ表示されます。
18242 \end_layout
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Standard
18250 \begin_inset Float table
18251 placement H
18252 wide false
18253 sideways false
18254 status open
18255
18256 \begin_layout Plain Layout
18257 \begin_inset Caption
18258
18259 \begin_layout Plain Layout
18260 \begin_inset CommandInset label
18261 LatexCommand label
18262 name "tab:点罫表"
18263
18264 \end_inset
18265
18266 点罫を使用した表
18267 \end_layout
18268
18269 \end_inset
18270
18271
18272 \end_layout
18273
18274 \begin_layout Plain Layout
18275 \align center
18276 \begin_inset Tabular
18277 <lyxtabular version="3" rows="5" columns="5">
18278 <features tabularvalignment="middle">
18279 <column alignment="center" valignment="top" width="0">
18280 <column alignment="center" valignment="top" width="0">
18281 <column alignment="center" valignment="top" width="0" special=":c">
18282 <column alignment="center" valignment="top" width="0">
18283 <column alignment="center" valignment="top" width="0">
18284 <row>
18285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 </row>
18331 <row>
18332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 <cell alignment="center" valignment="top" topline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 </row>
18378 <row>
18379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 \begin_inset ERT
18384 status collapsed
18385
18386 \begin_layout Plain Layout
18387
18388
18389 \backslash
18390 hdashline 
18391 \end_layout
18392
18393 \end_inset
18394
18395
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 <cell alignment="center" valignment="top" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 </row>
18437 <row>
18438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442 \begin_inset ERT
18443 status collapsed
18444
18445 \begin_layout Plain Layout
18446
18447
18448 \backslash
18449 cdashline{4-5}
18450 \end_layout
18451
18452 \end_inset
18453
18454
18455 \end_layout
18456
18457 \end_inset
18458 </cell>
18459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18460 \begin_inset Text
18461
18462 \begin_layout Plain Layout
18463
18464 \end_layout
18465
18466 \end_inset
18467 </cell>
18468 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 </row>
18496 <row>
18497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Plain Layout
18501
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 </row>
18543 </lyxtabular>
18544
18545 \end_inset
18546
18547
18548 \end_layout
18549
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \begin_layout Standard
18556 LyXは点罫を自前ではサポートしません。そこでTeXコードを使用する必要があります。必須要件として、文書プリアンブル中に
18557 \end_layout
18558
18559 \begin_layout Standard
18560
18561 \series bold
18562
18563 \backslash
18564 usepackage{arydshln}
18565 \end_layout
18566
18567 \begin_layout Standard
18568 というコマンドを書き、LaTeXパッケージの
18569 \series bold
18570 arydshln
18571 \series default
18572
18573 \begin_inset Index idx
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577 LaTeXぱっけーじ@LaTeXパッケージ ! arydshln
18578 \end_layout
18579
18580 \end_inset
18581
18582 を読み込んでおく必要があります。縦罫を点罫にするには、表セルダイアログのLaTeX変数として、水平揃え用の文字とともにコロン「:」を入力してください。
18583 \end_layout
18584
18585 \begin_layout Standard
18586 横点罫を得るには、表中当該行の最初のセルの冒頭に、TeXコードで
18587 \end_layout
18588
18589 \begin_layout Standard
18590
18591 \series bold
18592
18593 \backslash
18594 hdashline
18595 \end_layout
18596
18597 \begin_layout Standard
18598 というコマンドを加えてください。
18599 \end_layout
18600
18601 \begin_layout Standard
18602 連結列に点罫を書くには、表中当該行の最初のセルの冒頭に、TeXコードで
18603 \end_layout
18604
18605 \begin_layout Standard
18606
18607 \series bold
18608
18609 \backslash
18610 cdashline{列番号
18611 \series default
18612 }
18613 \end_layout
18614
18615 \begin_layout Standard
18616 なるコマンドを使用してください。たとえば、第2列から第4列にわたる連結列があって、その上に点罫が欲しい場合には、連結列のある行の最初のセルの冒頭に
18617 \end_layout
18618
18619 \begin_layout Standard
18620
18621 \series bold
18622
18623 \backslash
18624 cdashline{2-4}
18625 \end_layout
18626
18627 \begin_layout Standard
18628 なるコマンドを置いてください。
18629 \end_layout
18630
18631 \begin_layout Standard
18632 \begin_inset VSpace bigskip
18633 \end_inset
18634
18635
18636 \end_layout
18637
18638 \begin_layout Standard
18639
18640 \begin_inset CommandInset ref
18641 LatexCommand ref
18642 reference "tab:点罫表"
18643
18644 \end_inset
18645
18646 は、第3列のLaTeX変数に「:c」を指定して作られています。第3行の最初のセルには、TeXコードのコマンド
18647 \series bold
18648
18649 \backslash
18650 hdashlineが挿れられており、第3行の最初のセルには、
18651 \series default
18652 TeXコードのコマンド
18653 \begin_inset Newline newline
18654 \end_inset
18655
18656  
18657 \series bold
18658
18659 \backslash
18660 cdashline{4-5}が挿れられています。
18661 \end_layout
18662
18663 \begin_layout Standard
18664 \begin_inset Note Greyedout
18665 status open
18666
18667 \begin_layout Plain Layout
18668
18669 \series bold
18670 【註】
18671 \series default
18672 ここで用いられているLaTeXパッケージ
18673 \series bold
18674 arydshln
18675 \series default
18676 は、第
18677 \begin_inset CommandInset ref
18678 LatexCommand ref
18679 reference "sec:色付きの表"
18680
18681 \end_inset
18682
18683 節の色付き表で用いられているLaTeXパッケージ
18684 \series bold
18685 colortbl
18686 \series default
18687
18688 \begin_inset Index idx
18689 status collapsed
18690
18691 \begin_layout Plain Layout
18692 LaTeXぱっけーじ@LaTeXパッケージ ! colortbl
18693 \end_layout
18694
18695 \end_inset
18696
18697 とは、どうやら共存し得ないようです。すなわち、色付き表に点罫をつけることはできません。
18698 \end_layout
18699
18700 \end_inset
18701
18702
18703 \end_layout
18704
18705 \begin_layout Standard
18706 \begin_inset ERT
18707 status collapsed
18708
18709 \begin_layout Plain Layout
18710
18711
18712 \backslash
18713 else
18714 \end_layout
18715
18716 \end_inset
18717
18718
18719 \begin_inset Note Note
18720 status open
18721
18722 \begin_layout Plain Layout
18723 以下は、LaTeXパッケージ
18724 \series bold
18725 arydshln
18726 \series default
18727 が導入済みでないときに表示されます。
18728 \end_layout
18729
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \begin_layout Standard
18736 本節の内容を出力に表示するためには、
18737 \series bold
18738 arydshln
18739 \series default
18740 パッケージを導入しなくてはなりません。
18741 \end_layout
18742
18743 \begin_layout Standard
18744 \begin_inset ERT
18745 status collapsed
18746
18747 \begin_layout Plain Layout
18748
18749
18750 \backslash
18751 fi
18752 \end_layout
18753
18754 \end_inset
18755
18756
18757 \end_layout
18758
18759 \begin_layout Chapter
18760 フロート
18761 \begin_inset CommandInset label
18762 LatexCommand label
18763 name "chap:フロート"
18764
18765 \end_inset
18766
18767
18768 \begin_inset Index idx
18769 status collapsed
18770
18771 \begin_layout Plain Layout
18772 ふろーと@フロート
18773 \end_layout
18774
18775 \end_inset
18776
18777
18778 \end_layout
18779
18780 \begin_layout Section
18781 はじめに
18782 \begin_inset CommandInset label
18783 LatexCommand label
18784 name "sec:フロートはじめに"
18785
18786 \end_inset
18787
18788
18789 \begin_inset Index idx
18790 status collapsed
18791
18792 \begin_layout Plain Layout
18793 ふろーと@フロート ! はじめに
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \begin_layout Standard
18802 フロートは、何かしらのラベルに関連付けられた文章の塊で、固定された居場所を持ちません。フロートはもっとも適した場所を求めて、1頁ないし2頁、前後にただよう(フロ
18803 ート)ことができます。
18804 \family sans
18805 脚注
18806 \family default
18807
18808 \family sans
18809 傍注
18810 \family default
18811 も、当該ページに註が多すぎる場合には次頁にただよって行きますので、フロートの一種です。
18812 \end_layout
18813
18814 \begin_layout Standard
18815 フロートを使うと、質の良いレイアウトを組むことができます。図表が均等に各ページに割り当てられるので、文章のない空白やページが出ることを避けることができるためです
18816 。このようなフローティングは、文章と図表のあいだの連関を破壊してしまうことがあるので、各フロートは文中から参照することができるようになっています。このため、フロ
18817 ートには連番が割り当てられます。参照については、第
18818 \begin_inset CommandInset ref
18819 LatexCommand ref
18820 reference "sec:フロートの参照"
18821
18822 \end_inset
18823
18824 節で述べられています。
18825 \end_layout
18826
18827 \begin_layout Standard
18828 フロートを挿入するには、
18829 \family sans
18830 挿入\SpecialChar \menuseparator
18831 フロート
18832 \family default
18833 メニューを使えば、ラベルのついたボックスすなわち
18834 \family sans
18835 キャプション
18836 \family default
18837 差込枠が挿入されます。このラベルは、出力の際に自動的に文書言語に翻訳されます。ラベルの後ろには、キャプションの文章を入れ、画像ないし表は、フロート中、キャプショ
18838 ンの上ないし下に別の段落として挿入します。キャプションの配置に関して詳しくは、第
18839 \begin_inset CommandInset ref
18840 LatexCommand ref
18841 reference "sec:キャプションの配置"
18842
18843 \end_inset
18844
18845 節に述べられています。また、LyX文書を読みやすくするために、ボックスラベルを左クリックすれば、フロートボックスを広げたり畳んだりすることができるようになってい
18846 ます。畳んだフロートボックスは、
18847 \begin_inset Graphics
18848         filename clipart/floatQt4.png
18849         scale 70
18850         scaleBeforeRotation
18851
18852 \end_inset
18853
18854 のように、灰色ボタンに赤字ラベルで表示されます。
18855 \end_layout
18856
18857 \begin_layout Standard
18858 周囲の文章に特殊な整形がなされているときにはLaTeXエラーが発生し得るので、これを避けるために、フロートは独立した段落として挿入することをお勧めします。
18859 \end_layout
18860
18861 \begin_layout Standard
18862 既存の図表は、選択した後に新規フロートのツールバーボタンを押せば、フロート中の図表にすることができます。
18863 \end_layout
18864
18865 \begin_layout Section
18866 フロート型
18867 \end_layout
18868
18869 \begin_layout Standard
18870 LyXには、第
18871 \begin_inset CommandInset ref
18872 LatexCommand ref
18873 reference "sec:図フロート"
18874
18875 \end_inset
18876
18877 節および第
18878 \begin_inset CommandInset ref
18879 LatexCommand ref
18880 reference "sec:表フロート"
18881
18882 \end_inset
18883
18884 節で各々説明されている図フロートと表フロート以外に、
18885 \family sans
18886 アルゴリズム型
18887 \series bold
18888
18889 \series default
18890 折返し型
18891 \family default
18892 のフロート型があります。 
18893 \lang english
18894 The latter are explained in sec.
18895 \lang japanese
18896
18897 \begin_inset space \thinspace{}
18898 \end_inset
18899
18900
18901 \begin_inset CommandInset ref
18902 LatexCommand ref
18903 reference "sec:折返しフロート"
18904
18905 \end_inset
18906
18907 .
18908 \end_layout
18909
18910 \begin_layout Subsection
18911 アルゴリズムフロート
18912 \begin_inset Index idx
18913 status collapsed
18914
18915 \begin_layout Plain Layout
18916 ふろーと@フロート ! あるごりずむ@アルゴリズム
18917 \end_layout
18918
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \begin_layout Standard
18925 \begin_inset Float algorithm
18926 placement h
18927 wide false
18928 sideways false
18929 status open
18930
18931 \begin_layout Plain Layout
18932 \begin_inset Caption
18933
18934 \begin_layout Plain Layout
18935 \begin_inset CommandInset label
18936 LatexCommand label
18937 name "alg:アルゴリズムフロートの例"
18938
18939 \end_inset
18940
18941 アルゴリズムフロートの例
18942 \end_layout
18943
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \begin_layout LyX-Code
18950 for I in 1..N loop
18951 \begin_inset Newline newline
18952 \end_inset
18953
18954  Sum:= Sum + A(I); /*comment*/
18955 \begin_inset Newline newline
18956 \end_inset
18957
18958 end loop
18959 \begin_inset VSpace -4mm
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \end_inset
18966
18967
18968 \end_layout
18969
18970 \begin_layout Standard
18971 このフロート型は、
18972 \family sans
18973 挿入
18974 \shape up
18975 \SpecialChar \menuseparator
18976 フロート\SpecialChar \menuseparator
18977 アルゴリズム
18978 \family default
18979 \shape default
18980 メニューを使うと挿入することができます。これは、プログラムコードやアルゴリズムの記述に用いられ、第
18981 \begin_inset CommandInset ref
18982 LatexCommand ref
18983 reference "cha:プログラムコードリスト"
18984
18985 \end_inset
18986
18987 章で説明されているプログラムコードリストの代わりとみなすことができます。
18988 \emph on
18989 LyXユーザーの手引き
18990 \emph default
18991 に述べられているように、アルゴリズム向けの環境としては、
18992 \family sans
18993 LyXコード
18994 \family default
18995 があります。 アルゴリズム
18996 \begin_inset CommandInset ref
18997 LatexCommand ref
18998 reference "alg:アルゴリズムフロートの例"
18999
19000 \end_inset
19001
19002 は、アルゴリズムフロートの一例であり、下の罫線が最後の文字行のちょうど下に来るように、フロートの終わりに-4
19003 \begin_inset space \thinspace{}
19004 \end_inset
19005
19006 mmの垂直空白が入れてあります。
19007 \end_layout
19008
19009 \begin_layout Standard
19010 フロートラベルは、自動的に文書言語に翻訳されるわけではありません。使用中の文書が英語でない場合には、文書プリアンブルに
19011 \end_layout
19012
19013 \begin_layout Standard
19014
19015 \series bold
19016
19017 \backslash
19018 floatname{algorithm}{付けたい名称}
19019 \end_layout
19020
19021 \begin_layout Standard
19022 という行を手動で加える必要があります。ここで
19023 \family sans
19024 \series bold
19025 付けたい名称
19026 \family default
19027 \series default
19028 には、お使いの言語で「
19029 \emph on
19030 algorithm
19031 \emph default
19032 」に対応する単語を指定します。
19033 \end_layout
19034
19035 \begin_layout Standard
19036 アルゴリズム一覧を挿入するには、文書言語がLyXのメニューに表示されている言語と同じであるならば、
19037 \family sans
19038 挿入\SpecialChar \menuseparator
19039 一覧/目次\SpecialChar \menuseparator
19040 アルゴリズム一覧
19041 \family default
19042 メニューを使用します。それ以外の場合には、代わりに
19043 \end_layout
19044
19045 \begin_layout Standard
19046
19047 \series bold
19048
19049 \backslash
19050 listof{algorithm}{付けたい名称}
19051 \end_layout
19052
19053 \begin_layout Standard
19054 というコマンドをTeXコードとして用います。ここで
19055 \family sans
19056 付けたい名称
19057 \family default
19058 とは、「
19059 \emph on
19060 List of Algorithm
19061 \emph default
19062 s」という単語に相当する、ご使用になりたい言語での単語です。
19063 \end_layout
19064
19065 \begin_layout Standard
19066 アルゴリズムフロートは、多くの文書クラスにおける図表フロートとは違って、「chapter.algorithm」スキームでは既定で付番されていません。このスキームで
19067 アルゴリズムフロートに連番を振るには、使用している文書のプリアンブルに
19068 \end_layout
19069
19070 \begin_layout Standard
19071
19072 \series bold
19073
19074 \backslash
19075 numberwithin{algorithm}{chapter}
19076 \end_layout
19077
19078 \begin_layout Standard
19079 というコマンドを追加してください。
19080 \series bold
19081
19082 \backslash
19083 numberwithin
19084 \series default
19085 というコマンドを使用するには、文書設定の
19086 \family sans
19087 数式オプション
19088 \family default
19089 タブで
19090 \family sans
19091 AMS mathパッケージを使用する
19092 \family default
19093 オプションを有効にしてください。
19094 \end_layout
19095
19096 \begin_layout Section
19097 フロートの連番
19098 \begin_inset Index idx
19099 status collapsed
19100
19101 \begin_layout Plain Layout
19102 ふろーと@フロート ! れんばん@連番
19103 \end_layout
19104
19105 \end_inset
19106
19107
19108 \end_layout
19109
19110 \begin_layout Standard
19111 フロートは通常、フロートのある節とは関係なく番号が振られるか、あるいは「章.番号」や「節.番号」といった形で番号が付けられます。これは、使用している文書クラスによっ
19112 て変わります。
19113 \end_layout
19114
19115 \begin_layout Standard
19116 節から独立して付けられている連番を変更するには、文書プリアンブルで
19117 \end_layout
19118
19119 \begin_layout Standard
19120
19121 \series bold
19122
19123 \backslash
19124 renewcommand{
19125 \backslash
19126 thetable}{
19127 \backslash
19128 roman{table}}
19129 \end_layout
19130
19131 \begin_layout Standard
19132
19133 \series bold
19134 というコマンドを使うと良いでしょう。
19135 \backslash
19136 thetable
19137 \series default
19138 は表番号を印字するコマンドで、図フロートの場合であれば、代わりに
19139 \series bold
19140
19141 \backslash
19142 thefigure
19143 \series default
19144 コマンドを使用します。上のコマンドで使用されている
19145 \series bold
19146
19147 \backslash
19148 roman
19149 \series default
19150 は、表番号を小文字のローマ数字で印字するコマンドです。
19151 \end_layout
19152
19153 \begin_layout Standard
19154 連番の付け方をたとえば「小節.番号」に変更するには、プリアンブルで
19155 \end_layout
19156
19157 \begin_layout Standard
19158
19159 \series bold
19160
19161 \backslash
19162 numberwithin{table}{subsection}
19163 \end_layout
19164
19165 \begin_layout Standard
19166 というコマンドを使用してください。
19167 \series bold
19168
19169 \backslash
19170 numberwithin
19171 \series default
19172 コマンドを使用可能にするためには、文書設定の
19173 \family sans
19174 数式オプション
19175 \family default
19176 タブで、
19177 \family sans
19178 AMS
19179 \begin_inset space ~
19180 \end_inset
19181
19182 math数式パッケージを使用する
19183 \family default
19184 を使用します。
19185 \end_layout
19186
19187 \begin_layout Standard
19188 連番コマンドについての詳細と大切な注意点については、第
19189 \begin_inset CommandInset ref
19190 LatexCommand ref
19191 reference "sub:脚注の付番"
19192
19193 \end_inset
19194
19195 節もご覧ください。
19196 \end_layout
19197
19198 \begin_layout Section
19199 フロートの参照
19200 \begin_inset CommandInset label
19201 LatexCommand label
19202 name "sec:フロートの参照"
19203
19204 \end_inset
19205
19206
19207 \begin_inset Index idx
19208 status collapsed
19209
19210 \begin_layout Plain Layout
19211 ふろーと@フロート ! さんしょう@参照
19212 \end_layout
19213
19214 \end_inset
19215
19216
19217 \begin_inset Index idx
19218 status collapsed
19219
19220 \begin_layout Plain Layout
19221 さんしょう@参照 ! ふろーとにたいする@フロートに対する
19222 \end_layout
19223
19224 \end_inset
19225
19226
19227 \end_layout
19228
19229 \begin_layout Standard
19230 フロートを参照するには、
19231 \family sans
19232 挿入\SpecialChar \menuseparator
19233 ラベル
19234 \family default
19235 メニューかツールバーボタンを使用して、フロートのキャプションにラベルを挿入してください。
19236 \begin_inset Graphics
19237         filename ../clipart/labelQt4.png
19238         scale 85
19239         scaleBeforeRotation
19240
19241 \end_inset
19242
19243 のような灰色のラベルボックスが挿入され、ラベルウィンドウがポップアップして、ラベルの字句を入力するよう促します。LyXは、キャプションの最初の数単語に前置句をつ
19244 けたものを候補として示します。前置句はフロート型に依存し、たとえば図フロートには「
19245 \family sans
19246 fig:
19247 \family default
19248 」という前置句がつけられます。
19249 \end_layout
19250
19251 \begin_layout Standard
19252 ラベルは、参照のための名称兼位置標として用いられます。
19253 \family sans
19254 挿入\SpecialChar \menuseparator
19255 相互参照
19256 \family default
19257 メニューかツールバーボタン
19258 \family sans
19259
19260 \begin_inset Info
19261 type  "icon"
19262 arg   "dialog-show-new-inset ref"
19263 \end_inset
19264
19265
19266 \family default
19267 を使えば、ラベルを参照することができます。
19268 \begin_inset Graphics
19269         filename clipart/referenceQt4.png
19270         scale 85
19271         scaleBeforeRotation
19272
19273 \end_inset
19274
19275 のような灰色の相互参照ボックスが挿入され、文書中のすべてのラベルを表示した相互参照ウィンドウが現れます。複数のLyX文書が開かれている場合には、ダイアログの上方
19276 にあるドロップリストから作業中の文書を選択してください。ここでラベルを整序してから選ぶこともできます。出力中では、相互参照ボックスの位置にはフロート番号が表示さ
19277 れます。
19278 \end_layout
19279
19280 \begin_layout Standard
19281 相互参照名と数字の間に改行が入るのを防ぐために、両者の間の空白には保護された空白を用いた方が良いでしょう。もし相互参照が存在しないラベルを参照している場合には、
19282 出力では、参照の代わりに二つの疑問符が表示されることになります。
19283 \end_layout
19284
19285 \begin_layout Standard
19286 ラベルは、ラベルボックスをクリックすることによって、いつでも変更することができます。変更されたラベルへの参照は、自動的に新しいラベル文へのリンクに変更されますの
19287 で、リンクの更新に手間を割く必要はありません。
19288 \end_layout
19289
19290 \begin_layout Standard
19291 相互参照ウィンドウの
19292 \family sans
19293 ラベルへ移動
19294 \family default
19295 ボタンは、参照されているラベルの前にカーソルを移動します。すると、ボタンの文字が
19296 \family sans
19297 戻る
19298 \family default
19299 に変わるので、相互参照にカーソルを戻すのに使用することができます。相互参照ボックスを右クリックしても、カーソルを参照されているラベルの前に移すことができますが、
19300 この場合には元に戻ることができません。
19301 \end_layout
19302
19303 \begin_layout Subsection
19304 相互参照の書式
19305 \begin_inset CommandInset label
19306 LatexCommand label
19307 name "sub:相互参照の書式"
19308
19309 \end_inset
19310
19311
19312 \begin_inset Index idx
19313 status collapsed
19314
19315 \begin_layout Plain Layout
19316 さんしょう@参照 ! しょしき@書式
19317 \end_layout
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \begin_layout Standard
19325 相互参照には、以下の6種類があります。
19326 \end_layout
19327
19328 \begin_layout Description
19329 <参照>: これはフロート番号を表示します。これが既定値です。例:
19330 \begin_inset CommandInset ref
19331 LatexCommand ref
19332 reference "fig:歪められた二つの像"
19333
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \begin_layout Description
19340 (<参照>): これはフロート番号を2つのかっこの中に表示します。これはふつう数式を、とくに参照名「Equation」を省略して参照する際に用いられる様式です。
19341 例:
19342 \begin_inset CommandInset ref
19343 LatexCommand eqref
19344 reference "eq:Wgn"
19345
19346 \end_inset
19347
19348
19349 \end_layout
19350
19351 \begin_layout Description
19352 <参照ページ>: これはページ番号を表示します。例:Page
19353 \begin_inset space ~
19354 \end_inset
19355
19356
19357 \begin_inset CommandInset ref
19358 LatexCommand pageref
19359 reference "fig:歪められた二つの像"
19360
19361 \end_inset
19362
19363
19364 \end_layout
19365
19366 \begin_layout Description
19367 on
19368 \begin_inset space ~
19369 \end_inset
19370
19371 page
19372 \begin_inset space ~
19373 \end_inset
19374
19375 <参照ページ>: これは「on page」という文とページ番号を表示します。例:
19376 \begin_inset CommandInset ref
19377 LatexCommand vpageref
19378 reference "fig:歪められた二つの像"
19379
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \begin_layout Description
19386 <参照>
19387 \begin_inset space ~
19388 \end_inset
19389
19390 on
19391 \begin_inset space ~
19392 \end_inset
19393
19394 page
19395 \begin_inset space ~
19396 \end_inset
19397
19398 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します。例:
19399 \begin_inset CommandInset ref
19400 LatexCommand vref
19401 reference "fig:歪められた二つの像"
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \begin_layout Description
19409 整形された参照: これは自製の相互参照書式で出力します。
19410 \begin_inset Newline newline
19411 \end_inset
19412
19413
19414 \begin_inset Note Greyedout
19415 status open
19416
19417 \begin_layout Plain Layout
19418 【註】この機能は、LaTeXパッケージ
19419 \series bold
19420 prettyref
19421 \series default
19422 または
19423 \series bold
19424 refstyle
19425 \series default
19426 が導入されている場合のみ使用することができます。
19427 \begin_inset Index idx
19428 status collapsed
19429
19430 \begin_layout Plain Layout
19431 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19432 \end_layout
19433
19434 \end_inset
19435
19436
19437 \begin_inset Index idx
19438 status collapsed
19439
19440 \begin_layout Plain Layout
19441 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19442 \end_layout
19443
19444 \end_inset
19445
19446
19447 \end_layout
19448
19449 \end_inset
19450
19451
19452 \begin_inset Newline newline
19453 \end_inset
19454
19455 メニュー
19456 \family sans
19457 文書\SpecialChar \menuseparator
19458 設定\SpecialChar \menuseparator
19459 文書クラス
19460 \family default
19461 でオプション
19462 \family sans
19463 相互参照に(prettyrefではなく)refstyleを使用
19464 \family default
19465 を設定すると、この機能で使用するLaTeXパッケージを選択することができます。書式は、文書プリアンブルに
19466 \series bold
19467
19468 \backslash
19469 newrefformat
19470 \series default
19471 コマンド(prettyrefの場合)あるいは
19472 \series bold
19473
19474 \backslash
19475 newref
19476 \series default
19477 コマンド(refstyleの場合)を書き加えることによって指定することができます。たとえば、図への参照(これは短絡ラベル「
19478 \family sans
19479 fig
19480 \family default
19481 」を持ちます)をすべて定義し直すには、
19482 \begin_inset Newline newline
19483 \end_inset
19484
19485
19486 \series bold
19487
19488 \backslash
19489 newref{fig}{refcmd={Image on page 
19490 \backslash
19491 pageref{#1}}}
19492 \begin_inset Newline newline
19493 \end_inset
19494
19495
19496 \series default
19497 というコマンドを用います。書式についての詳細は、パッケージの取扱説明書
19498 \begin_inset CommandInset citation
19499 LatexCommand cite
19500 key "prettyref,refstyle"
19501
19502 \end_inset
19503
19504 をご覧ください。
19505 \end_layout
19506
19507 \begin_layout Description
19508 名称参照: これは、右のように参照のキャプションを出力します。 
19509 \begin_inset CommandInset ref
19510 LatexCommand nameref
19511 reference "fig:歪められた二つの像"
19512
19513 \end_inset
19514
19515
19516 \end_layout
19517
19518 \begin_layout Standard
19519
19520 \family sans
19521 <参照ページ>
19522 \family default
19523 は、ラベルが同一あるいは前後ページにある場合には、ページ番号を出力しません。その代わりに「
19524 \family sans
19525 on this page
19526 \family default
19527 」のような文章が表示されます。様式
19528 \family sans
19529 <参照> on page <参照ページ>
19530 \family default
19531 では、ラベルが同一ページにある場合には、ページに関することは出力されません。
19532 \end_layout
19533
19534 \begin_layout Standard
19535 出力中で参照されている頁番号と文書中の位置は、LaTeXが自動的に計算します。参照の種類は、相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
19536 \family sans
19537 書式
19538 \family default
19539 フィールドで選ぶことができます。
19540 \end_layout
19541
19542 \begin_layout Standard
19543 \begin_inset Note Greyedout
19544 status open
19545
19546 \begin_layout Plain Layout
19547
19548 \series bold
19549 Note:
19550 \series default
19551  It is recommended to use the LaTeX-package 
19552 \series bold
19553 refstyle
19554 \series default
19555
19556 \begin_inset Index idx
19557 status collapsed
19558
19559 \begin_layout Plain Layout
19560 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
19561 \end_layout
19562
19563 \end_inset
19564
19565  because 
19566 \series bold
19567 prettyref
19568 \series default
19569
19570 \begin_inset Index idx
19571 status collapsed
19572
19573 \begin_layout Plain Layout
19574 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
19575 \end_layout
19576
19577 \end_inset
19578
19579  does not know all of LyX's possible label shortcuts
19580 \begin_inset Foot
19581 status collapsed
19582
19583 \begin_layout Plain Layout
19584 \begin_inset Quotes eld
19585 \end_inset
19586
19587 fig:
19588 \begin_inset Quotes erd
19589 \end_inset
19590
19591  is for example LyX's shortcut for labels in figure captions.
19592 \end_layout
19593
19594 \end_inset
19595
19596  and is not internationalized.
19597 \end_layout
19598
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \begin_layout Subsection
19605 参照名の自動命名
19606 \begin_inset Index idx
19607 status collapsed
19608
19609 \begin_layout Plain Layout
19610 さんしょう@参照 ! じどうめいめい@自動命名
19611 \end_layout
19612
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \begin_layout Standard
19619
19620 \family sans
19621 文書設定
19622 \family default
19623 ダイアログの
19624 \family sans
19625 PDF特性
19626 \family default
19627 で有効にされた
19628 \series bold
19629 hyperref
19630 \series default
19631
19632 \begin_inset Index idx
19633 status collapsed
19634
19635 \begin_layout Plain Layout
19636 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19637 \end_layout
19638
19639 \end_inset
19640
19641  LaTeXパッケージは、相互参照が参照されたフロート(あるいは
19642 \emph on
19643
19644 \emph default
19645 のような文章中の箇所)の名称を自動的に取り入れてくれるという、たいへん便利な機能を提供します。つまり、図への参照毎に前に「図」と書き込む必要はなくなるのです。こ
19646 の機能を使用するには、hyperrefを有効にして、
19647 \end_layout
19648
19649 \begin_layout Standard
19650
19651 \series bold
19652
19653 \backslash
19654 AtBeginDocument{
19655 \backslash
19656 renewcommand{
19657 \backslash
19658 ref}[1]{
19659 \backslash
19660 mbox{
19661 \backslash
19662 autoref{#1}}}}
19663 \end_layout
19664
19665 \begin_layout Standard
19666 という行をLaTeXプリアンブルに挿入してください。たとえば「section」の代わりに「sec.
19667 \begin_inset space \thinspace{}
19668 \end_inset
19669
19670 」としたいなど、既定の参照名以外のものが欲しい場合には、
19671 \end_layout
19672
19673 \begin_layout Standard
19674
19675 \series bold
19676
19677 \backslash
19678 addto
19679 \backslash
19680 extrasenglish{
19681 \backslash
19682 renewcommand{
19683 \backslash
19684 sectionautorefname}
19685 \begin_inset Newline newline
19686 \end_inset
19687
19688
19689 \begin_inset Phantom HPhantom
19690 status open
19691
19692 \begin_layout Plain Layout
19693
19694 \series bold
19695 \begin_inset space ~
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \end_inset
19702
19703 {sec.
19704 \backslash
19705 negthinspace}}
19706 \end_layout
19707
19708 \begin_layout Standard
19709 のようにプリアンブルに挿入することで参照名を再定義することができます。英語以外の文書言語を使用している際には、
19710 \begin_inset Newline newline
19711 \end_inset
19712
19713
19714 \series bold
19715
19716 \backslash
19717 extrasenglishを
19718 \backslash
19719 extras***
19720 \series default
19721 に置き換えてください(***は使用中の言語名)。
19722 \end_layout
19723
19724 \begin_layout Standard
19725 自動命名を行いたいけれども、ある参照型以外、たとえば数式以外に対して行いたいときには、以下のようなプリアンブルコードを書いてください。
19726 \end_layout
19727
19728 \begin_layout Standard
19729
19730 \series bold
19731
19732 \backslash
19733 newlength{
19734 \backslash
19735 abc}
19736 \begin_inset Newline newline
19737 \end_inset
19738
19739
19740 \backslash
19741 settowidth{
19742 \backslash
19743 abc}{
19744 \backslash
19745 space}
19746 \begin_inset Newline newline
19747 \end_inset
19748
19749
19750 \backslash
19751 addto
19752 \backslash
19753 extrasenglish{
19754 \backslash
19755 renewcommand{
19756 \backslash
19757 equationautorefname}
19758 \begin_inset Newline newline
19759 \end_inset
19760
19761
19762 \begin_inset Phantom HPhantom
19763 status open
19764
19765 \begin_layout Plain Layout
19766
19767 \series bold
19768 \begin_inset space ~
19769 \end_inset
19770
19771
19772 \end_layout
19773
19774 \end_inset
19775
19776 {
19777 \backslash
19778 hspace{-
19779 \backslash
19780 abc}}
19781 \end_layout
19782
19783 \begin_layout Standard
19784 この話題に関する詳細は、hyperrefの説明書
19785 \begin_inset CommandInset citation
19786 LatexCommand cite
19787 key "hyperref"
19788
19789 \end_inset
19790
19791 をお読みください。
19792 \end_layout
19793
19794 \begin_layout Standard
19795 \begin_inset Note Greyedout
19796 status open
19797
19798 \begin_layout Plain Layout
19799
19800 \series bold
19801 【註】
19802 \series default
19803 参照の自動命名は、相互参照を
19804 \family sans
19805 整形参照
19806 \family default
19807 様式(第
19808 \begin_inset CommandInset ref
19809 LatexCommand ref
19810 reference "sub:相互参照の書式"
19811
19812 \end_inset
19813
19814 節)で使用しているときには、使用することができません。
19815 \end_layout
19816
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \begin_layout Standard
19823 取扱説明書
19824 \emph on
19825 数式篇
19826 \emph default
19827 は、参照の自動命名が使用されている一例です。
19828 \end_layout
19829
19830 \begin_layout Subsection
19831 参照位置
19832 \begin_inset CommandInset label
19833 LatexCommand label
19834 name "sub:参照位置"
19835
19836 \end_inset
19837
19838
19839 \begin_inset Index idx
19840 status collapsed
19841
19842 \begin_layout Plain Layout
19843 さんしょう@参照 ! さんしょういち@参照位置
19844 \end_layout
19845
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \begin_layout Standard
19852
19853 \family sans
19854 文書設定
19855 \family default
19856 ダイアログの
19857 \family sans
19858 PDF特性
19859 \family default
19860 で、
19861 \series bold
19862 hyperref
19863 \series default
19864
19865 \begin_inset Index idx
19866 status collapsed
19867
19868 \begin_layout Plain Layout
19869 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19870 \end_layout
19871
19872 \end_inset
19873
19874 を使用して出力中で相互参照をリンクするようにした場合には、画像フロート参照をクリックすると、画像ラベルに移動できるようになります。キャプションは、スクリーン上の
19875 テキストの最初の部分なので、スクロールしないと画像を見ることができません。これは、参照リンク標がラベルの位置に置かれるからです。LaTeXパッケージの
19876 \series bold
19877 hyperref
19878 \series default
19879
19880 \begin_inset Index idx
19881 status collapsed
19882
19883 \begin_layout Plain Layout
19884 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19885 \end_layout
19886
19887 \end_inset
19888
19889 の一部である
19890 \series bold
19891 hyperref
19892 \series default
19893
19894 \begin_inset Index idx
19895 status collapsed
19896
19897 \begin_layout Plain Layout
19898 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
19899 \end_layout
19900
19901 \end_inset
19902
19903 パッケージを使うと、リンク標はフロートの最初に置かれます。この機能を図フロートに対して使用するには、文書プリアンブルに
19904 \end_layout
19905
19906 \begin_layout Standard
19907
19908 \series bold
19909
19910 \backslash
19911 usepackage[figure]{hypcap}
19912 \end_layout
19913
19914 \begin_layout Standard
19915 という行を書いて、hypcapを読み込んでください。hypcapをすべてのフロート型に対して使用することもできますが、安定性の問題から推奨できません。詳しくは、
19916 hypcapの説明書
19917 \begin_inset CommandInset citation
19918 LatexCommand cite
19919 key "hypcap"
19920
19921 \end_inset
19922
19923 をご覧ください。
19924 \end_layout
19925
19926 \begin_layout Standard
19927 \begin_inset Note Greyedout
19928 status open
19929
19930 \begin_layout Plain Layout
19931
19932 \series bold
19933 【註】hypcap
19934 \series default
19935 は内部図への参照には効力がありません。
19936 \end_layout
19937
19938 \end_inset
19939
19940
19941 \end_layout
19942
19943 \begin_layout Section
19944 フロートの配置
19945 \begin_inset CommandInset label
19946 LatexCommand label
19947 name "sec:フロートの配置"
19948
19949 \end_inset
19950
19951
19952 \begin_inset Index idx
19953 status collapsed
19954
19955 \begin_layout Plain Layout
19956 ふろーと@フロート ! はいち@配置
19957 \end_layout
19958
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \begin_layout Standard
19965
19966 \family roman
19967 \series medium
19968 \shape up
19969 \size normal
19970 \emph off
19971 \bar no
19972 \noun off
19973 \color none
19974 フロートボックスを右クリックすると、ダイアログが開いて、ここでLaTeXがフロートを配置するのに使う配置オプションを変更できるようになります。
19975 \begin_inset Newline newline
19976 \end_inset
19977
19978
19979 \family sans
19980 \series default
19981 \shape default
19982 \size default
19983 \emph default
19984 \bar default
19985 \noun default
19986 \color inherit
19987 段をまたぐ
19988 \family roman
19989 \series medium
19990 \shape up
19991 \size normal
19992 \emph off
19993 \bar no
19994 \noun off
19995 \color none
19996 オプションは、二段組文書でのみ有効です。これを選択すると、フロートは段の中のみに収められないで、ページの両段にまたがって広がります。
19997 \begin_inset Newline newline
19998 \end_inset
19999
20000
20001 \family sans
20002 \series default
20003 \shape default
20004 \size default
20005 \emph default
20006 \bar default
20007 \noun default
20008 \color inherit
20009 横倒しに回転
20010 \family roman
20011 \series medium
20012 \shape up
20013 \size normal
20014 \emph off
20015 \bar no
20016 \noun off
20017 \color none
20018 オプションは、フロートを回転するのに用います。第
20019 \family default
20020 \series default
20021 \shape default
20022 \size default
20023 \emph default
20024 \bar default
20025 \noun default
20026 \color inherit
20027
20028 \begin_inset CommandInset ref
20029 LatexCommand ref
20030 reference "sec:回転フロート"
20031
20032 \end_inset
20033
20034
20035 \family roman
20036 \series medium
20037 \shape up
20038 \size normal
20039 \emph off
20040 \bar no
20041 \noun off
20042 \color none
20043 節をご参照ください。
20044 \end_layout
20045
20046 \begin_layout Standard
20047
20048 \family roman
20049 \series medium
20050 \shape up
20051 \size normal
20052 \emph off
20053 \bar no
20054 \noun off
20055 \color none
20056 フロートダイアログでは、
20057 \family sans
20058 \series default
20059 \shape default
20060 \size default
20061 \emph default
20062 \bar default
20063 \noun default
20064 \color inherit
20065 既定の配置を使う
20066 \family roman
20067 \series medium
20068 \shape up
20069 \size normal
20070 \emph off
20071 \bar no
20072 \noun off
20073 \color none
20074 オプションを無効にしたときには、特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます。
20075 \end_layout
20076
20077 \begin_layout Description
20078 可能ならば現在位置に: 
20079 \family roman
20080 \series medium
20081 \shape up
20082 \size normal
20083 \emph off
20084 \bar no
20085 \noun off
20086 \color none
20087 フロートを挿入位置に配置することを試みます
20088 \end_layout
20089
20090 \begin_layout Description
20091 ページ上部: 
20092 \family roman
20093 \series medium
20094 \shape up
20095 \size normal
20096 \emph off
20097 \bar no
20098 \noun off
20099 \color none
20100 フロートを現在ページの上部に配置することを試みます
20101 \end_layout
20102
20103 \begin_layout Description
20104 ページ下部: 
20105 \family roman
20106 \series medium
20107 \shape up
20108 \size normal
20109 \emph off
20110 \bar no
20111 \noun off
20112 \color none
20113 フロートを現在ページの下部に配置することを試みます
20114 \end_layout
20115
20116 \begin_layout Description
20117 フロートを独立したページに: 
20118 \family roman
20119 \series medium
20120 \shape up
20121 \size normal
20122 \emph off
20123 \bar no
20124 \noun off
20125 \color none
20126 フロートを独立したページに配置することを試みます
20127 \end_layout
20128
20129 \begin_layout Standard
20130 LaTeXは、
20131 \emph on
20132 つねに
20133 \emph default
20134 上記のオプション順を用います。すなわち、既定の配置を使用すると、LaTeXはまず
20135 \family sans
20136 可能ならば現在位置に
20137 \family default
20138 を試み、次に
20139 \family sans
20140 ページの上部
20141 \family default
20142 、その後他のオプションを試みます。既定値を使わないときには、LaTeXは有効化されたオプションのみを使用しますが、やはり同じ順序でこれらを試みます。これら四つの
20143 配置がいずれも無理な場合は、フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます。
20144 \end_layout
20145
20146 \begin_layout Standard
20147 既定では、各オプションはそれぞれ以下の規則を持っています。
20148 \end_layout
20149
20150 \begin_layout Labeling
20151 \labelwidthstring 00.00.0000
20152
20153 \family sans
20154 ページ上部
20155 \family default
20156  は、フロートのページに占める割合が7割以下の場合のみ、ページ上部に配置します(
20157 \series bold
20158
20159 \backslash
20160 topfraction
20161 \series default
20162 )。
20163 \end_layout
20164
20165 \begin_layout Labeling
20166 \labelwidthstring 00.00.0000
20167
20168 \family sans
20169 ページ下部
20170 \family default
20171  は、フロートのページに占める割合が3割以下の場合のみ、ページ下部に配置します(
20172 \series bold
20173
20174 \backslash
20175 bottomfraction
20176 \series default
20177 )。
20178 \end_layout
20179
20180 \begin_layout Labeling
20181 \labelwidthstring 00.00.0000
20182
20183 \family sans
20184 フロートを独立したページ 
20185 \family default
20186 には、フロートのページに占める割合が5割以下の場合のみ、複数のフロートを同一ページに配置します(
20187 \series bold
20188
20189 \backslash
20190 floatpagefraction
20191 \series default
20192 )。
20193 \end_layout
20194
20195 \begin_layout Standard
20196 これらの規則に従いたくないときは、
20197 \family sans
20198 LaTeXの規則を無視する
20199 \family default
20200 オプションを追加することによって、これらを無視することができます。
20201 \begin_inset Newline newline
20202 \end_inset
20203
20204 上記説明の後ろに括弧でくくってあるLaTeXコマンドを使うと、これらの規則を定義しなおすこともできます。たとえば、往々にして小さすぎる、ページ下部規則の既定値を
20205 、ページの5割に変えるには、文書プリアンブルに
20206 \end_layout
20207
20208 \begin_layout Standard
20209
20210 \series bold
20211
20212 \backslash
20213 renewcommand{
20214 \backslash
20215 bottomfraction}{0.5}
20216 \end_layout
20217
20218 \begin_layout Standard
20219 という行を加えてください。
20220 \end_layout
20221
20222 \begin_layout Standard
20223 ときにはフロートを、挿入位置に正確に、しかもかならず配置させたい場合があるかもしれません。このような場合には、
20224 \family sans
20225 何としても現在位置に置く
20226 \family default
20227 オプションを使用します。このオプションはできる限り使わないようにし、使う場合でも印刷する直前にまで文書が仕上がってから、使用するようにしてください。なぜならば、
20228 このオプションを使うことによって、フロートはもはや「漂う」ことができなくなりますから、文書に変更を加えてしまうと、ページのレイアウトが往々にして破壊されてしまう
20229 からです。
20230 \end_layout
20231
20232 \begin_layout Standard
20233 折返しフロートは、つねにどれかの段落の本文で囲まれますので、配置オプションはありません。
20234 \end_layout
20235
20236 \begin_layout Standard
20237 \begin_inset VSpace bigskip
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \begin_layout Standard
20244 対応する節がページの中程から始まるのというのに、フロートがページの先頭に置かれてしまうために、読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
20245 することがあります。この問題を避けるには、LaTeXコマンドの
20246 \backslash
20247 suppressfloatsを使用することができます。これは、これが挿入されたページの特定のフロートの配置を抑制するので、節が始まる前にフロートが設定されてしま
20248 うのを避けるのに使用することができます。これを用いるには、文書プリアンブルに以下のコマンドを加えてください。
20249 \end_layout
20250
20251 \begin_layout Standard
20252
20253 \series bold
20254
20255 \backslash
20256 let
20257 \backslash
20258 mySection
20259 \backslash
20260 section
20261 \begin_inset Newline newline
20262 \end_inset
20263
20264
20265 \backslash
20266 renewcommand{
20267 \backslash
20268 section}{
20269 \backslash
20270 suppressfloats[t]
20271 \backslash
20272 mySection}
20273 \end_layout
20274
20275 \begin_layout Standard
20276 これと同じものは、章や小節など、すべての節見出しに用いることができます。この定義は、小々節のような小さい文字の部分では、LaTeXが適当な配置を見つけるのに失敗
20277 することがあるので、これらに対する定義はお勧めしません。
20278 \end_layout
20279
20280 \begin_layout Standard
20281 \begin_inset VSpace bigskip
20282 \end_inset
20283
20284 場合によっては、すべての図表を文末に置く必要があることがあります。この目的のために、LaTeXパッケージ
20285 \series bold
20286 endfloat
20287 \series default
20288
20289 \begin_inset Index idx
20290 status collapsed
20291
20292 \begin_layout Plain Layout
20293 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
20294 \end_layout
20295
20296 \end_inset
20297
20298 が開発されました。このパッケージは、すべての図表を文末に独立した節として置きます。元のフロート位置には、
20299 \begin_inset Quotes eld
20300 \end_inset
20301
20302
20303 \family sans
20304 [Figure
20305 \begin_inset space ~
20306 \end_inset
20307
20308 3.2 about here.]
20309 \family default
20310
20311 \begin_inset Quotes erd
20312 \end_inset
20313
20314 というようなヒント文が挿入されます。endfloatパッケージは、プリアンブルに
20315 \end_layout
20316
20317 \begin_layout Standard
20318
20319 \series bold
20320
20321 \backslash
20322 usepackage[options]{endfloat}
20323 \end_layout
20324
20325 \begin_layout Standard
20326 という行を加えることで読み込まれます。このようにして生成された図表の節を整形するために、さまざまなパッケージオプションがあります。詳細は、
20327 \series bold
20328 endfloat
20329 \series default
20330 取扱説明書
20331 \begin_inset CommandInset citation
20332 LatexCommand cite
20333 key "endfloat"
20334
20335 \end_inset
20336
20337 をご参照ください。
20338 \begin_inset Newline newline
20339 \end_inset
20340
20341
20342 \begin_inset Note Greyedout
20343 status open
20344
20345 \begin_layout Plain Layout
20346
20347 \series bold
20348 【註】endfloat
20349 \series default
20350 は、ヒント文の自動翻訳を行わないので、手動で行わなくてはなりません。
20351 \begin_inset CommandInset citation
20352 LatexCommand cite
20353 key "endfloat"
20354
20355 \end_inset
20356
20357 の第4節をご参照ください。
20358 \end_layout
20359
20360 \end_inset
20361
20362
20363 \begin_inset Newline newline
20364 \end_inset
20365
20366
20367 \begin_inset Note Greyedout
20368 status open
20369
20370 \begin_layout Plain Layout
20371
20372 \series bold
20373 【註】
20374 \series default
20375 現在のところ、
20376 \series bold
20377 endfloat
20378 \series default
20379 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります。この場合には、「ß」の代わりにTeXコードで「
20380 \series bold
20381
20382 \backslash
20383 ss
20384 \series default
20385 」コマンドを使用してください。
20386 \end_layout
20387
20388 \end_inset
20389
20390
20391 \end_layout
20392
20393 \begin_layout Standard
20394 \begin_inset VSpace bigskip
20395 \end_inset
20396
20397 フロートの割付に関する詳細は、LaTeX関連書
20398 \begin_inset CommandInset citation
20399 LatexCommand cite
20400 key "latexcompanion,latexguide,latexbook"
20401
20402 \end_inset
20403
20404 をご覧ください。
20405 \end_layout
20406
20407 \begin_layout Section
20408 回転フロート
20409 \begin_inset CommandInset label
20410 LatexCommand label
20411 name "sec:回転フロート"
20412
20413 \end_inset
20414
20415
20416 \begin_inset Index idx
20417 status collapsed
20418
20419 \begin_layout Plain Layout
20420 ふろーと@フロート ! かいてん@回転
20421 \end_layout
20422
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \begin_layout Standard
20429 特に横長の表などの場合、フロートを回転させたいことがあります。キャプションを含むフロート全体を回転させたいときは、フロートボックスを右クリックして、
20430 \family sans
20431 横倒しに回転
20432 \family default
20433 オプションを有効にします。
20434 \end_layout
20435
20436 \begin_layout Standard
20437 回転フロートは、つねに独立したページ(二段組文書のときは独立した段)に配置されます。フロート設定の
20438 \family sans
20439 段をまたぐ
20440 \family default
20441 オプションを有効にすれば、複数の段にまたがるようにすることができます。また、回転フロートは、外側余白方向から読むことができるような形に回転されます。全ページにわ
20442 たって回転方向を強制したい場合には、文書クラスオプションに
20443 \series bold
20444 figuresleft
20445 \series default
20446 オプションあるいは
20447 \series bold
20448 figuresright
20449 \series default
20450 オプションを加えることができます。
20451 \end_layout
20452
20453 \begin_layout Standard
20454 回転フロートへの相互参照は、通常のフロートの場合と同じです。キャプションの形式も同じです。表
20455 \begin_inset CommandInset ref
20456 LatexCommand ref
20457 reference "tab:回転した表"
20458
20459 \end_inset
20460
20461 が回転表フロートの例です。
20462 \end_layout
20463
20464 \begin_layout Standard
20465 \begin_inset Note Greyedout
20466 status open
20467
20468 \begin_layout Plain Layout
20469
20470 \series bold
20471 【註】
20472 \series default
20473 すべてのDVIビューアが回転フロートを表示できるわけではありません。
20474 \end_layout
20475
20476 \end_inset
20477
20478
20479 \end_layout
20480
20481 \begin_layout Standard
20482 \begin_inset Float table
20483 wide false
20484 sideways true
20485 status open
20486
20487 \begin_layout Plain Layout
20488 \begin_inset Caption
20489
20490 \begin_layout Plain Layout
20491 \begin_inset CommandInset label
20492 LatexCommand label
20493 name "tab:回転した表"
20494
20495 \end_inset
20496
20497 回転した表
20498 \end_layout
20499
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \begin_layout Plain Layout
20506 \align center
20507 \begin_inset Tabular
20508 <lyxtabular version="3" rows="1" columns="5">
20509 <features tabularvalignment="middle">
20510 <column alignment="center" valignment="top" width="0">
20511 <column alignment="center" valignment="top" width="0">
20512 <column alignment="center" valignment="top" width="0">
20513 <column alignment="center" valignment="top" width="0">
20514 <column alignment="center" valignment="top" width="0">
20515 <row>
20516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 試験
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20544 \begin_inset Text
20545
20546 \begin_layout Plain Layout
20547
20548 \end_layout
20549
20550 \end_inset
20551 </cell>
20552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20553 \begin_inset Text
20554
20555 \begin_layout Plain Layout
20556
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 </row>
20562 </lyxtabular>
20563
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \end_inset
20570
20571
20572 \end_layout
20573
20574 \begin_layout Section
20575 従属フロート
20576 \begin_inset Index idx
20577 status collapsed
20578
20579 \begin_layout Plain Layout
20580 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
20581 \end_layout
20582
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \begin_layout Standard
20589 従属フロートは、図が複数の画像から成るような場合に使用します。これは、フロートの中に新たなフロートを挿入することで作ることができます。従属フロートの揃えは、表
20590 \begin_inset CommandInset ref
20591 LatexCommand ref
20592 reference "tab:従属表を横に並べたもの"
20593
20594 \end_inset
20595
20596 と表
20597 \begin_inset CommandInset ref
20598 LatexCommand ref
20599 reference "tab:従属表を縦に並べたもの"
20600
20601 \end_inset
20602
20603 に示されているように段落と同様に指定することができます。
20604 \end_layout
20605
20606 \begin_layout Standard
20607 従属フロートの参照は、通常のフロートの参照と同様にすることができます。例:表
20608 \begin_inset CommandInset ref
20609 LatexCommand ref
20610 reference "tab:これは従属表a"
20611
20612 \end_inset
20613
20614 と表
20615 \begin_inset CommandInset ref
20616 LatexCommand ref
20617 reference "tab:これは従属表b"
20618
20619 \end_inset
20620
20621 は表
20622 \begin_inset CommandInset ref
20623 LatexCommand ref
20624 reference "tab:従属表を横に並べたもの"
20625
20626 \end_inset
20627
20628 の従属フロートです。
20629 \begin_inset Float table
20630 wide false
20631 sideways false
20632 status open
20633
20634 \begin_layout Plain Layout
20635 \begin_inset Caption
20636
20637 \begin_layout Plain Layout
20638 \begin_inset CommandInset label
20639 LatexCommand label
20640 name "tab:従属表を横に並べたもの"
20641
20642 \end_inset
20643
20644 従属表を横に並べたもの
20645 \end_layout
20646
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \begin_layout Plain Layout
20653 \begin_inset space \hfill{}
20654 \end_inset
20655
20656
20657 \begin_inset Float table
20658 wide false
20659 sideways false
20660 status open
20661
20662 \begin_layout Plain Layout
20663 \begin_inset Caption
20664
20665 \begin_layout Plain Layout
20666 \begin_inset CommandInset label
20667 LatexCommand label
20668 name "tab:これは従属表a"
20669
20670 \end_inset
20671
20672 これは従属表aです。
20673 \end_layout
20674
20675 \end_inset
20676
20677
20678 \end_layout
20679
20680 \begin_layout Plain Layout
20681 \align center
20682 \begin_inset Tabular
20683 <lyxtabular version="3" rows="1" columns="5">
20684 <features tabularvalignment="middle">
20685 <column alignment="center" valignment="top" width="0">
20686 <column alignment="center" valignment="top" width="0">
20687 <column alignment="center" valignment="top" width="0">
20688 <column alignment="center" valignment="top" width="0">
20689 <column alignment="center" valignment="top" width="0">
20690 <row>
20691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695 試験
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20701 \begin_inset Text
20702
20703 \begin_layout Plain Layout
20704
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722
20723 \end_layout
20724
20725 \end_inset
20726 </cell>
20727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20728 \begin_inset Text
20729
20730 \begin_layout Plain Layout
20731
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 </row>
20737 </lyxtabular>
20738
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \end_inset
20745
20746
20747 \begin_inset space \hfill{}
20748 \end_inset
20749
20750
20751 \begin_inset Float table
20752 wide false
20753 sideways false
20754 status open
20755
20756 \begin_layout Plain Layout
20757 \begin_inset Caption
20758
20759 \begin_layout Plain Layout
20760 \begin_inset CommandInset label
20761 LatexCommand label
20762 name "tab:これは従属表b"
20763
20764 \end_inset
20765
20766 これは従属表bです。
20767 \end_layout
20768
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \begin_layout Plain Layout
20775 \align center
20776 \begin_inset Tabular
20777 <lyxtabular version="3" rows="1" columns="5">
20778 <features tabularvalignment="middle">
20779 <column alignment="center" valignment="top" width="0">
20780 <column alignment="center" valignment="top" width="0">
20781 <column alignment="center" valignment="top" width="0">
20782 <column alignment="center" valignment="top" width="0">
20783 <column alignment="center" valignment="top" width="0">
20784 <row>
20785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20822 \begin_inset Text
20823
20824 \begin_layout Plain Layout
20825 試験
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 </row>
20831 </lyxtabular>
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \end_inset
20839
20840
20841 \begin_inset space \hfill{}
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \end_inset
20848
20849
20850 \begin_inset Float table
20851 wide false
20852 sideways false
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 従属表を縦に並べたもの。(a)は4セルから成る表、(b)は5セルから成る表。
20866 \end_layout
20867
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \begin_layout Plain Layout
20874 \begin_inset Float table
20875 wide false
20876 sideways false
20877 status open
20878
20879 \begin_layout Plain Layout
20880 \begin_inset Caption
20881
20882 \begin_layout Plain Layout
20883
20884 \end_layout
20885
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \begin_layout Plain Layout
20892 \align center
20893 \begin_inset Tabular
20894 <lyxtabular version="3" rows="1" columns="4">
20895 <features tabularvalignment="middle">
20896 <column alignment="center" valignment="top" width="0">
20897 <column alignment="center" valignment="top" width="0">
20898 <column alignment="center" valignment="top" width="0">
20899 <column alignment="center" valignment="top" width="0">
20900 <row>
20901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905 試験
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914 試験
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923 試験
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 試験
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 </row>
20938 </lyxtabular>
20939
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \begin_layout Plain Layout
20951 \begin_inset Float table
20952 wide false
20953 sideways false
20954 status open
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Caption
20958
20959 \begin_layout Plain Layout
20960
20961 \end_layout
20962
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \begin_layout Plain Layout
20969 \align center
20970 \begin_inset Tabular
20971 <lyxtabular version="3" rows="1" columns="5">
20972 <features tabularvalignment="middle">
20973 <column alignment="center" valignment="top" width="0">
20974 <column alignment="center" valignment="top" width="0">
20975 <column alignment="center" valignment="top" width="0">
20976 <column alignment="center" valignment="top" width="0">
20977 <column alignment="center" valignment="top" width="0">
20978 <row>
20979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 </row>
21025 </lyxtabular>
21026
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \end_inset
21033
21034
21035 \end_layout
21036
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \begin_layout Section
21043 横並びのフロート
21044 \begin_inset Index idx
21045 status collapsed
21046
21047 \begin_layout Plain Layout
21048 ふろーと@フロート ! よこならび@横並び
21049 \end_layout
21050
21051 \end_inset
21052
21053
21054 \end_layout
21055
21056 \begin_layout Standard
21057
21058 \begin_inset CommandInset ref
21059 LatexCommand ref
21060 reference "fig:左側のフロート"
21061
21062 \end_inset
21063
21064 や図
21065 \begin_inset CommandInset ref
21066 LatexCommand ref
21067 reference "fig:右側のフロート"
21068
21069 \end_inset
21070
21071 のようにフロートを横並びに配置するには、
21072 \emph on
21073 ひとつの
21074 \emph default
21075 フロートのみを使用し、その中に二つのminipageボックスを挿入します
21076 \begin_inset Foot
21077 status collapsed
21078
21079 \begin_layout Plain Layout
21080 Minipageは第
21081 \begin_inset CommandInset ref
21082 LatexCommand ref
21083 reference "sec:ミニページ"
21084
21085 \end_inset
21086
21087 節に説明があります。
21088 \end_layout
21089
21090 \end_inset
21091
21092 。幅は45
21093 \begin_inset space \thinspace{}
21094 \end_inset
21095
21096 -50
21097 \begin_inset space \thinspace{}
21098 \end_inset
21099
21100 列幅%とし、各minipageのボックス配置を
21101 \family sans
21102
21103 \family default
21104 に設定します。minipageボックスには、フロートと同じように画像とキャプションを入れます。フロートと唯一違う点は、画像単位
21105 \family sans
21106 列幅%
21107 \family default
21108 がここではminipageボックスの幅によって計算されることです。
21109 \end_layout
21110
21111 \begin_layout Standard
21112 \begin_inset Float figure
21113 wide false
21114 sideways false
21115 status open
21116
21117 \begin_layout Plain Layout
21118 \begin_inset Box Frameless
21119 position "b"
21120 hor_pos "c"
21121 has_inner_box 1
21122 inner_pos "t"
21123 use_parbox 0
21124 use_makebox 0
21125 width "45col%"
21126 special "none"
21127 height "1in"
21128 height_special "totalheight"
21129 status open
21130
21131 \begin_layout Plain Layout
21132 \align center
21133 \begin_inset Graphics
21134         filename ../clipart/mobius.eps
21135         lyxscale 50
21136         width 100col%
21137         scaleBeforeRotation
21138
21139 \end_inset
21140
21141
21142 \end_layout
21143
21144 \begin_layout Plain Layout
21145 \begin_inset Caption
21146
21147 \begin_layout Plain Layout
21148 \begin_inset CommandInset label
21149 LatexCommand label
21150 name "fig:左側のフロート"
21151
21152 \end_inset
21153
21154 左側のフロート
21155 \end_layout
21156
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \end_inset
21163
21164
21165 \begin_inset space \hfill{}
21166 \end_inset
21167
21168
21169 \begin_inset Box Frameless
21170 position "b"
21171 hor_pos "c"
21172 has_inner_box 1
21173 inner_pos "t"
21174 use_parbox 0
21175 use_makebox 0
21176 width "45col%"
21177 special "none"
21178 height "1in"
21179 height_special "totalheight"
21180 status open
21181
21182 \begin_layout Plain Layout
21183 \align center
21184 \begin_inset Graphics
21185         filename ../clipart/platypus.eps
21186         lyxscale 50
21187         width 100col%
21188         scaleBeforeRotation
21189
21190 \end_inset
21191
21192
21193 \end_layout
21194
21195 \begin_layout Plain Layout
21196 \begin_inset Caption
21197
21198 \begin_layout Plain Layout
21199 \begin_inset CommandInset label
21200 LatexCommand label
21201 name "fig:右側のフロート"
21202
21203 \end_inset
21204
21205 右側のフロート
21206 \end_layout
21207
21208 \end_inset
21209
21210
21211 \end_layout
21212
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \begin_layout Plain Layout
21219
21220 \end_layout
21221
21222 \end_inset
21223
21224
21225 \end_layout
21226
21227 \begin_layout Section
21228 キャプションの書式設定
21229 \begin_inset Index idx
21230 status collapsed
21231
21232 \begin_layout Plain Layout
21233 きゃぷしょん@キャプション ! しょしきせってい@書式設定
21234 \end_layout
21235
21236 \end_inset
21237
21238
21239 \begin_inset Index idx
21240 status collapsed
21241
21242 \begin_layout Plain Layout
21243 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
21244 \end_layout
21245
21246 \end_inset
21247
21248
21249 \begin_inset CommandInset label
21250 LatexCommand label
21251 name "sec:キャプションの書式設定"
21252
21253 \end_inset
21254
21255
21256 \end_layout
21257
21258 \begin_layout Standard
21259
21260 \family sans
21261 キャプション
21262 \family default
21263 環境は、
21264 \family sans
21265 フロート
21266 \family default
21267 の既定の段落環境です。キャプションは、LyX画面上では、例えば「
21268 \family sans
21269 図 #:
21270 \family default
21271 」のようなラベルの後に、キャプション文を伴って表示されます。ここで「
21272 \family sans
21273 #
21274 \family default
21275 」には、実際には参照番号が入ります。既定の設定では、ラベルと番号はキャプション文と同じフォントになっており、ラベルと文を分けるために、番号の後にコロンが入ります
21276 。このキャプション書式は、すべての文書書式に適しているわけではありません。
21277 \end_layout
21278
21279 \begin_layout Standard
21280 既定のキャプション書式を変更するには、文書プリアンブルに
21281 \end_layout
21282
21283 \begin_layout Standard
21284
21285 \series bold
21286
21287 \backslash
21288 usepackage[format definition]{caption}
21289 \end_layout
21290
21291 \begin_layout Standard
21292 という行を加えて、LaTeXパッケージ
21293 \series bold
21294 caption
21295 \series default
21296
21297 \begin_inset Index idx
21298 status collapsed
21299
21300 \begin_layout Plain Layout
21301 LaTeXぱっけーじ@LaTeXパッケージ ! caption
21302 \end_layout
21303
21304 \end_inset
21305
21306 を読み込んでください。たとえば、ラベルと番号をサンセリフのボールド体にして、表キャプションを、この文書のように常に表の上に置くようにするには、
21307 \end_layout
21308
21309 \begin_layout Standard
21310
21311 \series bold
21312
21313 \backslash
21314 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21315 \end_layout
21316
21317 \begin_layout Standard
21318 というコマンドを使用してください。また、各フロート型毎に別々のキャプション書式を定義することもできます。この場合には、
21319 \series bold
21320 caption
21321 \series default
21322 パッケージを書式関連オプション抜きで読み込み、文書プリアンブルに
21323 \end_layout
21324
21325 \begin_layout Standard
21326
21327 \series bold
21328
21329 \backslash
21330 captionsetup[フロート型]{書式定義}
21331 \end_layout
21332
21333 \begin_layout Standard
21334 というコマンドを使用して、個別の書式を指定してください。たとえば、図
21335 \begin_inset CommandInset ref
21336 LatexCommand ref
21337 reference "fig:図キャプション"
21338
21339 \end_inset
21340
21341 と表
21342 \begin_inset CommandInset ref
21343 LatexCommand ref
21344 reference "tab:表キャプション"
21345
21346 \end_inset
21347
21348 に使われているキャプション書式は、文書プリアンブルに以下のコマンドを指定することで作り出すことができます。
21349 \end_layout
21350
21351 \begin_layout Standard
21352
21353 \series bold
21354
21355 \backslash
21356 usepackage[tableposition=top]{caption}
21357 \series default
21358
21359 \begin_inset Newline newline
21360 \end_inset
21361
21362
21363 \series bold
21364
21365 \backslash
21366 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21367 \begin_inset Newline newline
21368 \end_inset
21369
21370
21371 \begin_inset Phantom HPhantom
21372 status open
21373
21374 \begin_layout Plain Layout
21375
21376 \backslash
21377 captionsetup[figure]{
21378 \end_layout
21379
21380 \end_inset
21381
21382 labelsep=period}
21383 \begin_inset Newline newline
21384 \end_inset
21385
21386
21387 \backslash
21388 captionsetup[table]{labelfont={bf,sf}}
21389 \end_layout
21390
21391 \begin_layout Standard
21392 \begin_inset Note Greyedout
21393 status open
21394
21395 \begin_layout Plain Layout
21396
21397 \series bold
21398 【註】
21399 \series default
21400 オプションのうち、
21401 \series bold
21402 tableposition=top
21403 \series default
21404 は、文書クラスに
21405 \series bold
21406 KOMA-script
21407 \series default
21408
21409 \begin_inset Index idx
21410 status collapsed
21411
21412 \begin_layout Plain Layout
21413 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21414 \end_layout
21415
21416 \end_inset
21417
21418 が使われているときには、無効になります。この場合には、文書クラスオプション
21419 \series bold
21420 captions=tableheading
21421 \series default
21422 を指定しなくてはなりません。
21423 \end_layout
21424
21425 \end_inset
21426
21427
21428 \end_layout
21429
21430 \begin_layout Standard
21431
21432 \series bold
21433 caption
21434 \series default
21435 パッケージについての詳細は、その取扱説明書
21436 \begin_inset CommandInset citation
21437 LatexCommand cite
21438 key "caption"
21439
21440 \end_inset
21441
21442 をご覧ください。
21443 \end_layout
21444
21445 \begin_layout Standard
21446 ラベル名を、たとえば「図」から「画像」に変更するには、以下のプリアンブルコマンドを使用してください。
21447 \end_layout
21448
21449 \begin_layout Standard
21450
21451 \series bold
21452
21453 \backslash
21454 renewcommand{
21455 \backslash
21456 fnum@figure}{画像~
21457 \backslash
21458 thefigure}
21459 \end_layout
21460
21461 \begin_layout Standard
21462 なお、
21463 \series bold
21464
21465 \backslash
21466 thefigure
21467 \series default
21468 は表番号を挿入し、「
21469 \series bold
21470 ~
21471 \series default
21472 」は保護された空白を入れます。
21473 \end_layout
21474
21475 \begin_layout Standard
21476 \begin_inset VSpace bigskip
21477 \end_inset
21478
21479
21480 \series bold
21481 KOMA-script
21482 \series default
21483
21484 \begin_inset Index idx
21485 status collapsed
21486
21487 \begin_layout Plain Layout
21488 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21489 \end_layout
21490
21491 \end_inset
21492
21493 文書クラス(
21494 \family sans
21495 article (KOMA-script)
21496 \family default
21497
21498 \family sans
21499 book (KOMA-script)
21500 \family default
21501
21502 \family sans
21503 letter (KOMA-script)
21504 \family default
21505
21506 \family sans
21507 report (KOMA-script)
21508 \family default
21509 )を使用している場合には、
21510 \series bold
21511 caption
21512 \series default
21513 パッケージの代わりに
21514 \series bold
21515 KOMA-script
21516 \series default
21517 のビルトインコマンド
21518 \series bold
21519 etkomafont
21520 \series default
21521 を使用することもできます。たとえば、キャプションラベルをボールド体にするには、以下のコマンドを文書プリアンブルに加えます。
21522 \end_layout
21523
21524 \begin_layout Standard
21525
21526 \series bold
21527
21528 \backslash
21529 setkomafont{captionlabel}{
21530 \backslash
21531 bfseries}
21532 \end_layout
21533
21534 \begin_layout Standard
21535
21536 \series bold
21537
21538 \backslash
21539 setkomafont
21540 \series default
21541 についての詳細は、
21542 \series bold
21543 KOMA-script
21544 \series default
21545 の取扱説明書
21546 \begin_inset CommandInset citation
21547 LatexCommand cite
21548 key "koma-script"
21549
21550 \end_inset
21551
21552 をご覧ください。
21553 \end_layout
21554
21555 \begin_layout Standard
21556 \begin_inset ERT
21557 status collapsed
21558
21559 \begin_layout Plain Layout
21560
21561
21562 \backslash
21563 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21564 }
21565 \end_layout
21566
21567 \end_inset
21568
21569
21570 \begin_inset Note Note
21571 status open
21572
21573 \begin_layout Plain Layout
21574 キャプション書式は、この例のみ変更してあります。
21575 \end_layout
21576
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \begin_layout Standard
21583 \begin_inset Float figure
21584 placement !p
21585 wide false
21586 sideways false
21587 status open
21588
21589 \begin_layout Plain Layout
21590 \align center
21591 \begin_inset Graphics
21592         filename ../clipart/mobius.eps
21593         lyxscale 50
21594         scale 50
21595         scaleBeforeRotation
21596
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \begin_layout Plain Layout
21603 \begin_inset Caption
21604
21605 \begin_layout Plain Layout
21606 \begin_inset CommandInset label
21607 LatexCommand label
21608 name "fig:図キャプション"
21609
21610 \end_inset
21611
21612 これは、別のキャプション書式を例示するための、一行よりも長い図キャプションです。ここでは、自製キャプション書式が使用されています。
21613 \end_layout
21614
21615 \end_inset
21616
21617
21618 \end_layout
21619
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \begin_layout Standard
21626 \begin_inset ERT
21627 status collapsed
21628
21629 \begin_layout Plain Layout
21630
21631
21632 \backslash
21633 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21634 on}
21635 \end_layout
21636
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \begin_layout Standard
21643 \begin_inset Float table
21644 placement !p
21645 wide false
21646 sideways false
21647 status open
21648
21649 \begin_layout Plain Layout
21650 \begin_inset Caption
21651
21652 \begin_layout Plain Layout
21653 \begin_inset CommandInset label
21654 LatexCommand label
21655 name "tab:表キャプション"
21656
21657 \end_inset
21658
21659 これは、別のキャプション書式を例示するための、一行よりも長い表キャプションです。ここでは、この文書での表キャプションの標準書式が使用されています。
21660 \end_layout
21661
21662 \end_inset
21663
21664
21665 \end_layout
21666
21667 \begin_layout Plain Layout
21668 \align center
21669 \begin_inset Tabular
21670 <lyxtabular version="3" rows="1" columns="5">
21671 <features tabularvalignment="middle">
21672 <column alignment="center" valignment="top" width="0">
21673 <column alignment="center" valignment="top" width="0">
21674 <column alignment="center" valignment="top" width="0">
21675 <column alignment="center" valignment="top" width="0">
21676 <column alignment="center" valignment="top" width="0">
21677 <row>
21678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 </row>
21724 </lyxtabular>
21725
21726 \end_inset
21727
21728
21729 \end_layout
21730
21731 \end_inset
21732
21733
21734 \end_layout
21735
21736 \begin_layout Section
21737 キャプションの配置
21738 \begin_inset Index idx
21739 status collapsed
21740
21741 \begin_layout Plain Layout
21742 きゃぷしょん@キャプション ! はいち@配置
21743 \end_layout
21744
21745 \end_inset
21746
21747
21748 \begin_inset Index idx
21749 status collapsed
21750
21751 \begin_layout Plain Layout
21752 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
21753 \end_layout
21754
21755 \end_inset
21756
21757
21758 \begin_inset CommandInset label
21759 LatexCommand label
21760 name "sec:キャプションの配置"
21761
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \begin_layout Standard
21768 通常、キャプションの配置原則は、
21769 \end_layout
21770
21771 \begin_layout Description
21772 図の場合: キャプションを図の下に置く
21773 \end_layout
21774
21775 \begin_layout Description
21776 表の場合: キャプションを表の上に置く
21777 \end_layout
21778
21779 \begin_layout Standard
21780 という風になっています。LaTeXの標準クラスでは、キャプションを表の上に置くことは、残念ながらサポートされていません。したがって、
21781 \family sans
21782 article
21783 \family default
21784
21785 \family sans
21786 book
21787 \family default
21788
21789 \family sans
21790 letter
21791 \family default
21792
21793 \family sans
21794 report
21795 \family default
21796 といった文書クラスを使用している時には、キャプションと表の間に余白が置かれなくなってしまいます。本来あるべき余白を挿入するには、お使いの文書プリアンブルでLaT
21797 eXパッケージ
21798 \series bold
21799 caption
21800 \series default
21801 を読み込むコマンドに
21802 \end_layout
21803
21804 \begin_layout Standard
21805
21806 \series bold
21807 tableposition=top
21808 \end_layout
21809
21810 \begin_layout Standard
21811 というオプションを追加してください
21812 \begin_inset Foot
21813 status collapsed
21814
21815 \begin_layout Plain Layout
21816
21817 \series bold
21818 caption
21819 \series default
21820 パッケージについての詳細な情報は、第
21821 \begin_inset CommandInset ref
21822 LatexCommand ref
21823 reference "sec:キャプションの書式設定"
21824
21825 \end_inset
21826
21827 節をご覧ください。
21828 \end_layout
21829
21830 \end_inset
21831
21832
21833 \series bold
21834 KOMA-script
21835 \series default
21836
21837 \begin_inset Index idx
21838 status collapsed
21839
21840 \begin_layout Plain Layout
21841 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
21842 \end_layout
21843
21844 \end_inset
21845
21846 文書クラス(
21847 \family sans
21848 article (KOMA-script)
21849 \family default
21850
21851 \family sans
21852 book (KOMA-script)
21853 \family default
21854
21855 \family sans
21856 letter (KOMA-script)
21857 \family default
21858
21859 \family sans
21860 report (KOMA-script)
21861 \family default
21862
21863 \begin_inset space \thinspace{}
21864 \end_inset
21865
21866 )をお使いの場合には、
21867 \series bold
21868 caption
21869 \series default
21870 パッケージにオプションを与える代わりに、文書クラスオプション
21871 \series bold
21872 captions=tableheading
21873 \series default
21874 を設定することもできます。
21875 \end_layout
21876
21877 \begin_layout Standard
21878 \begin_inset VSpace bigskip
21879 \end_inset
21880
21881 また、キャプションは、図表の横に置くこともできます。これを実現するには、文書プリアンブルに
21882 \end_layout
21883
21884 \begin_layout Standard
21885
21886 \series bold
21887
21888 \backslash
21889 usepackage[option]{sidecap}
21890 \end_layout
21891
21892 \begin_layout Standard
21893 という行を入れて、LaTeXパッケージ
21894 \series bold
21895 sidecap
21896 \series default
21897
21898 \begin_inset Index idx
21899 status collapsed
21900
21901 \begin_layout Plain Layout
21902 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
21903 \end_layout
21904
21905 \end_inset
21906
21907 を読み込まなくてはなりません。オプションを与えなければ、ページの外側余白の側に---偶数ページでは右側、奇数頁では左側に---キャプションが置かれます。
21908 \series bold
21909 innercaption
21910 \series default
21911 オプションを与えれば、内側余白側に配置を変更することができます。配置をつねに右側ないし左側に来るように強制するには、
21912 \series bold
21913 rightcaption
21914 \series default
21915 ないし
21916 \series bold
21917 leftcaption
21918 \series default
21919 オプションを用います。
21920 \end_layout
21921
21922 \begin_layout Standard
21923 \begin_inset ERT
21924 status collapsed
21925
21926 \begin_layout Plain Layout
21927
21928
21929 \backslash
21930 ifsidecap
21931 \end_layout
21932
21933 \end_inset
21934
21935
21936 \begin_inset Note Note
21937 status open
21938
21939 \begin_layout Plain Layout
21940 以下の部分は、LaTeXパッケージ
21941 \series bold
21942 sidecap
21943 \series default
21944 が導入されているときのみ表示されます。
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \begin_layout Standard
21953 LyXでフロートのキャプションを横に配置するには、以下のコマンド群を文書プリアンブルに追加する必要があります。
21954 \end_layout
21955
21956 \begin_layout Standard
21957 \noindent
21958 \begin_inset CommandInset line
21959 LatexCommand rule
21960 offset "0.5ex"
21961 width "100line%"
21962 height "1pt"
21963
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \begin_layout Standard
21970
21971 \series bold
21972
21973 \backslash
21974 newcommand{
21975 \backslash
21976 TabBesBeg}[1][1.0]{%
21977 \begin_inset Newline newline
21978 \end_inset
21979
21980
21981 \begin_inset Phantom HPhantom
21982 status open
21983
21984 \begin_layout Plain Layout
21985 \begin_inset space ~
21986 \end_inset
21987
21988
21989 \end_layout
21990
21991 \end_inset
21992
21993
21994 \backslash
21995 let
21996 \backslash
21997 MyTable
21998 \backslash
21999 table
22000 \begin_inset Newline newline
22001 \end_inset
22002
22003
22004 \begin_inset Phantom HPhantom
22005 status open
22006
22007 \begin_layout Plain Layout
22008
22009 \series medium
22010 \begin_inset space ~
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \backslash
22020 let
22021 \backslash
22022 MyEndtable
22023 \backslash
22024 endtable
22025 \begin_inset Newline newline
22026 \end_inset
22027
22028
22029 \begin_inset Phantom HPhantom
22030 status open
22031
22032 \begin_layout Plain Layout
22033
22034 \series medium
22035 \begin_inset space ~
22036 \end_inset
22037
22038
22039 \end_layout
22040
22041 \end_inset
22042
22043
22044 \backslash
22045 renewenvironment{table}[1]{
22046 \backslash
22047 begin{SCtable}[#1]##1}{
22048 \backslash
22049 end{SCtable}}}
22050 \end_layout
22051
22052 \begin_layout Standard
22053
22054 \series bold
22055
22056 \backslash
22057 newcommand{
22058 \backslash
22059 TabBesEnd}{%
22060 \begin_inset Newline newline
22061 \end_inset
22062
22063
22064 \begin_inset Phantom HPhantom
22065 status open
22066
22067 \begin_layout Plain Layout
22068 \begin_inset space ~
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \end_inset
22075
22076
22077 \backslash
22078 let
22079 \backslash
22080 table
22081 \backslash
22082 MyTable
22083 \begin_inset Newline newline
22084 \end_inset
22085
22086
22087 \begin_inset Phantom HPhantom
22088 status open
22089
22090 \begin_layout Plain Layout
22091 \begin_inset space ~
22092 \end_inset
22093
22094
22095 \end_layout
22096
22097 \end_inset
22098
22099
22100 \backslash
22101 let
22102 \backslash
22103 endtable
22104 \backslash
22105 MyEndtable
22106 \end_layout
22107
22108 \begin_layout Standard
22109
22110 \series bold
22111
22112 \backslash
22113 newcommand{
22114 \backslash
22115 FigBesBeg}[1][1.0]{%
22116 \begin_inset Newline newline
22117 \end_inset
22118
22119
22120 \begin_inset Phantom HPhantom
22121 status open
22122
22123 \begin_layout Plain Layout
22124 \begin_inset space ~
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \end_inset
22131
22132
22133 \backslash
22134 let
22135 \backslash
22136 MyFigure
22137 \backslash
22138 figure
22139 \begin_inset Newline newline
22140 \end_inset
22141
22142
22143 \begin_inset Phantom HPhantom
22144 status open
22145
22146 \begin_layout Plain Layout
22147 \begin_inset space ~
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \end_inset
22154
22155
22156 \backslash
22157 let
22158 \backslash
22159 MyEndfigure
22160 \backslash
22161 endfigure
22162 \begin_inset Newline newline
22163 \end_inset
22164
22165
22166 \begin_inset Phantom HPhantom
22167 status open
22168
22169 \begin_layout Plain Layout
22170 \begin_inset space ~
22171 \end_inset
22172
22173
22174 \end_layout
22175
22176 \end_inset
22177
22178
22179 \backslash
22180 renewenvironment{figure}[1]{
22181 \backslash
22182 begin{SCfigure}[#1]##1}{
22183 \backslash
22184 end{SCfigure}}}
22185 \end_layout
22186
22187 \begin_layout Standard
22188
22189 \series bold
22190
22191 \backslash
22192 newcommand{
22193 \backslash
22194 FigBesEnd}{%
22195 \begin_inset Newline newline
22196 \end_inset
22197
22198
22199 \begin_inset Phantom HPhantom
22200 status open
22201
22202 \begin_layout Plain Layout
22203 \begin_inset space ~
22204 \end_inset
22205
22206
22207 \end_layout
22208
22209 \end_inset
22210
22211
22212 \backslash
22213 let
22214 \backslash
22215 figure
22216 \backslash
22217 MyFigure
22218 \begin_inset Newline newline
22219 \end_inset
22220
22221
22222 \begin_inset Phantom HPhantom
22223 status open
22224
22225 \begin_layout Plain Layout
22226 \begin_inset space ~
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \end_inset
22233
22234
22235 \backslash
22236 let
22237 \backslash
22238 endfigure
22239 \backslash
22240 MyEndfigure}
22241 \end_layout
22242
22243 \begin_layout Standard
22244 \noindent
22245 \begin_inset CommandInset line
22246 LatexCommand rule
22247 offset "0.5ex"
22248 width "100line%"
22249 height "1pt"
22250
22251 \end_inset
22252
22253
22254 \end_layout
22255
22256 \begin_layout Standard
22257 これらのコマンドは、キャプションが脇に来るようにフロートを再定義することを可能にするものです。図フロートの場合は、
22258 \end_layout
22259
22260 \begin_layout Standard
22261
22262 \series bold
22263
22264 \backslash
22265 FigBesBeg
22266 \end_layout
22267
22268 \begin_layout Standard
22269 というコマンドを、フロートの前にTeXコードで入れてください。
22270 \lang english
22271 And insert the command
22272 \end_layout
22273
22274 \begin_layout Standard
22275
22276 \series bold
22277
22278 \backslash
22279 FigBesEnd
22280 \end_layout
22281
22282 \begin_layout Standard
22283
22284 \lang english
22285 in TeX-Code at the point where you want to get back to the original float
22286  definition.
22287 \end_layout
22288
22289 \begin_layout Standard
22290 表フロートに対しては、対応するコマンド
22291 \end_layout
22292
22293 \begin_layout Standard
22294
22295 \series bold
22296
22297 \backslash
22298 TabBesBeg
22299 \series default
22300 および
22301 \series bold
22302
22303 \backslash
22304 TabBesEnd
22305 \end_layout
22306
22307 \begin_layout Standard
22308 を使用してください。図
22309 \begin_inset CommandInset ref
22310 LatexCommand ref
22311 reference "fig:図横キャプション"
22312
22313 \end_inset
22314
22315 と表
22316 \begin_inset CommandInset ref
22317 LatexCommand ref
22318 reference "tab:表横キャプション"
22319
22320 \end_inset
22321
22322 がキャプションを脇に設定した例です。
22323 \end_layout
22324
22325 \begin_layout Standard
22326 これらの例において、表フロートの場合には、キャプションの文章がフロート上部に表示され、図フロートではフロート下部に表示されることが確認いただけると思います。これ
22327 を変更するには、文書プリアンブルかフロート直前に、TeXコードとして
22328 \end_layout
22329
22330 \begin_layout Standard
22331
22332 \series bold
22333
22334 \backslash
22335 sidecaptionvpos{フロート型}{配置}
22336 \end_layout
22337
22338 \begin_layout Standard
22339 というコマンドを使用します。ここで「フロート型」は
22340 \family sans
22341 figure
22342 \family default
22343
22344 \family sans
22345 table
22346 \family default
22347 であり、「配置」は、上揃えの場合はtopの
22348 \end_layout
22349
22350 \begin_layout Standard
22351
22352 \family sans
22353 t
22354 \family default
22355 」、中央揃えの場合はcenterの「
22356 \family sans
22357 c
22358 \family default
22359 」、下揃えの場合はbottomの「
22360 \family sans
22361 b
22362 \family default
22363 」のいずれかになります。たとえば、図フロートのキャプションを縦方向中央揃えとしたい場合には、
22364 \end_layout
22365
22366 \begin_layout Standard
22367
22368 \series bold
22369
22370 \backslash
22371 sidecaptionvpos{figure}{c}
22372 \end_layout
22373
22374 \begin_layout Standard
22375 というコマンドを使用します。これは、図
22376 \begin_inset CommandInset ref
22377 LatexCommand ref
22378 reference "fig:図横キャプション-2"
22379
22380 \end_inset
22381
22382 で使用されています。
22383 \end_layout
22384
22385 \begin_layout Standard
22386 \begin_inset VSpace medskip
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \begin_layout Standard
22393
22394 \lang english
22395 The default caption width is the width of the image/table.
22396  For thin image/tables, like in Table
22397 \lang japanese
22398
22399 \begin_inset space ~
22400 \end_inset
22401
22402
22403 \begin_inset CommandInset ref
22404 LatexCommand ref
22405 reference "tab:表横キャプション"
22406
22407 \end_inset
22408
22409
22410 \lang english
22411 this leads to captions that are too thin.
22412  You can increase the width by specifying a factor that will be multiplied
22413  with the image/table width to get the caption width.
22414  The caption width will automatically be recalculated in case it would protrude
22415  over the page or column margin due to the specified width.
22416  The 
22417 \emph on
22418 factor
22419 \emph default
22420  can either be given as optional argument for 
22421 \series bold
22422
22423 \backslash
22424 FigBesBeg
22425 \series default
22426 :
22427 \end_layout
22428
22429 \begin_layout Standard
22430
22431 \series bold
22432 \lang english
22433
22434 \backslash
22435 FigBesBeg[factor]
22436 \end_layout
22437
22438 \begin_layout Standard
22439
22440 \lang english
22441 or in the definition of 
22442 \series bold
22443
22444 \backslash
22445 FigBesBeg
22446 \series default
22447  by replacing the 
22448 \series bold
22449 1.0
22450 \series default
22451  with another value.
22452  If you do the latter, your factor will be the default if 
22453 \series bold
22454
22455 \backslash
22456 FigBesBeg
22457 \series default
22458  is used without an argument.
22459  For Table
22460 \lang japanese
22461
22462 \begin_inset space ~
22463 \end_inset
22464
22465
22466 \begin_inset CommandInset ref
22467 LatexCommand ref
22468 reference "tab:cap-beside-tab-wider"
22469
22470 \end_inset
22471
22472  
22473 \lang english
22474 the factor 5 was used.
22475 \end_layout
22476
22477 \begin_layout Standard
22478
22479 \lang english
22480 \begin_inset Note Greyedout
22481 status open
22482
22483 \begin_layout Plain Layout
22484
22485 \series bold
22486 \lang english
22487 Note:
22488 \series default
22489  For floats with captions set beside, you cannot use the float placement
22490  option 
22491 \family sans
22492 Here
22493 \begin_inset space ~
22494 \end_inset
22495
22496 definitely
22497 \family default
22498  because it is not supported by 
22499 \series bold
22500 sidecap
22501 \series default
22502 .
22503 \end_layout
22504
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \begin_layout Standard
22511 \begin_inset VSpace medskip
22512 \end_inset
22513
22514
22515 \series bold
22516 sidecap
22517 \series default
22518 パッケージについての詳細は、
22519 \begin_inset CommandInset citation
22520 LatexCommand cite
22521 key "sidecap"
22522
22523 \end_inset
22524
22525 の説明書をご参照ください。
22526 \end_layout
22527
22528 \begin_layout Standard
22529 \begin_inset Note Greyedout
22530 status open
22531
22532 \begin_layout Plain Layout
22533
22534 \series bold
22535 【註】
22536 \series default
22537
22538 \begin_inset CommandInset ref
22539 LatexCommand ref
22540 reference "sub:参照位置"
22541
22542 \end_inset
22543
22544 節に説明があるLaTeXパッケージ
22545 \series bold
22546 hypcap
22547 \series default
22548
22549 \begin_inset Index idx
22550 status collapsed
22551
22552 \begin_layout Plain Layout
22553 LaTeXぱっけーじ@LaTeXパッケージ ! hypcap
22554 \end_layout
22555
22556 \end_inset
22557
22558 は、キャプションを脇に表示したフロートに対しては、効果を持ちません。
22559 \end_layout
22560
22561 \end_inset
22562
22563
22564 \end_layout
22565
22566 \begin_layout Standard
22567 \begin_inset ERT
22568 status collapsed
22569
22570 \begin_layout Plain Layout
22571
22572
22573 \backslash
22574 FigBesBeg 
22575 \end_layout
22576
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \begin_layout Standard
22583 \begin_inset Float figure
22584 wide false
22585 sideways false
22586 status open
22587
22588 \begin_layout Plain Layout
22589 \begin_inset Graphics
22590         filename ../clipart/escher-lsd.eps
22591         scale 75
22592         scaleBeforeRotation
22593
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \begin_layout Plain Layout
22600 \begin_inset Caption
22601
22602 \begin_layout Plain Layout
22603 \begin_inset CommandInset label
22604 LatexCommand label
22605 name "fig:図横キャプション"
22606
22607 \end_inset
22608
22609 これは図の横にあるキャプションです。
22610 \end_layout
22611
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \begin_layout Standard
22623 \begin_inset ERT
22624 status collapsed
22625
22626 \begin_layout Plain Layout
22627
22628
22629 \backslash
22630 FigBesEnd
22631 \end_layout
22632
22633 \end_inset
22634
22635
22636 \end_layout
22637
22638 \begin_layout Standard
22639 \begin_inset ERT
22640 status collapsed
22641
22642 \begin_layout Plain Layout
22643
22644
22645 \backslash
22646 TabBesBeg 
22647 \end_layout
22648
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \begin_layout Standard
22655 \begin_inset Float table
22656 wide false
22657 sideways false
22658 status open
22659
22660 \begin_layout Plain Layout
22661 \begin_inset Caption
22662
22663 \begin_layout Plain Layout
22664 \begin_inset CommandInset label
22665 LatexCommand label
22666 name "tab:表横キャプション"
22667
22668 \end_inset
22669
22670 これは表の横にあるキャプションです。
22671 \end_layout
22672
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \begin_layout Plain Layout
22679 \begin_inset Tabular
22680 <lyxtabular version="3" rows="4" columns="5">
22681 <features tabularvalignment="middle">
22682 <column alignment="center" valignment="top" width="0">
22683 <column alignment="center" valignment="top" width="0">
22684 <column alignment="center" valignment="top" width="0">
22685 <column alignment="center" valignment="top" width="0">
22686 <column alignment="center" valignment="top" width="0">
22687 <row>
22688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 </row>
22734 <row>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748
22749 \end_layout
22750
22751 \end_inset
22752 </cell>
22753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22754 \begin_inset Text
22755
22756 \begin_layout Plain Layout
22757
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 </row>
22781 <row>
22782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 </row>
22828 <row>
22829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 </row>
22875 </lyxtabular>
22876
22877 \end_inset
22878
22879
22880 \end_layout
22881
22882 \end_inset
22883
22884
22885 \end_layout
22886
22887 \begin_layout Standard
22888 \begin_inset ERT
22889 status collapsed
22890
22891 \begin_layout Plain Layout
22892
22893
22894 \backslash
22895 TabBesEnd
22896 \end_layout
22897
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \begin_layout Standard
22904 \begin_inset ERT
22905 status collapsed
22906
22907 \begin_layout Plain Layout
22908
22909
22910 \backslash
22911 sidecaptionvpos{figure}{c}
22912 \end_layout
22913
22914 \end_inset
22915
22916
22917 \begin_inset Float figure
22918 wide false
22919 sideways false
22920 status open
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Graphics
22924         filename ../clipart/escher-lsd.eps
22925         scale 75
22926         scaleBeforeRotation
22927
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \begin_layout Plain Layout
22934 \begin_inset Caption
22935
22936 \begin_layout Plain Layout
22937 \begin_inset CommandInset label
22938 LatexCommand label
22939 name "fig:図横キャプション-2"
22940
22941 \end_inset
22942
22943 これは図の横にある縦方向中央揃えのキャプションです。
22944 \end_layout
22945
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \end_inset
22952
22953
22954 \end_layout
22955
22956 \begin_layout Standard
22957 \begin_inset ERT
22958 status collapsed
22959
22960 \begin_layout Plain Layout
22961
22962
22963 \backslash
22964 FigBesEnd
22965 \end_layout
22966
22967 \end_inset
22968
22969
22970 \end_layout
22971
22972 \begin_layout Standard
22973 \begin_inset ERT
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977
22978
22979 \backslash
22980 TabBesBeg[5]
22981 \end_layout
22982
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \begin_layout Standard
22989 \begin_inset Float table
22990 wide false
22991 sideways false
22992 status open
22993
22994 \begin_layout Plain Layout
22995 \begin_inset Caption
22996
22997 \begin_layout Plain Layout
22998
22999 \lang english
23000 \begin_inset CommandInset label
23001 LatexCommand label
23002 name "tab:cap-beside-tab-wider"
23003
23004 \end_inset
23005
23006 This is a caption is wider than the one in Table
23007 \lang japanese
23008
23009 \begin_inset space ~
23010 \end_inset
23011
23012
23013 \begin_inset CommandInset ref
23014 LatexCommand ref
23015 reference "tab:表横キャプション"
23016
23017 \end_inset
23018
23019 .
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Plain Layout
23028 \begin_inset Tabular
23029 <lyxtabular version="3" rows="4" columns="5">
23030 <features tabularvalignment="middle">
23031 <column alignment="center" valignment="top" width="0">
23032 <column alignment="center" valignment="top" width="0">
23033 <column alignment="center" valignment="top" width="0">
23034 <column alignment="center" valignment="top" width="0">
23035 <column alignment="center" valignment="top" width="0">
23036 <row>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041 a
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Plain Layout
23059 b
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Plain Layout
23068
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077 c
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 </row>
23083 <row>
23084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 d
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115 e
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 </row>
23130 <row>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 f
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 g
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 h
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 </row>
23177 <row>
23178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182
23183 \end_layout
23184
23185 \end_inset
23186 </cell>
23187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 i
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209 j
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23215 \begin_inset Text
23216
23217 \begin_layout Plain Layout
23218
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 </row>
23224 </lyxtabular>
23225
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \begin_layout Standard
23237 \begin_inset ERT
23238 status collapsed
23239
23240 \begin_layout Plain Layout
23241
23242
23243 \backslash
23244 TabBesEnd
23245 \end_layout
23246
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \begin_layout Standard
23253 \begin_inset ERT
23254 status collapsed
23255
23256 \begin_layout Plain Layout
23257
23258
23259 \backslash
23260 else
23261 \end_layout
23262
23263 \end_inset
23264
23265
23266 \begin_inset Note Note
23267 status open
23268
23269 \begin_layout Plain Layout
23270 以下の部分は、LaTeXパッケージ
23271 \series bold
23272 sidecap
23273 \series default
23274 が導入されていないときのみ表示されます。
23275 \end_layout
23276
23277 \end_inset
23278
23279
23280 \end_layout
23281
23282 \begin_layout Standard
23283 本節の残りの部分を出力で表示するには、LaTeXパッケージ
23284 \series bold
23285 sidecap
23286 \series default
23287 を導入する必要があります。
23288 \end_layout
23289
23290 \begin_layout Standard
23291 \begin_inset ERT
23292 status collapsed
23293
23294 \begin_layout Plain Layout
23295
23296
23297 \backslash
23298 fi
23299 \end_layout
23300
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \begin_layout Section
23307 フロート一覧
23308 \begin_inset Index idx
23309 status collapsed
23310
23311 \begin_layout Plain Layout
23312 ふろーと@フロート ! ふろーといちらん@フロート一覧
23313 \end_layout
23314
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \begin_layout Standard
23321 文書中の各節が列挙されたものである目次と同様、文書中の図など、すべてのフロート型に一覧があります。これらは、
23322 \family sans
23323 挿入\SpecialChar \menuseparator
23324 一覧/目次
23325 \family default
23326 メニューで挿入することができます。
23327 \end_layout
23328
23329 \begin_layout Standard
23330 一覧の見出しは、フロートのキャプションないし短縮タイトル、フロート番号、これらが文書中で現れるページ番号で構成されます。
23331 \end_layout
23332
23333 \begin_layout Standard
23334 本文書の終わりに、図一覧と表一覧があります。
23335 \end_layout
23336
23337 \begin_layout Chapter
23338 注釈
23339 \end_layout
23340
23341 \begin_layout Section
23342 LyX注釈
23343 \begin_inset Index idx
23344 status collapsed
23345
23346 \begin_layout Plain Layout
23347 ちゅうしゃく@注釈 ! LyXのーと@LyXノート
23348 \end_layout
23349
23350 \end_inset
23351
23352
23353 \end_layout
23354
23355 \begin_layout Standard
23356 注釈は、ツールバーボタン
23357 \family sans
23358
23359 \begin_inset Info
23360 type  "icon"
23361 arg   "note-insert"
23362 \end_inset
23363
23364
23365 \family default
23366 か、
23367 \family sans
23368 挿入\SpecialChar \menuseparator
23369 注釈
23370 \family default
23371 メニューで挿入することができます。注釈には、以下の三つの型があります。
23372 \end_layout
23373
23374 \begin_layout Description
23375 LyX注釈 この注釈型は、内部用途の注釈で出力には現れません。注釈ボックスは、以下のように表示されます。
23376 \begin_inset Newline newline
23377 \end_inset
23378
23379
23380 \begin_inset Newline newline
23381 \end_inset
23382
23383
23384 \begin_inset Graphics
23385         filename ../clipart/LyXNoteImageQt4.png
23386         display false
23387         scale 85
23388         scaleBeforeRotation
23389
23390 \end_inset
23391
23392
23393 \begin_inset Note Note
23394 status open
23395
23396 \begin_layout Plain Layout
23397 これは、出力には現れない注釈ボックスに書かれた文章です。
23398 \end_layout
23399
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \begin_layout Description
23406 コメント この注釈も出力には現れませんが、
23407 \family sans
23408 ファイル\SpecialChar \menuseparator
23409 書き出し\SpecialChar \menuseparator
23410 LaTeX (pdflatex) / (平文)
23411 \family default
23412  メニューを使って文書をLaTeXにエクスポートする際には、LaTeXコメントとして出力されます。注釈ボックスは、以下のように表示されます。
23413 \begin_inset Newline newline
23414 \end_inset
23415
23416
23417 \begin_inset Newline newline
23418 \end_inset
23419
23420
23421 \begin_inset Graphics
23422         filename ../clipart/CommentNoteImageQt4.png
23423         display false
23424         scale 85
23425         scaleBeforeRotation
23426
23427 \end_inset
23428
23429  
23430 \begin_inset Note Comment
23431 status open
23432
23433 \begin_layout Plain Layout
23434 これは、LaTeXファイルのコメントのみに現れる注釈ボックスに書かれた文章です。
23435 \end_layout
23436
23437 \end_inset
23438
23439
23440 \end_layout
23441
23442 \begin_layout Description
23443 淡色表示 この注釈は、薄灰色の文章として出力に現れます。注釈ボックスは、以下のように表示されます。
23444 \begin_inset Newline newline
23445 \end_inset
23446
23447
23448 \begin_inset Newline newline
23449 \end_inset
23450
23451
23452 \begin_inset Graphics
23453         filename ../clipart/GreyedOutNoteImageQt4.png
23454         display false
23455         scale 85
23456         scaleBeforeRotation
23457
23458 \end_inset
23459
23460
23461 \begin_inset Newline newline
23462 \end_inset
23463
23464
23465 \begin_inset ERT
23466 status collapsed
23467
23468 \begin_layout Plain Layout
23469
23470
23471 \backslash
23472 renewenvironment{lyxgreyedout}
23473 \end_layout
23474
23475 \begin_layout Plain Layout
23476
23477 {
23478 \backslash
23479 textcolor[gray]{0.8}
23480 \backslash
23481 bgroup}{
23482 \backslash
23483 egroup}
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \begin_inset Note Greyedout
23490 status open
23491
23492 \begin_layout Plain Layout
23493 これは、出力に薄灰色の文章として現れるコメントに書かれた文章
23494 \begin_inset Foot
23495 status collapsed
23496
23497 \begin_layout Plain Layout
23498 これは、淡色表示注釈内に脚注を用いた例です。
23499 \end_layout
23500
23501 \end_inset
23502
23503 です。
23504 \end_layout
23505
23506 \end_inset
23507
23508
23509 \begin_inset ERT
23510 status collapsed
23511
23512 \begin_layout Plain Layout
23513
23514
23515 \backslash
23516 renewenvironment{lyxgreyedout}
23517 \end_layout
23518
23519 \begin_layout Plain Layout
23520
23521 {
23522 \backslash
23523 textcolor{blue}
23524 \backslash
23525 bgroup}{
23526 \backslash
23527 egroup}
23528 \end_layout
23529
23530 \end_inset
23531
23532
23533 \begin_inset Note Note
23534 status open
23535
23536 \begin_layout Plain Layout
23537 以下に述べられているように、淡色表示注釈は、青文字で表示されるよう本文書のプリアンブルで再定義されているため、ここの淡色表示注釈は、LyX本来の定義で表示される
23538 ように再定義されています。
23539 \end_layout
23540
23541 \end_inset
23542
23543
23544 \begin_inset Newline newline
23545 \end_inset
23546
23547
23548 \begin_inset Newline newline
23549 \end_inset
23550
23551 この例から分かるように、淡色表示注釈の最初の行は少し字下げされるほか、淡色表示注釈には脚注を入れることができます。
23552 \end_layout
23553
23554 \begin_layout Standard
23555 \begin_inset VSpace bigskip
23556 \end_inset
23557
23558 注釈を挿入するのにツールバーボタン
23559 \family sans
23560
23561 \begin_inset Info
23562 type  "icon"
23563 arg   "note-insert"
23564 \end_inset
23565
23566
23567 \family default
23568 を使用すると、
23569 \family sans
23570 LyX注釈
23571 \family default
23572 が挿入されます。注釈ボックスを右クリックすれば、五つの注釈型を切り替えることができます。既存の平文を注釈に変えるには、平文を選択して、注釈ツールバーボタンをクリ
23573 ックしてください。注釈を平文に変更するには、カーソルを注釈の先頭に置いてBackspaceキーを押すか、カーソルを注釈の最後に置いてDeleteキーを押してくだ
23574 さい。
23575 \end_layout
23576
23577 \begin_layout Standard
23578 \begin_inset VSpace bigskip
23579 \end_inset
23580
23581
23582 \lang english
23583 You can change the text color of the greyed out notes in the menu 
23584 \family sans
23585 Document\SpecialChar \menuseparator
23586 Settings\SpecialChar \menuseparator
23587 Colors
23588 \family default
23589 .
23590 \end_layout
23591
23592 \begin_layout Section
23593 脚注
23594 \begin_inset CommandInset label
23595 LatexCommand label
23596 name "sec:脚注"
23597
23598 \end_inset
23599
23600
23601 \begin_inset Index idx
23602 status collapsed
23603
23604 \begin_layout Plain Layout
23605 ちゅうしゃく@注釈 ! きゃくちゅう@脚注
23606 \end_layout
23607
23608 \end_inset
23609
23610
23611 \begin_inset Index idx
23612 status collapsed
23613
23614 \begin_layout Plain Layout
23615 きゃくちゅう@脚注
23616 \end_layout
23617
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \begin_layout Standard
23624 脚注は、ツールバーボタン
23625 \family sans
23626
23627 \begin_inset Info
23628 type  "icon"
23629 arg   "footnote-insert"
23630 \end_inset
23631
23632
23633 \family default
23634 か、
23635 \family sans
23636 挿入\SpecialChar \menuseparator
23637 脚注
23638 \family default
23639 メニューを使って挿入することができます。すると、脚注文を挿入したところに、
23640 \begin_inset Graphics
23641         filename clipart/footnoteQt4.png
23642         scale 80
23643         scaleBeforeRotation
23644
23645 \end_inset
23646
23647 のような脚注ボックスが現れます。もし既存の文章を脚注に変えたいならば、その文章を選択して、脚注ツールバーボタンをクリックしてください。脚注を平文に変えるには、カ
23648 ーソルが脚注の先頭にある時にBackspaceキーを押すか、カーソルが脚注の最後にある時にDeleteキーを押します。
23649 \end_layout
23650
23651 \begin_layout Standard
23652 これが脚注の例です
23653 \begin_inset Foot
23654 status collapsed
23655
23656 \begin_layout Plain Layout
23657 \begin_inset CommandInset label
23658 LatexCommand label
23659 name "fn:これは脚注の一例"
23660
23661 \end_inset
23662
23663 これは脚注の一例です。
23664 \end_layout
23665
23666 \end_inset
23667
23668
23669 \begin_inset ERT
23670 status collapsed
23671
23672 \begin_layout Plain Layout
23673
23674
23675 \backslash
23676 newcounter{MyRepeatFoot}
23677 \end_layout
23678
23679 \begin_layout Plain Layout
23680
23681
23682 \backslash
23683 setcounter{MyRepeatFoot}{
23684 \backslash
23685 thefootnote}
23686 \end_layout
23687
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \begin_layout Standard
23694 出力に於いては、脚注は、文中の脚注ボックスを置いた位置に上付き数字として表示され、脚注文は現ページ底部に置かれます。脚注番号はLaTeXが計算を行い、連番が付け
23695 られます。脚注番号が章毎にリセットされるか否かは、使用する文書クラスに依ります。
23696 \end_layout
23697
23698 \begin_layout Standard
23699 脚注もフロート同様、参照することができます。脚注にラベルを挿入し、第
23700 \begin_inset CommandInset ref
23701 LatexCommand ref
23702 reference "sec:フロートの参照"
23703
23704 \end_inset
23705
23706 節に説明されているようにして、本文中でこのラベルを相互参照してください。
23707 \begin_inset Newline newline
23708 \end_inset
23709
23710 これは脚注
23711 \begin_inset CommandInset ref
23712 LatexCommand ref
23713 reference "fn:これは脚注の一例"
23714
23715 \end_inset
23716
23717 の相互参照です。
23718 \end_layout
23719
23720 \begin_layout Standard
23721 \begin_inset VSpace defskip
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \begin_layout Standard
23728 LaTeXでは、技術的要因により、表中の脚注は印字されません。しかし、それを行うには他の方法があり、まず脚注の代わりにTeXコードで
23729 \series bold
23730
23731 \backslash
23732 footnotemark{}
23733 \series default
23734 コマンドを入れてください。脚注の本文は、表の後でTeXコード
23735 \series bold
23736
23737 \backslash
23738 footnotetext
23739 \series default
23740 コマンドの引数として入力します。
23741 \begin_inset Newline newline
23742 \end_inset
23743
23744 以下の表ではコマンド
23745 \begin_inset Newline newline
23746 \end_inset
23747
23748
23749 \series bold
23750
23751 \backslash
23752 footnotetext{
23753 \series default
23754 出力される脚注の表
23755 \series bold
23756 }
23757 \series default
23758
23759 \begin_inset Newline newline
23760 \end_inset
23761
23762 を用いています。
23763 \end_layout
23764
23765 \begin_layout Standard
23766 \begin_inset Tabular
23767 <lyxtabular version="3" rows="2" columns="1">
23768 <features tabularvalignment="middle">
23769 <column alignment="center" valignment="top" width="0">
23770 <row>
23771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775 これは例文です。
23776 \begin_inset Foot
23777 status open
23778
23779 \begin_layout Plain Layout
23780 この脚注は出力されません!
23781 \end_layout
23782
23783 \end_inset
23784
23785
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 </row>
23791 <row>
23792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796 これは例文です。
23797 \begin_inset ERT
23798 status collapsed
23799
23800 \begin_layout Plain Layout
23801
23802
23803 \backslash
23804 footnotemark{}
23805 \end_layout
23806
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 </row>
23815 </lyxtabular>
23816
23817 \end_inset
23818
23819
23820 \begin_inset ERT
23821 status collapsed
23822
23823 \begin_layout Plain Layout
23824
23825
23826 \backslash
23827 footnotetext{
23828 \end_layout
23829
23830 \end_inset
23831
23832 出力される脚注の表
23833 \begin_inset ERT
23834 status collapsed
23835
23836 \begin_layout Plain Layout
23837
23838 }
23839 \end_layout
23840
23841 \end_inset
23842
23843
23844 \end_layout
23845
23846 \begin_layout Standard
23847 長尺表中の脚注は、第
23848 \begin_inset CommandInset ref
23849 LatexCommand ref
23850 reference "sub:長尺表での脚注"
23851
23852 \end_inset
23853
23854 節で述べられています。
23855 \end_layout
23856
23857 \begin_layout Standard
23858 ミニページ中の脚注は出力されますが、ミニボックスは頁中の頁のようなものなので、ボックス内に独立した連番として出力されます(ミニページについての詳細は、第
23859 \begin_inset CommandInset ref
23860 LatexCommand ref
23861 reference "sec:ミニページ"
23862
23863 \end_inset
23864
23865 節を参照)。通常の脚注のように頁底部に出力されるミニページを得るには、やはり
23866 \series bold
23867
23868 \backslash
23869 footnotemark{}
23870 \series default
23871
23872 \series bold
23873
23874 \backslash
23875 footntoetext
23876 \series default
23877 による方法を用いてください。
23878 \end_layout
23879
23880 \begin_layout Standard
23881 \begin_inset Box Frameless
23882 position "t"
23883 hor_pos "c"
23884 has_inner_box 1
23885 inner_pos "t"
23886 use_parbox 0
23887 use_makebox 0
23888 width "100col%"
23889 special "none"
23890 height "1in"
23891 height_special "totalheight"
23892 status open
23893
23894 \begin_layout Plain Layout
23895 これはミニページ中の例文です。
23896 \begin_inset Foot
23897 status open
23898
23899 \begin_layout Plain Layout
23900 ミニページ中の脚注です。
23901 \end_layout
23902
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \begin_layout Plain Layout
23909 これはミニページ中の例文です。
23910 \begin_inset ERT
23911 status collapsed
23912
23913 \begin_layout Plain Layout
23914
23915
23916 \backslash
23917 footnotemark{}
23918 \end_layout
23919
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \end_inset
23926
23927
23928 \end_layout
23929
23930 \begin_layout Standard
23931 \begin_inset ERT
23932 status collapsed
23933
23934 \begin_layout Plain Layout
23935
23936
23937 \backslash
23938 footnotetext{
23939 \end_layout
23940
23941 \end_inset
23942
23943 ミニページ外の脚注です。
23944 \begin_inset ERT
23945 status collapsed
23946
23947 \begin_layout Plain Layout
23948
23949 }
23950 \end_layout
23951
23952 \end_inset
23953
23954
23955 \begin_inset VSpace defskip
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \begin_layout Standard
23962 毎回脚注本文を出力せずに、同じ脚注を何度か参照したい場合には、TeXコードでコマンド
23963 \series bold
23964
23965 \backslash
23966 footnotemark[番号]
23967 \series default
23968 を使用してください。
23969 \begin_inset Newline newline
23970 \end_inset
23971
23972 文章を書いている途中には、繰り返す脚注の数はわからないので、その番号は保存しておかなくてはなりません。以下の脚注例では、脚注
23973 \begin_inset CommandInset ref
23974 LatexCommand ref
23975 reference "fn:これは脚注の一例"
23976
23977 \end_inset
23978
23979 の後に、TeXコードで
23980 \end_layout
23981
23982 \begin_layout Standard
23983
23984 \series bold
23985
23986 \backslash
23987 newcounter{MyRepeatFoot}
23988 \begin_inset Newline newline
23989 \end_inset
23990
23991
23992 \backslash
23993 setcounter{MyRepeatFoot}{
23994 \backslash
23995 thefootnote}
23996 \end_layout
23997
23998 \begin_layout Standard
23999 というコマンドを挿入しています。そして脚注マークは、
24000 \end_layout
24001
24002 \begin_layout Standard
24003
24004 \series bold
24005
24006 \backslash
24007 footnotemark[
24008 \backslash
24009 theMyRepeatFoot]
24010 \end_layout
24011
24012 \begin_layout Standard
24013 で作成します。
24014 \end_layout
24015
24016 \begin_layout Standard
24017 これは繰り返し脚注の例です。
24018 \begin_inset ERT
24019 status collapsed
24020
24021 \begin_layout Plain Layout
24022
24023
24024 \backslash
24025 footnotemark[
24026 \backslash
24027 theMyRepeatFoot]
24028 \end_layout
24029
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \begin_layout Standard
24036 直前の脚注を繰り返すには、脚注番号の保存を行わないで、直ちに
24037 \end_layout
24038
24039 \begin_layout Standard
24040
24041 \series bold
24042
24043 \backslash
24044 footnotemark[
24045 \backslash
24046 thefootnote]
24047 \end_layout
24048
24049 \begin_layout Standard
24050 を使用してください。
24051 \end_layout
24052
24053 \begin_layout Standard
24054 これは繰り返し脚注の例です。
24055 \begin_inset ERT
24056 status collapsed
24057
24058 \begin_layout Plain Layout
24059
24060
24061 \backslash
24062 footnotemark[
24063 \backslash
24064 thefootnote]
24065 \end_layout
24066
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \begin_layout Subsection
24073 脚注の付番
24074 \begin_inset CommandInset label
24075 LatexCommand label
24076 name "sub:脚注の付番"
24077
24078 \end_inset
24079
24080
24081 \begin_inset Index idx
24082 status collapsed
24083
24084 \begin_layout Plain Layout
24085 きゃくちゅう@脚注 ! ふばん@付番
24086 \end_layout
24087
24088 \end_inset
24089
24090
24091 \end_layout
24092
24093 \begin_layout Standard
24094 各節毎に脚注番号を1にリセットするには、文書プリアンブルに
24095 \end_layout
24096
24097 \begin_layout Standard
24098
24099 \series bold
24100
24101 \backslash
24102 @addtoreset{footnote}{section}
24103 \end_layout
24104
24105 \begin_layout Standard
24106 というコマンドを加えてください。
24107 \end_layout
24108
24109 \begin_layout Standard
24110 \begin_inset VSpace bigskip
24111 \end_inset
24112
24113 以下のプリアンブルコマンドを使うと、脚注の付番様式を小文字ローマ数字に変更することができます。
24114 \end_layout
24115
24116 \begin_layout Standard
24117
24118 \series bold
24119
24120 \backslash
24121 renewcommand{
24122 \backslash
24123 thefootnote}{
24124 \backslash
24125 roman{footnote}}
24126 \end_layout
24127
24128 \begin_layout Standard
24129 \begin_inset ERT
24130 status collapsed
24131
24132 \begin_layout Plain Layout
24133
24134
24135 \backslash
24136 renewcommand{
24137 \backslash
24138 thefootnote}{
24139 \backslash
24140 roman{footnote}}
24141 \end_layout
24142
24143 \end_inset
24144
24145 これは、ローマ数字を使った脚注です
24146 \begin_inset Foot
24147 status collapsed
24148
24149 \begin_layout Plain Layout
24150 これは、ローマ数字を使った脚注の例です。
24151 \end_layout
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout Standard
24159 付番様式を大文字ローマ数字に変更するには、上記コマンドの
24160 \series bold
24161
24162 \backslash
24163 roman
24164 \series default
24165
24166 \series bold
24167
24168 \backslash
24169 Roman
24170 \series default
24171 に置き換えてください。脚注を大文字または小文字ラテン「文字」で付番するには、それぞれ
24172 \series bold
24173
24174 \backslash
24175 Alph
24176 \series default
24177 または
24178 \series bold
24179
24180 \backslash
24181 alph
24182 \series default
24183 を使用してください。記号を使って付「番」するには、
24184 \series bold
24185
24186 \backslash
24187 fnsymbol
24188 \series default
24189 を使ってください。
24190 \end_layout
24191
24192 \begin_layout Standard
24193 \begin_inset Note Greyedout
24194 status open
24195
24196 \begin_layout Plain Layout
24197
24198 \series bold
24199 【註】
24200 \series default
24201 この付番方法には1文字しか使えないので、ラテン文字を使うと26個の脚注しか番号を振ることができません。
24202 \end_layout
24203
24204 \end_inset
24205
24206
24207 \begin_inset Newline newline
24208 \end_inset
24209
24210
24211 \begin_inset Note Greyedout
24212 status open
24213
24214 \begin_layout Plain Layout
24215
24216 \series bold
24217 【註】
24218 \series default
24219 記号を使うと9個の脚注しか番号を振ることができません。
24220 \end_layout
24221
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \begin_layout Standard
24228 付番様式を変更した後、既定様式に戻すには、上記コマンドの
24229 \series bold
24230
24231 \backslash
24232 roman
24233 \series default
24234
24235 \series bold
24236
24237 \backslash
24238 arabic
24239 \series default
24240 に置き換えて使用してください。
24241 \begin_inset ERT
24242 status collapsed
24243
24244 \begin_layout Plain Layout
24245
24246
24247 \backslash
24248 renewcommand{
24249 \backslash
24250 thefootnote}{
24251 \backslash
24252 arabic{footnote}}
24253 \end_layout
24254
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Standard
24261 \begin_inset VSpace bigskip
24262 \end_inset
24263
24264
24265 \end_layout
24266
24267 \begin_layout Standard
24268 脚注を「章番号.脚注番号」スキームで付番したいときには、使用中文書のプリアンブルに
24269 \end_layout
24270
24271 \begin_layout Standard
24272
24273 \series bold
24274
24275 \backslash
24276 numberwithin{footnote}{chapter}
24277 \end_layout
24278
24279 \begin_layout Standard
24280 というコマンドを加えてください。
24281 \series bold
24282
24283 \backslash
24284 numberwithin
24285 \series default
24286 コマンドを使用できるようにするためには、文書設定の
24287 \family sans
24288 数式オプション
24289 \family default
24290 タブで
24291 \family sans
24292 AMS
24293 \begin_inset space ~
24294 \end_inset
24295
24296 mathパッケージを使う
24297 \family default
24298 オプションを有効にしてください。
24299 \end_layout
24300
24301 \begin_layout Standard
24302 \begin_inset ERT
24303 status collapsed
24304
24305 \begin_layout Plain Layout
24306
24307
24308 \backslash
24309 numberwithin{footnote}{chapter}
24310 \end_layout
24311
24312 \end_inset
24313
24314 これは、脚注のもう一つの例です
24315 \series bold
24316
24317 \begin_inset Foot
24318 status open
24319
24320 \begin_layout Plain Layout
24321
24322 \series bold
24323 これは、
24324 \series default
24325 「章番号.脚注番号」スキームで番号を振られた脚注です。
24326 \end_layout
24327
24328 \end_inset
24329
24330
24331 \series default
24332
24333 \begin_inset ERT
24334 status collapsed
24335
24336 \begin_layout Plain Layout
24337
24338
24339 \backslash
24340 renewcommand{
24341 \backslash
24342 thefootnote}{
24343 \backslash
24344 arabic{footnote}}
24345 \end_layout
24346
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \begin_layout Standard
24353 \begin_inset Note Greyedout
24354 status open
24355
24356 \begin_layout Plain Layout
24357
24358 \series bold
24359 【註】
24360 \backslash
24361 numberwithin
24362 \series default
24363 は、脚注番号を常にアラビア数字で出力します。それよりも前にアラビア数字以外に再定義されたものは無効となります。
24364 \end_layout
24365
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \begin_layout Standard
24372 また、例えば「章番号.
24373 \backslash
24374 Roman{footnote}」スキームを得るには、
24375 \series bold
24376
24377 \backslash
24378 numberwithin
24379 \series default
24380 の代わりに以下のコマンドを使用してください。
24381 \end_layout
24382
24383 \begin_layout Standard
24384
24385 \series bold
24386
24387 \backslash
24388 renewcommand{
24389 \backslash
24390 thefootnote}{
24391 \backslash
24392 thechapter.
24393 \backslash
24394 Roman{footnote}}
24395 \end_layout
24396
24397 \begin_layout Subsection
24398 脚注の配置
24399 \begin_inset Index idx
24400 status collapsed
24401
24402 \begin_layout Plain Layout
24403 きゃくちゅう@脚注 ! はいち@配置
24404 \end_layout
24405
24406 \end_inset
24407
24408
24409 \end_layout
24410
24411 \begin_layout Standard
24412 同一ページに複数の脚注がある場合、それらはページ底部に縦方向の余白を空けることなく、並べられます。これを読みやすくするには、例えば以下のようなコマンドをプリアン
24413 ブルに足して、1.5
24414 \begin_inset space \thinspace{}
24415 \end_inset
24416
24417 mmの余白を追加することもできます。
24418 \end_layout
24419
24420 \begin_layout Standard
24421
24422 \series bold
24423
24424 \backslash
24425 let
24426 \backslash
24427 myFoot
24428 \backslash
24429 footnote
24430 \begin_inset Newline newline
24431 \end_inset
24432
24433
24434 \backslash
24435 renewcommand{
24436 \backslash
24437 footnote}[1]{
24438 \backslash
24439 myFoot{#1
24440 \backslash
24441 vspace{1.5mm}}}
24442 \end_layout
24443
24444 \begin_layout Standard
24445 \begin_inset VSpace bigskip
24446 \end_inset
24447
24448 二段組文書では、脚注は各段底部に表示されます(図
24449 \begin_inset CommandInset ref
24450 LatexCommand ref
24451 reference "fig:標準的脚注配置"
24452
24453 \end_inset
24454
24455 )。図
24456 \begin_inset CommandInset ref
24457 LatexCommand ref
24458 reference "fig:ftnright脚注配置"
24459
24460 \end_inset
24461
24462 のように、脚注を右段底部にのみ表示するようにするには、文書プリアンブルに
24463 \end_layout
24464
24465 \begin_layout Standard
24466
24467 \series bold
24468
24469 \backslash
24470 usepackage{ftnright}
24471 \end_layout
24472
24473 \begin_layout Standard
24474 というコマンドを書いて、LaTeXパッケージ
24475 \series bold
24476 ftnright
24477 \series default
24478
24479 \begin_inset Index idx
24480 status collapsed
24481
24482 \begin_layout Plain Layout
24483 LaTeXぱっけーじ@LaTeXパッケージ ! ftnright
24484 \end_layout
24485
24486 \end_inset
24487
24488 を読み込みます。
24489 \begin_inset Float figure
24490 placement !h
24491 wide false
24492 sideways false
24493 status open
24494
24495 \begin_layout Plain Layout
24496 \begin_inset ERT
24497 status collapsed
24498
24499 \begin_layout Plain Layout
24500
24501
24502 \backslash
24503 framebox{
24504 \end_layout
24505
24506 \end_inset
24507
24508
24509 \begin_inset Graphics
24510         filename ../clipart/without_fntright.pdf
24511         width 100col%
24512         scaleBeforeRotation
24513
24514 \end_inset
24515
24516
24517 \begin_inset ERT
24518 status collapsed
24519
24520 \begin_layout Plain Layout
24521
24522 }
24523 \end_layout
24524
24525 \end_inset
24526
24527
24528 \end_layout
24529
24530 \begin_layout Plain Layout
24531 \begin_inset Caption
24532
24533 \begin_layout Plain Layout
24534 \begin_inset CommandInset label
24535 LatexCommand label
24536 name "fig:標準的脚注配置"
24537
24538 \end_inset
24539
24540 二段組文書の標準的な脚注配置
24541 \end_layout
24542
24543 \end_inset
24544
24545
24546 \end_layout
24547
24548 \end_inset
24549
24550
24551 \end_layout
24552
24553 \begin_layout Standard
24554 \begin_inset Float figure
24555 placement !h
24556 wide false
24557 sideways false
24558 status open
24559
24560 \begin_layout Plain Layout
24561 \begin_inset ERT
24562 status collapsed
24563
24564 \begin_layout Plain Layout
24565
24566
24567 \backslash
24568 framebox{
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \begin_inset Graphics
24575         filename ../clipart/with_fntright.pdf
24576         width 100col%
24577         scaleBeforeRotation
24578
24579 \end_inset
24580
24581
24582 \begin_inset ERT
24583 status collapsed
24584
24585 \begin_layout Plain Layout
24586
24587 }
24588 \end_layout
24589
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \begin_layout Plain Layout
24596 \begin_inset Caption
24597
24598 \begin_layout Plain Layout
24599 \begin_inset CommandInset label
24600 LatexCommand label
24601 name "fig:ftnright脚注配置"
24602
24603 \end_inset
24604
24605 LaTeXパッケージ
24606 \series bold
24607 ftnright
24608 \series default
24609 を使用したときの二段組文書の脚注配置
24610 \end_layout
24611
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \end_inset
24618
24619
24620 \end_layout
24621
24622 \begin_layout Standard
24623 \begin_inset VSpace bigskip
24624 \end_inset
24625
24626 科学的文献に於いては、図
24627 \begin_inset CommandInset ref
24628 LatexCommand ref
24629 reference "fig:後注"
24630
24631 \end_inset
24632
24633 のように、節の末尾に別段落を設けて、脚注をまとめて出力することも普通に行われます。これは「後注
24634 \begin_inset Index idx
24635 status collapsed
24636
24637 \begin_layout Plain Layout
24638 こちゅう@後注
24639 \end_layout
24640
24641 \end_inset
24642
24643 」と呼ばれるものです。文書中で脚注の代わりに後注を使用するには、
24644 \family sans
24645 文書\SpecialChar \menuseparator
24646 設定\SpecialChar \menuseparator
24647 モジュール
24648 \family default
24649 メニューで
24650 \family sans
24651 脚注から後注へ
24652 \family default
24653 を読み込んでください。まとめた注を出力するには、節ないし章末にTeXコードで
24654 \end_layout
24655
24656 \begin_layout Standard
24657
24658 \series bold
24659
24660 \backslash
24661 theendnotes
24662 \end_layout
24663
24664 \begin_layout Standard
24665 というコマンドを挿入してください。
24666 \end_layout
24667
24668 \begin_layout Standard
24669 \begin_inset Float figure
24670 wide false
24671 sideways false
24672 status open
24673
24674 \begin_layout Plain Layout
24675 \align center
24676 \begin_inset ERT
24677 status collapsed
24678
24679 \begin_layout Plain Layout
24680
24681
24682 \backslash
24683 framebox{
24684 \end_layout
24685
24686 \end_inset
24687
24688
24689 \begin_inset Graphics
24690         filename ../clipart/endnotes.pdf
24691         scaleBeforeRotation
24692
24693 \end_inset
24694
24695
24696 \begin_inset ERT
24697 status collapsed
24698
24699 \begin_layout Plain Layout
24700
24701 }
24702 \end_layout
24703
24704 \end_inset
24705
24706
24707 \end_layout
24708
24709 \begin_layout Plain Layout
24710 \begin_inset Caption
24711
24712 \begin_layout Plain Layout
24713 \begin_inset CommandInset label
24714 LatexCommand label
24715 name "fig:後注"
24716
24717 \end_inset
24718
24719 後注 – 注を節ないし章末に別段落として印字します。
24720 \end_layout
24721
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \end_inset
24728
24729
24730 \end_layout
24731
24732 \begin_layout Standard
24733 \begin_inset VSpace medskip
24734 \end_inset
24735
24736 後注の段落見出しは、文書言語に自動的に翻訳されることはありませんので、手動で翻訳しなくてはなりません。プリアンブルで
24737 \end_layout
24738
24739 \begin_layout Standard
24740
24741 \series bold
24742
24743 \backslash
24744 renewcommand{
24745 \backslash
24746 notesname}{Anmerkungen}
24747 \end_layout
24748
24749 \begin_layout Standard
24750 というコマンドを使えば、既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます。
24751 \end_layout
24752
24753 \begin_layout Standard
24754 \begin_inset VSpace medskip
24755 \end_inset
24756
24757
24758 \begin_inset CommandInset ref
24759 LatexCommand ref
24760 reference "sub:脚注の付番"
24761
24762 \end_inset
24763
24764 節で述べた脚注の付番と同様に、後注の付番も変更することができます。
24765 \series bold
24766
24767 \backslash
24768 thefootnote
24769 \series default
24770 コマンドの代わりに
24771 \series bold
24772
24773 \backslash
24774 theendnote
24775 \series default
24776 を用いてください。後注番号をリセットするには、第
24777 \begin_inset CommandInset ref
24778 LatexCommand ref
24779 reference "sub:脚注の付番"
24780
24781 \end_inset
24782
24783 節で述べたコマンド
24784 \series bold
24785
24786 \backslash
24787 @addtoreset
24788 \series default
24789 の、パラメータ
24790 \series bold
24791 footnote
24792 \series default
24793
24794 \series bold
24795 endnote
24796 \series default
24797 に変えて、使用してください。
24798 \end_layout
24799
24800 \begin_layout Standard
24801 後注の印だけを作成するには、第
24802 \begin_inset CommandInset ref
24803 LatexCommand ref
24804 reference "sec:脚注"
24805
24806 \end_inset
24807
24808 節で説明した
24809 \series bold
24810
24811 \backslash
24812 footnotemark
24813 \series default
24814 コマンドの代わりに、
24815 \series bold
24816
24817 \backslash
24818 endnotemark[番号]
24819 \series default
24820 コマンドを使用してください。
24821 \end_layout
24822
24823 \begin_layout Standard
24824 \begin_inset VSpace bigskip
24825 \end_inset
24826
24827 脚注はページ余白に置くこともでき、脚注文の揃えも変更することができます。詳細は、LaTeXパッケージ
24828 \series bold
24829 footmisc
24830 \series default
24831
24832 \begin_inset Index idx
24833 status collapsed
24834
24835 \begin_layout Plain Layout
24836 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \begin_inset CommandInset citation
24843 LatexCommand cite
24844 key "footmisc"
24845
24846 \end_inset
24847
24848 を参照してください。
24849 \end_layout
24850
24851 \begin_layout Standard
24852 脚注の整形にまつわるその他多くの話題が、LaTeX関連書籍
24853 \begin_inset CommandInset citation
24854 LatexCommand cite
24855 key "latexcompanion,latexguide,latexbook"
24856
24857 \end_inset
24858
24859 に載っています。 
24860 \lang english
24861 If you are using a
24862 \lang japanese
24863  
24864 \series bold
24865 KOMA-Script
24866 \series default
24867
24868 \begin_inset Index idx
24869 status collapsed
24870
24871 \begin_layout Plain Layout
24872 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-Script
24873 \end_layout
24874
24875 \end_inset
24876
24877  
24878 \lang english
24879 document class, you can adjust all footnote settings using class-specific
24880  commands, see
24881 \lang japanese
24882  
24883 \begin_inset CommandInset citation
24884 LatexCommand cite
24885 key "KOMA-Script"
24886
24887 \end_inset
24888
24889 .
24890 \end_layout
24891
24892 \begin_layout Section
24893 傍注
24894 \begin_inset Index idx
24895 status collapsed
24896
24897 \begin_layout Plain Layout
24898 ちゅうしゃく@注釈 ! ぼうちゅう@傍注
24899 \end_layout
24900
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \begin_layout Standard
24907 LyX内において、傍注注釈は、脚注のような外見と挙動を示します。これは
24908 \family sans
24909 挿入\SpecialChar \menuseparator
24910 傍注
24911 \family default
24912 メニューかツールバーボタン
24913 \family sans
24914
24915 \begin_inset Info
24916 type  "icon"
24917 arg   "marginalnote-insert"
24918 \end_inset
24919
24920
24921 \family default
24922 で挿入することができます。すると、紫字で「傍注」と書かれた灰色のボックスが現れて、そこに傍注文を入れることができます。
24923 \end_layout
24924
24925 \begin_layout Standard
24926 横にあるのが傍注です
24927 \begin_inset Marginal
24928 status open
24929
24930 \begin_layout Plain Layout
24931 これは傍注文です。
24932 \end_layout
24933
24934 \end_inset
24935
24936
24937 \end_layout
24938
24939 \begin_layout Standard
24940 片面文書においては、傍注は右側に表示され、両面文書においては外側余白---偶数ページでは左側、奇数ページでは右側---に表示されます。傍注文は、外側余白の反対側
24941 に---注が左余白に現れるときには右揃えに---寄せられます。傍注文の一行目は、傍注が挿入された文書箇所と同じ行に来るように配置されます。
24942 \end_layout
24943
24944 \begin_layout Standard
24945 \begin_inset VSpace bigskip
24946 \end_inset
24947
24948 傍注を内側余白に置くには、傍注の前にTeXコードで
24949 \end_layout
24950
24951 \begin_layout Standard
24952
24953 \series bold
24954
24955 \backslash
24956 reversemarginpar
24957 \end_layout
24958
24959 \begin_layout Standard
24960 というコマンドを書き加えてください。この新しい配置は、以後のすべての傍注に対して効力があります。
24961 \begin_inset ERT
24962 status collapsed
24963
24964 \begin_layout Plain Layout
24965
24966
24967 \backslash
24968 reversemarginpar 
24969 \end_layout
24970
24971 \end_inset
24972
24973
24974 \begin_inset Marginal
24975 status open
24976
24977 \begin_layout Plain Layout
24978 これは内側余白の傍注です。
24979 \end_layout
24980
24981 \end_inset
24982
24983
24984 \series bold
24985
24986 \begin_inset Newline newline
24987 \end_inset
24988
24989
24990 \series default
24991
24992 \begin_inset Note Greyedout
24993 status open
24994
24995 \begin_layout Plain Layout
24996 【註】内側余白には充分な空白がないことがよくあり、出力で傍注が正しく表示されないことがあります。
24997 \end_layout
24998
24999 \end_inset
25000
25001
25002 \end_layout
25003
25004 \begin_layout Standard
25005 既定の配置に戻すには、TeXコードで
25006 \end_layout
25007
25008 \begin_layout Standard
25009
25010 \series bold
25011
25012 \backslash
25013 normalmarginpar
25014 \end_layout
25015
25016 \begin_layout Standard
25017 というコマンドを書き加えてください。
25018 \begin_inset ERT
25019 status collapsed
25020
25021 \begin_layout Plain Layout
25022
25023
25024 \backslash
25025 normalmarginpar 
25026 \end_layout
25027
25028 \end_inset
25029
25030  
25031 \begin_inset Note Greyedout
25032 status open
25033
25034 \begin_layout Plain Layout
25035
25036 \series bold
25037 【註】
25038 \backslash
25039 reversemarginpar
25040 \series default
25041 コマンドが既に挿入されている段落内では、このコマンドは無視されます。
25042 \end_layout
25043
25044 \end_inset
25045
25046
25047 \end_layout
25048
25049 \begin_layout Standard
25050 \begin_inset VSpace bigskip
25051 \end_inset
25052
25053
25054 \begin_inset Marginal
25055 status open
25056
25057 \begin_layout Plain Layout
25058 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされない例。
25059 \end_layout
25060
25061 \end_inset
25062
25063
25064 \begin_inset CommandInset ref
25065 LatexCommand ref
25066 reference "sub:複数行"
25067
25068 \end_inset
25069
25070 節で述べられている事例と同様に、長い単語が傍注文の最初の単語として来るとハイフネートが行われません。これを回避するには、その単語の前に0
25071 \begin_inset space \thinspace{}
25072 \end_inset
25073
25074 pt水平空白を挿入してください 
25075 \begin_inset Marginal
25076 status open
25077
25078 \begin_layout Plain Layout
25079 \begin_inset space \hspace*{}
25080 \length 0pt
25081 \end_inset
25082
25083 AVeryLongMarginParWord(とっても長い傍注段落中の単語)がハイフネートされる例。
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \end_layout
25090
25091 \begin_layout Standard
25092 \begin_inset VSpace bigskip
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \begin_layout Standard
25099 \begin_inset Note Greyedout
25100 status open
25101
25102 \begin_layout Plain Layout
25103
25104 \series bold
25105 【註】
25106 \series default
25107 通常、傍注は表やフロート、脚注の中では使用することができません。
25108 \end_layout
25109
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \begin_layout Standard
25116 \begin_inset VSpace bigskip
25117 \end_inset
25118
25119
25120 \end_layout
25121
25122 \begin_layout Standard
25123 \begin_inset ERT
25124 status collapsed
25125
25126 \begin_layout Plain Layout
25127
25128
25129 \backslash
25130 ifmarginnote
25131 \end_layout
25132
25133 \end_inset
25134
25135
25136 \begin_inset Note Note
25137 status open
25138
25139 \begin_layout Plain Layout
25140 以下の部分は、LaTeXパッケージ
25141 \series bold
25142 marginnote
25143 \series default
25144 が導入されているときのみ表示されます。
25145 \end_layout
25146
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \begin_layout Standard
25153 この制約は、LaTeXパッケージ
25154 \series bold
25155 marginnote
25156 \series default
25157
25158 \begin_inset Index idx
25159 status collapsed
25160
25161 \begin_layout Plain Layout
25162 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
25163 \end_layout
25164
25165 \end_inset
25166
25167 を使用することで回避することができます。以下の二行を使用中の文書プリアンブルに書き加えると、LyXが傍注に使うコマンドが再定義されて、
25168 \series bold
25169 marginnote
25170 \series default
25171 パッケージが提供するコマンドを使うようになります。
25172 \end_layout
25173
25174 \begin_layout Standard
25175
25176 \series bold
25177
25178 \backslash
25179 usepackage{marginnote}
25180 \begin_inset Newline newline
25181 \end_inset
25182
25183
25184 \backslash
25185 let
25186 \backslash
25187 marginpar
25188 \backslash
25189 marginnote
25190 \end_layout
25191
25192 \begin_layout Standard
25193
25194 \series bold
25195 marginnote
25196 \series default
25197 には他にも便利な機能があるので、この方法が本文書でも使われています。というのは、
25198 \series bold
25199 marginnote
25200 \series default
25201 を使うと、傍注文に垂直オフセットを設定することができるからです。これは、あまりにもたくさんの傍注が非常に近いところに集まっていたり、もっとよいページレイアウトが
25202 望まれるときなどに、よく必要とされます。オフセットは、LyX中の傍注の後ろにTeXコードで直接
25203 \end_layout
25204
25205 \begin_layout Standard
25206
25207 \series bold
25208 [オフセット]
25209 \end_layout
25210
25211 \begin_layout Standard
25212 という形で書くことで設定することができます。ここで「オフセット」には、表
25213 \begin_inset CommandInset ref
25214 LatexCommand ref
25215 reference "tab:単位"
25216
25217 \end_inset
25218
25219 に挙げてある単位の一つを使用します。負の値を与えると注釈は上にずれ、正の値だと下にずれます。たとえば、この本文行の横にある傍注は、TeXコードコマンド「
25220 \series bold
25221 [-1.5cm]
25222 \series default
25223 」を使用して、1.5
25224 \begin_inset space \thinspace{}
25225 \end_inset
25226
25227 cm上にずらしてあります
25228 \begin_inset Marginal
25229 status open
25230
25231 \begin_layout Plain Layout
25232 この傍注は、本来の位置よりも1.5
25233 \begin_inset space \thinspace{}
25234 \end_inset
25235
25236 cm上にずらしてあります。
25237 \end_layout
25238
25239 \end_inset
25240
25241
25242 \begin_inset ERT
25243 status collapsed
25244
25245 \begin_layout Plain Layout
25246
25247 [-1.5cm]
25248 \end_layout
25249
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \begin_layout Standard
25256 \begin_inset VSpace medskip
25257 \end_inset
25258
25259
25260 \series bold
25261 marginnote
25262 \series default
25263 を使うと、傍注の揃えを変更することもできます。たとえば、
25264 \end_layout
25265
25266 \begin_layout Standard
25267
25268 \series bold
25269
25270 \backslash
25271 renewcommand*{
25272 \backslash
25273 raggedleftmarginnote}{
25274 \backslash
25275 centering}
25276 \begin_inset Newline newline
25277 \end_inset
25278
25279
25280 \backslash
25281 renewcommand*{
25282 \backslash
25283 raggedrightmarginnote}{
25284 \backslash
25285 centering}
25286 \end_layout
25287
25288 \begin_layout Standard
25289 というコマンドを使うと、中央揃えになります。
25290 \series bold
25291
25292 \backslash
25293 raggedleftmarginnote
25294 \series default
25295 とは、左側に表示されている傍注のことを指します
25296 \begin_inset ERT
25297 status collapsed
25298
25299 \begin_layout Plain Layout
25300
25301
25302 \backslash
25303 renewcommand*{
25304 \backslash
25305 raggedleftmarginnote}{
25306 \backslash
25307 centering}
25308 \end_layout
25309
25310 \begin_layout Plain Layout
25311
25312
25313 \backslash
25314 renewcommand*{
25315 \backslash
25316 raggedrightmarginnote}{
25317 \backslash
25318 centering}
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \begin_inset Marginal
25325 status open
25326
25327 \begin_layout Plain Layout
25328 この傍注の文章は中央揃えになっています。
25329 \end_layout
25330
25331 \end_inset
25332
25333 。既定の設定は、
25334 \end_layout
25335
25336 \begin_layout Standard
25337
25338 \series bold
25339
25340 \backslash
25341 renewcommand*{
25342 \backslash
25343 raggedleftmarginnote}{
25344 \backslash
25345 raggedleft}
25346 \begin_inset Newline newline
25347 \end_inset
25348
25349
25350 \backslash
25351 renewcommand*{
25352 \backslash
25353 raggedrightmarginnote}{
25354 \backslash
25355 raggedright}
25356 \series default
25357
25358 \begin_inset ERT
25359 status collapsed
25360
25361 \begin_layout Plain Layout
25362
25363
25364 \backslash
25365 renewcommand*{
25366 \backslash
25367 raggedleftmarginnote}{
25368 \backslash
25369 raggedleft}
25370 \end_layout
25371
25372 \begin_layout Plain Layout
25373
25374
25375 \backslash
25376 renewcommand*{
25377 \backslash
25378 raggedrightmarginnote}{
25379 \backslash
25380 raggedright}
25381 \end_layout
25382
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \begin_layout Standard
25389 です。
25390 \end_layout
25391
25392 \begin_layout Standard
25393 \begin_inset VSpace medskip
25394 \end_inset
25395
25396
25397 \series bold
25398 marginnote
25399 \series default
25400 の他の機能については、
25401 \begin_inset CommandInset citation
25402 LatexCommand cite
25403 key "marginnote"
25404
25405 \end_inset
25406
25407 の取扱説明書をご参照ください。
25408 \end_layout
25409
25410 \begin_layout Standard
25411 \begin_inset VSpace bigskip
25412 \end_inset
25413
25414 傍注のレイアウトは、傍注の定義を変更することによって変えることができます。たとえば、すべての傍注に、下線を引いたサンセリフ体の太字で「
25415 \family sans
25416 \series bold
25417 \bar under
25418 注意!
25419 \family default
25420 \series default
25421 \bar default
25422 」というヘッダ文をつけるには、以下を使用している文書プリアンブルに書き加えてください。
25423 \end_layout
25424
25425 \begin_layout Standard
25426
25427 \series bold
25428
25429 \backslash
25430 let
25431 \backslash
25432 myMarginpar
25433 \backslash
25434 marginpar
25435 \begin_inset Newline newline
25436 \end_inset
25437
25438
25439 \backslash
25440 renewcommand{
25441 \backslash
25442 marginpar}[1]{
25443 \backslash
25444 myMarginpar{%
25445 \begin_inset Newline newline
25446 \end_inset
25447
25448
25449 \begin_inset Phantom HPhantom
25450 status open
25451
25452 \begin_layout Plain Layout
25453
25454 \series bold
25455 \begin_inset space ~
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \end_inset
25462
25463
25464 \backslash
25465 hspace{0pt}
25466 \backslash
25467 textsf{
25468 \backslash
25469 textbf{
25470 \backslash
25471 underbar{注意!}}}%
25472 \begin_inset Newline newline
25473 \end_inset
25474
25475
25476 \begin_inset Phantom HPhantom
25477 status open
25478
25479 \begin_layout Plain Layout
25480
25481 \series bold
25482 \begin_inset space ~
25483 \end_inset
25484
25485
25486 \end_layout
25487
25488 \end_inset
25489
25490
25491 \backslash
25492 vspace{1.5mm}
25493 \backslash
25494
25495 \backslash
25496 #1}}
25497 \end_layout
25498
25499 \begin_layout Standard
25500 \begin_inset ERT
25501 status collapsed
25502
25503 \begin_layout Plain Layout
25504
25505
25506 \backslash
25507 let
25508 \backslash
25509 myMarginpar
25510 \backslash
25511 marginpar
25512 \end_layout
25513
25514 \begin_layout Plain Layout
25515
25516
25517 \backslash
25518 renewcommand{
25519 \backslash
25520 marginpar}[1]{
25521 \backslash
25522 myMarginpar{%
25523 \end_layout
25524
25525 \begin_layout Plain Layout
25526
25527    
25528 \backslash
25529 textsf{
25530 \backslash
25531 textbf{
25532 \backslash
25533 underbar{注意!}}}%
25534 \end_layout
25535
25536 \begin_layout Plain Layout
25537
25538    
25539 \backslash
25540 vspace{1.5mm}
25541 \backslash
25542
25543 \backslash
25544 #1}}
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \begin_inset Marginal
25551 status open
25552
25553 \begin_layout Plain Layout
25554 これは、定義したヘッダをつけた傍注です。
25555 \end_layout
25556
25557 \end_inset
25558
25559
25560 \begin_inset ERT
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564
25565 [-1.5cm]
25566 \end_layout
25567
25568 \end_inset
25569
25570
25571 \begin_inset ERT
25572 status collapsed
25573
25574 \begin_layout Plain Layout
25575
25576
25577 \backslash
25578 renewcommand{
25579 \backslash
25580 marginpar}[1]{
25581 \backslash
25582 myMarginpar{#1}}
25583 \end_layout
25584
25585 \end_inset
25586
25587
25588 \begin_inset Note Note
25589 status open
25590
25591 \begin_layout Plain Layout
25592 傍注書式は、この例の分だけ変更してあります。
25593 \end_layout
25594
25595 \end_inset
25596
25597
25598 \end_layout
25599
25600 \begin_layout Standard
25601 \begin_inset ERT
25602 status collapsed
25603
25604 \begin_layout Plain Layout
25605
25606
25607 \backslash
25608 else
25609 \end_layout
25610
25611 \end_inset
25612
25613
25614 \begin_inset Note Note
25615 status open
25616
25617 \begin_layout Plain Layout
25618 以下の部分は、LaTeXパッケージ
25619 \series bold
25620 marginnote
25621 \series default
25622 が導入されていないときのみ表示されます。
25623 \end_layout
25624
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \begin_layout Standard
25631 本節の以下の部分を出力に表示するには、LaTeXパッケージ
25632 \series bold
25633 marginnote
25634 \series default
25635 を導入する必要があります。
25636 \end_layout
25637
25638 \begin_layout Standard
25639 \begin_inset ERT
25640 status collapsed
25641
25642 \begin_layout Plain Layout
25643
25644
25645 \backslash
25646 fi
25647 \end_layout
25648
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \begin_layout Chapter
25655 ボックス
25656 \end_layout
25657
25658 \begin_layout Section
25659 はじめに
25660 \begin_inset Index idx
25661 status collapsed
25662
25663 \begin_layout Plain Layout
25664 ぼっくす@ボックス ! はじめに
25665 \end_layout
25666
25667 \end_inset
25668
25669
25670 \end_layout
25671
25672 \begin_layout Standard
25673 ボックスは、一塊の文章を整形するのに使用します。ボックスは、多言語文書を書くのに使用したり(第
25674 \begin_inset CommandInset ref
25675 LatexCommand ref
25676 reference "sec:ミニページ"
25677
25678 \end_inset
25679
25680 節参照)、文章を囲ったり(第
25681 \begin_inset CommandInset ref
25682 LatexCommand ref
25683 reference "sec:装飾"
25684
25685 \end_inset
25686
25687 節参照)、単語がハイフネートされるのを予防したり(第
25688 \begin_inset CommandInset ref
25689 LatexCommand ref
25690 reference "sec:ハイフネーションの回避"
25691
25692 \end_inset
25693
25694 節参照)、文章を揃えたり(第
25695 \begin_inset CommandInset ref
25696 LatexCommand ref
25697 reference "sub:垂直揃え"
25698
25699 \end_inset
25700
25701 節参照)、あるいは文章の背景色を設定したり(第
25702 \begin_inset CommandInset ref
25703 LatexCommand ref
25704 reference "sec:色付きボックス"
25705
25706 \end_inset
25707
25708 節参照)するのに使用します。
25709 \end_layout
25710
25711 \begin_layout Standard
25712 ボックスは、
25713 \family sans
25714 挿入\SpecialChar \menuseparator
25715 ボックス
25716 \family default
25717 メニューかツールバーボタン
25718 \family sans
25719
25720 \begin_inset Info
25721 type  "icon"
25722 arg   "box-insert Frameless"
25723 \end_inset
25724
25725
25726 \family default
25727 を使って挿入することができます。すると、
25728 \begin_inset Graphics
25729         filename ../clipart/BoxInsetDefaultQt4.png
25730         scale 85
25731         scaleBeforeRotation
25732
25733 \end_inset
25734
25735 のように
25736 \family sans
25737 ボックス(minipage環境)
25738 \family default
25739 というラベルのついた灰色の箱形が挿入されます。ボックス型は、この箱形を右クリックすると出てくるメニューで指定することができます。
25740 \family sans
25741 設定
25742 \family default
25743 メニューを選択すると現れるボックスダイアログでは、
25744 \family sans
25745 parboxコマンド
25746 \family default
25747
25748 \family sans
25749 minipage環境
25750 \family default
25751 の二つの
25752 \family sans
25753 内部ボックス
25754 \family default
25755 型を選択することができます。
25756 \family sans
25757 minipage
25758 \family default
25759 型は、新規ボックスの既定値となっており、第
25760 \begin_inset CommandInset ref
25761 LatexCommand ref
25762 reference "sec:ミニページ"
25763
25764 \end_inset
25765
25766 節で説明します。
25767 \family sans
25768 parbox
25769 \family default
25770 型については第
25771 \begin_inset CommandInset ref
25772 LatexCommand ref
25773 reference "sec:Parboxes"
25774
25775 \end_inset
25776
25777 節、
25778 \family sans
25779 makebox
25780 \family default
25781 型については第
25782 \begin_inset CommandInset ref
25783 LatexCommand ref
25784 reference "sec:ハイフネーションの回避"
25785
25786 \end_inset
25787
25788 節で述べます。
25789 \end_layout
25790
25791 \begin_layout Standard
25792 ボックスは付番されないので、フロートや脚注のように参照することはできません。
25793 \end_layout
25794
25795 \begin_layout Standard
25796 \begin_inset Note Greyedout
25797 status open
25798
25799 \begin_layout Plain Layout
25800 【註】ボックスは、
25801 \family sans
25802 箇条書き(記号)
25803 \family default
25804 環境や
25805 \family sans
25806 箇条書き(記述)
25807 \family default
25808 環境の単独要素とすべきではありません。
25809 \end_layout
25810
25811 \end_inset
25812
25813
25814 \end_layout
25815
25816 \begin_layout Standard
25817 \begin_inset Note Greyedout
25818 status open
25819
25820 \begin_layout Plain Layout
25821 【註】理由は不明ですが、枠付きボックスを使用している場合には、
25822 \family sans
25823 内部ボックス
25824 \family default
25825 型は
25826 \family sans
25827 なし
25828 \family default
25829 にしか設定することができません。
25830 \family sans
25831 内部ボックス
25832 \family default
25833 型や枠のないボックスについては、第
25834 \begin_inset CommandInset ref
25835 LatexCommand ref
25836 reference "sec:ハイフネーションの回避"
25837
25838 \end_inset
25839
25840 節で説明します。
25841 \end_layout
25842
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \begin_layout Section
25849 ボックスダイアログ
25850 \begin_inset CommandInset label
25851 LatexCommand label
25852 name "sec:ボックスダイアログ"
25853
25854 \end_inset
25855
25856
25857 \begin_inset Index idx
25858 status collapsed
25859
25860 \begin_layout Plain Layout
25861 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
25862 \end_layout
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \begin_layout Subsection
25870 寸法
25871 \begin_inset Index idx
25872 status collapsed
25873
25874 \begin_layout Plain Layout
25875 ぼっくす@ボックス ! すんぽう@寸法
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \begin_layout Standard
25884 ボックスダイアログでは、
25885 \family sans
25886
25887 \family default
25888
25889 \family sans
25890 高さ
25891 \family default
25892 の各フィールドでボックスのジオメトリを調整することができます。ジオメトリに使用することのできる単位は、表
25893 \begin_inset CommandInset ref
25894 LatexCommand ref
25895 reference "tab:単位"
25896
25897 \end_inset
25898
25899 に説明されています。
25900 \family sans
25901 高さ
25902 \family default
25903 フィールドには、加えて以下の寸法を使用することができます。
25904 \end_layout
25905
25906 \begin_layout Description
25907 階層 これは平文の「高さ」です。ボックス中に複数行がある場合には、全体としての階層は無視されます。
25908 \begin_inset Newline newline
25909 \end_inset
25910
25911
25912 \begin_inset Newline newline
25913 \end_inset
25914
25915
25916 \begin_inset Newline newline
25917 \end_inset
25918
25919
25920 \begin_inset Box Boxed
25921 position "c"
25922 hor_pos "c"
25923 has_inner_box 1
25924 inner_pos "c"
25925 use_parbox 0
25926 use_makebox 0
25927 width "12col%"
25928 special "none"
25929 height "1in"
25930 height_special "depth"
25931 status open
25932
25933 \begin_layout Plain Layout
25934 \align center
25935 高さを1階層に設定したボックス
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \begin_inset Newline newline
25942 \end_inset
25943
25944
25945 \begin_inset Newline newline
25946 \end_inset
25947
25948
25949 \end_layout
25950
25951 \begin_layout Description
25952 高さ これはボックス内部にある文章の高さです。この寸法でたとえば2の値を与えると、ボックスの高さを文章の2倍の高さに設定します。
25953 \begin_inset Box Boxed
25954 position "c"
25955 hor_pos "c"
25956 has_inner_box 1
25957 inner_pos "c"
25958 use_parbox 0
25959 use_makebox 0
25960 width "20col%"
25961 special "none"
25962 height "2in"
25963 height_special "height"
25964 status open
25965
25966 \begin_layout Plain Layout
25967 \align center
25968 高さを2高さに設定したボックス
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Description
25977 全高 これは「高さ」+「階層」です。
25978 \begin_inset Box Boxed
25979 position "c"
25980 hor_pos "c"
25981 has_inner_box 1
25982 inner_pos "c"
25983 use_parbox 0
25984 use_makebox 0
25985 width "20col%"
25986 special "none"
25987 height "1in"
25988 height_special "totalheight"
25989 status open
25990
25991 \begin_layout Plain Layout
25992 \align center
25993 高さを1全高に設定したボックス
25994 \end_layout
25995
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \begin_layout Description
26002 幅 これはボックスの幅を高さに設定します。
26003 \begin_inset Box Boxed
26004 position "c"
26005 hor_pos "c"
26006 has_inner_box 1
26007 inner_pos "c"
26008 use_parbox 0
26009 use_makebox 0
26010 width "12col%"
26011 special "none"
26012 height "1in"
26013 height_special "width"
26014 status open
26015
26016 \begin_layout Plain Layout
26017 \align center
26018 高さを1幅に設定したボックス
26019 \end_layout
26020
26021 \end_inset
26022
26023
26024 \end_layout
26025
26026 \begin_layout Subsection
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 \family sans
26043 内部ボックス
26044 \family default
26045 を選んだ場合には、ボックスの垂直揃えを以下のいずれかに設定できます。
26046 \end_layout
26047
26048 \begin_layout Description
26049 上 これは例示のための本文行です。
26050 \begin_inset Box Boxed
26051 position "t"
26052 hor_pos "c"
26053 has_inner_box 1
26054 inner_pos "c"
26055 use_parbox 0
26056 use_makebox 0
26057 width "12col%"
26058 special "none"
26059 height "1in"
26060 height_special "totalheight"
26061 status open
26062
26063 \begin_layout Plain Layout
26064 \align center
26065 このボックスは上揃えです。
26066 \end_layout
26067
26068 \end_inset
26069
26070 これは例示のための本文行です。
26071 \end_layout
26072
26073 \begin_layout Description
26074 中央 これは例示のための本文行です。
26075 \begin_inset Box Boxed
26076 position "c"
26077 hor_pos "c"
26078 has_inner_box 1
26079 inner_pos "c"
26080 use_parbox 0
26081 use_makebox 0
26082 width "12col%"
26083 special "none"
26084 height "1in"
26085 height_special "totalheight"
26086 status open
26087
26088 \begin_layout Plain Layout
26089 \align center
26090 このボックスは中央揃えです。
26091 \end_layout
26092
26093 \end_inset
26094
26095 これは例示のための本文行です。
26096 \end_layout
26097
26098 \begin_layout Description
26099 下 これは例示のための本文行です。
26100 \begin_inset Box Boxed
26101 position "b"
26102 hor_pos "c"
26103 has_inner_box 1
26104 inner_pos "c"
26105 use_parbox 0
26106 use_makebox 0
26107 width "12col%"
26108 special "none"
26109 height "1in"
26110 height_special "totalheight"
26111 status open
26112
26113 \begin_layout Plain Layout
26114 \align center
26115 このボックスは下揃えです。
26116 \end_layout
26117
26118 \end_inset
26119
26120 これは例示のための本文行です。
26121 \end_layout
26122
26123 \begin_layout Standard
26124 \begin_inset Note Greyedout
26125 status open
26126
26127 \begin_layout Plain Layout
26128
26129 \series bold
26130 【註】
26131 \series default
26132 同一行に二つのボックスがあり、一方だけに影付きなどが設定されている場合には、ボックスの垂直文字揃えが出力中で無効となる場合があります。
26133 \end_layout
26134
26135 \end_inset
26136
26137
26138 \end_layout
26139
26140 \begin_layout Standard
26141 ボックスを独立した段落においた場合には、ボックスの水平文字揃えは、LyXの段落ダイアログから設定できます。
26142 \end_layout
26143
26144 \begin_layout Standard
26145 \begin_inset VSpace bigskip
26146 \end_inset
26147
26148
26149 \family sans
26150 内部ボックス
26151 \family default
26152 を設定したときには、ボックスの内容を以下のように垂直揃えを行うことができます。
26153 \end_layout
26154
26155 \begin_layout Description
26156 上 これは例示のための本文行です。
26157 \begin_inset Box Boxed
26158 position "c"
26159 hor_pos "c"
26160 has_inner_box 1
26161 inner_pos "t"
26162 use_parbox 0
26163 use_makebox 0
26164 width "12col%"
26165 special "none"
26166 height "1.5in"
26167 height_special "totalheight"
26168 status open
26169
26170 \begin_layout Plain Layout
26171 \align center
26172 このボックスの文章は上揃えです。
26173 \end_layout
26174
26175 \end_inset
26176
26177 これは例示のための本文行です。
26178 \end_layout
26179
26180 \begin_layout Description
26181 中央 これは例示のための本文行です。
26182 \begin_inset Box Boxed
26183 position "c"
26184 hor_pos "c"
26185 has_inner_box 1
26186 inner_pos "c"
26187 use_parbox 0
26188 use_makebox 0
26189 width "12col%"
26190 special "none"
26191 height "1.5in"
26192 height_special "totalheight"
26193 status open
26194
26195 \begin_layout Plain Layout
26196 \align center
26197 このボックスの文章は中央揃えです。
26198 \end_layout
26199
26200 \end_inset
26201
26202 これは例示のための本文行です。
26203 \end_layout
26204
26205 \begin_layout Description
26206 下 これは例示のための本文行です。
26207 \begin_inset Box Boxed
26208 position "c"
26209 hor_pos "c"
26210 has_inner_box 1
26211 inner_pos "b"
26212 use_parbox 0
26213 use_makebox 0
26214 width "12col%"
26215 special "none"
26216 height "1.5in"
26217 height_special "totalheight"
26218 status open
26219
26220 \begin_layout Plain Layout
26221 \align center
26222 このボックスの文章は下揃えです。
26223 \end_layout
26224
26225 \end_inset
26226
26227 これは例示のための本文行です。
26228 \end_layout
26229
26230 \begin_layout Description
26231 広げる これは例示のための本文行です。
26232 \begin_inset Box Boxed
26233 position "c"
26234 hor_pos "c"
26235 has_inner_box 1
26236 inner_pos "s"
26237 use_parbox 0
26238 use_makebox 0
26239 width "17col%"
26240 special "none"
26241 height "1.5in"
26242 height_special "totalheight"
26243 status open
26244
26245 \begin_layout Plain Layout
26246 \align center
26247 このボックスの
26248 \end_layout
26249
26250 \begin_layout Plain Layout
26251 \align center
26252 文章は広げて
26253 \end_layout
26254
26255 \begin_layout Plain Layout
26256 \align center
26257 あります。
26258 \end_layout
26259
26260 \end_inset
26261
26262 これは例示のための本文行です。
26263 \end_layout
26264
26265 \begin_layout Standard
26266 ボックスの内容を広げるには、ボックスに複数の段落がなくてはなりません。上述の例では、文章の各行を独立の段落に設定してあります。
26267 \end_layout
26268
26269 \begin_layout Standard
26270 \begin_inset VSpace bigskip
26271 \end_inset
26272
26273
26274 \family sans
26275 内部ボックス
26276 \family default
26277 を設定しているときに、ボックスの内容を水平方向に揃えるには、LyXの段落ダイアログを用います。
26278 \end_layout
26279
26280 \begin_layout Standard
26281 \align center
26282 \begin_inset Box Boxed
26283 position "c"
26284 hor_pos "c"
26285 has_inner_box 1
26286 inner_pos "s"
26287 use_parbox 0
26288 use_makebox 0
26289 width "25col%"
26290 special "none"
26291 height "1.25in"
26292 height_special "totalheight"
26293 status open
26294
26295 \begin_layout Plain Layout
26296 \align left
26297 このボックスの
26298 \end_layout
26299
26300 \begin_layout Plain Layout
26301 \align center
26302 文章は広げて
26303 \end_layout
26304
26305 \begin_layout Plain Layout
26306 \align right
26307 あります。
26308 \end_layout
26309
26310 \end_inset
26311
26312
26313 \end_layout
26314
26315 \begin_layout Standard
26316
26317 \family sans
26318 内部ボックス
26319 \family default
26320 を設定していないときには、ボックスの内容は、ボックスダイアログの中で水平揃えの設定をすることができます。
26321 \end_layout
26322
26323 \begin_layout Standard
26324 \align center
26325 \begin_inset Box Boxed
26326 position "c"
26327 hor_pos "s"
26328 has_inner_box 0
26329 inner_pos "s"
26330 use_parbox 0
26331 use_makebox 0
26332 width "90col%"
26333 special "none"
26334 height "1.25in"
26335 height_special "totalheight"
26336 status open
26337
26338 \begin_layout Plain Layout
26339 このボックスの文章は水平方向に広げてあります。
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \end_layout
26346
26347 \begin_layout Subsection
26348 装飾
26349 \begin_inset CommandInset label
26350 LatexCommand label
26351 name "sec:装飾"
26352
26353 \end_inset
26354
26355
26356 \begin_inset Index idx
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360 ぼっくす@ボックス ! そうしょく@装飾
26361 \end_layout
26362
26363 \end_inset
26364
26365
26366 \end_layout
26367
26368 \begin_layout Standard
26369 ボックス型は、ボックスダイアログ中の
26370 \family sans
26371 装飾
26372 \family default
26373 ドロップダウン式一覧から指定することができます。以下の型を指定することができます。
26374 \end_layout
26375
26376 \begin_layout Description
26377 縁なし 枠を描きません。
26378 \end_layout
26379
26380 \begin_layout Description
26381 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます。枠線の太さは
26382 \series bold
26383
26384 \backslash
26385 fboxrule
26386 \series default
26387 の値になります。 
26388 \begin_inset Box Boxed
26389 position "c"
26390 hor_pos "c"
26391 has_inner_box 1
26392 inner_pos "c"
26393 use_parbox 0
26394 use_makebox 0
26395 width "20col%"
26396 special "none"
26397 height "1in"
26398 height_special "totalheight"
26399 status open
26400
26401 \begin_layout Plain Layout
26402 \align center
26403 長方形の箱型
26404 \end_layout
26405
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \begin_layout Description
26412 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.4
26413 \begin_inset space \thinspace{}
26414 \end_inset
26415
26416 ptです。 
26417 \begin_inset Box ovalbox
26418 position "c"
26419 hor_pos "c"
26420 has_inner_box 1
26421 inner_pos "c"
26422 use_parbox 0
26423 use_makebox 0
26424 width "20col%"
26425 special "none"
26426 height "1in"
26427 height_special "totalheight"
26428 status open
26429
26430 \begin_layout Plain Layout
26431 \align center
26432 楕円形の箱型(細線)
26433 \end_layout
26434
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \begin_layout Description
26441 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます。枠線の太さは0.8
26442 \begin_inset space \thinspace{}
26443 \end_inset
26444
26445 ptです。 
26446 \begin_inset Box Ovalbox
26447 position "c"
26448 hor_pos "c"
26449 has_inner_box 1
26450 inner_pos "c"
26451 use_parbox 0
26452 use_makebox 0
26453 width "20col%"
26454 special "none"
26455 height "1in"
26456 height_special "totalheight"
26457 status open
26458
26459 \begin_layout Plain Layout
26460 \align center
26461 楕円形の箱型(太線)
26462 \end_layout
26463
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \begin_layout Description
26470 影付き これはボックスの周りに影付きの長方形の枠を描きます。枠線の太さは
26471 \series bold
26472
26473 \backslash
26474 fboxrule
26475 \series default
26476 の値になり、影の幅は4
26477 \begin_inset space \thinspace{}
26478 \end_inset
26479
26480 ptになります。
26481 \begin_inset Box Shadowbox
26482 position "c"
26483 hor_pos "c"
26484 has_inner_box 1
26485 inner_pos "c"
26486 use_parbox 0
26487 use_makebox 0
26488 width "20col%"
26489 special "none"
26490 height "1in"
26491 height_special "totalheight"
26492 status open
26493
26494 \begin_layout Plain Layout
26495 \align center
26496 影付きの箱型
26497 \end_layout
26498
26499 \end_inset
26500
26501
26502 \end_layout
26503
26504 \begin_layout Description
26505 影の背景 これは背景色が赤のボックスを描きます。色付きボックスとは違って
26506 \begin_inset Foot
26507 status collapsed
26508
26509 \begin_layout Plain Layout
26510
26511 \begin_inset CommandInset ref
26512 LatexCommand ref
26513 reference "sec:色付きボックス"
26514
26515 \end_inset
26516
26517 節を参照のこと。
26518 \end_layout
26519
26520 \end_inset
26521
26522 、これは列幅全体を使用し、ボックスは独立した段落に設定されます。
26523 \begin_inset Box Shaded
26524 position "t"
26525 hor_pos "c"
26526 has_inner_box 0
26527 inner_pos "t"
26528 use_parbox 0
26529 use_makebox 0
26530 width "50col%"
26531 special "none"
26532 height "1in"
26533 height_special "totalheight"
26534 status open
26535
26536 \begin_layout Plain Layout
26537 影付き背景の箱型
26538 \end_layout
26539
26540 \end_inset
26541
26542
26543 \end_layout
26544
26545 \begin_layout Description
26546 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます。内側の枠線の太さは0.75
26547 \begin_inset space \thinspace{}
26548 \end_inset
26549
26550
26551 \series bold
26552
26553 \backslash
26554 fboxrule
26555 \series default
26556 であり、外側の枠線の太さは1.5
26557 \begin_inset space \thinspace{}
26558 \end_inset
26559
26560
26561 \series bold
26562
26563 \backslash
26564 fboxrule
26565 \series default
26566 です。枠線間の距離は1.5
26567 \begin_inset space \thinspace{}
26568 \end_inset
26569
26570
26571 \series bold
26572
26573 \backslash
26574 fboxrule
26575 \series default
26576
26577 \begin_inset space \thinspace{}
26578 \end_inset
26579
26580 +
26581 \begin_inset space \thinspace{}
26582 \end_inset
26583
26584 0.5
26585 \begin_inset space \thinspace{}
26586 \end_inset
26587
26588 ptです。 
26589 \begin_inset Box Doublebox
26590 position "c"
26591 hor_pos "c"
26592 has_inner_box 1
26593 inner_pos "c"
26594 use_parbox 0
26595 use_makebox 0
26596 width "20col%"
26597 special "none"
26598 height "1in"
26599 height_special "totalheight"
26600 status open
26601
26602 \begin_layout Plain Layout
26603 \align center
26604 二重の長方形の箱型
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \begin_layout Standard
26613 \begin_inset VSpace bigskip
26614 \end_inset
26615
26616 LyXのボックスラベルには、使用中の枠の型が表示されます。すべての型を使用可能にするには、LaTeXパッケージ
26617 \series bold
26618 fancybox
26619 \series default
26620
26621 \begin_inset Index idx
26622 status collapsed
26623
26624 \begin_layout Plain Layout
26625 LaTeXぱっけーじ@LaTeXパッケージ ! fancybox
26626 \end_layout
26627
26628 \end_inset
26629
26630 が導入済みでなくてはなりません。
26631 \end_layout
26632
26633 \begin_layout Standard
26634 \begin_inset VSpace bigskip
26635 \end_inset
26636
26637 装飾として
26638 \family sans
26639 簡素な長方形の箱型
26640 \family default
26641 を使用し、内部ボックスをなしにした場合には、ボックス内で改行をすることができます。その際、他の枠付きボックスと異なり、枠は列幅全体に広げられて独立した段落に置か
26642 れ、このボックス型では
26643 \series bold
26644
26645 \backslash
26646 fboxrule
26647 \series default
26648
26649 \series bold
26650
26651 \backslash
26652 fboxsep
26653 \series default
26654 は無効となります。枠線の太さは
26655 \series bold
26656
26657 \backslash
26658 FrameRule
26659 \series default
26660 の値になります。 
26661 \begin_inset Box Framed
26662 position "t"
26663 hor_pos "c"
26664 has_inner_box 0
26665 inner_pos "t"
26666 use_parbox 0
26667 use_makebox 0
26668 width "100col%"
26669 special "none"
26670 height "1in"
26671 height_special "totalheight"
26672 status collapsed
26673
26674 \begin_layout Plain Layout
26675 改行可能な箱型
26676 \end_layout
26677
26678 \end_inset
26679
26680
26681 \end_layout
26682
26683 \begin_layout Section
26684 ボックスの詳細な設定
26685 \begin_inset Index idx
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \begin_layout Standard
26698 寸法
26699 \series bold
26700
26701 \backslash
26702 fboxrule
26703 \series default
26704 の既定値は0.4
26705 \begin_inset space \thinspace{}
26706 \end_inset
26707
26708 ptです。これは、TeXコードで以下のコマンドを使うことによって、たとえば2
26709 \begin_inset space \thinspace{}
26710 \end_inset
26711
26712 ptに変更することができます。
26713 \end_layout
26714
26715 \begin_layout Standard
26716
26717 \series bold
26718
26719 \backslash
26720 setlength{
26721 \backslash
26722 fboxrule}{2pt}
26723 \end_layout
26724
26725 \begin_layout Standard
26726 \begin_inset ERT
26727 status collapsed
26728
26729 \begin_layout Plain Layout
26730
26731
26732 \backslash
26733 setlength{
26734 \backslash
26735 fboxrule}{2pt}
26736 \end_layout
26737
26738 \end_inset
26739
26740
26741 \begin_inset Box Boxed
26742 position "c"
26743 hor_pos "c"
26744 has_inner_box 1
26745 inner_pos "c"
26746 use_parbox 0
26747 use_makebox 0
26748 width "25col%"
26749 special "none"
26750 height "1in"
26751 height_special "totalheight"
26752 status open
26753
26754 \begin_layout Plain Layout
26755 \align center
26756
26757 \series bold
26758
26759 \backslash
26760 fboxrule
26761 \series default
26762
26763 \begin_inset space \thinspace{}
26764 \end_inset
26765
26766 =
26767 \begin_inset space \thinspace{}
26768 \end_inset
26769
26770 2
26771 \begin_inset space \thinspace{}
26772 \end_inset
26773
26774 ptの長方形の箱型
26775 \end_layout
26776
26777 \end_inset
26778
26779
26780 \begin_inset ERT
26781 status collapsed
26782
26783 \begin_layout Plain Layout
26784
26785
26786 \backslash
26787 setlength{
26788 \backslash
26789 fboxrule}{0.4pt}
26790 \end_layout
26791
26792 \end_inset
26793
26794
26795 \end_layout
26796
26797 \begin_layout Standard
26798 \begin_inset VSpace bigskip
26799 \end_inset
26800
26801 枠とボックスの内容との空白は、すべての枠様式について3
26802 \begin_inset space \thinspace{}
26803 \end_inset
26804
26805 ptが既定値になっています。これは、長さ
26806 \series bold
26807
26808 \backslash
26809 fboxsep
26810 \series default
26811 を別の値に設定することによって変更することができます。たとえば
26812 \end_layout
26813
26814 \begin_layout Standard
26815
26816 \series bold
26817
26818 \backslash
26819 setlength{
26820 \backslash
26821 fboxsep}{10pt}
26822 \end_layout
26823
26824 \begin_layout Standard
26825 というコマンドは、この値を10
26826 \begin_inset space \thinspace{}
26827 \end_inset
26828
26829 ptにし、以下のボックスのようになります。
26830 \end_layout
26831
26832 \begin_layout Standard
26833 \begin_inset ERT
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837
26838
26839 \backslash
26840 setlength{
26841 \backslash
26842 fboxsep}{10pt}
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \begin_inset Box Boxed
26849 position "c"
26850 hor_pos "c"
26851 has_inner_box 1
26852 inner_pos "c"
26853 use_parbox 0
26854 use_makebox 0
26855 width "25col%"
26856 special "none"
26857 height "1in"
26858 height_special "totalheight"
26859 status open
26860
26861 \begin_layout Plain Layout
26862 \align center
26863
26864 \series bold
26865
26866 \backslash
26867 fboxsep
26868 \series default
26869
26870 \begin_inset space \thinspace{}
26871 \end_inset
26872
26873 =
26874 \begin_inset space \thinspace{}
26875 \end_inset
26876
26877 10
26878 \begin_inset space \thinspace{}
26879 \end_inset
26880
26881 ptの長方形の箱型
26882 \end_layout
26883
26884 \end_inset
26885
26886
26887 \begin_inset ERT
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891
26892
26893 \backslash
26894 setlength{
26895 \backslash
26896 fboxsep}{3pt}
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \begin_layout Standard
26905 \begin_inset VSpace bigskip
26906 \end_inset
26907
26908 楕円形ボックスの丸い角の直径は、コマンド
26909 \series bold
26910
26911 \backslash
26912 cornersize
26913 \series default
26914 で設定することができます。
26915 \end_layout
26916
26917 \begin_layout Standard
26918
26919 \series bold
26920
26921 \backslash
26922 cornersize*{1cm}
26923 \end_layout
26924
26925 \begin_layout Standard
26926 というコマンドは、直径を1
26927 \begin_inset space \thinspace{}
26928 \end_inset
26929
26930 cmに設定します。
26931 \end_layout
26932
26933 \begin_layout Standard
26934
26935 \series bold
26936
26937 \backslash
26938 cornersize{数値}
26939 \end_layout
26940
26941 \begin_layout Standard
26942 というコマンドは、直径を
26943 \family sans
26944 数値
26945 \begin_inset space \thinspace{}
26946 \end_inset
26947
26948 ×
26949 \begin_inset space \thinspace{}
26950 \end_inset
26951
26952 (ボックスの幅と高さの小さい方)
26953 \family default
26954 に設定します。既定値は
26955 \series bold
26956
26957 \backslash
26958 cornersize{0.5}
26959 \series default
26960 です。
26961 \end_layout
26962
26963 \begin_layout Standard
26964 \begin_inset ERT
26965 status collapsed
26966
26967 \begin_layout Plain Layout
26968
26969
26970 \backslash
26971 cornersize*{1.5cm}
26972 \end_layout
26973
26974 \end_inset
26975
26976
26977 \begin_inset Box Ovalbox
26978 position "c"
26979 hor_pos "c"
26980 has_inner_box 1
26981 inner_pos "c"
26982 use_parbox 0
26983 use_makebox 0
26984 width "25col%"
26985 special "none"
26986 height "1in"
26987 height_special "totalheight"
26988 status open
26989
26990 \begin_layout Plain Layout
26991 \align center
26992
26993 \series bold
26994
26995 \backslash
26996 cornersize
26997 \series default
26998
26999 \begin_inset space \thinspace{}
27000 \end_inset
27001
27002 =
27003 \begin_inset space \thinspace{}
27004 \end_inset
27005
27006 1.5
27007 \begin_inset space \thinspace{}
27008 \end_inset
27009
27010 cmの楕円形の箱型
27011 \end_layout
27012
27013 \end_inset
27014
27015
27016 \begin_inset ERT
27017 status collapsed
27018
27019 \begin_layout Plain Layout
27020
27021
27022 \backslash
27023 cornersize{0.5}
27024 \end_layout
27025
27026 \end_inset
27027
27028
27029 \end_layout
27030
27031 \begin_layout Standard
27032 \begin_inset VSpace bigskip
27033 \end_inset
27034
27035 影の大きさは、長さ
27036 \series bold
27037
27038 \backslash
27039 shadowsize
27040 \series default
27041 を変更することで調整できます。以下のボックスでは
27042 \end_layout
27043
27044 \begin_layout Standard
27045
27046 \series bold
27047
27048 \backslash
27049 setlength{
27050 \backslash
27051 shadowsize}{2pt}
27052 \end_layout
27053
27054 \begin_layout Standard
27055 というコマンドを使って、2
27056 \begin_inset space \thinspace{}
27057 \end_inset
27058
27059 ptに設定しています。
27060 \end_layout
27061
27062 \begin_layout Standard
27063 \begin_inset ERT
27064 status collapsed
27065
27066 \begin_layout Plain Layout
27067
27068
27069 \backslash
27070 setlength{
27071 \backslash
27072 shadowsize}{2pt}
27073 \end_layout
27074
27075 \end_inset
27076
27077
27078 \begin_inset Box Shadowbox
27079 position "c"
27080 hor_pos "c"
27081 has_inner_box 1
27082 inner_pos "c"
27083 use_parbox 0
27084 use_makebox 0
27085 width "25col%"
27086 special "none"
27087 height "1in"
27088 height_special "totalheight"
27089 status open
27090
27091 \begin_layout Plain Layout
27092 \align center
27093
27094 \series bold
27095
27096 \backslash
27097 shadowsize
27098 \series default
27099
27100 \begin_inset space \thinspace{}
27101 \end_inset
27102
27103 =
27104 \begin_inset space \thinspace{}
27105 \end_inset
27106
27107 2
27108 \begin_inset space \thinspace{}
27109 \end_inset
27110
27111 ptの影付きボックス
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \begin_inset ERT
27118 status collapsed
27119
27120 \begin_layout Plain Layout
27121
27122
27123 \backslash
27124 setlength{
27125 \backslash
27126 shadowsize}{4pt}
27127 \end_layout
27128
27129 \end_inset
27130
27131
27132 \end_layout
27133
27134 \begin_layout Standard
27135 \begin_inset VSpace bigskip
27136 \end_inset
27137
27138
27139 \end_layout
27140
27141 \begin_layout Standard
27142 寸法
27143 \series bold
27144
27145 \backslash
27146 FrameRule
27147 \series default
27148 の既定値は0.4
27149 \begin_inset space \thinspace{}
27150 \end_inset
27151
27152 ptです。ボックスの中身と枠の間の空白の既定値は9
27153 \begin_inset space \thinspace{}
27154 \end_inset
27155
27156 ptですが、
27157 \series bold
27158
27159 \backslash
27160 FrameSep
27161 \series default
27162 の値を変えることで変更することができます。たとえば、下記の
27163 \family sans
27164 ボックス
27165 \family default
27166 の枠の外見は、
27167 \end_layout
27168
27169 \begin_layout Standard
27170
27171 \series bold
27172
27173 \backslash
27174 setlength{
27175 \backslash
27176 FrameRule}{5pt}
27177 \begin_inset Newline newline
27178 \end_inset
27179
27180
27181 \backslash
27182 setlength{
27183 \backslash
27184 FrameSep}{0.5cm}
27185 \end_layout
27186
27187 \begin_layout Standard
27188 というTeXコードコマンドで設定してあります。
27189 \begin_inset ERT
27190 status collapsed
27191
27192 \begin_layout Plain Layout
27193
27194
27195 \backslash
27196 setlength{
27197 \backslash
27198 FrameRule}{5pt}
27199 \end_layout
27200
27201 \begin_layout Plain Layout
27202
27203
27204 \backslash
27205 setlength{
27206 \backslash
27207 FrameSep}{0.5cm}
27208 \end_layout
27209
27210 \end_inset
27211
27212
27213 \begin_inset Box Framed
27214 position "t"
27215 hor_pos "c"
27216 has_inner_box 0
27217 inner_pos "t"
27218 use_parbox 0
27219 use_makebox 0
27220 width "100col%"
27221 special "none"
27222 height "1in"
27223 height_special "totalheight"
27224 status open
27225
27226 \begin_layout Plain Layout
27227 これは
27228 \family sans
27229 改頁可能
27230 \family default
27231 ボックスの文章です。
27232 \end_layout
27233
27234 \end_inset
27235
27236
27237 \begin_inset ERT
27238 status collapsed
27239
27240 \begin_layout Plain Layout
27241
27242
27243 \backslash
27244 setlength{
27245 \backslash
27246 FrameRule}{0.4pt}
27247 \end_layout
27248
27249 \begin_layout Plain Layout
27250
27251
27252 \backslash
27253 setlength{
27254 \backslash
27255 FrameSep}{9pt}
27256 \end_layout
27257
27258 \end_inset
27259
27260
27261 \end_layout
27262
27263 \begin_layout Standard
27264 \begin_inset VSpace bigskip
27265 \end_inset
27266
27267
27268 \end_layout
27269
27270 \begin_layout Standard
27271
27272 \family sans
27273 影付き背景
27274 \family default
27275 ボックスでは、ボックスの内容と枠の余白の既定値は3
27276 \begin_inset space \thinspace{}
27277 \end_inset
27278
27279 ptになっていますが、
27280 \series bold
27281
27282 \backslash
27283 fboxsep
27284 \series default
27285 の値を変更することで変えられます。既定の背景色である赤色は、
27286 \series bold
27287
27288 \backslash
27289 definecolor{shadebox}
27290 \series default
27291 コマンドで局所的に変更することもできますし、
27292 \family sans
27293 ツール\SpecialChar \menuseparator
27294 設定\SpecialChar \menuseparator
27295 色\SpecialChar \menuseparator
27296 影付きボックス
27297 \family default
27298 メニューからグローバルに変更することもできます。
27299 \series bold
27300
27301 \backslash
27302 definecolor
27303 \series default
27304 コマンドの用法は第
27305 \begin_inset CommandInset ref
27306 LatexCommand ref
27307 reference "sec:色付きの表"
27308
27309 \end_inset
27310
27311
27312 \begin_inset Foot
27313 status open
27314
27315 \begin_layout Plain Layout
27316 N
27317 \series bold
27318
27319 \backslash
27320 definecolor
27321 \series default
27322 は、LaTeXパッケージの
27323 \series bold
27324 color
27325 \series default
27326 をプリアンブルに読み込む必要があります。第
27327 \begin_inset CommandInset ref
27328 LatexCommand ref
27329 reference "sec:色付きボックス"
27330
27331 \end_inset
27332
27333 節をご参照ください。.
27334 \end_layout
27335
27336 \end_inset
27337
27338 で説明されています。
27339 \end_layout
27340
27341 \begin_layout Standard
27342 たとえば、下記の影付き背景ボックスの外見は
27343 \end_layout
27344
27345 \begin_layout Standard
27346
27347 \series bold
27348
27349 \backslash
27350 setlength{
27351 \backslash
27352 fboxsep}{0.5cm}
27353 \series default
27354
27355 \begin_inset Newline newline
27356 \end_inset
27357
27358
27359 \series bold
27360
27361 \backslash
27362 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27363 \end_layout
27364
27365 \begin_layout Standard
27366 というTeXコードコマンドを使って設定してあります。
27367 \end_layout
27368
27369 \begin_layout Standard
27370 \begin_inset ERT
27371 status collapsed
27372
27373 \begin_layout Plain Layout
27374
27375
27376 \backslash
27377 setlength{
27378 \backslash
27379 fboxsep}{0.5cm}
27380 \end_layout
27381
27382 \begin_layout Plain Layout
27383
27384
27385 \backslash
27386 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27387 \end_layout
27388
27389 \end_inset
27390
27391
27392 \begin_inset Box Shaded
27393 position "t"
27394 hor_pos "c"
27395 has_inner_box 0
27396 inner_pos "t"
27397 use_parbox 0
27398 use_makebox 0
27399 width "100col%"
27400 special "none"
27401 height "1in"
27402 height_special "totalheight"
27403 status open
27404
27405 \begin_layout Plain Layout
27406
27407 \color yellow
27408 これは、濃緑色の背景の
27409 \family sans
27410 影付き背景
27411 \family default
27412 ボックスに入れた黄色の文章です。
27413 \end_layout
27414
27415 \end_inset
27416
27417
27418 \begin_inset ERT
27419 status collapsed
27420
27421 \begin_layout Plain Layout
27422
27423
27424 \backslash
27425 setlength{
27426 \backslash
27427 fboxsep}{3pt}
27428 \end_layout
27429
27430 \begin_layout Plain Layout
27431
27432
27433 \backslash
27434 definecolor{shadecolor}{rgb}{1,0,0}
27435 \end_layout
27436
27437 \end_inset
27438
27439
27440 \end_layout
27441
27442 \begin_layout Standard
27443 \begin_inset VSpace bigskip
27444 \end_inset
27445
27446 変更した長さや幅は、変更を設定したコマンド以後のすべてのボックスに有効となります。
27447 \end_layout
27448
27449 \begin_layout Section
27450 ミニページ
27451 \begin_inset CommandInset label
27452 LatexCommand label
27453 name "sec:ミニページ"
27454
27455 \end_inset
27456
27457
27458 \begin_inset Index idx
27459 status collapsed
27460
27461 \begin_layout Plain Layout
27462 ぼっくす@ボックス ! みにぺーじ@ミニページ
27463 \end_layout
27464
27465 \end_inset
27466
27467
27468 \end_layout
27469
27470 \begin_layout Standard
27471 ミニページは、LaTeXによってページの中のページとして取り扱われるので、たとえばそれ自身で脚注を持つことができます。
27472 \end_layout
27473
27474 \begin_layout Standard
27475 ミニページは、複数の言語を含む文書を執筆する際に便利です。
27476 \end_layout
27477
27478 \begin_layout Standard
27479 下掲は、二つの例示用ミニページを横に並べたものです。これらの幅は45列幅%に設定され、
27480 \family sans
27481 挿入
27482 \family default
27483 \SpecialChar \menuseparator
27484
27485 \family sans
27486 整形
27487 \family default
27488 \SpecialChar \menuseparator
27489
27490 \family sans
27491 水平方向の空白
27492 \family default
27493 メニューで挿入した水平フィルで隔てられています。
27494 \begin_inset Newpage newpage
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \begin_layout Standard
27501 \begin_inset Box Frameless
27502 position "t"
27503 hor_pos "c"
27504 has_inner_box 1
27505 inner_pos "c"
27506 use_parbox 0
27507 use_makebox 0
27508 width "45col%"
27509 special "none"
27510 height "1in"
27511 height_special "totalheight"
27512 status open
27513
27514 \begin_layout Plain Layout
27515 Dies ist ein deutscher Text.
27516  Dies ist ein deutscher Text.
27517  Dies ist ein deutscher Text.
27518  Dies ist ein deutscher Text.
27519  Dies ist ein deutscher Text.
27520  Dies ist ein deutscher Text.
27521  Dies ist ein deutscher Text.
27522  Dies ist ein deutscher Text.
27523  Dies ist ein deutscher Text.
27524  Dies ist ein deutscher Text.
27525  Dies ist ein deutscher Text.
27526  Dies ist ein deutscher Text.
27527  Dies ist ein deutscher Text
27528 \begin_inset Foot
27529 status collapsed
27530
27531 \begin_layout Plain Layout
27532 Dies ist eine deutsche Fußnote.
27533 \end_layout
27534
27535 \end_inset
27536
27537 .
27538  Dies ist ein deutscher Text.
27539  Dies ist ein deutscher Text.
27540 \end_layout
27541
27542 \end_inset
27543
27544
27545 \begin_inset space \hfill{}
27546 \end_inset
27547
27548
27549 \begin_inset Box Frameless
27550 position "t"
27551 hor_pos "c"
27552 has_inner_box 1
27553 inner_pos "c"
27554 use_parbox 0
27555 use_makebox 0
27556 width "45col%"
27557 special "none"
27558 height "1in"
27559 height_special "totalheight"
27560 status open
27561
27562 \begin_layout Plain Layout
27563 This is an English Text.
27564  This is an English Text.
27565  This is an English Text.
27566  This is an English Text.
27567  This is an English Text.
27568  This is an English Text.
27569  This is an English Text.
27570  This is an English Text.
27571  This is an English Text.
27572  This is an English Text.
27573  This is an English Text.
27574  This is an English Text.
27575  This is an English Text.
27576  This is an English Text.
27577  This is an English Text.
27578  This is an English Text.
27579 \begin_inset Foot
27580 status collapsed
27581
27582 \begin_layout Plain Layout
27583 This is an English footnote.
27584 \end_layout
27585
27586 \end_inset
27587
27588  This is an English Text.
27589  
27590 \end_layout
27591
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \begin_layout Standard
27598 \begin_inset VSpace bigskip
27599 \end_inset
27600
27601 ミニページのもう一つの応用例としては、表内での脚注があります。LaTeXの制約のせいで、表中の脚注は、同一ページの底部には表示されません。しかし、脚注を含む表を
27602 ミニページ内に置けば、脚注は底部に表示され、ラテン文字で付番されます。脚注番号は、ミニページ毎に1にリセットされますが、ミニページ外ではリセットされません。
27603 \end_layout
27604
27605 \begin_layout Standard
27606 この表の脚注は表示されません。
27607 \begin_inset Tabular
27608 <lyxtabular version="3" rows="3" columns="4">
27609 <features tabularvalignment="middle">
27610 <column alignment="center" valignment="top" width="0pt">
27611 <column alignment="center" valignment="top" width="0pt">
27612 <column alignment="center" valignment="top" width="0pt">
27613 <column alignment="center" valignment="top" width="0pt">
27614 <row>
27615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27616 \begin_inset Text
27617
27618 \begin_layout Plain Layout
27619 1
27620 \end_layout
27621
27622 \end_inset
27623 </cell>
27624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27625 \begin_inset Text
27626
27627 \begin_layout Plain Layout
27628 2
27629 \end_layout
27630
27631 \end_inset
27632 </cell>
27633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27634 \begin_inset Text
27635
27636 \begin_layout Plain Layout
27637 3
27638 \begin_inset Foot
27639 status collapsed
27640
27641 \begin_layout Plain Layout
27642 これは表中の脚注です。
27643 \end_layout
27644
27645 \end_inset
27646
27647
27648 \end_layout
27649
27650 \end_inset
27651 </cell>
27652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27653 \begin_inset Text
27654
27655 \begin_layout Plain Layout
27656 4
27657 \end_layout
27658
27659 \end_inset
27660 </cell>
27661 </row>
27662 <row>
27663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27664 \begin_inset Text
27665
27666 \begin_layout Plain Layout
27667
27668 \end_layout
27669
27670 \end_inset
27671 </cell>
27672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27673 \begin_inset Text
27674
27675 \begin_layout Plain Layout
27676
27677 \end_layout
27678
27679 \end_inset
27680 </cell>
27681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27682 \begin_inset Text
27683
27684 \begin_layout Plain Layout
27685
27686 \end_layout
27687
27688 \end_inset
27689 </cell>
27690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27691 \begin_inset Text
27692
27693 \begin_layout Plain Layout
27694
27695 \end_layout
27696
27697 \end_inset
27698 </cell>
27699 </row>
27700 <row>
27701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27702 \begin_inset Text
27703
27704 \begin_layout Plain Layout
27705
27706 \end_layout
27707
27708 \end_inset
27709 </cell>
27710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27711 \begin_inset Text
27712
27713 \begin_layout Plain Layout
27714
27715 \end_layout
27716
27717 \end_inset
27718 </cell>
27719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27720 \begin_inset Text
27721
27722 \begin_layout Plain Layout
27723
27724 \end_layout
27725
27726 \end_inset
27727 </cell>
27728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27729 \begin_inset Text
27730
27731 \begin_layout Plain Layout
27732
27733 \end_layout
27734
27735 \end_inset
27736 </cell>
27737 </row>
27738 </lyxtabular>
27739
27740 \end_inset
27741
27742
27743 \end_layout
27744
27745 \begin_layout Standard
27746 \align center
27747 \begin_inset Box Frameless
27748 position "t"
27749 hor_pos "c"
27750 has_inner_box 1
27751 inner_pos "c"
27752 use_parbox 0
27753 use_makebox 0
27754 width "30col%"
27755 special "none"
27756 height "1in"
27757 height_special "totalheight"
27758 status open
27759
27760 \begin_layout Plain Layout
27761 \align center
27762 \begin_inset Tabular
27763 <lyxtabular version="3" rows="3" columns="4">
27764 <features tabularvalignment="middle">
27765 <column alignment="center" valignment="top" width="0pt">
27766 <column alignment="center" valignment="top" width="0pt">
27767 <column alignment="center" valignment="top" width="0pt">
27768 <column alignment="center" valignment="top" width="0pt">
27769 <row>
27770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27771 \begin_inset Text
27772
27773 \begin_layout Plain Layout
27774 1
27775 \end_layout
27776
27777 \end_inset
27778 </cell>
27779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27780 \begin_inset Text
27781
27782 \begin_layout Plain Layout
27783 2
27784 \end_layout
27785
27786 \end_inset
27787 </cell>
27788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27789 \begin_inset Text
27790
27791 \begin_layout Plain Layout
27792 3
27793 \begin_inset Foot
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797 これは表中の脚注です。
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \end_layout
27804
27805 \end_inset
27806 </cell>
27807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27808 \begin_inset Text
27809
27810 \begin_layout Plain Layout
27811 4
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 </row>
27817 <row>
27818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27819 \begin_inset Text
27820
27821 \begin_layout Plain Layout
27822
27823 \end_layout
27824
27825 \end_inset
27826 </cell>
27827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27828 \begin_inset Text
27829
27830 \begin_layout Plain Layout
27831
27832 \end_layout
27833
27834 \end_inset
27835 </cell>
27836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27837 \begin_inset Text
27838
27839 \begin_layout Plain Layout
27840
27841 \end_layout
27842
27843 \end_inset
27844 </cell>
27845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27846 \begin_inset Text
27847
27848 \begin_layout Plain Layout
27849
27850 \end_layout
27851
27852 \end_inset
27853 </cell>
27854 </row>
27855 <row>
27856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27857 \begin_inset Text
27858
27859 \begin_layout Plain Layout
27860
27861 \end_layout
27862
27863 \end_inset
27864 </cell>
27865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27866 \begin_inset Text
27867
27868 \begin_layout Plain Layout
27869
27870 \end_layout
27871
27872 \end_inset
27873 </cell>
27874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27875 \begin_inset Text
27876
27877 \begin_layout Plain Layout
27878
27879 \end_layout
27880
27881 \end_inset
27882 </cell>
27883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27884 \begin_inset Text
27885
27886 \begin_layout Plain Layout
27887
27888 \end_layout
27889
27890 \end_inset
27891 </cell>
27892 </row>
27893 </lyxtabular>
27894
27895 \end_inset
27896
27897
27898 \end_layout
27899
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \begin_layout Standard
27906 \begin_inset VSpace bigskip
27907 \end_inset
27908
27909 ミニページ内では、文書全体の段落設定は無視されます。つまり、たとえば文書設定で
27910 \family sans
27911 中スキップ
27912 \family default
27913 を設定していたとしても、ミニページ内の段落間には余白が置かれません。
27914 \end_layout
27915
27916 \begin_layout Standard
27917 ミニページは、文章部に背景色を与えるのに使用することもできます。第
27918 \begin_inset CommandInset ref
27919 LatexCommand ref
27920 reference "sub:段落の着色"
27921
27922 \end_inset
27923
27924 節をご参照ください。
27925 \end_layout
27926
27927 \begin_layout Standard
27928 \begin_inset Note Greyedout
27929 status open
27930
27931 \begin_layout Plain Layout
27932
27933 \series bold
27934 【註】
27935 \series default
27936 ミニページ内にフロートや傍注を使用することはできませんが、ミニページを表・フロート・他のボックス内で使用することはできます。
27937 \end_layout
27938
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \begin_layout Section
27945 Parbox
27946 \begin_inset CommandInset label
27947 LatexCommand label
27948 name "sec:Parboxes"
27949
27950 \end_inset
27951
27952
27953 \begin_inset Index idx
27954 status collapsed
27955
27956 \begin_layout Plain Layout
27957 ぼっくす@ボックス ! Parboxes
27958 \end_layout
27959
27960 \end_inset
27961
27962
27963 \end_layout
27964
27965 \begin_layout Standard
27966 Parboxはミニページに非常によく似ていますが、脚注を付けることができない点が違います。
27967 \end_layout
27968
27969 \begin_layout Standard
27970 \align center
27971 \begin_inset Box Frameless
27972 position "t"
27973 hor_pos "c"
27974 has_inner_box 1
27975 inner_pos "t"
27976 use_parbox 1
27977 use_makebox 0
27978 width "33col%"
27979 special "none"
27980 height "1in"
27981 height_special "totalheight"
27982 status collapsed
27983
27984 \begin_layout Plain Layout
27985 これはparbox内の文章です。これはparbox内の文章です。
27986 \end_layout
27987
27988 \begin_layout Plain Layout
27989 右の脚注は表示されません。
27990 \begin_inset Foot
27991 status collapsed
27992
27993 \begin_layout Plain Layout
27994 これはparbox内の脚注であり、したがって表示はされません。
27995 \end_layout
27996
27997 \end_inset
27998
27999
28000 \end_layout
28001
28002 \end_inset
28003
28004
28005 \end_layout
28006
28007 \begin_layout Section
28008 単語や文字のボックス
28009 \begin_inset Index idx
28010 status collapsed
28011
28012 \begin_layout Plain Layout
28013 ぼっくす@ボックス ! もじよう@文字用
28014 \end_layout
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \begin_layout Subsection
28022 ハイフネーションの回避
28023 \begin_inset CommandInset label
28024 LatexCommand label
28025 name "sec:ハイフネーションの回避"
28026
28027 \end_inset
28028
28029
28030 \begin_inset Index idx
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
28035 \end_layout
28036
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \begin_layout Standard
28043 単語や文章がハイフネートされるのを防ぐには、
28044 \family sans
28045 makebox
28046 \family default
28047 型ボックスを使うことができます。
28048 \begin_inset Newline newline
28049 \end_inset
28050
28051 以下が例示用の文章です。
28052 \end_layout
28053
28054 \begin_layout Standard
28055 This line is an example to show how you can prevent the hyphenation of 
28056 \begin_inset Quotes eld
28057 \end_inset
28058
28059 veryverylongword
28060 \begin_inset Quotes erd
28061 \end_inset
28062
28063 .
28064 \end_layout
28065
28066 \begin_layout Standard
28067 単語「veryverylongword」がハイフネートされるのを防ぐには、単語をボックスの中に入れて、
28068 \family sans
28069 内部ボックス
28070 \family default
28071
28072 \family sans
28073 makeboxコマンド
28074 \family default
28075 に設定し、幅を1幅にします。
28076 \end_layout
28077
28078 \begin_layout Standard
28079 以下がその結果です。
28080 \end_layout
28081
28082 \begin_layout Standard
28083 This line is an example to show how you can prevent the hyphenation of 
28084 \begin_inset Box Frameless
28085 position "t"
28086 hor_pos "c"
28087 has_inner_box 1
28088 inner_pos "t"
28089 use_parbox 0
28090 use_makebox 1
28091 width "1in"
28092 special "width"
28093 height "1in"
28094 height_special "totalheight"
28095 status open
28096
28097 \begin_layout Plain Layout
28098 \begin_inset Quotes eld
28099 \end_inset
28100
28101 veryverylongword
28102 \begin_inset Quotes erd
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \end_inset
28109
28110 .
28111 \end_layout
28112
28113 \begin_layout Standard
28114 別の方法としては、以下のように、単語の前に直接TeXコードで「
28115 \series bold
28116
28117 \backslash
28118 -
28119 \series default
28120 」コマンドを設定する方法もあります。
28121 \end_layout
28122
28123 \begin_layout Standard
28124 This line is an example to show how you can prevent the hyphenation of 
28125 \begin_inset Quotes eld
28126 \end_inset
28127
28128
28129 \begin_inset ERT
28130 status collapsed
28131
28132 \begin_layout Plain Layout
28133
28134
28135 \backslash
28136 -
28137 \end_layout
28138
28139 \end_inset
28140
28141 veryverylongword
28142 \begin_inset Quotes erd
28143 \end_inset
28144
28145 .
28146 \end_layout
28147
28148 \begin_layout Standard
28149 もちろん、こうすることでこの単語は右余白に突き出てしまいます。これを回避するには、以下のように
28150 \family sans
28151 挿入
28152 \family default
28153 \SpecialChar \menuseparator
28154
28155 \family sans
28156 整形
28157 \family default
28158 \SpecialChar \menuseparator
28159
28160 \family sans
28161 整形なし改行
28162 \family default
28163 メニュー(短絡キー
28164 \begin_inset Info
28165 type  "shortcut"
28166 arg   "newline-insert newline"
28167 \end_inset
28168
28169 )から改行を単語の前に入れてください。
28170 \end_layout
28171
28172 \begin_layout Standard
28173 This line is an example to show how you can prevent the hyphenation of 
28174 \begin_inset Newline newline
28175 \end_inset
28176
28177
28178 \begin_inset Box Frameless
28179 position "t"
28180 hor_pos "c"
28181 has_inner_box 1
28182 inner_pos "t"
28183 use_parbox 0
28184 use_makebox 1
28185 width "1in"
28186 special "width"
28187 height "1in"
28188 height_special "totalheight"
28189 status open
28190
28191 \begin_layout Plain Layout
28192 \begin_inset Quotes eld
28193 \end_inset
28194
28195 veryverylongword
28196 \begin_inset Quotes erd
28197 \end_inset
28198
28199
28200 \end_layout
28201
28202 \end_inset
28203
28204 .
28205 \end_layout
28206
28207 \begin_layout Subsection
28208 垂直揃え
28209 \begin_inset CommandInset label
28210 LatexCommand label
28211 name "sub:垂直揃え"
28212
28213 \end_inset
28214
28215
28216 \begin_inset Index idx
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
28221 \end_layout
28222
28223 \end_inset
28224
28225
28226 \begin_inset Index idx
28227 status collapsed
28228
28229 \begin_layout Plain Layout
28230 ぼっくす@ボックス ! Raiseboxes
28231 \end_layout
28232
28233 \end_inset
28234
28235
28236 \end_layout
28237
28238 \begin_layout Standard
28239
28240 \series bold
28241
28242 \backslash
28243 raisebox
28244 \series default
28245 コマンドを使うと、単語や文字や他のボックスを、周囲の文章に対して垂直方向に整列させることができます。
28246 \series bold
28247
28248 \backslash
28249 raisebox
28250 \series default
28251 は以下の書式で使用します。
28252 \end_layout
28253
28254 \begin_layout Standard
28255
28256 \series bold
28257
28258 \backslash
28259 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
28260 \end_layout
28261
28262 \begin_layout Standard
28263 ここで持ち上げ幅は、正の値ならばボックスを持ち上げ、負の値ならばボックスを引き下げます。
28264 \end_layout
28265
28266 \begin_layout Standard
28267 たとえば、「preventing」という単語を、そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには、単語の前にTeXコードで
28268 \end_layout
28269
28270 \begin_layout Standard
28271
28272 \series bold
28273
28274 \backslash
28275 raisebox{
28276 \backslash
28277 depth}{
28278 \end_layout
28279
28280 \begin_layout Standard
28281 というコマンドを挿入してください。単語の後には、閉じ括弧「
28282 \series bold
28283 }
28284 \series default
28285 」をTeXコードで挿入してください。
28286 \begin_inset Newline newline
28287 \end_inset
28288
28289 以下がその出力です。
28290 \end_layout
28291
28292 \begin_layout Standard
28293 This is a text line with the word 
28294 \begin_inset ERT
28295 status collapsed
28296
28297 \begin_layout Plain Layout
28298
28299
28300 \backslash
28301 raisebox{
28302 \backslash
28303 depth}{
28304 \end_layout
28305
28306 \end_inset
28307
28308
28309 \begin_inset Quotes eld
28310 \end_inset
28311
28312 preventing
28313 \begin_inset Quotes erd
28314 \end_inset
28315
28316
28317 \begin_inset ERT
28318 status collapsed
28319
28320 \begin_layout Plain Layout
28321
28322 }
28323 \end_layout
28324
28325 \end_inset
28326
28327  as raised word.
28328 \end_layout
28329
28330 \begin_layout Standard
28331 \begin_inset VSpace bigskip
28332 \end_inset
28333
28334 行中の文字を上げ下げすると、以下のように行間が広がります。
28335 \end_layout
28336
28337 \begin_layout Standard
28338 This is a text line with the word 
28339 \begin_inset ERT
28340 status collapsed
28341
28342 \begin_layout Plain Layout
28343
28344
28345 \backslash
28346 raisebox{-
28347 \backslash
28348 depth}{
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \begin_inset Quotes eld
28355 \end_inset
28356
28357 preventing
28358 \begin_inset Quotes erd
28359 \end_inset
28360
28361
28362 \begin_inset ERT
28363 status collapsed
28364
28365 \begin_layout Plain Layout
28366
28367 }
28368 \end_layout
28369
28370 \end_inset
28371
28372  as lowered word.
28373 \begin_inset Newline newline
28374 \end_inset
28375
28376 This is a text line with the word 
28377 \begin_inset ERT
28378 status collapsed
28379
28380 \begin_layout Plain Layout
28381
28382
28383 \backslash
28384 raisebox{0.5cm}{
28385 \end_layout
28386
28387 \end_inset
28388
28389
28390 \begin_inset Quotes eld
28391 \end_inset
28392
28393 testing
28394 \begin_inset Quotes erd
28395 \end_inset
28396
28397
28398 \begin_inset ERT
28399 status collapsed
28400
28401 \begin_layout Plain Layout
28402
28403 }
28404 \end_layout
28405
28406 \end_inset
28407
28408  as raised word.
28409 \end_layout
28410
28411 \begin_layout Standard
28412 何らかの理由でこれを抑制したい場合には、ボックスの高さを零に設定してください。たとえば、
28413 \end_layout
28414
28415 \begin_layout Standard
28416
28417 \series bold
28418
28419 \backslash
28420 raisebox{-
28421 \backslash
28422 depth}[0pt]{
28423 \end_layout
28424
28425 \begin_layout Standard
28426 とすると、
28427 \end_layout
28428
28429 \begin_layout Standard
28430 This is a text line with the word 
28431 \begin_inset ERT
28432 status collapsed
28433
28434 \begin_layout Plain Layout
28435
28436
28437 \backslash
28438 raisebox{-
28439 \backslash
28440 depth}[0pt]{
28441 \end_layout
28442
28443 \end_inset
28444
28445
28446 \begin_inset Quotes eld
28447 \end_inset
28448
28449 preventing
28450 \begin_inset Quotes erd
28451 \end_inset
28452
28453
28454 \begin_inset ERT
28455 status collapsed
28456
28457 \begin_layout Plain Layout
28458
28459 }
28460 \end_layout
28461
28462 \end_inset
28463
28464  as lowered word.
28465 \begin_inset Newline newline
28466 \end_inset
28467
28468 This is a text line with the word 
28469 \begin_inset ERT
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473
28474
28475 \backslash
28476 raisebox{0.5cm}[0pt]{
28477 \end_layout
28478
28479 \end_inset
28480
28481
28482 \begin_inset Quotes eld
28483 \end_inset
28484
28485 testing
28486 \begin_inset Quotes erd
28487 \end_inset
28488
28489
28490 \begin_inset ERT
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494
28495 }
28496 \end_layout
28497
28498 \end_inset
28499
28500  as raised word.
28501 \end_layout
28502
28503 \begin_layout Section
28504 色付きボックス
28505 \begin_inset CommandInset label
28506 LatexCommand label
28507 name "sec:色付きボックス"
28508
28509 \end_inset
28510
28511
28512 \begin_inset Index idx
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516 ぼっくす@ボックス ! いろつき@色付き
28517 \end_layout
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \begin_layout Subsection
28525 文字の着色
28526 \begin_inset Index idx
28527 status collapsed
28528
28529 \begin_layout Plain Layout
28530 いろ@色 ! もじの@文字の---
28531 \end_layout
28532
28533 \end_inset
28534
28535
28536 \end_layout
28537
28538 \begin_layout Standard
28539 文章の背景を着色するには、文章をいわゆる「色付きボックス」に入れなくてはなりません。このためには、LaTeXパッケージ
28540 \series bold
28541 color
28542 \series default
28543
28544 \begin_inset Index idx
28545 status collapsed
28546
28547 \begin_layout Plain Layout
28548 LaTeXぱっけーじ@LaTeXパッケージ ! color
28549 \end_layout
28550
28551 \end_inset
28552
28553 が、以下のようなコマンドで文書プリアンブルに読み込まれていなくてはなりません。
28554 \end_layout
28555
28556 \begin_layout Standard
28557
28558 \series bold
28559
28560 \backslash
28561 @ifundefined{textcolor}
28562 \begin_inset Newline newline
28563 \end_inset
28564
28565
28566 \begin_inset Phantom HPhantom
28567 status open
28568
28569 \begin_layout Plain Layout
28570
28571 \series bold
28572 \begin_inset space ~
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \end_inset
28579
28580 {
28581 \backslash
28582 usepackage{color}}{}
28583 \end_layout
28584
28585 \begin_layout Standard
28586
28587 \series bold
28588 color
28589 \series default
28590 パッケージは、文章を着色するとLyXが自動的に読み込みます
28591 \begin_inset Foot
28592 status collapsed
28593
28594 \begin_layout Plain Layout
28595 これが二度読み込まれることを回避するには、
28596 \series bold
28597
28598 \backslash
28599 @ifundefined
28600 \series default
28601 コマンドを使用します。
28602 \end_layout
28603
28604 \end_inset
28605
28606
28607 \end_layout
28608
28609 \begin_layout Standard
28610 \begin_inset VSpace medskip
28611 \end_inset
28612
28613 色付きボックスは、
28614 \series bold
28615
28616 \backslash
28617 colorbox
28618 \series default
28619 コマンドを使って作ります。これは、以下のような書式で使われます。
28620 \end_layout
28621
28622 \begin_layout Standard
28623
28624 \series bold
28625
28626 \backslash
28627 colorbox{color}{ボックスの内容}
28628 \end_layout
28629
28630 \begin_layout Standard
28631 ボックスの内容には、ボックスが入ることもできますし、色付きボックスを他のボックスに入れることもできます。
28632 \end_layout
28633
28634 \begin_layout Standard
28635 事前定義されている色には、
28636 \begin_inset Newline newline
28637 \end_inset
28638
28639
28640 \family sans
28641
28642 \family default
28643
28644 \family sans
28645
28646 \family default
28647
28648 \family sans
28649 シアン
28650 \family default
28651
28652 \family sans
28653
28654 \family default
28655
28656 \family sans
28657 マゼンタ
28658 \family default
28659
28660 \family sans
28661
28662 \family default
28663
28664 \family sans
28665
28666 \family default
28667
28668 \family sans
28669
28670 \family default
28671
28672 \begin_inset Newline newline
28673 \end_inset
28674
28675 があります。第
28676 \begin_inset CommandInset ref
28677 LatexCommand ref
28678 reference "sec:色付きの表"
28679
28680 \end_inset
28681
28682 節に述べられているようにすれば、自前の色を定義することもできます。
28683 \end_layout
28684
28685 \begin_layout Standard
28686 たとえば、単語の背景を赤にするには、単語の前にTeXコードで
28687 \end_layout
28688
28689 \begin_layout Standard
28690
28691 \series bold
28692
28693 \backslash
28694 colorbox{red}{
28695 \end_layout
28696
28697 \begin_layout Standard
28698 というコマンドを入れてください。単語の後には、TeXコードで閉じ括弧「
28699 \series bold
28700 }
28701 \series default
28702 」を入れてください。
28703 \begin_inset Newline newline
28704 \end_inset
28705
28706 以下がその結果です。
28707 \end_layout
28708
28709 \begin_layout Standard
28710 この行では、
28711 \begin_inset ERT
28712 status collapsed
28713
28714 \begin_layout Plain Layout
28715
28716
28717 \backslash
28718 colorbox{red}{
28719 \end_layout
28720
28721 \end_inset
28722
28723 「注意!」
28724 \begin_inset ERT
28725 status collapsed
28726
28727 \begin_layout Plain Layout
28728
28729 }
28730 \end_layout
28731
28732 \end_inset
28733
28734 という単語が赤い背景になっています。
28735 \end_layout
28736
28737 \begin_layout Standard
28738 \begin_inset VSpace bigskip
28739 \end_inset
28740
28741 ボックスの枠を別の色にしたい場合には、以下の書式で
28742 \series bold
28743
28744 \backslash
28745 fcolorbox
28746 \series default
28747 コマンドを使います。
28748 \end_layout
28749
28750 \begin_layout Standard
28751
28752 \series bold
28753
28754 \backslash
28755 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
28756 \end_layout
28757
28758 \begin_layout Standard
28759
28760 \series bold
28761
28762 \backslash
28763 fcolorbox
28764 \series default
28765
28766 \series bold
28767
28768 \backslash
28769 colorbox
28770 \series default
28771 の拡張です。枠の太さと枠とボックスの中身との余白は、第
28772 \begin_inset CommandInset ref
28773 LatexCommand ref
28774 reference "sec:装飾"
28775
28776 \end_inset
28777
28778 節で述べられているように、それぞれ
28779 \series bold
28780
28781 \backslash
28782 fboxrule
28783 \series default
28784
28785 \series bold
28786
28787 \backslash
28788 fboxsep
28789 \series default
28790 という長さで調節できます。
28791 \end_layout
28792
28793 \begin_layout Standard
28794 以下の例では、
28795 \end_layout
28796
28797 \begin_layout Standard
28798
28799 \series bold
28800
28801 \backslash
28802 fcolorbox{cyan}{magenta}{
28803 \end_layout
28804
28805 \begin_layout Standard
28806 というコマンドを使用しています。
28807 \end_layout
28808
28809 \begin_layout Standard
28810 これは、枠の太さを1
28811 \begin_inset space \thinspace{}
28812 \end_inset
28813
28814 mmに設定した例です。
28815 \begin_inset Newline newline
28816 \end_inset
28817
28818
28819 \begin_inset ERT
28820 status collapsed
28821
28822 \begin_layout Plain Layout
28823
28824
28825 \backslash
28826 fboxrule 1mm 
28827 \backslash
28828 fboxsep 1mm
28829 \end_layout
28830
28831 \end_inset
28832
28833
28834 \begin_inset ERT
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838
28839
28840 \backslash
28841 fcolorbox{cyan}{magenta}{
28842 \end_layout
28843
28844 \end_inset
28845
28846 これは着色した色付きボックス中の文章です。
28847 \begin_inset ERT
28848 status collapsed
28849
28850 \begin_layout Plain Layout
28851
28852 }
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \begin_layout Standard
28861 \begin_inset VSpace bigskip
28862 \end_inset
28863
28864 もちろん、色付きボックスの中に色付き文字を入れることもできます
28865 \begin_inset Newline newline
28866 \end_inset
28867
28868
28869 \begin_inset ERT
28870 status collapsed
28871
28872 \begin_layout Plain Layout
28873
28874
28875 \backslash
28876 fcolorbox{cyan}{magenta}{
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \color yellow
28883 これは着色した色付きボックス中の色付き文章です。
28884 \color inherit
28885
28886 \begin_inset ERT
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890
28891 }
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \begin_inset ERT
28898 status collapsed
28899
28900 \begin_layout Plain Layout
28901
28902
28903 \backslash
28904 fboxrule 0.4pt 
28905 \backslash
28906 fboxsep 3pt
28907 \end_layout
28908
28909 \end_inset
28910
28911
28912 \end_layout
28913
28914 \begin_layout Standard
28915
28916 \series bold
28917 \begin_inset VSpace medskip
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \begin_layout Standard
28924 \begin_inset Note Greyedout
28925 status open
28926
28927 \begin_layout Plain Layout
28928
28929 \series bold
28930 【註】
28931 \series default
28932 色付きボックス中の文章は改行できません。複数行あるいは段落に色を付けるには、以下に述べるように、色付きボックス中でボックスを使用してください。
28933 \end_layout
28934
28935 \end_inset
28936
28937
28938 \end_layout
28939
28940 \begin_layout Subsection
28941 段落の着色
28942 \begin_inset CommandInset label
28943 LatexCommand label
28944 name "sub:段落の着色"
28945
28946 \end_inset
28947
28948
28949 \begin_inset Index idx
28950 status collapsed
28951
28952 \begin_layout Plain Layout
28953 いろ@色 ! だんらく@段落---
28954 \end_layout
28955
28956 \end_inset
28957
28958
28959 \end_layout
28960
28961 \begin_layout Standard
28962 二行以上の背景色を設定するには、文章をミニページに入れてください。ミニページの前に、TeXコードで
28963 \series bold
28964
28965 \backslash
28966 colorbox
28967 \series default
28968 コマンドを
28969 \end_layout
28970
28971 \begin_layout Standard
28972
28973 \series bold
28974
28975 \backslash
28976 colorbox{色名}{
28977 \end_layout
28978
28979 \begin_layout Standard
28980 のように挿入します。ミニページの後には、TeXコードで閉じ括弧「
28981 \series bold
28982 }
28983 \series default
28984 」を挿入してください。
28985 \end_layout
28986
28987 \begin_layout Standard
28988 \begin_inset ERT
28989 status collapsed
28990
28991 \begin_layout Plain Layout
28992
28993
28994 \backslash
28995 colorbox{lightgrey}{
28996 \end_layout
28997
28998 \end_inset
28999
29000
29001 \begin_inset Box Frameless
29002 position "t"
29003 hor_pos "c"
29004 has_inner_box 1
29005 inner_pos "t"
29006 use_parbox 0
29007 use_makebox 0
29008 width "100col%"
29009 special "none"
29010 height "1in"
29011 height_special "totalheight"
29012 status open
29013
29014 \begin_layout Plain Layout
29015 これは背景色を付けた文章です。これは背景色を付けた文章です。
29016 \end_layout
29017
29018 \begin_layout Plain Layout
29019 \begin_inset VSpace defskip
29020 \end_inset
29021
29022 ここの文章には脚注
29023 \begin_inset Foot
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027 脚注の例
29028 \end_layout
29029
29030 \end_inset
29031
29032 を付けることもできますし、図表を挿入することもできます。
29033 \end_layout
29034
29035 \begin_layout Plain Layout
29036 \align center
29037 \begin_inset Tabular
29038 <lyxtabular version="3" rows="3" columns="3">
29039 <features tabularvalignment="middle">
29040 <column alignment="center" valignment="top" width="0">
29041 <column alignment="center" valignment="top" width="0">
29042 <column alignment="center" valignment="top" width="0">
29043 <row>
29044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29045 \begin_inset Text
29046
29047 \begin_layout Plain Layout
29048 a
29049 \end_layout
29050
29051 \end_inset
29052 </cell>
29053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29054 \begin_inset Text
29055
29056 \begin_layout Plain Layout
29057 !
29058 \end_layout
29059
29060 \end_inset
29061 </cell>
29062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29063 \begin_inset Text
29064
29065 \begin_layout Plain Layout
29066 3
29067 \end_layout
29068
29069 \end_inset
29070 </cell>
29071 </row>
29072 <row>
29073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29074 \begin_inset Text
29075
29076 \begin_layout Plain Layout
29077 <
29078 \end_layout
29079
29080 \end_inset
29081 </cell>
29082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29083 \begin_inset Text
29084
29085 \begin_layout Plain Layout
29086 b2
29087 \begin_inset Quotes erd
29088 \end_inset
29089
29090 |
29091 \end_layout
29092
29093 \end_inset
29094 </cell>
29095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29096 \begin_inset Text
29097
29098 \begin_layout Plain Layout
29099 >
29100 \end_layout
29101
29102 \end_inset
29103 </cell>
29104 </row>
29105 <row>
29106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29107 \begin_inset Text
29108
29109 \begin_layout Plain Layout
29110 1
29111 \end_layout
29112
29113 \end_inset
29114 </cell>
29115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29116 \begin_inset Text
29117
29118 \begin_layout Plain Layout
29119 §
29120 \end_layout
29121
29122 \end_inset
29123 </cell>
29124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29125 \begin_inset Text
29126
29127 \begin_layout Plain Layout
29128 c
29129 \end_layout
29130
29131 \end_inset
29132 </cell>
29133 </row>
29134 </lyxtabular>
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \end_inset
29142
29143
29144 \begin_inset ERT
29145 status collapsed
29146
29147 \begin_layout Plain Layout
29148
29149 }
29150 \end_layout
29151
29152 \end_inset
29153
29154
29155 \end_layout
29156
29157 \begin_layout Section
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 @ifundefined{rotatebox}
29171 \begin_inset Newline newline
29172 \end_inset
29173
29174
29175 \begin_inset Phantom HPhantom
29176 status open
29177
29178 \begin_layout Plain Layout
29179
29180 \series bold
29181 \begin_inset space ~
29182 \end_inset
29183
29184
29185 \end_layout
29186
29187 \end_inset
29188
29189 {
29190 \backslash
29191 usepackage{graphicx}}{}
29192 \end_layout
29193
29194 \begin_layout Standard
29195 というコマンドを使用して、
29196 \series bold
29197 graphicx
29198 \series default
29199
29200 \begin_inset Index idx
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204 LaTeXぱっけーじ@LaTeXパッケージ ! graphicx
29205 \end_layout
29206
29207 \end_inset
29208
29209 LaTeXパッケージを読み込む必要があります。
29210 \end_layout
29211
29212 \begin_layout Standard
29213 \begin_inset Note Greyedout
29214 status open
29215
29216 \begin_layout Plain Layout
29217
29218 \series bold
29219 【註】
29220 \series default
29221 DVIビューアによっては、回転伸縮したものの表示ができないものがあります。
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Standard
29230 \begin_inset Note Greyedout
29231 status open
29232
29233 \begin_layout Plain Layout
29234
29235 \series bold
29236 【註】
29237 \series default
29238 フロートは回転伸縮したボックスの中に入れることはできません。
29239 \end_layout
29240
29241 \end_inset
29242
29243
29244 \end_layout
29245
29246 \begin_layout Subsection
29247 ボックスの回転
29248 \begin_inset Index idx
29249 status collapsed
29250
29251 \begin_layout Plain Layout
29252 ぼっくす@ボックス ! かいてんした@回転した
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \begin_inset Index idx
29259 status collapsed
29260
29261 \begin_layout Plain Layout
29262 かいてん@回転 ! そざいの@素材の---
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \begin_inset Index idx
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272 ず@図 ! のかいてん@---の回転
29273 \end_layout
29274
29275 \end_inset
29276
29277
29278 \begin_inset Index idx
29279 status collapsed
29280
29281 \begin_layout Plain Layout
29282 ひょうのちょうせい@表の調整 ! かいてん@回転
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Standard
29291 何かを回転させたい場合には、回転させたボックスに入れましょう。そのようなボックスは、TeXコードで以下のような書式で
29292 \series bold
29293
29294 \backslash
29295 rotatebox
29296 \series default
29297 コマンドを使用すれば作成することができます。
29298 \end_layout
29299
29300 \begin_layout Standard
29301
29302 \series bold
29303
29304 \backslash
29305 rotatebox[回転の原点]{回転角}{ボックスの内容}
29306 \end_layout
29307
29308 \begin_layout Standard
29309 回転の原点は、
29310 \series bold
29311 origin=位置
29312 \series default
29313 の形で指定します。位置として指定可能なのは、
29314 \emph on
29315 c
29316 \emph default
29317 (中央揃え)・
29318 \emph on
29319 l
29320 \emph default
29321 (左揃え)・
29322 \emph on
29323 r
29324 \emph default
29325 (右揃え)・
29326 \emph on
29327 b
29328 \emph default
29329 (下揃え)・
29330 \emph on
29331 t
29332 \emph default
29333 (上揃え)と、これら五つの適切な組み合わせです。たとえば、
29334 \emph on
29335 lt
29336 \emph default
29337 と指定した場合には、回転の原点をボックスの左上隅にするということです。回転原点が指定されなかった場合には、位置として
29338 \emph on
29339 l
29340 \emph default
29341 が使用されます。回転角は、角度を指定する数字で負の値もとることができます。回転の方向は、反時計回りです。
29342 \end_layout
29343
29344 \begin_layout Standard
29345 以下の例では、「回転した」文章の前にTeXコードで
29346 \series bold
29347
29348 \backslash
29349 rotatebox[origin=c]{60}{
29350 \series default
29351 というコマンドを挿入し、文章の後にTeXコードで閉じ括弧
29352 \series bold
29353 }
29354 \series default
29355 でボックスを閉じています。
29356 \end_layout
29357
29358 \begin_layout Standard
29359 これは、
29360 \begin_inset ERT
29361 status collapsed
29362
29363 \begin_layout Plain Layout
29364
29365
29366 \backslash
29367 rotatebox[origin=c]{60}{
29368 \end_layout
29369
29370 \end_inset
29371
29372 回転した
29373 \begin_inset ERT
29374 status collapsed
29375
29376 \begin_layout Plain Layout
29377
29378 }
29379 \end_layout
29380
29381 \end_inset
29382
29383  文章を含む行です。
29384 \end_layout
29385
29386 \begin_layout Standard
29387 ボックスの中身には、以下のように、もう一つボックスを入れたり行内数式を入れたりすることもできます。
29388 \end_layout
29389
29390 \begin_layout Standard
29391 これは、
29392 \begin_inset ERT
29393 status collapsed
29394
29395 \begin_layout Plain Layout
29396
29397
29398 \backslash
29399 rotatebox[origin=r]{-60}{
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \begin_inset Box Doublebox
29406 position "c"
29407 hor_pos "c"
29408 has_inner_box 0
29409 inner_pos "c"
29410 use_parbox 0
29411 use_makebox 0
29412 width "1in"
29413 special "width"
29414 height "1in"
29415 height_special "totalheight"
29416 status open
29417
29418 \begin_layout Plain Layout
29419 回転した
29420 \end_layout
29421
29422 \end_inset
29423
29424
29425 \begin_inset ERT
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429
29430 }
29431 \end_layout
29432
29433 \end_inset
29434
29435 枠付き文章と
29436 \begin_inset ERT
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440
29441
29442 \backslash
29443 rotatebox[origin=lb]{60}{
29444 \end_layout
29445
29446 \end_inset
29447
29448
29449 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29450 \end_inset
29451
29452
29453 \begin_inset ERT
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457
29458 }
29459 \end_layout
29460
29461 \end_inset
29462
29463 数式を含む行です。
29464 \end_layout
29465
29466 \begin_layout Standard
29467 あるいは、以下のように図や表を入れることもできます。
29468 \end_layout
29469
29470 \begin_layout Standard
29471 これは、
29472 \begin_inset ERT
29473 status collapsed
29474
29475 \begin_layout Plain Layout
29476
29477
29478 \backslash
29479 rotatebox[origin=lb]{90}{
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \begin_inset Graphics
29486         filename ../clipart/platypus.eps
29487         lyxscale 50
29488         width 25col%
29489
29490 \end_inset
29491
29492
29493 \begin_inset ERT
29494 status collapsed
29495
29496 \begin_layout Plain Layout
29497
29498 }
29499 \end_layout
29500
29501 \end_inset
29502
29503 回転した画像と
29504 \begin_inset ERT
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508
29509
29510 \backslash
29511 rotatebox[origin=l]{-90}{
29512 \end_layout
29513
29514 \end_inset
29515
29516
29517 \begin_inset Tabular
29518 <lyxtabular version="3" rows="2" columns="2">
29519 <features tabularvalignment="middle">
29520 <column alignment="center" valignment="top" width="0">
29521 <column alignment="center" valignment="top" width="0">
29522 <row>
29523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29524 \begin_inset Text
29525
29526 \begin_layout Plain Layout
29527 q
29528 \end_layout
29529
29530 \end_inset
29531 </cell>
29532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29533 \begin_inset Text
29534
29535 \begin_layout Plain Layout
29536 w
29537 \end_layout
29538
29539 \end_inset
29540 </cell>
29541 </row>
29542 <row>
29543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29544 \begin_inset Text
29545
29546 \begin_layout Plain Layout
29547 e
29548 \end_layout
29549
29550 \end_inset
29551 </cell>
29552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29553 \begin_inset Text
29554
29555 \begin_layout Plain Layout
29556 r
29557 \end_layout
29558
29559 \end_inset
29560 </cell>
29561 </row>
29562 </lyxtabular>
29563
29564 \end_inset
29565
29566
29567 \begin_inset ERT
29568 status collapsed
29569
29570 \begin_layout Plain Layout
29571
29572 }
29573 \end_layout
29574
29575 \end_inset
29576
29577 表を含む行です。
29578 \end_layout
29579
29580 \begin_layout Subsection
29581 ボックスの伸縮
29582 \begin_inset Index idx
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた---
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \begin_inset Index idx
29593 status collapsed
29594
29595 \begin_layout Plain Layout
29596 しんしゅく@伸縮 ! そざいの@素材の---
29597 \end_layout
29598
29599 \end_inset
29600
29601
29602 \begin_inset Index idx
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606 ず@図 ! のしんしゅく@---の伸縮
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \begin_inset Index idx
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
29617 \end_layout
29618
29619 \end_inset
29620
29621
29622 \end_layout
29623
29624 \begin_layout Standard
29625 素材を伸縮させるには、TeXコードで
29626 \series bold
29627
29628 \backslash
29629 scalebox
29630 \series default
29631 コマンドと
29632 \series bold
29633
29634 \backslash
29635 resizebox
29636 \series default
29637 コマンドが使えます。
29638 \end_layout
29639
29640 \begin_layout Standard
29641
29642 \series bold
29643
29644 \backslash
29645 scalebox
29646 \series default
29647 は以下の書式で使用します。
29648 \end_layout
29649
29650 \begin_layout Standard
29651
29652 \series bold
29653
29654 \backslash
29655 scalebox{水平方向}[垂直方向]{ボックスの内容}
29656 \end_layout
29657
29658 \begin_layout Standard
29659 水平方向と垂直方向は、それぞれ対応する伸縮因子です。垂直方向の伸縮因子を省略した場合には、水平方向の伸縮因子が垂直方向にも適用されます。
29660 \end_layout
29661
29662 \begin_layout Standard
29663 たとえば、
29664 \series bold
29665
29666 \backslash
29667 scalebox{2}{こんにちは}
29668 \series default
29669 というコマンドは、文書の本文の大きさに比して2倍に引き延ばされた
29670 \begin_inset ERT
29671 status collapsed
29672
29673 \begin_layout Plain Layout
29674
29675
29676 \backslash
29677 scalebox{2}{
29678 \end_layout
29679
29680 \end_inset
29681
29682 こんにちは
29683 \begin_inset ERT
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687
29688 }
29689 \end_layout
29690
29691 \end_inset
29692
29693 を生成します。
29694 \end_layout
29695
29696 \begin_layout Standard
29697 これに対し、
29698 \series bold
29699
29700 \backslash
29701 scalebox{2}[1]{こんにちは}
29702 \series default
29703 は、
29704 \begin_inset ERT
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708
29709
29710 \backslash
29711 scalebox{2}[1]{
29712 \end_layout
29713
29714 \end_inset
29715
29716 こんにちは
29717 \begin_inset ERT
29718 status collapsed
29719
29720 \begin_layout Plain Layout
29721
29722 }
29723 \end_layout
29724
29725 \end_inset
29726
29727 を変形させます。
29728 \end_layout
29729
29730 \begin_layout Standard
29731 伸縮因子に負の値が与えられると、ボックスの内容は鏡像になります。したがって、
29732 \series bold
29733
29734 \backslash
29735 scalebox{-1}[1]{こんにちは}
29736 \series default
29737 というコマンドは、右のように反転文字を生成するのに使用できます:
29738 \begin_inset ERT
29739 status collapsed
29740
29741 \begin_layout Plain Layout
29742
29743
29744 \backslash
29745 scalebox{-1}[1]{
29746 \end_layout
29747
29748 \end_inset
29749
29750 こんにちは
29751 \begin_inset ERT
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755
29756 }
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \end_layout
29763
29764 \begin_layout Standard
29765
29766 \series bold
29767
29768 \backslash
29769 scalebox{1}[-1]{こんにちは}
29770 \series default
29771 とすると
29772 \begin_inset ERT
29773 status collapsed
29774
29775 \begin_layout Plain Layout
29776
29777
29778 \backslash
29779 scalebox{1}[-1]{
29780 \end_layout
29781
29782 \end_inset
29783
29784 こんにちは
29785 \begin_inset ERT
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789
29790 }
29791 \end_layout
29792
29793 \end_inset
29794
29795 のようにベースラインで鏡像にします。
29796 \end_layout
29797
29798 \begin_layout Standard
29799
29800 \series bold
29801
29802 \backslash
29803 scalebox{-1}[1]{ボックスの内容}
29804 \series default
29805 と同じ働きをするものとして
29806 \begin_inset Newline newline
29807 \end_inset
29808
29809
29810 \series bold
29811
29812 \backslash
29813 reflectbox{ボックスの内容}
29814 \series default
29815
29816 \begin_inset Newline newline
29817 \end_inset
29818
29819 というコマンドがあります。
29820 \end_layout
29821
29822 \begin_layout Standard
29823 \begin_inset VSpace bigskip
29824 \end_inset
29825
29826 指定した幅や丈にボックスを伸縮させるには、
29827 \series bold
29828
29829 \backslash
29830 resizebox
29831 \series default
29832 を使用します。このコマンドの書式は
29833 \end_layout
29834
29835 \begin_layout Standard
29836
29837 \series bold
29838
29839 \backslash
29840 resizebox{幅}{丈}{ボックスの内容}
29841 \end_layout
29842
29843 \begin_layout Standard
29844 です。上記二つのコマンド引数のうち一つが感嘆符「
29845 \series bold
29846 !
29847 \series default
29848 」であるならば、ボックスの内容の縦横比が一定に保たれるように大きさが調節されます。
29849 \end_layout
29850
29851 \begin_layout Standard
29852
29853 \series bold
29854
29855 \backslash
29856 resizebox{2cm}{1cm}{こんにちは}
29857 \series default
29858 というコマンドの出力は、
29859 \begin_inset ERT
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863
29864
29865 \backslash
29866 resizebox{2cm}{1cm}{
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 \end_layout
29879
29880 \end_inset
29881
29882 となり、
29883 \begin_inset Newline newline
29884 \end_inset
29885
29886
29887 \series bold
29888
29889 \backslash
29890 resizebox{2cm}{!}{こんにちは}
29891 \series default
29892 というコマンドの出力は、
29893 \begin_inset ERT
29894 status collapsed
29895
29896 \begin_layout Plain Layout
29897
29898
29899 \backslash
29900 resizebox{2cm}{!}{
29901 \end_layout
29902
29903 \end_inset
29904
29905 こんにちは
29906 \begin_inset ERT
29907 status collapsed
29908
29909 \begin_layout Plain Layout
29910
29911 }
29912 \end_layout
29913
29914 \end_inset
29915
29916 となります。
29917 \end_layout
29918
29919 \begin_layout Standard
29920 \begin_inset VSpace bigskip
29921 \end_inset
29922
29923
29924 \begin_inset Note Greyedout
29925 status open
29926
29927 \begin_layout Plain Layout
29928
29929 \series bold
29930 【註】
29931 \backslash
29932 scalebox
29933 \series default
29934
29935 \series bold
29936
29937 \backslash
29938 resizebox
29939 \series default
29940 の引数を零に設定した場合には、文書を書き出す際にLaTeXエラーは発生しませんが、書き出したファイルは表示できなかったり、一部しか表示されなかったりします。
29941 \end_layout
29942
29943 \end_inset
29944
29945
29946 \end_layout
29947
29948 \begin_layout Standard
29949 \begin_inset VSpace bigskip
29950 \end_inset
29951
29952
29953 \end_layout
29954
29955 \begin_layout Standard
29956 ボックスは好きな順序で組み合わせることができます。たとえば、
29957 \begin_inset Newline newline
29958 \end_inset
29959
29960
29961 \series bold
29962
29963 \backslash
29964 rotatebox[origin=c]{-45}{
29965 \backslash
29966 resizebox{2cm}{!}{
29967 \backslash
29968 reflectbox{こんにちは}}}
29969 \begin_inset Newline newline
29970 \end_inset
29971
29972
29973 \series default
29974 というコマンドは、
29975 \end_layout
29976
29977 \begin_layout Standard
29978 \align center
29979 \begin_inset ERT
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983
29984
29985 \backslash
29986 rotatebox[origin=c]{-45}{
29987 \backslash
29988 resizebox{2cm}{!}{
29989 \backslash
29990 reflectbox{
29991 \end_layout
29992
29993 \end_inset
29994
29995 こんにちは
29996 \begin_inset ERT
29997 status collapsed
29998
29999 \begin_layout Plain Layout
30000
30001 }}}
30002 \end_layout
30003
30004 \end_inset
30005
30006
30007 \end_layout
30008
30009 \begin_layout Standard
30010 \noindent
30011 という出力になります。ボックスの内容には、以下のように、画像や表や行内数式を入れてもかまいません。
30012 \end_layout
30013
30014 \begin_layout Standard
30015 \align center
30016 \begin_inset ERT
30017 status collapsed
30018
30019 \begin_layout Plain Layout
30020
30021
30022 \backslash
30023 rotatebox[origin=c]{-30}{
30024 \backslash
30025 resizebox{2cm}{!}{
30026 \backslash
30027 reflectbox{
30028 \end_layout
30029
30030 \end_inset
30031
30032
30033 \begin_inset Graphics
30034         filename ../clipart/platypus.eps
30035         lyxscale 50
30036         width 25col%
30037
30038 \end_inset
30039
30040
30041 \begin_inset ERT
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045
30046 }}}
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \begin_inset ERT
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056
30057
30058 \backslash
30059 rotatebox[origin=c]{-45}{
30060 \backslash
30061 resizebox{2cm}{!}{
30062 \backslash
30063 reflectbox{
30064 \end_layout
30065
30066 \end_inset
30067
30068
30069 \begin_inset Tabular
30070 <lyxtabular version="3" rows="2" columns="2">
30071 <features tabularvalignment="middle">
30072 <column alignment="center" valignment="top" width="0">
30073 <column alignment="center" valignment="top" width="0">
30074 <row>
30075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30076 \begin_inset Text
30077
30078 \begin_layout Plain Layout
30079 q
30080 \end_layout
30081
30082 \end_inset
30083 </cell>
30084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30085 \begin_inset Text
30086
30087 \begin_layout Plain Layout
30088 w
30089 \end_layout
30090
30091 \end_inset
30092 </cell>
30093 </row>
30094 <row>
30095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30096 \begin_inset Text
30097
30098 \begin_layout Plain Layout
30099 e
30100 \end_layout
30101
30102 \end_inset
30103 </cell>
30104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30105 \begin_inset Text
30106
30107 \begin_layout Plain Layout
30108 r
30109 \end_layout
30110
30111 \end_inset
30112 </cell>
30113 </row>
30114 </lyxtabular>
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 \begin_inset ERT
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134
30135
30136 \backslash
30137 rotatebox[origin=c]{-45}{
30138 \backslash
30139 resizebox{2cm}{!}{
30140 \backslash
30141 reflectbox{
30142 \end_layout
30143
30144 \end_inset
30145
30146
30147 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30148 \end_inset
30149
30150
30151 \begin_inset ERT
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155
30156 }}}
30157 \end_layout
30158
30159 \end_inset
30160
30161
30162 \end_layout
30163
30164 \begin_layout Standard
30165 文書で大域的に数式様式
30166 \series bold
30167 fleqn
30168 \series default
30169 を使用している場合
30170 \begin_inset Foot
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174 つまり、文書クラスオプションに「fleqn」を書き加えた場合。
30175 \end_layout
30176
30177 \end_inset
30178
30179 には、別行建て数式も伸縮させることができます。
30180 \end_layout
30181
30182 \begin_layout Chapter
30183
30184 \lang english
30185 Objects Surrounded by Text
30186 \begin_inset Index idx
30187 status collapsed
30188
30189 \begin_layout Plain Layout
30190
30191 \lang english
30192 Surrounded by text
30193 \end_layout
30194
30195 \end_inset
30196
30197
30198 \end_layout
30199
30200 \begin_layout Section
30201 折返しフロート
30202 \begin_inset CommandInset label
30203 LatexCommand label
30204 name "sec:折返しフロート"
30205
30206 \end_inset
30207
30208
30209 \begin_inset Index idx
30210 status collapsed
30211
30212 \begin_layout Plain Layout
30213 ふろーと@フロート ! おりかえしふろーと@折返しフロート
30214 \end_layout
30215
30216 \end_inset
30217
30218
30219 \lang english
30220
30221 \begin_inset Index idx
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225
30226 \lang english
30227 Surrounded by text ! Wrap Floats
30228 \end_layout
30229
30230 \end_inset
30231
30232
30233 \end_layout
30234
30235 \begin_layout Standard
30236 \begin_inset Wrap figure
30237 lines 0
30238 placement l
30239 overhang 1cm
30240 width "40col%"
30241 status open
30242
30243 \begin_layout Plain Layout
30244 \begin_inset Graphics
30245         filename ../clipart/mobius.eps
30246         width 40col%
30247         scaleBeforeRotation
30248         rotateOrigin center
30249
30250 \end_inset
30251
30252
30253 \end_layout
30254
30255 \begin_layout Plain Layout
30256 \begin_inset Caption
30257
30258 \begin_layout Plain Layout
30259 \begin_inset CommandInset label
30260 LatexCommand label
30261 name "fig:折返し図フロート"
30262
30263 \end_inset
30264
30265 これは折返し図フロートです。
30266 \end_layout
30267
30268 \end_inset
30269
30270
30271 \end_layout
30272
30273 \end_inset
30274
30275 このフロート型は、本文が図の周りに折返して入ることによって、図が段幅の一部しか占拠しないようにしたいときに用います。折返しフロートは、LaTeXパッケージの
30276 \series bold
30277 wrapfig
30278 \series default
30279
30280 \begin_inset Index idx
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284 LaTeXぱっけーじ@LaTeXパッケージ ! wrapfig
30285 \end_layout
30286
30287 \end_inset
30288
30289 を導入済みであれば、
30290 \family sans
30291 挿入\SpecialChar \menuseparator
30292 フロート\SpecialChar \menuseparator
30293 折返し図フロート
30294 \family default
30295
30296 \family sans
30297 折返し表フロート
30298 \family default
30299 メニューで挿入することができます
30300 \begin_inset Foot
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304 LaTeXパッケージの導入方法は、取扱説明書の『LaTeXの設定』に説明されています。
30305 \end_layout
30306
30307 \end_inset
30308
30309 。フロートの設定は、フロートボックスを右クリックすることで変更することができます。必須の設定項目は、フロートの
30310 \family sans
30311 配置
30312 \family default
30313
30314 \family sans
30315
30316 \family default
30317 です。非必須項目として、
30318 \family sans
30319 ぶら下げ
30320 \family default
30321
30322 \family sans
30323 行幅
30324 \family default
30325 があります。前者は、フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり、後者は、フロートが必要とするおおよその本文行数を指定するものです。
30326 行幅は、推測するのが難しいことがよくあるので、フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう。さらに、フロートを段落内でフロートするよう
30327 にするか、周囲の段落までフロートすることをLaTeXに許可するかを指定することができます。第
30328 \begin_inset CommandInset ref
30329 LatexCommand ref
30330 reference "fig:折返し図フロート"
30331
30332 \end_inset
30333
30334 図は、40
30335 \begin_inset space \thinspace{}
30336 \end_inset
30337
30338 列幅%の幅と1
30339 \begin_inset space \thinspace{}
30340 \end_inset
30341
30342 cmのぶら下げを持ち、左揃えの折返しフロートを例示してあります
30343 \begin_inset Foot
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347 使うことのできる単位は付録
30348 \begin_inset CommandInset ref
30349 LatexCommand ref
30350 reference "cha:LyXで使用できる単位"
30351
30352 \end_inset
30353
30354 に収録してあります。
30355 \end_layout
30356
30357 \end_inset
30358
30359
30360 \end_layout
30361
30362 \begin_layout Standard
30363 \begin_inset Note Greyedout
30364 status open
30365
30366 \begin_layout Plain Layout
30367
30368 \series bold
30369 【註】
30370 \series default
30371 折返しフロートは壊れやすいことがあります!例えば、図をページの下すぎる位置に置いてしまうと、ごちゃごちゃになって、フロートが出力に現れなかったり、他の本文の上に
30372 上書きされて出力されたりします。
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \end_layout
30379
30380 \begin_layout Standard
30381 原則として、
30382 \end_layout
30383
30384 \begin_layout Itemize
30385 折返しフロートは、改頁に掛かってしまう段落に置くべきではありません。つまり、折返しフロートは、文書がほぼ完成する段階になって、どこに改頁が現れるかを予測できるよ
30386 うになってから、正確な位置に挿入しなくてはなりません。
30387 \end_layout
30388
30389 \begin_layout Itemize
30390 折返しフロートは、入れ込む段落の前に単独の段落を設けて挿入するか、その段落自体の中に挿入しなくてはなりません。
30391 \end_layout
30392
30393 \begin_layout Itemize
30394 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので、二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください。
30395 \end_layout
30396
30397 \begin_layout Itemize
30398 折返しフロートは、節見出しや表中に入れることは認められていません。
30399 \end_layout
30400
30401 \begin_layout Itemize
30402
30403 \lang english
30404 Their numbering and referencing works as described in chap.
30405 \lang japanese
30406
30407 \begin_inset space \thinspace{}
30408 \end_inset
30409
30410
30411 \begin_inset CommandInset ref
30412 LatexCommand ref
30413 reference "chap:フロート"
30414
30415 \end_inset
30416
30417 .
30418 \end_layout
30419
30420 \begin_layout Section
30421
30422 \lang english
30423 Surrounded Fixed Objects
30424 \begin_inset Index idx
30425 status collapsed
30426
30427 \begin_layout Plain Layout
30428
30429 \lang english
30430 Surrounded by text ! Fixed objects
30431 \end_layout
30432
30433 \end_inset
30434
30435
30436 \end_layout
30437
30438 \begin_layout Standard
30439
30440 \lang english
30441 The wrap floats described in sec.
30442 \lang japanese
30443
30444 \begin_inset space \thinspace{}
30445 \end_inset
30446
30447
30448 \begin_inset CommandInset ref
30449 LatexCommand ref
30450 reference "sec:折返しフロート"
30451
30452 \end_inset
30453
30454  
30455 \lang english
30456 have these positions in the paragraph:
30457 \end_layout
30458
30459 \begin_layout Standard
30460 \noindent
30461 \align center
30462
30463 \lang english
30464 \begin_inset Tabular
30465 <lyxtabular version="3" rows="2" columns="2">
30466 <features tabularvalignment="middle">
30467 <column alignment="center" valignment="top" width="0">
30468 <column alignment="center" valignment="top" width="0">
30469 <row>
30470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30471 \begin_inset Text
30472
30473 \begin_layout Plain Layout
30474
30475 \lang english
30476 \begin_inset Graphics
30477         filename ../../images/dialog-show-new-inset_graphics.png
30478         scale 70
30479         scaleBeforeRotation
30480
30481 \end_inset
30482
30483
30484 \end_layout
30485
30486 \end_inset
30487 </cell>
30488 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30489 \begin_inset Text
30490
30491 \begin_layout Plain Layout
30492
30493 \lang english
30494 text
30495 \end_layout
30496
30497 \end_inset
30498 </cell>
30499 </row>
30500 <row>
30501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30502 \begin_inset Text
30503
30504 \begin_layout Plain Layout
30505
30506 \lang english
30507 text
30508 \end_layout
30509
30510 \end_inset
30511 </cell>
30512 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30513 \begin_inset Text
30514
30515 \begin_layout Plain Layout
30516
30517 \lang english
30518 text
30519 \end_layout
30520
30521 \end_inset
30522 </cell>
30523 </row>
30524 </lyxtabular>
30525
30526 \end_inset
30527
30528  or 
30529 \begin_inset Tabular
30530 <lyxtabular version="3" rows="2" columns="2">
30531 <features tabularvalignment="middle">
30532 <column alignment="center" valignment="top" width="0">
30533 <column alignment="center" valignment="top" width="0">
30534 <row>
30535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30536 \begin_inset Text
30537
30538 \begin_layout Plain Layout
30539
30540 \lang english
30541 text
30542 \end_layout
30543
30544 \end_inset
30545 </cell>
30546 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30547 \begin_inset Text
30548
30549 \begin_layout Plain Layout
30550
30551 \lang english
30552 \begin_inset Graphics
30553         filename ../../images/dialog-show-new-inset_graphics.png
30554         scale 70
30555         scaleBeforeRotation
30556
30557 \end_inset
30558
30559
30560 \end_layout
30561
30562 \end_inset
30563 </cell>
30564 </row>
30565 <row>
30566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30567 \begin_inset Text
30568
30569 \begin_layout Plain Layout
30570
30571 \lang english
30572 text
30573 \end_layout
30574
30575 \end_inset
30576 </cell>
30577 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30578 \begin_inset Text
30579
30580 \begin_layout Plain Layout
30581
30582 \lang english
30583 text
30584 \end_layout
30585
30586 \end_inset
30587 </cell>
30588 </row>
30589 </lyxtabular>
30590
30591 \end_inset
30592
30593
30594 \end_layout
30595
30596 \begin_layout Standard
30597
30598 \lang english
30599 To get an object exactly at the position where it is inserted, for example
30600  to get one of these positions:
30601 \begin_inset VSpace defskip
30602 \end_inset
30603
30604
30605 \end_layout
30606
30607 \begin_layout Standard
30608 \noindent
30609 \align center
30610
30611 \lang english
30612 \begin_inset Tabular
30613 <lyxtabular version="3" rows="2" columns="2">
30614 <features tabularvalignment="middle">
30615 <column alignment="center" valignment="top" width="0">
30616 <column alignment="center" valignment="top" width="0">
30617 <row>
30618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30619 \begin_inset Text
30620
30621 \begin_layout Plain Layout
30622
30623 \lang english
30624 text
30625 \end_layout
30626
30627 \end_inset
30628 </cell>
30629 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30630 \begin_inset Text
30631
30632 \begin_layout Plain Layout
30633
30634 \lang english
30635 text
30636 \end_layout
30637
30638 \end_inset
30639 </cell>
30640 </row>
30641 <row>
30642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30643 \begin_inset Text
30644
30645 \begin_layout Plain Layout
30646
30647 \lang english
30648 \begin_inset Graphics
30649         filename ../../images/dialog-show-new-inset_graphics.png
30650         scale 70
30651         scaleBeforeRotation
30652
30653 \end_inset
30654
30655
30656 \end_layout
30657
30658 \end_inset
30659 </cell>
30660 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30661 \begin_inset Text
30662
30663 \begin_layout Plain Layout
30664
30665 \lang english
30666 text
30667 \end_layout
30668
30669 \end_inset
30670 </cell>
30671 </row>
30672 </lyxtabular>
30673
30674 \end_inset
30675
30676  
30677 \begin_inset Tabular
30678 <lyxtabular version="3" rows="2" columns="2">
30679 <features tabularvalignment="middle">
30680 <column alignment="center" valignment="top" width="0">
30681 <column alignment="center" valignment="top" width="0">
30682 <row>
30683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30684 \begin_inset Text
30685
30686 \begin_layout Plain Layout
30687
30688 \lang english
30689 text
30690 \end_layout
30691
30692 \end_inset
30693 </cell>
30694 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30695 \begin_inset Text
30696
30697 \begin_layout Plain Layout
30698
30699 \lang english
30700 text
30701 \end_layout
30702
30703 \end_inset
30704 </cell>
30705 </row>
30706 <row>
30707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30708 \begin_inset Text
30709
30710 \begin_layout Plain Layout
30711
30712 \lang english
30713 text
30714 \end_layout
30715
30716 \end_inset
30717 </cell>
30718 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30719 \begin_inset Text
30720
30721 \begin_layout Plain Layout
30722
30723 \lang english
30724 \begin_inset Graphics
30725         filename ../../images/dialog-show-new-inset_graphics.png
30726         scale 70
30727         scaleBeforeRotation
30728
30729 \end_inset
30730
30731
30732 \end_layout
30733
30734 \end_inset
30735 </cell>
30736 </row>
30737 </lyxtabular>
30738
30739 \end_inset
30740
30741  
30742 \begin_inset Tabular
30743 <lyxtabular version="3" rows="2" columns="3">
30744 <features tabularvalignment="middle">
30745 <column alignment="center" valignment="top" width="0">
30746 <column alignment="center" valignment="top" width="0">
30747 <column alignment="center" valignment="top" width="0">
30748 <row>
30749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30750 \begin_inset Text
30751
30752 \begin_layout Plain Layout
30753
30754 \lang english
30755 text
30756 \end_layout
30757
30758 \end_inset
30759 </cell>
30760 <cell alignment="center" valignment="top" topline="true" usebox="none">
30761 \begin_inset Text
30762
30763 \begin_layout Plain Layout
30764
30765 \lang english
30766 \begin_inset Graphics
30767         filename ../../images/dialog-show-new-inset_graphics.png
30768         scale 70
30769         scaleBeforeRotation
30770
30771 \end_inset
30772
30773
30774 \end_layout
30775
30776 \end_inset
30777 </cell>
30778 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30779 \begin_inset Text
30780
30781 \begin_layout Plain Layout
30782
30783 \lang english
30784 text
30785 \end_layout
30786
30787 \end_inset
30788 </cell>
30789 </row>
30790 <row>
30791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30792 \begin_inset Text
30793
30794 \begin_layout Plain Layout
30795
30796 \lang english
30797 text
30798 \end_layout
30799
30800 \end_inset
30801 </cell>
30802 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30803 \begin_inset Text
30804
30805 \begin_layout Plain Layout
30806
30807 \lang english
30808 text
30809 \end_layout
30810
30811 \end_inset
30812 </cell>
30813 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30814 \begin_inset Text
30815
30816 \begin_layout Plain Layout
30817
30818 \lang english
30819 text
30820 \end_layout
30821
30822 \end_inset
30823 </cell>
30824 </row>
30825 </lyxtabular>
30826
30827 \end_inset
30828
30829  
30830 \begin_inset Tabular
30831 <lyxtabular version="3" rows="2" columns="3">
30832 <features tabularvalignment="middle">
30833 <column alignment="center" valignment="top" width="0">
30834 <column alignment="center" valignment="top" width="0">
30835 <column alignment="center" valignment="top" width="0">
30836 <row>
30837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30838 \begin_inset Text
30839
30840 \begin_layout Plain Layout
30841
30842 \lang english
30843 text
30844 \end_layout
30845
30846 \end_inset
30847 </cell>
30848 <cell alignment="center" valignment="top" topline="true" usebox="none">
30849 \begin_inset Text
30850
30851 \begin_layout Plain Layout
30852
30853 \lang english
30854 text
30855 \end_layout
30856
30857 \end_inset
30858 </cell>
30859 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30860 \begin_inset Text
30861
30862 \begin_layout Plain Layout
30863
30864 \lang english
30865 text
30866 \end_layout
30867
30868 \end_inset
30869 </cell>
30870 </row>
30871 <row>
30872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30873 \begin_inset Text
30874
30875 \begin_layout Plain Layout
30876
30877 \lang english
30878 text
30879 \end_layout
30880
30881 \end_inset
30882 </cell>
30883 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30884 \begin_inset Text
30885
30886 \begin_layout Plain Layout
30887
30888 \lang english
30889 \begin_inset Graphics
30890         filename ../../images/dialog-show-new-inset_graphics.png
30891         scale 70
30892         scaleBeforeRotation
30893
30894 \end_inset
30895
30896
30897 \end_layout
30898
30899 \end_inset
30900 </cell>
30901 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
30902 \begin_inset Text
30903
30904 \begin_layout Plain Layout
30905
30906 \lang english
30907 text
30908 \end_layout
30909
30910 \end_inset
30911 </cell>
30912 </row>
30913 </lyxtabular>
30914
30915 \end_inset
30916
30917
30918 \end_layout
30919
30920 \begin_layout Standard
30921 \noindent
30922 \align center
30923
30924 \lang english
30925 \begin_inset Tabular
30926 <lyxtabular version="3" rows="3" columns="2">
30927 <features tabularvalignment="middle">
30928 <column alignment="center" valignment="top" width="0">
30929 <column alignment="center" valignment="top" width="0">
30930 <row>
30931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30932 \begin_inset Text
30933
30934 \begin_layout Plain Layout
30935
30936 \lang english
30937 text
30938 \end_layout
30939
30940 \end_inset
30941 </cell>
30942 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
30943 \begin_inset Text
30944
30945 \begin_layout Plain Layout
30946
30947 \lang english
30948 text
30949 \end_layout
30950
30951 \end_inset
30952 </cell>
30953 </row>
30954 <row>
30955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30956 \begin_inset Text
30957
30958 \begin_layout Plain Layout
30959
30960 \lang english
30961 \begin_inset Graphics
30962         filename ../../images/dialog-show-new-inset_graphics.png
30963         scale 70
30964         scaleBeforeRotation
30965
30966 \end_inset
30967
30968
30969 \end_layout
30970
30971 \end_inset
30972 </cell>
30973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
30974 \begin_inset Text
30975
30976 \begin_layout Plain Layout
30977
30978 \lang english
30979 text
30980 \end_layout
30981
30982 \end_inset
30983 </cell>
30984 </row>
30985 <row>
30986 <cell alignment="center" valignment="top" bottomline="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" bottomline="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 </lyxtabular>
31010
31011 \end_inset
31012
31013  
31014 \begin_inset Tabular
31015 <lyxtabular version="3" rows="3" columns="3">
31016 <features tabularvalignment="middle">
31017 <column alignment="center" valignment="top" width="0">
31018 <column alignment="center" valignment="top" width="0">
31019 <column alignment="center" valignment="top" width="0">
31020 <row>
31021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31022 \begin_inset Text
31023
31024 \begin_layout Plain Layout
31025
31026 \lang english
31027 text
31028 \end_layout
31029
31030 \end_inset
31031 </cell>
31032 <cell alignment="center" valignment="top" topline="true" usebox="none">
31033 \begin_inset Text
31034
31035 \begin_layout Plain Layout
31036
31037 \lang english
31038 text
31039 \end_layout
31040
31041 \end_inset
31042 </cell>
31043 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31044 \begin_inset Text
31045
31046 \begin_layout Plain Layout
31047
31048 \lang english
31049 text
31050 \end_layout
31051
31052 \end_inset
31053 </cell>
31054 </row>
31055 <row>
31056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31057 \begin_inset Text
31058
31059 \begin_layout Plain Layout
31060
31061 \lang english
31062 text
31063 \end_layout
31064
31065 \end_inset
31066 </cell>
31067 <cell alignment="center" valignment="top" usebox="none">
31068 \begin_inset Text
31069
31070 \begin_layout Plain Layout
31071
31072 \lang english
31073 \begin_inset Graphics
31074         filename ../../images/dialog-show-new-inset_graphics.png
31075         scale 70
31076         scaleBeforeRotation
31077
31078 \end_inset
31079
31080
31081 \end_layout
31082
31083 \end_inset
31084 </cell>
31085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
31086 \begin_inset Text
31087
31088 \begin_layout Plain Layout
31089
31090 \lang english
31091 text
31092 \end_layout
31093
31094 \end_inset
31095 </cell>
31096 </row>
31097 <row>
31098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31099 \begin_inset Text
31100
31101 \begin_layout Plain Layout
31102
31103 \lang english
31104 text
31105 \end_layout
31106
31107 \end_inset
31108 </cell>
31109 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31110 \begin_inset Text
31111
31112 \begin_layout Plain Layout
31113
31114 \lang english
31115 text
31116 \end_layout
31117
31118 \end_inset
31119 </cell>
31120 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31121 \begin_inset Text
31122
31123 \begin_layout Plain Layout
31124
31125 \lang english
31126 text
31127 \end_layout
31128
31129 \end_inset
31130 </cell>
31131 </row>
31132 </lyxtabular>
31133
31134 \end_inset
31135
31136  
31137 \begin_inset Tabular
31138 <lyxtabular version="3" rows="3" columns="2">
31139 <features tabularvalignment="middle">
31140 <column alignment="center" valignment="top" width="0">
31141 <column alignment="center" valignment="top" width="0">
31142 <row>
31143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31144 \begin_inset Text
31145
31146 \begin_layout Plain Layout
31147
31148 \lang english
31149 text
31150 \end_layout
31151
31152 \end_inset
31153 </cell>
31154 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31155 \begin_inset Text
31156
31157 \begin_layout Plain Layout
31158
31159 \lang english
31160 text
31161 \end_layout
31162
31163 \end_inset
31164 </cell>
31165 </row>
31166 <row>
31167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31168 \begin_inset Text
31169
31170 \begin_layout Plain Layout
31171
31172 \lang english
31173 text
31174 \end_layout
31175
31176 \end_inset
31177 </cell>
31178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
31179 \begin_inset Text
31180
31181 \begin_layout Plain Layout
31182
31183 \lang english
31184 \begin_inset Graphics
31185         filename ../../images/dialog-show-new-inset_graphics.png
31186         scale 70
31187         scaleBeforeRotation
31188
31189 \end_inset
31190
31191
31192 \end_layout
31193
31194 \end_inset
31195 </cell>
31196 </row>
31197 <row>
31198 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
31199 \begin_inset Text
31200
31201 \begin_layout Plain Layout
31202
31203 \lang english
31204 text
31205 \end_layout
31206
31207 \end_inset
31208 </cell>
31209 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
31210 \begin_inset Text
31211
31212 \begin_layout Plain Layout
31213
31214 \lang english
31215 text
31216 \end_layout
31217
31218 \end_inset
31219 </cell>
31220 </row>
31221 </lyxtabular>
31222
31223 \end_inset
31224
31225
31226 \end_layout
31227
31228 \begin_layout Standard
31229 \noindent
31230
31231 \lang english
31232 you can use the LaTeX-package
31233 \lang japanese
31234  
31235 \series bold
31236 picinpar
31237 \series default
31238
31239 \begin_inset Index idx
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243 LaTeXぱっけーじ@LaTeXパッケージ ! picinpar
31244 \end_layout
31245
31246 \end_inset
31247
31248 .
31249  
31250 \lang english
31251 Here is an example
31252 \lang japanese
31253 :
31254 \end_layout
31255
31256 \begin_layout Standard
31257 \begin_inset ERT
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261
31262
31263 \backslash
31264 ifpicinpar
31265 \end_layout
31266
31267 \end_inset
31268
31269
31270 \begin_inset Note Note
31271 status open
31272
31273 \begin_layout Plain Layout
31274 以下の部分は、LaTeXパッケージ
31275 \series bold
31276 picinpar
31277 \series default
31278 が導入されているときのみ表示されます。
31279 \end_layout
31280
31281 \end_inset
31282
31283
31284 \end_layout
31285
31286 \begin_layout Standard
31287 \begin_inset ERT
31288 status collapsed
31289
31290 \begin_layout Plain Layout
31291
31292
31293 \backslash
31294 begin{window}[2,c,{
31295 \end_layout
31296
31297 \end_inset
31298
31299
31300 \begin_inset Graphics
31301         filename ../clipart/mobius.eps
31302         lyxscale 60
31303         width 40col%
31304         scaleBeforeRotation
31305         rotateOrigin center
31306
31307 \end_inset
31308
31309
31310 \begin_inset ERT
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314
31315 },]
31316 \end_layout
31317
31318 \begin_layout Plain Layout
31319
31320 {}
31321 \end_layout
31322
31323 \end_inset
31324
31325
31326 \size small
31327 \lang english
31328 It was in the spring of the year 1894 that all London was interested, and
31329  the fashionable world dismayed, by the murder of the Honourable Ronald
31330  Adair under most unusual and inexplicable circumstances.
31331  The public has already learned those particulars of the crime which
31332 \size default
31333
31334 \begin_inset ERT
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338
31339
31340 \backslash
31341 footnotemark{}
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \size small
31348  came out in the police investigation, but a good deal was suppressed upon
31349  that occasion, since the case for the prosecution was so overwhelmingly
31350  strong that it was not necessary to bring forward all the facts.
31351  Only now, at the end of nearly ten years, am I allowed to supply those
31352  missing links which make up the whole of that remarkable chain
31353 \lang japanese
31354 .
31355 \size default
31356
31357 \begin_inset ERT
31358 status collapsed
31359
31360 \begin_layout Plain Layout
31361
31362
31363 \backslash
31364 end{window}
31365 \end_layout
31366
31367 \end_inset
31368
31369
31370 \end_layout
31371
31372 \begin_layout Standard
31373
31374 \lang english
31375 \begin_inset ERT
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379
31380
31381 \backslash
31382 footnotetext{
31383 \end_layout
31384
31385 \end_inset
31386
31387 Footnote of the paragraph with the fixed object.
31388 \begin_inset ERT
31389 status collapsed
31390
31391 \begin_layout Plain Layout
31392
31393 }
31394 \end_layout
31395
31396 \end_inset
31397
31398
31399 \end_layout
31400
31401 \begin_layout Standard
31402
31403 \lang english
31404 Surrounded fixed objects are used to let text float around them, at which
31405  the object's position in the paragraph can be determined by the number
31406  of lines above it.
31407  In contrary to floats is it not possible to have a numbered caption.
31408 \end_layout
31409
31410 \begin_layout Standard
31411
31412 \lang english
31413 A fixed object is inserted by adding the command
31414 \end_layout
31415
31416 \begin_layout Standard
31417
31418 \series bold
31419
31420 \backslash
31421 begin{window}[2,c,{
31422 \end_layout
31423
31424 \begin_layout Standard
31425
31426 \lang english
31427 as TeX Code at the beginning of the paragraph.
31428  The first parameter in the bracket, here '2', defines the number of lines
31429  above the object, the second, here 'c', the position of the object.
31430  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
31431  Behind the command you insert the object.
31432  In this example an image with a width of 40
31433 \begin_inset space \thinspace{}
31434 \end_inset
31435
31436 % of the text column width was inserted.
31437  The object can also be a table, a box or an equation.
31438  Behind the object the command
31439 \end_layout
31440
31441 \begin_layout Standard
31442
31443 \series bold
31444 },description text]
31445 \begin_inset Newline newline
31446 \end_inset
31447
31448 {}
31449 \end_layout
31450
31451 \begin_layout Standard
31452
31453 \lang english
31454 is inserted.
31455  Note that the 
31456 \begin_inset Quotes eld
31457 \end_inset
31458
31459
31460 \series bold
31461 {}
31462 \series default
31463
31464 \begin_inset Quotes erd
31465 \end_inset
31466
31467  is in the second line.
31468  The description text is optional.
31469  The text surrounding the object must be in the same paragraph as the object,
31470  so it must begin directly after the 
31471 \series bold
31472 {}
31473 \series default
31474 .
31475  At the end of the paragraph insert the command:
31476 \end_layout
31477
31478 \begin_layout Standard
31479
31480 \series bold
31481
31482 \backslash
31483 end{window}
31484 \end_layout
31485
31486 \begin_layout Standard
31487
31488 \lang english
31489 Within a paragraph with a fixed object, you cannot insert footnotes in the
31490  normal way.
31491  You have to use instead the command 
31492 \series bold
31493
31494 \backslash
31495 footnotemark
31496 \series default
31497  inside the paragraph and outside the command 
31498 \series bold
31499
31500 \backslash
31501 footnotetext
31502 \series default
31503  as described in sec.
31504 \lang japanese
31505
31506 \begin_inset space \thinspace{}
31507 \end_inset
31508
31509
31510 \begin_inset CommandInset ref
31511 LatexCommand ref
31512 reference "sec:脚注"
31513
31514 \end_inset
31515
31516 .
31517 \end_layout
31518
31519 \begin_layout Standard
31520 \begin_inset ERT
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524
31525
31526 \backslash
31527 else
31528 \end_layout
31529
31530 \end_inset
31531
31532
31533 \begin_inset Note Note
31534 status open
31535
31536 \begin_layout Plain Layout
31537 以下の部分は、LaTeXパッケージ
31538 \series bold
31539 picinpar
31540 \series default
31541 が導入されていないときのみ表示されます。
31542 \end_layout
31543
31544 \end_inset
31545
31546
31547 \end_layout
31548
31549 \begin_layout Standard
31550 本節の以下の部分を出力に表示するには、LaTeXパッケージ
31551 \series bold
31552 picinpar
31553 \series default
31554 を導入する必要があります。
31555 \end_layout
31556
31557 \begin_layout Standard
31558 \begin_inset ERT
31559 status collapsed
31560
31561 \begin_layout Plain Layout
31562
31563
31564 \backslash
31565 fi
31566 \end_layout
31567
31568 \end_inset
31569
31570
31571 \end_layout
31572
31573 \begin_layout Section
31574
31575 \lang english
31576 Initials
31577 \begin_inset Index idx
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581
31582 \lang english
31583 Initials
31584 \end_layout
31585
31586 \end_inset
31587
31588
31589 \begin_inset Index idx
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593
31594 \lang english
31595 Surrounded by text ! Initials
31596 \end_layout
31597
31598 \end_inset
31599
31600
31601 \end_layout
31602
31603 \begin_layout Standard
31604
31605 \lang english
31606 To use initials, you must have the LaTeX package
31607 \lang japanese
31608  
31609 \series bold
31610 lettrine
31611 \series default
31612
31613 \begin_inset Index idx
31614 status collapsed
31615
31616 \begin_layout Plain Layout
31617 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
31618 \end_layout
31619
31620 \end_inset
31621
31622  
31623 \lang english
31624 installed and use the module 
31625 \family sans
31626 Initials
31627 \family default
31628  in your document (menu 
31629 \family sans
31630 Document\SpecialChar \menuseparator
31631 Settings\SpecialChar \menuseparator
31632 Modules
31633 \family default
31634 ).
31635  To insert an initial, use the style 
31636 \family sans
31637 Initial
31638 \family default
31639 .
31640  This style has a mandatory and an optional argument.
31641  The mandatory argument is inserted via the menu 
31642 \family sans
31643 Insert\SpecialChar \menuseparator
31644 Short
31645 \begin_inset space ~
31646 \end_inset
31647
31648 Title
31649 \family default
31650  and contains the letter that is the initial.
31651  To use the also the optional argument, insert another argument in front
31652  of the mandatory argument.
31653  This one contains parameters to modify the initial.
31654  For more information about the possible parameters see the documentation
31655  of
31656 \lang japanese
31657  
31658 \series bold
31659 lettrine
31660 \series default
31661
31662 \begin_inset CommandInset citation
31663 LatexCommand cite
31664 key "lettrine"
31665
31666 \end_inset
31667
31668 .
31669  
31670 \lang english
31671 The style itself contains the text that is surrounding the initial.
31672  The usual style is hereby that the word whose first letter is the initial,
31673  is printed with 
31674 \shape smallcaps
31675 small caps
31676 \shape default
31677 .
31678  To tell LaTeX where this word is finished, add a closing brace '
31679 \series bold
31680 }
31681 \series default
31682 ' as TeX Code behind it.
31683  At the end of the style there must be an opening brace '
31684 \series bold
31685 {
31686 \series default
31687 ' as TeX Code.
31688 \end_layout
31689
31690 \begin_layout Standard
31691
31692 \lang english
31693 Here are some examples:
31694 \end_layout
31695
31696 \begin_layout Standard
31697 \begin_inset ERT
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701
31702
31703 \backslash
31704 iflettrine
31705 \end_layout
31706
31707 \end_inset
31708
31709
31710 \begin_inset Note Note
31711 status open
31712
31713 \begin_layout Plain Layout
31714 以下の部分は、LaTeXパッケージ
31715 \series bold
31716 lettrine
31717 \series default
31718 が導入されているときのみ表示されます。
31719 \end_layout
31720
31721 \end_inset
31722
31723
31724 \end_layout
31725
31726 \begin_layout Enumerate
31727
31728 \lang english
31729 No optional argument, the initial is the letter 'I' in the math font 
31730 \begin_inset Formula $\mathfrak{Fraktur}$
31731 \end_inset
31732
31733 :
31734 \end_layout
31735
31736 \begin_deeper
31737 \begin_layout Initial
31738 \begin_inset Argument
31739 status open
31740
31741 \begin_layout Plain Layout
31742 \begin_inset Formula $\mathfrak{I}$
31743 \end_inset
31744
31745
31746 \end_layout
31747
31748 \end_inset
31749
31750 t
31751 \begin_inset ERT
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755
31756 }
31757 \end_layout
31758
31759 \end_inset
31760
31761  
31762 \lang english
31763 was in the spring of the year 1894 that all London was interested, and the
31764  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31765  under most unusual and inexplicable circumstances.
31766  The public has already learned those particulars of the crime which came
31767  out in the police investigation, but a good deal was suppressed upon that
31768  occasion, since the case for the prosecution was so overwhelmingly strong
31769  that it was not necessary to bring forward all the facts.
31770 \lang japanese
31771
31772 \begin_inset ERT
31773 status collapsed
31774
31775 \begin_layout Plain Layout
31776
31777 {
31778 \end_layout
31779
31780 \end_inset
31781
31782
31783 \lang english
31784
31785 \begin_inset Newpage newpage
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \end_deeper
31792 \begin_layout Enumerate
31793
31794 \lang english
31795 Only one line is surrounding the initial, which is formed by two letters
31796  in standard font and no text is printed in small caps:
31797 \end_layout
31798
31799 \begin_deeper
31800 \begin_layout Initial
31801 \begin_inset Argument
31802 status open
31803
31804 \begin_layout Plain Layout
31805 lines=1
31806 \end_layout
31807
31808 \end_inset
31809
31810
31811 \begin_inset Argument
31812 status open
31813
31814 \begin_layout Plain Layout
31815 It
31816 \end_layout
31817
31818 \end_inset
31819
31820
31821 \begin_inset ERT
31822 status collapsed
31823
31824 \begin_layout Plain Layout
31825
31826 }
31827 \end_layout
31828
31829 \end_inset
31830
31831  
31832 \lang english
31833 was in the spring of the year 1894 that all London was interested, and the
31834  fashionable world dismayed, by the murder of the Honourable Ronald Adair
31835  under most unusual and inexplicable circumstances.
31836  The public has already learned those particulars of the crime which came
31837  out in the police investigation, but a good deal was suppressed upon that
31838  occasion, since the case for the prosecution was so overwhelmingly strong
31839  that it was not necessary to bring forward all the facts.
31840 \lang japanese
31841
31842 \begin_inset ERT
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846
31847 {
31848 \end_layout
31849
31850 \end_inset
31851
31852
31853 \end_layout
31854
31855 \end_deeper
31856 \begin_layout Enumerate
31857
31858 \lang english
31859 Magenta, hanging initial over 3
31860 \begin_inset space ~
31861 \end_inset
31862
31863 lines in the math font 
31864 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
31865 \end_inset
31866
31867 , the text 
31868 \begin_inset Quotes eld
31869 \end_inset
31870
31871 t was in the spring
31872 \begin_inset Quotes erd
31873 \end_inset
31874
31875  is in 
31876 \shape smallcaps
31877 small caps
31878 \shape default
31879 ; to color the initial, you must insert this command before the initial:
31880 \begin_inset Newline newline
31881 \end_inset
31882
31883
31884 \series bold
31885
31886 \backslash
31887 renewcommand{
31888 \backslash
31889 LettrineFontHook}{
31890 \backslash
31891 color{color}}
31892 \series default
31893
31894 \begin_inset Newline newline
31895 \end_inset
31896
31897 where the second 
31898 \emph on
31899 color
31900 \emph default
31901  can be 
31902 \begin_inset Quotes eld
31903 \end_inset
31904
31905 red
31906 \begin_inset Quotes erd
31907 \end_inset
31908
31909
31910 \begin_inset Quotes eld
31911 \end_inset
31912
31913 blue
31914 \begin_inset Quotes erd
31915 \end_inset
31916
31917
31918 \begin_inset Quotes eld
31919 \end_inset
31920
31921 green
31922 \begin_inset Quotes erd
31923 \end_inset
31924
31925
31926 \begin_inset Quotes eld
31927 \end_inset
31928
31929 yellow
31930 \begin_inset Quotes erd
31931 \end_inset
31932
31933
31934 \begin_inset Quotes eld
31935 \end_inset
31936
31937 cyan
31938 \begin_inset Quotes erd
31939 \end_inset
31940
31941
31942 \begin_inset Quotes eld
31943 \end_inset
31944
31945 magenta
31946 \begin_inset Quotes erd
31947 \end_inset
31948
31949
31950 \begin_inset Quotes eld
31951 \end_inset
31952
31953 black
31954 \begin_inset Quotes erd
31955 \end_inset
31956
31957  or 
31958 \begin_inset Quotes eld
31959 \end_inset
31960
31961 white
31962 \begin_inset Quotes erd
31963 \end_inset
31964
31965 , and add this command to the document preamble
31966 \lang japanese
31967 :
31968 \begin_inset Newline newline
31969 \end_inset
31970
31971
31972 \series bold
31973
31974 \backslash
31975 @ifundefined{textcolor}
31976 \begin_inset Newline newline
31977 \end_inset
31978
31979
31980 \begin_inset space ~
31981 \end_inset
31982
31983 {
31984 \backslash
31985 usepackage{color}}{}
31986 \end_layout
31987
31988 \begin_deeper
31989 \begin_layout Standard
31990 \begin_inset ERT
31991 status collapsed
31992
31993 \begin_layout Plain Layout
31994
31995
31996 \backslash
31997 renewcommand{
31998 \backslash
31999 LettrineFontHook}{
32000 \backslash
32001 color{magenta}}
32002 \end_layout
32003
32004 \end_inset
32005
32006
32007 \lang english
32008
32009 \begin_inset Note Note
32010 status collapsed
32011
32012 \begin_layout Plain Layout
32013
32014 \lang english
32015 makes the initial magenta
32016 \end_layout
32017
32018 \end_inset
32019
32020
32021 \end_layout
32022
32023 \begin_layout Initial
32024 \begin_inset Argument
32025 status open
32026
32027 \begin_layout Plain Layout
32028 lines=3, lhang=0.33, loversize=0.25
32029 \end_layout
32030
32031 \end_inset
32032
32033
32034 \begin_inset Argument
32035 status open
32036
32037 \begin_layout Plain Layout
32038 \begin_inset Formula $\mathcal{I}$
32039 \end_inset
32040
32041
32042 \end_layout
32043
32044 \end_inset
32045
32046
32047 \lang english
32048 t was in the spring
32049 \lang japanese
32050
32051 \begin_inset ERT
32052 status collapsed
32053
32054 \begin_layout Plain Layout
32055
32056 }
32057 \end_layout
32058
32059 \end_inset
32060
32061  
32062 \lang english
32063 of the year 1894 that all London was interested, and the fashionable world
32064  dismayed, by the murder of the Honourable Ronald Adair under most unusual
32065  and inexplicable circumstances.
32066  The public has already learned those particulars of the crime which came
32067  out in the police investigation, but a good deal was suppressed upon that
32068  occasion, since the case for the prosecution was so overwhelmingly strong
32069  that it was not necessary to bring forward all the facts.
32070 \lang japanese
32071
32072 \begin_inset ERT
32073 status collapsed
32074
32075 \begin_layout Plain Layout
32076
32077 {
32078 \end_layout
32079
32080 \end_inset
32081
32082
32083 \end_layout
32084
32085 \end_deeper
32086 \begin_layout Standard
32087 \begin_inset ERT
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091
32092
32093 \backslash
32094 else
32095 \end_layout
32096
32097 \end_inset
32098
32099
32100 \begin_inset Note Note
32101 status open
32102
32103 \begin_layout Plain Layout
32104 以下の部分は、LaTeXパッケージ
32105 \series bold
32106 lettrine
32107 \series default
32108 が導入されていないときのみ表示されます。
32109 \end_layout
32110
32111 \end_inset
32112
32113
32114 \end_layout
32115
32116 \begin_layout Standard
32117 本節の以下の部分を出力に表示するには、LaTeXパッケージ
32118 \series bold
32119 lettrine
32120 \series default
32121 を導入する必要があります。
32122 \end_layout
32123
32124 \begin_layout Standard
32125 \begin_inset ERT
32126 status collapsed
32127
32128 \begin_layout Plain Layout
32129
32130
32131 \backslash
32132 fi
32133 \end_layout
32134
32135 \end_inset
32136
32137
32138 \end_layout
32139
32140 \begin_layout Chapter
32141 外部文書構成要素
32142 \begin_inset Index idx
32143 status collapsed
32144
32145 \begin_layout Plain Layout
32146 がいぶぶんしょこうせいようそ@外部文書構成要素
32147 \end_layout
32148
32149 \end_inset
32150
32151
32152 \end_layout
32153
32154 \begin_layout Standard
32155
32156 \family sans
32157 挿入\SpecialChar \menuseparator
32158 ファイル
32159 \family default
32160 メニューを使うと、使用中の文書に外部素材を挿入することができます。挿入できるのは、
32161 \end_layout
32162
32163 \begin_layout Description
32164 LyX文書 別のLyX文書。その内容は直接使用中の文書に挿入されます。
32165 \end_layout
32166
32167 \begin_layout Description
32168 平文 テキスト文書。そのテキスト行各々が、使用中の文書に独立した段落として挿入されます。
32169 \end_layout
32170
32171 \begin_layout Description
32172 平文(行を連結して) テキスト文書。各テキスト行がその形のまま挿入されます。空の行があると、使用中の文書に新規段落を生成します。
32173 \end_layout
32174
32175 \begin_layout Description
32176 外部素材 様々な書式のファイル。
32177 \end_layout
32178
32179 \begin_layout Description
32180 子文書 LyXあるいはLaTeX文書。
32181 \end_layout
32182
32183 \begin_layout Section
32184 外部素材
32185 \begin_inset Index idx
32186 status collapsed
32187
32188 \begin_layout Plain Layout
32189 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
32190 \end_layout
32191
32192 \end_inset
32193
32194
32195 \end_layout
32196
32197 \begin_layout Standard
32198 外部素材機能は、文書の出力書式が読むことのできる形式に前もって変換しなくても、LyXが必要な変換を行うことで、使用中の文書にファイルを挿入することができるように
32199 するものです。これは、画像が様々な画像形式のままでLyX文書に挿入することができるのと同様の働きをします。LyX設定の
32200 \family sans
32201 操作性\SpecialChar \menuseparator
32202 表示
32203 \family default
32204 で自動プレビューを有効にすると、外部素材のDia形式とXfig形式は、直接LyX中に表示されるようになります。
32205 \end_layout
32206
32207 \begin_layout Standard
32208 外部素材は、
32209 \family sans
32210 挿入
32211 \family default
32212 \SpecialChar \menuseparator
32213
32214 \family sans
32215 ファイル
32216 \family default
32217 \SpecialChar \menuseparator
32218
32219 \family sans
32220 外部素材
32221 \family default
32222 メニューで開くことのできる
32223 \family sans
32224 外部素材
32225 \family default
32226 ダイアログから挿入することができます。目下、以下のファイル形式(
32227 \family sans
32228 ひな型
32229 \family default
32230 )が使用できます。
32231 \end_layout
32232
32233 \begin_layout Description
32234 チェス棋譜 このひな型は、
32235 \series bold
32236
32237 \begin_inset CommandInset href
32238 LatexCommand href
32239 name "XBoard"
32240 target "http://en.wikipedia.org/wiki/XBoard"
32241
32242 \end_inset
32243
32244
32245 \series default
32246 プログラムで作成されたチェス棋譜をサポートします。
32247 \end_layout
32248
32249 \begin_layout Description
32250 日付 これは、
32251 \emph on
32252 日-月-年
32253 \emph default
32254 の書式で日付を挿入します。右は、外部素材として挿入された日付です:
32255 \begin_inset External
32256         template Date
32257         filename .
32258
32259 \end_inset
32260
32261
32262 \begin_inset space ~
32263 \end_inset
32264
32265
32266 \begin_inset Note Note
32267 status collapsed
32268
32269 \begin_layout Plain Layout
32270 バグ4398が修正されたら、この保護空白は削除してください!
32271 \end_layout
32272
32273 \end_inset
32274
32275
32276 \begin_inset Newline newline
32277 \end_inset
32278
32279 日付はLyX内では表示されず、出力のみで表示されます。日付を挿入するには、ほかに二つの方法があります。一つは、
32280 \family sans
32281 挿入
32282 \family default
32283 \SpecialChar \menuseparator
32284 日付メニューを使用する方法で、他はLaTeXコマンドの
32285 \series bold
32286
32287 \backslash
32288 today
32289 \series default
32290 をTeXコードで使用する方法です。これらの各方法は、表
32291 \begin_inset CommandInset ref
32292 LatexCommand ref
32293 reference "tab:日付挿入方法"
32294
32295 \end_inset
32296
32297 に比較を掲載しておきます。
32298 \end_layout
32299
32300 \begin_layout Description
32301 Dia このひな型は、
32302 \series bold
32303
32304 \begin_inset CommandInset href
32305 LatexCommand href
32306 name "Dia"
32307 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"
32308
32309 \end_inset
32310
32311
32312 \series default
32313 プログラムで作成したダイアグラムをサポートします。
32314 \end_layout
32315
32316 \begin_layout Description
32317
32318 \lang english
32319 GnumericSpreadsheet With this template you can insert spreadsheets
32320 \begin_inset space \thinspace{}
32321 \end_inset
32322
32323 /
32324 \begin_inset space \thinspace{}
32325 \end_inset
32326
32327 tables in the format of 
32328 \series bold
32329
32330 \begin_inset CommandInset href
32331 LatexCommand href
32332 name "Gnumeric"
32333 target "http://ja.wikipedia.org/wiki/Gnumeric"
32334
32335 \end_inset
32336
32337
32338 \series default
32339
32340 \begin_inset CommandInset href
32341 LatexCommand href
32342 name "OpenDocument"
32343 target "http://ja.wikipedia.org/wiki/OpenDocument"
32344
32345 \end_inset
32346
32347
32348 \begin_inset CommandInset href
32349 LatexCommand href
32350 name "Microsoft Office XML"
32351 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
32352
32353 \end_inset
32354
32355  and 
32356 \begin_inset CommandInset href
32357 LatexCommand href
32358 name "Office Open XML"
32359 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
32360
32361 \end_inset
32362
32363 .
32364  For this feature LyX must have found the program 
32365 \family typewriter
32366 ssconvert
32367 \family default
32368  during its configuration.
32369  This program is part of Gnumeric, so that you must have Gnumeric installed,
32370  also if you don't have tables in the Gnumeric format.
32371  For examples and possible limitations have a look at LyX's example file
32372  
32373 \emph on
32374 spreadsheet.lyx
32375 \emph default
32376 .
32377 \end_layout
32378
32379 \begin_layout Description
32380 LilyPond このひな型は、
32381 \series bold
32382
32383 \begin_inset CommandInset href
32384 LatexCommand href
32385 name "LilyPond"
32386 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
32387
32388 \end_inset
32389
32390
32391 \series default
32392 プログラムで作成した楽譜の組版に使用されます。
32393 \lang english
32394 For LyX's extended support for LilyPond have a look at LyX's example file
32395  
32396 \emph on
32397 lilypond.lyx
32398 \emph default
32399 .
32400 \end_layout
32401
32402 \begin_layout Description
32403 PDFページ このひな型を使えば、PDF文書を使用中の文書に挿入することができます。PDFの一部頁ないし全頁を挿入するには、ダイアログ中のひな型の解説に沿って、
32404 \family sans
32405 LaTeXとLyXオプション
32406 \family default
32407 タブ中の
32408 \family sans
32409 オプション
32410 \family default
32411 フィールドに
32412 \emph on
32413 pages
32414 \emph default
32415 オプションを指定してください。
32416 \lang english
32417 The argument of this option is a comma separated list, containing page numbers
32418  (insert as option 
32419 \series bold
32420 pages={3,5,6,8}
32421 \series default
32422 ), ranges of page numbers (
32423 \series bold
32424 pages={4-9}
32425 \series default
32426 ) or any combination.
32427  To insert empty pages use {}.
32428  E.
32429 \begin_inset space \thinspace{}
32430 \end_inset
32431
32432 g.
32433 \begin_inset space ~
32434 \end_inset
32435
32436
32437 \series bold
32438 pages={3,{},8-11,15}
32439 \series default
32440  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
32441  Page ranges are specified in the syntax 
32442 \emph on
32443 start
32444 \emph default
32445 -
32446 \emph on
32447 stop
32448 \emph default
32449 .
32450  This selects all pages from 
32451 \emph on
32452 start
32453 \emph default
32454  to 
32455 \emph on
32456 stop
32457 \emph default
32458 .
32459  Omitting 
32460 \emph on
32461 start
32462 \emph default
32463  defaults to the first page; omitting 
32464 \emph on
32465 stop
32466 \emph default
32467  defaults to the last page of the document.
32468  The last page can also be selected with the keyword 
32469 \series bold
32470 last
32471 \series default
32472 .
32473  (This is only permitted in a page range.) So 
32474 \series bold
32475 pages=-
32476 \series default
32477  will insert all pages of the document and 
32478 \series bold
32479 pages=last-1
32480 \series default
32481  will insert all pages in reverse order.
32482 \emph on
32483 \lang japanese
32484 pages
32485 \emph default
32486 オプションを指定しないと、PDFの最初のページのみが挿入されます。
32487 \begin_inset Newline newline
32488 \end_inset
32489
32490
32491 \lang english
32492 The option 
32493 \series bold
32494 noautoscale
32495 \series default
32496  inserts the pages with their original size, if this option is not given,
32497  the pages will be resized to fith the width of the page of your document.
32498  In the tab 
32499 \family sans
32500 Size and Rotation
32501 \family default
32502  you can specify the width and height of the input pages and their rotation.
32503  If another width than 100
32504 \begin_inset space \thinspace{}
32505 \end_inset
32506
32507 Scale% is used, the option 
32508 \series bold
32509 noautoscale
32510 \series default
32511  will be overwritten.
32512  For more info and possible options, have a look into the documentation
32513  of the LaTeX-package 
32514 \series bold
32515 pdfpages
32516 \series default
32517 \lang japanese
32518  
32519 \begin_inset CommandInset citation
32520 LatexCommand cite
32521 key "pdfpages"
32522
32523 \end_inset
32524
32525 .
32526 \begin_inset Index idx
32527 status collapsed
32528
32529 \begin_layout Plain Layout
32530 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
32531 \end_layout
32532
32533 \end_inset
32534
32535
32536 \begin_inset Newline newline
32537 \end_inset
32538
32539
32540 \lang english
32541 To use this template in a 
32542 \family sans
32543 Beamer
32544 \family default
32545  presentation you need to first insert an 
32546 \family sans
32547 EndFrame
32548 \family default
32549  environment and in a subsequent paragraph a TeX Code box containing the
32550  command 
32551 \series bold
32552
32553 \backslash
32554 setbeamertemplate{background canvas}{}
32555 \series default
32556 .
32557  Then you can insert as many paragraphs containing the PDFPages template
32558  as you wish.
32559  Behind the included PDF pages you can resume the Beamer presentation by
32560  beginning a new frame or by starting a new section.
32561  To avoid stray blank pages prior to the PDF pages, make sure to use the
32562  
32563 \family sans
32564 Default
32565 \family default
32566  alignment for the paragraph containing the template.
32567 \begin_inset Newline newline
32568 \end_inset
32569
32570 Here is an included PDF which is rotated by -5°:
32571 \lang japanese
32572  
32573 \begin_inset External
32574         template PDFPages
32575         filename ../clipart/Abstract.pdf
32576         extra LaTeX "noautoscale, pages=-"
32577         rotateAngle -5
32578         rotateOrigin bottomleft
32579
32580 \end_inset
32581
32582
32583 \end_layout
32584
32585 \begin_layout Description
32586 ラスターイメージ これはビットマップ画像に使用します。
32587 \family sans
32588 外部素材
32589 \family default
32590 ダイアログを使って入れる画像は、第
32591 \begin_inset CommandInset ref
32592 LatexCommand ref
32593 reference "sec:画像ダイアログ"
32594
32595 \end_inset
32596
32597 節にあるように
32598 \family sans
32599 画像
32600 \family default
32601 ダイアログを使って挿入される画像と同じように取り扱うことができます。
32602 \lang english
32603 The difference to the normal image input is that only raster images are
32604  allowed; that means that PDF and EPS-images are not supported
32605 \lang japanese
32606 .
32607  
32608 \lang english
32609 Here is an inserted raster image:
32610 \lang japanese
32611  
32612 \begin_inset External
32613         template RasterImage
32614         filename ../clipart/ToolbarEnvBox.png
32615
32616 \end_inset
32617
32618
32619 \end_layout
32620
32621 \begin_layout Description
32622 XFig このひな型は、
32623 \series bold
32624
32625 \begin_inset CommandInset href
32626 LatexCommand href
32627 name "Xfig"
32628 target "http://ja.wikipedia.org/wiki/Xfig"
32629
32630 \end_inset
32631
32632
32633 \series default
32634 プログラムで作成した画像をサポートします。
32635 \end_layout
32636
32637 \begin_layout Standard
32638 \begin_inset Float table
32639 placement !h
32640 wide false
32641 sideways false
32642 status open
32643
32644 \begin_layout Plain Layout
32645 \begin_inset Caption
32646
32647 \begin_layout Plain Layout
32648 \begin_inset CommandInset label
32649 LatexCommand label
32650 name "tab:日付挿入方法"
32651
32652 \end_inset
32653
32654 日付の挿入方法の比較
32655 \end_layout
32656
32657 \end_inset
32658
32659
32660 \end_layout
32661
32662 \begin_layout Plain Layout
32663 \align center
32664 \begin_inset Tabular
32665 <lyxtabular version="3" rows="4" columns="4">
32666 <features tabularvalignment="middle">
32667 <column alignment="center" valignment="top" width="0">
32668 <column alignment="center" valignment="top" width="0">
32669 <column alignment="center" valignment="top" width="0">
32670 <column alignment="center" valignment="top" width="0">
32671 <row>
32672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32673 \begin_inset Text
32674
32675 \begin_layout Plain Layout
32676 文書書式
32677 \end_layout
32678
32679 \end_inset
32680 </cell>
32681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32682 \begin_inset Text
32683
32684 \begin_layout Plain Layout
32685
32686 \family sans
32687 外部素材\SpecialChar \menuseparator
32688 日付
32689 \end_layout
32690
32691 \end_inset
32692 </cell>
32693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32694 \begin_inset Text
32695
32696 \begin_layout Plain Layout
32697
32698 \family sans
32699 挿入\SpecialChar \menuseparator
32700 日付
32701 \end_layout
32702
32703 \end_inset
32704 </cell>
32705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32706 \begin_inset Text
32707
32708 \begin_layout Plain Layout
32709
32710 \series bold
32711
32712 \backslash
32713 today
32714 \series default
32715 コマンド
32716 \end_layout
32717
32718 \end_inset
32719 </cell>
32720 </row>
32721 <row>
32722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32723 \begin_inset Text
32724
32725 \begin_layout Plain Layout
32726 LyX
32727 \end_layout
32728
32729 \end_inset
32730 </cell>
32731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32732 \begin_inset Text
32733
32734 \begin_layout Plain Layout
32735 差込枠として
32736 \end_layout
32737
32738 \end_inset
32739 </cell>
32740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32741 \begin_inset Text
32742
32743 \begin_layout Plain Layout
32744 日付として
32745 \end_layout
32746
32747 \end_inset
32748 </cell>
32749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32750 \begin_inset Text
32751
32752 \begin_layout Plain Layout
32753 TeXコード差込枠として
32754 \end_layout
32755
32756 \end_inset
32757 </cell>
32758 </row>
32759 <row>
32760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32761 \begin_inset Text
32762
32763 \begin_layout Plain Layout
32764 LaTeX
32765 \end_layout
32766
32767 \end_inset
32768 </cell>
32769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32770 \begin_inset Text
32771
32772 \begin_layout Plain Layout
32773 日付として
32774 \end_layout
32775
32776 \end_inset
32777 </cell>
32778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32779 \begin_inset Text
32780
32781 \begin_layout Plain Layout
32782 日付として
32783 \end_layout
32784
32785 \end_inset
32786 </cell>
32787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32788 \begin_inset Text
32789
32790 \begin_layout Plain Layout
32791 コマンドとして
32792 \end_layout
32793
32794 \end_inset
32795 </cell>
32796 </row>
32797 <row>
32798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32799 \begin_inset Text
32800
32801 \begin_layout Plain Layout
32802 DVI, PDF, PS
32803 \end_layout
32804
32805 \end_inset
32806 </cell>
32807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32808 \begin_inset Text
32809
32810 \begin_layout Plain Layout
32811 日付として
32812 \end_layout
32813
32814 \end_inset
32815 </cell>
32816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32817 \begin_inset Text
32818
32819 \begin_layout Plain Layout
32820 日付として
32821 \end_layout
32822
32823 \end_inset
32824 </cell>
32825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32826 \begin_inset Text
32827
32828 \begin_layout Plain Layout
32829 日付として
32830 \end_layout
32831
32832 \end_inset
32833 </cell>
32834 </row>
32835 </lyxtabular>
32836
32837 \end_inset
32838
32839
32840 \end_layout
32841
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \begin_layout Standard
32848
32849 \family sans
32850 外部素材
32851 \family default
32852 ダイアログの
32853 \family sans
32854 ファイル
32855 \family default
32856 タブ中で
32857 \family sans
32858 下書き
32859 \family default
32860 オプションを指定すると、出力中には挿入したファイルのパスだけが表示されます。
32861 \begin_inset Newline newline
32862 \end_inset
32863
32864 LyX中での外部素材は、ダイアログ内の
32865 \family sans
32866 LaTeXとLyXのオプション
32867 \family default
32868 タブにある
32869 \family sans
32870 LyX内に表示
32871 \family default
32872 オプションの指定に従って、
32873 \begin_inset Graphics
32874         filename clipart/ExternalMaterialQt4.png
32875         scale 85
32876         scaleBeforeRotation
32877
32878 \end_inset
32879
32880 のようなボックスとして表示されるか、画像として表示されます。
32881 \end_layout
32882
32883 \begin_layout Standard
32884 取扱説明書
32885 \family sans
32886 \emph on
32887 カスタマイズ篇
32888 \family default
32889 \emph default
32890 には、自製のひな型を定義する方法が説明されています。
32891 \end_layout
32892
32893 \begin_layout Section
32894 子文書
32895 \begin_inset CommandInset label
32896 LatexCommand label
32897 name "sec:子文書"
32898
32899 \end_inset
32900
32901
32902 \begin_inset Index idx
32903 status collapsed
32904
32905 \begin_layout Plain Layout
32906 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
32907 \end_layout
32908
32909 \end_inset
32910
32911
32912 \begin_inset Index idx
32913 status collapsed
32914
32915 \begin_layout Plain Layout
32916 ふぁいる@ファイル ! いんくるーど@インクルード
32917 \end_layout
32918
32919 \end_inset
32920
32921
32922 \end_layout
32923
32924 \begin_layout Standard
32925 子文書は、大きな部や節を複数含む長大な文書を作成するときに使われます。メンテナンス上の理由から、文書をいくつかのファイルに分割して、個別に修正できるようにした方
32926 が便利なことはよくあり、場合によってはそうすることが必要な場合さえあります。こうした個別文書がいわゆる子文書であり、親文書はこれら子文書を連結して、文書全体やそ
32927 の一部を印刷できるようにします。子文書は、LaTeXプリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます。
32928 \end_layout
32929
32930 \begin_layout Standard
32931 親文書を開くことなく子文書で作業できるようにするには、子文書の
32932 \family sans
32933 文書
32934 \family default
32935 \SpecialChar \menuseparator
32936
32937 \family sans
32938 設定
32939 \family default
32940 \SpecialChar \menuseparator
32941
32942 \family sans
32943 文書クラス
32944 \family default
32945 メニューで親文書を指定してください。すると、子文書を編集する際には、LyXがバックグラウンドでこの親文書を扱うようになります。
32946 \end_layout
32947
32948 \begin_layout Standard
32949 取り込んだ文書は、LyX中で
32950 \begin_inset Graphics
32951         filename clipart/ChildDocumentQt4.png
32952         scale 85
32953         scaleBeforeRotation
32954
32955 \end_inset
32956
32957 のようなボックスとして表示されます。子文書を親文書に取り込むには、
32958 \family sans
32959 挿入
32960 \family default
32961 \SpecialChar \menuseparator
32962
32963 \family sans
32964 ファイル
32965 \family default
32966 \SpecialChar \menuseparator
32967
32968 \family sans
32969 子文書
32970 \family default
32971 メニューを使用します。するとダイアログが現れ、以下のように4つの取り込み方法を選択することができます。
32972 \end_layout
32973
32974 \begin_layout Description
32975 Include(インクルード) LyX文書とLaTeX文書は、インクルードすることができます。
32976 \family sans
32977 子文書
32978 \family default
32979 ダイアログの
32980 \family sans
32981 編集
32982 \family default
32983 ボタンを押すと、インクルードされた文書が、LyX中に新規ファイルタブとして開き、修正ができるようになります。
32984 \begin_inset Newline newline
32985 \end_inset
32986
32987
32988 \end_layout
32989
32990 \begin_layout Standard
32991 以下は、
32992 \family sans
32993 Include
32994 \family default
32995 を使用して挿入した子文書です。 
32996 \begin_inset CommandInset include
32997 LatexCommand include
32998 filename "DummyDocument1.lyx"
32999
33000 \end_inset
33001
33002
33003 \end_layout
33004
33005 \begin_layout Standard
33006 取り込んだファイルの節番は、各節を親文書に挿入した順序にしたがって取り込まれます。たとえば、上で取り込まんだ例示文書には、この節の小節として番号を振られた小節が
33007 あります。取り込んだ文書のラベルは、第
33008 \begin_inset CommandInset ref
33009 LatexCommand ref
33010 reference "sub:外部文書の第1小節"
33011
33012 \end_inset
33013
33014 小節、のように参照することができます。
33015 \end_layout
33016
33017 \begin_layout Standard
33018 子文書のプリアンブルは無視され、親文書のプリアンブルだけが使用されます。親文書に同じ名称の派生枝がない限り、親文書は子文書の派生枝を無視します。取り込まれた文書
33019 は、新規頁から始まるように挿入され、改頁して終わります。
33020 \end_layout
33021
33022 \begin_layout Standard
33023 大きな文書のうち、特定の章だけの作業を行っている際に、コンパイル時間を短縮したい場合、取り込んだファイルの各々を派生枝の中に入れる方法があります
33024 \begin_inset Foot
33025 status open
33026
33027 \begin_layout Plain Layout
33028 派生枝は、LyX
33029 \emph on
33030 ユーザーの手引き
33031 \emph default
33032
33033 \emph on
33034 派生枝
33035 \emph default
33036 の節に説明されています。
33037 \end_layout
33038
33039 \end_inset
33040
33041 。派生枝を有効化したり無効化したりすることによって、取り込んだファイルのどれを出力に表示させるかを決めることができます。
33042 \end_layout
33043
33044 \begin_layout Standard
33045 \begin_inset Note Greyedout
33046 status open
33047
33048 \begin_layout Plain Layout
33049
33050 \series bold
33051 【註】
33052 \series default
33053 LyXのバグにより、どのファイルを取り込むかを決める他の方法として、現在のところ、LaTeXコマンドの
33054 \series bold
33055
33056 \backslash
33057 includeonly
33058 \series default
33059 を使用することはできません。
33060 \end_layout
33061
33062 \end_inset
33063
33064
33065 \end_layout
33066
33067 \begin_layout Standard
33068 \begin_inset Note Greyedout
33069 status open
33070
33071 \begin_layout Plain Layout
33072
33073 \series bold
33074 【註】
33075 \series default
33076 LyXまたはLaTeXファイルを取り込んだ際、子文書が親文書と異なる文書クラスを使用している場合には、予期せぬ出力を避けるために、文書を書き出したり閲覧する際に
33077 警告が発せられます。
33078 \end_layout
33079
33080 \end_inset
33081
33082
33083 \end_layout
33084
33085 \begin_layout Description
33086 Input(インプット) この方法は、Includeによる方法に非常によく似ています。異なっている点は、
33087 \end_layout
33088
33089 \begin_deeper
33090 \begin_layout Itemize
33091 Inputファイルは、新規頁として始まることはなく、終わりに改頁されることもありません。
33092 \end_layout
33093
33094 \begin_layout Itemize
33095 Inputファイルは、LyX設定の操作性
33096 \family sans
33097 \SpecialChar \menuseparator
33098 表示
33099 \family default
33100 の下にある
33101 \family sans
33102 画像を表示
33103 \family default
33104 を有効にすると、LyX中でプレビューすることができます。
33105 \end_layout
33106
33107 \begin_layout Itemize
33108 LaTeXコマンドの
33109 \series bold
33110
33111 \backslash
33112 includeonly
33113 \series default
33114 は使用することができません。
33115 \end_layout
33116
33117 \end_deeper
33118 \begin_layout Standard
33119 右は、
33120 \family sans
33121 Input
33122 \family default
33123 を使って挿入した子文書です。 
33124 \begin_inset CommandInset include
33125 LatexCommand input
33126 filename "DummyDocument2.lyx"
33127
33128 \end_inset
33129
33130
33131 \end_layout
33132
33133 \begin_layout Description
33134 Verbatim(文字通り) この方法では、テキストファイルなら何でも取り込むことができます。出力中では、ファイルはそのソースコードの通りに表示され、テキスト中
33135 に用いられているコマンドは実行されません。
33136 \family sans
33137 出力の空白に印付けをする
33138 \family default
33139 オプションを有効にすると、ソースコード中のすべての空白文字に「
33140 \begin_inset ERT
33141 status collapsed
33142
33143 \begin_layout Plain Layout
33144
33145
33146 \backslash
33147 textvisiblespace 
33148 \end_layout
33149
33150 \end_inset
33151
33152 」文字を表示させることができます。
33153 \family sans
33154 挿入\SpecialChar \menuseparator
33155 ファイル\SpecialChar \menuseparator
33156 平文
33157 \family default
33158 メニューを使う方法との違いは、こちらは文書の内容がLyX中に表示されないことです。
33159 \end_layout
33160
33161 \begin_layout Standard
33162 以下は、verbatimとして挿入された子文書です。 
33163 \begin_inset CommandInset include
33164 LatexCommand verbatiminput
33165 filename "../DummyTextDocument.txt"
33166
33167 \end_inset
33168
33169
33170 \begin_inset VSpace bigskip
33171 \end_inset
33172
33173 以下は、
33174 \family sans
33175 出力の空白に印付けをする
33176 \family default
33177 オプションを指定して、verbatimとして挿入された子文書です。 
33178 \begin_inset CommandInset include
33179 LatexCommand verbatiminput*
33180 filename "../DummyTextDocument.txt"
33181
33182 \end_inset
33183
33184
33185 \end_layout
33186
33187 \begin_layout Standard
33188 \begin_inset VSpace bigskip
33189 \end_inset
33190
33191
33192 \end_layout
33193
33194 \begin_layout Standard
33195 \begin_inset Note Greyedout
33196 status open
33197
33198 \begin_layout Plain Layout
33199
33200 \series bold
33201 【註】
33202 \series default
33203 上記の例でわかるように、
33204 \family sans
33205 verbatim
33206 \family default
33207 として取り込んだ文書の文章は、文書行の終わりで改行されません。
33208 \end_layout
33209
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \begin_layout Standard
33216 \begin_inset Note Greyedout
33217 status open
33218
33219 \begin_layout Plain Layout
33220
33221 \series bold
33222 【訳註】
33223 \series default
33224 verbatimで日本語のファイルを読み込むときは、子文書のエンコーディングを文書エンコーディングに合わせてください。さもないと出力が文字化けします。
33225 \end_layout
33226
33227 \end_inset
33228
33229
33230 \end_layout
33231
33232 \begin_layout Description
33233 プログラムリスト この型については、第
33234 \begin_inset CommandInset ref
33235 LatexCommand ref
33236 reference "cha:プログラムコードリスト"
33237
33238 \end_inset
33239
33240 章に説明されています。
33241 \end_layout
33242
33243 \begin_layout Standard
33244 \begin_inset Note Greyedout
33245 status open
33246
33247 \begin_layout Plain Layout
33248
33249 \series bold
33250 【註】
33251 \series default
33252 同一文書中に、同じ文書を異なる方法で二度取り込むと、LaTeXで問題が発生する可能性があります。
33253 \end_layout
33254
33255 \end_inset
33256
33257
33258 \end_layout
33259
33260 \begin_layout Chapter
33261 プログラムコードリスト
33262 \begin_inset CommandInset label
33263 LatexCommand label
33264 name "cha:プログラムコードリスト"
33265
33266 \end_inset
33267
33268
33269 \begin_inset Index idx
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273 りすと@リスト
33274 \end_layout
33275
33276 \end_inset
33277
33278
33279 \begin_inset Index idx
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283 ぷろぐらむこーど@プログラムコード
33284 \end_layout
33285
33286 \end_inset
33287
33288
33289 \begin_inset Index idx
33290 status collapsed
33291
33292 \begin_layout Plain Layout
33293 ふろーと@フロート ! りすと@リスト
33294 \end_layout
33295
33296 \end_inset
33297
33298
33299 \end_layout
33300
33301 \begin_layout Standard
33302 プログラムコードを取り込んで組版するには、
33303 \family sans
33304 挿入
33305 \family default
33306 \SpecialChar \menuseparator
33307
33308 \family sans
33309 プログラムリスト
33310 \family default
33311 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます。ここで使用されるLaTeXパッケージ
33312 \series bold
33313 listings
33314 \series default
33315
33316 \begin_inset Index idx
33317 status collapsed
33318
33319 \begin_layout Plain Layout
33320 LaTeXぱっけーじ@LaTeXパッケージ ! listings
33321 \end_layout
33322
33323 \end_inset
33324
33325 は、使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します。
33326 \end_layout
33327
33328 \begin_layout Standard
33329 プログラムリスト差込枠を右クリックすると、コンテクストメニューが開き、リスト書式を設定することができます。
33330 \end_layout
33331
33332 \begin_layout Standard
33333 既定では、出力におけるプログラムリストは、新しい段落として始まります。配置オプションで
33334 \family sans
33335 行内リスト
33336 \family default
33337 を指定すると、リストは
33338 \begin_inset listings
33339 lstparams "language={C++}"
33340 inline true
33341 status collapsed
33342
33343 \begin_layout Plain Layout
33344
33345 int a=5;
33346 \end_layout
33347
33348 \end_inset
33349
33350 のように行内に印字されます。
33351 \begin_inset Newline newline
33352 \end_inset
33353
33354
33355 \family sans
33356 フロート
33357 \family default
33358 オプションは、プログラムリストフロートを生成するものですが、ここで、第
33359 \begin_inset CommandInset ref
33360 LatexCommand ref
33361 reference "sec:フロートの配置"
33362
33363 \end_inset
33364
33365 節に説明されているフロート配置オプションに従って、「
33366 \family sans
33367 h
33368 \family default
33369 」「
33370 \family sans
33371 t
33372 \family default
33373 」「
33374 \family sans
33375 b
33376 \family default
33377 」「
33378 \family sans
33379 p
33380 \family default
33381 」の配置オプションを指定することができます。配置オプションは組み合わせて使用することができ、「
33382 \family sans
33383 htbp
33384 \family default
33385 」のように区切りを入れることなく入力することができます。「
33386 \family sans
33387 h
33388 \family default
33389 」オプションは効かない場合がありますが、フロートでないプログラムリストにもキャプションを入れることができ、また参照もできるので、この場合には
33390 \family sans
33391 フロート
33392 \family default
33393 オプションを使用しなければ大丈夫です。
33394 \end_layout
33395
33396 \begin_layout Standard
33397
33398 \family sans
33399 挿入
33400 \family default
33401 \SpecialChar \menuseparator
33402
33403 \family sans
33404 キャプション
33405 \family default
33406 メニューを使えば、プログラムリストにキャプションを付けることができます。プログラムリストは、フロート同様、リスト
33407 \begin_inset CommandInset ref
33408 LatexCommand ref
33409 reference "lst:リストフロート"
33410
33411 \end_inset
33412
33413 のように参照することができます。
33414 \end_layout
33415
33416 \begin_layout Standard
33417 \begin_inset listings
33418 lstparams "language=Python"
33419 inline false
33420 status open
33421
33422 \begin_layout Plain Layout
33423
33424 \begin_inset Caption
33425
33426 \begin_layout Plain Layout
33427 \begin_inset CommandInset label
33428 LatexCommand label
33429 name "lst:リストフロート"
33430
33431 \end_inset
33432
33433 Example Listing Float
33434 \end_layout
33435
33436 \end_inset
33437
33438 # Example listing float
33439 \end_layout
33440
33441 \begin_layout Plain Layout
33442
33443 def func(param):
33444 \end_layout
33445
33446 \begin_layout Plain Layout
33447
33448     'this is a python function'
33449 \end_layout
33450
33451 \begin_layout Plain Layout
33452
33453     pass
33454 \end_layout
33455
33456 \end_inset
33457
33458
33459 \end_layout
33460
33461 \begin_layout Standard
33462 プログラムリストダイアログでプログラミング言語を指定すると、その言語のキーワードが識別されて、出力中で特別に組版されます。上の例示プログラムリストでは、Pyth
33463 onのキーワード「def」が識別され、ボールド体で出力されます。
33464 \end_layout
33465
33466 \begin_layout Standard
33467 \begin_inset Note Greyedout
33468 status open
33469
33470 \begin_layout Plain Layout
33471
33472 \series bold
33473 【註】
33474 \series default
33475 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には、おそらくお使いの
33476 \family typewriter
33477 typewriter
33478 \family default
33479 フォントがボールド体を提供していません。この場合には、
33480 \family sans
33481 文書
33482 \family default
33483 \SpecialChar \menuseparator
33484
33485 \family sans
33486 設定
33487 \family default
33488 \SpecialChar \menuseparator
33489
33490 \family sans
33491 フォント
33492 \family default
33493 メニューで別のフォントを選択してください(
33494 \emph on
33495 LuxiMono
33496 \emph default
33497
33498 \emph on
33499 BeraMono
33500 \emph default
33501
33502 \emph on
33503 Courier
33504 \emph default
33505 の各フォントはボールド体を提供します)。
33506 \end_layout
33507
33508 \end_inset
33509
33510
33511 \end_layout
33512
33513 \begin_layout Standard
33514 \begin_inset Note Greyedout
33515 status open
33516
33517 \begin_layout Plain Layout
33518
33519 \series bold
33520 【訳註】
33521 \series default
33522 プログラムリスト差込枠中では、日本語のエンコーディングを表示できないため、日本語は使用できません。プログラムリスト差込枠中のキャプションでも同様です。
33523 \end_layout
33524
33525 \end_inset
33526
33527
33528 \end_layout
33529
33530 \begin_layout Standard
33531 プログラムリストダイアログの
33532 \family sans
33533 行番号
33534 \family default
33535 のセクションでは、行番号の様式を指定することができます。
33536 \family sans
33537 行間
33538 \family default
33539 フィールドでは、どの行に番号を振るかを指定する数字を入れることができます。たとえば、「3」と入れると、3行ごとに数字が振られます。
33540 \end_layout
33541
33542 \begin_layout Standard
33543 さらに行の範囲を指定することもでき、この場合にはこれらの行のみが出力に表示されます。プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合には、
33544 \family sans
33545 拡張文字コード表を使う
33546 \family default
33547 オプションを使用しなくてはなりません。
33548 \begin_inset Newline newline
33549 \end_inset
33550
33551 以下は、左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
33552 \begin_inset space \thinspace{}
33553 \end_inset
33554
33555 -
33556 \begin_inset space \thinspace{}
33557 \end_inset
33558
33559 8」で設定したプログラムリストの例です。
33560 \end_layout
33561
33562 \begin_layout Standard
33563 \begin_inset listings
33564 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33565 inline false
33566 status open
33567
33568 \begin_layout Plain Layout
33569
33570 def func(param):
33571 \end_layout
33572
33573 \begin_layout Plain Layout
33574
33575     'this is a python function'
33576 \end_layout
33577
33578 \begin_layout Plain Layout
33579
33580     pass
33581 \end_layout
33582
33583 \begin_layout Plain Layout
33584
33585 def func(param):
33586 \end_layout
33587
33588 \begin_layout Plain Layout
33589
33590 'This is a German word: Tschüß'
33591 \end_layout
33592
33593 \begin_layout Plain Layout
33594
33595 pass
33596 \end_layout
33597
33598 \begin_layout Plain Layout
33599
33600 def func(param):
33601 \end_layout
33602
33603 \begin_layout Plain Layout
33604
33605 'this is a python function'
33606 \end_layout
33607
33608 \begin_layout Plain Layout
33609
33610 pass
33611 \end_layout
33612
33613 \end_inset
33614
33615
33616 \end_layout
33617
33618 \begin_layout Standard
33619 プログラムリスト中でタビュレータを使う場合は、タビュレータが確保する文字の数を
33620 \family sans
33621 タビュレータの大きさ
33622 \family default
33623 フィールドで指定することができます。
33624 \end_layout
33625
33626 \begin_layout Standard
33627 \begin_inset Note Greyedout
33628 status open
33629
33630 \begin_layout Plain Layout
33631
33632 \series bold
33633 【註】listings
33634 \series default
33635 パッケージにはバグがあり、前にプログラムリストがある毎に、行番号が一行ずつずれます。上記プログラムリストで3行目と6行目に番号が振られる代わりに、2行目と5行目
33636 に振られているのはこのためです。
33637 \end_layout
33638
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \begin_layout Standard
33645 \begin_inset VSpace bigskip
33646 \end_inset
33647
33648
33649 \end_layout
33650
33651 \begin_layout Standard
33652 また、ファイルの各行をプログラムリストとして印字することも可能です。そのためには、
33653 \family sans
33654 挿入
33655 \family default
33656 \SpecialChar \menuseparator
33657
33658 \family sans
33659 ファイル
33660 \family default
33661 \SpecialChar \menuseparator
33662
33663 \family sans
33664 子文書
33665 \family default
33666 メニューを使用して
33667 \family sans
33668 プログラムリスト
33669 \family default
33670 型を選択してください
33671 \begin_inset Foot
33672 status collapsed
33673
33674 \begin_layout Plain Layout
33675 他の子文書型については、第 section
33676 \begin_inset space ~
33677 \end_inset
33678
33679
33680 \begin_inset CommandInset ref
33681 LatexCommand ref
33682 reference "sec:子文書"
33683
33684 \end_inset
33685
33686 節に説明があります。
33687 \end_layout
33688
33689 \end_inset
33690
33691 。子文書ダイアログでは、テキストボックスにプログラムリストのパラメータを指定することができます。使用できる全パラメータの一覧を見たい場合は、テキストボックス中で
33692 疑問符「?」を打鍵してください。
33693 \end_layout
33694
33695 \begin_layout Standard
33696 子文書プログラムリストを参照したい場合には、子文書ダイアログの対応するフィールドにラベル文を書き込んでください。すると、このラベルは
33697 \family sans
33698 挿入
33699 \family default
33700 \SpecialChar \menuseparator
33701
33702 \family sans
33703 相互参照
33704 \family default
33705 メニューを使って参照できるようになります。
33706 \end_layout
33707
33708 \begin_layout Standard
33709 プログラムリスト
33710 \begin_inset CommandInset ref
33711 LatexCommand ref
33712 reference "lst:file-listing"
33713
33714 \end_inset
33715
33716 は、ファイルを使ったプログラムリストの一例です。ここでは、このLyXファイルの10行目から15行目が表示されています。
33717 \end_layout
33718
33719 \begin_layout Standard
33720 \begin_inset CommandInset include
33721 LatexCommand lstinputlisting
33722 filename "EmbeddedObjects.lyx"
33723 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33724
33725 \end_inset
33726
33727
33728 \end_layout
33729
33730 \begin_layout Standard
33731 \begin_inset VSpace bigskip
33732 \end_inset
33733
33734
33735 \end_layout
33736
33737 \begin_layout Standard
33738 リストに数式を入れるには、以下のようにします。
33739 \end_layout
33740
33741 \begin_layout Enumerate
33742 リストダイアログを開き、
33743 \family sans
33744 詳細
33745 \family default
33746 タブのフィールド中に
33747 \begin_inset Newline newline
33748 \end_inset
33749
33750
33751 \family sans
33752 mathescape=true
33753 \family default
33754
33755 \begin_inset Newline newline
33756 \end_inset
33757
33758 と書き加えます。
33759 \end_layout
33760
33761 \begin_layout Enumerate
33762 リスト外で数式を作成します。
33763 \end_layout
33764
33765 \begin_layout Enumerate
33766 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
33767 \begin_inset Info
33768 type  "shortcut"
33769 arg   "copy"
33770 \end_inset
33771
33772 )。
33773 \end_layout
33774
33775 \begin_layout Enumerate
33776 リストに「$$」と書き、クリップボードの内容をドルマークの間に貼り付けます(短縮キー
33777 \begin_inset Info
33778 type  "shortcut"
33779 arg   "paste"
33780 \end_inset
33781
33782 )。
33783 \end_layout
33784
33785 \begin_layout Standard
33786 \begin_inset listings
33787 lstparams "language=Python,mathescape=true"
33788 inline false
33789 status open
33790
33791 \begin_layout Plain Layout
33792
33793 \begin_inset Caption
33794
33795 \begin_layout Plain Layout
33796 Example Listing float containing a formula
33797 \end_layout
33798
33799 \end_inset
33800
33801 # Example listing float
33802 \end_layout
33803
33804 \begin_layout Plain Layout
33805
33806 def func(param):
33807 \end_layout
33808
33809 \begin_layout Plain Layout
33810
33811     # $
33812 \backslash
33813 prod_{n=1}^{
33814 \backslash
33815 infty}
33816 \backslash
33817 ,
33818 \backslash
33819 frac{1}{x^{2}}$
33820 \end_layout
33821
33822 \begin_layout Plain Layout
33823
33824     pass
33825 \end_layout
33826
33827 \end_inset
33828
33829
33830 \end_layout
33831
33832 \begin_layout Standard
33833 \begin_inset VSpace bigskip
33834 \end_inset
33835
33836
33837 \end_layout
33838
33839 \begin_layout Standard
33840 大域的なプログラムリストの設定は、
33841 \family sans
33842 文書
33843 \family default
33844 \SpecialChar \menuseparator
33845
33846 \family sans
33847 設定
33848 \family default
33849 \SpecialChar \menuseparator
33850
33851 \family sans
33852 リスト
33853 \family default
33854 ダイアログで設定することができます。ここで利用できるオプションの一覧を得るには、
33855 \family sans
33856 プログラムリスト設定
33857 \family default
33858 フィールドで疑問符「?」を打鍵してください。
33859 \end_layout
33860
33861 \begin_layout Standard
33862
33863 \series bold
33864 listings
33865 \series default
33866 パッケージについての詳しい情報については、取扱説明書
33867 \begin_inset CommandInset citation
33868 LatexCommand cite
33869 key "listings"
33870
33871 \end_inset
33872
33873 をご参照ください。.
33874 \end_layout
33875
33876 \begin_layout Standard
33877 \begin_inset Newpage newpage
33878 \end_inset
33879
33880
33881 \end_layout
33882
33883 \begin_layout Chapter
33884 \start_of_appendix
33885 LyXで使用できる単位
33886 \begin_inset Index idx
33887 status collapsed
33888
33889 \begin_layout Plain Layout
33890 たんい@単位
33891 \end_layout
33892
33893 \end_inset
33894
33895
33896 \begin_inset CommandInset label
33897 LatexCommand label
33898 name "cha:LyXで使用できる単位"
33899
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \begin_layout Standard
33906 この文書で用いられる単位の理解のために、表
33907 \begin_inset CommandInset ref
33908 LatexCommand ref
33909 reference "tab:単位"
33910
33911 \end_inset
33912
33913 に、LyXで使うことのできる単位をまとめておきます。
33914 \end_layout
33915
33916 \begin_layout Standard
33917 \begin_inset Float table
33918 placement h
33919 wide false
33920 sideways false
33921 status open
33922
33923 \begin_layout Plain Layout
33924 \begin_inset Caption
33925
33926 \begin_layout Plain Layout
33927 \begin_inset CommandInset label
33928 LatexCommand label
33929 name "tab:単位"
33930
33931 \end_inset
33932
33933 単位
33934 \end_layout
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Plain Layout
33942 \begin_inset VSpace medskip
33943 \end_inset
33944
33945
33946 \end_layout
33947
33948 \begin_layout Plain Layout
33949 \align center
33950 \begin_inset Tabular
33951 <lyxtabular version="3" rows="20" columns="2">
33952 <features tabularvalignment="middle">
33953 <column alignment="center" valignment="top" width="0">
33954 <column alignment="center" valignment="top" width="0">
33955 <row>
33956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33957 \begin_inset Text
33958
33959 \begin_layout Plain Layout
33960 単位
33961 \end_layout
33962
33963 \end_inset
33964 </cell>
33965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33966 \begin_inset Text
33967
33968 \begin_layout Plain Layout
33969 名称/摘要
33970 \end_layout
33971
33972 \end_inset
33973 </cell>
33974 </row>
33975 <row>
33976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33977 \begin_inset Text
33978
33979 \begin_layout Plain Layout
33980 mm
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33986 \begin_inset Text
33987
33988 \begin_layout Plain Layout
33989 ミリメートル
33990 \end_layout
33991
33992 \end_inset
33993 </cell>
33994 </row>
33995 <row>
33996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33997 \begin_inset Text
33998
33999 \begin_layout Plain Layout
34000 cm
34001 \end_layout
34002
34003 \end_inset
34004 </cell>
34005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34006 \begin_inset Text
34007
34008 \begin_layout Plain Layout
34009 センチメートル
34010 \end_layout
34011
34012 \end_inset
34013 </cell>
34014 </row>
34015 <row>
34016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34017 \begin_inset Text
34018
34019 \begin_layout Plain Layout
34020 in
34021 \end_layout
34022
34023 \end_inset
34024 </cell>
34025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34026 \begin_inset Text
34027
34028 \begin_layout Plain Layout
34029 インチ
34030 \end_layout
34031
34032 \end_inset
34033 </cell>
34034 </row>
34035 <row>
34036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34037 \begin_inset Text
34038
34039 \begin_layout Plain Layout
34040 pt
34041 \end_layout
34042
34043 \end_inset
34044 </cell>
34045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34046 \begin_inset Text
34047
34048 \begin_layout Plain Layout
34049 ポイント (72.27
34050 \begin_inset Formula $\,$
34051 \end_inset
34052
34053 pt = 1
34054 \begin_inset Formula $\,$
34055 \end_inset
34056
34057 in)
34058 \end_layout
34059
34060 \end_inset
34061 </cell>
34062 </row>
34063 <row>
34064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34065 \begin_inset Text
34066
34067 \begin_layout Plain Layout
34068 pc
34069 \end_layout
34070
34071 \end_inset
34072 </cell>
34073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34074 \begin_inset Text
34075
34076 \begin_layout Plain Layout
34077 パイカ (1
34078 \begin_inset Formula $\,$
34079 \end_inset
34080
34081 pc = 12
34082 \begin_inset Formula $\,$
34083 \end_inset
34084
34085 pt)
34086 \end_layout
34087
34088 \end_inset
34089 </cell>
34090 </row>
34091 <row>
34092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34093 \begin_inset Text
34094
34095 \begin_layout Plain Layout
34096 sp
34097 \end_layout
34098
34099 \end_inset
34100 </cell>
34101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34102 \begin_inset Text
34103
34104 \begin_layout Plain Layout
34105 スケールポイント (65536
34106 \begin_inset Formula $\,$
34107 \end_inset
34108
34109 sp = 1
34110 \begin_inset Formula $\,$
34111 \end_inset
34112
34113 pt)
34114 \end_layout
34115
34116 \end_inset
34117 </cell>
34118 </row>
34119 <row>
34120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34121 \begin_inset Text
34122
34123 \begin_layout Plain Layout
34124 bp
34125 \end_layout
34126
34127 \end_inset
34128 </cell>
34129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34130 \begin_inset Text
34131
34132 \begin_layout Plain Layout
34133 ビッグポイント (72
34134 \begin_inset Formula $\,$
34135 \end_inset
34136
34137 bp = 1
34138 \begin_inset Formula $\,$
34139 \end_inset
34140
34141 in)
34142 \end_layout
34143
34144 \end_inset
34145 </cell>
34146 </row>
34147 <row>
34148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34149 \begin_inset Text
34150
34151 \begin_layout Plain Layout
34152 dd
34153 \end_layout
34154
34155 \end_inset
34156 </cell>
34157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34158 \begin_inset Text
34159
34160 \begin_layout Plain Layout
34161 ディドー (72
34162 \begin_inset Formula $\,$
34163 \end_inset
34164
34165 dd 
34166 \begin_inset Formula $\approx$
34167 \end_inset
34168
34169  37.6
34170 \begin_inset Formula $\,$
34171 \end_inset
34172
34173 mm)
34174 \end_layout
34175
34176 \end_inset
34177 </cell>
34178 </row>
34179 <row>
34180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34181 \begin_inset Text
34182
34183 \begin_layout Plain Layout
34184 cc
34185 \end_layout
34186
34187 \end_inset
34188 </cell>
34189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34190 \begin_inset Text
34191
34192 \begin_layout Plain Layout
34193 シセロ (1
34194 \begin_inset Formula $\,$
34195 \end_inset
34196
34197 cc = 12
34198 \begin_inset Formula $\,$
34199 \end_inset
34200
34201 dd)
34202 \end_layout
34203
34204 \end_inset
34205 </cell>
34206 </row>
34207 <row>
34208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34209 \begin_inset Text
34210
34211 \begin_layout Plain Layout
34212 Scale%
34213 \end_layout
34214
34215 \end_inset
34216 </cell>
34217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34218 \begin_inset Text
34219
34220 \begin_layout Plain Layout
34221 元の画像幅の%
34222 \end_layout
34223
34224 \end_inset
34225 </cell>
34226 </row>
34227 <row>
34228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34229 \begin_inset Text
34230
34231 \begin_layout Plain Layout
34232 text%
34233 \end_layout
34234
34235 \end_inset
34236 </cell>
34237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34238 \begin_inset Text
34239
34240 \begin_layout Plain Layout
34241 テキスト幅の%
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 </row>
34247 <row>
34248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34249 \begin_inset Text
34250
34251 \begin_layout Plain Layout
34252 col%
34253 \end_layout
34254
34255 \end_inset
34256 </cell>
34257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34258 \begin_inset Text
34259
34260 \begin_layout Plain Layout
34261 組段幅の%
34262 \end_layout
34263
34264 \end_inset
34265 </cell>
34266 </row>
34267 <row>
34268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34269 \begin_inset Text
34270
34271 \begin_layout Plain Layout
34272 page%
34273 \end_layout
34274
34275 \end_inset
34276 </cell>
34277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34278 \begin_inset Text
34279
34280 \begin_layout Plain Layout
34281 用紙幅の%
34282 \end_layout
34283
34284 \end_inset
34285 </cell>
34286 </row>
34287 <row>
34288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34289 \begin_inset Text
34290
34291 \begin_layout Plain Layout
34292 line%
34293 \end_layout
34294
34295 \end_inset
34296 </cell>
34297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34298 \begin_inset Text
34299
34300 \begin_layout Plain Layout
34301 行幅の%
34302 \end_layout
34303
34304 \end_inset
34305 </cell>
34306 </row>
34307 <row>
34308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34309 \begin_inset Text
34310
34311 \begin_layout Plain Layout
34312 theight%
34313 \end_layout
34314
34315 \end_inset
34316 </cell>
34317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34318 \begin_inset Text
34319
34320 \begin_layout Plain Layout
34321 テキスト高さの%
34322 \end_layout
34323
34324 \end_inset
34325 </cell>
34326 </row>
34327 <row>
34328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34329 \begin_inset Text
34330
34331 \begin_layout Plain Layout
34332 pheight%
34333 \end_layout
34334
34335 \end_inset
34336 </cell>
34337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Plain Layout
34341 用紙高さの%
34342 \end_layout
34343
34344 \end_inset
34345 </cell>
34346 </row>
34347 <row>
34348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34349 \begin_inset Text
34350
34351 \begin_layout Plain Layout
34352 ex
34353 \end_layout
34354
34355 \end_inset
34356 </cell>
34357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34358 \begin_inset Text
34359
34360 \begin_layout Plain Layout
34361 現在のフォントの文字「x」の高さ
34362 \end_layout
34363
34364 \end_inset
34365 </cell>
34366 </row>
34367 <row>
34368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34369 \begin_inset Text
34370
34371 \begin_layout Plain Layout
34372 em
34373 \end_layout
34374
34375 \end_inset
34376 </cell>
34377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34378 \begin_inset Text
34379
34380 \begin_layout Plain Layout
34381 現在のフォントの文字「M」の幅
34382 \end_layout
34383
34384 \end_inset
34385 </cell>
34386 </row>
34387 <row>
34388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34389 \begin_inset Text
34390
34391 \begin_layout Plain Layout
34392 mu
34393 \end_layout
34394
34395 \end_inset
34396 </cell>
34397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34398 \begin_inset Text
34399
34400 \begin_layout Plain Layout
34401 数式単位 (1
34402 \begin_inset Formula $\,$
34403 \end_inset
34404
34405 mu = 1/18
34406 \begin_inset Formula $\,$
34407 \end_inset
34408
34409 em)
34410 \end_layout
34411
34412 \end_inset
34413 </cell>
34414 </row>
34415 </lyxtabular>
34416
34417 \end_inset
34418
34419
34420 \end_layout
34421
34422 \end_inset
34423
34424
34425 \end_layout
34426
34427 \begin_layout Chapter
34428 画像を含む場合のファイル出力形式
34429 \begin_inset CommandInset label
34430 LatexCommand label
34431 name "cha:ファイル出力形式"
34432
34433 \end_inset
34434
34435
34436 \end_layout
34437
34438 \begin_layout Section
34439 DVI
34440 \begin_inset Index idx
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444 ふぁいるしょしき@ファイル書式 ! DVI
34445 \end_layout
34446
34447 \end_inset
34448
34449
34450 \begin_inset Index idx
34451 status collapsed
34452
34453 \begin_layout Plain Layout
34454 DVI|see
34455 \begin_inset ERT
34456 status collapsed
34457
34458 \begin_layout Plain Layout
34459
34460 {
34461 \end_layout
34462
34463 \end_inset
34464
34465 ファイル書式
34466 \begin_inset ERT
34467 status collapsed
34468
34469 \begin_layout Plain Layout
34470
34471 }
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \end_layout
34478
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \begin_layout Standard
34485 このファイル型の拡張子は「
34486 \family typewriter
34487 .dvi
34488 \family default
34489 」です。このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています。これはあるコンピュータから
34490 別のコンピュータへ、何らの変換も行うことなしに移動することができます。このファイル書式が開発された当時には、これは当然のことでは全くありませんでした。DVIは手
34491 っ取り早くプレビューしたり、PostScriptなどの他の出力形式への中間段階として使用されます。
34492 \end_layout
34493
34494 \begin_layout Standard
34495 \begin_inset Note Greyedout
34496 status open
34497
34498 \begin_layout Plain Layout
34499 【註】DVIファイルには画像は含まれていません。画像はリンクされているだけです。
34500 \end_layout
34501
34502 \end_inset
34503
34504 ですから、お使いの
34505 \family typewriter
34506 .dvi
34507 \family default
34508 ファイルを別のコンピュータに移すときには、このことを忘れてはいけません。この性質は、DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります。DV
34509 Iビューアは、DVIをスクロールする際、画像を表示できるようにバックグラウンドで変換しなくてはならないためです。ですから、画像のたくさんあるファイルの場合は、P
34510 DFを使用することをお勧めします。
34511 \end_layout
34512
34513 \begin_layout Standard
34514 使用中の文書は、
34515 \family sans
34516 ファイル
34517 \family default
34518 \SpecialChar \menuseparator
34519
34520 \family sans
34521 書き出し
34522 \family default
34523 \SpecialChar \menuseparator
34524
34525 \family sans
34526 DVI
34527 \family default
34528 メニューを使用して、DVIに書き出すことができます。
34529 \lang english
34530 You can view your document as DVI via the 
34531 \family sans
34532 View
34533 \family default
34534  menu.
34535 \end_layout
34536
34537 \begin_layout Section
34538 PostScript
34539 \begin_inset CommandInset label
34540 LatexCommand label
34541 name "sec:PostScript"
34542
34543 \end_inset
34544
34545
34546 \begin_inset Index idx
34547 status collapsed
34548
34549 \begin_layout Plain Layout
34550 ふぁいるしょしき@ファイル書式 ! PostScript
34551 \end_layout
34552
34553 \end_inset
34554
34555
34556 \begin_inset Index idx
34557 status collapsed
34558
34559 \begin_layout Plain Layout
34560 PostScript|see
34561 \begin_inset ERT
34562 status collapsed
34563
34564 \begin_layout Plain Layout
34565
34566 {
34567 \end_layout
34568
34569 \end_inset
34570
34571 ファイル書式
34572 \begin_inset ERT
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576
34577 }
34578 \end_layout
34579
34580 \end_inset
34581
34582
34583 \end_layout
34584
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \begin_layout Standard
34591 このファイル型の拡張子は「
34592 \family typewriter
34593 .ps
34594 \family default
34595 」です。PostScriptは、
34596 \family typewriter
34597 Adobe
34598 \family default
34599 社によってプリンタ言語として開発されました。したがって、このファイルにはプリンタがファイルを印字するコマンドが書かれています。PostScripは、計算を行った
34600 り図表や画像を描いたりすることもできるので、「プログラミング言語」と見なすことができます
34601 \begin_inset Foot
34602 status collapsed
34603
34604 \begin_layout Plain Layout
34605 これについてもう少し学ぶ気があれば、LaTeXパッケージ
34606 \series bold
34607 PSTricks
34608 \series default
34609
34610 \begin_inset CommandInset citation
34611 LatexCommand cite
34612 key "pstricks"
34613
34614 \end_inset
34615
34616 を見てみてください。
34617 \end_layout
34618
34619 \end_inset
34620
34621 。この機能のためにPostScriptはPDFよりも大きくなりがちです。
34622 \end_layout
34623
34624 \begin_layout Standard
34625 PostScriptは、「Encapsulated PostScript(EPS:ファイル拡張子「
34626 \family typewriter
34627 .eps
34628 \family default
34629 」)」形式の画像のみを含めることができます。LyXでは、既知の画像形式であればどれでも文書中で使用することができるようになっているため、LyXはバックグラウンド
34630 で画像をEPSに変換しなくてはなりません。文書中に、仮に50の画像があれば、文書を表示したり書き出ししたりするたびに、LyXは50もの変換を行わなくてはなりませ
34631 ん。すると、LyXで行う作業手順が、著しく遅れてしまいます。したがって、もしPostScriptを使用することを考えているならば、この問題を回避するために、画像
34632 を直接EPSとして入れておく方がよいでしょう。
34633 \end_layout
34634
34635 \begin_layout Standard
34636 文書は、
34637 \family sans
34638 ファイル
34639 \family default
34640 \SpecialChar \menuseparator
34641
34642 \family sans
34643 書き出し
34644 \family default
34645 \SpecialChar \menuseparator
34646
34647 \family sans
34648 Postscript
34649 \family default
34650 メニューを使用して、PostScriptに書き出すことができます。使用中の文書は、
34651 \family sans
34652 表示
34653 \family default
34654 メニューかツールバーボタン
34655 \begin_inset Graphics
34656         filename ../../images/buffer-view_ps.png
34657         scale 85
34658         scaleBeforeRotation
34659
34660 \end_inset
34661
34662 を使用することでPostScriptとして表示させることができます。
34663 \end_layout
34664
34665 \begin_layout Section
34666 PDF
34667 \begin_inset Index idx
34668 status collapsed
34669
34670 \begin_layout Plain Layout
34671 ふぁいるしょしき@ファイル書式 ! PDF
34672 \end_layout
34673
34674 \end_inset
34675
34676
34677 \begin_inset Index idx
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681 PDF
34682 \end_layout
34683
34684 \end_inset
34685
34686
34687 \end_layout
34688
34689 \begin_layout Standard
34690 このファイル型の拡張子は「
34691 \family typewriter
34692 .pdf
34693 \family default
34694 」です。この「Portable Document Format (PDF)」は、
34695 \family typewriter
34696 Adobe
34697 \family default
34698 社によってPostScriptの派生として開発されました。PDFは、PostScriptよりも圧縮されており、かなり少ないコマンドしか使いません。「portab
34699 le(可搬的)」の名称が示すとおり、この形式は、どのコンピュータシステムでも処理することができ、印字出力は全く同じように出すことができます。
34700 \end_layout
34701
34702 \begin_layout Standard
34703 PDFは画像を、同じPDF形式か、「Joint Photographic Experts Group(JPG:ファイル拡張子「
34704 \family typewriter
34705 .jpg
34706 \family default
34707 」または「
34708 \family typewriter
34709 .jpeg
34710 \family default
34711 」)」形式か、「Portable Network Graphics(PNG:ファイル拡張子「
34712 \family typewriter
34713 .png
34714 \family default
34715 」)」として含めることができます。それにもかかわらず、LyXは画像をこれらの形式のいずれかにバックグラウンドで変換を行うので、他の画像形式も自由に使用することが
34716 できます。しかし、PostScriptの節で説明したように、この画像変換は作業手順を遅らせます。したがって、上記で述べた3つの画像形式のうちいずれかを使用するこ
34717 とをお勧めします。
34718 \end_layout
34719
34720 \begin_layout Standard
34721 使用中の文書は、
34722 \family sans
34723 ファイル
34724 \family default
34725 \SpecialChar \menuseparator
34726
34727 \family sans
34728 書き出し
34729 \family default
34730 メニューを使用して、以下の3つの方法のうちいずれかでPDFに書き出すことができます。
34731 \end_layout
34732
34733 \begin_layout Description
34734 PDF
34735 \begin_inset space ~
34736 \end_inset
34737
34738 (ps2pdf) これは
34739 \family typewriter
34740 ps2pdf
34741 \family default
34742 プログラムを使って、現在のファイルのPostScript版からPDFを生成します。このPostScript版は、中間段階にDVI版を使用する
34743 \family typewriter
34744 dvips
34745 \family default
34746 プログラムによって生成されます。つまり、この書き出し方法は、3段階の変換を伴います。
34747 \end_layout
34748
34749 \begin_layout Description
34750 PDF
34751 \begin_inset space ~
34752 \end_inset
34753
34754 (dvipdfm) これは
34755 \family typewriter
34756 dvipdfm
34757 \family default
34758 プログラムを使って、現在のファイルをバックグラウンドでDVIに変換し、2段階目でPDFに変換します。
34759 \end_layout
34760
34761 \begin_layout Description
34762 PDF
34763 \begin_inset space ~
34764 \end_inset
34765
34766 (pdflatex) これは
34767 \family typewriter
34768 pdftex
34769 \family default
34770 プログラムを使って、現在のファイルを直接PDFに変換します。
34771 \end_layout
34772
34773 \begin_layout Standard
34774
34775 \family typewriter
34776 pdftex
34777 \family default
34778 は現在のPDF版のすべての機能をサポートし、高速で問題なく安定して動作するので、
34779 \family sans
34780 PDF
34781 \begin_inset space ~
34782 \end_inset
34783
34784 (pdflatex)
34785 \family default
34786 を使用することが推奨されます。
34787 \family typewriter
34788 dvipdfm
34789 \family default
34790 プログラムは開発が停止しており、若干時代遅れになっています。
34791 \end_layout
34792
34793 \begin_layout Standard
34794 使用中の文書をPDFとして表示するには、
34795 \family sans
34796 表示
34797 \family default
34798 メニューかツールバーボタン
34799 \begin_inset Graphics
34800         filename ../../images/buffer-view_pdf2.png
34801         scale 85
34802         scaleBeforeRotation
34803
34804 \end_inset
34805
34806 (これは
34807 \family sans
34808 PDF
34809 \begin_inset space ~
34810 \end_inset
34811
34812 (pdflatex)
34813 \family default
34814 を使用します)を用います。
34815 \end_layout
34816
34817 \begin_layout Chapter
34818
34819 \lang english
34820 List of dvips color names
34821 \begin_inset CommandInset label
34822 LatexCommand label
34823 name "chap:List-of-dvips-colornames"
34824
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \begin_layout Standard
34831 \begin_inset Tabular
34832 <lyxtabular version="3" rows="17" columns="4">
34833 <features tabularvalignment="middle">
34834 <column alignment="left" valignment="top" width="0pt">
34835 <column alignment="left" valignment="top" width="0pt">
34836 <column alignment="left" valignment="top" width="0pt">
34837 <column alignment="left" valignment="top" width="0pt">
34838 <row>
34839 <cell alignment="left" valignment="top" usebox="none">
34840 \begin_inset Text
34841
34842 \begin_layout Plain Layout
34843 \begin_inset ERT
34844 status collapsed
34845
34846 \begin_layout Plain Layout
34847
34848
34849 \backslash
34850 fcolorbox{black}{
34851 \end_layout
34852
34853 \end_inset
34854
34855 white
34856 \begin_inset ERT
34857 status collapsed
34858
34859 \begin_layout Plain Layout
34860
34861 }{
34862 \end_layout
34863
34864 \end_inset
34865
34866
34867 \lang english
34868 Color
34869 \lang japanese
34870
34871 \begin_inset ERT
34872 status collapsed
34873
34874 \begin_layout Plain Layout
34875
34876 }
34877 \end_layout
34878
34879 \end_inset
34880
34881  
34882 \lang english
34883 Color name
34884 \end_layout
34885
34886 \end_inset
34887 </cell>
34888 <cell alignment="left" valignment="top" usebox="none">
34889 \begin_inset Text
34890
34891 \begin_layout Plain Layout
34892 \begin_inset ERT
34893 status collapsed
34894
34895 \begin_layout Plain Layout
34896
34897
34898 \backslash
34899 fcolorbox{black}{
34900 \end_layout
34901
34902 \end_inset
34903
34904 white
34905 \begin_inset ERT
34906 status collapsed
34907
34908 \begin_layout Plain Layout
34909
34910 }{
34911 \end_layout
34912
34913 \end_inset
34914
34915
34916 \lang english
34917 Color
34918 \lang japanese
34919
34920 \begin_inset ERT
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924
34925 }
34926 \end_layout
34927
34928 \end_inset
34929
34930  
34931 \lang english
34932 Color name
34933 \end_layout
34934
34935 \end_inset
34936 </cell>
34937 <cell alignment="left" valignment="top" usebox="none">
34938 \begin_inset Text
34939
34940 \begin_layout Plain Layout
34941 \begin_inset ERT
34942 status collapsed
34943
34944 \begin_layout Plain Layout
34945
34946
34947 \backslash
34948 fcolorbox{black}{
34949 \end_layout
34950
34951 \end_inset
34952
34953 white
34954 \begin_inset ERT
34955 status collapsed
34956
34957 \begin_layout Plain Layout
34958
34959 }{
34960 \end_layout
34961
34962 \end_inset
34963
34964
34965 \lang english
34966 Color
34967 \lang japanese
34968
34969 \begin_inset ERT
34970 status collapsed
34971
34972 \begin_layout Plain Layout
34973
34974 }
34975 \end_layout
34976
34977 \end_inset
34978
34979  
34980 \lang english
34981 Color name
34982 \end_layout
34983
34984 \end_inset
34985 </cell>
34986 <cell alignment="left" valignment="top" usebox="none">
34987 \begin_inset Text
34988
34989 \begin_layout Plain Layout
34990 \begin_inset ERT
34991 status collapsed
34992
34993 \begin_layout Plain Layout
34994
34995
34996 \backslash
34997 fcolorbox{black}{
34998 \end_layout
34999
35000 \end_inset
35001
35002 white
35003 \begin_inset ERT
35004 status collapsed
35005
35006 \begin_layout Plain Layout
35007
35008 }{
35009 \end_layout
35010
35011 \end_inset
35012
35013
35014 \lang english
35015 Color
35016 \lang japanese
35017
35018 \begin_inset ERT
35019 status collapsed
35020
35021 \begin_layout Plain Layout
35022
35023 }
35024 \end_layout
35025
35026 \end_inset
35027
35028  
35029 \lang english
35030 Color name
35031 \end_layout
35032
35033 \end_inset
35034 </cell>
35035 </row>
35036 <row>
35037 <cell alignment="center" valignment="top" usebox="none">
35038 \begin_inset Text
35039
35040 \begin_layout Plain Layout
35041 \begin_inset ERT
35042 status collapsed
35043
35044 \begin_layout Plain Layout
35045
35046
35047 \backslash
35048 fcolorbox{black}{
35049 \end_layout
35050
35051 \end_inset
35052
35053 Apricot
35054 \begin_inset ERT
35055 status collapsed
35056
35057 \begin_layout Plain Layout
35058
35059 }{
35060 \end_layout
35061
35062 \end_inset
35063
35064
35065 \begin_inset Phantom Phantom
35066 status open
35067
35068 \begin_layout Plain Layout
35069 W
35070 \end_layout
35071
35072 \end_inset
35073
35074
35075 \begin_inset ERT
35076 status collapsed
35077
35078 \begin_layout Plain Layout
35079
35080 }
35081 \end_layout
35082
35083 \end_inset
35084
35085  Apricot
35086 \end_layout
35087
35088 \end_inset
35089 </cell>
35090 <cell alignment="center" valignment="top" usebox="none">
35091 \begin_inset Text
35092
35093 \begin_layout Plain Layout
35094 \begin_inset ERT
35095 status collapsed
35096
35097 \begin_layout Plain Layout
35098
35099
35100 \backslash
35101 fcolorbox{black}{
35102 \end_layout
35103
35104 \end_inset
35105
35106 Aquamarine
35107 \begin_inset ERT
35108 status collapsed
35109
35110 \begin_layout Plain Layout
35111
35112 }{
35113 \end_layout
35114
35115 \end_inset
35116
35117
35118 \begin_inset Phantom Phantom
35119 status open
35120
35121 \begin_layout Plain Layout
35122 W
35123 \end_layout
35124
35125 \end_inset
35126
35127
35128 \begin_inset ERT
35129 status collapsed
35130
35131 \begin_layout Plain Layout
35132
35133 }
35134 \end_layout
35135
35136 \end_inset
35137
35138  Aquamarine
35139 \end_layout
35140
35141 \end_inset
35142 </cell>
35143 <cell alignment="center" valignment="top" usebox="none">
35144 \begin_inset Text
35145
35146 \begin_layout Plain Layout
35147 \begin_inset ERT
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151
35152
35153 \backslash
35154 fcolorbox{black}{
35155 \end_layout
35156
35157 \end_inset
35158
35159 Bittersweet
35160 \begin_inset ERT
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164
35165 }{
35166 \end_layout
35167
35168 \end_inset
35169
35170
35171 \begin_inset Phantom Phantom
35172 status open
35173
35174 \begin_layout Plain Layout
35175 W
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \begin_inset ERT
35182 status collapsed
35183
35184 \begin_layout Plain Layout
35185
35186 }
35187 \end_layout
35188
35189 \end_inset
35190
35191  Bittersweet
35192 \end_layout
35193
35194 \end_inset
35195 </cell>
35196 <cell alignment="center" valignment="top" usebox="none">
35197 \begin_inset Text
35198
35199 \begin_layout Plain Layout
35200 \begin_inset ERT
35201 status collapsed
35202
35203 \begin_layout Plain Layout
35204
35205
35206 \backslash
35207 fcolorbox{black}{
35208 \end_layout
35209
35210 \end_inset
35211
35212 BlueGreen
35213 \begin_inset ERT
35214 status collapsed
35215
35216 \begin_layout Plain Layout
35217
35218 }{
35219 \end_layout
35220
35221 \end_inset
35222
35223
35224 \begin_inset Phantom Phantom
35225 status open
35226
35227 \begin_layout Plain Layout
35228 W
35229 \end_layout
35230
35231 \end_inset
35232
35233
35234 \begin_inset ERT
35235 status collapsed
35236
35237 \begin_layout Plain Layout
35238
35239 }
35240 \end_layout
35241
35242 \end_inset
35243
35244  BlueGreen
35245 \end_layout
35246
35247 \end_inset
35248 </cell>
35249 </row>
35250 <row>
35251 <cell alignment="left" valignment="top" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255 \begin_inset ERT
35256 status collapsed
35257
35258 \begin_layout Plain Layout
35259
35260
35261 \backslash
35262 fcolorbox{black}{
35263 \end_layout
35264
35265 \end_inset
35266
35267 BlueViolet
35268 \begin_inset ERT
35269 status collapsed
35270
35271 \begin_layout Plain Layout
35272
35273 }{
35274 \end_layout
35275
35276 \end_inset
35277
35278
35279 \begin_inset Phantom Phantom
35280 status open
35281
35282 \begin_layout Plain Layout
35283 W
35284 \end_layout
35285
35286 \end_inset
35287
35288
35289 \begin_inset ERT
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293
35294 }
35295 \end_layout
35296
35297 \end_inset
35298
35299  BlueViolet
35300 \end_layout
35301
35302 \end_inset
35303 </cell>
35304 <cell alignment="left" valignment="top" usebox="none">
35305 \begin_inset Text
35306
35307 \begin_layout Plain Layout
35308 \begin_inset ERT
35309 status collapsed
35310
35311 \begin_layout Plain Layout
35312
35313
35314 \backslash
35315 fcolorbox{black}{
35316 \end_layout
35317
35318 \end_inset
35319
35320 BrickRed
35321 \begin_inset ERT
35322 status collapsed
35323
35324 \begin_layout Plain Layout
35325
35326 }{
35327 \end_layout
35328
35329 \end_inset
35330
35331
35332 \begin_inset Phantom Phantom
35333 status open
35334
35335 \begin_layout Plain Layout
35336 W
35337 \end_layout
35338
35339 \end_inset
35340
35341
35342 \begin_inset ERT
35343 status collapsed
35344
35345 \begin_layout Plain Layout
35346
35347 }
35348 \end_layout
35349
35350 \end_inset
35351
35352  BrickRed
35353 \end_layout
35354
35355 \end_inset
35356 </cell>
35357 <cell alignment="left" valignment="top" usebox="none">
35358 \begin_inset Text
35359
35360 \begin_layout Plain Layout
35361 \begin_inset ERT
35362 status collapsed
35363
35364 \begin_layout Plain Layout
35365
35366
35367 \backslash
35368 fcolorbox{black}{
35369 \end_layout
35370
35371 \end_inset
35372
35373 Brown
35374 \begin_inset ERT
35375 status collapsed
35376
35377 \begin_layout Plain Layout
35378
35379 }{
35380 \end_layout
35381
35382 \end_inset
35383
35384
35385 \begin_inset Phantom Phantom
35386 status open
35387
35388 \begin_layout Plain Layout
35389 W
35390 \end_layout
35391
35392 \end_inset
35393
35394
35395 \begin_inset ERT
35396 status collapsed
35397
35398 \begin_layout Plain Layout
35399
35400 }
35401 \end_layout
35402
35403 \end_inset
35404
35405  Brown
35406 \end_layout
35407
35408 \end_inset
35409 </cell>
35410 <cell alignment="left" valignment="top" usebox="none">
35411 \begin_inset Text
35412
35413 \begin_layout Plain Layout
35414 \begin_inset ERT
35415 status collapsed
35416
35417 \begin_layout Plain Layout
35418
35419
35420 \backslash
35421 fcolorbox{black}{
35422 \end_layout
35423
35424 \end_inset
35425
35426 BurntOrange
35427 \begin_inset ERT
35428 status collapsed
35429
35430 \begin_layout Plain Layout
35431
35432 }{
35433 \end_layout
35434
35435 \end_inset
35436
35437
35438 \begin_inset Phantom Phantom
35439 status open
35440
35441 \begin_layout Plain Layout
35442 W
35443 \end_layout
35444
35445 \end_inset
35446
35447
35448 \begin_inset ERT
35449 status collapsed
35450
35451 \begin_layout Plain Layout
35452
35453 }
35454 \end_layout
35455
35456 \end_inset
35457
35458  BurntOrange
35459 \end_layout
35460
35461 \end_inset
35462 </cell>
35463 </row>
35464 <row>
35465 <cell alignment="left" valignment="top" usebox="none">
35466 \begin_inset Text
35467
35468 \begin_layout Plain Layout
35469 \begin_inset ERT
35470 status collapsed
35471
35472 \begin_layout Plain Layout
35473
35474
35475 \backslash
35476 fcolorbox{black}{
35477 \end_layout
35478
35479 \end_inset
35480
35481 CadetBlue
35482 \begin_inset ERT
35483 status collapsed
35484
35485 \begin_layout Plain Layout
35486
35487 }{
35488 \end_layout
35489
35490 \end_inset
35491
35492
35493 \begin_inset Phantom Phantom
35494 status open
35495
35496 \begin_layout Plain Layout
35497 W
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \begin_inset ERT
35504 status collapsed
35505
35506 \begin_layout Plain Layout
35507
35508 }
35509 \end_layout
35510
35511 \end_inset
35512
35513  CadetBlue
35514 \end_layout
35515
35516 \end_inset
35517 </cell>
35518 <cell alignment="left" valignment="top" usebox="none">
35519 \begin_inset Text
35520
35521 \begin_layout Plain Layout
35522 \begin_inset ERT
35523 status collapsed
35524
35525 \begin_layout Plain Layout
35526
35527
35528 \backslash
35529 fcolorbox{black}{
35530 \end_layout
35531
35532 \end_inset
35533
35534 CarnationPink
35535 \begin_inset ERT
35536 status collapsed
35537
35538 \begin_layout Plain Layout
35539
35540 }{
35541 \end_layout
35542
35543 \end_inset
35544
35545
35546 \begin_inset Phantom Phantom
35547 status open
35548
35549 \begin_layout Plain Layout
35550 W
35551 \end_layout
35552
35553 \end_inset
35554
35555
35556 \begin_inset ERT
35557 status collapsed
35558
35559 \begin_layout Plain Layout
35560
35561 }
35562 \end_layout
35563
35564 \end_inset
35565
35566  CarnationPink
35567 \end_layout
35568
35569 \end_inset
35570 </cell>
35571 <cell alignment="left" valignment="top" usebox="none">
35572 \begin_inset Text
35573
35574 \begin_layout Plain Layout
35575 \begin_inset ERT
35576 status collapsed
35577
35578 \begin_layout Plain Layout
35579
35580
35581 \backslash
35582 fcolorbox{black}{
35583 \end_layout
35584
35585 \end_inset
35586
35587 Cerulean
35588 \begin_inset ERT
35589 status collapsed
35590
35591 \begin_layout Plain Layout
35592
35593 }{
35594 \end_layout
35595
35596 \end_inset
35597
35598
35599 \begin_inset Phantom Phantom
35600 status open
35601
35602 \begin_layout Plain Layout
35603 W
35604 \end_layout
35605
35606 \end_inset
35607
35608
35609 \begin_inset ERT
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613
35614 }
35615 \end_layout
35616
35617 \end_inset
35618
35619  Cerulean
35620 \end_layout
35621
35622 \end_inset
35623 </cell>
35624 <cell alignment="left" valignment="top" usebox="none">
35625 \begin_inset Text
35626
35627 \begin_layout Plain Layout
35628 \begin_inset ERT
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632
35633
35634 \backslash
35635 fcolorbox{black}{
35636 \end_layout
35637
35638 \end_inset
35639
35640 CornflowerBlue
35641 \begin_inset ERT
35642 status collapsed
35643
35644 \begin_layout Plain Layout
35645
35646 }{
35647 \end_layout
35648
35649 \end_inset
35650
35651
35652 \begin_inset Phantom Phantom
35653 status open
35654
35655 \begin_layout Plain Layout
35656 W
35657 \end_layout
35658
35659 \end_inset
35660
35661
35662 \begin_inset ERT
35663 status collapsed
35664
35665 \begin_layout Plain Layout
35666
35667 }
35668 \end_layout
35669
35670 \end_inset
35671
35672  CornflowerBlue
35673 \end_layout
35674
35675 \end_inset
35676 </cell>
35677 </row>
35678 <row>
35679 <cell alignment="left" valignment="top" usebox="none">
35680 \begin_inset Text
35681
35682 \begin_layout Plain Layout
35683 \begin_inset ERT
35684 status collapsed
35685
35686 \begin_layout Plain Layout
35687
35688
35689 \backslash
35690 fcolorbox{black}{
35691 \end_layout
35692
35693 \end_inset
35694
35695 Dandelion
35696 \begin_inset ERT
35697 status collapsed
35698
35699 \begin_layout Plain Layout
35700
35701 }{
35702 \end_layout
35703
35704 \end_inset
35705
35706
35707 \begin_inset Phantom Phantom
35708 status open
35709
35710 \begin_layout Plain Layout
35711 W
35712 \end_layout
35713
35714 \end_inset
35715
35716
35717 \begin_inset ERT
35718 status collapsed
35719
35720 \begin_layout Plain Layout
35721
35722 }
35723 \end_layout
35724
35725 \end_inset
35726
35727  Dandelion
35728 \end_layout
35729
35730 \end_inset
35731 </cell>
35732 <cell alignment="left" valignment="top" usebox="none">
35733 \begin_inset Text
35734
35735 \begin_layout Plain Layout
35736 \begin_inset ERT
35737 status collapsed
35738
35739 \begin_layout Plain Layout
35740
35741
35742 \backslash
35743 fcolorbox{black}{
35744 \end_layout
35745
35746 \end_inset
35747
35748 DarkOrchid
35749 \begin_inset ERT
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753
35754 }{
35755 \end_layout
35756
35757 \end_inset
35758
35759
35760 \begin_inset Phantom Phantom
35761 status open
35762
35763 \begin_layout Plain Layout
35764 W
35765 \end_layout
35766
35767 \end_inset
35768
35769
35770 \begin_inset ERT
35771 status collapsed
35772
35773 \begin_layout Plain Layout
35774
35775 }
35776 \end_layout
35777
35778 \end_inset
35779
35780  DarkOrchid
35781 \end_layout
35782
35783 \end_inset
35784 </cell>
35785 <cell alignment="left" valignment="top" usebox="none">
35786 \begin_inset Text
35787
35788 \begin_layout Plain Layout
35789 \begin_inset ERT
35790 status collapsed
35791
35792 \begin_layout Plain Layout
35793
35794
35795 \backslash
35796 fcolorbox{black}{
35797 \end_layout
35798
35799 \end_inset
35800
35801 Emerald
35802 \begin_inset ERT
35803 status collapsed
35804
35805 \begin_layout Plain Layout
35806
35807 }{
35808 \end_layout
35809
35810 \end_inset
35811
35812
35813 \begin_inset Phantom Phantom
35814 status open
35815
35816 \begin_layout Plain Layout
35817 W
35818 \end_layout
35819
35820 \end_inset
35821
35822
35823 \begin_inset ERT
35824 status collapsed
35825
35826 \begin_layout Plain Layout
35827
35828 }
35829 \end_layout
35830
35831 \end_inset
35832
35833  Emerald
35834 \end_layout
35835
35836 \end_inset
35837 </cell>
35838 <cell alignment="left" valignment="top" usebox="none">
35839 \begin_inset Text
35840
35841 \begin_layout Plain Layout
35842 \begin_inset ERT
35843 status collapsed
35844
35845 \begin_layout Plain Layout
35846
35847
35848 \backslash
35849 fcolorbox{black}{
35850 \end_layout
35851
35852 \end_inset
35853
35854 ForestGreen
35855 \begin_inset ERT
35856 status collapsed
35857
35858 \begin_layout Plain Layout
35859
35860 }{
35861 \end_layout
35862
35863 \end_inset
35864
35865
35866 \begin_inset Phantom Phantom
35867 status open
35868
35869 \begin_layout Plain Layout
35870 W
35871 \end_layout
35872
35873 \end_inset
35874
35875
35876 \begin_inset ERT
35877 status collapsed
35878
35879 \begin_layout Plain Layout
35880
35881 }
35882 \end_layout
35883
35884 \end_inset
35885
35886  ForestGreen
35887 \end_layout
35888
35889 \end_inset
35890 </cell>
35891 </row>
35892 <row>
35893 <cell alignment="left" valignment="top" usebox="none">
35894 \begin_inset Text
35895
35896 \begin_layout Plain Layout
35897 \begin_inset ERT
35898 status collapsed
35899
35900 \begin_layout Plain Layout
35901
35902
35903 \backslash
35904 fcolorbox{black}{
35905 \end_layout
35906
35907 \end_inset
35908
35909 Fuchsia
35910 \begin_inset ERT
35911 status collapsed
35912
35913 \begin_layout Plain Layout
35914
35915 }{
35916 \end_layout
35917
35918 \end_inset
35919
35920
35921 \begin_inset Phantom Phantom
35922 status open
35923
35924 \begin_layout Plain Layout
35925 W
35926 \end_layout
35927
35928 \end_inset
35929
35930
35931 \begin_inset ERT
35932 status collapsed
35933
35934 \begin_layout Plain Layout
35935
35936 }
35937 \end_layout
35938
35939 \end_inset
35940
35941  Fuchsia
35942 \end_layout
35943
35944 \end_inset
35945 </cell>
35946 <cell alignment="left" valignment="top" usebox="none">
35947 \begin_inset Text
35948
35949 \begin_layout Plain Layout
35950 \begin_inset ERT
35951 status collapsed
35952
35953 \begin_layout Plain Layout
35954
35955
35956 \backslash
35957 fcolorbox{black}{
35958 \end_layout
35959
35960 \end_inset
35961
35962 Goldenrod
35963 \begin_inset ERT
35964 status collapsed
35965
35966 \begin_layout Plain Layout
35967
35968 }{
35969 \end_layout
35970
35971 \end_inset
35972
35973
35974 \begin_inset Phantom Phantom
35975 status open
35976
35977 \begin_layout Plain Layout
35978 W
35979 \end_layout
35980
35981 \end_inset
35982
35983
35984 \begin_inset ERT
35985 status collapsed
35986
35987 \begin_layout Plain Layout
35988
35989 }
35990 \end_layout
35991
35992 \end_inset
35993
35994  Goldenrod
35995 \end_layout
35996
35997 \end_inset
35998 </cell>
35999 <cell alignment="left" valignment="top" usebox="none">
36000 \begin_inset Text
36001
36002 \begin_layout Plain Layout
36003 \begin_inset ERT
36004 status collapsed
36005
36006 \begin_layout Plain Layout
36007
36008
36009 \backslash
36010 fcolorbox{black}{
36011 \end_layout
36012
36013 \end_inset
36014
36015 Gray
36016 \begin_inset ERT
36017 status collapsed
36018
36019 \begin_layout Plain Layout
36020
36021 }{
36022 \end_layout
36023
36024 \end_inset
36025
36026
36027 \begin_inset Phantom Phantom
36028 status open
36029
36030 \begin_layout Plain Layout
36031 W
36032 \end_layout
36033
36034 \end_inset
36035
36036
36037 \begin_inset ERT
36038 status collapsed
36039
36040 \begin_layout Plain Layout
36041
36042 }
36043 \end_layout
36044
36045 \end_inset
36046
36047  Gray
36048 \end_layout
36049
36050 \end_inset
36051 </cell>
36052 <cell alignment="left" valignment="top" usebox="none">
36053 \begin_inset Text
36054
36055 \begin_layout Plain Layout
36056 \begin_inset ERT
36057 status collapsed
36058
36059 \begin_layout Plain Layout
36060
36061
36062 \backslash
36063 fcolorbox{black}{
36064 \end_layout
36065
36066 \end_inset
36067
36068 GreenYellow
36069 \begin_inset ERT
36070 status collapsed
36071
36072 \begin_layout Plain Layout
36073
36074 }{
36075 \end_layout
36076
36077 \end_inset
36078
36079
36080 \begin_inset Phantom Phantom
36081 status open
36082
36083 \begin_layout Plain Layout
36084 W
36085 \end_layout
36086
36087 \end_inset
36088
36089
36090 \begin_inset ERT
36091 status collapsed
36092
36093 \begin_layout Plain Layout
36094
36095 }
36096 \end_layout
36097
36098 \end_inset
36099
36100  GreenYellow
36101 \end_layout
36102
36103 \end_inset
36104 </cell>
36105 </row>
36106 <row>
36107 <cell alignment="center" valignment="top" usebox="none">
36108 \begin_inset Text
36109
36110 \begin_layout Plain Layout
36111 \begin_inset ERT
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115
36116
36117 \backslash
36118 fcolorbox{black}{
36119 \end_layout
36120
36121 \end_inset
36122
36123 JungleGreen
36124 \begin_inset ERT
36125 status collapsed
36126
36127 \begin_layout Plain Layout
36128
36129 }{
36130 \end_layout
36131
36132 \end_inset
36133
36134
36135 \begin_inset Phantom Phantom
36136 status open
36137
36138 \begin_layout Plain Layout
36139 W
36140 \end_layout
36141
36142 \end_inset
36143
36144
36145 \begin_inset ERT
36146 status collapsed
36147
36148 \begin_layout Plain Layout
36149
36150 }
36151 \end_layout
36152
36153 \end_inset
36154
36155  JungleGreen
36156 \end_layout
36157
36158 \end_inset
36159 </cell>
36160 <cell alignment="center" valignment="top" usebox="none">
36161 \begin_inset Text
36162
36163 \begin_layout Plain Layout
36164 \begin_inset ERT
36165 status collapsed
36166
36167 \begin_layout Plain Layout
36168
36169
36170 \backslash
36171 fcolorbox{black}{
36172 \end_layout
36173
36174 \end_inset
36175
36176 Lavender
36177 \begin_inset ERT
36178 status collapsed
36179
36180 \begin_layout Plain Layout
36181
36182 }{
36183 \end_layout
36184
36185 \end_inset
36186
36187
36188 \begin_inset Phantom Phantom
36189 status open
36190
36191 \begin_layout Plain Layout
36192 W
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \begin_inset ERT
36199 status collapsed
36200
36201 \begin_layout Plain Layout
36202
36203 }
36204 \end_layout
36205
36206 \end_inset
36207
36208  Lavender
36209 \end_layout
36210
36211 \end_inset
36212 </cell>
36213 <cell alignment="center" valignment="top" usebox="none">
36214 \begin_inset Text
36215
36216 \begin_layout Plain Layout
36217 \begin_inset ERT
36218 status collapsed
36219
36220 \begin_layout Plain Layout
36221
36222
36223 \backslash
36224 fcolorbox{black}{
36225 \end_layout
36226
36227 \end_inset
36228
36229 LimeGreen
36230 \begin_inset ERT
36231 status collapsed
36232
36233 \begin_layout Plain Layout
36234
36235 }{
36236 \end_layout
36237
36238 \end_inset
36239
36240
36241 \begin_inset Phantom Phantom
36242 status open
36243
36244 \begin_layout Plain Layout
36245 W
36246 \end_layout
36247
36248 \end_inset
36249
36250
36251 \begin_inset ERT
36252 status collapsed
36253
36254 \begin_layout Plain Layout
36255
36256 }
36257 \end_layout
36258
36259 \end_inset
36260
36261  LimeGreen
36262 \end_layout
36263
36264 \end_inset
36265 </cell>
36266 <cell alignment="center" valignment="top" usebox="none">
36267 \begin_inset Text
36268
36269 \begin_layout Plain Layout
36270 \begin_inset ERT
36271 status collapsed
36272
36273 \begin_layout Plain Layout
36274
36275
36276 \backslash
36277 fcolorbox{black}{
36278 \end_layout
36279
36280 \end_inset
36281
36282 Mahogany
36283 \begin_inset ERT
36284 status collapsed
36285
36286 \begin_layout Plain Layout
36287
36288 }{
36289 \end_layout
36290
36291 \end_inset
36292
36293
36294 \begin_inset Phantom Phantom
36295 status open
36296
36297 \begin_layout Plain Layout
36298 W
36299 \end_layout
36300
36301 \end_inset
36302
36303
36304 \begin_inset ERT
36305 status collapsed
36306
36307 \begin_layout Plain Layout
36308
36309 }
36310 \end_layout
36311
36312 \end_inset
36313
36314  Mahogany
36315 \end_layout
36316
36317 \end_inset
36318 </cell>
36319 </row>
36320 <row>
36321 <cell alignment="left" valignment="top" usebox="none">
36322 \begin_inset Text
36323
36324 \begin_layout Plain Layout
36325 \begin_inset ERT
36326 status collapsed
36327
36328 \begin_layout Plain Layout
36329
36330
36331 \backslash
36332 fcolorbox{black}{
36333 \end_layout
36334
36335 \end_inset
36336
36337 Mahogany
36338 \begin_inset ERT
36339 status collapsed
36340
36341 \begin_layout Plain Layout
36342
36343 }{
36344 \end_layout
36345
36346 \end_inset
36347
36348
36349 \begin_inset Phantom Phantom
36350 status open
36351
36352 \begin_layout Plain Layout
36353 W
36354 \end_layout
36355
36356 \end_inset
36357
36358
36359 \begin_inset ERT
36360 status collapsed
36361
36362 \begin_layout Plain Layout
36363
36364 }
36365 \end_layout
36366
36367 \end_inset
36368
36369  Mahogany
36370 \end_layout
36371
36372 \end_inset
36373 </cell>
36374 <cell alignment="left" valignment="top" usebox="none">
36375 \begin_inset Text
36376
36377 \begin_layout Plain Layout
36378 \begin_inset ERT
36379 status collapsed
36380
36381 \begin_layout Plain Layout
36382
36383
36384 \backslash
36385 fcolorbox{black}{
36386 \end_layout
36387
36388 \end_inset
36389
36390 Maroon
36391 \begin_inset ERT
36392 status collapsed
36393
36394 \begin_layout Plain Layout
36395
36396 }{
36397 \end_layout
36398
36399 \end_inset
36400
36401
36402 \begin_inset Phantom Phantom
36403 status open
36404
36405 \begin_layout Plain Layout
36406 W
36407 \end_layout
36408
36409 \end_inset
36410
36411
36412 \begin_inset ERT
36413 status collapsed
36414
36415 \begin_layout Plain Layout
36416
36417 }
36418 \end_layout
36419
36420 \end_inset
36421
36422  Maroon
36423 \end_layout
36424
36425 \end_inset
36426 </cell>
36427 <cell alignment="left" valignment="top" usebox="none">
36428 \begin_inset Text
36429
36430 \begin_layout Plain Layout
36431 \begin_inset ERT
36432 status collapsed
36433
36434 \begin_layout Plain Layout
36435
36436
36437 \backslash
36438 fcolorbox{black}{
36439 \end_layout
36440
36441 \end_inset
36442
36443 Melon
36444 \begin_inset ERT
36445 status collapsed
36446
36447 \begin_layout Plain Layout
36448
36449 }{
36450 \end_layout
36451
36452 \end_inset
36453
36454
36455 \begin_inset Phantom Phantom
36456 status open
36457
36458 \begin_layout Plain Layout
36459 W
36460 \end_layout
36461
36462 \end_inset
36463
36464
36465 \begin_inset ERT
36466 status collapsed
36467
36468 \begin_layout Plain Layout
36469
36470 }
36471 \end_layout
36472
36473 \end_inset
36474
36475  Melon
36476 \end_layout
36477
36478 \end_inset
36479 </cell>
36480 <cell alignment="left" valignment="top" usebox="none">
36481 \begin_inset Text
36482
36483 \begin_layout Plain Layout
36484 \begin_inset ERT
36485 status collapsed
36486
36487 \begin_layout Plain Layout
36488
36489
36490 \backslash
36491 fcolorbox{black}{
36492 \end_layout
36493
36494 \end_inset
36495
36496 MidnightBlue
36497 \begin_inset ERT
36498 status collapsed
36499
36500 \begin_layout Plain Layout
36501
36502 }{
36503 \end_layout
36504
36505 \end_inset
36506
36507
36508 \begin_inset Phantom Phantom
36509 status open
36510
36511 \begin_layout Plain Layout
36512 W
36513 \end_layout
36514
36515 \end_inset
36516
36517
36518 \begin_inset ERT
36519 status collapsed
36520
36521 \begin_layout Plain Layout
36522
36523 }
36524 \end_layout
36525
36526 \end_inset
36527
36528  MidnightBlue
36529 \end_layout
36530
36531 \end_inset
36532 </cell>
36533 </row>
36534 <row>
36535 <cell alignment="left" valignment="top" usebox="none">
36536 \begin_inset Text
36537
36538 \begin_layout Plain Layout
36539 \begin_inset ERT
36540 status collapsed
36541
36542 \begin_layout Plain Layout
36543
36544
36545 \backslash
36546 fcolorbox{black}{
36547 \end_layout
36548
36549 \end_inset
36550
36551 Mulberry
36552 \begin_inset ERT
36553 status collapsed
36554
36555 \begin_layout Plain Layout
36556
36557 }{
36558 \end_layout
36559
36560 \end_inset
36561
36562
36563 \begin_inset Phantom Phantom
36564 status open
36565
36566 \begin_layout Plain Layout
36567 W
36568 \end_layout
36569
36570 \end_inset
36571
36572
36573 \begin_inset ERT
36574 status collapsed
36575
36576 \begin_layout Plain Layout
36577
36578 }
36579 \end_layout
36580
36581 \end_inset
36582
36583  Mulberry
36584 \end_layout
36585
36586 \end_inset
36587 </cell>
36588 <cell alignment="left" valignment="top" usebox="none">
36589 \begin_inset Text
36590
36591 \begin_layout Plain Layout
36592 \begin_inset ERT
36593 status collapsed
36594
36595 \begin_layout Plain Layout
36596
36597
36598 \backslash
36599 fcolorbox{black}{
36600 \end_layout
36601
36602 \end_inset
36603
36604 NavyBlue
36605 \begin_inset ERT
36606 status collapsed
36607
36608 \begin_layout Plain Layout
36609
36610 }{
36611 \end_layout
36612
36613 \end_inset
36614
36615
36616 \begin_inset Phantom Phantom
36617 status open
36618
36619 \begin_layout Plain Layout
36620 W
36621 \end_layout
36622
36623 \end_inset
36624
36625
36626 \begin_inset ERT
36627 status collapsed
36628
36629 \begin_layout Plain Layout
36630
36631 }
36632 \end_layout
36633
36634 \end_inset
36635
36636  NavyBlue
36637 \end_layout
36638
36639 \end_inset
36640 </cell>
36641 <cell alignment="left" valignment="top" usebox="none">
36642 \begin_inset Text
36643
36644 \begin_layout Plain Layout
36645 \begin_inset ERT
36646 status collapsed
36647
36648 \begin_layout Plain Layout
36649
36650
36651 \backslash
36652 fcolorbox{black}{
36653 \end_layout
36654
36655 \end_inset
36656
36657 OliveGreen
36658 \begin_inset ERT
36659 status collapsed
36660
36661 \begin_layout Plain Layout
36662
36663 }{
36664 \end_layout
36665
36666 \end_inset
36667
36668
36669 \begin_inset Phantom Phantom
36670 status open
36671
36672 \begin_layout Plain Layout
36673 W
36674 \end_layout
36675
36676 \end_inset
36677
36678
36679 \begin_inset ERT
36680 status collapsed
36681
36682 \begin_layout Plain Layout
36683
36684 }
36685 \end_layout
36686
36687 \end_inset
36688
36689  OliveGreen
36690 \end_layout
36691
36692 \end_inset
36693 </cell>
36694 <cell alignment="left" valignment="top" usebox="none">
36695 \begin_inset Text
36696
36697 \begin_layout Plain Layout
36698 \begin_inset ERT
36699 status collapsed
36700
36701 \begin_layout Plain Layout
36702
36703
36704 \backslash
36705 fcolorbox{black}{
36706 \end_layout
36707
36708 \end_inset
36709
36710 Orange
36711 \begin_inset ERT
36712 status collapsed
36713
36714 \begin_layout Plain Layout
36715
36716 }{
36717 \end_layout
36718
36719 \end_inset
36720
36721
36722 \begin_inset Phantom Phantom
36723 status open
36724
36725 \begin_layout Plain Layout
36726 W
36727 \end_layout
36728
36729 \end_inset
36730
36731
36732 \begin_inset ERT
36733 status collapsed
36734
36735 \begin_layout Plain Layout
36736
36737 }
36738 \end_layout
36739
36740 \end_inset
36741
36742  Orange
36743 \end_layout
36744
36745 \end_inset
36746 </cell>
36747 </row>
36748 <row>
36749 <cell alignment="left" valignment="top" usebox="none">
36750 \begin_inset Text
36751
36752 \begin_layout Plain Layout
36753 \begin_inset ERT
36754 status collapsed
36755
36756 \begin_layout Plain Layout
36757
36758
36759 \backslash
36760 fcolorbox{black}{
36761 \end_layout
36762
36763 \end_inset
36764
36765 OrangeRed
36766 \begin_inset ERT
36767 status collapsed
36768
36769 \begin_layout Plain Layout
36770
36771 }{
36772 \end_layout
36773
36774 \end_inset
36775
36776
36777 \begin_inset Phantom Phantom
36778 status open
36779
36780 \begin_layout Plain Layout
36781 W
36782 \end_layout
36783
36784 \end_inset
36785
36786
36787 \begin_inset ERT
36788 status collapsed
36789
36790 \begin_layout Plain Layout
36791
36792 }
36793 \end_layout
36794
36795 \end_inset
36796
36797  OrangeRed
36798 \end_layout
36799
36800 \end_inset
36801 </cell>
36802 <cell alignment="left" valignment="top" usebox="none">
36803 \begin_inset Text
36804
36805 \begin_layout Plain Layout
36806 \begin_inset ERT
36807 status collapsed
36808
36809 \begin_layout Plain Layout
36810
36811
36812 \backslash
36813 fcolorbox{black}{
36814 \end_layout
36815
36816 \end_inset
36817
36818 Orchid
36819 \begin_inset ERT
36820 status collapsed
36821
36822 \begin_layout Plain Layout
36823
36824 }{
36825 \end_layout
36826
36827 \end_inset
36828
36829
36830 \begin_inset Phantom Phantom
36831 status open
36832
36833 \begin_layout Plain Layout
36834 W
36835 \end_layout
36836
36837 \end_inset
36838
36839
36840 \begin_inset ERT
36841 status collapsed
36842
36843 \begin_layout Plain Layout
36844
36845 }
36846 \end_layout
36847
36848 \end_inset
36849
36850  Orchid
36851 \end_layout
36852
36853 \end_inset
36854 </cell>
36855 <cell alignment="left" valignment="top" usebox="none">
36856 \begin_inset Text
36857
36858 \begin_layout Plain Layout
36859 \begin_inset ERT
36860 status collapsed
36861
36862 \begin_layout Plain Layout
36863
36864
36865 \backslash
36866 fcolorbox{black}{
36867 \end_layout
36868
36869 \end_inset
36870
36871 Peach
36872 \begin_inset ERT
36873 status collapsed
36874
36875 \begin_layout Plain Layout
36876
36877 }{
36878 \end_layout
36879
36880 \end_inset
36881
36882
36883 \begin_inset Phantom Phantom
36884 status open
36885
36886 \begin_layout Plain Layout
36887 W
36888 \end_layout
36889
36890 \end_inset
36891
36892
36893 \begin_inset ERT
36894 status collapsed
36895
36896 \begin_layout Plain Layout
36897
36898 }
36899 \end_layout
36900
36901 \end_inset
36902
36903  Peach
36904 \end_layout
36905
36906 \end_inset
36907 </cell>
36908 <cell alignment="left" valignment="top" usebox="none">
36909 \begin_inset Text
36910
36911 \begin_layout Plain Layout
36912 \begin_inset ERT
36913 status collapsed
36914
36915 \begin_layout Plain Layout
36916
36917
36918 \backslash
36919 fcolorbox{black}{
36920 \end_layout
36921
36922 \end_inset
36923
36924 Periwinkle
36925 \begin_inset ERT
36926 status collapsed
36927
36928 \begin_layout Plain Layout
36929
36930 }{
36931 \end_layout
36932
36933 \end_inset
36934
36935
36936 \begin_inset Phantom Phantom
36937 status open
36938
36939 \begin_layout Plain Layout
36940 W
36941 \end_layout
36942
36943 \end_inset
36944
36945
36946 \begin_inset ERT
36947 status collapsed
36948
36949 \begin_layout Plain Layout
36950
36951 }
36952 \end_layout
36953
36954 \end_inset
36955
36956  Periwinkle
36957 \end_layout
36958
36959 \end_inset
36960 </cell>
36961 </row>
36962 <row>
36963 <cell alignment="left" valignment="top" usebox="none">
36964 \begin_inset Text
36965
36966 \begin_layout Plain Layout
36967 \begin_inset ERT
36968 status collapsed
36969
36970 \begin_layout Plain Layout
36971
36972
36973 \backslash
36974 fcolorbox{black}{
36975 \end_layout
36976
36977 \end_inset
36978
36979 PineGreen
36980 \begin_inset ERT
36981 status collapsed
36982
36983 \begin_layout Plain Layout
36984
36985 }{
36986 \end_layout
36987
36988 \end_inset
36989
36990
36991 \begin_inset Phantom Phantom
36992 status open
36993
36994 \begin_layout Plain Layout
36995 W
36996 \end_layout
36997
36998 \end_inset
36999
37000
37001 \begin_inset ERT
37002 status collapsed
37003
37004 \begin_layout Plain Layout
37005
37006 }
37007 \end_layout
37008
37009 \end_inset
37010
37011  PineGreen
37012 \end_layout
37013
37014 \end_inset
37015 </cell>
37016 <cell alignment="left" valignment="top" usebox="none">
37017 \begin_inset Text
37018
37019 \begin_layout Plain Layout
37020 \begin_inset ERT
37021 status collapsed
37022
37023 \begin_layout Plain Layout
37024
37025
37026 \backslash
37027 fcolorbox{black}{
37028 \end_layout
37029
37030 \end_inset
37031
37032 Plum
37033 \begin_inset ERT
37034 status collapsed
37035
37036 \begin_layout Plain Layout
37037
37038 }{
37039 \end_layout
37040
37041 \end_inset
37042
37043
37044 \begin_inset Phantom Phantom
37045 status open
37046
37047 \begin_layout Plain Layout
37048 W
37049 \end_layout
37050
37051 \end_inset
37052
37053
37054 \begin_inset ERT
37055 status collapsed
37056
37057 \begin_layout Plain Layout
37058
37059 }
37060 \end_layout
37061
37062 \end_inset
37063
37064  Plum
37065 \end_layout
37066
37067 \end_inset
37068 </cell>
37069 <cell alignment="left" valignment="top" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073 \begin_inset ERT
37074 status collapsed
37075
37076 \begin_layout Plain Layout
37077
37078
37079 \backslash
37080 fcolorbox{black}{
37081 \end_layout
37082
37083 \end_inset
37084
37085 ProcessBlue
37086 \begin_inset ERT
37087 status collapsed
37088
37089 \begin_layout Plain Layout
37090
37091 }{
37092 \end_layout
37093
37094 \end_inset
37095
37096
37097 \begin_inset Phantom Phantom
37098 status open
37099
37100 \begin_layout Plain Layout
37101 W
37102 \end_layout
37103
37104 \end_inset
37105
37106
37107 \begin_inset ERT
37108 status collapsed
37109
37110 \begin_layout Plain Layout
37111
37112 }
37113 \end_layout
37114
37115 \end_inset
37116
37117  ProcessBlue
37118 \end_layout
37119
37120 \end_inset
37121 </cell>
37122 <cell alignment="left" valignment="top" usebox="none">
37123 \begin_inset Text
37124
37125 \begin_layout Plain Layout
37126 \begin_inset ERT
37127 status collapsed
37128
37129 \begin_layout Plain Layout
37130
37131
37132 \backslash
37133 fcolorbox{black}{
37134 \end_layout
37135
37136 \end_inset
37137
37138 Purple
37139 \begin_inset ERT
37140 status collapsed
37141
37142 \begin_layout Plain Layout
37143
37144 }{
37145 \end_layout
37146
37147 \end_inset
37148
37149
37150 \begin_inset Phantom Phantom
37151 status open
37152
37153 \begin_layout Plain Layout
37154 W
37155 \end_layout
37156
37157 \end_inset
37158
37159
37160 \begin_inset ERT
37161 status collapsed
37162
37163 \begin_layout Plain Layout
37164
37165 }
37166 \end_layout
37167
37168 \end_inset
37169
37170  Purple
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 </row>
37176 <row>
37177 <cell alignment="left" valignment="top" usebox="none">
37178 \begin_inset Text
37179
37180 \begin_layout Plain Layout
37181 \begin_inset ERT
37182 status collapsed
37183
37184 \begin_layout Plain Layout
37185
37186
37187 \backslash
37188 fcolorbox{black}{
37189 \end_layout
37190
37191 \end_inset
37192
37193 RawSienna
37194 \begin_inset ERT
37195 status collapsed
37196
37197 \begin_layout Plain Layout
37198
37199 }{
37200 \end_layout
37201
37202 \end_inset
37203
37204
37205 \begin_inset Phantom Phantom
37206 status open
37207
37208 \begin_layout Plain Layout
37209 W
37210 \end_layout
37211
37212 \end_inset
37213
37214
37215 \begin_inset ERT
37216 status collapsed
37217
37218 \begin_layout Plain Layout
37219
37220 }
37221 \end_layout
37222
37223 \end_inset
37224
37225  RawSienna
37226 \end_layout
37227
37228 \end_inset
37229 </cell>
37230 <cell alignment="left" valignment="top" usebox="none">
37231 \begin_inset Text
37232
37233 \begin_layout Plain Layout
37234 \begin_inset ERT
37235 status collapsed
37236
37237 \begin_layout Plain Layout
37238
37239
37240 \backslash
37241 fcolorbox{black}{
37242 \end_layout
37243
37244 \end_inset
37245
37246 RedOrange
37247 \begin_inset ERT
37248 status collapsed
37249
37250 \begin_layout Plain Layout
37251
37252 }{
37253 \end_layout
37254
37255 \end_inset
37256
37257
37258 \begin_inset Phantom Phantom
37259 status open
37260
37261 \begin_layout Plain Layout
37262 W
37263 \end_layout
37264
37265 \end_inset
37266
37267
37268 \begin_inset ERT
37269 status collapsed
37270
37271 \begin_layout Plain Layout
37272
37273 }
37274 \end_layout
37275
37276 \end_inset
37277
37278  RedOrange
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 <cell alignment="left" valignment="top" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287 \begin_inset ERT
37288 status collapsed
37289
37290 \begin_layout Plain Layout
37291
37292
37293 \backslash
37294 fcolorbox{black}{
37295 \end_layout
37296
37297 \end_inset
37298
37299 RedViolet
37300 \begin_inset ERT
37301 status collapsed
37302
37303 \begin_layout Plain Layout
37304
37305 }{
37306 \end_layout
37307
37308 \end_inset
37309
37310
37311 \begin_inset Phantom Phantom
37312 status open
37313
37314 \begin_layout Plain Layout
37315 W
37316 \end_layout
37317
37318 \end_inset
37319
37320
37321 \begin_inset ERT
37322 status collapsed
37323
37324 \begin_layout Plain Layout
37325
37326 }
37327 \end_layout
37328
37329 \end_inset
37330
37331  RedViolet
37332 \end_layout
37333
37334 \end_inset
37335 </cell>
37336 <cell alignment="left" valignment="top" usebox="none">
37337 \begin_inset Text
37338
37339 \begin_layout Plain Layout
37340 \begin_inset ERT
37341 status collapsed
37342
37343 \begin_layout Plain Layout
37344
37345
37346 \backslash
37347 fcolorbox{black}{
37348 \end_layout
37349
37350 \end_inset
37351
37352 Rhodamine
37353 \begin_inset ERT
37354 status collapsed
37355
37356 \begin_layout Plain Layout
37357
37358 }{
37359 \end_layout
37360
37361 \end_inset
37362
37363
37364 \begin_inset Phantom Phantom
37365 status open
37366
37367 \begin_layout Plain Layout
37368 W
37369 \end_layout
37370
37371 \end_inset
37372
37373
37374 \begin_inset ERT
37375 status collapsed
37376
37377 \begin_layout Plain Layout
37378
37379 }
37380 \end_layout
37381
37382 \end_inset
37383
37384  Rhodamine
37385 \end_layout
37386
37387 \end_inset
37388 </cell>
37389 </row>
37390 <row>
37391 <cell alignment="left" valignment="top" usebox="none">
37392 \begin_inset Text
37393
37394 \begin_layout Plain Layout
37395 \begin_inset ERT
37396 status collapsed
37397
37398 \begin_layout Plain Layout
37399
37400
37401 \backslash
37402 fcolorbox{black}{
37403 \end_layout
37404
37405 \end_inset
37406
37407 RoyalBlue
37408 \begin_inset ERT
37409 status collapsed
37410
37411 \begin_layout Plain Layout
37412
37413 }{
37414 \end_layout
37415
37416 \end_inset
37417
37418
37419 \begin_inset Phantom Phantom
37420 status open
37421
37422 \begin_layout Plain Layout
37423 W
37424 \end_layout
37425
37426 \end_inset
37427
37428
37429 \begin_inset ERT
37430 status collapsed
37431
37432 \begin_layout Plain Layout
37433
37434 }
37435 \end_layout
37436
37437 \end_inset
37438
37439  RoyalBlue
37440 \end_layout
37441
37442 \end_inset
37443 </cell>
37444 <cell alignment="left" valignment="top" usebox="none">
37445 \begin_inset Text
37446
37447 \begin_layout Plain Layout
37448 \begin_inset ERT
37449 status collapsed
37450
37451 \begin_layout Plain Layout
37452
37453
37454 \backslash
37455 fcolorbox{black}{
37456 \end_layout
37457
37458 \end_inset
37459
37460 RoyalPurple
37461 \begin_inset ERT
37462 status collapsed
37463
37464 \begin_layout Plain Layout
37465
37466 }{
37467 \end_layout
37468
37469 \end_inset
37470
37471
37472 \begin_inset Phantom Phantom
37473 status open
37474
37475 \begin_layout Plain Layout
37476 W
37477 \end_layout
37478
37479 \end_inset
37480
37481
37482 \begin_inset ERT
37483 status collapsed
37484
37485 \begin_layout Plain Layout
37486
37487 }
37488 \end_layout
37489
37490 \end_inset
37491
37492  RoyalPurple
37493 \end_layout
37494
37495 \end_inset
37496 </cell>
37497 <cell alignment="left" valignment="top" usebox="none">
37498 \begin_inset Text
37499
37500 \begin_layout Plain Layout
37501 \begin_inset ERT
37502 status collapsed
37503
37504 \begin_layout Plain Layout
37505
37506
37507 \backslash
37508 fcolorbox{black}{
37509 \end_layout
37510
37511 \end_inset
37512
37513 RubineRed
37514 \begin_inset ERT
37515 status collapsed
37516
37517 \begin_layout Plain Layout
37518
37519 }{
37520 \end_layout
37521
37522 \end_inset
37523
37524
37525 \begin_inset Phantom Phantom
37526 status open
37527
37528 \begin_layout Plain Layout
37529 W
37530 \end_layout
37531
37532 \end_inset
37533
37534
37535 \begin_inset ERT
37536 status collapsed
37537
37538 \begin_layout Plain Layout
37539
37540 }
37541 \end_layout
37542
37543 \end_inset
37544
37545  RubineRed
37546 \end_layout
37547
37548 \end_inset
37549 </cell>
37550 <cell alignment="left" valignment="top" usebox="none">
37551 \begin_inset Text
37552
37553 \begin_layout Plain Layout
37554 \begin_inset ERT
37555 status collapsed
37556
37557 \begin_layout Plain Layout
37558
37559
37560 \backslash
37561 fcolorbox{black}{
37562 \end_layout
37563
37564 \end_inset
37565
37566 Salmon
37567 \begin_inset ERT
37568 status collapsed
37569
37570 \begin_layout Plain Layout
37571
37572 }{
37573 \end_layout
37574
37575 \end_inset
37576
37577
37578 \begin_inset Phantom Phantom
37579 status open
37580
37581 \begin_layout Plain Layout
37582 W
37583 \end_layout
37584
37585 \end_inset
37586
37587
37588 \begin_inset ERT
37589 status collapsed
37590
37591 \begin_layout Plain Layout
37592
37593 }
37594 \end_layout
37595
37596 \end_inset
37597
37598  Salmon
37599 \end_layout
37600
37601 \end_inset
37602 </cell>
37603 </row>
37604 <row>
37605 <cell alignment="left" valignment="top" usebox="none">
37606 \begin_inset Text
37607
37608 \begin_layout Plain Layout
37609 \begin_inset ERT
37610 status collapsed
37611
37612 \begin_layout Plain Layout
37613
37614
37615 \backslash
37616 fcolorbox{black}{
37617 \end_layout
37618
37619 \end_inset
37620
37621 SeaGreen
37622 \begin_inset ERT
37623 status collapsed
37624
37625 \begin_layout Plain Layout
37626
37627 }{
37628 \end_layout
37629
37630 \end_inset
37631
37632
37633 \begin_inset Phantom Phantom
37634 status open
37635
37636 \begin_layout Plain Layout
37637 W
37638 \end_layout
37639
37640 \end_inset
37641
37642
37643 \begin_inset ERT
37644 status collapsed
37645
37646 \begin_layout Plain Layout
37647
37648 }
37649 \end_layout
37650
37651 \end_inset
37652
37653  SeaGreen
37654 \end_layout
37655
37656 \end_inset
37657 </cell>
37658 <cell alignment="left" valignment="top" usebox="none">
37659 \begin_inset Text
37660
37661 \begin_layout Plain Layout
37662 \begin_inset ERT
37663 status collapsed
37664
37665 \begin_layout Plain Layout
37666
37667
37668 \backslash
37669 fcolorbox{black}{
37670 \end_layout
37671
37672 \end_inset
37673
37674 Sepia
37675 \begin_inset ERT
37676 status collapsed
37677
37678 \begin_layout Plain Layout
37679
37680 }{
37681 \end_layout
37682
37683 \end_inset
37684
37685
37686 \begin_inset Phantom Phantom
37687 status open
37688
37689 \begin_layout Plain Layout
37690 W
37691 \end_layout
37692
37693 \end_inset
37694
37695
37696 \begin_inset ERT
37697 status collapsed
37698
37699 \begin_layout Plain Layout
37700
37701 }
37702 \end_layout
37703
37704 \end_inset
37705
37706  Sepia
37707 \end_layout
37708
37709 \end_inset
37710 </cell>
37711 <cell alignment="left" valignment="top" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715 \begin_inset ERT
37716 status collapsed
37717
37718 \begin_layout Plain Layout
37719
37720
37721 \backslash
37722 fcolorbox{black}{
37723 \end_layout
37724
37725 \end_inset
37726
37727 SkyBlue
37728 \begin_inset ERT
37729 status collapsed
37730
37731 \begin_layout Plain Layout
37732
37733 }{
37734 \end_layout
37735
37736 \end_inset
37737
37738
37739 \begin_inset Phantom Phantom
37740 status open
37741
37742 \begin_layout Plain Layout
37743 W
37744 \end_layout
37745
37746 \end_inset
37747
37748
37749 \begin_inset ERT
37750 status collapsed
37751
37752 \begin_layout Plain Layout
37753
37754 }
37755 \end_layout
37756
37757 \end_inset
37758
37759  SkyBlue
37760 \end_layout
37761
37762 \end_inset
37763 </cell>
37764 <cell alignment="left" valignment="top" usebox="none">
37765 \begin_inset Text
37766
37767 \begin_layout Plain Layout
37768 \begin_inset ERT
37769 status collapsed
37770
37771 \begin_layout Plain Layout
37772
37773
37774 \backslash
37775 fcolorbox{black}{
37776 \end_layout
37777
37778 \end_inset
37779
37780 SpringGreen
37781 \begin_inset ERT
37782 status collapsed
37783
37784 \begin_layout Plain Layout
37785
37786 }{
37787 \end_layout
37788
37789 \end_inset
37790
37791
37792 \begin_inset Phantom Phantom
37793 status open
37794
37795 \begin_layout Plain Layout
37796 W
37797 \end_layout
37798
37799 \end_inset
37800
37801
37802 \begin_inset ERT
37803 status collapsed
37804
37805 \begin_layout Plain Layout
37806
37807 }
37808 \end_layout
37809
37810 \end_inset
37811
37812  SpringGreen
37813 \end_layout
37814
37815 \end_inset
37816 </cell>
37817 </row>
37818 <row>
37819 <cell alignment="left" valignment="top" usebox="none">
37820 \begin_inset Text
37821
37822 \begin_layout Plain Layout
37823 \begin_inset ERT
37824 status collapsed
37825
37826 \begin_layout Plain Layout
37827
37828
37829 \backslash
37830 fcolorbox{black}{
37831 \end_layout
37832
37833 \end_inset
37834
37835 Tan
37836 \begin_inset ERT
37837 status collapsed
37838
37839 \begin_layout Plain Layout
37840
37841 }{
37842 \end_layout
37843
37844 \end_inset
37845
37846
37847 \begin_inset Phantom Phantom
37848 status open
37849
37850 \begin_layout Plain Layout
37851 W
37852 \end_layout
37853
37854 \end_inset
37855
37856
37857 \begin_inset ERT
37858 status collapsed
37859
37860 \begin_layout Plain Layout
37861
37862 }
37863 \end_layout
37864
37865 \end_inset
37866
37867  Tan
37868 \end_layout
37869
37870 \end_inset
37871 </cell>
37872 <cell alignment="left" valignment="top" usebox="none">
37873 \begin_inset Text
37874
37875 \begin_layout Plain Layout
37876 \begin_inset ERT
37877 status collapsed
37878
37879 \begin_layout Plain Layout
37880
37881
37882 \backslash
37883 fcolorbox{black}{
37884 \end_layout
37885
37886 \end_inset
37887
37888 TealBlue
37889 \begin_inset ERT
37890 status collapsed
37891
37892 \begin_layout Plain Layout
37893
37894 }{
37895 \end_layout
37896
37897 \end_inset
37898
37899
37900 \begin_inset Phantom Phantom
37901 status open
37902
37903 \begin_layout Plain Layout
37904 W
37905 \end_layout
37906
37907 \end_inset
37908
37909
37910 \begin_inset ERT
37911 status collapsed
37912
37913 \begin_layout Plain Layout
37914
37915 }
37916 \end_layout
37917
37918 \end_inset
37919
37920  TealBlue
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 <cell alignment="left" valignment="top" usebox="none">
37926 \begin_inset Text
37927
37928 \begin_layout Plain Layout
37929 \begin_inset ERT
37930 status collapsed
37931
37932 \begin_layout Plain Layout
37933
37934
37935 \backslash
37936 fcolorbox{black}{
37937 \end_layout
37938
37939 \end_inset
37940
37941 Thistle
37942 \begin_inset ERT
37943 status collapsed
37944
37945 \begin_layout Plain Layout
37946
37947 }{
37948 \end_layout
37949
37950 \end_inset
37951
37952
37953 \begin_inset Phantom Phantom
37954 status open
37955
37956 \begin_layout Plain Layout
37957 W
37958 \end_layout
37959
37960 \end_inset
37961
37962
37963 \begin_inset ERT
37964 status collapsed
37965
37966 \begin_layout Plain Layout
37967
37968 }
37969 \end_layout
37970
37971 \end_inset
37972
37973  Thistle
37974 \end_layout
37975
37976 \end_inset
37977 </cell>
37978 <cell alignment="left" valignment="top" usebox="none">
37979 \begin_inset Text
37980
37981 \begin_layout Plain Layout
37982 \begin_inset ERT
37983 status collapsed
37984
37985 \begin_layout Plain Layout
37986
37987
37988 \backslash
37989 fcolorbox{black}{
37990 \end_layout
37991
37992 \end_inset
37993
37994 Turquoise
37995 \begin_inset ERT
37996 status collapsed
37997
37998 \begin_layout Plain Layout
37999
38000 }{
38001 \end_layout
38002
38003 \end_inset
38004
38005
38006 \begin_inset Phantom Phantom
38007 status open
38008
38009 \begin_layout Plain Layout
38010 W
38011 \end_layout
38012
38013 \end_inset
38014
38015
38016 \begin_inset ERT
38017 status collapsed
38018
38019 \begin_layout Plain Layout
38020
38021 }
38022 \end_layout
38023
38024 \end_inset
38025
38026  Turquoise
38027 \end_layout
38028
38029 \end_inset
38030 </cell>
38031 </row>
38032 <row>
38033 <cell alignment="left" valignment="top" usebox="none">
38034 \begin_inset Text
38035
38036 \begin_layout Plain Layout
38037 \begin_inset ERT
38038 status collapsed
38039
38040 \begin_layout Plain Layout
38041
38042
38043 \backslash
38044 fcolorbox{black}{
38045 \end_layout
38046
38047 \end_inset
38048
38049 Violet
38050 \begin_inset ERT
38051 status collapsed
38052
38053 \begin_layout Plain Layout
38054
38055 }{
38056 \end_layout
38057
38058 \end_inset
38059
38060
38061 \begin_inset Phantom Phantom
38062 status open
38063
38064 \begin_layout Plain Layout
38065 W
38066 \end_layout
38067
38068 \end_inset
38069
38070
38071 \begin_inset ERT
38072 status collapsed
38073
38074 \begin_layout Plain Layout
38075
38076 }
38077 \end_layout
38078
38079 \end_inset
38080
38081  Violet
38082 \end_layout
38083
38084 \end_inset
38085 </cell>
38086 <cell alignment="left" valignment="top" usebox="none">
38087 \begin_inset Text
38088
38089 \begin_layout Plain Layout
38090 \begin_inset ERT
38091 status collapsed
38092
38093 \begin_layout Plain Layout
38094
38095
38096 \backslash
38097 fcolorbox{black}{
38098 \end_layout
38099
38100 \end_inset
38101
38102 VioletRed
38103 \begin_inset ERT
38104 status collapsed
38105
38106 \begin_layout Plain Layout
38107
38108 }{
38109 \end_layout
38110
38111 \end_inset
38112
38113
38114 \begin_inset Phantom Phantom
38115 status open
38116
38117 \begin_layout Plain Layout
38118 W
38119 \end_layout
38120
38121 \end_inset
38122
38123
38124 \begin_inset ERT
38125 status collapsed
38126
38127 \begin_layout Plain Layout
38128
38129 }
38130 \end_layout
38131
38132 \end_inset
38133
38134  VioletRed
38135 \end_layout
38136
38137 \end_inset
38138 </cell>
38139 <cell alignment="left" valignment="top" usebox="none">
38140 \begin_inset Text
38141
38142 \begin_layout Plain Layout
38143 \begin_inset ERT
38144 status collapsed
38145
38146 \begin_layout Plain Layout
38147
38148
38149 \backslash
38150 fcolorbox{black}{
38151 \end_layout
38152
38153 \end_inset
38154
38155 WildStrawberry
38156 \begin_inset ERT
38157 status collapsed
38158
38159 \begin_layout Plain Layout
38160
38161 }{
38162 \end_layout
38163
38164 \end_inset
38165
38166
38167 \begin_inset Phantom Phantom
38168 status open
38169
38170 \begin_layout Plain Layout
38171 W
38172 \end_layout
38173
38174 \end_inset
38175
38176
38177 \begin_inset ERT
38178 status collapsed
38179
38180 \begin_layout Plain Layout
38181
38182 }
38183 \end_layout
38184
38185 \end_inset
38186
38187  WildStrawberry
38188 \end_layout
38189
38190 \end_inset
38191 </cell>
38192 <cell alignment="left" valignment="top" usebox="none">
38193 \begin_inset Text
38194
38195 \begin_layout Plain Layout
38196 \begin_inset ERT
38197 status collapsed
38198
38199 \begin_layout Plain Layout
38200
38201
38202 \backslash
38203 fcolorbox{black}{
38204 \end_layout
38205
38206 \end_inset
38207
38208 YellowGreen
38209 \begin_inset ERT
38210 status collapsed
38211
38212 \begin_layout Plain Layout
38213
38214 }{
38215 \end_layout
38216
38217 \end_inset
38218
38219
38220 \begin_inset Phantom Phantom
38221 status open
38222
38223 \begin_layout Plain Layout
38224 W
38225 \end_layout
38226
38227 \end_inset
38228
38229
38230 \begin_inset ERT
38231 status collapsed
38232
38233 \begin_layout Plain Layout
38234
38235 }
38236 \end_layout
38237
38238 \end_inset
38239
38240  YellowGreen
38241 \end_layout
38242
38243 \end_inset
38244 </cell>
38245 </row>
38246 <row>
38247 <cell alignment="left" valignment="top" usebox="none">
38248 \begin_inset Text
38249
38250 \begin_layout Plain Layout
38251 \begin_inset ERT
38252 status collapsed
38253
38254 \begin_layout Plain Layout
38255
38256
38257 \backslash
38258 fcolorbox{black}{
38259 \end_layout
38260
38261 \end_inset
38262
38263 YellowOrange
38264 \begin_inset ERT
38265 status collapsed
38266
38267 \begin_layout Plain Layout
38268
38269 }{
38270 \end_layout
38271
38272 \end_inset
38273
38274
38275 \begin_inset Phantom Phantom
38276 status open
38277
38278 \begin_layout Plain Layout
38279 W
38280 \end_layout
38281
38282 \end_inset
38283
38284
38285 \begin_inset ERT
38286 status collapsed
38287
38288 \begin_layout Plain Layout
38289
38290 }
38291 \end_layout
38292
38293 \end_inset
38294
38295  YellowOrange
38296 \end_layout
38297
38298 \end_inset
38299 </cell>
38300 <cell alignment="left" valignment="top" usebox="none">
38301 \begin_inset Text
38302
38303 \begin_layout Plain Layout
38304
38305 \end_layout
38306
38307 \end_inset
38308 </cell>
38309 <cell alignment="left" valignment="top" usebox="none">
38310 \begin_inset Text
38311
38312 \begin_layout Plain Layout
38313
38314 \end_layout
38315
38316 \end_inset
38317 </cell>
38318 <cell alignment="left" valignment="top" usebox="none">
38319 \begin_inset Text
38320
38321 \begin_layout Plain Layout
38322
38323 \end_layout
38324
38325 \end_inset
38326 </cell>
38327 </row>
38328 </lyxtabular>
38329
38330 \end_inset
38331
38332
38333 \end_layout
38334
38335 \begin_layout Chapter
38336 第(
38337 \begin_inset CommandInset ref
38338 LatexCommand ref
38339 reference "eq:Wgn"
38340
38341 \end_inset
38342
38343 )式の説明
38344 \begin_inset CommandInset label
38345 LatexCommand label
38346 name "cha:式の説明"
38347
38348 \end_inset
38349
38350
38351 \end_layout
38352
38353 \begin_layout Standard
38354 \begin_inset Formula $n$
38355 \end_inset
38356
38357 個の表セルの全幅
38358 \begin_inset Formula $W_{\mathrm{tot\, n}}$
38359 \end_inset
38360
38361
38362 \begin_inset Formula 
38363 \begin{equation}
38364 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
38365 \end{equation}
38366
38367 \end_inset
38368
38369
38370 \end_layout
38371
38372 \begin_layout Standard
38373 で計算できます。ここで
38374 \begin_inset Formula $W_{g\, n}$
38375 \end_inset
38376
38377 は、すべてのセルが持つ固定幅です。
38378 \series bold
38379
38380 \backslash
38381 tabcolsep
38382 \series default
38383 は、セルテキストとセル罫線のあいだを指すLaTeX長であり、既定値は6
38384 \begin_inset space \thinspace{}
38385 \end_inset
38386
38387 ptです。
38388 \series bold
38389
38390 \backslash
38391 arrayrulewidth
38392 \series default
38393 は、セル罫線幅であり、既定値は0.4
38394 \begin_inset space \thinspace{}
38395 \end_inset
38396
38397 ptです。
38398 \end_layout
38399
38400 \begin_layout Standard
38401
38402 \begin_inset CommandInset ref
38403 LatexCommand eqref
38404 reference "eq:Wtot_n"
38405
38406 \end_inset
38407
38408 式にしたがえば、連結列の全幅
38409 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
38410 \end_inset
38411
38412
38413 \begin_inset Formula 
38414 \begin{equation}
38415 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
38416 \end{equation}
38417
38418 \end_inset
38419
38420
38421 \end_layout
38422
38423 \begin_layout Standard
38424 となります。
38425 \begin_inset Formula $n$
38426 \end_inset
38427
38428 列を連結する時には各列の全幅は
38429 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
38430 \end_inset
38431
38432 となるので、第
38433 \begin_inset CommandInset ref
38434 LatexCommand eqref
38435 reference "eq:Wtot_n"
38436
38437 \end_inset
38438
38439 式と第
38440 \begin_inset CommandInset ref
38441 LatexCommand eqref
38442 reference "eq:Wtot_mult"
38443
38444 \end_inset
38445
38446 式が等しいものと置けば、必要となる固定幅
38447 \begin_inset Formula $W_{g\, n}$
38448 \end_inset
38449
38450 を計算することができて、
38451 \begin_inset Formula 
38452 \begin{equation}
38453 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
38454 \end{equation}
38455
38456 \end_inset
38457
38458 となります。
38459 \end_layout
38460
38461 \begin_layout Bibliography
38462 \labelwidthstring 参考文献
38463 \begin_inset CommandInset bibitem
38464 LatexCommand bibitem
38465 key "latexcompanion"
38466
38467 \end_inset
38468
38469 Frank Mittelbach and Michel Goossens: 
38470 \emph on
38471 The LaTeX Companion Second Edition.
38472
38473 \emph default
38474  Addison-Wesley, 2004
38475 \end_layout
38476
38477 \begin_layout Bibliography
38478 \labelwidthstring 参考文献
38479 \begin_inset CommandInset bibitem
38480 LatexCommand bibitem
38481 key "latexguide"
38482
38483 \end_inset
38484
38485 Helmut Kopka and Patrick W.
38486  Daly: 
38487 \emph on
38488 A Guide to LaTeX Fourth Edition.
38489
38490 \emph default
38491  Addison-Wesley, 2003
38492 \end_layout
38493
38494 \begin_layout Bibliography
38495 \labelwidthstring 参考文献
38496 \begin_inset CommandInset bibitem
38497 LatexCommand bibitem
38498 key "latexbook"
38499
38500 \end_inset
38501
38502 Leslie Lamport: 
38503 \emph on
38504 LaTeX: A Document Preparation System.
38505
38506 \emph default
38507  Addison-Wesley, second edition, 1994
38508 \end_layout
38509
38510 \begin_layout Bibliography
38511 \labelwidthstring 参考文献
38512 \begin_inset CommandInset bibitem
38513 LatexCommand bibitem
38514 key "booktabs"
38515
38516 \end_inset
38517
38518 LaTeXパッケージ
38519 \series bold
38520
38521 \begin_inset CommandInset href
38522 LatexCommand href
38523 name "booktabs"
38524 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
38525
38526 \end_inset
38527
38528
38529 \series default
38530
38531 \begin_inset Index idx
38532 status collapsed
38533
38534 \begin_layout Plain Layout
38535 LaTeXぱっけーじ@LaTeXパッケージ ! booktabs
38536 \end_layout
38537
38538 \end_inset
38539
38540 の取扱説明書
38541 \end_layout
38542
38543 \begin_layout Bibliography
38544 \labelwidthstring 参考文献
38545 \begin_inset CommandInset bibitem
38546 LatexCommand bibitem
38547 key "caption"
38548
38549 \end_inset
38550
38551 LaTeXパッケージ
38552 \series bold
38553
38554 \begin_inset CommandInset href
38555 LatexCommand href
38556 name "caption"
38557 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
38558
38559 \end_inset
38560
38561
38562 \series default
38563
38564 \begin_inset Index idx
38565 status collapsed
38566
38567 \begin_layout Plain Layout
38568 LaTeXぱっけーじ@LaTeXパッケージ ! caption
38569 \end_layout
38570
38571 \end_inset
38572
38573 の取扱説明書
38574 \end_layout
38575
38576 \begin_layout Bibliography
38577 \labelwidthstring 参考文献
38578 \begin_inset CommandInset bibitem
38579 LatexCommand bibitem
38580 key "endfloat"
38581
38582 \end_inset
38583
38584 LaTeXパッケージ
38585 \series bold
38586
38587 \begin_inset CommandInset href
38588 LatexCommand href
38589 name "endfloat"
38590 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
38591
38592 \end_inset
38593
38594
38595 \series default
38596
38597 \begin_inset Index idx
38598 status collapsed
38599
38600 \begin_layout Plain Layout
38601 LaTeXぱっけーじ@LaTeXパッケージ ! endfloat
38602 \end_layout
38603
38604 \end_inset
38605
38606 の取扱説明書
38607 \end_layout
38608
38609 \begin_layout Bibliography
38610 \labelwidthstring 参考文献
38611 \begin_inset CommandInset bibitem
38612 LatexCommand bibitem
38613 key "footmisc"
38614
38615 \end_inset
38616
38617 LaTeXパッケージ
38618 \series bold
38619
38620 \begin_inset CommandInset href
38621 LatexCommand href
38622 name "footmisc"
38623 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
38624
38625 \end_inset
38626
38627
38628 \series default
38629
38630 \begin_inset Index idx
38631 status collapsed
38632
38633 \begin_layout Plain Layout
38634 LaTeXぱっけーじ@LaTeXパッケージ ! footmisc
38635 \end_layout
38636
38637 \end_inset
38638
38639 の取扱説明書
38640 \end_layout
38641
38642 \begin_layout Bibliography
38643 \labelwidthstring 参考文献
38644 \begin_inset CommandInset bibitem
38645 LatexCommand bibitem
38646 key "hypcap"
38647
38648 \end_inset
38649
38650 LaTeXパッケージ
38651 \series bold
38652
38653 \begin_inset CommandInset href
38654 LatexCommand href
38655 name "hypcap"
38656 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
38657
38658 \end_inset
38659
38660
38661 \series default
38662
38663 \begin_inset Index idx
38664 status collapsed
38665
38666 \begin_layout Plain Layout
38667 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
38668 \end_layout
38669
38670 \end_inset
38671
38672 の取扱説明書
38673 \end_layout
38674
38675 \begin_layout Bibliography
38676 \labelwidthstring 参考文献
38677 \begin_inset CommandInset bibitem
38678 LatexCommand bibitem
38679 key "hyperref"
38680
38681 \end_inset
38682
38683 LaTeXパッケージ
38684 \series bold
38685
38686 \begin_inset CommandInset href
38687 LatexCommand href
38688 name "hyperref"
38689 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
38690
38691 \end_inset
38692
38693
38694 \series default
38695
38696 \begin_inset Index idx
38697 status collapsed
38698
38699 \begin_layout Plain Layout
38700 LaTeXぱっけーじ@LaTeXパッケージ ! hyperref
38701 \end_layout
38702
38703 \end_inset
38704
38705 の取扱説明書
38706 \end_layout
38707
38708 \begin_layout Bibliography
38709 \labelwidthstring 参考文献
38710 \begin_inset CommandInset bibitem
38711 LatexCommand bibitem
38712 key "KOMA-script"
38713
38714 \end_inset
38715
38716 LaTeXパッケージ
38717 \series bold
38718
38719 \begin_inset CommandInset href
38720 LatexCommand href
38721 name "KOMA-script"
38722 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
38723
38724 \end_inset
38725
38726
38727 \series default
38728
38729 \begin_inset Index idx
38730 status collapsed
38731
38732 \begin_layout Plain Layout
38733 LaTeXぱっけーじ@LaTeXパッケージ ! KOMA-script
38734 \end_layout
38735
38736 \end_inset
38737
38738 の取扱説明書
38739 \end_layout
38740
38741 \begin_layout Bibliography
38742 \labelwidthstring 参考文献
38743 \begin_inset CommandInset bibitem
38744 LatexCommand bibitem
38745 key "listings"
38746
38747 \end_inset
38748
38749 LaTeXパッケージ
38750 \series bold
38751
38752 \begin_inset CommandInset href
38753 LatexCommand href
38754 name "listings"
38755 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
38756
38757 \end_inset
38758
38759
38760 \series default
38761
38762 \begin_inset Index idx
38763 status collapsed
38764
38765 \begin_layout Plain Layout
38766 LaTeXぱっけーじ@LaTeXパッケージ ! listings
38767 \end_layout
38768
38769 \end_inset
38770
38771 の取扱説明書
38772 \end_layout
38773
38774 \begin_layout Bibliography
38775 \labelwidthstring 参考文献
38776 \begin_inset CommandInset bibitem
38777 LatexCommand bibitem
38778 key "marginnote"
38779
38780 \end_inset
38781
38782 LaTeXパッケージ
38783 \series bold
38784
38785 \begin_inset CommandInset href
38786 LatexCommand href
38787 name "marginnote"
38788 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
38789
38790 \end_inset
38791
38792
38793 \series default
38794
38795 \begin_inset Index idx
38796 status collapsed
38797
38798 \begin_layout Plain Layout
38799 LaTeXぱっけーじ@LaTeXパッケージ ! marginnote
38800 \end_layout
38801
38802 \end_inset
38803
38804 の取扱説明書
38805 \end_layout
38806
38807 \begin_layout Bibliography
38808 \labelwidthstring 参考文献
38809 \begin_inset CommandInset bibitem
38810 LatexCommand bibitem
38811 key "lettrine"
38812
38813 \end_inset
38814
38815 LaTeXパッケージ 
38816 \series bold
38817
38818 \begin_inset CommandInset href
38819 LatexCommand href
38820 name "lettrine"
38821 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
38822
38823 \end_inset
38824
38825
38826 \series default
38827  
38828 \lang english
38829 and an
38830 \lang japanese
38831  
38832 \begin_inset CommandInset href
38833 LatexCommand href
38834 name "example"
38835 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
38836
38837 \end_inset
38838
38839
38840 \begin_inset Index idx
38841 status collapsed
38842
38843 \begin_layout Plain Layout
38844 LaTeXぱっけーじ@LaTeXパッケージ ! lettrine
38845 \end_layout
38846
38847 \end_inset
38848
38849
38850 \end_layout
38851
38852 \begin_layout Bibliography
38853 \labelwidthstring 参考文献
38854 \begin_inset CommandInset bibitem
38855 LatexCommand bibitem
38856 key "pstricks"
38857
38858 \end_inset
38859
38860 LaTeXパッケージ
38861 \series bold
38862
38863 \begin_inset CommandInset href
38864 LatexCommand href
38865 name "PSTricks"
38866 target "http://tug.org/PSTricks/"
38867
38868 \end_inset
38869
38870
38871 \series default
38872
38873 \begin_inset Index idx
38874 status collapsed
38875
38876 \begin_layout Plain Layout
38877 LaTeXぱっけーじ@LaTeXパッケージ ! PSTricks
38878 \end_layout
38879
38880 \end_inset
38881
38882 のウェブページ
38883 \end_layout
38884
38885 \begin_layout Bibliography
38886 \labelwidthstring 参考文献
38887 \begin_inset CommandInset bibitem
38888 LatexCommand bibitem
38889 key "sidecap"
38890
38891 \end_inset
38892
38893 LaTeXパッケージ
38894 \series bold
38895
38896 \begin_inset CommandInset href
38897 LatexCommand href
38898 name "sidecap"
38899 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
38900
38901 \end_inset
38902
38903
38904 \series default
38905
38906 \begin_inset Index idx
38907 status collapsed
38908
38909 \begin_layout Plain Layout
38910 LaTeXぱっけーじ@LaTeXパッケージ ! sidecap
38911 \end_layout
38912
38913 \end_inset
38914
38915 の取扱説明書
38916 \end_layout
38917
38918 \begin_layout Bibliography
38919 \labelwidthstring 参考文献
38920 \begin_inset CommandInset bibitem
38921 LatexCommand bibitem
38922 key "pdfpages"
38923
38924 \end_inset
38925
38926 LaTeXパッケージ
38927 \series bold
38928
38929 \begin_inset CommandInset href
38930 LatexCommand href
38931 name "pdfpages"
38932 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
38933
38934 \end_inset
38935
38936
38937 \series default
38938
38939 \begin_inset Index idx
38940 status collapsed
38941
38942 \begin_layout Plain Layout
38943 LaTeXぱっけーじ@LaTeXパッケージ ! pdfpages
38944 \end_layout
38945
38946 \end_inset
38947
38948 の取扱説明書
38949 \end_layout
38950
38951 \begin_layout Bibliography
38952 \labelwidthstring 参考文献
38953 \begin_inset CommandInset bibitem
38954 LatexCommand bibitem
38955 key "prettyref"
38956
38957 \end_inset
38958
38959 LaTeXパッケージ
38960 \series bold
38961
38962 \begin_inset CommandInset href
38963 LatexCommand href
38964 name "prettyref"
38965 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
38966
38967 \end_inset
38968
38969
38970 \series default
38971
38972 \begin_inset Index idx
38973 status collapsed
38974
38975 \begin_layout Plain Layout
38976 LaTeXぱっけーじ@LaTeXパッケージ! prettyref
38977 \end_layout
38978
38979 \end_inset
38980
38981 の取扱説明書
38982 \end_layout
38983
38984 \begin_layout Bibliography
38985 \labelwidthstring 参考文献
38986 \begin_inset CommandInset bibitem
38987 LatexCommand bibitem
38988 key "refstyle"
38989
38990 \end_inset
38991
38992 LaTeXパッケージ
38993 \series bold
38994
38995 \begin_inset CommandInset href
38996 LatexCommand href
38997 name "refstyle"
38998 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
38999
39000 \end_inset
39001
39002
39003 \series default
39004
39005 \begin_inset Index idx
39006 status collapsed
39007
39008 \begin_layout Plain Layout
39009 LaTeXぱっけーじ@LaTeXパッケージ ! refstyle
39010 \end_layout
39011
39012 \end_inset
39013
39014 の取扱説明書
39015 \end_layout
39016
39017 \begin_layout Bibliography
39018 \labelwidthstring 参考文献
39019 \begin_inset CommandInset bibitem
39020 LatexCommand bibitem
39021 key "NewInLyX20"
39022
39023 \end_inset
39024
39025
39026 \family sans
39027 LyX 2.0
39028 \family default
39029 の新機能に関する
39030 \begin_inset CommandInset href
39031 LatexCommand href
39032 name "Wikiページ"
39033 target "http://wiki.lyx.org/LyX/NewInLyX20"
39034
39035 \end_inset
39036
39037
39038 \end_layout
39039
39040 \begin_layout Standard
39041 \begin_inset CommandInset index_print
39042 LatexCommand printindex
39043 type "idx"
39044
39045 \end_inset
39046
39047
39048 \end_layout
39049
39050 \end_body
39051 \end_document