]> git.lyx.org Git - features.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Math.lyx: update the section about subequations.lyx
[features.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties false
6 \origin /systemlyxdir/doc/ja/
7 \textclass scrbook
8 \begin_preamble
9 %% Added by the translator
10 %   Correction for PDF bookmarks
11 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
12 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
13 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
14
15 % that links to image floats jumps
16 % to the beginning of the float and 
17 % not to its caption
18 \usepackage[figure]{hypcap}
19
20 % the pages of the TOC is numbered roman
21 % and a PDF-bookmark for the TOC is added
22 \let\myTOC\tableofcontents
23 \renewcommand\tableofcontents{%
24   \frontmatter
25   \pdfbookmark[1]{\contentsname}{}
26   \myTOC
27   \mainmatter }
28
29 % provides caption formatting
30 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
31
32 % provides commands to set caption
33 % beside tables/images
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % enables calculation of values,
53 \usepackage{calc}
54
55 % increase the bottom float placement fraction
56 \renewcommand{\bottomfraction}{0.5}
57
58 % avoids that floats are placed before their
59 % corresponding section starts
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % speed up the longtable calculation
63 \setcounter{LTchunksize}{100}
64
65 % used for colored tables
66 \@ifundefined{textcolor}
67  {\usepackage{color}}{}
68 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
69 \definecolor{lightgrey}{gray}{0.8}
70
71 % check for package colortbl
72 % used for colored table cells
73 \newboolean{colortbl}
74 \IfFileExists{colortbl.sty}
75  {\usepackage{colortbl}
76   \setboolean{colortbl}{true}}
77  {\setboolean{colortbl}{false}}
78
79 % used to have extra space in table cells
80 \@ifundefined{extrarowheight}
81  {\usepackage{array}}{}
82 \setlength{\extrarowheight}{2pt}
83
84 % used for customized tables
85 % ---
86 \newcolumntype{M}[1]
87  {>{\centering\hspace{0pt}}m{#1}}
88
89 \newcolumntype{S}[2]
90  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
91
92 \newcolumntype{K}[1]
93  {>{\columncolor{#1}\hspace{0pt}}c}
94
95 \newcolumntype{V}{!{\vrule width 1.5pt}}
96
97 \newcolumntype{W}{!{\color{green}\vline}}
98 % ---
99
100 % insert additional vertical space of
101 % 1.5 mm between footnotes
102 \let\myFoot\footnote
103 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
104
105 % number algorithm floats within chapters
106 \numberwithin{algorithm}{chapter}
107
108
109 % ------------------------------------
110 % used to check for needed LaTeX packages
111 \usepackage{ifthen}
112
113 % check for package arydshln
114 % used for tables with dashed lines
115 \newboolean{arydshln}
116 \IfFileExists{arydshln.sty}
117  {\usepackage{arydshln}
118   \setboolean{arydshln}{true}}
119  {\setboolean{arydshln}{false}}
120
121 % check for package marginnote
122 % used for margin notes
123 \newboolean{marginnote}
124 \IfFileExists{marginnote.sty}
125  {\usepackage{marginnote}
126   \let\marginpar\marginnote
127   \setboolean{marginnote}{true}}
128  {\setboolean{marginnote}{false}}
129
130 % check for package sidecap
131 % used for captions on the side
132 \newboolean{sidecap}
133 \IfFileExists{sidecap.sty}
134  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
135   \setboolean{sidecap}{true}}
136  {\setboolean{sidecap}{false}}
137 % set sidecap to false in all cases for Japanese manual. 
138 % It breaks compliation and gives the following error: 
139 % ! LaTeX Error: Environment SCfigure undefined. 
140 \setboolean{sidecap}{false} 
141
142 % check for picinpar
143 % used for surrounded fixed objects
144 \newboolean{picinpar}
145 \IfFileExists{picinpar.sty}
146  {\usepackage{picinpar}
147   \setboolean{picinpar}{true}}
148  {\setboolean{picinpar}{false}}
149
150 % check for lettrine
151 \newboolean{lettrine}
152 \IfFileExists{lettrine.sty}
153  {\usepackage{lettrine}
154   \setboolean{lettrine}{true}}
155  {\setboolean{lettrine}{false}}
156
157 % check for diagbox
158 \newboolean{diagbox}
159 \IfFileExists{diagbox.sty}
160  {\usepackage{diagbox}
161   \setboolean{diagbox}{true}}
162  {\setboolean{diagbox}{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 bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
172 \use_default_options false
173 \begin_modules
174 initials
175 graphicboxes
176 \end_modules
177 \maintain_unincluded_children false
178 \begin_local_layout
179 InsetLayout             Flex:Ruby
180 LyxType         charstyle
181 LatexType               command
182 LatexName               ruby
183 BgColor         none
184 LabelString             "ルビ"
185 Decoration              Conglomerate
186 Argument post:1
187 LabelString     "ルビ文"
188 MenuString      "ルビ文(S)|S"
189 Decoration      Conglomerate
190 Font
191 Size            tiny
192 EndFont
193 LabelFont
194 Size            tiny
195 EndFont
196 Mandatory       1
197 EndArgument
198 Preamble
199 \IfFileExists{okumacro.sty}
200 {\usepackage{okumacro}}
201 {\newcommand{\ruby}[2]{#2}}
202 EndPreamble
203 End
204 \end_local_layout
205 \language japanese
206 \language_package default
207 \inputencoding auto
208 \fontencoding global
209 \font_roman "default" "default"
210 \font_sans "default" "default"
211 \font_typewriter "default" "default"
212 \font_math "auto" "auto"
213 \font_default_family default
214 \use_non_tex_fonts false
215 \font_sc false
216 \font_osf false
217 \font_sf_scale 100 100
218 \font_tt_scale 100 100
219 \use_microtype false
220 \use_dash_ligatures false
221 \graphics default
222 \default_output_format default
223 \output_sync 0
224 \bibtex_command default
225 \index_command default
226 \paperfontsize 12
227 \spacing single
228 \use_hyperref true
229 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
230 \pdf_author "LyX Team, Uwe Stohr"
231 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
232 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
233 \pdf_bookmarks false
234 \pdf_bookmarksnumbered true
235 \pdf_bookmarksopen true
236 \pdf_bookmarksopenlevel 1
237 \pdf_breaklinks false
238 \pdf_pdfborder false
239 \pdf_colorlinks true
240 \pdf_backref false
241 \pdf_pdfusetitle false
242 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
243 \papersize default
244 \use_geometry false
245 \use_package amsmath 1
246 \use_package amssymb 1
247 \use_package cancel 1
248 \use_package esint 1
249 \use_package mathdots 1
250 \use_package mathtools 1
251 \use_package mhchem 1
252 \use_package stackrel 1
253 \use_package stmaryrd 1
254 \use_package undertilde 1
255 \cite_engine basic
256 \cite_engine_type default
257 \biblio_style plain
258 \use_bibtopic false
259 \use_indices false
260 \paperorientation portrait
261 \suppress_date false
262 \justification true
263 \use_refstyle 0
264 \use_minted 0
265 \notefontcolor #0000ff
266 \index 索引
267 \shortcut idx
268 \color #008000
269 \end_index
270 \leftmargin 2.5cm
271 \topmargin 2.5cm
272 \rightmargin 2.5cm
273 \bottommargin 3cm
274 \secnumdepth 3
275 \tocdepth 3
276 \paragraph_separation skip
277 \defskip medskip
278 \is_math_indent 0
279 \math_numbering_side default
280 \quotes_style english
281 \dynamic_quotes 0
282 \papercolumns 1
283 \papersides 2
284 \paperpagestyle default
285 \bullet 1 1 34 -1
286 \bullet 2 2 35 -1
287 \bullet 3 2 7 -1
288 \tracking_changes false
289 \output_changes false
290 \html_math_output 0
291 \html_css_as_file 0
292 \html_be_strict false
293 \end_header
294
295 \begin_body
296
297 \begin_layout Title
298 \SpecialChar LyX
299 の図表・フロート・註釈・ボックス・外部素材に関する詳細説明書
300 \end_layout
301
302 \begin_layout Author
303 \SpecialChar LyX
304 プロジェクトチーム
305 \begin_inset Foot
306 status collapsed
307
308 \begin_layout Plain Layout
309 \noindent
310 コメントや間違いの指摘がありましたら,\SpecialChar LyX
311 文書化メーリングリスト 
312 \begin_inset CommandInset href
313 LatexCommand href
314 name "lyx-docs@lists.lyx.org"
315 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
316 type "mailto:"
317 literal "false"
318
319 \end_inset
320
321  までお送り下さい.
322 \end_layout
323
324 \end_inset
325
326
327 \begin_inset Note Note
328 status collapsed
329
330 \begin_layout Plain Layout
331 著者:Uwe Stöhr
332 \end_layout
333
334 \end_inset
335
336
337 \begin_inset Newline newline
338 \end_inset
339
340
341 \begin_inset Newline newline
342 \end_inset
343
344
345 \family sans
346 第2.3.x版
347 \end_layout
348
349 \begin_layout Standard
350 \begin_inset CommandInset toc
351 LatexCommand tableofcontents
352
353 \end_inset
354
355
356 \end_layout
357
358 \begin_layout Standard
359 \begin_inset Note Note
360 status open
361
362 \begin_layout Plain Layout
363 本文書の全体をPDFやPS,DVIに書き出すには,
364 \series bold
365 arydshln
366 \series default
367
368 \series bold
369 colortbl
370 \series default
371
372 \series bold
373 diagbox
374 \series default
375
376 \series bold
377 lettrine
378 \series default
379
380 \series bold
381 marginnote
382 \series default
383
384 \series bold
385 picinpar
386 \series default
387
388 \series bold
389 sidecap
390 \series default
391 の各\SpecialChar LaTeX
392 パッケージが導入されている必要があります.これらが導入されていなくても,文書を書き出すことはできますが,これらのパッケージが必要な節は出力には表示されません
393
394 \end_layout
395
396 \begin_layout Plain Layout
397 本文書の最新PDF版は
398 \begin_inset Newline newline
399 \end_inset
400
401
402 \series bold
403 http://wiki.lyx.org/\SpecialChar LyX
404 /Manuals#EmbeddedObjects
405 \series default
406
407 \begin_inset Newline newline
408 \end_inset
409
410 にあります.
411 \end_layout
412
413 \end_inset
414
415
416 \end_layout
417
418 \begin_layout Chapter
419
420 \begin_inset Index idx
421 status collapsed
422
423 \begin_layout Plain Layout
424 ず@図
425 \end_layout
426
427 \end_inset
428
429
430 \begin_inset Index idx
431 status collapsed
432
433 \begin_layout Plain Layout
434 がぞう@画像
435 \begin_inset ERT
436 status collapsed
437
438 \begin_layout Plain Layout
439
440 |see{
441 \end_layout
442
443 \end_inset
444
445
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451 }
452 \end_layout
453
454 \end_inset
455
456
457 \end_layout
458
459 \end_inset
460
461
462 \end_layout
463
464 \begin_layout Section
465 画像ダイアログ
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 ず@図 ! がぞうだいあろぐ@画像ダイアログ
471 \end_layout
472
473 \end_inset
474
475
476 \begin_inset CommandInset label
477 LatexCommand label
478 name "sec:画像ダイアログ"
479
480 \end_inset
481
482
483 \end_layout
484
485 \begin_layout Standard
486 画像を文書に挿入するには,文中の挿入箇所にカーソルを置いて,ツールバーアイコン
487 \family sans
488
489 \begin_inset Info
490 type  "icon"
491 arg   "dialog-show-new-inset graphics"
492 \end_inset
493
494
495 \family default
496 をクリックするか,
497 \family sans
498 挿入\SpecialChar menuseparator
499 画像
500 \family default
501 メニューを使用して下さい.すると,ダイアログが現れるので,読み込むファイルを選択して下さい.出力中での画像は,本文中の挿入位置に正確に出力されます.
502 \end_layout
503
504 \begin_layout Standard
505 画像ダイアログは,画像をクリックすることによって,いつでも呼び出すことができます.このダイアログには,以下の三つのタブがあります.
506 \end_layout
507
508 \begin_layout Description
509
510 \family sans
511 画像
512 \family default
513  ここでは,画像ファイルを選択し,その出力での表示のしかたを調整することができます.画像寸法で使用することのできる単位については付録
514 \begin_inset CommandInset ref
515 LatexCommand ref
516 reference "cha:LyXで使用できる単位"
517
518 \end_inset
519
520 に説明があります.
521 \begin_inset Newline newline
522 \end_inset
523
524
525 \begin_inset Index idx
526 status collapsed
527
528 \begin_layout Plain Layout
529 ず@図 ! のかいてん@—の回転
530 \end_layout
531
532 \end_inset
533
534 回転角と回転原点を指定することによって,反時計廻り方向へ画像を回転することができます.画像は,\SpecialChar LyX
535 内でも回転して表示されます.
536 \begin_inset Newline newline
537 \end_inset
538
539
540 \begin_inset Index idx
541 status collapsed
542
543 \begin_layout Plain Layout
544 ず@図 ! のしんしゅく@—の伸縮
545 \end_layout
546
547 \end_inset
548
549 画像は,パーセント値を指定するか,幅と高さを明示的に設定することによって,伸縮させることができます.幅と高さのどちらか一方のみを指定した場合には,残りの寸法は自
550 動的に決定されます.両方とも指定した場合には,指定した寸法に画像が変換されますので,変形してしまう可能性があります.画像が変形するのを防ぐには,
551 \family sans
552 縦横比を維持する
553 \family default
554 オプションを指定して下さい.すると画像は,幅と高さが指定した寸法を越えないように伸縮されます.
555 \begin_inset Newline newline
556 \end_inset
557
558 画像を右クリックすると現れるコンテクストメニューで
559 \family sans
560 外部で編集
561 \family default
562 という項目を選ぶことによって,画像を指定したプログラムで開くことができます.このプログラムは,\SpecialChar LyX
563 設定のファイル書式設定で,各画像書式ごとに設定することができます.
564 \end_layout
565
566 \begin_layout Description
567
568 \family sans
569 切り抜き
570 \family default
571  伸縮単位を使用する代わりに,出力における画像の縦横の長さを調整するのに,画像座標の設定をすることができます.座標は,
572 \family sans
573 ファイルから取得
574 \family default
575 ボタンを押すことによって,自動的に計算することもできます.
576 \family sans
577 境界枠で切り抜く
578 \family default
579 オプションは,指定された座標内の画像領域のみ印字します.通常は,画像座標を気にする必要はないので,このタブは無視して構いません.
580 \end_layout
581
582 \begin_layout Description
583
584 \family sans
585 \SpecialChar LaTeX
586 と\SpecialChar LyX
587 のオプション
588 \family default
589  このタブでは,\SpecialChar LyX
590 内での画像表示法を調整できる他,\SpecialChar LaTeX
591 のエキスパート向けに\SpecialChar LaTeX
592 オプションを追加することができるようになっています.
593 \family sans
594
595 \begin_inset Newline newline
596 \end_inset
597
598 下書きモード
599 \family default
600 オプションを指定すると,画像は出力には現れず,画像と同じ大きさの枠だけが表示されます.
601 \family sans
602
603 \begin_inset Newline newline
604 \end_inset
605
606 画像グループ
607 \family default
608 のセクションでは,画像設定グループを定義したり,既存のものに所属させたりすることができます.
609 \begin_inset Index idx
610 status collapsed
611
612 \begin_layout Plain Layout
613 ず@図 ! せっていぐるーぷ@設定グループ
614 \end_layout
615
616 \end_inset
617
618 これらのグループ内の画像は,共通した設定を持つので,グループ内の一つの画像の設定をいじると,自動的にグループ内の全ての画像の設定が同じように変更されます.したが
619 って,たとえば,たくさんの画像の寸法を変更したいときにも,一つ一つの寸法を手動で変更せずに済むのです.既存のグループに帰属させるには,画像のコンテクストメニュー
620 を使用して,望むグループ名をチェックすることで行うこともできます.
621 \end_layout
622
623 \begin_layout Standard
624 \begin_inset VSpace bigskip
625 \end_inset
626
627
628 \end_layout
629
630 \begin_layout Standard
631 下記はPDF書式
632 \begin_inset Foot
633 status collapsed
634
635 \begin_layout Plain Layout
636 画像書式は,第
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:画像形式"
640
641 \end_inset
642
643 節に説明されています.
644 \end_layout
645
646 \end_inset
647
648 の画像の例で,単独の中央揃えの段落に置いてあります.
649 \end_layout
650
651 \begin_layout Standard
652 \align center
653 \begin_inset Graphics
654         filename ../clipart/2D-intensity-plot.pdf
655         scaleBeforeRotation
656         rotateOrigin center
657
658 \end_inset
659
660
661 \end_layout
662
663 \begin_layout Standard
664 下記は上と同じ画像ですが,下書きモードのものです.
665 \end_layout
666
667 \begin_layout Standard
668 \align center
669 \begin_inset Graphics
670         filename ../clipart/2D-intensity-plot.pdf
671         draft
672         scaleBeforeRotation
673         rotateOrigin center
674
675 \end_inset
676
677
678 \end_layout
679
680 \begin_layout Standard
681 \begin_inset Newpage newpage
682 \end_inset
683
684
685 \end_layout
686
687 \begin_layout Section
688 図フロート
689 \begin_inset CommandInset label
690 LatexCommand label
691 name "sec:図フロート"
692
693 \end_inset
694
695
696 \begin_inset Index idx
697 status collapsed
698
699 \begin_layout Plain Layout
700 ふろーと@フロート ! ず@図
701 \end_layout
702
703 \end_inset
704
705
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 ず@図 ! ふろーと@フロート
711 \end_layout
712
713 \end_inset
714
715
716 \end_layout
717
718 \begin_layout Standard
719 フロートについての一般的な説明は,第
720 \begin_inset CommandInset ref
721 LatexCommand ref
722 reference "sec:フロートはじめに"
723
724 \end_inset
725
726 節をご覧下さい.
727 \end_layout
728
729 \begin_layout Standard
730 ツールバーボタンの
731 \family sans
732
733 \begin_inset Info
734 type  "icon"
735 arg   "float-insert figure"
736 \end_inset
737
738
739 \family default
740
741 \family sans
742 挿入\SpecialChar menuseparator
743 フロート\SpecialChar menuseparator
744
745 \family default
746 メニューを用いると,「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます.画像は,図
747 \begin_inset CommandInset ref
748 LatexCommand ref
749 reference "fig:星形"
750
751 \end_inset
752
753 のようにキャプションの上に置くこともできますし,図
754 \begin_inset CommandInset ref
755 LatexCommand ref
756 reference "fig:3Dオブジェクト"
757
758 \end_inset
759
760 のようにキャプションの下に置くこともできます.キャプションの配置について詳しくは,第
761 \begin_inset CommandInset ref
762 LatexCommand ref
763 reference "sec:キャプションの配置"
764
765 \end_inset
766
767 節に述べられています.
768 \end_layout
769
770 \begin_layout Standard
771 \begin_inset Float figure
772 wide false
773 sideways false
774 status open
775
776 \begin_layout Plain Layout
777 \align center
778 \begin_inset Graphics
779         filename ../clipart/Star-structure.pdf
780         lyxscale 60
781         width 50col%
782         scaleBeforeRotation
783         rotateOrigin center
784
785 \end_inset
786
787
788 \end_layout
789
790 \begin_layout Plain Layout
791 \begin_inset Caption Standard
792
793 \begin_layout Plain Layout
794 \begin_inset CommandInset label
795 LatexCommand label
796 name "fig:星形"
797
798 \end_inset
799
800 フロート中の星形
801 \end_layout
802
803 \end_inset
804
805
806 \end_layout
807
808 \end_inset
809
810
811 \end_layout
812
813 \begin_layout Standard
814 \begin_inset Float figure
815 wide false
816 sideways false
817 status open
818
819 \begin_layout Plain Layout
820 \begin_inset Caption Standard
821
822 \begin_layout Plain Layout
823 \begin_inset CommandInset label
824 LatexCommand label
825 name "fig:3Dオブジェクト"
826
827 \end_inset
828
829 3Dオブジェクト
830 \end_layout
831
832 \end_inset
833
834
835 \end_layout
836
837 \begin_layout Plain Layout
838 \align center
839 \begin_inset Graphics
840         filename ../clipart/3D-structure-distort.pdf
841         lyxscale 60
842         scale 80
843         scaleBeforeRotation
844         rotateOrigin center
845
846 \end_inset
847
848
849 \end_layout
850
851 \end_inset
852
853
854 \end_layout
855
856 \begin_layout Standard
857 \begin_inset Index idx
858 status collapsed
859
860 \begin_layout Plain Layout
861 さんしょう@参照 ! ずへの@図への —
862 \end_layout
863
864 \end_inset
865
866
867 \begin_inset CommandInset ref
868 LatexCommand ref
869 reference "fig:星形"
870
871 \end_inset
872
873 図と第
874 \begin_inset CommandInset ref
875 LatexCommand ref
876 reference "fig:3Dオブジェクト"
877
878 \end_inset
879
880 図は,参照された図の例です.図は,本文中でラベルを参照することによって参照できます.これをするには,まず,
881 \family sans
882 挿入\SpecialChar menuseparator
883 ラベル
884 \family default
885 メニューかツールバーボタン
886 \family sans
887
888 \begin_inset Info
889 type  "icon"
890 arg   "label-insert"
891 \end_inset
892
893
894 \family default
895 を使用して,キャプションにラベルを挿入してください.その後,
896 \family sans
897 挿入\SpecialChar menuseparator
898 相互参照
899 \family default
900 メニューかツールバーボタン
901 \family sans
902
903 \begin_inset Info
904 type  "icon"
905 arg   "dialog-show-new-inset ref"
906 \end_inset
907
908
909 \family default
910 を使用して,ラベルを参照することができます.\SpecialChar LaTeX
911 は仕上文書でのフロートの位置を調整するので,「上図」のような曖昧な参照のしかたをするのではなく,フロートを直接参照す
912 ることが重要です.仕上文書では,「上図」ではないことが,大いにありうるからです.
913 \begin_inset Newline newline
914 \end_inset
915
916 参照は,第
917 \begin_inset CommandInset ref
918 LatexCommand ref
919 reference "sec:フロートの参照"
920
921 \end_inset
922
923 節で詳細に説明されています.
924 \end_layout
925
926 \begin_layout Standard
927 通常,図フロートには一つの画像だけを挿入しますが,場合によっては,二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません.その場合は,既存の
928 図フロートの中に図フロートを入れ込むことによって,実現することができます.ただし,図一覧にはフロートの主キャプションのみが表示されることに留意してください.図
929 \begin_inset CommandInset ref
930 LatexCommand ref
931 reference "fig:歪められた二つの像"
932
933 \end_inset
934
935 は,二つの画像が横に並んでいる図フロートの例です.二つめの画像を一つめの下に持ってくることも可能です.図
936 \begin_inset CommandInset ref
937 LatexCommand ref
938 reference "fig:Pink-object"
939
940 \end_inset
941
942 と図
943 \begin_inset CommandInset ref
944 LatexCommand ref
945 reference "fig:A-star"
946
947 \end_inset
948
949 が内部図になります.
950 \end_layout
951
952 \begin_layout Standard
953 \begin_inset Float figure
954 wide false
955 sideways false
956 status open
957
958 \begin_layout Plain Layout
959 \begin_inset space \hfill{}
960 \end_inset
961
962
963 \begin_inset Float figure
964 wide false
965 sideways false
966 status collapsed
967
968 \begin_layout Plain Layout
969 \begin_inset Caption Standard
970
971 \begin_layout Plain Layout
972 \begin_inset CommandInset label
973 LatexCommand label
974 name "fig:Pink-object"
975
976 \end_inset
977
978 ももいろオブジェクト
979 \end_layout
980
981 \end_inset
982
983
984 \end_layout
985
986 \begin_layout Plain Layout
987 \begin_inset Graphics
988         filename ../clipart/3D-structure-distort.pdf
989         width 45col%
990         scaleBeforeRotation
991         groupId distorted
992
993 \end_inset
994
995
996 \end_layout
997
998 \end_inset
999
1000
1001 \begin_inset space \hfill{}
1002 \end_inset
1003
1004
1005 \begin_inset Float figure
1006 wide false
1007 sideways false
1008 status collapsed
1009
1010 \begin_layout Plain Layout
1011 \begin_inset Caption Standard
1012
1013 \begin_layout Plain Layout
1014 \begin_inset CommandInset label
1015 LatexCommand label
1016 name "fig:A-star"
1017
1018 \end_inset
1019
1020 ほし
1021 \end_layout
1022
1023 \end_inset
1024
1025
1026 \end_layout
1027
1028 \begin_layout Plain Layout
1029 \begin_inset Graphics
1030         filename ../clipart/Star-structure.pdf
1031         width 45col%
1032         scaleBeforeRotation
1033         groupId distorted
1034
1035 \end_inset
1036
1037
1038 \end_layout
1039
1040 \end_inset
1041
1042
1043 \begin_inset space \hfill{}
1044 \end_inset
1045
1046
1047 \end_layout
1048
1049 \begin_layout Plain Layout
1050 \begin_inset Caption Standard
1051
1052 \begin_layout Plain Layout
1053 \begin_inset CommandInset label
1054 LatexCommand label
1055 name "fig:歪められた二つの像"
1056
1057 \end_inset
1058
1059 二つの像.両画像とも「distorted」画像設定グループに属しています.
1060 \end_layout
1061
1062 \end_inset
1063
1064
1065 \end_layout
1066
1067 \end_inset
1068
1069
1070 \end_layout
1071
1072 \begin_layout Standard
1073 \begin_inset Newpage newpage
1074 \end_inset
1075
1076
1077 \end_layout
1078
1079 \begin_layout Section
1080 画像形式
1081 \begin_inset CommandInset label
1082 LatexCommand label
1083 name "sec:画像形式"
1084
1085 \end_inset
1086
1087
1088 \begin_inset Index idx
1089 status collapsed
1090
1091 \begin_layout Plain Layout
1092 がぞうけいしき@画像形式
1093 \end_layout
1094
1095 \end_inset
1096
1097
1098 \begin_inset Index idx
1099 status collapsed
1100
1101 \begin_layout Plain Layout
1102 ず@図 ! がぞうけいしき@画像形式
1103 \end_layout
1104
1105 \end_inset
1106
1107
1108 \end_layout
1109
1110 \begin_layout Standard
1111 画像は,既知のファイル形式であれば,どのような形式でも挿入することができます.しかし,付録
1112 \begin_inset CommandInset ref
1113 LatexCommand ref
1114 reference "cha:ファイル出力形式"
1115
1116 \end_inset
1117
1118 で説明されているように,出力に関しては,どの出力文書形式も,いくつかの画像形式しか受け付けません.したがって\SpecialChar LyX
1119 は,画像を正しい形式に変換するのに,バックグラウンド
1120
1121 \family typewriter
1122 ImageMagick
1123 \family default
1124 というプログラムを使用しています.バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば,出力ファイル形式に直接埋め込める画像形式のみを使
1125 用するとよいでしょう.出力ファイル形式は,付録
1126 \begin_inset CommandInset ref
1127 LatexCommand ref
1128 reference "cha:ファイル出力形式"
1129
1130 \end_inset
1131
1132 に説明されています.
1133 \end_layout
1134
1135 \begin_layout Standard
1136 フォントと同じく,画像形式にも以下の二つの型があります.
1137 \end_layout
1138
1139 \begin_layout Description
1140 ビットマップ画像 は,ピクセル値を(時により圧縮された形で)保持しています.したがって,この画像形式は完全に伸縮可能ではなく,拡大するとピクセルが目立つようにな
1141 ります.よく知られたビットマップ画像形式には,「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1142 \family typewriter
1143 .gif
1144 \family default
1145 」)
1146 \begin_inset Index idx
1147 status collapsed
1148
1149 \begin_layout Plain Layout
1150 GIF
1151 \begin_inset ERT
1152 status collapsed
1153
1154 \begin_layout Plain Layout
1155
1156 |see{
1157 \end_layout
1158
1159 \end_inset
1160
1161 画像書式
1162 \begin_inset ERT
1163 status collapsed
1164
1165 \begin_layout Plain Layout
1166
1167 }
1168 \end_layout
1169
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \end_inset
1176
1177 ,「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1178 \family typewriter
1179 .png
1180 \family default
1181 」)
1182 \begin_inset Index idx
1183 status collapsed
1184
1185 \begin_layout Plain Layout
1186 PNG
1187 \begin_inset ERT
1188 status collapsed
1189
1190 \begin_layout Plain Layout
1191
1192 |see{
1193 \end_layout
1194
1195 \end_inset
1196
1197 画像書式
1198 \begin_inset ERT
1199 status collapsed
1200
1201 \begin_layout Plain Layout
1202
1203 }
1204 \end_layout
1205
1206 \end_inset
1207
1208
1209 \end_layout
1210
1211 \end_inset
1212
1213 ,「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1214 \family typewriter
1215 .jpg
1216 \family default
1217 」または「
1218 \family typewriter
1219 .jpeg
1220 \family default
1221 」)
1222 \begin_inset Index idx
1223 status collapsed
1224
1225 \begin_layout Plain Layout
1226 JPG
1227 \begin_inset ERT
1228 status collapsed
1229
1230 \begin_layout Plain Layout
1231
1232 |see{
1233 \end_layout
1234
1235 \end_inset
1236
1237 画像書式
1238 \begin_inset ERT
1239 status collapsed
1240
1241 \begin_layout Plain Layout
1242
1243 }
1244 \end_layout
1245
1246 \end_inset
1247
1248
1249 \end_layout
1250
1251 \end_inset
1252
1253 などがあります.
1254 \end_layout
1255
1256 \begin_layout Description
1257 ベクトル画像 はベクトル値を保持しているので,データ損失なしに任意の寸法の伸縮させることができます.プレゼンテーションは,ビデオプロジェクタがかならず伸縮操作を
1258 行うことになるので,プレゼンテーションを作成したいときには画像が伸縮できることが必須です.また,伸縮性は,オンライン文書でユーザーが図の拡大ができるようにするの
1259 に便利です.
1260 \begin_inset Newline newline
1261 \end_inset
1262
1263 よく知られた伸縮可能画像形式には,「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1264 \family typewriter
1265 .svg
1266 \family default
1267 」)
1268 \begin_inset Index idx
1269 status collapsed
1270
1271 \begin_layout Plain Layout
1272 SVG
1273 \begin_inset ERT
1274 status collapsed
1275
1276 \begin_layout Plain Layout
1277
1278 |see{
1279 \end_layout
1280
1281 \end_inset
1282
1283 画像書式
1284 \begin_inset ERT
1285 status collapsed
1286
1287 \begin_layout Plain Layout
1288
1289 }
1290 \end_layout
1291
1292 \end_inset
1293
1294
1295 \end_layout
1296
1297 \end_inset
1298
1299 ,「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1300 \family typewriter
1301 .eps
1302 \family default
1303 」)
1304 \begin_inset Index idx
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 EPS
1309 \begin_inset ERT
1310 status collapsed
1311
1312 \begin_layout Plain Layout
1313
1314 |see{
1315 \end_layout
1316
1317 \end_inset
1318
1319 画像書式
1320 \begin_inset ERT
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324
1325 }
1326 \end_layout
1327
1328 \end_inset
1329
1330
1331 \end_layout
1332
1333 \end_inset
1334
1335 ,「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1336 \family typewriter
1337 .pdf
1338 \family default
1339 」)
1340 \begin_inset Index idx
1341 status collapsed
1342
1343 \begin_layout Plain Layout
1344 PDF
1345 \end_layout
1346
1347 \end_inset
1348
1349 ,「Windowsメタファイル」(WMF・ファイル拡張子は「
1350 \family typewriter
1351 .wmf
1352 \family default
1353 」)
1354 \begin_inset Index idx
1355 status collapsed
1356
1357 \begin_layout Plain Layout
1358 SVG
1359 \begin_inset ERT
1360 status collapsed
1361
1362 \begin_layout Plain Layout
1363
1364 |see{
1365 \end_layout
1366
1367 \end_inset
1368
1369 画像書式
1370 \begin_inset ERT
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374
1375 }
1376 \end_layout
1377
1378 \end_inset
1379
1380
1381 \end_layout
1382
1383 \end_inset
1384
1385 がありえます.「ありえます」と言ったのは,ビットマップ画像はいつでもPDFやEPSに変換することができますが,変換後も依然としてビットマップ画像のままだからです
1386 .このような場合には,画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1387 \begin_inset Foot
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391 PDFの場合には,さらに元画像が圧縮されます.
1392 \end_layout
1393
1394 \end_inset
1395
1396 .たとえば,
1397 \family typewriter
1398 Adobe Photoshop
1399 \family default
1400 が生成するPDFファイルは,ビットマップ画像です.
1401 \end_layout
1402
1403 \begin_layout Standard
1404 通常,ビットマップ画像を伸縮可能画像には変換できず,その逆のみが可能です.PDFやPostScript出力ファイルに直接埋め込むことができるのは,それぞれPDF
1405 画像書式とEPS画像書式のみです.いまのところ適切なWMF/SVG
1406 \begin_inset Formula $\to$
1407 \end_inset
1408
1409 PDF/EPS変換子がないので,SVGおよびWMF画像は,出力ファイルが生成される際にビットマップに計算し直されます.
1410 \end_layout
1411
1412 \begin_layout Chapter
1413
1414 \begin_inset Index idx
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418 ひょう@表
1419 \end_layout
1420
1421 \end_inset
1422
1423
1424 \end_layout
1425
1426 \begin_layout Section
1427 はじめに
1428 \begin_inset Index idx
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 ひょう@表 ! はじめに
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \end_layout
1439
1440 \begin_layout Standard
1441
1442 \family roman
1443 \series medium
1444 \shape up
1445 \size normal
1446 \emph off
1447 \bar no
1448 \noun off
1449 \color none
1450 表を挿入するには,ツールバーボタ
1451 \family default
1452 \series default
1453 \shape default
1454 \size default
1455 \emph default
1456 \bar default
1457 \noun default
1458 \color inherit
1459
1460 \begin_inset Info
1461 type  "icon"
1462 arg   "tabular-insert"
1463 \end_inset
1464
1465
1466 \family roman
1467 \series medium
1468 \shape up
1469 \size normal
1470 \emph off
1471 \bar no
1472 \noun off
1473 \color none
1474
1475 \family sans
1476 \series default
1477 \shape default
1478 \size default
1479 \emph default
1480 \bar default
1481 \noun default
1482 \color inherit
1483 挿入\SpecialChar menuseparator
1484
1485 \family default
1486 メニューを選択します.ツールバーボタンを押すと,グラフィカルな選択ができます.マウスを動かして,生成する表の行数・列数を設定し,マウスボタンを押して下さい.表を
1487 作るのにメニューを使う場合は,ダイアログが現れ,行数と列数を訊いてきます.
1488 \begin_inset Newline newline
1489 \end_inset
1490
1491 既定の表では,各セルの周囲に罫線が引かれ,第一行が表の他の部分から分離して表示されます.この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っている
1492 のと同時に,第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
1493 \end_layout
1494
1495 \begin_layout Standard
1496 \align center
1497 \begin_inset Tabular
1498 <lyxtabular version="3" rows="4" columns="4">
1499 <features tabularvalignment="middle">
1500 <column alignment="center" valignment="top">
1501 <column alignment="center" valignment="top">
1502 <column alignment="center" valignment="top">
1503 <column alignment="center" valignment="top">
1504 <row>
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
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 1
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527 2
1528 \end_layout
1529
1530 \end_inset
1531 </cell>
1532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1533 \begin_inset Text
1534
1535 \begin_layout Plain Layout
1536 3
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 </row>
1542 <row>
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" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574
1575 \end_layout
1576
1577 \end_inset
1578 </cell>
1579 </row>
1580 <row>
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" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1609 \begin_inset Text
1610
1611 \begin_layout Plain Layout
1612
1613 \end_layout
1614
1615 \end_inset
1616 </cell>
1617 </row>
1618 <row>
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" usebox="none">
1638 \begin_inset Text
1639
1640 \begin_layout Plain Layout
1641
1642 \end_layout
1643
1644 \end_inset
1645 </cell>
1646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1647 \begin_inset Text
1648
1649 \begin_layout Plain Layout
1650
1651 \end_layout
1652
1653 \end_inset
1654 </cell>
1655 </row>
1656 </lyxtabular>
1657
1658 \end_inset
1659
1660
1661 \end_layout
1662
1663 \begin_layout Section
1664 表ダイアログ
1665 \begin_inset Index idx
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669 ひょう@表 ! だいあろぐ@ダイアログ
1670 \end_layout
1671
1672 \end_inset
1673
1674
1675 \end_layout
1676
1677 \begin_layout Standard
1678
1679 \family roman
1680 \series medium
1681 \shape up
1682 \size normal
1683 \emph off
1684 \bar no
1685 \noun off
1686 \color none
1687 表を右クリックすると,文脈依存メニューが表示されて,表を変更することができます.メニュー項目
1688 \family sans
1689 \series default
1690 \shape default
1691 \size default
1692 \emph default
1693 \bar default
1694 \noun default
1695 \color inherit
1696 詳細
1697 \family roman
1698 \series medium
1699 \shape up
1700 \size normal
1701 \emph off
1702 \bar no
1703 \noun off
1704 \color none
1705 以下では,現在カーソルが置かれているセルないし行・列の設定を調節することができます.文脈依存メニュー
1706 \family sans
1707 \series default
1708 \shape default
1709 \size default
1710 \emph default
1711 \bar default
1712 \noun default
1713 \color inherit
1714 詳細\SpecialChar menuseparator
1715 設定
1716 \family roman
1717 \series medium
1718 \shape up
1719 \size normal
1720 \emph off
1721 \bar no
1722 \noun off
1723 \color none
1724 を選ぶと,ダイアログボックスが開いて,更に詳細な設定を行うことができます.また,ダイアログオプションのほとんどは,選択範囲に対しても動作します.つまり,複数のセ
1725 ルや行・列を選択していれば,操作は選択範囲の全てに対して行われます.
1726 \family default
1727 \series default
1728 \shape default
1729 \size default
1730 \emph default
1731 \bar default
1732 \noun default
1733 \color inherit
1734 セルの
1735 \emph on
1736 内容
1737 \emph default
1738 を選択するのと,セル自体を選択するのは異なることに注意して下さい.
1739 \begin_inset Newline newline
1740 \end_inset
1741
1742 ダイアログオプションの
1743 \family sans
1744 直ちに適用
1745 \family default
1746 を使用すると,ダイアログ中に行った変更が直ちに適用されるようになります.カーソルを別のセルに移動すると,ダイアログも新しいセルのパラメーターに更新されます.ダイ
1747 アログ中の長さの値を変更した場合には,リターンを押さないと変更が適用されません.
1748 \begin_inset Newline newline
1749 \end_inset
1750
1751 表ダイアログの以下の各タブを使用して,表に変更を加えることができます.
1752 \end_layout
1753
1754 \begin_layout Description
1755 表の設定 ここでは,現在列の幅と水平揃えを設定することができます.
1756 \family sans
1757 小数点で
1758 \family default
1759 とある揃えは,第
1760 \begin_inset CommandInset ref
1761 LatexCommand ref
1762 reference "subsec:特殊なセル揃え"
1763
1764 \end_inset
1765
1766 で説明されています.幅を設定した場合には,現在行の垂直揃えも調整することができます.列幅を与えると,改行や多段落の文章をセルに入れることができます.これに関して
1767 は,第
1768 \begin_inset CommandInset ref
1769 LatexCommand ref
1770 reference "subsec:複数行"
1771
1772 \end_inset
1773
1774 節をご参照下さい.列幅を設定しない場合には,列幅は,もっとも幅の広いセル内容の幅になります.
1775 \begin_inset Newline newline
1776 \end_inset
1777
1778 さらに,同一行の一つまたは複数のセルを連結列セルとして指定することができます.これに関しては,第
1779 \begin_inset CommandInset ref
1780 LatexCommand ref
1781 reference "subsec:連結列"
1782
1783 \end_inset
1784
1785 節をご参照下さい.あるいは同一列のセルを連結行セルとして指定することもできます.これについては,第
1786 \begin_inset CommandInset ref
1787 LatexCommand ref
1788 reference "subsec:連結行"
1789
1790 \end_inset
1791
1792 節をご参照ください.
1793 \begin_inset Newline newline
1794 \end_inset
1795
1796 回転関連のチェックボックスは,現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます.回転は,\SpecialChar LyX
1797 内部では反映されず,出力にのみ現れます.詳細については,
1798
1799 \begin_inset CommandInset ref
1800 LatexCommand ref
1801 reference "sec:表セルの回転"
1802
1803 \end_inset
1804
1805 節をご覧下さい.
1806 \begin_inset Newline newline
1807 \end_inset
1808
1809
1810 \begin_inset Note Greyedout
1811 status open
1812
1813 \begin_layout Plain Layout
1814
1815 \series bold
1816 【註】
1817 \series default
1818 DVIビューアのすべてが回転を表示できるわけではありません.
1819 \end_layout
1820
1821 \end_inset
1822
1823
1824 \begin_inset Newline newline
1825 \end_inset
1826
1827 下記は,本文行中の表に,表全体の垂直揃えを適用したものです.
1828 \begin_inset Newline newline
1829 \end_inset
1830
1831 各種の揃えを適用した同一行中の表:
1832 \begin_inset Tabular
1833 <lyxtabular version="3" rows="2" columns="2">
1834 <features tabularvalignment="top">
1835 <column alignment="center" valignment="top" width="0pt">
1836 <column alignment="center" valignment="top">
1837 <row>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \end_layout
1844
1845 \end_inset
1846 </cell>
1847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851 1
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862 A
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 </row>
1877 </lyxtabular>
1878
1879 \end_inset
1880
1881  
1882 \begin_inset Tabular
1883 <lyxtabular version="3" rows="2" columns="2">
1884 <features tabularvalignment="middle">
1885 <column alignment="center" valignment="top">
1886 <column alignment="center" valignment="top">
1887 <row>
1888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901 1
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 </row>
1907 <row>
1908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912 A
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 </row>
1927 </lyxtabular>
1928
1929 \end_inset
1930
1931  
1932 \begin_inset Tabular
1933 <lyxtabular version="3" rows="2" columns="2">
1934 <features tabularvalignment="bottom">
1935 <column alignment="center" valignment="top" width="0pt">
1936 <column alignment="center" valignment="top">
1937 <row>
1938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1948 \begin_inset Text
1949
1950 \begin_layout Plain Layout
1951 1
1952 \end_layout
1953
1954 \end_inset
1955 </cell>
1956 </row>
1957 <row>
1958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1959 \begin_inset Text
1960
1961 \begin_layout Plain Layout
1962 A
1963 \end_layout
1964
1965 \end_inset
1966 </cell>
1967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1968 \begin_inset Text
1969
1970 \begin_layout Plain Layout
1971
1972 \end_layout
1973
1974 \end_inset
1975 </cell>
1976 </row>
1977 </lyxtabular>
1978
1979 \end_inset
1980
1981
1982 \begin_inset Newline newline
1983 \end_inset
1984
1985 また,特殊な表設定に必要な\SpecialChar LaTeX
1986 引数を入力することもできます.これに関しては,第
1987 \begin_inset CommandInset ref
1988 LatexCommand ref
1989 reference "subsec:連結列の計算"
1990
1991 \end_inset
1992
1993 節および第
1994 \begin_inset CommandInset ref
1995 LatexCommand ref
1996 reference "sec:色付きの表"
1997
1998 \end_inset
1999
2000 節をご参照下さい.
2001 \end_layout
2002
2003 \begin_layout Description
2004 罫線 このタブでは,現在列ないし現在行の罫線を引いたり消したりすることができます.
2005 \begin_inset Newline newline
2006 \end_inset
2007
2008 様式オプションとして
2009 \family sans
2010 フォーマル様式
2011 \family default
2012 を使用すると,第
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "sec:フォーマル様式の表"
2016
2017 \end_inset
2018
2019 節に述べられているフォーマル様式の表に表を変換します.
2020 \begin_inset Newline newline
2021 \end_inset
2022
2023 またここで,第
2024 \begin_inset CommandInset ref
2025 LatexCommand ref
2026 reference "subsec:行の余白取り"
2027
2028 \end_inset
2029
2030 節に述べられているように,表の行に空白を追加することもできます.
2031 \end_layout
2032
2033 \begin_layout Description
2034 多頁表 このタブは,複数のページにわたる,いわゆる「
2035 \emph on
2036 多頁表
2037 \emph default
2038 」を作るためのものです.第
2039 \begin_inset CommandInset ref
2040 LatexCommand ref
2041 reference "sec:多頁表"
2042
2043 \end_inset
2044
2045 節および第
2046 \begin_inset CommandInset ref
2047 LatexCommand ref
2048 reference "sec:多頁表にまつわる諸点"
2049
2050 \end_inset
2051
2052 節に,多頁表の機能に関する詳細な説明があります.
2053 \end_layout
2054
2055 \begin_layout Section
2056 表ツールバー
2057 \begin_inset Index idx
2058 status collapsed
2059
2060 \begin_layout Plain Layout
2061 ひょう@表 ! つーるばー@ツールバー
2062 \end_layout
2063
2064 \end_inset
2065
2066
2067 \end_layout
2068
2069 \begin_layout Standard
2070 表ツールバーは,表ダイアログの代わりに,表をすばやく変更できるようにするためのものです.通常,カーソルが表の内部にあるときに,\SpecialChar LyX
2071 のメインウィンドウの底部に表示され
2072 ます.ご希望であれば,\SpecialChar LyX
2073 のメインメニューバーを右クリックすることによって,つねに表示されるように切り替えることもできます.
2074 \end_layout
2075
2076 \begin_layout Standard
2077 ツールバーには,以下のアイコンがあります.
2078 \end_layout
2079
2080 \begin_layout Labeling
2081 \labelwidthstring 00.00.0000
2082
2083 \family sans
2084 \begin_inset Info
2085 type  "icon"
2086 arg   "tabular-feature append-row"
2087 \end_inset
2088
2089
2090 \family default
2091  は,現在セルあるいは選択範囲の下に行を追加します.
2092 \end_layout
2093
2094 \begin_layout Labeling
2095 \labelwidthstring 00.00.0000
2096
2097 \family sans
2098 \begin_inset Info
2099 type  "icon"
2100 arg   "tabular-feature append-column"
2101 \end_inset
2102
2103
2104 \family default
2105  は,現在セルあるいは選択範囲の右に列を追加します.
2106 \end_layout
2107
2108 \begin_layout Labeling
2109 \labelwidthstring 00.00.0000
2110
2111 \family sans
2112 \begin_inset Info
2113 type  "icon"
2114 arg   "tabular-feature delete-row"
2115 \end_inset
2116
2117
2118 \family default
2119  は,現在行あるいは選択範囲行を削除します.
2120 \end_layout
2121
2122 \begin_layout Labeling
2123 \labelwidthstring 00.00.0000
2124
2125 \family sans
2126 \begin_inset Info
2127 type  "icon"
2128 arg   "tabular-feature delete-column"
2129 \end_inset
2130
2131
2132 \family default
2133  は,現在列あるいは選択範囲列を削除します.
2134 \end_layout
2135
2136 \begin_layout Labeling
2137 \labelwidthstring 00.00.0000
2138 \begin_inset Info
2139 type  "icon"
2140 arg   "tabular-feature move-row-up"
2141 \end_inset
2142
2143  は,行を上に移動します.
2144 \end_layout
2145
2146 \begin_layout Labeling
2147 \labelwidthstring 00.00.0000
2148 \begin_inset Info
2149 type  "icon"
2150 arg   "tabular-feature move-column-left"
2151 \end_inset
2152
2153  は,列を左に移動します.
2154 \end_layout
2155
2156 \begin_layout Labeling
2157 \labelwidthstring 00.00.0000
2158 \begin_inset Info
2159 type  "icon"
2160 arg   "tabular-feature move-row-down"
2161 \end_inset
2162
2163  は,行を下に移動します.
2164 \end_layout
2165
2166 \begin_layout Labeling
2167 \labelwidthstring 00.00.0000
2168 \begin_inset Info
2169 type  "icon"
2170 arg   "tabular-feature move-column-right"
2171 \end_inset
2172
2173  は,列を右に移動します.
2174 \end_layout
2175
2176 \begin_layout Labeling
2177 \labelwidthstring 00.00.0000
2178
2179 \family sans
2180 \begin_inset Info
2181 type  "icon"
2182 arg   "tabular-feature toggle-line-top"
2183 \end_inset
2184
2185
2186 \family default
2187  は,現在セルや現在行,あるいは選択範囲の上部に罫線を描画します.
2188 \end_layout
2189
2190 \begin_layout Labeling
2191 \labelwidthstring 00.00.0000
2192
2193 \family sans
2194 \begin_inset Info
2195 type  "icon"
2196 arg   "tabular-feature toggle-line-bottom"
2197 \end_inset
2198
2199
2200 \family default
2201  は,現在セルや現在行,あるいは選択範囲の下部に罫線を描画します.
2202 \end_layout
2203
2204 \begin_layout Labeling
2205 \labelwidthstring 00.00.0000
2206
2207 \family sans
2208 \begin_inset Info
2209 type  "icon"
2210 arg   "tabular-feature toggle-line-left"
2211 \end_inset
2212
2213
2214 \family default
2215  は,現在セルや現在行,あるいは選択範囲の左側に罫線を描画します.
2216 \end_layout
2217
2218 \begin_layout Labeling
2219 \labelwidthstring 00.00.0000
2220
2221 \family sans
2222 \begin_inset Info
2223 type  "icon"
2224 arg   "tabular-feature toggle-line-right"
2225 \end_inset
2226
2227
2228 \family default
2229  は,現在セルや現在行,あるいは選択範囲の右側に罫線を描画します.
2230 \end_layout
2231
2232 \begin_layout Labeling
2233 \labelwidthstring 00.00.0000
2234
2235 \family sans
2236 \begin_inset Info
2237 type  "icon"
2238 arg   "tabular-feature set-all-lines"
2239 \end_inset
2240
2241
2242 \family default
2243  は,現在セルあるいは選択範囲の周囲に罫線を描画します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248
2249 \family sans
2250 \begin_inset Info
2251 type  "icon"
2252 arg   "tabular-feature unset-all-lines"
2253 \end_inset
2254
2255
2256 \family default
2257  は,現在セルあるいは選択範囲のすべての罫線を消去します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262
2263 \family sans
2264 \begin_inset Info
2265 type  "icon"
2266 arg   "tabular-feature m-align-left"
2267 \end_inset
2268
2269
2270 \family default
2271  は,現在セルあるいは現在列の内容を左揃えにします.
2272 \end_layout
2273
2274 \begin_layout Labeling
2275 \labelwidthstring 00.00.0000
2276
2277 \family sans
2278 \begin_inset Info
2279 type  "icon"
2280 arg   "tabular-feature m-align-center"
2281 \end_inset
2282
2283
2284 \family default
2285  は,現在セルあるいは現在列の内容を水平方向中央揃えにします.
2286 \end_layout
2287
2288 \begin_layout Labeling
2289 \labelwidthstring 00.00.0000
2290
2291 \family sans
2292 \begin_inset Info
2293 type  "icon"
2294 arg   "tabular-feature m-align-right"
2295 \end_inset
2296
2297
2298 \family default
2299  は,現在セルあるいは現在列の内容を右揃えにします.
2300 \end_layout
2301
2302 \begin_layout Labeling
2303 \labelwidthstring 00.00.0000
2304
2305 \family sans
2306 \begin_inset Info
2307 type  "icon"
2308 arg   "tabular-feature align-decimal"
2309 \end_inset
2310
2311
2312 \family default
2313  は,現在セルの内容を特定文字位置で揃えます.
2314 \end_layout
2315
2316 \begin_layout Labeling
2317 \labelwidthstring 00.00.0000
2318
2319 \family sans
2320 \begin_inset Info
2321 type  "icon"
2322 arg   "tabular-feature m-valign-top"
2323 \end_inset
2324
2325
2326 \family default
2327  は,現在セルの内容を垂直方向上揃えにします.
2328 \end_layout
2329
2330 \begin_layout Labeling
2331 \labelwidthstring 00.00.0000
2332
2333 \family sans
2334 \begin_inset Info
2335 type  "icon"
2336 arg   "tabular-feature m-valign-middle"
2337 \end_inset
2338
2339
2340 \family default
2341  は,現在セルの内容を垂直方向中央揃えにします.
2342 \end_layout
2343
2344 \begin_layout Labeling
2345 \labelwidthstring 00.00.0000
2346
2347 \family sans
2348 \begin_inset Info
2349 type  "icon"
2350 arg   "tabular-feature m-valign-bottom"
2351 \end_inset
2352
2353
2354 \family default
2355  は,現在セルの内容を垂直方向下揃えにします.
2356 \end_layout
2357
2358 \begin_layout Labeling
2359 \labelwidthstring 00.00.0000
2360
2361 \family sans
2362 \begin_inset Info
2363 type  "icon"
2364 arg   "tabular-feature set-rotate-cell"
2365 \end_inset
2366
2367
2368 \family default
2369  は,現在セルあるいは選択範囲を反時計廻りに90度回転します.
2370 \end_layout
2371
2372 \begin_layout Labeling
2373 \labelwidthstring 00.00.0000
2374
2375 \family sans
2376 \begin_inset Info
2377 type  "icon"
2378 arg   "tabular-feature set-rotate-tabular"
2379 \end_inset
2380
2381
2382 \family default
2383  は,表全体を反時計廻りに90度回転します.
2384 \end_layout
2385
2386 \begin_layout Labeling
2387 \labelwidthstring 00.00.0000
2388
2389 \family sans
2390 \begin_inset Info
2391 type  "icon"
2392 arg   "tabular-feature multicolumn"
2393 \end_inset
2394
2395
2396 \family default
2397  は,現在セルあるいは選択範囲を連結列にします.
2398 \end_layout
2399
2400 \begin_layout Labeling
2401 \labelwidthstring 00.00.0000
2402
2403 \family sans
2404 \begin_inset Info
2405 type  "icon"
2406 arg   "tabular-feature multirow"
2407 \end_inset
2408
2409
2410 \family default
2411  は,現在セルあるいは選択範囲を連結行にします.
2412 \end_layout
2413
2414 \begin_layout Standard
2415 \begin_inset Note Greyedout
2416 status open
2417
2418 \begin_layout Plain Layout
2419
2420 \series bold
2421 【註】
2422 \series default
2423 出力では,行の最初のセルの垂直揃えが,同一行の他のセルすべてに適用されます.
2424 \end_layout
2425
2426 \end_inset
2427
2428
2429 \end_layout
2430
2431 \begin_layout Section
2432 表編集メニュー
2433 \begin_inset Index idx
2434 status collapsed
2435
2436 \begin_layout Plain Layout
2437 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2438 \end_layout
2439
2440 \end_inset
2441
2442
2443 \end_layout
2444
2445 \begin_layout Standard
2446 表ダイアログと表ツールバーの他に,
2447 \family sans
2448 編集\SpecialChar menuseparator
2449
2450 \family default
2451 メニューでも,現在行や現在列の罫線を引いたり消したりすることができ,あるいは現在の選択範囲を連結列に指定したりすることができます.このメニューは,カーソルが表内
2452 部にあるときのみ,表示されます.
2453 \end_layout
2454
2455 \begin_layout Section
2456 表フロート
2457 \begin_inset CommandInset label
2458 LatexCommand label
2459 name "sec:表フロート"
2460
2461 \end_inset
2462
2463
2464 \begin_inset Index idx
2465 status collapsed
2466
2467 \begin_layout Plain Layout
2468 ふろーと@フロート ! ひょう@表
2469 \end_layout
2470
2471 \end_inset
2472
2473
2474 \begin_inset Index idx
2475 status collapsed
2476
2477 \begin_layout Plain Layout
2478 ひょう@表 ! ふろーと@フロート
2479 \end_layout
2480
2481 \end_inset
2482
2483
2484 \end_layout
2485
2486 \begin_layout Standard
2487 フロートの一般的な説明については,第
2488 \begin_inset CommandInset ref
2489 LatexCommand ref
2490 reference "sec:フロートはじめに"
2491
2492 \end_inset
2493
2494 節をご覧下さい.
2495 \end_layout
2496
2497 \begin_layout Standard
2498 \begin_inset Float table
2499 placement h
2500 wide false
2501 sideways false
2502 status open
2503
2504 \begin_layout Plain Layout
2505 \begin_inset Caption Standard
2506
2507 \begin_layout Plain Layout
2508 \begin_inset CommandInset label
2509 LatexCommand label
2510 name "tab:表フロート"
2511
2512 \end_inset
2513
2514 表フロート
2515 \end_layout
2516
2517 \end_inset
2518
2519
2520 \end_layout
2521
2522 \begin_layout Plain Layout
2523 \align center
2524 \begin_inset Tabular
2525 <lyxtabular version="3" rows="3" columns="3">
2526 <features tabularvalignment="middle">
2527 <column alignment="center" valignment="top" width="0pt">
2528 <column alignment="center" valignment="top" width="0pt">
2529 <column alignment="center" valignment="top" width="0pt">
2530 <row>
2531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2532 \begin_inset Text
2533
2534 \begin_layout Plain Layout
2535
2536 \family roman
2537 \series medium
2538 \shape up
2539 \size normal
2540 \emph off
2541 \bar no
2542 \noun off
2543 \color none
2544 1
2545 \end_layout
2546
2547 \end_inset
2548 </cell>
2549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2550 \begin_inset Text
2551
2552 \begin_layout Plain Layout
2553
2554 \family roman
2555 \series medium
2556 \shape up
2557 \size normal
2558 \emph off
2559 \bar no
2560 \noun off
2561 \color none
2562 2
2563 \end_layout
2564
2565 \end_inset
2566 </cell>
2567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2568 \begin_inset Text
2569
2570 \begin_layout Plain Layout
2571
2572 \family roman
2573 \series medium
2574 \shape up
2575 \size normal
2576 \emph off
2577 \bar no
2578 \noun off
2579 \color none
2580 3
2581 \end_layout
2582
2583 \end_inset
2584 </cell>
2585 </row>
2586 <row>
2587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2588 \begin_inset Text
2589
2590 \begin_layout Plain Layout
2591 森嶋
2592 \end_layout
2593
2594 \end_inset
2595 </cell>
2596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2597 \begin_inset Text
2598
2599 \begin_layout Plain Layout
2600 宇沢
2601 \end_layout
2602
2603 \end_inset
2604 </cell>
2605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2606 \begin_inset Text
2607
2608 \begin_layout Plain Layout
2609 二階堂
2610 \end_layout
2611
2612 \end_inset
2613 </cell>
2614 </row>
2615 <row>
2616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2617 \begin_inset Text
2618
2619 \begin_layout Plain Layout
2620
2621 \family roman
2622 \series medium
2623 \shape up
2624 \size normal
2625 \emph off
2626 \bar no
2627 \noun off
2628 \color none
2629 \begin_inset Formula $\int x^{2}dx$
2630 \end_inset
2631
2632
2633 \end_layout
2634
2635 \end_inset
2636 </cell>
2637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2638 \begin_inset Text
2639
2640 \begin_layout Plain Layout
2641
2642 \family roman
2643 \series medium
2644 \shape up
2645 \size normal
2646 \emph off
2647 \bar no
2648 \noun off
2649 \color none
2650 \begin_inset Formula $\left[\begin{array}{cc}
2651 a & b\\
2652 c & d
2653 \end{array}\right]$
2654 \end_inset
2655
2656
2657 \end_layout
2658
2659 \end_inset
2660 </cell>
2661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2662 \begin_inset Text
2663
2664 \begin_layout Plain Layout
2665
2666 \family roman
2667 \series medium
2668 \shape up
2669 \size normal
2670 \emph off
2671 \bar no
2672 \noun off
2673 \color none
2674 \begin_inset Formula $1+1=2$
2675 \end_inset
2676
2677
2678 \end_layout
2679
2680 \end_inset
2681 </cell>
2682 </row>
2683 </lyxtabular>
2684
2685 \end_inset
2686
2687
2688 \end_layout
2689
2690 \end_inset
2691
2692
2693 \end_layout
2694
2695 \begin_layout Standard
2696 表フロートは,
2697 \family sans
2698 挿入
2699 \shape up
2700 \SpecialChar menuseparator
2701 フロート\SpecialChar menuseparator
2702
2703 \family default
2704 \shape default
2705 メニューかツールバーボタン
2706 \family sans
2707
2708 \begin_inset Info
2709 type  "icon"
2710 arg   "float-insert table"
2711 \end_inset
2712
2713
2714 \family default
2715 を使うと挿入することができます.
2716 \end_layout
2717
2718 \begin_layout Standard
2719 フロートは折りたたむことのできるボックスとして表示され,中には「表
2720 \begin_inset space ~
2721 \end_inset
2722
2723 #:」(#は実際には表番号です)というラベルのついたキャプションがあります.表は,このキャプションの上にも下にも入れることができます.
2724 \end_layout
2725
2726 \begin_layout Standard
2727
2728 \begin_inset space ~
2729 \end_inset
2730
2731
2732 \begin_inset CommandInset ref
2733 LatexCommand ref
2734 reference "tab:表フロート"
2735
2736 \end_inset
2737
2738 は,表フロートに入れた表の例です.
2739 \end_layout
2740
2741 \begin_layout Standard
2742 キャプションを表の上に入れるのは,標準的な組版方法ですが,残念ながら\SpecialChar LaTeX
2743 の標準クラスではサポートされていません.つまり,article・book・letter・re
2744 portのような文書クラスを使用した場合には,キャプションと表のあいだに余白が入りません.必要な余白を入れるには,使用中の文書のプリアンブルに,LaTeXパッケ
2745 ージの
2746 \series bold
2747 caption
2748 \series default
2749
2750 \begin_inset Index idx
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 \SpecialChar LaTeX
2755 ぱっけーじ@\SpecialChar LaTeX
2756 パッケージ ! caption
2757 \end_layout
2758
2759 \end_inset
2760
2761
2762 \end_layout
2763
2764 \begin_layout Standard
2765
2766 \series bold
2767 tableposition=top
2768 \end_layout
2769
2770 \begin_layout Standard
2771 というオプションとともにloadコマンドを使って読み込んでください
2772 \begin_inset Foot
2773 status collapsed
2774
2775 \begin_layout Plain Layout
2776 詳しくは,第
2777 \begin_inset CommandInset ref
2778 LatexCommand ref
2779 reference "sec:キャプションの配置"
2780
2781 \end_inset
2782
2783 節をご覧下さい.
2784 \end_layout
2785
2786 \end_inset
2787
2788 .キャプション書式を調整するには,第
2789 \begin_inset CommandInset ref
2790 LatexCommand ref
2791 reference "sec:キャプションの書式設定"
2792
2793 \end_inset
2794
2795 節にものべられているように
2796 \series bold
2797 caption
2798 \series default
2799 パッケージを使用します.
2800 \end_layout
2801
2802 \begin_layout Standard
2803 \begin_inset Index idx
2804 status collapsed
2805
2806 \begin_layout Plain Layout
2807 さんしょう@参照 ! ひょうへの@表への
2808 \end_layout
2809
2810 \end_inset
2811
2812 表は,本文中において,ラベルを参照することによって相互参照することができます.そのためには,
2813 \family sans
2814 挿入\SpecialChar menuseparator
2815 ラベル
2816 \family default
2817 メニューかツールバーボタンの
2818 \family sans
2819
2820 \begin_inset Info
2821 type  "icon"
2822 arg   "label-insert"
2823 \end_inset
2824
2825
2826 \family default
2827 を用いて,キャプションにラベルを挿入して下さい.然る後に,挿入\SpecialChar menuseparator
2828 相互参照メニューかツールバーボタンの
2829 \family sans
2830
2831 \begin_inset Info
2832 type  "icon"
2833 arg   "dialog-show-new-inset ref"
2834 \end_inset
2835
2836
2837 \family default
2838 を用いて,このラベルを参照することができます.
2839 \begin_inset Newline newline
2840 \end_inset
2841
2842 参照は,第
2843 \begin_inset CommandInset ref
2844 LatexCommand ref
2845 reference "sec:フロートの参照"
2846
2847 \end_inset
2848
2849 節で詳細に説明されています.
2850 \end_layout
2851
2852 \begin_layout Section
2853 多頁表
2854 \begin_inset CommandInset label
2855 LatexCommand label
2856 name "sec:多頁表"
2857
2858 \end_inset
2859
2860
2861 \begin_inset Index idx
2862 status collapsed
2863
2864 \begin_layout Plain Layout
2865 たへえしひよう@多頁表
2866 \end_layout
2867
2868 \end_inset
2869
2870
2871 \begin_inset Index idx
2872 status collapsed
2873
2874 \begin_layout Plain Layout
2875 ひょう@表 ! たへえしひよう@多頁—
2876 \end_layout
2877
2878 \end_inset
2879
2880
2881 \end_layout
2882
2883 \begin_layout Standard
2884 表が長すぎて1ページに収まりきらないときには,表ダイアログの
2885 \family sans
2886 多頁表
2887 \family default
2888 タブにある
2889 \family sans
2890 多頁表を使う
2891 \family default
2892 オプションを使用して,複数ページに自動的に分割させることができます.このオプションを有効にすると,いくつかのチェックボックスが使えるようになり,以下のものを定義
2893 することができるようになります.
2894 \end_layout
2895
2896 \begin_layout Description
2897 ヘッダ: カーソル位置の行が,多頁表の全ページに表示されるヘッダ行として定義されます.
2898 \family roman
2899 \series medium
2900 \shape up
2901 \size normal
2902 \emph off
2903 \bar no
2904 \noun off
2905 \color none
2906 ただし,
2907 \family sans
2908 \series default
2909 \shape default
2910 \size default
2911 \emph default
2912 \bar default
2913 \noun default
2914 \color inherit
2915 冒頭ヘッダ
2916 \family roman
2917 \series medium
2918 \shape up
2919 \size normal
2920 \emph off
2921 \bar no
2922 \noun off
2923 \color none
2924 が定義されているときは,冒頭ページを除きます.
2925 \family default
2926 \series default
2927 \shape default
2928 \size default
2929 \emph default
2930 \bar default
2931 \noun default
2932 \color inherit
2933 これと区別して,このヘッダは本体ヘッダと呼びます.
2934 \end_layout
2935
2936 \begin_layout Description
2937 冒頭ヘッダ: カーソル位置の行が,多頁表の最初のページに表示されるヘッダ行として定義されます.
2938 \end_layout
2939
2940 \begin_layout Description
2941 フッタ: カーソル位置の行が,多頁表の全ページに表示されるフッタ行として定義されます.
2942 \family roman
2943 \series medium
2944 \shape up
2945 \size normal
2946 \emph off
2947 \bar no
2948 \noun off
2949 \color none
2950 ただし,
2951 \family sans
2952 \series default
2953 \shape default
2954 \size default
2955 \emph default
2956 \bar default
2957 \noun default
2958 \color inherit
2959 末尾フッタ
2960 \family roman
2961 \series medium
2962 \shape up
2963 \size normal
2964 \emph off
2965 \bar no
2966 \noun off
2967 \color none
2968 が定義されているときは,末尾ページを除きます.
2969 \end_layout
2970
2971 \begin_layout Description
2972 末尾フッタ: カーソル位置の行が,多頁表の最後のページに表示されるフッタ行として定義されます.
2973 \end_layout
2974
2975 \begin_layout Description
2976 キャプション: カーソル位置の行を表のキャプションにします.この行は一列にリセットされ,キャプションが挿入されます.多頁表のキャプションについての詳細は,第
2977 \begin_inset CommandInset ref
2978 LatexCommand ref
2979 reference "subsec:多頁表のキャプション"
2980
2981 \end_inset
2982
2983 節で説明されています.
2984 \end_layout
2985
2986 \begin_layout Standard
2987 加えて,表が分割される行を指定することができます.多頁表の動作を見るために以下の例を参照してください.
2988 \end_layout
2989
2990 \begin_layout Standard
2991 \align center
2992 \begin_inset Tabular
2993 <lyxtabular version="3" rows="69" columns="3">
2994 <features islongtable="true" longtabularalignment="center">
2995 <column alignment="left" valignment="top" width="0cm">
2996 <column alignment="left" valignment="top" width="0pt">
2997 <column alignment="center" valignment="top" width="0pt">
2998 <row endfirsthead="true">
2999 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003
3004 \series bold
3005 例示用電話帳(名前は無視してください)
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \end_layout
3016
3017 \end_inset
3018 </cell>
3019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 </row>
3029 <row endfirsthead="true">
3030 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034 氏名
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052
3053 \series bold
3054 TEL.
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 </row>
3060 <row endhead="true">
3061 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065
3066 \series bold
3067 例示用電話帳
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 </row>
3091 <row endhead="true">
3092 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096 氏名
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \series bold
3116 TEL.
3117 \end_layout
3118
3119 \end_inset
3120 </cell>
3121 </row>
3122 <row endfoot="true">
3123 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127 次頁へつづく
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 </row>
3151 <row>
3152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156
3157 \series bold
3158 Annovi
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 Silvia
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176 111
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 </row>
3182 <row>
3183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \series bold
3189 Bertoli
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198 Stefano
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207 111
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 </row>
3213 <row>
3214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \series bold
3220 Bozzi
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell alignment="center" valignment="top" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229 Walter
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238 111
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 </row>
3244 <row>
3245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \series bold
3251 Cachia
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 <cell alignment="center" valignment="top" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260 Maria
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269 111
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 </row>
3275 <row>
3276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280
3281 \series bold
3282 Cachia
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 <cell alignment="center" valignment="top" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291 Maurizio
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300 111
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 </row>
3306 <row>
3307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311
3312 \series bold
3313 Cinquemani
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell alignment="center" valignment="top" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 Giusi
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 111
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 </row>
3337 <row>
3338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342
3343 \series bold
3344 Colin
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 Bernard
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 111
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 </row>
3368 <row>
3369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373
3374 \series bold
3375 Concli
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell alignment="center" valignment="top" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384 Gianfranco
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393 111
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 </row>
3399 <row>
3400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \series bold
3406 Dal Bosco
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 Carolina
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 111
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 </row>
3430 <row>
3431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \series bold
3437 Dalpiaz
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 Annamaria
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 111
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row>
3462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \series bold
3468 Feliciello
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 Domenico
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 111
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 <row>
3493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497
3498 \series bold
3499 Focarelli
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 Paola
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 111
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 </row>
3523 <row>
3524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528
3529 \series bold
3530 Galletti
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 Oreste
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 111
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 </row>
3554 <row>
3555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559
3560 \series bold
3561 Gasparini
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 Franca
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 111
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 </row>
3585 <row>
3586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \series bold
3592 Rizzardi
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 Paola
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 111
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 </row>
3616 <row>
3617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621
3622 \series bold
3623 Lassini
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 Giancarlo
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 111
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652
3653 \series bold
3654 Malfatti
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 Luciano
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 111
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 </row>
3678 <row>
3679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683
3684 \series bold
3685 Malfatti
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 Valeriano
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 111
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 </row>
3709 <row>
3710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714
3715 \series bold
3716 Meneguzzo
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 Roberto
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 111
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 </row>
3740 <row>
3741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745
3746 \series bold
3747 Mezzadra
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 Roberto
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 111
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 </row>
3771 <row>
3772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776
3777 \series bold
3778 Pirpamer
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 Erich
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 111
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row>
3803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \series bold
3809 Pochiesa
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 Paolo
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 111, 222
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 </row>
3833 <row>
3834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838
3839 \series bold
3840 Radina
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 Claudio
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 111
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 </row>
3864 <row>
3865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \series bold
3871 Stuffer
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 Oskar
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 111
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row>
3896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \series bold
3902 Tacchelli
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 Ugo
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 111
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 <row>
3927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931
3932 \series bold
3933 Tezzele
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 Margit
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 111
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 </row>
3957 <row>
3958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962
3963 \series bold
3964 Unterkalmsteiner
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 Frieda
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 111
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 </row>
3988 <row>
3989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993
3994 \series bold
3995 Vieider
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 Hilde
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 111
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 </row>
4019 <row>
4020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024
4025 \series bold
4026 Vigna
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 Jürgen
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 111
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 </row>
4050 <row>
4051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055
4056 \series bold
4057 Weber
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 Maurizio
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 111
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 </row>
4081 <row>
4082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086
4087 \series bold
4088 Winkler
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 Franz
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 111
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 </row>
4112 <row>
4113 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117  
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 </row>
4141 <row>
4142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146
4147 \series bold
4148 Annovi
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 Silvia
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 555
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 </row>
4172 <row>
4173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177
4178 \series bold
4179 Bertoli
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 Stefano
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 555
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 </row>
4203 <row>
4204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208
4209 \series bold
4210 Bozzi
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 Walter
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 555
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 </row>
4234 <row>
4235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239
4240 \series bold
4241 Cachia
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 Maria
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 555
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 </row>
4265 <row>
4266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270
4271 \series bold
4272 Cachia
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 Maurizio
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 555
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 </row>
4296 <row>
4297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301
4302 \series bold
4303 Cinquemani
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 Giusi
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 555
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332
4333 \series bold
4334 Colin
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 Bernard
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 555
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363
4364 \series bold
4365 Concli
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 Gianfranco
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 555
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 </row>
4389 <row>
4390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394
4395 \series bold
4396 Dal Bosco
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 Carolina
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 555
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 </row>
4420 <row>
4421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425
4426 \series bold
4427 Dalpiaz
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 Annamaria
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 555
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \series bold
4458 Feliciello
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 Domenico
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 555
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487
4488 \series bold
4489 Focarelli
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 Paola
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 555
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518
4519 \series bold
4520 Galletti
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 Oreste
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 555
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 <row>
4545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549
4550 \series bold
4551 Gasparini
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 Franca
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 555
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 </row>
4575 <row>
4576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580
4581 \series bold
4582 Rizzardi
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 Paola
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 555
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 </row>
4606 <row>
4607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611
4612 \series bold
4613 Lassini
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 Giancarlo
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 555
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 </row>
4637 <row>
4638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642
4643 \series bold
4644 Malfatti
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 Luciano
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 555
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 </row>
4668 <row>
4669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673
4674 \series bold
4675 Malfatti
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 Valeriano
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 555
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 </row>
4699 <row>
4700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704
4705 \series bold
4706 Meneguzzo
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 Roberto
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 555
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 </row>
4730 <row>
4731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735
4736 \series bold
4737 Mezzadra
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 Roberto
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 555
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 </row>
4761 <row>
4762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766
4767 \series bold
4768 Pirpamer
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 Erich
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 555
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 </row>
4792 <row>
4793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797
4798 \series bold
4799 Pochiesa
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 Paolo
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 555, 222
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 </row>
4823 <row>
4824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828
4829 \series bold
4830 Radina
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 Claudio
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 555
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859
4860 \series bold
4861 Stuffer
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 Oskar
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 555
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 </row>
4885 <row>
4886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890
4891 \series bold
4892 Tacchelli
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 Ugo
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 555
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 <row>
4917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921
4922 \series bold
4923 Tezzele
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 Margit
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 555
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 </row>
4947 <row>
4948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952
4953 \series bold
4954 Unterkalmsteiner
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 Frieda
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 555
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 </row>
4978 <row>
4979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983
4984 \series bold
4985 Vieider
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 Hilde
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 555
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 </row>
5009 <row>
5010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014
5015 \series bold
5016 Vigna
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 <cell alignment="center" valignment="top" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025 Jürgen
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 999
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 </row>
5040 <row>
5041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045
5046 \series bold
5047 Weber
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 Maurizio
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 555
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 </row>
5071 <row>
5072 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076
5077 \series bold
5078 Winkler
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087 Franz
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 555
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 </row>
5102 <row endlastfoot="true">
5103 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 以上
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 </row>
5131 </lyxtabular>
5132
5133 \end_inset
5134
5135
5136 \begin_inset ERT
5137 status collapsed
5138
5139 \begin_layout Plain Layout
5140
5141
5142 \backslash
5143 addtocounter{table}{-1}
5144 \end_layout
5145
5146 \end_inset
5147
5148
5149 \begin_inset Note Note
5150 status collapsed
5151
5152 \begin_layout Plain Layout
5153 本コマンドの説明については,第
5154 \begin_inset CommandInset ref
5155 LatexCommand ref
5156 reference "subsec:多頁表のキャプション"
5157
5158 \end_inset
5159
5160 節の最初の淡色註釈をご覧下さい.
5161 \end_layout
5162
5163 \end_inset
5164
5165
5166 \end_layout
5167
5168 \begin_layout Subsection
5169 多頁表での脚註
5170 \begin_inset CommandInset label
5171 LatexCommand label
5172 name "subsec:多頁表での脚注"
5173
5174 \end_inset
5175
5176
5177 \begin_inset Index idx
5178 status collapsed
5179
5180 \begin_layout Plain Layout
5181 たへえしひよう@多頁表 ! きやくちゆう@脚註
5182 \end_layout
5183
5184 \end_inset
5185
5186
5187 \end_layout
5188
5189 \begin_layout Standard
5190 脚註は,どの多頁表セルにも入れることができます.脚註は,脚註のついた表セルのあるページの下部に表示されます.たとえば,表
5191 \begin_inset CommandInset ref
5192 LatexCommand ref
5193 reference "tab:別キャプション"
5194
5195 \end_inset
5196
5197 には脚註が付いています.
5198 \end_layout
5199
5200 \begin_layout Subsection
5201 多頁表の縦横揃え
5202 \begin_inset Index idx
5203 status collapsed
5204
5205 \begin_layout Plain Layout
5206 たへえしひよう@多頁表 ! たてよこぞろえ@縦横揃え
5207 \end_layout
5208
5209 \end_inset
5210
5211
5212 \end_layout
5213
5214 \begin_layout Standard
5215 表設定ダイアログでは,多頁表の水平揃えを指定することができます.左揃えや右揃えでは,表は直接ページ境界に寄せられます.表と境界の間に余白を加えるには,中央揃えに
5216 設定してから
5217 \end_layout
5218
5219 \begin_layout Standard
5220
5221 \series bold
5222
5223 \backslash
5224 setlength{
5225 \backslash
5226 LTleft}{値}
5227 \end_layout
5228
5229 \begin_layout Standard
5230 という行を当該多頁表の前に\SpecialChar TeX
5231 コードとして挿入して,長さ
5232 \series bold
5233
5234 \backslash
5235 LTleft
5236 \series default
5237 および
5238 \series bold
5239
5240 \backslash
5241 LTright
5242 \series default
5243 の値を変更しなくてはなりません.ここで「値」は,第
5244 \begin_inset CommandInset ref
5245 LatexCommand ref
5246 reference "tab:単位"
5247
5248 \end_inset
5249
5250 表に挙げてある単位であれば,どの単位を取ることもできます.
5251 \series bold
5252
5253 \backslash
5254 LTleft
5255 \series default
5256 は,左頁余白から多頁表までの水平方向の距離を制御し,
5257 \series bold
5258
5259 \backslash
5260 LTright
5261 \series default
5262 は,右頁余白からの距離を制御します.これらの長さの既定値は
5263 \series bold
5264
5265 \backslash
5266 fill
5267 \series default
5268 となっており,\SpecialChar LyX
5269 の水平フィルと同等になっています.
5270 \end_layout
5271
5272 \begin_layout Standard
5273 以下の多頁表は,中央揃えの上,
5274 \series bold
5275
5276 \backslash
5277 LTleft
5278 \series default
5279
5280 \family sans
5281 0.1
5282 \backslash
5283 columnwidth
5284 \family default
5285 に設定してあります.
5286 \begin_inset ERT
5287 status collapsed
5288
5289 \begin_layout Plain Layout
5290
5291
5292 \backslash
5293 setlength{
5294 \backslash
5295 LTleft}{0.1
5296 \backslash
5297 columnwidth}
5298 \end_layout
5299
5300 \end_inset
5301
5302
5303 \end_layout
5304
5305 \begin_layout Standard
5306 \begin_inset Tabular
5307 <lyxtabular version="3" rows="5" columns="5">
5308 <features islongtable="true" longtabularalignment="center">
5309 <column alignment="center" valignment="top">
5310 <column alignment="center" valignment="top">
5311 <column alignment="center" valignment="top">
5312 <column alignment="center" valignment="top">
5313 <column alignment="center" valignment="top">
5314 <row>
5315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 1
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328 2
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337 3
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 4
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 5
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 </row>
5361 <row>
5362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 いろは
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402 いろは
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 </row>
5408 <row>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 いろは
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 いろは
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 </row>
5455 <row>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 いろは
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 いろは
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 </row>
5502 <row>
5503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 いろは
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 いろは
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 いろは
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 いろは
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 いろは
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 </row>
5549 </lyxtabular>
5550
5551 \end_inset
5552
5553
5554 \begin_inset ERT
5555 status collapsed
5556
5557 \begin_layout Plain Layout
5558
5559
5560 \backslash
5561 setlength{
5562 \backslash
5563 LTleft}{
5564 \backslash
5565 fill}
5566 \end_layout
5567
5568 \end_inset
5569
5570
5571 \begin_inset ERT
5572 status collapsed
5573
5574 \begin_layout Plain Layout
5575
5576
5577 \backslash
5578 addtocounter{table}{-1}
5579 \end_layout
5580
5581 \end_inset
5582
5583
5584 \begin_inset Note Note
5585 status collapsed
5586
5587 \begin_layout Plain Layout
5588 このコマンドの説明に関しては,第
5589 \begin_inset CommandInset ref
5590 LatexCommand ref
5591 reference "subsec:多頁表のキャプション"
5592
5593 \end_inset
5594
5595 節の最初の淡色註釈をご覧下さい.
5596 \end_layout
5597
5598 \end_inset
5599
5600
5601 \end_layout
5602
5603 \begin_layout Subsection
5604 多頁表のキャプション
5605 \begin_inset Index idx
5606 status collapsed
5607
5608 \begin_layout Plain Layout
5609 たへえしひよう@多頁表 ! きやふしよん@キャプション
5610 \end_layout
5611
5612 \end_inset
5613
5614
5615 \begin_inset CommandInset label
5616 LatexCommand label
5617 name "subsec:多頁表のキャプション"
5618
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \begin_layout Standard
5625 フロートは一頁に収まらなくてはならないので,多頁表を表フロートに入れることはできません.しかし,第
5626 \begin_inset CommandInset ref
5627 LatexCommand ref
5628 reference "sec:多頁表"
5629
5630 \end_inset
5631
5632 節に述べられているように,ある行で多頁表オプションの
5633 \family sans
5634 キャプション
5635 \family default
5636 を使用すれば,フロートのキャプション環境を多頁表でも使用することができます.キャプションは,
5637 \family sans
5638 冒頭ヘッダ
5639 \family default
5640
5641 \family sans
5642 ヘッダ
5643 \family default
5644
5645 \family sans
5646 フッタ
5647 \family default
5648
5649 \family sans
5650 末尾フッタ
5651 \family default
5652 のいずれかに入れなくてはなりません.それぞれのヘッダ・フッタに入れることができる行は,ひとつだけです.
5653 \end_layout
5654
5655 \begin_layout Standard
5656 以下は,動作を確認するための短い多頁表です.
5657 \end_layout
5658
5659 \begin_layout Standard
5660 \begin_inset Tabular
5661 <lyxtabular version="3" rows="6" columns="5">
5662 <features islongtable="true" longtabularalignment="center">
5663 <column alignment="center" valignment="top">
5664 <column alignment="center" valignment="top">
5665 <column alignment="center" valignment="top">
5666 <column alignment="center" valignment="top">
5667 <column alignment="center" valignment="top">
5668 <row endfirsthead="true" caption="true">
5669 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 \begin_inset Caption Standard
5674
5675 \begin_layout Plain Layout
5676 キャプション付き多頁表
5677 \begin_inset Argument 1
5678 status collapsed
5679
5680 \begin_layout Plain Layout
5681 多頁表
5682 \end_layout
5683
5684 \end_inset
5685
5686
5687 \end_layout
5688
5689 \end_inset
5690
5691
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 </row>
5733 <row>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 1
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 2
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 3
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 4
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 5
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 </row>
5780 <row>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 いろは
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 いろは
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 いろは
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 いろは
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 </row>
5874 <row>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 いろは
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 いろは
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 </row>
5921 <row>
5922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 いろは
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 いろは
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 いろは
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 いろは
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 いろは
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 </row>
5968 </lyxtabular>
5969
5970 \end_inset
5971
5972
5973 \end_layout
5974
5975 \begin_layout Standard
5976 \begin_inset VSpace medskip
5977 \end_inset
5978
5979
5980 \begin_inset Note Greyedout
5981 status open
5982
5983 \begin_layout Plain Layout
5984
5985 \series bold
5986 【註1】
5987 \series default
5988 表番号は,多頁表にキャプションを付けなかったとしても,各多頁表毎に加番されます.このため,あいだにキャプションのない二つの多頁表が挟まっていたならば,表一覧では
5989 ,たとえば表2.1の後に表2.4が来ることがあります.これを回避するためには,キャプションのないすべての多頁表の後に,\SpecialChar TeX
5990 コードで
5991 \end_layout
5992
5993 \begin_layout Plain Layout
5994
5995 \series bold
5996
5997 \backslash
5998 addtocounter{table}{-1}
5999 \end_layout
6000
6001 \begin_layout Plain Layout
6002 というコマンドを挿入する方法があります.
6003 \end_layout
6004
6005 \begin_layout Plain Layout
6006 全多頁表にキャプションがなかったり,文書プリアンブルに以下のコードを書き加えていれば,以上のことは必要ありません.
6007 \end_layout
6008
6009 \begin_layout Plain Layout
6010
6011 \series bold
6012
6013 \backslash
6014 let
6015 \backslash
6016 myEnd
6017 \backslash
6018 endlongtable
6019 \begin_inset Newline newline
6020 \end_inset
6021
6022
6023 \backslash
6024 renewcommand{
6025 \backslash
6026 endlongtable}{
6027 \backslash
6028 myEnd
6029 \backslash
6030 addtocounter{table}{-1}}
6031 \end_layout
6032
6033 \end_inset
6034
6035
6036 \end_layout
6037
6038 \begin_layout Standard
6039 \begin_inset Note Greyedout
6040 status open
6041
6042 \begin_layout Plain Layout
6043
6044 \series bold
6045 【註2】
6046 \series default
6047 相互参照をリンクするために,
6048 \family sans
6049 文書設定
6050 \family default
6051 ダイアログの
6052 \family sans
6053 PDF特性
6054 \family default
6055
6056 \series bold
6057 hyperref
6058 \series default
6059
6060 \begin_inset Index idx
6061 status collapsed
6062
6063 \begin_layout Plain Layout
6064 \SpecialChar LaTeX
6065 ぱっけーじ@\SpecialChar LaTeX
6066 パッケージ ! hyperref
6067 \end_layout
6068
6069 \end_inset
6070
6071 を使用している場合,多頁表キャプションへのリンクは,つねに文頭に向けられます.
6072 \end_layout
6073
6074 \end_inset
6075
6076
6077 \end_layout
6078
6079 \begin_layout Subsubsection
6080 多頁表への参照
6081 \begin_inset Index idx
6082 status collapsed
6083
6084 \begin_layout Plain Layout
6085 たへえしひよう@多頁表 ! さんしよう@参照
6086 \end_layout
6087
6088 \end_inset
6089
6090
6091 \end_layout
6092
6093 \begin_layout Standard
6094 \begin_inset Tabular
6095 <lyxtabular version="3" rows="6" columns="5">
6096 <features islongtable="true" longtabularalignment="center">
6097 <column alignment="center" valignment="top">
6098 <column alignment="center" valignment="top">
6099 <column alignment="center" valignment="top">
6100 <column alignment="center" valignment="top">
6101 <column alignment="center" valignment="top">
6102 <row endfirsthead="true" caption="true">
6103 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 \begin_inset Caption Standard
6108
6109 \begin_layout Plain Layout
6110 参照された多頁表
6111 \begin_inset CommandInset label
6112 LatexCommand label
6113 name "tab:参照例"
6114
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \end_inset
6121
6122
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 </row>
6164 <row>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 1
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 2
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 3
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 4
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 5
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 </row>
6211 <row>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 いろは
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 いろは
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 </row>
6258 <row>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 いろは
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 いろは
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 </row>
6305 <row>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 いろは
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 いろは
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 </row>
6352 <row>
6353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 いろは
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 いろは
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 いろは
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 いろは
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 いろは
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 </row>
6399 </lyxtabular>
6400
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \begin_layout Standard
6407 多頁表を参照するには,キャプションにラベルを挿入してください.
6408 \end_layout
6409
6410 \begin_layout Standard
6411 これは表
6412 \begin_inset CommandInset ref
6413 LatexCommand ref
6414 reference "tab:参照例"
6415
6416 \end_inset
6417
6418 への参照です.
6419 \end_layout
6420
6421 \begin_layout Standard
6422 キャプションのレイアウトは,文書中の他のすべてのキャプションと一緒に,\SpecialChar LaTeX
6423 パッケージの
6424 \series bold
6425 caption
6426 \series default
6427
6428 \begin_inset Index idx
6429 status collapsed
6430
6431 \begin_layout Plain Layout
6432 \SpecialChar LaTeX
6433 ぱっけーじ@\SpecialChar LaTeX
6434 パッケージ ! caption
6435 \end_layout
6436
6437 \end_inset
6438
6439 を使用して設定することができます.第
6440 \begin_inset CommandInset ref
6441 LatexCommand ref
6442 reference "sec:キャプションの書式設定"
6443
6444 \end_inset
6445
6446 節をご覧下さい.
6447 \end_layout
6448
6449 \begin_layout Subsubsection
6450 キャプションの幅
6451 \begin_inset Index idx
6452 status collapsed
6453
6454 \begin_layout Plain Layout
6455 たへえしひよう@多頁表 ! きやふしよんのはは@キャプションの幅
6456 \end_layout
6457
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \begin_layout Standard
6464 キャプション行の最大長は,長さ
6465 \series bold
6466
6467 \backslash
6468 LTcapwidth
6469 \series default
6470 によって指定することができます.既定値は4
6471 \begin_inset space \thinspace{}
6472 \end_inset
6473
6474 inです.これを変更するには,現文書の文書プリアンブルか,調整したい多頁表の前の文中に\SpecialChar TeX
6475 コードとして
6476 \end_layout
6477
6478 \begin_layout Standard
6479
6480 \series bold
6481
6482 \backslash
6483 setlength{
6484 \backslash
6485 LTcapwidth}{幅}
6486 \end_layout
6487
6488 \begin_layout Standard
6489 というコマンドを書き加えて下さい.ここで「幅」には,付録
6490 \begin_inset CommandInset ref
6491 LatexCommand ref
6492 reference "cha:LyXで使用できる単位"
6493
6494 \end_inset
6495
6496 に挙げられている単位を取ることができます.
6497 \end_layout
6498
6499 \begin_layout Standard
6500 以下の各表で違いを示します.
6501 \end_layout
6502
6503 \begin_layout Standard
6504 \begin_inset Tabular
6505 <lyxtabular version="3" rows="6" columns="5">
6506 <features islongtable="true" longtabularalignment="center">
6507 <column alignment="center" valignment="top">
6508 <column alignment="center" valignment="top">
6509 <column alignment="center" valignment="top">
6510 <column alignment="center" valignment="top">
6511 <column alignment="center" valignment="top">
6512 <row endfirsthead="true" caption="true">
6513 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 \begin_inset Caption Standard
6518
6519 \begin_layout Plain Layout
6520 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6521 \begin_inset Argument 1
6522 status collapsed
6523
6524 \begin_layout Plain Layout
6525 既定幅のキャプション
6526 \end_layout
6527
6528 \end_inset
6529
6530
6531 \end_layout
6532
6533 \end_inset
6534
6535
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell multicolumn="2" alignment="center" valignment="top" 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 multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 </row>
6577 <row>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 1
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 2
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 3
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 4
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 5
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 </row>
6624 <row>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 いろは
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 いろは
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 <row>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 いろは
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 いろは
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 </row>
6718 <row>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 いろは
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 いろは
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 </row>
6765 <row>
6766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 いろは
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 いろは
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 いろは
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 いろは
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 いろは
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 </row>
6812 </lyxtabular>
6813
6814 \end_inset
6815
6816
6817 \end_layout
6818
6819 \begin_layout Standard
6820 \begin_inset ERT
6821 status collapsed
6822
6823 \begin_layout Plain Layout
6824
6825
6826 \backslash
6827 setlength{
6828 \backslash
6829 LTcapwidth}{5cm}
6830 \end_layout
6831
6832 \end_inset
6833
6834
6835 \begin_inset Tabular
6836 <lyxtabular version="3" rows="6" columns="5">
6837 <features islongtable="true" longtabularalignment="center">
6838 <column alignment="center" valignment="top">
6839 <column alignment="center" valignment="top">
6840 <column alignment="center" valignment="top">
6841 <column alignment="center" valignment="top">
6842 <column alignment="center" valignment="top">
6843 <row endfirsthead="true" caption="true">
6844 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 \begin_inset Caption Standard
6849
6850 \begin_layout Plain Layout
6851 5
6852 \begin_inset space \thinspace{}
6853 \end_inset
6854
6855 cm幅のなが〜いフルタイトル・5
6856 \begin_inset space \thinspace{}
6857 \end_inset
6858
6859 cm幅のなが〜いフルタイトル・5
6860 \begin_inset space \thinspace{}
6861 \end_inset
6862
6863 cm幅のなが〜いフルタイトル
6864 \begin_inset Argument 1
6865 status collapsed
6866
6867 \begin_layout Plain Layout
6868 5
6869 \begin_inset space \thinspace{}
6870 \end_inset
6871
6872 cm幅のキャプション
6873 \end_layout
6874
6875 \end_inset
6876
6877
6878 \end_layout
6879
6880 \end_inset
6881
6882
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell multicolumn="2" alignment="center" valignment="top" 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 multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 </row>
6924 <row>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 1
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6935 \begin_inset Text
6936
6937 \begin_layout Plain Layout
6938 2
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 3
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 4
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 5
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 </row>
6971 <row>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 いろは
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 いろは
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 </row>
7018 <row>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 いろは
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 いろは
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 </row>
7065 <row>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 いろは
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 いろは
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 </row>
7112 <row>
7113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 いろは
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 いろは
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 いろは
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 いろは
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 いろは
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 </row>
7159 </lyxtabular>
7160
7161 \end_inset
7162
7163
7164 \end_layout
7165
7166 \begin_layout Standard
7167 \begin_inset ERT
7168 status collapsed
7169
7170 \begin_layout Plain Layout
7171
7172
7173 \backslash
7174 setlength{
7175 \backslash
7176 LTcapwidth}{4in}
7177 \end_layout
7178
7179 \end_inset
7180
7181
7182 \end_layout
7183
7184 \begin_layout Standard
7185 \begin_inset Note Greyedout
7186 status open
7187
7188 \begin_layout Plain Layout
7189
7190 \series bold
7191 【註】
7192 \series default
7193 この文書のように\SpecialChar LaTeX
7194 パッケージの
7195 \series bold
7196 caption
7197 \series default
7198
7199 \begin_inset Index idx
7200 status collapsed
7201
7202 \begin_layout Plain Layout
7203 \SpecialChar LaTeX
7204 ぱっけーじ@\SpecialChar LaTeX
7205 パッケージ ! caption
7206 \end_layout
7207
7208 \end_inset
7209
7210 を使用している時には,
7211 \series bold
7212
7213 \backslash
7214 LTcapwidth
7215 \series default
7216 に既定値の4
7217 \begin_inset space \thinspace{}
7218 \end_inset
7219
7220 inを使用している場合,ページの全幅が用いられます.この場合,正確に4
7221 \begin_inset space \thinspace{}
7222 \end_inset
7223
7224 in幅のキャプションを作るには,3.99
7225 \begin_inset space \thinspace{}
7226 \end_inset
7227
7228 inのように4.0
7229 \begin_inset space \thinspace{}
7230 \end_inset
7231
7232 inと少し違う値を指定するか,
7233 \series bold
7234 caption
7235 \series default
7236 パッケージが提供している
7237 \series bold
7238
7239 \backslash
7240 captionsetup{width=値}
7241 \series default
7242 という\SpecialChar LaTeX
7243 コマンドを用いる方法があります.
7244 \end_layout
7245
7246 \end_inset
7247
7248
7249 \end_layout
7250
7251 \begin_layout Subsubsection
7252 表の各ページごとに異なるキャプション
7253 \begin_inset Index idx
7254 status collapsed
7255
7256 \begin_layout Plain Layout
7257 たへえしひよう@多頁表 ! へえしことにことなるきやふしよん@ページごとに異なるキャプション
7258 \end_layout
7259
7260 \end_inset
7261
7262
7263 \end_layout
7264
7265 \begin_layout Standard
7266 次頁以降の表キャプションを,1頁めとは異なるものにしたい場合には,キャプションを入れる空行をヘッダに指定して下さい.それから,キャプションを右クリックして,文脈
7267 依存メニューから
7268 \family sans
7269 キャプション(無番多頁表)
7270 \family default
7271 を選択してください.表
7272 \begin_inset CommandInset ref
7273 LatexCommand ref
7274 reference "tab:別キャプション"
7275
7276 \end_inset
7277
7278 は,異なるヘッダを持つ多頁表の一例です.2番目のキャプションには表番が現れないようにしてあります.
7279 \end_layout
7280
7281 \begin_layout Standard
7282 \align center
7283 \begin_inset Tabular
7284 <lyxtabular version="3" rows="59" columns="3">
7285 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7286 <column alignment="left" valignment="top" width="0cm">
7287 <column alignment="left" valignment="top" width="0pt">
7288 <column alignment="center" valignment="top" width="0pt">
7289 <row endfirsthead="true" caption="true">
7290 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 \begin_inset Caption Standard
7295
7296 \begin_layout Plain Layout
7297 例示用電話帳
7298 \begin_inset CommandInset label
7299 LatexCommand label
7300 name "tab:別キャプション"
7301
7302 \end_inset
7303
7304
7305 \begin_inset Argument 1
7306 status collapsed
7307
7308 \begin_layout Plain Layout
7309 例示用電話帳
7310 \end_layout
7311
7312 \end_inset
7313
7314
7315 \end_layout
7316
7317 \end_inset
7318
7319
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 </row>
7343 <row endfirsthead="true">
7344 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348
7349 \series bold
7350 例示用電話帳(名前は無視の事)
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Plain Layout
7368
7369 \end_layout
7370
7371 \end_inset
7372 </cell>
7373 </row>
7374 <row endfirsthead="true">
7375 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379
7380 \series bold
7381 氏名
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399
7400 \series bold
7401 TEL.
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 </row>
7407 <row endhead="true">
7408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 \begin_inset ERT
7413 status collapsed
7414
7415 \begin_layout Plain Layout
7416
7417
7418 \backslash
7419 caption*{例示用電話帳の続き}
7420 \backslash
7421
7422 \backslash
7423 %
7424 \end_layout
7425
7426 \end_inset
7427
7428
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 </row>
7452 <row endhead="true">
7453 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457
7458 \series bold
7459 例示用電話帳
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 </row>
7483 <row endhead="true">
7484 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488
7489 \series bold
7490 氏名
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508
7509 \series bold
7510 TEL.
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 </row>
7516 <row endfoot="true">
7517 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521 次頁に続く
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 </row>
7545 <row>
7546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550
7551 \series bold
7552 Annovi
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 Silvia
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 111
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 </row>
7576 <row>
7577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581
7582 \series bold
7583 Bertoli
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 Stefano
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 111
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 </row>
7607 <row>
7608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \series bold
7614 Bozzi
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 Walter
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 111
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 <row>
7639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \series bold
7645 Cachia
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 Maria
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 111
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 </row>
7669 <row>
7670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674
7675 \series bold
7676 Cachia
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 Maurizio
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 111
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 </row>
7700 <row>
7701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705
7706 \series bold
7707 Cinquemani
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 Giusi
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725 111
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 </row>
7731 <row>
7732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736
7737 \series bold
7738 Colin
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 Bernard
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 111
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row>
7763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \series bold
7769 Concli
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 Gianfranco
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787 111
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row>
7794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \series bold
7800 Dal Bosco
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 Carolina
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818 111
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 </row>
7824 <row>
7825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829
7830 \series bold
7831 Dalpiaz
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 Annamaria
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 111
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row>
7856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \series bold
7862 Feliciello
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 Domenico
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 111
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row>
7887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \series bold
7893 Focarelli
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 Paola
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 111
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \series bold
7924 Galletti
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 Oreste
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 111
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row>
7949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953
7954 \series bold
7955 Gasparini
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 Franca
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 111
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \series bold
7986 Rizzardi
7987 \series default
7988
7989 \begin_inset Foot
7990 status collapsed
7991
7992 \begin_layout Plain Layout
7993 例示用脚註
7994 \end_layout
7995
7996 \end_inset
7997
7998
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 Paola
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 111
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \series bold
8029 Lassini
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 Giancarlo
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 111
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 </row>
8053 <row>
8054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058
8059 \series bold
8060 Malfatti
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 Luciano
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 111
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089
8090 \series bold
8091 Malfatti
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 Valeriano
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 111
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120
8121 \series bold
8122 Meneguzzo
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 Roberto
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 111
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row>
8147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151
8152 \series bold
8153 Mezzadra
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 Roberto
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 111
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \series bold
8184 Pirpamer
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Erich
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 111
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \series bold
8215 Pochiesa
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 Paolo
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 111, 222
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \series bold
8246 Radina
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 Claudio
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 111
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \series bold
8277 Stuffer
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 Oskar
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 111
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \series bold
8308 Tacchelli
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 Ugo
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 111
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \series bold
8339 Tezzele
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Margit
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 111
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \series bold
8370 Unterkalmsteiner
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 Frieda
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 111
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \series bold
8401 Vieider
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 Hilde
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 111
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \series bold
8432 Vigna
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Jürgen
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 111
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \series bold
8463 Weber
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 Maurizio
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 111
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \series bold
8494 Winkler
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 Franz
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 111
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523  
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \series bold
8554 Annovi
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 Silvia
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 555
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 </row>
8578 <row>
8579 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583
8584 \series bold
8585 Bertoli
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 Stefano
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 555
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 <row>
8610 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614
8615 \series bold
8616 Bozzi
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 Walter
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 555
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 </row>
8640 <row>
8641 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645
8646 \series bold
8647 Cachia
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 Maria
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 555
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 <row>
8672 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676
8677 \series bold
8678 Cachia
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 Maurizio
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 555
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 </row>
8702 <row>
8703 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707
8708 \series bold
8709 Cinquemani
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 Giusi
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 555
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row>
8734 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738
8739 \series bold
8740 Colin
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 Bernard
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 555
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row>
8765 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769
8770 \series bold
8771 Concli
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 Gianfranco
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 555
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 </row>
8795 <row>
8796 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800
8801 \series bold
8802 Dal Bosco
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 Carolina
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 555
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 </row>
8826 <row>
8827 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831
8832 \series bold
8833 Dalpiaz
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 Annamaria
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 555
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 <row>
8858 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862
8863 \series bold
8864 Feliciello
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 Domenico
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 555
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row>
8889 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \series bold
8895 Focarelli
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 Paola
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 555
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 </row>
8919 <row>
8920 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \series bold
8926 Galletti
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 Oreste
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 555
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \series bold
8957 Gasparini
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 Franca
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 555
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \series bold
8988 Rizzardi
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 Paola
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 555
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \series bold
9019 Lassini
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 Giancarlo
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 555
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048
9049 \series bold
9050 Malfatti
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 Luciano
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 555
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \series bold
9081 Malfatti
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 Valeriano
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 555
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 </row>
9105 <row>
9106 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110
9111 \series bold
9112 Meneguzzo
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 Roberto
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 555
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \series bold
9143 Mezzadra
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 Roberto
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 555
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 </lyxtabular>
9168
9169 \end_inset
9170
9171
9172 \end_layout
9173
9174 \begin_layout Section
9175 多頁表にまつわる諸点
9176 \begin_inset CommandInset label
9177 LatexCommand label
9178 name "sec:多頁表にまつわる諸点"
9179
9180 \end_inset
9181
9182
9183 \end_layout
9184
9185 \begin_layout Subsection
9186 多頁表の計算
9187 \begin_inset Index idx
9188 status collapsed
9189
9190 \begin_layout Plain Layout
9191 たへえしひよう@多頁表 ! けいさん@計算
9192 \end_layout
9193
9194 \end_inset
9195
9196
9197 \end_layout
9198
9199 \begin_layout Standard
9200 \SpecialChar LaTeX
9201 は,表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します.単位塊は,一度に\SpecialChar LaTeX
9202 のメモリに読み込まれる表の断片です.歴史上の経緯から,既定値は
9203 たった表20行分に設定されています.多頁にわたる多頁表がある場合,この設定では文書の生成に時間がかかるかもしれません.この場合,
9204 \end_layout
9205
9206 \begin_layout Standard
9207
9208 \series bold
9209
9210 \backslash
9211 setcounter{LTchunksize}{100}
9212 \end_layout
9213
9214 \begin_layout Standard
9215 というコマンド行を文書のプリアンブルに書き加えることで,単位塊の大きさを100から1000の値に支障なく増やすことができます.
9216 \end_layout
9217
9218 \begin_layout Subsection
9219 フロートと多頁表
9220 \begin_inset Index idx
9221 status collapsed
9222
9223 \begin_layout Plain Layout
9224 たへえしひよう@多頁表 ! ふろおと@フロート
9225 \end_layout
9226
9227 \end_inset
9228
9229
9230 \end_layout
9231
9232 \begin_layout Standard
9233 多頁表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります.このような状況を避けるためには,
9234 \series bold
9235
9236 \backslash
9237 clearpage
9238 \series default
9239 コマンドを多頁表の前に\SpecialChar TeX
9240 コードとして書き加えてください.
9241 \end_layout
9242
9243 \begin_layout Subsection
9244 強制改頁
9245 \begin_inset Index idx
9246 status collapsed
9247
9248 \begin_layout Plain Layout
9249 たへえしひよう@多頁表 ! きようせいかいへえし@強制改頁
9250 \end_layout
9251
9252 \end_inset
9253
9254
9255 \end_layout
9256
9257 \begin_layout Standard
9258 既定の設定では,表は行の間でのみ改頁されます.もし複数行を含むセルがあり,そのセル中で改頁を行いたい時には,セル中の改頁してもよい場所に\SpecialChar TeX
9259 コードで改行コマンド「
9260 \series bold
9261
9262 \backslash
9263
9264 \backslash
9265
9266 \series default
9267 」を挿入します.
9268 \series bold
9269
9270 \backslash
9271
9272 \backslash
9273
9274 \series default
9275 コマンドの前には,現セルよりも右にある列数と同じ数の「
9276 \series bold
9277 &
9278 \series default
9279 」文字を,\SpecialChar TeX
9280 コードで挿入してやる必要があります.この
9281 \series bold
9282 &
9283 \series default
9284 は,表セルの区切り文字です.各
9285 \series bold
9286 &
9287 \series default
9288 の後に,右側の本来のセルに入るべき内容を\SpecialChar TeX
9289 コードで書き込み,右側のセルの内容は削除してください.
9290 \begin_inset Newline newline
9291 \end_inset
9292
9293
9294 \series bold
9295
9296 \backslash
9297
9298 \backslash
9299
9300 \series default
9301 コマンドの後ろには,現在列の左側にある列数と同じ数の
9302 \series bold
9303 &
9304 \series default
9305 文字を挿入してください.表
9306 \begin_inset CommandInset ref
9307 LatexCommand ref
9308 reference "tab:強制改頁"
9309
9310 \end_inset
9311
9312 では,改頁さるべきセルは,全3列中2列めにあります.したがって,
9313 \end_layout
9314
9315 \begin_layout Standard
9316
9317 \series bold
9318 & 111
9319 \backslash
9320
9321 \backslash
9322  
9323 \backslash
9324 newpage
9325 \begin_inset Newline newline
9326 \end_inset
9327
9328 &
9329 \end_layout
9330
9331 \begin_layout Standard
9332 というコマンドが,セル中「
9333 \emph on
9334 Castelchiodato,
9335 \emph default
9336 」の後に\SpecialChar TeX
9337 コードとして挿入してあります.
9338 \end_layout
9339
9340 \begin_layout Standard
9341 同一行3列目の「111」は削除してあります.
9342 \series bold
9343
9344 \backslash
9345 newpage
9346 \series default
9347 は,改行がこの場所でかならず起こるように指定したいときのみ必要です.これを書かなければ,改頁の候補として指定するに過ぎません.何らかの理由で多頁表のフッタ行に上
9348 罫線を引いていないけれども,セルを改頁する場所で水平線を引きたい場合には,代わりに
9349 \end_layout
9350
9351 \begin_layout Standard
9352
9353 \series bold
9354 & 111
9355 \backslash
9356
9357 \backslash
9358
9359 \begin_inset Newline newline
9360 \end_inset
9361
9362
9363 \backslash
9364 hline &
9365 \end_layout
9366
9367 \begin_layout Standard
9368 というコマンドを使用して下さい.
9369 \end_layout
9370
9371 \begin_layout Standard
9372 改頁をしたいセルが最右列にある場合には,
9373 \end_layout
9374
9375 \begin_layout Standard
9376
9377 \series bold
9378
9379 \backslash
9380 setlength{
9381 \backslash
9382 parfillskip}{0pt}
9383 \end_layout
9384
9385 \begin_layout Standard
9386 というコマンドを当該セルの初めに\SpecialChar TeX
9387 コードで挿入しなくてはなりません.こうすることで,新規頁部分に表示されるセル内の部分が,正しく全幅を使用するようにできます.
9388 \end_layout
9389
9390 \begin_layout Standard
9391 \align center
9392 \begin_inset Tabular
9393 <lyxtabular version="3" rows="38" columns="3">
9394 <features islongtable="true" longtabularalignment="center">
9395 <column alignment="left" valignment="top" width="0pt">
9396 <column alignment="left" valignment="top" width="3cm">
9397 <column alignment="center" valignment="top" width="0pt">
9398 <row endfirsthead="true" caption="true">
9399 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 \begin_inset Caption Standard
9404
9405 \begin_layout Plain Layout
9406 表セル内で強制改頁をしている表
9407 \begin_inset CommandInset label
9408 LatexCommand label
9409 name "tab:強制改頁"
9410
9411 \end_inset
9412
9413
9414 \begin_inset Argument 1
9415 status collapsed
9416
9417 \begin_layout Plain Layout
9418 表セル内で強制改頁をしている表
9419 \end_layout
9420
9421 \end_inset
9422
9423
9424 \end_layout
9425
9426 \end_inset
9427
9428
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 </row>
9452 <row endfirsthead="true">
9453 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \series bold
9459 例示用電話帳(氏名は無視の事)
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 </row>
9483 <row endfirsthead="true">
9484 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \series bold
9490 氏名
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508
9509 \series bold
9510 TEL.
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 </row>
9516 <row endhead="true" caption="true">
9517 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 \begin_inset Caption Unnumbered
9522
9523 \begin_layout Plain Layout
9524 例示用電話帳の続き
9525 \end_layout
9526
9527 \end_inset
9528
9529
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 </row>
9553 <row endhead="true">
9554 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558 例示用電話帳
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 </row>
9582 <row endhead="true">
9583 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587
9588 \series bold
9589 氏名
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607
9608 \series bold
9609 TEL.
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 </row>
9615 <row endfoot="true">
9616 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Plain Layout
9620 次頁に続く
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 </row>
9644 <row>
9645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649
9650 \series bold
9651 Annovi
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660 Silvia
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669 111
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 </row>
9675 <row>
9676 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680
9681 \series bold
9682 Bertoli
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691 Stefano
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 111
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 </row>
9706 <row>
9707 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711
9712 \series bold
9713 Bozzi
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722 Walter
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731 111
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 </row>
9737 <row>
9738 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742
9743 \series bold
9744 Cachia
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753 Maria
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762 111
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 </row>
9768 <row>
9769 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773
9774 \series bold
9775 Cachia
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784 Maurizio
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793 111
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 </row>
9799 <row>
9800 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804
9805 \series bold
9806 Cinquemani
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815 Giusi
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824 111
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 </row>
9830 <row>
9831 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835
9836 \series bold
9837 Colin
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846 Bernard
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855 111
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 <row>
9862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866
9867 \series bold
9868 Concli
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 Gianfranco
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886 111
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 </row>
9892 <row>
9893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897
9898 \series bold
9899 Dal Bosco
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908 Carolina
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917 111
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 </row>
9923 <row>
9924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \series bold
9930 Dalpiaz
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 Annamaria
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 111
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row>
9955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \series bold
9961 Feliciello
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 Domenico
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979 111
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row>
9986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \series bold
9992 Focarelli
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 Paola
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010 111
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 </row>
10016 <row>
10017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021
10022 \series bold
10023 Galletti
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 Oreste
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041 111
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row>
10048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \series bold
10054 Gasparini
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 Franca
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072 111
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 </row>
10078 <row>
10079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \series bold
10085 Lassini
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 Giancarlo
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103 111
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row>
10110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \series bold
10116 Malfatti
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 Luciano
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 111
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row>
10141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \series bold
10147 Malfatti
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 Valeriano
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165 111
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 <row>
10172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \series bold
10178 Meneguzzo
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 Roberto
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196 111
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 </row>
10202 <row>
10203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \series bold
10209 Mezzadra
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 Roberto
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227 111
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 </row>
10233 <row>
10234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238
10239 \series bold
10240 Pirpamer
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 Erich
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258 111
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 </row>
10264 <row>
10265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269
10270 \series bold
10271 Pochiesa
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 Paolo
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 111, 222
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 </row>
10295 <row>
10296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300
10301 \series bold
10302 Radina
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 Claudio
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 111
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \series bold
10333 Rizzardi
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 Paolo, 11.
10343  Fürst von Montecompatri, 11.
10344  Fürst von Sulmona und Vivaro, 10.
10345  Fürst von Rossano, 5.
10346  Herzog von Canemorte, 11.
10347  Herzog von Palombara, 5.
10348  Herzog von Castelchiodato,
10349 \begin_inset ERT
10350 status collapsed
10351
10352 \begin_layout Plain Layout
10353
10354 & 111
10355 \backslash
10356
10357 \backslash
10358  
10359 \backslash
10360 newpage
10361 \end_layout
10362
10363 \begin_layout Plain Layout
10364
10365 &
10366 \end_layout
10367
10368 \end_inset
10369
10370  11.
10371  Herzog von Poggionativo, 11.
10372  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10373  Graf von Valinfreda, 11.
10374  Baron von Cropalati, 11.
10375  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 </row>
10390 <row>
10391 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395
10396 \series bold
10397 Stuffer
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 Oskar
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 111
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row>
10422 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \series bold
10428 Tacchelli
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 Ugo
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 111
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 </row>
10452 <row>
10453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457
10458 \series bold
10459 Tezzele
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 Margit
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 111
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 <row>
10484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488
10489 \series bold
10490 Unterkalmsteiner
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 Frieda
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 111
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 <row>
10515 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519
10520 \series bold
10521 Vieider
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 Hilde
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 111
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \series bold
10552 Vigna
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 Jürgen
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 111
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \series bold
10583 Weber
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 Maurizio
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 111
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 </row>
10607 <row>
10608 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612
10613 \series bold
10614 Winkler
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 Franz
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 111
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 </row>
10638 </lyxtabular>
10639
10640 \end_inset
10641
10642
10643 \end_layout
10644
10645 \begin_layout Section
10646 複数行・連結列・連結行
10647 \end_layout
10648
10649 \begin_layout Subsection
10650 表セル内の複数行
10651 \begin_inset CommandInset label
10652 LatexCommand label
10653 name "subsec:複数行"
10654
10655 \end_inset
10656
10657
10658 \begin_inset Index idx
10659 status collapsed
10660
10661 \begin_layout Plain Layout
10662 ひょうせるないのふくすうぎょう@表セル内の複数行
10663 \end_layout
10664
10665 \end_inset
10666
10667
10668 \begin_inset Index idx
10669 status collapsed
10670
10671 \begin_layout Plain Layout
10672 ひょう@表 ! かいぎょう@改行
10673 \end_layout
10674
10675 \end_inset
10676
10677
10678 \end_layout
10679
10680 \begin_layout Standard
10681 \noindent
10682 \begin_inset Float table
10683 placement H
10684 wide false
10685 sideways false
10686 status open
10687
10688 \begin_layout Plain Layout
10689 \begin_inset Caption Standard
10690
10691 \begin_layout Plain Layout
10692 \begin_inset CommandInset label
10693 LatexCommand label
10694 name "tab:複数行表"
10695
10696 \end_inset
10697
10698 セル内に複数の行がある表
10699 \end_layout
10700
10701 \end_inset
10702
10703
10704 \end_layout
10705
10706 \begin_layout Plain Layout
10707 \align center
10708 \begin_inset Tabular
10709 <lyxtabular version="3" rows="3" columns="3">
10710 <features tabularvalignment="middle">
10711 <column alignment="center" valignment="middle" width="2.5cm">
10712 <column alignment="center" valignment="middle">
10713 <column alignment="center" valignment="middle">
10714 <row>
10715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 複数の
10720 \begin_inset Newline linebreak
10721 \end_inset
10722
10723
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row>
10748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 <row>
10777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 </lyxtabular>
10806
10807 \end_inset
10808
10809
10810 \end_layout
10811
10812 \end_inset
10813
10814
10815 \end_layout
10816
10817 \begin_layout Standard
10818 列に固定幅を指定することによって,文章をハイフネーションを伴った複数行の段落として,入れることができるようになります.
10819 \end_layout
10820
10821 \begin_layout Standard
10822
10823 \begin_inset CommandInset ref
10824 LatexCommand ref
10825 reference "tab:複数行表"
10826
10827 \end_inset
10828
10829 を生成するには,まず3
10830 \begin_inset Formula $\times$
10831 \end_inset
10832
10833 3表を作り,最初のセルを右クリックして現れるメニューから,
10834 \family sans
10835 設定
10836 \family default
10837 メニューを選択します.すると表ダイアログが現れるので,セル幅を2.5
10838 \begin_inset space \thinspace{}
10839 \end_inset
10840
10841 cm幅とし,水平揃え及び垂直揃えをともに中央揃えに設定します.垂直揃えは,その行のすべてのセルに適用されます.この例の文章は2.5
10842 \begin_inset space \thinspace{}
10843 \end_inset
10844
10845 cmよりも短いため,一行しか表示されません.そこで二行とも表示するために,両端揃え改行(
10846 \begin_inset Flex Ruby
10847 status collapsed
10848
10849 \begin_layout Plain Layout
10850 捷径
10851 \begin_inset Argument post:1
10852 status collapsed
10853
10854 \begin_layout Plain Layout
10855 ショートカット
10856 \end_layout
10857
10858 \end_inset
10859
10860
10861 \end_layout
10862
10863 \end_inset
10864
10865
10866 \begin_inset Info
10867 type  "shortcut"
10868 arg   "newline-insert linebreak"
10869 \end_inset
10870
10871 )を挿入してあります.もし文章が設定されたセル幅よりも広い場合には,文章は自動的にいくつかの行に改行されます.
10872 \end_layout
10873
10874 \begin_layout Standard
10875 固定幅のセルに長い単語を入れた場合,もしそれがセルの最初にあると,\SpecialChar LaTeX
10876 はハイフネーションを行うことができません.したがって,その単語がセルの最初に来ないようにするた
10877 めには,何かを入れなくてはなりません.そこで,その単語の前に0
10878 \begin_inset space \thinspace{}
10879 \end_inset
10880
10881 pt幅の水平空白を挿入します.空白がゼロ幅なので,出力は変わりません.表
10882 \begin_inset CommandInset ref
10883 LatexCommand ref
10884 reference "tab:ハイフネーション表"
10885
10886 \end_inset
10887
10888 が違いを示しています
10889 \begin_inset Foot
10890 status open
10891
10892 \begin_layout Plain Layout
10893
10894 \series bold
10895 【訳註】
10896 \series default
10897 p\SpecialChar LaTeX
10898 を使用している場合,日本語の文章は正しく改行されます.
10899 \end_layout
10900
10901 \end_inset
10902
10903
10904 \end_layout
10905
10906 \begin_layout Standard
10907 \begin_inset Float table
10908 placement h
10909 wide false
10910 sideways false
10911 status open
10912
10913 \begin_layout Plain Layout
10914 \begin_inset Caption Standard
10915
10916 \begin_layout Plain Layout
10917 \begin_inset CommandInset label
10918 LatexCommand label
10919 name "tab:ハイフネーション表"
10920
10921 \end_inset
10922
10923 ハイフネーション有/無の表
10924 \end_layout
10925
10926 \end_inset
10927
10928
10929 \end_layout
10930
10931 \begin_layout Plain Layout
10932 \begin_inset space \hfill{}
10933 \end_inset
10934
10935
10936 \begin_inset Tabular
10937 <lyxtabular version="3" rows="3" columns="3">
10938 <features tabularvalignment="middle">
10939 <column alignment="center" valignment="middle" width="2.5cm">
10940 <column alignment="center" valignment="middle">
10941 <column alignment="center" valignment="middle">
10942 <row>
10943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 verylongtablecellword
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 </row>
10971 <row>
10972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 </row>
11000 <row>
11001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 </lyxtabular>
11030
11031 \end_inset
11032
11033
11034 \begin_inset space \hfill{}
11035 \end_inset
11036
11037
11038 \begin_inset Tabular
11039 <lyxtabular version="3" rows="3" columns="3">
11040 <features tabularvalignment="middle">
11041 <column alignment="center" valignment="middle" width="2.5cm">
11042 <column alignment="center" valignment="middle">
11043 <column alignment="center" valignment="middle">
11044 <row>
11045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 \begin_inset space \hspace{}
11050 \length 0pt
11051 \end_inset
11052
11053 verylongtablecellword
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 </row>
11077 <row>
11078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 </row>
11106 <row>
11107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 </row>
11135 </lyxtabular>
11136
11137 \end_inset
11138
11139
11140 \begin_inset space \hfill{}
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \end_inset
11147
11148
11149 \end_layout
11150
11151 \begin_layout Subsection
11152 連結列
11153 \begin_inset CommandInset label
11154 LatexCommand label
11155 name "subsec:連結列"
11156
11157 \end_inset
11158
11159
11160 \begin_inset Index idx
11161 status collapsed
11162
11163 \begin_layout Plain Layout
11164 れんけつれつ@連結列
11165 \end_layout
11166
11167 \end_inset
11168
11169
11170 \begin_inset Index idx
11171 status collapsed
11172
11173 \begin_layout Plain Layout
11174 ひょう@表 ! れんけつれつ@連結列
11175 \end_layout
11176
11177 \end_inset
11178
11179
11180 \end_layout
11181
11182 \begin_layout Subsubsection
11183 連結列の基礎
11184 \end_layout
11185
11186 \begin_layout Standard
11187 一つのセルが複数の列にまたがるようにするためには,行中から一つの連結セルにまとめるべき各セルを選択して,表ツールバーボタン
11188 \family sans
11189
11190 \begin_inset Info
11191 type  "icon"
11192 arg   "tabular-feature multicolumn"
11193 \end_inset
11194
11195
11196 \family default
11197 を押すか,
11198 \family sans
11199 編集\SpecialChar menuseparator
11200 表\SpecialChar menuseparator
11201 連結列
11202 \family default
11203 メニューを使用するか,あるいは選択したセルを右クリックして現れるメニューから
11204 \family sans
11205 連結列
11206 \family default
11207 を有効にするかしてください.
11208 \end_layout
11209
11210 \begin_layout Standard
11211 連結列はセル設定が独立しています.つまり,セル罫線やセルの縦横揃え,幅設定等を変更した場合には,現在の連結列のみに適用されるのです.以下は,第一行に連結行があり
11212 ,最下行に上罫線のない連結行がある表の例です.
11213 \end_layout
11214
11215 \begin_layout Standard
11216 \align center
11217 \begin_inset Tabular
11218 <lyxtabular version="3" rows="3" columns="4">
11219 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11220 <column alignment="center" valignment="top" width="0pt">
11221 <column alignment="center" valignment="middle">
11222 <column alignment="center" valignment="top" width="0in">
11223 <column alignment="center" valignment="top" width="0pt">
11224 <row>
11225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 いろは
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 にほへとちり
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 ぬるを
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 </row>
11262 <row>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 </row>
11300 <row>
11301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 </row>
11338 </lyxtabular>
11339
11340 \end_inset
11341
11342
11343 \end_layout
11344
11345 \begin_layout Subsubsection
11346 連結列の計算
11347 \begin_inset CommandInset label
11348 LatexCommand label
11349 name "subsec:連結列の計算"
11350
11351 \end_inset
11352
11353
11354 \begin_inset Index idx
11355 status collapsed
11356
11357 \begin_layout Plain Layout
11358 れんけつれつ@連結列 ! けいさん@計算
11359 \end_layout
11360
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \begin_layout Standard
11367 \SpecialChar LyX
11368 は,連結列を直接にサポートしていますが,同列にある連結セル以外のセル幅については,考慮が必要です.
11369 \end_layout
11370
11371 \begin_layout Standard
11372 \begin_inset Float table
11373 placement h
11374 wide false
11375 sideways false
11376 status open
11377
11378 \begin_layout Plain Layout
11379 \begin_inset Caption Standard
11380
11381 \begin_layout Plain Layout
11382 \begin_inset CommandInset label
11383 LatexCommand label
11384 name "tab:中央揃え表"
11385
11386 \end_inset
11387
11388 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11389 \begin_inset Argument 1
11390 status collapsed
11391
11392 \begin_layout Plain Layout
11393 完全なる連結列表
11394 \end_layout
11395
11396 \end_inset
11397
11398
11399 \end_layout
11400
11401 \end_inset
11402
11403
11404 \end_layout
11405
11406 \begin_layout Plain Layout
11407 \align center
11408 \begin_inset Tabular
11409 <lyxtabular version="3" rows="3" columns="3">
11410 <features tabularvalignment="middle">
11411 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11412 <column alignment="center" valignment="middle">
11413 <column alignment="center" valignment="top">
11414 <row>
11415 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 複数行にわたる連結列
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 </row>
11443 <row>
11444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 </row>
11472 <row>
11473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 </row>
11501 </lyxtabular>
11502
11503 \end_inset
11504
11505
11506 \end_layout
11507
11508 \end_inset
11509
11510
11511 \end_layout
11512
11513 \begin_layout Standard
11514 たとえば,表
11515 \begin_inset CommandInset ref
11516 LatexCommand ref
11517 reference "tab:中央揃え表"
11518
11519 \end_inset
11520
11521 を生成するには,3
11522 \begin_inset Formula $\times$
11523 \end_inset
11524
11525 3表の第一行の最初の二つのセルを選択して,右クリックして現れるメニューから
11526 \family sans
11527 設定
11528 \family default
11529 を選択します.そして現れる表の設定ダイアログで,このセルを
11530 \emph on
11531 連結列
11532 \emph default
11533
11534 \emph on
11535 中央揃え
11536 \emph default
11537 ,2.5
11538 \begin_inset space \thinspace{}
11539 \end_inset
11540
11541 cm幅に設定します.被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので,第一列の幅を1.25
11542 \begin_inset space \thinspace{}
11543 \end_inset
11544
11545 cm幅に設定します.すると第二列は自動的に1.25
11546 \begin_inset space \thinspace{}
11547 \end_inset
11548
11549 cm幅(連結列幅マイナス第一列の幅)になります.表
11550 \begin_inset CommandInset ref
11551 LatexCommand ref
11552 reference "tab:半分でない表"
11553
11554 \end_inset
11555
11556 もこのようにして作成してあります.
11557 \end_layout
11558
11559 \begin_layout Standard
11560 \begin_inset Float table
11561 wide false
11562 sideways false
11563 status open
11564
11565 \begin_layout Plain Layout
11566 \begin_inset Caption Standard
11567
11568 \begin_layout Plain Layout
11569 \begin_inset CommandInset label
11570 LatexCommand label
11571 name "tab:半分でない表"
11572
11573 \end_inset
11574
11575 連結セルの下の列が正確に半分になっていない表
11576 \begin_inset Argument 1
11577 status collapsed
11578
11579 \begin_layout Plain Layout
11580 不完全な連結列表
11581 \end_layout
11582
11583 \end_inset
11584
11585
11586 \end_layout
11587
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \begin_layout Plain Layout
11594 \align center
11595 \begin_inset Tabular
11596 <lyxtabular version="3" rows="3" columns="3">
11597 <features tabularvalignment="middle">
11598 <column alignment="center" valignment="top" width="1.25cm">
11599 <column alignment="center" valignment="top">
11600 <column alignment="center" valignment="top">
11601 <row>
11602 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 複数行にわたる連結列
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 </row>
11630 <row>
11631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Plain Layout
11644
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 </row>
11659 <row>
11660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 </row>
11688 </lyxtabular>
11689
11690 \end_inset
11691
11692
11693 \end_layout
11694
11695 \end_inset
11696
11697
11698 \end_layout
11699
11700 \begin_layout Standard
11701 ご覧になって分かるように,第一列が,連結セルの幅の半分よりも少し大きくなっています.その原因は,セル幅が,指定された幅よりもつねに少しだけ大きく描かれるために,
11702 指定したセル幅
11703 \begin_inset Formula $W_{\text{指}}$
11704 \end_inset
11705
11706 がセルの全幅
11707 \begin_inset Formula $W_{\text{全}}$
11708 \end_inset
11709
11710 と等しくならないためです.付録
11711 \begin_inset CommandInset ref
11712 LatexCommand ref
11713 reference "cha:式の説明"
11714
11715 \end_inset
11716
11717 がこの事情を詳細に説明しています.
11718 \end_layout
11719
11720 \begin_layout Standard
11721
11722 \emph on
11723 n
11724 \emph default
11725 列を連結する際,各列の全幅が
11726 \begin_inset Formula $W_{\text{全}:\text{連結}}/n$
11727 \end_inset
11728
11729 となるために必要な指定幅
11730 \begin_inset Formula $W_{\text{指}:n}$
11731 \end_inset
11732
11733 は,
11734 \begin_inset Formula 
11735 \begin{equation}
11736 W_{\text{指}:n}=(W_{\text{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11737 \end{equation}
11738
11739 \end_inset
11740
11741
11742 \end_layout
11743
11744 \begin_layout Standard
11745 で計算することができます.上記の例では
11746 \begin_inset Formula $n=2$
11747 \end_inset
11748
11749 かつ
11750 \begin_inset Formula $W_{\text{指}:\text{連結列}}=2.5\,$
11751 \end_inset
11752
11753 cmかつ長さは既定値ですから,第
11754 \begin_inset CommandInset ref
11755 LatexCommand ref
11756 reference "eq:Wgn"
11757
11758 \end_inset
11759
11760 式は
11761 \begin_inset Formula 
11762 \begin{equation}
11763 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11764 \end{equation}
11765
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \begin_layout Standard
11772 となります.\SpecialChar LaTeX
11773 中で計算を可能にするには,文書プリアンブル行に
11774 \end_layout
11775
11776 \begin_layout Standard
11777
11778 \series bold
11779
11780 \backslash
11781 usepackage{calc}
11782 \end_layout
11783
11784 \begin_layout Standard
11785 と書いて,\SpecialChar LaTeX
11786 パッケージ
11787 \series bold
11788 calc
11789 \series default
11790
11791 \begin_inset Index idx
11792 status collapsed
11793
11794 \begin_layout Plain Layout
11795 \SpecialChar LaTeX
11796 ぱっけーじ@\SpecialChar LaTeX
11797 パッケージ ! calc
11798 \end_layout
11799
11800 \end_inset
11801
11802 を読み込まなくてはなりません.\SpecialChar LyX
11803 の「表の設定」ダイアログの幅フィールドでは,長さを計算することができません.したがって,ダイアログの\SpecialChar LaTeX
11804 の引数欄に書き込むことによって
11805 列を整形しなくてはなりません.以下は,その引数の概要です.
11806 \end_layout
11807
11808 \begin_layout Itemize
11809
11810 \series bold
11811 p{幅}
11812 \series default
11813 は固定幅セルを生成し,内容文は垂直方向上揃えになります.
11814 \end_layout
11815
11816 \begin_layout Itemize
11817
11818 \series bold
11819 m{幅}
11820 \series default
11821 は固定幅セルを生成し,内容文は垂直方向中央揃えになります.
11822 \end_layout
11823
11824 \begin_layout Itemize
11825
11826 \series bold
11827 b{幅}
11828 \series default
11829 は固定幅セルを生成し,内容文は垂直方向下揃えになります.
11830 \end_layout
11831
11832 \begin_layout Standard
11833 \SpecialChar LaTeX
11834 変数を入力すると,表ダイアログで設定されたすべてのセル設定は無効になります.
11835 \end_layout
11836
11837 \begin_layout Standard
11838 \begin_inset Note Greyedout
11839 status open
11840
11841 \begin_layout Plain Layout
11842
11843 \series bold
11844 【註】
11845 \series default
11846 バグのせいで,\SpecialChar LyX
11847 は無効にされた設定も表示してしまいます.
11848 \end_layout
11849
11850 \end_inset
11851
11852
11853 \end_layout
11854
11855 \begin_layout Standard
11856 文章を水平方向中央揃えにしたいので,
11857 \series bold
11858
11859 \backslash
11860 centering
11861 \series default
11862 コマンドを入れます.したがって,以下のような\SpecialChar LaTeX
11863 変数を,最初の被連結列に入れます.
11864 \end_layout
11865
11866 \begin_layout Standard
11867
11868 \series bold
11869 >{
11870 \backslash
11871 centering}m{1.25cm-6.2pt}
11872 \end_layout
11873
11874 \begin_layout Standard
11875
11876 \series bold
11877 >{ }
11878 \series default
11879 コマンドは,セルが生成される前に中括弧内のコマンドを適用するという意味です.
11880 \end_layout
11881
11882 \begin_layout Standard
11883 こうして被連結列セルの文章に,中央揃えを選択しましたが,連結セルの文章は依然として左揃えになっています.これは,\SpecialChar LyX
11884 は揃えを一列分のみに適用するためです.したがって
11885 ,連結セルには
11886 \end_layout
11887
11888 \begin_layout Standard
11889
11890 \series bold
11891 >{
11892 \backslash
11893 centering}m{2.5cm}
11894 \end_layout
11895
11896 \begin_layout Standard
11897 という\SpecialChar LaTeX
11898 変数を指定しなくてはなりません.
11899 \end_layout
11900
11901 \begin_layout Subsection
11902 連結行
11903 \begin_inset CommandInset label
11904 LatexCommand label
11905 name "subsec:連結行"
11906
11907 \end_inset
11908
11909
11910 \begin_inset Index idx
11911 status collapsed
11912
11913 \begin_layout Plain Layout
11914 れんけつぎょう@連結行
11915 \end_layout
11916
11917 \end_inset
11918
11919
11920 \begin_inset Index idx
11921 status collapsed
11922
11923 \begin_layout Plain Layout
11924 ひょう@表 ! れんけつぎょう@連結行
11925 \end_layout
11926
11927 \end_inset
11928
11929
11930 \end_layout
11931
11932 \begin_layout Standard
11933 複数行にかかるセルを連結するには,同一列中の統合したいセルをすべて選択し,ツールバーボタン
11934 \family sans
11935
11936 \begin_inset Info
11937 type  "icon"
11938 arg   "tabular-feature multirow"
11939 \end_inset
11940
11941
11942 \family default
11943 を押すか,メニュー
11944 \family sans
11945 編集\SpecialChar menuseparator
11946 表\SpecialChar menuseparator
11947 連結行
11948 \family default
11949 を選ぶか,選択したセルを右クリックして,コンテクストメニューから
11950 \family sans
11951 \SpecialChar menuseparator
11952 連結行
11953 \family default
11954 を選んでください.
11955 \end_layout
11956
11957 \begin_layout Standard
11958 下記は一列目に連結列を適用した表の例です.
11959 \end_layout
11960
11961 \begin_layout Standard
11962 \align center
11963 \begin_inset Tabular
11964 <lyxtabular version="3" rows="3" columns="3">
11965 <features tabularvalignment="middle">
11966 <column alignment="center" valignment="top" width="0pt">
11967 <column alignment="center" valignment="top">
11968 <column alignment="center" valignment="top">
11969 <row>
11970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11971 \begin_inset Text
11972
11973 \begin_layout Plain Layout
11974 長いセル項目
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 </row>
11998 <row>
11999 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12000 \begin_inset Text
12001
12002 \begin_layout Plain Layout
12003 連結列
12004 \end_layout
12005
12006 \end_inset
12007 </cell>
12008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12009 \begin_inset Text
12010
12011 \begin_layout Plain Layout
12012
12013 \end_layout
12014
12015 \end_inset
12016 </cell>
12017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12018 \begin_inset Text
12019
12020 \begin_layout Plain Layout
12021
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 </row>
12027 <row>
12028 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12047 \begin_inset Text
12048
12049 \begin_layout Plain Layout
12050
12051 \end_layout
12052
12053 \end_inset
12054 </cell>
12055 </row>
12056 </lyxtabular>
12057
12058 \end_inset
12059
12060
12061 \end_layout
12062
12063 \begin_layout Standard
12064 連結列の幅は,列全体の幅と揃えを設定することによって設定することができます.
12065 \family sans
12066 垂直オフセット
12067 \family default
12068 は,正または負の値を与えると,連結列の内容を上下にシフトします.
12069 \end_layout
12070
12071 \begin_layout Standard
12072 連結行セルの列に明示的な幅が与えられていない場合,連結行セルは当該列の揃えを継承します.それもなければ左揃えです.既定値を上書きするには,
12073 \end_layout
12074
12075 \begin_layout Standard
12076
12077 \series bold
12078
12079 \backslash
12080 renewcommand{
12081 \backslash
12082 multirowsetup}{
12083 \backslash
12084 centering}
12085 \end_layout
12086
12087 \begin_layout Standard
12088 というコマンドを使用して,コマンド
12089 \series bold
12090
12091 \backslash
12092 multirowsetup
12093 \series default
12094 を書き換えて下さい.すると,文書中の連結行の中身が,すべて中央揃えになります.もしいくつかの表だけ中央揃えにしたいのであれば,プリアンブルではなく表の直前にTe
12095 Xコードボックスを入れて,このコマンドを書き換えれば済みます.文章を右揃えにしたい場合には,
12096 \series bold
12097
12098 \backslash
12099 centering
12100 \series default
12101 の代わりに
12102 \series bold
12103
12104 \backslash
12105 raggedleft
12106 \series default
12107 を使用して下さい.左揃えに戻すには,
12108 \series bold
12109
12110 \backslash
12111 raggedright
12112 \series default
12113 とします.
12114 \end_layout
12115
12116 \begin_layout Standard
12117 下記は,-4ミリの垂直オフセットを設定し,3センチ幅の列中にある右揃えの連結列セルがある表の例です.
12118 \end_layout
12119
12120 \begin_layout Standard
12121 \noindent
12122 \align center
12123 \begin_inset ERT
12124 status collapsed
12125
12126 \begin_layout Plain Layout
12127
12128
12129 \backslash
12130 renewcommand{
12131 \backslash
12132 multirowsetup}{
12133 \backslash
12134 raggedleft}
12135 \end_layout
12136
12137 \end_inset
12138
12139
12140 \begin_inset Tabular
12141 <lyxtabular version="3" rows="4" columns="3">
12142 <features tabularvalignment="middle">
12143 <column alignment="center" valignment="top" width="3cm">
12144 <column alignment="center" valignment="top">
12145 <column alignment="center" valignment="top">
12146 <row>
12147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 長いセル項目
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12157 \begin_inset Text
12158
12159 \begin_layout Plain Layout
12160
12161 \end_layout
12162
12163 \end_inset
12164 </cell>
12165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169
12170 \end_layout
12171
12172 \end_inset
12173 </cell>
12174 </row>
12175 <row>
12176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 </row>
12204 <row>
12205 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12206 \begin_inset Text
12207
12208 \begin_layout Plain Layout
12209 連結列
12210 \end_layout
12211
12212 \end_inset
12213 </cell>
12214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12215 \begin_inset Text
12216
12217 \begin_layout Plain Layout
12218
12219 \end_layout
12220
12221 \end_inset
12222 </cell>
12223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12224 \begin_inset Text
12225
12226 \begin_layout Plain Layout
12227
12228 \end_layout
12229
12230 \end_inset
12231 </cell>
12232 </row>
12233 <row>
12234 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Plain Layout
12256
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 </row>
12262 </lyxtabular>
12263
12264 \end_inset
12265
12266
12267 \begin_inset ERT
12268 status collapsed
12269
12270 \begin_layout Plain Layout
12271
12272
12273 \backslash
12274 renewcommand{
12275 \backslash
12276 multirowsetup}{
12277 \backslash
12278 raggedright}
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \end_layout
12285
12286 \begin_layout Standard
12287 連結行で新しい行に移るには,強制改行(
12288 \begin_inset Flex Ruby
12289 status collapsed
12290
12291 \begin_layout Plain Layout
12292 捷径
12293 \begin_inset Argument post:1
12294 status collapsed
12295
12296 \begin_layout Plain Layout
12297 ショートカット
12298 \end_layout
12299
12300 \end_inset
12301
12302
12303 \end_layout
12304
12305 \end_inset
12306
12307
12308 \begin_inset Info
12309 type  "shortcut"
12310 arg   "newline-insert newline"
12311 \end_inset
12312
12313 )を使用できますが,この場合,下記の例に示されているようにセル行との整合を顧慮しません.
12314 \end_layout
12315
12316 \begin_layout Standard
12317 \noindent
12318 \align center
12319 \begin_inset Tabular
12320 <lyxtabular version="3" rows="3" columns="2">
12321 <features tabularvalignment="middle">
12322 <column alignment="left" valignment="middle" width="2cm">
12323 <column alignment="center" valignment="top">
12324 <row>
12325 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12326 \begin_inset Text
12327
12328 \begin_layout Plain Layout
12329 いいい
12330 \begin_inset Newline newline
12331 \end_inset
12332
12333 いいい
12334 \begin_inset Newline newline
12335 \end_inset
12336
12337 おかしなセル
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Plain Layout
12346 ははは
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 </row>
12352 <row>
12353 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12354 \begin_inset Text
12355
12356 \begin_layout Plain Layout
12357
12358 \end_layout
12359
12360 \end_inset
12361 </cell>
12362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12363 \begin_inset Text
12364
12365 \begin_layout Plain Layout
12366 ににに
12367 \end_layout
12368
12369 \end_inset
12370 </cell>
12371 </row>
12372 <row>
12373 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12374 \begin_inset Text
12375
12376 \begin_layout Plain Layout
12377 ろろろ
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386 ほほほ
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 </row>
12392 </lyxtabular>
12393
12394 \end_inset
12395
12396
12397 \end_layout
12398
12399 \begin_layout Standard
12400 したがって,強制改行を使うのは注意が必要です.
12401 \end_layout
12402
12403 \begin_layout Subsection
12404 対角線付きのセル
12405 \end_layout
12406
12407 \begin_layout Standard
12408 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには,表の第1セルに対角線を一本ないし二本引いて分割すると便利です.これは,\SpecialChar LaTeX
12409 パッケージの
12410 \series bold
12411 diagbox
12412 \series default
12413
12414 \begin_inset Index idx
12415 status collapsed
12416
12417 \begin_layout Plain Layout
12418 \SpecialChar LaTeX
12419 ぱっけーじ@\SpecialChar LaTeX
12420 パッケージ ! diagbox
12421 \end_layout
12422
12423 \end_inset
12424
12425 を文書プリアンブルに読み込むことによって実現できます.このパッケージには,
12426 \series bold
12427
12428 \backslash
12429 diagbox
12430 \series default
12431 というコマンドがありますので,以下のように,これに2ないし3の引数をつけて,\SpecialChar TeX
12432 コードで挿入します.
12433 \end_layout
12434
12435 \begin_layout Standard
12436
12437 \series bold
12438
12439 \backslash
12440 diagbox[オプション]{左下}{右上}
12441 \end_layout
12442
12443 \begin_layout Standard
12444
12445 \series bold
12446
12447 \backslash
12448 diagbox[オプション]{左下}{左上}{右上}
12449 \end_layout
12450
12451 \begin_layout Standard
12452 最初の書式は,第1セルを一本の対角線で分割し,引数の内容がその上下に入れられます.二つ目の書式は,第1セルを二本の線で分割します.
12453 \end_layout
12454
12455 \begin_layout Standard
12456 \begin_inset ERT
12457 status collapsed
12458
12459 \begin_layout Plain Layout
12460
12461
12462 \backslash
12463 ifdiagbox
12464 \end_layout
12465
12466 \end_inset
12467
12468
12469 \begin_inset Note Note
12470 status open
12471
12472 \begin_layout Plain Layout
12473 この節は,\SpecialChar LaTeX
12474 パッケージ
12475 \series bold
12476 diagbox
12477 \series default
12478 が導入済みの時のみ表示されます.
12479 \end_layout
12480
12481 \end_inset
12482
12483
12484 \end_layout
12485
12486 \begin_layout Standard
12487 下記は,
12488 \series bold
12489
12490 \backslash
12491 diagbox
12492 \series default
12493 を第1セル中に2引数書式で使用した表の例です.
12494 \begin_inset VSpace medskip
12495 \end_inset
12496
12497
12498 \end_layout
12499
12500 \begin_layout Standard
12501 \noindent
12502 \begin_inset Tabular
12503 <lyxtabular version="3" rows="4" columns="4">
12504 <features tabularvalignment="middle">
12505 <column alignment="center" valignment="top">
12506 <column alignment="center" valignment="top">
12507 <column alignment="center" valignment="top">
12508 <column alignment="center" valignment="top">
12509 <row>
12510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 \begin_inset ERT
12515 status collapsed
12516
12517 \begin_layout Plain Layout
12518
12519
12520 \backslash
12521 diagbox{
12522 \end_layout
12523
12524 \end_inset
12525
12526 名称
12527 \begin_inset ERT
12528 status collapsed
12529
12530 \begin_layout Plain Layout
12531
12532 }{
12533 \end_layout
12534
12535 \end_inset
12536
12537 パラメータ
12538 \begin_inset ERT
12539 status collapsed
12540
12541 \begin_layout Plain Layout
12542
12543 }
12544 \end_layout
12545
12546 \end_inset
12547
12548
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12554 \begin_inset Text
12555
12556 \begin_layout Plain Layout
12557 厚み(nm)
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566 透明度(%)
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 硬度(MPa)
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 </row>
12581 <row>
12582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 Perfect Green
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12592 \begin_inset Text
12593
12594 \begin_layout Plain Layout
12595 45
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 80
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 504
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 </row>
12619 <row>
12620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 Dark Multi-P
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 60
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 72
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 982
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row>
12658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 Crystal Clear Pro
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 18
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 86
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689 374
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 </row>
12695 </lyxtabular>
12696
12697 \end_inset
12698
12699
12700 \begin_inset VSpace medskip
12701 \end_inset
12702
12703
12704 \end_layout
12705
12706 \begin_layout Standard
12707 3引数書式は,例えばスポーツリーグや距離を示すクロス表に便利です.
12708 \end_layout
12709
12710 \begin_layout Standard
12711 \noindent
12712 \align center
12713 \begin_inset Tabular
12714 <lyxtabular version="3" rows="4" columns="4">
12715 <features tabularvalignment="middle">
12716 <column alignment="center" valignment="top" width="0pt">
12717 <column alignment="center" valignment="top">
12718 <column alignment="center" valignment="top">
12719 <column alignment="center" valignment="top">
12720 <row>
12721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 \begin_inset ERT
12726 status collapsed
12727
12728 \begin_layout Plain Layout
12729
12730
12731 \backslash
12732 diagbox{
12733 \end_layout
12734
12735 \end_inset
12736
12737 ホームチーム
12738 \begin_inset ERT
12739 status collapsed
12740
12741 \begin_layout Plain Layout
12742
12743 }{
12744 \end_layout
12745
12746 \end_inset
12747
12748 結果
12749 \begin_inset ERT
12750 status collapsed
12751
12752 \begin_layout Plain Layout
12753
12754 }{
12755 \end_layout
12756
12757 \end_inset
12758
12759 アウェイチーム
12760 \begin_inset ERT
12761 status collapsed
12762
12763 \begin_layout Plain Layout
12764
12765 }
12766 \end_layout
12767
12768 \end_inset
12769
12770
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Plain Layout
12779 Tigers
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Plain Layout
12788 Panthers
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 Falcons
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 </row>
12803 <row>
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 Tigers
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 1:3
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 0:1
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 </row>
12841 <row>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 Panthers
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 3:1
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 0:0
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 </row>
12879 <row>
12880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884 Falcons
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 1:0
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 0:0
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 </row>
12917 </lyxtabular>
12918
12919 \end_inset
12920
12921
12922 \end_layout
12923
12924 \begin_layout Standard
12925 大きなクロス表では,下記のように,2つないし全部のコーナーセルに対角線を入れると良いかもしれません.
12926 \end_layout
12927
12928 \begin_layout Standard
12929 \noindent
12930 \align center
12931 \begin_inset Tabular
12932 <lyxtabular version="3" rows="5" columns="5">
12933 <features tabularvalignment="middle">
12934 <column alignment="center" valignment="top" width="0pt">
12935 <column alignment="center" valignment="top">
12936 <column alignment="center" valignment="top">
12937 <column alignment="center" valignment="top">
12938 <column alignment="center" valignment="top">
12939 <row>
12940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 \begin_inset ERT
12945 status open
12946
12947 \begin_layout Plain Layout
12948
12949
12950 \backslash
12951 diagbox{
12952 \end_layout
12953
12954 \end_inset
12955
12956 ホームチーム
12957 \begin_inset ERT
12958 status collapsed
12959
12960 \begin_layout Plain Layout
12961
12962 }{
12963 \end_layout
12964
12965 \end_inset
12966
12967 結果
12968 \begin_inset ERT
12969 status collapsed
12970
12971 \begin_layout Plain Layout
12972
12973 }{
12974 \end_layout
12975
12976 \end_inset
12977
12978 アウェイチーム
12979 \begin_inset ERT
12980 status collapsed
12981
12982 \begin_layout Plain Layout
12983
12984 }
12985 \end_layout
12986
12987 \end_inset
12988
12989
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 Tigers
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 Panthers
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 Falcons
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 \begin_inset ERT
13026 status open
13027
13028 \begin_layout Plain Layout
13029
13030
13031 \backslash
13032 diagbox[dir=NE]{
13033 \end_layout
13034
13035 \end_inset
13036
13037 ホームチーム
13038 \begin_inset ERT
13039 status collapsed
13040
13041 \begin_layout Plain Layout
13042
13043 }{
13044 \end_layout
13045
13046 \end_inset
13047
13048 結果
13049 \begin_inset ERT
13050 status collapsed
13051
13052 \begin_layout Plain Layout
13053
13054 }{
13055 \end_layout
13056
13057 \end_inset
13058
13059 アウェイチーム
13060 \begin_inset ERT
13061 status collapsed
13062
13063 \begin_layout Plain Layout
13064
13065 }
13066 \end_layout
13067
13068 \end_inset
13069
13070
13071 \end_layout
13072
13073 \end_inset
13074 </cell>
13075 </row>
13076 <row>
13077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081 Tigers
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 1:3
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 0:1
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 Tigers
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 </row>
13123 <row>
13124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 Panthers
13129 \end_layout
13130
13131 \end_inset
13132 </cell>
13133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 3:1
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 0:0
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13161 \begin_inset Text
13162
13163 \begin_layout Plain Layout
13164 Panthers
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 </row>
13170 <row>
13171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 Falcons
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184 1:0
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193 0:0
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 Falcons
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 </row>
13217 <row>
13218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 \begin_inset ERT
13223 status open
13224
13225 \begin_layout Plain Layout
13226
13227
13228 \backslash
13229 diagbox[dir=SW]{
13230 \end_layout
13231
13232 \end_inset
13233
13234 ホームチーム
13235 \begin_inset ERT
13236 status collapsed
13237
13238 \begin_layout Plain Layout
13239
13240 }{
13241 \end_layout
13242
13243 \end_inset
13244
13245 結果
13246 \begin_inset ERT
13247 status collapsed
13248
13249 \begin_layout Plain Layout
13250
13251 }{
13252 \end_layout
13253
13254 \end_inset
13255
13256 アウェイチーム
13257 \begin_inset ERT
13258 status collapsed
13259
13260 \begin_layout Plain Layout
13261
13262 }
13263 \end_layout
13264
13265 \end_inset
13266
13267
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 Tigers
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 Panthers
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 Falcons
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 \begin_inset ERT
13304 status open
13305
13306 \begin_layout Plain Layout
13307
13308
13309 \backslash
13310 diagbox[dir=SE]{
13311 \end_layout
13312
13313 \end_inset
13314
13315 ホームチーム
13316 \begin_inset ERT
13317 status collapsed
13318
13319 \begin_layout Plain Layout
13320
13321 }{
13322 \end_layout
13323
13324 \end_inset
13325
13326 結果
13327 \begin_inset ERT
13328 status collapsed
13329
13330 \begin_layout Plain Layout
13331
13332 }{
13333 \end_layout
13334
13335 \end_inset
13336
13337 アウェイチーム
13338 \begin_inset ERT
13339 status collapsed
13340
13341 \begin_layout Plain Layout
13342
13343 }
13344 \end_layout
13345
13346 \end_inset
13347
13348
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 </row>
13354 </lyxtabular>
13355
13356 \end_inset
13357
13358
13359 \end_layout
13360
13361 \begin_layout Standard
13362 対角線を廻すために,コマンドオプションとして
13363 \series bold
13364 dir=方角
13365 \series default
13366 を使用しています.
13367 \emph on
13368 方角
13369 \emph default
13370 は,
13371 \series bold
13372 NE
13373 \series default
13374
13375 \series bold
13376 SE
13377 \series default
13378
13379 \series bold
13380 SW
13381 \series default
13382
13383 \series bold
13384 NW
13385 \series default
13386 のいずれかで,コンパスでの位置を示します.例えば,
13387 \series bold
13388 SW
13389 \series default
13390 は南西かど(south-west)を示します.したがって,上の表の左下のセルでは, 
13391 \end_layout
13392
13393 \begin_layout Standard
13394
13395 \series bold
13396
13397 \backslash
13398 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13399 \end_layout
13400
13401 \begin_layout Standard
13402 というコマンドを使用しています.方角を指定しなければ,NWを指定したのと同じ事になります.
13403 \end_layout
13404
13405 \begin_layout Standard
13406 対角線を引いたセルに必要な幅は,自動的に計算されます.したがって,計算された幅よりも小さい固定列幅を指定してしまうと,下記の例のように,セルの中身がはみ出てしま
13407 います.
13408 \end_layout
13409
13410 \begin_layout Standard
13411 \noindent
13412 \align center
13413 \begin_inset Tabular
13414 <lyxtabular version="3" rows="2" columns="2">
13415 <features tabularvalignment="middle">
13416 <column alignment="center" valignment="top" width="3cm">
13417 <column alignment="center" valignment="top">
13418 <row>
13419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 \begin_inset ERT
13424 status collapsed
13425
13426 \begin_layout Plain Layout
13427
13428
13429 \backslash
13430 diagbox{
13431 \end_layout
13432
13433 \end_inset
13434
13435 名称
13436 \begin_inset ERT
13437 status collapsed
13438
13439 \begin_layout Plain Layout
13440
13441 }{
13442 \end_layout
13443
13444 \end_inset
13445
13446 パラメータ
13447 \begin_inset ERT
13448 status collapsed
13449
13450 \begin_layout Plain Layout
13451
13452 }
13453 \end_layout
13454
13455 \end_inset
13456
13457
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 厚み(nm)
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 </row>
13472 <row>
13473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 Perfect Green
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 45
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 </row>
13492 </lyxtabular>
13493
13494 \end_inset
13495
13496
13497 \end_layout
13498
13499 \begin_layout Standard
13500 対角線を引いたセルの列に一定の幅が必要な場合は,コマンドオプションとして
13501 \series bold
13502 width=3cm
13503 \series default
13504  (必要に応じて「3cm」を必要な幅に変更)を与えてください.下記の表では,第1列の幅が4
13505 \begin_inset space \thinspace{}
13506 \end_inset
13507
13508 cmに設定してあります.
13509 \series bold
13510
13511 \backslash
13512 diagbox
13513 \series default
13514 全体の幅は,本文幅(この場合は4
13515 \begin_inset space \thinspace{}
13516 \end_inset
13517
13518 cm)に,本文とセル罫線との間隔の2倍を加えたものになるので,
13519 \series bold
13520
13521 \backslash
13522 diagbox
13523 \series default
13524 には4
13525 \begin_inset space \thinspace{}
13526 \end_inset
13527
13528 cm + 2
13529 \begin_inset space \thinspace{}
13530 \end_inset
13531
13532
13533 \backslash
13534 tabcolsepの幅が必要です.幅の計算は,
13535 \series bold
13536
13537 \backslash
13538 diagbox
13539 \series default
13540 のコマンドオプション内では行うことができないので,前もって新しい長さを定義しておく必要があります.これは,\SpecialChar TeX
13541 コードコマンドで
13542 \end_layout
13543
13544 \begin_layout Standard
13545
13546 \series bold
13547
13548 \backslash
13549 newlength{
13550 \backslash
13551 diagtest}
13552 \begin_inset Newline newline
13553 \end_inset
13554
13555
13556 \backslash
13557 setlength{
13558 \backslash
13559 diagtest}{4cm+2
13560 \backslash
13561 tabcolsep}
13562 \end_layout
13563
13564 \begin_layout Standard
13565 \begin_inset ERT
13566 status collapsed
13567
13568 \begin_layout Plain Layout
13569
13570
13571 \backslash
13572 newlength{
13573 \backslash
13574 diagtest}
13575 \end_layout
13576
13577 \begin_layout Plain Layout
13578
13579
13580 \backslash
13581 setlength{
13582 \backslash
13583 diagtest}{4cm+2
13584 \backslash
13585 tabcolsep}
13586 \end_layout
13587
13588 \end_inset
13589
13590
13591 \end_layout
13592
13593 \begin_layout Standard
13594 とすれば実現できます.\SpecialChar LaTeX
13595 内で計算を行うには,文書プリアンブル中で
13596 \series bold
13597 calc
13598 \series default
13599
13600 \begin_inset Index idx
13601 status collapsed
13602
13603 \begin_layout Plain Layout
13604 \SpecialChar LaTeX
13605 ぱっけーじ@\SpecialChar LaTeX
13606 パッケージ ! calc
13607 \end_layout
13608
13609 \end_inset
13610
13611 パッケージを読み込んでおく必要があります.
13612 \end_layout
13613
13614 \begin_layout Standard
13615 さて,この表の第1セルで
13616 \end_layout
13617
13618 \begin_layout Standard
13619
13620 \series bold
13621
13622 \backslash
13623 diagbox[width=
13624 \backslash
13625 diagtest]{A}{B}
13626 \end_layout
13627
13628 \begin_layout Standard
13629 というコマンドを使用します.
13630 \end_layout
13631
13632 \begin_layout Standard
13633 \noindent
13634 \align center
13635 \begin_inset Tabular
13636 <lyxtabular version="3" rows="2" columns="2">
13637 <features tabularvalignment="middle">
13638 <column alignment="center" valignment="top" width="4cm">
13639 <column alignment="center" valignment="top">
13640 <row>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645 \begin_inset ERT
13646 status open
13647
13648 \begin_layout Plain Layout
13649
13650
13651 \backslash
13652 diagbox[width=
13653 \backslash
13654 diagtest]{
13655 \end_layout
13656
13657 \end_inset
13658
13659 A
13660 \begin_inset ERT
13661 status collapsed
13662
13663 \begin_layout Plain Layout
13664
13665 }{
13666 \end_layout
13667
13668 \end_inset
13669
13670 B
13671 \begin_inset ERT
13672 status collapsed
13673
13674 \begin_layout Plain Layout
13675
13676 }
13677 \end_layout
13678
13679 \end_inset
13680
13681
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690 厚み (nm)
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 </row>
13696 <row>
13697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 Perfect Green
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 45
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 </row>
13716 </lyxtabular>
13717
13718 \end_inset
13719
13720
13721 \end_layout
13722
13723 \begin_layout Standard
13724 対角線の引いたセルは,当該列中で最も幅広くなっていなくてはなりません.さもないと,次の表のように,対角線の長さが正しく計算できなくなってしまいます.
13725 \end_layout
13726
13727 \begin_layout Standard
13728 \noindent
13729 \align center
13730 \begin_inset Tabular
13731 <lyxtabular version="3" rows="2" columns="2">
13732 <features tabularvalignment="middle">
13733 <column alignment="center" valignment="top" width="0pt">
13734 <column alignment="center" valignment="top">
13735 <row>
13736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 \begin_inset ERT
13741 status collapsed
13742
13743 \begin_layout Plain Layout
13744
13745
13746 \backslash
13747 diagbox{
13748 \end_layout
13749
13750 \end_inset
13751
13752 A
13753 \begin_inset ERT
13754 status collapsed
13755
13756 \begin_layout Plain Layout
13757
13758 }{
13759 \end_layout
13760
13761 \end_inset
13762
13763 B
13764 \begin_inset ERT
13765 status collapsed
13766
13767 \begin_layout Plain Layout
13768
13769 }
13770 \end_layout
13771
13772 \end_inset
13773
13774
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 厚み (nm)
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 </row>
13789 <row>
13790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 Perfect Green
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 45
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 </row>
13809 </lyxtabular>
13810
13811 \end_inset
13812
13813
13814 \end_layout
13815
13816 \begin_layout Standard
13817 このような場合には,
13818 \series bold
13819
13820 \backslash
13821 diagbox
13822 \series default
13823 コマンドの
13824 \series bold
13825 width
13826 \series default
13827 オプションを使用してください.こうすると,セル幅が列幅に等しくなるので,2
13828 \backslash
13829 tabcolsepを足す必要はなくなります.下記の表では,3
13830 \begin_inset space \thinspace{}
13831 \end_inset
13832
13833 cm幅を使用しています.
13834 \end_layout
13835
13836 \begin_layout Standard
13837 \noindent
13838 \align center
13839 \begin_inset Tabular
13840 <lyxtabular version="3" rows="2" columns="2">
13841 <features tabularvalignment="middle">
13842 <column alignment="center" valignment="top" width="0pt">
13843 <column alignment="center" valignment="top">
13844 <row>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 \begin_inset ERT
13850 status open
13851
13852 \begin_layout Plain Layout
13853
13854
13855 \backslash
13856 diagbox[width=3cm]{
13857 \end_layout
13858
13859 \end_inset
13860
13861 A
13862 \begin_inset ERT
13863 status collapsed
13864
13865 \begin_layout Plain Layout
13866
13867 }{
13868 \end_layout
13869
13870 \end_inset
13871
13872 B
13873 \begin_inset ERT
13874 status collapsed
13875
13876 \begin_layout Plain Layout
13877
13878 }
13879 \end_layout
13880
13881 \end_inset
13882
13883
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 厚み (nm)
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 </row>
13898 <row>
13899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 Perfect Green
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 45
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 </row>
13918 </lyxtabular>
13919
13920 \end_inset
13921
13922
13923 \end_layout
13924
13925 \begin_layout Standard
13926 対角線を引いたセルに複数行を入力するには,文章をセルに合わせるために高さを追加する必要があります.これは,
13927 \series bold
13928
13929 \backslash
13930 diagbox
13931 \series default
13932 にオプション
13933 \series bold
13934 height=3cm
13935 \series default
13936 を与えることで実現できます(「3cm」は必要な高さに置き換えてください).下記の表では,第1セルに
13937 \end_layout
13938
13939 \begin_layout Standard
13940
13941 \series bold
13942
13943 \backslash
13944 diagbox[width=3cm,height=1.4cm]{A
13945 \backslash
13946
13947 \backslash
13948 B}{C
13949 \backslash
13950
13951 \backslash
13952 D}
13953 \end_layout
13954
13955 \begin_layout Standard
13956 というコマンドを使用しています.ここでコマンド
13957 \series bold
13958
13959 \backslash
13960
13961 \backslash
13962
13963 \series default
13964 は改行をするためのものです
13965 \begin_inset Foot
13966 status collapsed
13967
13968 \begin_layout Plain Layout
13969
13970 \family sans
13971 Ctrl+Return
13972 \family default
13973 を使っての改行は,列が固定幅の時のみ,使用することができます.
13974 \end_layout
13975
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \begin_layout Standard
13982 \noindent
13983 \align center
13984 \begin_inset Tabular
13985 <lyxtabular version="3" rows="2" columns="2">
13986 <features tabularvalignment="middle">
13987 <column alignment="center" valignment="top">
13988 <column alignment="center" valignment="top">
13989 <row>
13990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 \begin_inset ERT
13995 status open
13996
13997 \begin_layout Plain Layout
13998
13999
14000 \backslash
14001 diagbox[width=3cm,height=1.4cm]{
14002 \end_layout
14003
14004 \end_inset
14005
14006 A
14007 \begin_inset ERT
14008 status collapsed
14009
14010 \begin_layout Plain Layout
14011
14012
14013 \backslash
14014
14015 \backslash
14016
14017 \end_layout
14018
14019 \end_inset
14020
14021 B
14022 \begin_inset ERT
14023 status collapsed
14024
14025 \begin_layout Plain Layout
14026
14027 }{
14028 \end_layout
14029
14030 \end_inset
14031
14032 C
14033 \begin_inset ERT
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037
14038
14039 \backslash
14040
14041 \backslash
14042
14043 \end_layout
14044
14045 \end_inset
14046
14047 D
14048 \begin_inset ERT
14049 status collapsed
14050
14051 \begin_layout Plain Layout
14052
14053 }
14054 \end_layout
14055
14056 \end_inset
14057
14058
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 厚み (nm)
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 </row>
14073 <row>
14074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 Perfect Green
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14084 \begin_inset Text
14085
14086 \begin_layout Plain Layout
14087 45
14088 \end_layout
14089
14090 \end_inset
14091 </cell>
14092 </row>
14093 </lyxtabular>
14094
14095 \end_inset
14096
14097
14098 \end_layout
14099
14100 \begin_layout Standard
14101 \begin_inset ERT
14102 status collapsed
14103
14104 \begin_layout Plain Layout
14105
14106
14107 \backslash
14108 else
14109 \end_layout
14110
14111 \end_inset
14112
14113
14114 \begin_inset Note Note
14115 status open
14116
14117 \begin_layout Plain Layout
14118 以下は,\SpecialChar LaTeX
14119 パッケージ
14120 \series bold
14121 diagbox
14122 \series default
14123 が導入済みでないときに表示されます.
14124 \end_layout
14125
14126 \end_inset
14127
14128
14129 \end_layout
14130
14131 \begin_layout Standard
14132 本節の内容を出力に表示するためには,
14133 \series bold
14134 diagbox
14135 \series default
14136 パッケージを導入しなくてはなりません.
14137 \end_layout
14138
14139 \begin_layout Standard
14140 \begin_inset ERT
14141 status collapsed
14142
14143 \begin_layout Plain Layout
14144
14145
14146 \backslash
14147 fi
14148 \end_layout
14149
14150 \end_inset
14151
14152
14153 \end_layout
14154
14155 \begin_layout Standard
14156 \SpecialChar LaTeX
14157 パッケージ
14158 \series bold
14159 diagbox
14160 \series default
14161 についての詳しい情報は,取扱説明書
14162 \begin_inset CommandInset citation
14163 LatexCommand cite
14164 key "diagbox"
14165 literal "true"
14166
14167 \end_inset
14168
14169 をご覧ください.
14170 \end_layout
14171
14172 \begin_layout Section
14173 フォーマル様式の表
14174 \begin_inset CommandInset label
14175 LatexCommand label
14176 name "sec:フォーマル様式の表"
14177
14178 \end_inset
14179
14180
14181 \begin_inset Index idx
14182 status collapsed
14183
14184 \begin_layout Plain Layout
14185 ひょう@表 ! ふぉーまるけいしき@フォーマル様式
14186 \end_layout
14187
14188 \end_inset
14189
14190
14191 \end_layout
14192
14193 \begin_layout Standard
14194 書籍中の表は,よく表
14195 \begin_inset CommandInset ref
14196 LatexCommand ref
14197 reference "tab:ブックタブ表の例"
14198
14199 \end_inset
14200
14201 のように組版されます.この種の表は,「
14202 \emph on
14203 フォーマル様式
14204 \emph default
14205 」と呼ばれます.表をフォーマル様式にするには,表の設定ダイアログの罫線タブでフォーマル様式オプションを有効にして下さい.
14206 \end_layout
14207
14208 \begin_layout Standard
14209 \begin_inset Float table
14210 placement h
14211 wide false
14212 sideways false
14213 status open
14214
14215 \begin_layout Plain Layout
14216 \begin_inset Caption Standard
14217
14218 \begin_layout Plain Layout
14219 \begin_inset CommandInset label
14220 LatexCommand label
14221 name "tab:ブックタブ表の例"
14222
14223 \end_inset
14224
14225 ブックタブ表の例
14226 \end_layout
14227
14228 \end_inset
14229
14230
14231 \end_layout
14232
14233 \begin_layout Plain Layout
14234 \align center
14235 \begin_inset Tabular
14236 <lyxtabular version="3" rows="8" columns="4">
14237 <features booktabs="true" tabularvalignment="middle">
14238 <column alignment="center" valignment="top">
14239 <column alignment="center" valignment="top">
14240 <column alignment="center" valignment="top">
14241 <column alignment="center" valignment="top">
14242 <row>
14243 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247 システム
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 <cell alignment="center" valignment="top" topline="true" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256 Medipix
14257 \begin_inset space \thinspace{}
14258 \end_inset
14259
14260 1
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 Medipix
14270 \begin_inset space \thinspace{}
14271 \end_inset
14272
14273 2
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 </row>
14288 <row>
14289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293 \begin_inset ERT
14294 status collapsed
14295
14296 \begin_layout Plain Layout
14297
14298
14299 \backslash
14300 cmidrule(r){2-2}
14301 \end_layout
14302
14303 \end_inset
14304
14305
14306 \begin_inset ERT
14307 status collapsed
14308
14309 \begin_layout Plain Layout
14310
14311
14312 \backslash
14313 cmidrule(l){3-4}
14314 \end_layout
14315
14316 \end_inset
14317
14318 検知器の厚み [
14319 \begin_inset Formula $\mu m$
14320 \end_inset
14321
14322 ]
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Plain Layout
14331 300
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 <cell alignment="center" valignment="top" usebox="none">
14337 \begin_inset Text
14338
14339 \begin_layout Plain Layout
14340 300
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 <cell alignment="center" valignment="top" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 700
14350 \end_layout
14351
14352 \end_inset
14353 </cell>
14354 </row>
14355 <row>
14356 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360 エッジ角 [度]
14361 \end_layout
14362
14363 \end_inset
14364 </cell>
14365 <cell alignment="center" valignment="top" topline="true" usebox="none">
14366 \begin_inset Text
14367
14368 \begin_layout Plain Layout
14369 3.55
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 <cell alignment="center" valignment="top" topline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378 2.71
14379 \end_layout
14380
14381 \end_inset
14382 </cell>
14383 <cell alignment="center" valignment="top" topline="true" usebox="none">
14384 \begin_inset Text
14385
14386 \begin_layout Plain Layout
14387 7.99
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 </row>
14393 <row topspace="default">
14394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14395 \begin_inset Text
14396
14397 \begin_layout Plain Layout
14398 空間分解能 [
14399 \begin_inset Formula $\mu m$
14400 \end_inset
14401
14402 ]
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 4.26
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 <cell alignment="center" valignment="top" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 10.17
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 <cell alignment="center" valignment="top" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429 10.56
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 </row>
14435 <row topspace="default">
14436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 \begin_inset Formula $f_{\mathrm{max}}$
14441 \end_inset
14442
14443 におけるMTF
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 <cell alignment="center" valignment="top" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Plain Layout
14452 0.53
14453 \end_layout
14454
14455 \end_inset
14456 </cell>
14457 <cell alignment="center" valignment="top" usebox="none">
14458 \begin_inset Text
14459
14460 \begin_layout Plain Layout
14461 0.37
14462 \end_layout
14463
14464 \end_inset
14465 </cell>
14466 <cell alignment="center" valignment="top" usebox="none">
14467 \begin_inset Text
14468
14469 \begin_layout Plain Layout
14470 0.39
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 </row>
14476 <row topspace="default">
14477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14478 \begin_inset Text
14479
14480 \begin_layout Plain Layout
14481 \begin_inset ERT
14482 status collapsed
14483
14484 \begin_layout Plain Layout
14485
14486
14487 \backslash
14488 cmidrule[2pt](l{10pt}){1-1}
14489 \end_layout
14490
14491 \end_inset
14492
14493 LSF空間分解能
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 <cell alignment="center" valignment="top" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Plain Layout
14511
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 </row>
14526 <row>
14527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 \begin_inset Formula $\mu m$
14532 \end_inset
14533
14534 表示
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 <cell alignment="center" valignment="top" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543 129.7
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 <cell alignment="center" valignment="top" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 52.75
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 <cell alignment="center" valignment="top" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 50.78
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 </row>
14567 <row>
14568 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14569 \begin_inset Text
14570
14571 \begin_layout Plain Layout
14572 ピクセルサイズに対する%表示
14573 \end_layout
14574
14575 \end_inset
14576 </cell>
14577 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Plain Layout
14581 76.3
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 95.9
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 92.3
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 </row>
14605 </lyxtabular>
14606
14607 \end_inset
14608
14609
14610 \end_layout
14611
14612 \end_inset
14613
14614
14615 \end_layout
14616
14617 \begin_layout Standard
14618 表中の行に余白を加えるには,第
14619 \begin_inset CommandInset ref
14620 LatexCommand ref
14621 reference "subsec:行の余白取り"
14622
14623 \end_inset
14624
14625 節に述べられているように,表の設定ダイアログの
14626 \family sans
14627 罫線
14628 \family default
14629 タブを使用します.
14630 \end_layout
14631
14632 \begin_layout Standard
14633 通常の表と違って,フォーマル様式の表には縦罫線がありません.表の横罫線は,通常の表と同様に指定することができますが,出力でこれらの線幅は異なります.
14634 \begin_inset Newline newline
14635 \end_inset
14636
14637 最初と最後の表罫線の既定幅は0.08
14638 \begin_inset space \thinspace{}
14639 \end_inset
14640
14641 emですが,他の罫線の既定幅は0.05
14642 \begin_inset space \thinspace{}
14643 \end_inset
14644
14645 emです.
14646 \end_layout
14647
14648 \begin_layout Standard
14649 これらの既定幅は,以下のプリアンブル行を指定することによって変更することができます.
14650 \end_layout
14651
14652 \begin_layout Standard
14653
14654 \series bold
14655
14656 \backslash
14657 let
14658 \backslash
14659 mytoprule
14660 \backslash
14661 toprule
14662 \begin_inset Newline newline
14663 \end_inset
14664
14665
14666 \backslash
14667 renewcommand{
14668 \backslash
14669 toprule}{
14670 \backslash
14671 mytoprule[幅]}
14672 \end_layout
14673
14674 \begin_layout Standard
14675 上の例は,
14676 \series bold
14677 toprule
14678 \series default
14679 という最初の罫線を設定しています.最後の罫線の線幅を変更するには,
14680 \series bold
14681 toprule
14682 \series default
14683
14684 \series bold
14685 bottomrule
14686 \series default
14687 に置き換えて下さい.他の罫線の線幅を変更するには,
14688 \series bold
14689 toprule
14690 \series default
14691
14692 \series bold
14693 midrule
14694 \series default
14695 に置き換えます.線幅を設定する上では,付録
14696 \begin_inset CommandInset ref
14697 LatexCommand ref
14698 reference "cha:LyXで使用できる単位"
14699
14700 \end_inset
14701
14702 に挙げてあるすべての単位を使用することができます.
14703 \end_layout
14704
14705 \begin_layout Standard
14706 全列にまたがらない罫線は,連結列セルに罫線を指定することで作成することができます.\SpecialChar LyX
14707 は,内部的に
14708 \series bold
14709
14710 \backslash
14711 cmidrule
14712 \series default
14713 コマンドを使用して,このような罫線を引きます.このコマンドの完全な書式は
14714 \end_layout
14715
14716 \begin_layout Standard
14717
14718 \series bold
14719
14720 \backslash
14721 cmidrule[幅](刈込){開始列-終了列}
14722 \end_layout
14723
14724 \begin_layout Standard
14725 です.
14726 \series bold
14727
14728 \backslash
14729 cmidrule
14730 \series default
14731 のオプションは,現在のところ\SpecialChar LyX
14732 がサポートしていないので,オプションを使用するためには,\SpecialChar TeX
14733 コードを使わなくてはなりません.
14734 \series bold
14735
14736 \backslash
14737 cmidrule
14738 \series default
14739 は,行の第一列の中に,最初に\SpecialChar TeX
14740 コードでこのコマンドを入れることによって,手動で指定することができます.この罫線は,出力では現在行の上に引かれることになります.
14741 \end_layout
14742
14743 \begin_layout Standard
14744 この線幅の既定値は0.03
14745 \begin_inset space \thinspace{}
14746 \end_inset
14747
14748 emです.「開始列」は罫線を開始する列番号で,「終了列」は罫線を終了する列番号です.終了列は,罫線を一列だけに引きたいときも含めて,常に指定しなくてはなりません
14749 .非必須パラメーターの「刈込」は,
14750 \emph on
14751 l{刈込幅}
14752 \emph default
14753 あるいは
14754 \emph on
14755 r{刈込幅}
14756 \emph default
14757 の値を取り,刈込幅の指定は非必須です.たとえば,
14758 \emph on
14759 l{2pt}
14760 \emph default
14761 というパラメーターを使うと,罫線が左端から2
14762 \begin_inset space \thinspace{}
14763 \end_inset
14764
14765 ptだけ刈り込まれます.刈込幅を指定しないと,罫線は既定値の0.5
14766 \begin_inset space \thinspace{}
14767 \end_inset
14768
14769 emだけ刈り込まれます.
14770 \end_layout
14771
14772 \begin_layout Standard
14773 \begin_inset VSpace bigskip
14774 \end_inset
14775
14776
14777 \begin_inset CommandInset ref
14778 LatexCommand ref
14779 reference "tab:ブックタブ表の例"
14780
14781 \end_inset
14782
14783 は,
14784 \end_layout
14785
14786 \begin_layout Standard
14787
14788 \series bold
14789
14790 \backslash
14791 cmidrule(r){2-2}
14792 \backslash
14793 cmidrule(l){3-4}
14794 \end_layout
14795
14796 \begin_layout Standard
14797 というコマンドを第二行の初めに使用し,
14798 \end_layout
14799
14800 \begin_layout Standard
14801
14802 \series bold
14803
14804 \backslash
14805 cmidrule[2pt](l{10pt}){1-1}
14806 \end_layout
14807
14808 \begin_layout Standard
14809 を第六行に使用して作成されています.
14810 \end_layout
14811
14812 \begin_layout Standard
14813 \begin_inset VSpace bigskip
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \begin_layout Standard
14820 ときには,表
14821 \begin_inset CommandInset ref
14822 LatexCommand ref
14823 reference "tab:特殊なブックタブ表"
14824
14825 \end_inset
14826
14827 のような重なり合った
14828 \series bold
14829
14830 \backslash
14831 cmidrule
14832 \series default
14833 が欲しいことがあるかもしれません.これは,\SpecialChar TeX
14834 コードで
14835 \end_layout
14836
14837 \begin_layout Standard
14838
14839 \series bold
14840
14841 \backslash
14842 morecmidrules
14843 \end_layout
14844
14845 \begin_layout Standard
14846 コマンドを使用することによって実現することができます.表
14847 \begin_inset CommandInset ref
14848 LatexCommand ref
14849 reference "tab:特殊なブックタブ表"
14850
14851 \end_inset
14852
14853 の第二列には
14854 \end_layout
14855
14856 \begin_layout Standard
14857
14858 \series bold
14859
14860 \backslash
14861 cmidrule(r){2-2}
14862 \backslash
14863 cmidrule(l){3-4}
14864 \backslash
14865 morecmidrules
14866 \backslash
14867 cmidrule{2-4}
14868 \end_layout
14869
14870 \begin_layout Standard
14871 というコマンドが使用されており,第六列には
14872 \end_layout
14873
14874 \begin_layout Standard
14875
14876 \series bold
14877
14878 \backslash
14879 midrule
14880 \backslash
14881 morecmidrules
14882 \backslash
14883 cmidrule{3-4}
14884 \end_layout
14885
14886 \begin_layout Standard
14887 というコマンドが使用されています.
14888 \end_layout
14889
14890 \begin_layout Standard
14891 \begin_inset VSpace bigskip
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Standard
14898 罫線の余白取りにどうしても満足が行かない場合には,
14899 \end_layout
14900
14901 \begin_layout Standard
14902
14903 \series bold
14904
14905 \backslash
14906 specialrule{幅}{上余白}{下余白}
14907 \end_layout
14908
14909 \begin_layout Standard
14910 というコマンドを使用すれば,全列にわたる罫線を生成することができます.これらの特殊機能については,\SpecialChar LaTeX
14911 パッケージ
14912 \series bold
14913 booktabs
14914 \series default
14915  
14916 \begin_inset CommandInset citation
14917 LatexCommand cite
14918 key "booktabs"
14919 literal "true"
14920
14921 \end_inset
14922
14923
14924 \begin_inset Index idx
14925 status collapsed
14926
14927 \begin_layout Plain Layout
14928 \SpecialChar LaTeX
14929 ぱっけーじ@\SpecialChar LaTeX
14930 パッケージ ! booktabs
14931 \end_layout
14932
14933 \end_inset
14934
14935 の取扱説明書をご参照下さい.
14936 \end_layout
14937
14938 \begin_layout Standard
14939 \begin_inset Float table
14940 placement h
14941 wide false
14942 sideways false
14943 status open
14944
14945 \begin_layout Plain Layout
14946 \begin_inset Caption Standard
14947
14948 \begin_layout Plain Layout
14949 \begin_inset CommandInset label
14950 LatexCommand label
14951 name "tab:特殊なブックタブ表"
14952
14953 \end_inset
14954
14955 特殊なブックタブ表
14956 \end_layout
14957
14958 \end_inset
14959
14960
14961 \end_layout
14962
14963 \begin_layout Plain Layout
14964 \align center
14965 \begin_inset Tabular
14966 <lyxtabular version="3" rows="8" columns="4">
14967 <features booktabs="true" tabularvalignment="middle">
14968 <column alignment="center" valignment="top">
14969 <column alignment="center" valignment="top">
14970 <column alignment="center" valignment="top">
14971 <column alignment="center" valignment="top">
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977 システム
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986 Medipix
14987 \begin_inset space \thinspace{}
14988 \end_inset
14989
14990 1
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
14999 Medipix
15000 \begin_inset space \thinspace{}
15001 \end_inset
15002
15003 2
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 </row>
15018 <row>
15019 <cell alignment="center" valignment="top" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 \begin_inset ERT
15024 status collapsed
15025
15026 \begin_layout Plain Layout
15027
15028
15029 \backslash
15030 cmidrule(r){2-2}
15031 \end_layout
15032
15033 \end_inset
15034
15035
15036 \begin_inset ERT
15037 status collapsed
15038
15039 \begin_layout Plain Layout
15040
15041
15042 \backslash
15043 cmidrule(l){3-4}
15044 \end_layout
15045
15046 \end_inset
15047
15048
15049 \begin_inset ERT
15050 status collapsed
15051
15052 \begin_layout Plain Layout
15053
15054
15055 \backslash
15056 morecmidrules 
15057 \end_layout
15058
15059 \end_inset
15060
15061
15062 \begin_inset ERT
15063 status collapsed
15064
15065 \begin_layout Plain Layout
15066
15067
15068 \backslash
15069 cmidrule{2-4}
15070 \end_layout
15071
15072 \end_inset
15073
15074 検知器の厚み [
15075 \begin_inset Formula $\mu m$
15076 \end_inset
15077
15078 ]
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 300
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 300
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 700
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 </row>
15111 <row>
15112 <cell alignment="center" valignment="top" topline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 エッジ角 [度]
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" topline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 3.55
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" topline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 2.71
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" topline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 7.99
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 <row topspace="default">
15150 <cell alignment="center" valignment="top" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154 空間分解能 [
15155 \begin_inset Formula $\mu m$
15156 \end_inset
15157
15158 ]
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167 4.26
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 10.17
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 <cell alignment="center" valignment="top" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185 10.56
15186 \end_layout
15187
15188 \end_inset
15189 </cell>
15190 </row>
15191 <row topspace="default">
15192 <cell alignment="center" valignment="top" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 \begin_inset Formula $f_{\mathrm{max}}$
15197 \end_inset
15198
15199 におけるMTF
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 0.53
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217 0.37
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 0.39
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 </row>
15232 <row>
15233 <cell alignment="center" valignment="top" topline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 \begin_inset ERT
15238 status collapsed
15239
15240 \begin_layout Plain Layout
15241
15242
15243 \backslash
15244 morecmidrules 
15245 \end_layout
15246
15247 \end_inset
15248
15249
15250 \begin_inset ERT
15251 status collapsed
15252
15253 \begin_layout Plain Layout
15254
15255
15256 \backslash
15257 cmidrule{3-4}
15258 \end_layout
15259
15260 \end_inset
15261
15262 LSF空間分解能
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" topline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" topline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 </row>
15295 <row>
15296 <cell alignment="center" valignment="top" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 \begin_inset Formula $\mu m$
15301 \end_inset
15302
15303 表示
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 <cell alignment="center" valignment="top" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312 129.7
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 52.75
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 <cell alignment="center" valignment="top" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330 50.78
15331 \end_layout
15332
15333 \end_inset
15334 </cell>
15335 </row>
15336 <row>
15337 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15338 \begin_inset Text
15339
15340 \begin_layout Plain Layout
15341 ピクセルサイズに対する%表示
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350 76.3
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 95.9
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368 92.3
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 </row>
15374 </lyxtabular>
15375
15376 \end_inset
15377
15378
15379 \end_layout
15380
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \begin_layout Section
15387 表の垂直揃え
15388 \begin_inset Index idx
15389 status collapsed
15390
15391 \begin_layout Plain Layout
15392 ひょう@表 ! そろえ@揃え
15393 \end_layout
15394
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \begin_layout Standard
15401 本文行中で表の垂直揃えをするには,その表をボックスの中に入れなくてはなりません.そうした上で,第
15402 \begin_inset CommandInset ref
15403 LatexCommand ref
15404 reference "sec:ボックスダイアログ"
15405
15406 \end_inset
15407
15408 節に述べられているように,ボックスの垂直揃えを行います.
15409 \end_layout
15410
15411 \begin_layout Standard
15412 以下の例では,各表は15
15413 \begin_inset space \thinspace{}
15414 \end_inset
15415
15416 列幅%を持つminipage
15417 \begin_inset Foot
15418 status collapsed
15419
15420 \begin_layout Plain Layout
15421 minipageは第
15422 \begin_inset CommandInset ref
15423 LatexCommand ref
15424 reference "sec:ミニページ"
15425
15426 \end_inset
15427
15428 節で説明されています.
15429 \end_layout
15430
15431 \end_inset
15432
15433 ボックスの中に入れてあります.
15434 \end_layout
15435
15436 \begin_layout Itemize
15437 動作試験 
15438 \begin_inset Box Frameless
15439 position "t"
15440 hor_pos "c"
15441 has_inner_box 1
15442 inner_pos "c"
15443 use_parbox 0
15444 use_makebox 0
15445 width "15col%"
15446 special "none"
15447 height "1in"
15448 height_special "totalheight"
15449 thickness "0.4pt"
15450 separation "3pt"
15451 shadowsize "4pt"
15452 framecolor "black"
15453 backgroundcolor "none"
15454 status collapsed
15455
15456 \begin_layout Plain Layout
15457 \begin_inset Tabular
15458 <lyxtabular version="3" rows="3" columns="3">
15459 <features tabularvalignment="middle">
15460 <column alignment="center" valignment="top">
15461 <column alignment="center" valignment="top">
15462 <column alignment="center" valignment="top">
15463 <row>
15464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 </row>
15492 <row>
15493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 </row>
15521 <row>
15522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 </lyxtabular>
15551
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \end_inset
15558
15559  動作試験 
15560 \begin_inset ERT
15561 status collapsed
15562
15563 \begin_layout Plain Layout
15564
15565
15566 \backslash
15567 raisebox{0.85
15568 \backslash
15569 baselineskip}{
15570 \end_layout
15571
15572 \end_inset
15573
15574
15575 \begin_inset Box Frameless
15576 position "t"
15577 hor_pos "c"
15578 has_inner_box 1
15579 inner_pos "c"
15580 use_parbox 0
15581 use_makebox 0
15582 width "15col%"
15583 special "none"
15584 height "1in"
15585 height_special "totalheight"
15586 thickness "0.4pt"
15587 separation "3pt"
15588 shadowsize "4pt"
15589 framecolor "black"
15590 backgroundcolor "none"
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594 \begin_inset Tabular
15595 <lyxtabular version="3" rows="3" columns="3">
15596 <features tabularvalignment="middle">
15597 <column alignment="center" valignment="top">
15598 <column alignment="center" valignment="top">
15599 <column alignment="center" valignment="top">
15600 <row>
15601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 </row>
15629 <row>
15630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15640 \begin_inset Text
15641
15642 \begin_layout Plain Layout
15643
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652
15653 \end_layout
15654
15655 \end_inset
15656 </cell>
15657 </row>
15658 <row>
15659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15660 \begin_inset Text
15661
15662 \begin_layout Plain Layout
15663
15664 \end_layout
15665
15666 \end_inset
15667 </cell>
15668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 </row>
15687 </lyxtabular>
15688
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \end_inset
15695
15696
15697 \begin_inset ERT
15698 status collapsed
15699
15700 \begin_layout Plain Layout
15701
15702 }
15703 \end_layout
15704
15705 \end_inset
15706
15707
15708 \end_layout
15709
15710 \begin_layout Itemize
15711 動作試験 
15712 \begin_inset Box Frameless
15713 position "c"
15714 hor_pos "c"
15715 has_inner_box 1
15716 inner_pos "c"
15717 use_parbox 0
15718 use_makebox 0
15719 width "15col%"
15720 special "none"
15721 height "1in"
15722 height_special "totalheight"
15723 thickness "0.4pt"
15724 separation "3pt"
15725 shadowsize "4pt"
15726 framecolor "black"
15727 backgroundcolor "none"
15728 status collapsed
15729
15730 \begin_layout Plain Layout
15731 \begin_inset Tabular
15732 <lyxtabular version="3" rows="3" columns="3">
15733 <features tabularvalignment="middle">
15734 <column alignment="center" valignment="top">
15735 <column alignment="center" valignment="top">
15736 <column alignment="center" valignment="top">
15737 <row>
15738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 </row>
15766 <row>
15767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15768 \begin_inset Text
15769
15770 \begin_layout Plain Layout
15771
15772 \end_layout
15773
15774 \end_inset
15775 </cell>
15776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15777 \begin_inset Text
15778
15779 \begin_layout Plain Layout
15780
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 </row>
15795 <row>
15796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 </row>
15824 </lyxtabular>
15825
15826 \end_inset
15827
15828
15829 \end_layout
15830
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \begin_layout Itemize
15837 動作試験 
15838 \begin_inset Box Frameless
15839 position "b"
15840 hor_pos "c"
15841 has_inner_box 1
15842 inner_pos "c"
15843 use_parbox 0
15844 use_makebox 0
15845 width "15col%"
15846 special "none"
15847 height "1in"
15848 height_special "totalheight"
15849 thickness "0.4pt"
15850 separation "3pt"
15851 shadowsize "4pt"
15852 framecolor "black"
15853 backgroundcolor "none"
15854 status collapsed
15855
15856 \begin_layout Plain Layout
15857 \begin_inset Tabular
15858 <lyxtabular version="3" rows="3" columns="3">
15859 <features tabularvalignment="middle">
15860 <column alignment="center" valignment="top">
15861 <column alignment="center" valignment="top">
15862 <column alignment="center" valignment="top">
15863 <row>
15864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 </row>
15892 <row>
15893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 </row>
15921 <row>
15922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 </row>
15950 </lyxtabular>
15951
15952 \end_inset
15953
15954
15955 \end_layout
15956
15957 \end_inset
15958
15959  動作試験 
15960 \begin_inset ERT
15961 status collapsed
15962
15963 \begin_layout Plain Layout
15964
15965
15966 \backslash
15967 raisebox{-0.32
15968 \backslash
15969 baselineskip}{
15970 \end_layout
15971
15972 \end_inset
15973
15974
15975 \begin_inset Box Frameless
15976 position "b"
15977 hor_pos "c"
15978 has_inner_box 1
15979 inner_pos "c"
15980 use_parbox 0
15981 use_makebox 0
15982 width "15col%"
15983 special "none"
15984 height "1in"
15985 height_special "totalheight"
15986 thickness "0.4pt"
15987 separation "3pt"
15988 shadowsize "4pt"
15989 framecolor "black"
15990 backgroundcolor "none"
15991 status collapsed
15992
15993 \begin_layout Plain Layout
15994 \begin_inset Tabular
15995 <lyxtabular version="3" rows="3" columns="3">
15996 <features tabularvalignment="middle">
15997 <column alignment="center" valignment="top">
15998 <column alignment="center" valignment="top">
15999 <column alignment="center" valignment="top">
16000 <row>
16001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 </row>
16029 <row>
16030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16040 \begin_inset Text
16041
16042 \begin_layout Plain Layout
16043
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 </row>
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 </row>
16087 </lyxtabular>
16088
16089 \end_inset
16090
16091
16092 \end_layout
16093
16094 \end_inset
16095
16096
16097 \begin_inset ERT
16098 status collapsed
16099
16100 \begin_layout Plain Layout
16101
16102 }
16103 \end_layout
16104
16105 \end_inset
16106
16107
16108 \end_layout
16109
16110 \begin_layout Standard
16111 上記のとおり,表の第一行あるいは最終行の中身が,表外の本文行と揃っていません.これらを揃えるには,minipageボックスをraisebox
16112 \begin_inset Foot
16113 status collapsed
16114
16115 \begin_layout Plain Layout
16116 raiseboxは,第
16117 \begin_inset CommandInset ref
16118 LatexCommand ref
16119 reference "subsec:垂直揃え"
16120
16121 \end_inset
16122
16123 節で説明されています.
16124 \end_layout
16125
16126 \end_inset
16127
16128 の中に入れなくてはなりません.上記の例では,最初の項目の第二表は,ボックスの前に
16129 \end_layout
16130
16131 \begin_layout Standard
16132
16133 \series bold
16134
16135 \backslash
16136 raisebox{0.85
16137 \backslash
16138 baselineskip}{
16139 \end_layout
16140
16141 \begin_layout Standard
16142 という\SpecialChar TeX
16143 コードコマンドを使用して揃えています.ボックスの後には,閉じ括弧
16144 \series bold
16145 }
16146 \series default
16147 を\SpecialChar TeX
16148 コードとして挿入してあります.最後の項目の第二表には,
16149 \end_layout
16150
16151 \begin_layout Standard
16152
16153 \series bold
16154
16155 \backslash
16156 raisebox{-0.32
16157 \backslash
16158 baselineskip}{
16159 \end_layout
16160
16161 \begin_layout Standard
16162 というコマンドを使用しています.
16163 \end_layout
16164
16165 \begin_layout Standard
16166 \begin_inset Note Greyedout
16167 status open
16168
16169 \begin_layout Plain Layout
16170
16171 \series bold
16172 【註】
16173 \series default
16174 表の行の中身の周囲の本文行への揃えは,つねに同じ値をとるわけではありません.この揃え方に必要な
16175 \series bold
16176
16177 \backslash
16178 raisebox
16179 \series default
16180 コマンドの値は,文書フォントやフォント寸法,表罫線の線幅によって変わります.
16181 \end_layout
16182
16183 \end_inset
16184
16185
16186 \end_layout
16187
16188 \begin_layout Section
16189 色付きの表
16190 \begin_inset CommandInset label
16191 LatexCommand label
16192 name "sec:色付きの表"
16193
16194 \end_inset
16195
16196
16197 \begin_inset Index idx
16198 status collapsed
16199
16200 \begin_layout Plain Layout
16201 ひょう@表 ! いろつき@色付き
16202 \end_layout
16203
16204 \end_inset
16205
16206
16207 \end_layout
16208
16209 \begin_layout Subsection
16210 色付きのセル
16211 \begin_inset Index idx
16212 status collapsed
16213
16214 \begin_layout Plain Layout
16215 ひょうのいろ@表の色 ! せるぶ@セル部
16216 \end_layout
16217
16218 \end_inset
16219
16220
16221 \begin_inset Index idx
16222 status collapsed
16223
16224 \begin_layout Plain Layout
16225 いろつき@色付き ! ひょうせるぶ@表セル部
16226 \end_layout
16227
16228 \end_inset
16229
16230
16231 \end_layout
16232
16233 \begin_layout Standard
16234 \begin_inset Float table
16235 placement h
16236 wide false
16237 sideways false
16238 status open
16239
16240 \begin_layout Plain Layout
16241 \begin_inset Caption Standard
16242
16243 \begin_layout Plain Layout
16244 \begin_inset CommandInset label
16245 LatexCommand label
16246 name "tab:colortblなしの表"
16247
16248 \end_inset
16249
16250
16251 \series bold
16252 colortbl
16253 \series default
16254 パッケージを使用しない色付き表
16255 \begin_inset Argument 1
16256 status collapsed
16257
16258 \begin_layout Plain Layout
16259 colortblなしの表
16260 \end_layout
16261
16262 \end_inset
16263
16264
16265 \end_layout
16266
16267 \end_inset
16268
16269
16270 \end_layout
16271
16272 \begin_layout Plain Layout
16273 \align center
16274 \begin_inset Tabular
16275 <lyxtabular version="3" rows="3" columns="3">
16276 <features tabularvalignment="middle">
16277 <column alignment="center" valignment="top">
16278 <column alignment="center" valignment="top">
16279 <column alignment="center" valignment="top">
16280 <row>
16281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285
16286 \color green
16287
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296
16297 \color red
16298
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307
16308 \color red
16309
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 </row>
16315 <row>
16316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16317 \begin_inset Text
16318
16319 \begin_layout Plain Layout
16320
16321 \color green
16322
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Plain Layout
16331
16332 \color blue
16333
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342
16343 \color blue
16344
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 </row>
16350 <row>
16351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355
16356 \color green
16357
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366
16367 \color blue
16368
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377
16378 \color blue
16379
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 </lyxtabular>
16386
16387 \end_inset
16388
16389
16390 \end_layout
16391
16392 \end_inset
16393
16394
16395 \end_layout
16396
16397 \begin_layout Standard
16398 もし色の付いた文章が欲しいだけならば,そのセルを選択して,
16399 \family sans
16400 編集\SpecialChar menuseparator
16401 文字様式
16402 \family default
16403 メニューで色を選んでください.表
16404 \begin_inset CommandInset ref
16405 LatexCommand ref
16406 reference "tab:colortblなしの表"
16407
16408 \end_inset
16409
16410 を作るのに,この方法が使われています.それ以外の場合には,\SpecialChar LaTeX
16411 パッケージの
16412 \series bold
16413 colortbl
16414 \series default
16415
16416 \begin_inset Index idx
16417 status collapsed
16418
16419 \begin_layout Plain Layout
16420 \SpecialChar LaTeX
16421 ぱっけーじ@\SpecialChar LaTeX
16422 パッケージ ! colortbl
16423 \end_layout
16424
16425 \end_inset
16426
16427 を使用しなくてはなりません.
16428 \end_layout
16429
16430 \begin_layout Standard
16431 \begin_inset ERT
16432 status collapsed
16433
16434 \begin_layout Plain Layout
16435
16436
16437 \backslash
16438 ifcolortbl
16439 \end_layout
16440
16441 \end_inset
16442
16443
16444 \begin_inset Note Note
16445 status open
16446
16447 \begin_layout Plain Layout
16448 本節の以下の部分は,\SpecialChar LaTeX
16449 パッケージ
16450 \series bold
16451 colortbl
16452 \series default
16453 が導入済みのときのみ表示されます.
16454 \end_layout
16455
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \begin_layout Standard
16462 色付きの表を作成するには,プリアンブルに
16463 \end_layout
16464
16465 \begin_layout Standard
16466
16467 \series bold
16468
16469 \backslash
16470 usepackage{colortbl}
16471 \end_layout
16472
16473 \begin_layout Standard
16474 という行を書いて
16475 \series bold
16476 colortbl
16477 \series default
16478 を読み込まなくてはなりません.列の色は,
16479 \series bold
16480 >{ }
16481 \series default
16482 コマンドの中に
16483 \end_layout
16484
16485 \begin_layout Standard
16486
16487 \series bold
16488
16489 \backslash
16490 columncolor{色彩名}
16491 \end_layout
16492
16493 \begin_layout Standard
16494 というコマンドを書いて指定することができます.
16495 \series bold
16496 >{}
16497 \series default
16498 コマンドに関する詳細は,第
16499 \begin_inset CommandInset ref
16500 LatexCommand ref
16501 reference "subsec:連結列の計算"
16502
16503 \end_inset
16504
16505 節に述べられています.
16506 \end_layout
16507
16508 \begin_layout Standard
16509 以下の色彩名が事前に定義されています.
16510 \end_layout
16511
16512 \begin_layout Standard
16513
16514 \family sans
16515 red
16516 \family default
16517
16518 \family sans
16519 green
16520 \family default
16521
16522 \family sans
16523 yellow
16524 \family default
16525
16526 \family sans
16527 blue
16528 \family default
16529
16530 \family sans
16531 cyan
16532 \family default
16533
16534 \family sans
16535 magenta
16536 \family default
16537
16538 \family sans
16539 black
16540 \family default
16541
16542 \family sans
16543 white
16544 \end_layout
16545
16546 \begin_layout Standard
16547 \begin_inset VSpace medskip
16548 \end_inset
16549
16550
16551 \end_layout
16552
16553 \begin_layout Standard
16554 また,文書設定中で,文書クラスオプションに
16555 \end_layout
16556
16557 \begin_layout Standard
16558
16559 \series bold
16560 dvipsnames
16561 \end_layout
16562
16563 \begin_layout Standard
16564 を与えると,さらに61色を使用することができます.これらの色は,附録
16565 \begin_inset CommandInset ref
16566 LatexCommand ref
16567 reference "chap:dvips色名一覧"
16568
16569 \end_inset
16570
16571 に列挙されています.それらの色の1つ,
16572 \family sans
16573 Maroon
16574 \family default
16575 が,例として表
16576 \begin_inset CommandInset ref
16577 LatexCommand ref
16578 reference "tab:色付き表"
16579
16580 \end_inset
16581
16582 に使用されています.
16583 \end_layout
16584
16585 \begin_layout Standard
16586 \begin_inset VSpace medskip
16587 \end_inset
16588
16589
16590 \end_layout
16591
16592 \begin_layout Standard
16593 また
16594 \end_layout
16595
16596 \begin_layout Standard
16597
16598 \series bold
16599
16600 \backslash
16601 definecolor{色彩名}{色彩モデル}{色彩値}
16602 \end_layout
16603
16604 \begin_layout Standard
16605 というコマンドを使用すれば,自分自身の色彩を定義することができます.ここで色彩モデルは
16606 \end_layout
16607
16608 \begin_layout Labeling
16609 \labelwidthstring 00.00.0000
16610 cmyk: シアン(cyan)・マゼンタ(magenta)・黄(yellow)・黒(black)
16611 \end_layout
16612
16613 \begin_layout Labeling
16614 \labelwidthstring 00.00.0000
16615 rgb: 赤(red)・緑(green)・青(blue)
16616 \end_layout
16617
16618 \begin_layout Labeling
16619 \labelwidthstring 00.00.0000
16620 gray: グレー
16621 \end_layout
16622
16623 \begin_layout Standard
16624 から選択することができ,色彩値は,0から1の間の数字をコンマで区切ったもので,それぞれ当該色彩モデルにおける各色彩の大きさを示します.
16625 \end_layout
16626
16627 \begin_layout Standard
16628 たとえば,プリアンブルに
16629 \end_layout
16630
16631 \begin_layout Standard
16632
16633 \series bold
16634
16635 \backslash
16636 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16637 \end_layout
16638
16639 \begin_layout Standard
16640 と書くことによって,「
16641 \emph on
16642 darkgreen
16643 \emph default
16644 」色を定義することができますし,
16645 \end_layout
16646
16647 \begin_layout Standard
16648
16649 \series bold
16650
16651 \backslash
16652 definecolor{lightgray}{gray}{0.8}
16653 \end_layout
16654
16655 \begin_layout Standard
16656 と書けば,「
16657 \emph on
16658 lightgray
16659 \emph default
16660 」色を定義することができます.
16661 \end_layout
16662
16663 \begin_layout Standard
16664 \begin_inset VSpace medskip
16665 \end_inset
16666
16667
16668 \end_layout
16669
16670 \begin_layout Standard
16671 罫線は
16672 \end_layout
16673
16674 \begin_layout Standard
16675
16676 \series bold
16677
16678 \backslash
16679 rowcolor{色彩名}
16680 \end_layout
16681
16682 \begin_layout Standard
16683 というコマンドを使用して色付けすることができ,セルは
16684 \end_layout
16685
16686 \begin_layout Standard
16687
16688 \series bold
16689
16690 \backslash
16691 cellcolor{色彩名}
16692 \end_layout
16693
16694 \begin_layout Standard
16695 というコマンドで色付けすることができます.どちらのコマンドも,セルの冒頭に\SpecialChar TeX
16696 コードで書き込みます.
16697 \end_layout
16698
16699 \begin_layout Standard
16700 表中の文字に色付けをするには,セルを選択してから,\SpecialChar LyX
16701 のメニュー
16702 \family sans
16703 編集\SpecialChar menuseparator
16704 文字様式
16705 \family default
16706 を使用します.セルに\SpecialChar TeX
16707 コードが入っている場合には,文章部分だけ選択してください.さもないと色付け指定された\SpecialChar TeX
16708 コードが\SpecialChar LaTeX
16709 エラーを引き起こしてしまいます.
16710 \end_layout
16711
16712 \begin_layout Standard
16713 \begin_inset Note Greyedout
16714 status open
16715
16716 \begin_layout Plain Layout
16717
16718 \series bold
16719 【註】
16720 \series default
16721 DVIビューアーのすべてが自己定義の色を表示できるわけではありません.
16722 \end_layout
16723
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \begin_layout Standard
16730 \begin_inset VSpace bigskip
16731 \end_inset
16732
16733
16734 \end_layout
16735
16736 \begin_layout Standard
16737
16738 \begin_inset CommandInset ref
16739 LatexCommand ref
16740 reference "tab:色付き表"
16741
16742 \end_inset
16743
16744 を作成するには,以下のようにしてください.第一列の色は
16745 \emph on
16746 darkgreen
16747 \emph default
16748 にしたいので,この列の\SpecialChar LaTeX
16749 変数として
16750 \end_layout
16751
16752 \begin_layout Standard
16753
16754 \series bold
16755 >{
16756 \backslash
16757 columncolor{darkgreen}
16758 \backslash
16759 centering}c
16760 \end_layout
16761
16762 \begin_layout Standard
16763 と書き込みます.第一列は青にしたいので,この列の最初のセルに
16764 \end_layout
16765
16766 \begin_layout Standard
16767
16768 \series bold
16769
16770 \backslash
16771 rowcolow{cyan}
16772 \end_layout
16773
16774 \begin_layout Standard
16775 という\SpecialChar TeX
16776 コードコマンドを書き込みます.これによって,第一セルの列色指定が上書きされてしまうことに注意してください.最終行の最後のセルは,
16777 \end_layout
16778
16779 \begin_layout Standard
16780
16781 \series bold
16782
16783 \backslash
16784 cellcolor{Maroon}
16785 \end_layout
16786
16787 \begin_layout Standard
16788 という\SpecialChar TeX
16789 コードコマンドを書き込むことで,マルーンに色づけされています.この後,
16790 \family sans
16791 編集\SpecialChar menuseparator
16792 文字様式
16793 \family default
16794 メニューを使って,各文字に色付けをすることができます.
16795 \end_layout
16796
16797 \begin_layout Standard
16798 \begin_inset Float table
16799 placement h
16800 wide false
16801 sideways false
16802 status open
16803
16804 \begin_layout Plain Layout
16805 \begin_inset Caption Standard
16806
16807 \begin_layout Plain Layout
16808
16809 \series bold
16810 \begin_inset CommandInset label
16811 LatexCommand label
16812 name "tab:色付き表"
16813
16814 \end_inset
16815
16816 colortbl
16817 \series default
16818 パッケージを使用した色付き表
16819 \begin_inset Argument 1
16820 status collapsed
16821
16822 \begin_layout Plain Layout
16823 colortblを使った表
16824 \end_layout
16825
16826 \end_inset
16827
16828
16829 \end_layout
16830
16831 \end_inset
16832
16833
16834 \end_layout
16835
16836 \begin_layout Plain Layout
16837 \align center
16838 \begin_inset Tabular
16839 <lyxtabular version="3" rows="3" columns="3">
16840 <features tabularvalignment="middle">
16841 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16842 <column alignment="center" valignment="top">
16843 <column alignment="center" valignment="top">
16844 <row>
16845 <cell alignment="center" valignment="top" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849 \begin_inset ERT
16850 status collapsed
16851
16852 \begin_layout Plain Layout
16853
16854
16855 \backslash
16856 rowcolor{cyan}
16857 \end_layout
16858
16859 \end_inset
16860
16861
16862 \color magenta
16863
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872
16873 \color red
16874
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 <cell alignment="center" valignment="top" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883
16884 \color red
16885
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 </row>
16891 <row>
16892 <cell alignment="center" valignment="top" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896
16897 \color yellow
16898
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell alignment="center" valignment="top" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907
16908 \color blue
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \color blue
16920
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 </row>
16926 <row>
16927 <cell alignment="center" valignment="top" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931
16932 \color yellow
16933
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
16943 \color blue
16944
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell alignment="center" valignment="top" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 \begin_inset ERT
16954 status collapsed
16955
16956 \begin_layout Plain Layout
16957
16958
16959 \backslash
16960 cellcolor{Maroon}
16961 \end_layout
16962
16963 \end_inset
16964
16965
16966 \color green
16967
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 </lyxtabular>
16974
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \begin_layout Standard
16986 \begin_inset ERT
16987 status collapsed
16988
16989 \begin_layout Plain Layout
16990
16991
16992 \backslash
16993 else
16994 \end_layout
16995
16996 \end_inset
16997
16998
16999 \begin_inset Note Note
17000 status open
17001
17002 \begin_layout Plain Layout
17003 以下は,\SpecialChar LaTeX
17004 パッケージ
17005 \series bold
17006 colortbl
17007 \series default
17008 が導入されていないときに表示されます.
17009 \end_layout
17010
17011 \end_inset
17012
17013
17014 \end_layout
17015
17016 \begin_layout Standard
17017 この節の内容を出力で表示させるには,
17018 \series bold
17019 colortbl
17020 \series default
17021 パッケージを導入する必要があります.
17022 \end_layout
17023
17024 \begin_layout Standard
17025 \begin_inset ERT
17026 status collapsed
17027
17028 \begin_layout Plain Layout
17029
17030
17031 \backslash
17032 fi
17033 \end_layout
17034
17035 \end_inset
17036
17037
17038 \end_layout
17039
17040 \begin_layout Subsection
17041 色付き行
17042 \begin_inset Index idx
17043 status collapsed
17044
17045 \begin_layout Plain Layout
17046 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
17047 \end_layout
17048
17049 \end_inset
17050
17051
17052 \begin_inset Index idx
17053 status collapsed
17054
17055 \begin_layout Plain Layout
17056 いろつき@色付き ! ひょうのぎょう@表の行
17057 \end_layout
17058
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \begin_layout Standard
17065 表の行を交互に色付けする必要がある場合,前節に述べたのとは別な方法があります.文書プリアンブルに
17066 \end_layout
17067
17068 \begin_layout Standard
17069
17070 \series bold
17071
17072 \backslash
17073 usepackage[table]{xcolor}
17074 \end_layout
17075
17076 \begin_layout Standard
17077 というコマンドを使用して,
17078 \series bold
17079 xcolor
17080 \series default
17081
17082 \begin_inset Index idx
17083 status collapsed
17084
17085 \begin_layout Plain Layout
17086 \SpecialChar LaTeX
17087 ぱっけーじ@\SpecialChar LaTeX
17088 パッケージ ! xcolor
17089 \begin_inset ERT
17090 status collapsed
17091
17092 \begin_layout Plain Layout
17093
17094
17095 \backslash
17096 vspace{4mm}
17097 \end_layout
17098
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \end_inset
17105
17106 パッケージを読み込むのです.
17107 \series bold
17108 xcolor
17109 \series default
17110 は,自動的に
17111 \series bold
17112 colortbl
17113 \series default
17114
17115 \begin_inset Index idx
17116 status collapsed
17117
17118 \begin_layout Plain Layout
17119 \SpecialChar LaTeX
17120 ぱっけーじ@\SpecialChar LaTeX
17121 パッケージ ! colortbl
17122 \end_layout
17123
17124 \end_inset
17125
17126 パッケージも読み込むので,\SpecialChar LaTeX
17127 エラーを防ぐためには,お使いの\SpecialChar LaTeX
17128 頒布版中に
17129 \series bold
17130 colortbl
17131 \series default
17132 も導入されていなくてはなりません.
17133 \end_layout
17134
17135 \begin_layout Standard
17136 \begin_inset ERT
17137 status collapsed
17138
17139 \begin_layout Plain Layout
17140
17141
17142 \backslash
17143 ifcolortbl
17144 \end_layout
17145
17146 \end_inset
17147
17148
17149 \begin_inset Note Note
17150 status open
17151
17152 \begin_layout Plain Layout
17153 本節の以下の部分は,\SpecialChar LaTeX
17154 パッケージ
17155 \series bold
17156 colortbl
17157 \series default
17158 が導入済みのときのみ表示されます.
17159 \end_layout
17160
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \begin_layout Standard
17167 表の行は,文書プリアンブル中か,色付けする最初の表の前に\SpecialChar TeX
17168 コードで
17169 \end_layout
17170
17171 \begin_layout Standard
17172
17173 \series bold
17174
17175 \backslash
17176 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17177 \end_layout
17178
17179 \begin_layout Standard
17180 というコマンドを使用すれば,色付けすることができます.ここで,「行番号」は,奇数行色で色付けする最初の行の番号です.「コマンド」は,各行の前で実行したいコマンド
17181 を付加する時に用います.したがって,例えば
17182 \end_layout
17183
17184 \begin_layout Standard
17185
17186 \series bold
17187
17188 \backslash
17189 rowcolors{1}{white}{lightgray}
17190 \end_layout
17191
17192 \begin_layout Standard
17193 というコマンドは,表
17194 \begin_inset CommandInset ref
17195 LatexCommand ref
17196 reference "tab:表-行色"
17197
17198 \end_inset
17199
17200 のようなカラースキームをもたらします.また,
17201 \end_layout
17202
17203 \begin_layout Standard
17204
17205 \series bold
17206
17207 \backslash
17208 rowcolors[
17209 \backslash
17210 hline]{1}{lightgray}{cyan}
17211 \end_layout
17212
17213 \begin_layout Standard
17214 というコマンドを用いると,表
17215 \begin_inset CommandInset ref
17216 LatexCommand ref
17217 reference "tab:表-行色-2"
17218
17219 \end_inset
17220
17221 のようなカラースキームになります.「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは,色付けはされませんので,
17222 \end_layout
17223
17224 \begin_layout Standard
17225
17226 \series bold
17227
17228 \backslash
17229 rowcolors{1}{}{}
17230 \end_layout
17231
17232 \begin_layout Standard
17233 というコマンドはすべての色付けを削除することになります.
17234 \series bold
17235
17236 \backslash
17237 rowcolors
17238 \series default
17239 は,コマンドに続くすべての表に影響を及ぼします.
17240 \end_layout
17241
17242 \begin_layout Standard
17243 \begin_inset ERT
17244 status open
17245
17246 \begin_layout Plain Layout
17247
17248
17249 \backslash
17250 rowcolors{1}{white}{lightgray}
17251 \end_layout
17252
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \begin_layout Standard
17259 \begin_inset Float table
17260 placement h
17261 wide false
17262 sideways false
17263 status open
17264
17265 \begin_layout Plain Layout
17266 \begin_inset Caption Standard
17267
17268 \begin_layout Plain Layout
17269 \begin_inset CommandInset label
17270 LatexCommand label
17271 name "tab:表-行色"
17272
17273 \end_inset
17274
17275 隔行が灰色に着色された表
17276 \end_layout
17277
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \begin_layout Plain Layout
17284 \align center
17285 \begin_inset Tabular
17286 <lyxtabular version="3" rows="4" columns="3">
17287 <features tabularvalignment="middle">
17288 <column alignment="center" valignment="top">
17289 <column alignment="center" valignment="top" width="0pt">
17290 <column alignment="center" valignment="top" width="0pt">
17291 <row>
17292 <cell alignment="center" valignment="top" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 <cell alignment="center" valignment="top" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 <cell alignment="center" valignment="top" usebox="none">
17311 \begin_inset Text
17312
17313 \begin_layout Plain Layout
17314
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 </row>
17320 <row>
17321 <cell alignment="center" valignment="top" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 1
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 2
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 <cell alignment="center" valignment="top" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343 3
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 </row>
17349 <row>
17350 <cell alignment="center" valignment="top" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354 4
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 5
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell alignment="center" valignment="top" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 6
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 </row>
17378 <row>
17379 <cell alignment="center" valignment="top" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383 7
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell alignment="center" valignment="top" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 8
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell alignment="center" valignment="top" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 9
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 </row>
17407 </lyxtabular>
17408
17409 \end_inset
17410
17411
17412 \end_layout
17413
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \begin_layout Standard
17420 \begin_inset ERT
17421 status open
17422
17423 \begin_layout Plain Layout
17424
17425
17426 \backslash
17427 rowcolors[
17428 \backslash
17429 hline]{1}{lightgray}{cyan}
17430 \end_layout
17431
17432 \end_inset
17433
17434
17435 \end_layout
17436
17437 \begin_layout Standard
17438 \begin_inset Float table
17439 placement h
17440 wide false
17441 sideways false
17442 status open
17443
17444 \begin_layout Plain Layout
17445 \begin_inset Caption Standard
17446
17447 \begin_layout Plain Layout
17448 \begin_inset CommandInset label
17449 LatexCommand label
17450 name "tab:表-行色-2"
17451
17452 \end_inset
17453
17454 隔行でシアン色に着色され,行間に線の入った表
17455 \end_layout
17456
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \begin_layout Plain Layout
17463 \align center
17464 \begin_inset Tabular
17465 <lyxtabular version="3" rows="4" columns="3">
17466 <features tabularvalignment="middle">
17467 <column alignment="center" valignment="top">
17468 <column alignment="center" valignment="top">
17469 <column alignment="center" valignment="top" width="0pt">
17470 <row>
17471 <cell alignment="center" valignment="top" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell alignment="center" valignment="top" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 </row>
17499 <row>
17500 <cell alignment="center" valignment="top" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 1
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell alignment="center" valignment="top" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513 2
17514 \end_layout
17515
17516 \end_inset
17517 </cell>
17518 <cell alignment="center" valignment="top" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522 3
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 </row>
17528 <row>
17529 <cell alignment="center" valignment="top" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533 4
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 5
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 6
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 </row>
17557 <row>
17558 <cell alignment="center" valignment="top" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 7
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 <cell alignment="center" valignment="top" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571 8
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 9
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 </row>
17586 </lyxtabular>
17587
17588 \end_inset
17589
17590
17591 \end_layout
17592
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \begin_layout Standard
17599 \begin_inset ERT
17600 status collapsed
17601
17602 \begin_layout Plain Layout
17603
17604
17605 \backslash
17606 rowcolors{1}{}{}
17607 \end_layout
17608
17609 \end_inset
17610
17611
17612 \begin_inset Note Note
17613 status collapsed
17614
17615 \begin_layout Plain Layout
17616 行色を解除
17617 \end_layout
17618
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \begin_layout Standard
17625 \begin_inset ERT
17626 status collapsed
17627
17628 \begin_layout Plain Layout
17629
17630
17631 \backslash
17632 else
17633 \end_layout
17634
17635 \end_inset
17636
17637
17638 \begin_inset Note Note
17639 status open
17640
17641 \begin_layout Plain Layout
17642 以下は,\SpecialChar LaTeX
17643 パッケージ
17644 \series bold
17645 colortbl
17646 \series default
17647 が導入されていないときに表示されます.
17648 \end_layout
17649
17650 \end_inset
17651
17652
17653 \end_layout
17654
17655 \begin_layout Standard
17656 この節の内容を出力で表示させるには,
17657 \series bold
17658 colortbl
17659 \series default
17660 パッケージを導入する必要があります.
17661 \end_layout
17662
17663 \begin_layout Standard
17664 \begin_inset ERT
17665 status collapsed
17666
17667 \begin_layout Plain Layout
17668
17669
17670 \backslash
17671 fi
17672 \end_layout
17673
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \begin_layout Subsection
17680 色付き罫線
17681 \begin_inset Index idx
17682 status collapsed
17683
17684 \begin_layout Plain Layout
17685 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17686 \end_layout
17687
17688 \end_inset
17689
17690
17691 \begin_inset Index idx
17692 status collapsed
17693
17694 \begin_layout Plain Layout
17695 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17696 \end_layout
17697
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \begin_layout Standard
17704
17705 \begin_inset CommandInset ref
17706 LatexCommand ref
17707 reference "subsec:罫線幅"
17708
17709 \end_inset
17710
17711 節に述べられているように,表中の全罫線の線幅は,長さ
17712 \series bold
17713
17714 \backslash
17715 arrayrulewidth
17716 \series default
17717 を使って調節することができます.本節の表では,すべて1.5
17718 \begin_inset space \thinspace{}
17719 \end_inset
17720
17721 ptに設定されています.
17722 \begin_inset ERT
17723 status collapsed
17724
17725 \begin_layout Plain Layout
17726
17727
17728 \backslash
17729 setlength{
17730 \backslash
17731 arrayrulewidth}{1.5pt}
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Standard
17740 たとえば縦罫線を緑に着色するには,第
17741 \begin_inset CommandInset ref
17742 LatexCommand ref
17743 reference "subsec:自製書式"
17744
17745 \end_inset
17746
17747 節の説明にしたがって,以下の列書式を文書プリアンブル中で作成して下さい.
17748 \end_layout
17749
17750 \begin_layout Standard
17751
17752 \series bold
17753
17754 \backslash
17755 newcolumntype{W}{!{
17756 \backslash
17757 color{green}
17758 \backslash
17759 vline}}
17760 \end_layout
17761
17762 \begin_layout Standard
17763
17764 \begin_inset CommandInset ref
17765 LatexCommand ref
17766 reference "tab:色付き縦罫線の表"
17767
17768 \end_inset
17769
17770 では,最右列に\SpecialChar LaTeX
17771 変数
17772 \series bold
17773 WcW
17774 \series default
17775 ,他の列に\SpecialChar LaTeX
17776 変数
17777 \series bold
17778 Wc
17779 \series default
17780 が使用されています.
17781 \end_layout
17782
17783 \begin_layout Standard
17784 複数の色を用いたいときには,列書式をもっと定義してください.
17785 \end_layout
17786
17787 \begin_layout Standard
17788 \begin_inset Float table
17789 placement h
17790 wide false
17791 sideways false
17792 status open
17793
17794 \begin_layout Plain Layout
17795 \begin_inset Caption Standard
17796
17797 \begin_layout Plain Layout
17798 \begin_inset CommandInset label
17799 LatexCommand label
17800 name "tab:色付き縦罫線の表"
17801
17802 \end_inset
17803
17804 色付き縦罫線の表
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \end_layout
17811
17812 \begin_layout Plain Layout
17813 \align center
17814 \begin_inset Tabular
17815 <lyxtabular version="3" rows="3" columns="3">
17816 <features tabularvalignment="middle">
17817 <column alignment="center" valignment="top" special="Wc">
17818 <column alignment="center" valignment="top" special="Wc">
17819 <column alignment="center" valignment="top" special="WcW">
17820 <row>
17821 <cell alignment="center" valignment="top" topline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825 sd
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" topline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 <cell alignment="center" valignment="top" topline="true" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 </row>
17849 <row>
17850 <cell alignment="center" valignment="top" topline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 <cell alignment="center" valignment="top" topline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863 sd
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" topline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 </row>
17878 <row>
17879 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17898 \begin_inset Text
17899
17900 \begin_layout Plain Layout
17901 sd
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 </row>
17907 </lyxtabular>
17908
17909 \end_inset
17910
17911
17912 \end_layout
17913
17914 \end_inset
17915
17916
17917 \end_layout
17918
17919 \begin_layout Standard
17920 \begin_inset VSpace bigskip
17921 \end_inset
17922
17923
17924 \begin_inset CommandInset ref
17925 LatexCommand ref
17926 reference "tab:色付き横罫線の表"
17927
17928 \end_inset
17929
17930 のように,たとえば横罫線を赤にしたいときには,表ないし表フロートの前に\SpecialChar TeX
17931 コードで
17932 \end_layout
17933
17934 \begin_layout Standard
17935
17936 \series bold
17937
17938 \backslash
17939 let
17940 \backslash
17941 myHlineC
17942 \backslash
17943 hline
17944 \begin_inset Newline newline
17945 \end_inset
17946
17947
17948 \backslash
17949 renewcommand{
17950 \backslash
17951 hline}
17952 \begin_inset Newline newline
17953 \end_inset
17954
17955
17956 \begin_inset Phantom HPhantom
17957 status open
17958
17959 \begin_layout Plain Layout
17960 \begin_inset space ~
17961 \end_inset
17962
17963
17964 \end_layout
17965
17966 \end_inset
17967
17968 {
17969 \backslash
17970 arrayrulecolor{red}
17971 \backslash
17972 myHlineC
17973 \backslash
17974 arrayrulecolor{black}}
17975 \end_layout
17976
17977 \begin_layout Standard
17978 というコマンドを入力して下さい.
17979 \end_layout
17980
17981 \begin_layout Standard
17982 \begin_inset ERT
17983 status collapsed
17984
17985 \begin_layout Plain Layout
17986
17987
17988 \backslash
17989 let
17990 \backslash
17991 myHlineC
17992 \backslash
17993 hline
17994 \end_layout
17995
17996 \begin_layout Plain Layout
17997
17998
17999 \backslash
18000 renewcommand{
18001 \backslash
18002 hline}
18003 \end_layout
18004
18005 \begin_layout Plain Layout
18006
18007  {
18008 \backslash
18009 arrayrulecolor{red}
18010 \backslash
18011 myHlineC
18012 \backslash
18013 arrayrulecolor{black}}
18014 \end_layout
18015
18016 \end_inset
18017
18018
18019 \begin_inset Float table
18020 placement h
18021 wide false
18022 sideways false
18023 status open
18024
18025 \begin_layout Plain Layout
18026 \begin_inset Caption Standard
18027
18028 \begin_layout Plain Layout
18029 \begin_inset CommandInset label
18030 LatexCommand label
18031 name "tab:色付き横罫線の表"
18032
18033 \end_inset
18034
18035 色付き横罫線の表
18036 \end_layout
18037
18038 \end_inset
18039
18040
18041 \end_layout
18042
18043 \begin_layout Plain Layout
18044 \align center
18045 \begin_inset Tabular
18046 <lyxtabular version="3" rows="3" columns="3">
18047 <features tabularvalignment="middle">
18048 <column alignment="center" valignment="top">
18049 <column alignment="center" valignment="top">
18050 <column alignment="center" valignment="top">
18051 <row>
18052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 sd
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 </row>
18080 <row>
18081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094 sd
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103
18104 \end_layout
18105
18106 \end_inset
18107 </cell>
18108 </row>
18109 <row>
18110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132 sd
18133 \end_layout
18134
18135 \end_inset
18136 </cell>
18137 </row>
18138 </lyxtabular>
18139
18140 \end_inset
18141
18142
18143 \end_layout
18144
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \begin_layout Standard
18151 既定値の黒罫線に戻るには,
18152 \end_layout
18153
18154 \begin_layout Standard
18155
18156 \series bold
18157
18158 \backslash
18159 renewcommand{
18160 \backslash
18161 hline}{
18162 \backslash
18163 myHlineC}
18164 \end_layout
18165
18166 \begin_layout Standard
18167 というコマンドを,表ないし表フロートの後に\SpecialChar TeX
18168 コードで入力して下さい.表
18169 \begin_inset CommandInset ref
18170 LatexCommand ref
18171 reference "tab:色付き罫線の表"
18172
18173 \end_inset
18174
18175 は,縦横罫線を着色した例です.
18176 \end_layout
18177
18178 \begin_layout Standard
18179 \begin_inset Float table
18180 placement h
18181 wide false
18182 sideways false
18183 status open
18184
18185 \begin_layout Plain Layout
18186 \begin_inset Caption Standard
18187
18188 \begin_layout Plain Layout
18189 \begin_inset CommandInset label
18190 LatexCommand label
18191 name "tab:色付き罫線の表"
18192
18193 \end_inset
18194
18195 色付き罫線の表
18196 \end_layout
18197
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \begin_layout Plain Layout
18204 \align center
18205 \begin_inset Tabular
18206 <lyxtabular version="3" rows="3" columns="3">
18207 <features tabularvalignment="middle">
18208 <column alignment="center" valignment="top" special="Wc">
18209 <column alignment="center" valignment="top" special="Wc">
18210 <column alignment="center" valignment="top" special="WcW">
18211 <row>
18212 <cell alignment="center" valignment="top" topline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 sd
18217 \end_layout
18218
18219 \end_inset
18220 </cell>
18221 <cell alignment="center" valignment="top" topline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell alignment="center" valignment="top" topline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 </row>
18240 <row>
18241 <cell alignment="center" valignment="top" topline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 <cell alignment="center" valignment="top" topline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254 sd
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 </row>
18269 <row topspace="default">
18270 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18271 \begin_inset Text
18272
18273 \begin_layout Plain Layout
18274
18275 \end_layout
18276
18277 \end_inset
18278 </cell>
18279 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 sd
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 </row>
18298 </lyxtabular>
18299
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \end_inset
18306
18307
18308 \end_layout
18309
18310 \begin_layout Standard
18311 \begin_inset ERT
18312 status collapsed
18313
18314 \begin_layout Plain Layout
18315
18316
18317 \backslash
18318 renewcommand{
18319 \backslash
18320 hline}{
18321 \backslash
18322 myHlineC}
18323 \end_layout
18324
18325 \end_inset
18326
18327
18328 \end_layout
18329
18330 \begin_layout Standard
18331 \begin_inset ERT
18332 status collapsed
18333
18334 \begin_layout Plain Layout
18335
18336
18337 \backslash
18338 setlength{
18339 \backslash
18340 arrayrulewidth}{1.2pt}
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \begin_layout Standard
18349 一部の罫線のみを着色するには,別の攻略法が必要です.以後の横罫線を全て着色するには,下記のコマンドを,最初の着色罫線の直前に来る行の,行末の\SpecialChar TeX
18350 コードとして挿入して
18351 ください.
18352 \end_layout
18353
18354 \begin_layout Standard
18355
18356 \series bold
18357
18358 \backslash
18359
18360 \backslash
18361
18362 \backslash
18363 arrayrulecolor{blue}%
18364 \end_layout
18365
18366 \begin_layout Standard
18367 黒色の罫線に戻るには,黒色罫線の直前に来る行の行頭に下記のコマンドを加えてください.
18368 \end_layout
18369
18370 \begin_layout Standard
18371
18372 \series bold
18373
18374 \backslash
18375 arrayrulecolor{black}
18376 \end_layout
18377
18378 \begin_layout Standard
18379 このようにして,表
18380 \begin_inset CommandInset ref
18381 LatexCommand ref
18382 reference "tab:着色水平罫線表"
18383
18384 \end_inset
18385
18386 のように罫線に色をつけることができます.しかしながら,この方法では,表の最初の行の上の罫線は着色することはできません.
18387 \end_layout
18388
18389 \begin_layout Standard
18390 \begin_inset Float table
18391 wide false
18392 sideways false
18393 status open
18394
18395 \begin_layout Plain Layout
18396 \begin_inset Caption Standard
18397
18398 \begin_layout Plain Layout
18399 \begin_inset CommandInset label
18400 LatexCommand label
18401 name "tab:着色水平罫線表"
18402
18403 \end_inset
18404
18405 異なる色の横罫線を持つ表
18406 \end_layout
18407
18408 \end_inset
18409
18410
18411 \end_layout
18412
18413 \begin_layout Plain Layout
18414 \align center
18415 \begin_inset Tabular
18416 <lyxtabular version="3" rows="6" columns="7">
18417 <features tabularvalignment="middle">
18418 <column alignment="center" valignment="top">
18419 <column alignment="center" valignment="top">
18420 <column alignment="center" valignment="top">
18421 <column alignment="center" valignment="top">
18422 <column alignment="center" valignment="top">
18423 <column alignment="center" valignment="top">
18424 <column alignment="center" valignment="top">
18425 <row>
18426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 <cell alignment="center" valignment="top" topline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" topline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" topline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" topline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 <cell alignment="center" valignment="top" topline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 \begin_inset ERT
18485 status open
18486
18487 \begin_layout Plain Layout
18488
18489
18490 \backslash
18491
18492 \backslash
18493
18494 \backslash
18495 arrayrulecolor{blue}%
18496 \end_layout
18497
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 </row>
18506 <row>
18507 <cell alignment="center" valignment="top" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 Y
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 Y
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 </row>
18571 <row>
18572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18573 \begin_inset Text
18574
18575 \begin_layout Plain Layout
18576 \begin_inset ERT
18577 status open
18578
18579 \begin_layout Plain Layout
18580
18581
18582 \backslash
18583 arrayrulecolor{black}
18584 \end_layout
18585
18586 \end_inset
18587
18588
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 <cell alignment="center" valignment="top" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 </row>
18648 <row>
18649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 <cell alignment="center" valignment="top" usebox="none">
18677 \begin_inset Text
18678
18679 \begin_layout Plain Layout
18680
18681 \end_layout
18682
18683 \end_inset
18684 </cell>
18685 <cell alignment="center" valignment="top" usebox="none">
18686 \begin_inset Text
18687
18688 \begin_layout Plain Layout
18689
18690 \end_layout
18691
18692 \end_inset
18693 </cell>
18694 <cell alignment="center" valignment="top" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Plain Layout
18698
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707 \begin_inset ERT
18708 status collapsed
18709
18710 \begin_layout Plain Layout
18711
18712
18713 \backslash
18714
18715 \backslash
18716
18717 \backslash
18718 arrayrulecolor{green}%
18719 \end_layout
18720
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 </row>
18729 <row>
18730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752
18753 \end_layout
18754
18755 \end_inset
18756 </cell>
18757 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18758 \begin_inset Text
18759
18760 \begin_layout Plain Layout
18761
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 </row>
18794 <row>
18795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18796 \begin_inset Text
18797
18798 \begin_layout Plain Layout
18799 \begin_inset ERT
18800 status collapsed
18801
18802 \begin_layout Plain Layout
18803
18804
18805 \backslash
18806 arrayrulecolor{black}
18807 \end_layout
18808
18809 \end_inset
18810
18811 B
18812 \end_layout
18813
18814 \end_inset
18815 </cell>
18816 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18817 \begin_inset Text
18818
18819 \begin_layout Plain Layout
18820
18821 \end_layout
18822
18823 \end_inset
18824 </cell>
18825 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Plain Layout
18829
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18844 \begin_inset Text
18845
18846 \begin_layout Plain Layout
18847
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18853 \begin_inset Text
18854
18855 \begin_layout Plain Layout
18856
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865 \begin_inset ERT
18866 status collapsed
18867
18868 \begin_layout Plain Layout
18869
18870
18871 \backslash
18872
18873 \backslash
18874
18875 \backslash
18876 arrayrulecolor{blue}%
18877 \end_layout
18878
18879 \end_inset
18880
18881
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 </row>
18887 </lyxtabular>
18888
18889 \end_inset
18890
18891
18892 \end_layout
18893
18894 \end_inset
18895
18896
18897 \end_layout
18898
18899 \begin_layout Standard
18900
18901 \begin_inset CommandInset ref
18902 LatexCommand ref
18903 reference "tab:別色縦罫線表"
18904
18905 \end_inset
18906
18907 のように行内の縦罫線の色を変更するには,連結列を使う必要があります.まず始めに,列全体に渡らない縦罫線を全て削除します.それから,前例のように,全罫線を以下のコ
18908 マンドを使って着色します.
18909 \end_layout
18910
18911 \begin_layout Standard
18912
18913 \series bold
18914
18915 \backslash
18916
18917 \backslash
18918
18919 \backslash
18920 arrayrulecolor{blue}%
18921 \end_layout
18922
18923 \begin_layout Standard
18924 最後に,縦罫線の色を変える必要のある行の全てのセルに\SpecialChar TeX
18925 コードで下記のコマンドを挿入します.
18926 \end_layout
18927
18928 \begin_layout Standard
18929
18930 \series bold
18931
18932 \backslash
18933 multicolumn{1}{!{
18934 \backslash
18935 color{green}
18936 \backslash
18937 vline}c!{
18938 \backslash
18939 color{red}
18940 \backslash
18941 vline}}{
18942 \end_layout
18943
18944 \begin_layout Standard
18945 これで,セルの両側に縦罫線が追加され,左側の罫線は緑,右側の罫線は赤になります.色を変える必要がなければ,上記コマンド中,
18946 \series bold
18947
18948 \backslash
18949 color
18950 \series default
18951 コマンドは要りません.黒の左罫線と青の右罫線を得るには,全罫線がすでに青に設定されていますので,
18952 \end_layout
18953
18954 \begin_layout Standard
18955
18956 \series bold
18957
18958 \backslash
18959 multicolumn{1}{!{
18960 \backslash
18961 color{black}
18962 \backslash
18963 vline}c|}{
18964 \end_layout
18965
18966 \begin_layout Standard
18967 と書きます.ここで,
18968 \series bold
18969 |
18970 \series default
18971 は縦罫線を生成しますが,
18972 \series bold
18973
18974 \backslash
18975 color
18976 \series default
18977 が使用されている時には,
18978 \series bold
18979
18980 \backslash
18981 vline
18982 \series default
18983 が同じ働きをします.色を全く変えないで縦罫線を設定するには,
18984 \end_layout
18985
18986 \begin_layout Standard
18987
18988 \series bold
18989
18990 \backslash
18991 multicolumn{1}{|c|}{
18992 \end_layout
18993
18994 \begin_layout Standard
18995 とします.このコマンドの後に,セルの内容を通常通り挿入し,\SpecialChar TeX
18996 コードで閉じ括弧
18997 \series bold
18998 }
18999 \series default
19000 を入れてセルを終わります.
19001 \end_layout
19002
19003 \begin_layout Standard
19004 \begin_inset Float table
19005 wide false
19006 sideways false
19007 status open
19008
19009 \begin_layout Plain Layout
19010 \begin_inset Caption Standard
19011
19012 \begin_layout Plain Layout
19013 \begin_inset CommandInset label
19014 LatexCommand label
19015 name "tab:別色縦罫線表"
19016
19017 \end_inset
19018
19019 一行中に異なる色の縦罫線を持つ表
19020 \end_layout
19021
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \begin_layout Plain Layout
19028 \align center
19029 \begin_inset Tabular
19030 <lyxtabular version="3" rows="5" columns="7">
19031 <features tabularvalignment="middle">
19032 <column alignment="center" valignment="top">
19033 <column alignment="center" valignment="top">
19034 <column alignment="center" valignment="top">
19035 <column alignment="center" valignment="top">
19036 <column alignment="center" valignment="top">
19037 <column alignment="center" valignment="top">
19038 <column alignment="center" valignment="top">
19039 <row>
19040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044
19045 \end_layout
19046
19047 \end_inset
19048 </cell>
19049 <cell alignment="center" valignment="top" topline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 <cell alignment="center" valignment="top" topline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 <cell alignment="center" valignment="top" topline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 <cell alignment="center" valignment="top" topline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089
19090 \end_layout
19091
19092 \end_inset
19093 </cell>
19094 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098 \begin_inset ERT
19099 status open
19100
19101 \begin_layout Plain Layout
19102
19103
19104 \backslash
19105
19106 \backslash
19107
19108 \backslash
19109 arrayrulecolor{red}%
19110 \end_layout
19111
19112 \end_inset
19113
19114
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 </row>
19120 <row>
19121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 \begin_inset ERT
19126 status open
19127
19128 \begin_layout Plain Layout
19129
19130
19131 \backslash
19132 multicolumn{1}{!{
19133 \backslash
19134 color{black}
19135 \backslash
19136 vline}c|}{
19137 \end_layout
19138
19139 \end_inset
19140
19141 Y
19142 \begin_inset ERT
19143 status collapsed
19144
19145 \begin_layout Plain Layout
19146
19147 }
19148 \end_layout
19149
19150 \end_inset
19151
19152
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197 \begin_inset ERT
19198 status open
19199
19200 \begin_layout Plain Layout
19201
19202
19203 \backslash
19204 multicolumn{1}{c|}{
19205 \end_layout
19206
19207 \end_inset
19208
19209
19210 \begin_inset ERT
19211 status collapsed
19212
19213 \begin_layout Plain Layout
19214
19215 }
19216 \end_layout
19217
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 \begin_inset ERT
19230 status open
19231
19232 \begin_layout Plain Layout
19233
19234
19235 \backslash
19236 multicolumn{1}{c!{
19237 \backslash
19238 color{black}
19239 \backslash
19240 vline}}{
19241 \end_layout
19242
19243 \end_inset
19244
19245 Y
19246 \begin_inset ERT
19247 status collapsed
19248
19249 \begin_layout Plain Layout
19250
19251 }
19252 \end_layout
19253
19254 \end_inset
19255
19256
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 </row>
19262 <row>
19263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 \begin_inset ERT
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271
19272
19273 \backslash
19274 arrayrulecolor{black}
19275 \end_layout
19276
19277 \end_inset
19278
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 \begin_inset ERT
19334 status collapsed
19335
19336 \begin_layout Plain Layout
19337
19338
19339 \backslash
19340
19341 \backslash
19342
19343 \backslash
19344 arrayrulecolor{magenta}%
19345 \end_layout
19346
19347 \end_inset
19348
19349
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 </row>
19355 <row>
19356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19357 \begin_inset Text
19358
19359 \begin_layout Plain Layout
19360 \begin_inset ERT
19361 status collapsed
19362
19363 \begin_layout Plain Layout
19364
19365
19366 \backslash
19367 multicolumn{1}{|c!{
19368 \backslash
19369 color{red}
19370 \backslash
19371 vline}}{
19372 \end_layout
19373
19374 \end_inset
19375
19376
19377 \begin_inset ERT
19378 status collapsed
19379
19380 \begin_layout Plain Layout
19381
19382 }
19383 \end_layout
19384
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396 \begin_inset ERT
19397 status collapsed
19398
19399 \begin_layout Plain Layout
19400
19401
19402 \backslash
19403 multicolumn{1}{c!{
19404 \backslash
19405 color{green}
19406 \backslash
19407 vline}}{
19408 \end_layout
19409
19410 \end_inset
19411
19412
19413 \begin_inset ERT
19414 status collapsed
19415
19416 \begin_layout Plain Layout
19417
19418 }
19419 \end_layout
19420
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 \begin_inset ERT
19433 status collapsed
19434
19435 \begin_layout Plain Layout
19436
19437
19438 \backslash
19439 multicolumn{1}{c!{
19440 \backslash
19441 color{yellow}
19442 \backslash
19443 vline}}{
19444 \end_layout
19445
19446 \end_inset
19447
19448
19449 \begin_inset ERT
19450 status collapsed
19451
19452 \begin_layout Plain Layout
19453
19454 }
19455 \end_layout
19456
19457 \end_inset
19458
19459
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468 \begin_inset ERT
19469 status collapsed
19470
19471 \begin_layout Plain Layout
19472
19473
19474 \backslash
19475 multicolumn{1}{c!{
19476 \backslash
19477 color{blue}
19478 \backslash
19479 vline}}{
19480 \end_layout
19481
19482 \end_inset
19483
19484
19485 \begin_inset ERT
19486 status collapsed
19487
19488 \begin_layout Plain Layout
19489
19490 }
19491 \end_layout
19492
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504 \begin_inset ERT
19505 status collapsed
19506
19507 \begin_layout Plain Layout
19508
19509
19510 \backslash
19511 multicolumn{1}{c!{
19512 \backslash
19513 color{cyan}
19514 \backslash
19515 vline}}{
19516 \end_layout
19517
19518 \end_inset
19519
19520
19521 \begin_inset ERT
19522 status collapsed
19523
19524 \begin_layout Plain Layout
19525
19526 }
19527 \end_layout
19528
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540 \begin_inset ERT
19541 status collapsed
19542
19543 \begin_layout Plain Layout
19544
19545
19546 \backslash
19547 multicolumn{1}{c!{
19548 \backslash
19549 color{black}
19550 \backslash
19551 vline}}{
19552 \end_layout
19553
19554 \end_inset
19555
19556
19557 \begin_inset ERT
19558 status collapsed
19559
19560 \begin_layout Plain Layout
19561
19562 }
19563 \end_layout
19564
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 \begin_inset ERT
19577 status collapsed
19578
19579 \begin_layout Plain Layout
19580
19581
19582 \backslash
19583 multicolumn{1}{c|}{
19584 \end_layout
19585
19586 \end_inset
19587
19588
19589 \begin_inset ERT
19590 status collapsed
19591
19592 \begin_layout Plain Layout
19593
19594 }
19595 \end_layout
19596
19597 \end_inset
19598
19599
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 </row>
19605 <row>
19606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610 \begin_inset ERT
19611 status collapsed
19612
19613 \begin_layout Plain Layout
19614
19615
19616 \backslash
19617 arrayrulecolor{black}
19618 \end_layout
19619
19620 \end_inset
19621
19622 B
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 </row>
19682 </lyxtabular>
19683
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \end_inset
19690
19691
19692 \end_layout
19693
19694 \begin_layout Standard
19695 \begin_inset ERT
19696 status collapsed
19697
19698 \begin_layout Plain Layout
19699
19700
19701 \backslash
19702 setlength{
19703 \backslash
19704 arrayrulewidth}{0.4pt}
19705 \end_layout
19706
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \begin_layout Section
19713 表セルの回転
19714 \begin_inset CommandInset label
19715 LatexCommand label
19716 name "sec:表セルの回転"
19717
19718 \end_inset
19719
19720
19721 \begin_inset Index idx
19722 status collapsed
19723
19724 \begin_layout Plain Layout
19725 ひょう@表 ! せるのかいてん@セルの回転
19726 \end_layout
19727
19728 \end_inset
19729
19730
19731 \begin_inset Index idx
19732 status collapsed
19733
19734 \begin_layout Plain Layout
19735 かいてん@回転 ! そざいの@素材の—
19736 \end_layout
19737
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \begin_layout Standard
19744 \begin_inset Note Greyedout
19745 status open
19746
19747 \begin_layout Plain Layout
19748
19749 \series bold
19750 【註】
19751 \series default
19752 すべてのDVIビューアが回転表示できるわけではありません.
19753 \end_layout
19754
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \begin_layout Standard
19761 と入れてください.表
19762 \begin_inset CommandInset ref
19763 LatexCommand ref
19764 reference "tab:回転表"
19765
19766 \end_inset
19767
19768 は,3つのセルを45°回転させた用例です.
19769 \end_layout
19770
19771 \begin_layout Standard
19772 \begin_inset Float table
19773 wide false
19774 sideways false
19775 status open
19776
19777 \begin_layout Plain Layout
19778 \begin_inset Caption Standard
19779
19780 \begin_layout Plain Layout
19781 \begin_inset CommandInset label
19782 LatexCommand label
19783 name "tab:回転表"
19784
19785 \end_inset
19786
19787 1行目に回転セルのある表
19788 \end_layout
19789
19790 \end_inset
19791
19792
19793 \end_layout
19794
19795 \begin_layout Plain Layout
19796 \noindent
19797 \align center
19798 \begin_inset Tabular
19799 <lyxtabular version="3" rows="2" columns="3">
19800 <features tabularvalignment="middle">
19801 <column alignment="center" valignment="top" width="0pt">
19802 <column alignment="center" valignment="top" width="0pt">
19803 <column alignment="center" valignment="top" width="0pt">
19804 <row>
19805 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809 コップ
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 受け皿
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 <row>
19834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838 45
19839 \end_layout
19840
19841 \end_inset
19842 </cell>
19843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847 33
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 21
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 </row>
19862 </lyxtabular>
19863
19864 \end_inset
19865
19866
19867 \end_layout
19868
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \begin_layout Standard
19875 \begin_inset Note Greyedout
19876 status open
19877
19878 \begin_layout Plain Layout
19879
19880 \series bold
19881 【註】
19882 \series default
19883 回転セル中では,改行(
19884 \begin_inset Flex Ruby
19885 status collapsed
19886
19887 \begin_layout Plain Layout
19888 捷径
19889 \begin_inset Argument post:1
19890 status collapsed
19891
19892 \begin_layout Plain Layout
19893 ショートカット
19894 \end_layout
19895
19896 \end_inset
19897
19898
19899 \end_layout
19900
19901 \end_inset
19902
19903
19904 \begin_inset Info
19905 type  "shortcut"
19906 arg   "newline-insert newline"
19907 \end_inset
19908
19909 )はできません.
19910 \end_layout
19911
19912 \end_inset
19913
19914
19915 \end_layout
19916
19917 \begin_layout Standard
19918 改行を含むセルを回転させたい場合には,セルの内容をminipageかparboxに置かなくてはなりません
19919 \begin_inset Foot
19920 status collapsed
19921
19922 \begin_layout Plain Layout
19923 これらのボックスについて詳しくは,第
19924 \begin_inset CommandInset ref
19925 LatexCommand ref
19926 reference "sec:ミニページ"
19927
19928 \end_inset
19929
19930 節および第
19931 \begin_inset CommandInset ref
19932 LatexCommand ref
19933 reference "sec:Parboxes"
19934
19935 \end_inset
19936
19937 節をご覧ください.
19938 \end_layout
19939
19940 \end_inset
19941
19942 .このセルを90
19943 \begin_inset space \thinspace{}
19944 \end_inset
19945
19946 °回転させると,ボックス幅はセルの高さになります.表
19947 \begin_inset CommandInset ref
19948 LatexCommand ref
19949 reference "tab:表多行回転"
19950
19951 \end_inset
19952
19953 は,ボックス幅が3
19954 \begin_inset space \thinspace{}
19955 \end_inset
19956
19957 cmの,多行セルを回転させる例です.
19958 \end_layout
19959
19960 \begin_layout Standard
19961 \begin_inset Float table
19962 wide false
19963 sideways false
19964 status open
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Caption Standard
19968
19969 \begin_layout Plain Layout
19970 \begin_inset CommandInset label
19971 LatexCommand label
19972 name "tab:表多行回転"
19973
19974 \end_inset
19975
19976 多行セルを回転させた表
19977 \end_layout
19978
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \begin_layout Plain Layout
19985 \noindent
19986 \align center
19987 \begin_inset Tabular
19988 <lyxtabular version="3" rows="2" columns="3">
19989 <features tabularvalignment="middle">
19990 <column alignment="center" valignment="top">
19991 <column alignment="center" valignment="top" width="0pt">
19992 <column alignment="center" valignment="top">
19993 <row>
19994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 \begin_inset Box Frameless
20008 position "t"
20009 hor_pos "c"
20010 has_inner_box 1
20011 inner_pos "t"
20012 use_parbox 0
20013 use_makebox 0
20014 width "3cm"
20015 special "none"
20016 height "1in"
20017 height_special "totalheight"
20018 thickness "0.4pt"
20019 separation "3pt"
20020 shadowsize "4pt"
20021 framecolor "black"
20022 backgroundcolor "none"
20023 status open
20024
20025 \begin_layout Plain Layout
20026 改行を含む
20027 \begin_inset Newline newline
20028 \end_inset
20029
20030 回転
20031 \end_layout
20032
20033 \end_inset
20034
20035
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 </row>
20050 <row>
20051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 </row>
20079 </lyxtabular>
20080
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \begin_layout Section
20092 表幅の計算
20093 \begin_inset CommandInset label
20094 LatexCommand label
20095 name "sec:表幅の計算"
20096
20097 \end_inset
20098
20099
20100 \end_layout
20101
20102 \begin_layout Standard
20103 幅広の表では,表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,では各列にどれくらいの幅を
20104 設ければ良いのでしょうか?
20105 \end_layout
20106
20107 \begin_layout Standard
20108 表幅
20109 \begin_inset Formula $W_{\text{表}}$
20110 \end_inset
20111
20112 は計算することができます.各列の実際の幅は,指定した列幅
20113 \begin_inset Formula $W_{\text{列}}$
20114 \end_inset
20115
20116 に,列の内容と列罫線との間の余白(\SpecialChar LaTeX
20117
20118 \series bold
20119
20120 \backslash
20121 tabcolsep
20122 \series default
20123 ・既定値6
20124 \begin_inset space \thinspace{}
20125 \end_inset
20126
20127 pt)の2倍と,罫線幅(\SpecialChar LaTeX
20128
20129 \series bold
20130
20131 \backslash
20132 arrayrulewidth
20133 \series default
20134 ・既定値0.4
20135 \begin_inset space \thinspace{}
20136 \end_inset
20137
20138 pt)を加えたものになります.したがって,もし同じ幅の
20139 \begin_inset Formula $n$
20140 \end_inset
20141
20142 列を作るならば,表幅は
20143 \begin_inset Formula 
20144 \begin{equation}
20145 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20146 \end{equation}
20147
20148 \end_inset
20149
20150
20151 \end_layout
20152
20153 \begin_layout Standard
20154 となります.表が使用できる幅は,ページ余白の間の幅か,本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
20155
20156 \series bold
20157
20158 \backslash
20159 columnwidth
20160 \series default
20161 ).表の列をすべて同じ幅にするとすれば,
20162 \begin_inset Formula $W_{\text{表}}$
20163 \end_inset
20164
20165 が1
20166 \begin_inset space \thinspace{}
20167 \end_inset
20168
20169
20170 \backslash
20171 columnwidthになりますので,
20172 \begin_inset Formula $W_{\text{列}}$
20173 \end_inset
20174
20175 は簡単に計算できます.
20176 \end_layout
20177
20178 \begin_layout Standard
20179 計算を行わせる場合には,文書プリアンブル中で\SpecialChar LaTeX
20180 パッケージ
20181 \series bold
20182 calc
20183 \series default
20184
20185 \begin_inset Index idx
20186 status collapsed
20187
20188 \begin_layout Plain Layout
20189 \SpecialChar LaTeX
20190 ぱっけーじ@\SpecialChar LaTeX
20191 パッケージ ! calc
20192 \end_layout
20193
20194 \end_inset
20195
20196 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
20197 \family sans
20198 \SpecialChar LaTeX
20199 の引数
20200 \family default
20201 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,第
20202 \begin_inset CommandInset ref
20203 LatexCommand ref
20204 reference "subsec:連結列の計算"
20205
20206 \end_inset
20207
20208 節で説明したのと同様です.同幅中央揃え5列の表ならば,各列の同フィールドに
20209 \end_layout
20210
20211 \begin_layout Standard
20212
20213 \series bold
20214 >{
20215 \backslash
20216 centering}p{(1
20217 \backslash
20218 columnwidth-62.4pt)/5}
20219 \end_layout
20220
20221 \begin_layout Standard
20222 というコマンドを入力します.5列の表で,うち2列が他の3列の幅の0.75倍であるような表の場合には,計算は
20223 \begin_inset Formula 
20224 \begin{align}
20225 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20226  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20227  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
20228 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20229 \end{align}
20230
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \begin_layout Standard
20237 となります.したがって,表中の広い列には
20238 \end_layout
20239
20240 \begin_layout Standard
20241
20242 \series bold
20243 >{
20244 \backslash
20245 centering}p{(1
20246 \backslash
20247 columnwidth-62.4pt)/
20248 \backslash
20249 real{4.5}}
20250 \end_layout
20251
20252 \begin_layout Standard
20253 というコマンドを用い,狭い列には
20254 \end_layout
20255
20256 \begin_layout Standard
20257
20258 \series bold
20259 >{
20260 \backslash
20261 centering}p{(1
20262 \backslash
20263 columnwidth-62.4pt)/
20264 \backslash
20265 real{4.5}*
20266 \backslash
20267 real{0.75}}
20268 \end_layout
20269
20270 \begin_layout Standard
20271 というコマンドを用いることにすると,以下の表が出来上がります.
20272 \end_layout
20273
20274 \begin_layout Standard
20275 \begin_inset Tabular
20276 <lyxtabular version="3" rows="2" columns="5">
20277 <features tabularvalignment="middle">
20278 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20279 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20280 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20281 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20282 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20283 <row>
20284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288 1
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 2
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306 3
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20312 \begin_inset Text
20313
20314 \begin_layout Plain Layout
20315 4
20316 \end_layout
20317
20318 \end_inset
20319 </cell>
20320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324 5
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 </row>
20330 <row>
20331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 111111 1111111 111111 111111111 11111 11111 1111
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353 2222 22222 222222 222222222 2222222 22 22222
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371 333333 333333 333333 33333 3333333 333
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 </row>
20377 </lyxtabular>
20378
20379 \end_inset
20380
20381
20382 \end_layout
20383
20384 \begin_layout Section
20385 表の調整
20386 \begin_inset Index idx
20387 status collapsed
20388
20389 \begin_layout Plain Layout
20390 ひょうのちょうせい@表の調整
20391 \end_layout
20392
20393 \end_inset
20394
20395
20396 \begin_inset Index idx
20397 status collapsed
20398
20399 \begin_layout Plain Layout
20400 ひょう@表 ! ちょうせい@調整
20401 \end_layout
20402
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \begin_layout Subsection
20409 行の余白取り
20410 \begin_inset CommandInset label
20411 LatexCommand label
20412 name "subsec:行の余白取り"
20413
20414 \end_inset
20415
20416
20417 \begin_inset Index idx
20418 status collapsed
20419
20420 \begin_layout Plain Layout
20421 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
20422 \end_layout
20423
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \begin_layout Standard
20430 表の設定ダイアログの
20431 \family sans
20432 罫線
20433 \family default
20434 タブで,表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
20435 \end_layout
20436
20437 \begin_layout Description
20438 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
20439 \begin_inset Foot
20440 status collapsed
20441
20442 \begin_layout Plain Layout
20443 フォーマル様式の表は第
20444 \begin_inset CommandInset ref
20445 LatexCommand ref
20446 reference "sec:フォーマル様式の表"
20447
20448 \end_inset
20449
20450 節で説明されています.
20451 \end_layout
20452
20453 \end_inset
20454
20455 ならば,\SpecialChar LyX
20456 は既定値として0.5
20457 \begin_inset space \thinspace{}
20458 \end_inset
20459
20460 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20461 \begin_inset VSpace medskip
20462 \end_inset
20463
20464
20465 \begin_inset Newline newline
20466 \end_inset
20467
20468
20469 \begin_inset space \hspace*{}
20470 \length 0pt
20471 \end_inset
20472
20473
20474 \begin_inset space \hfill{}
20475 \end_inset
20476
20477
20478 \begin_inset Tabular
20479 <lyxtabular version="3" rows="3" columns="1">
20480 <features tabularvalignment="middle">
20481 <column alignment="center" valignment="top">
20482 <row>
20483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 </row>
20493 <row topspace="3mm">
20494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498 行上に3
20499 \begin_inset space \thinspace{}
20500 \end_inset
20501
20502 mmの余白
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 </row>
20508 <row>
20509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 </row>
20519 </lyxtabular>
20520
20521 \end_inset
20522
20523
20524 \begin_inset space \hfill{}
20525 \end_inset
20526
20527
20528 \begin_inset space \hspace*{}
20529 \length 0pt
20530 \end_inset
20531
20532
20533 \begin_inset VSpace medskip
20534 \end_inset
20535
20536
20537 \begin_inset Newline newline
20538 \end_inset
20539
20540 したがって,通常表の行上に余白を加えるのは,縦罫線がないときのみに使用することができます.
20541 \end_layout
20542
20543 \begin_layout Description
20544 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20545 は既定値として0.5
20546 \begin_inset space \thinspace{}
20547 \end_inset
20548
20549 emの余白を挿入し,通常の表ならば既定値として2
20550 \begin_inset space \thinspace{}
20551 \end_inset
20552
20553 ptを挿入します.
20554 \end_layout
20555
20556 \begin_layout Description
20557 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20558 は既定値として0.5
20559 \begin_inset space \thinspace{}
20560 \end_inset
20561
20562 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20563 \begin_inset VSpace medskip
20564 \end_inset
20565
20566
20567 \begin_inset Newline newline
20568 \end_inset
20569
20570
20571 \begin_inset space \hspace*{}
20572 \length 0pt
20573 \end_inset
20574
20575
20576 \begin_inset space \hfill{}
20577 \end_inset
20578
20579
20580 \begin_inset Tabular
20581 <lyxtabular version="3" rows="3" columns="1">
20582 <features tabularvalignment="middle">
20583 <column alignment="center" valignment="top">
20584 <row>
20585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 </row>
20595 <row interlinespace="3mm">
20596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20597 \begin_inset Text
20598
20599 \begin_layout Plain Layout
20600 \begin_inset Formula $\downarrow$
20601 \end_inset
20602
20603  行間に3
20604 \begin_inset space \thinspace{}
20605 \end_inset
20606
20607 mmの余白 
20608 \begin_inset Formula $\downarrow$
20609 \end_inset
20610
20611
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 <row>
20618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622 \begin_inset Formula $\uparrow$
20623 \end_inset
20624
20625  行間に3
20626 \begin_inset space \thinspace{}
20627 \end_inset
20628
20629 mmの余白 
20630 \begin_inset Formula $\uparrow$
20631 \end_inset
20632
20633
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 </row>
20639 </lyxtabular>
20640
20641 \end_inset
20642
20643
20644 \begin_inset space \hfill{}
20645 \end_inset
20646
20647
20648 \begin_inset space \hspace*{}
20649 \length 0pt
20650 \end_inset
20651
20652
20653 \begin_inset VSpace medskip
20654 \end_inset
20655
20656
20657 \begin_inset Newline newline
20658 \end_inset
20659
20660 したがって,通常表の行間に余白を加えるのは,縦罫線がないときのみに使用することができます.
20661 \end_layout
20662
20663 \begin_layout Standard
20664 \begin_inset VSpace bigskip
20665 \end_inset
20666
20667 すべての表の全セルの高さを上げたい場合には,以下の行をプリアンブルに加えることによって実現できます.
20668 \end_layout
20669
20670 \begin_layout Standard
20671
20672 \series bold
20673
20674 \backslash
20675 @ifundefined{extrarowheight}
20676 \begin_inset Newline newline
20677 \end_inset
20678
20679
20680 \begin_inset Phantom HPhantom
20681 status open
20682
20683 \begin_layout Plain Layout
20684 \begin_inset space ~
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \end_inset
20691
20692 {
20693 \backslash
20694 usepackage{array}}{}
20695 \begin_inset Newline newline
20696 \end_inset
20697
20698
20699 \backslash
20700 setlength{
20701 \backslash
20702 extrarowheight}{高さ}
20703 \series default
20704
20705 \begin_inset Note Note
20706 status collapsed
20707
20708 \begin_layout Plain Layout
20709 自己定義の表書式を用いると,\SpecialChar LyX
20710 は自動的に
20711 \series bold
20712 array
20713 \series default
20714 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
20715 \series bold
20716
20717 \backslash
20718 @ifundefined
20719 \series default
20720 が使用されています.
20721 \end_layout
20722
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \begin_layout Standard
20729 というコマンドを書き加えて下さい.ここで「高さ」には,付録
20730 \begin_inset CommandInset ref
20731 LatexCommand ref
20732 reference "cha:LyXで使用できる単位"
20733
20734 \end_inset
20735
20736 に挙げられている単位を取ることができます.しかしこの方法は,セル内の文章が縦方向に中央揃えにならないという欠点があります.
20737 \end_layout
20738
20739 \begin_layout Standard
20740 標準大よりも大きいフォント寸法を使用している場合には,文字が表罫線に近寄りすぎることがよくあります.これは,表の行の最初に\SpecialChar TeX
20741 コードで
20742 \series bold
20743
20744 \backslash
20745 strut
20746 \series default
20747 コマンドを挿入することで補正することができます.表
20748 \begin_inset CommandInset ref
20749 LatexCommand ref
20750 reference "tab:垂直揃え"
20751
20752 \end_inset
20753
20754 は,この効果を示したものです.
20755 \end_layout
20756
20757 \begin_layout Standard
20758 \noindent
20759 \begin_inset Float table
20760 placement h
20761 wide false
20762 sideways false
20763 status open
20764
20765 \begin_layout Plain Layout
20766 \begin_inset Caption Standard
20767
20768 \begin_layout Plain Layout
20769 \begin_inset CommandInset label
20770 LatexCommand label
20771 name "tab:垂直揃え"
20772
20773 \end_inset
20774
20775 大きなフォント寸法の文章の垂直揃え
20776 \end_layout
20777
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \begin_layout Plain Layout
20784 \begin_inset space \hfill{}
20785 \end_inset
20786
20787
20788 \begin_inset Float table
20789 wide false
20790 sideways false
20791 status collapsed
20792
20793 \begin_layout Plain Layout
20794 \begin_inset Caption Standard
20795
20796 \begin_layout Plain Layout
20797 通常の表
20798 \end_layout
20799
20800 \end_inset
20801
20802
20803 \end_layout
20804
20805 \begin_layout Plain Layout
20806 \noindent
20807 \align center
20808 \begin_inset Tabular
20809 <lyxtabular version="3" rows="6" columns="1">
20810 <features tabularvalignment="middle">
20811 <column alignment="left" valignment="top">
20812 <row>
20813 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817 ふつう, g
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 </row>
20823 <row>
20824 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Plain Layout
20828
20829 \size large
20830 やや大
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841
20842 \size larger
20843
20844 \end_layout
20845
20846 \end_inset
20847 </cell>
20848 </row>
20849 <row>
20850 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854
20855 \size largest
20856 極大
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 </row>
20862 <row>
20863 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867
20868 \size huge
20869 極々大
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 </row>
20875 <row>
20876 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880
20881 \size giant
20882 最大
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 </lyxtabular>
20889
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \end_inset
20896
20897
20898 \begin_inset space \hfill{}
20899 \end_inset
20900
20901
20902 \begin_inset Float table
20903 wide false
20904 sideways false
20905 status collapsed
20906
20907 \begin_layout Plain Layout
20908 \begin_inset Caption Standard
20909
20910 \begin_layout Plain Layout
20911
20912 \series bold
20913
20914 \backslash
20915 strut
20916 \series default
20917 コマンドを使用した表
20918 \end_layout
20919
20920 \end_inset
20921
20922
20923 \end_layout
20924
20925 \begin_layout Plain Layout
20926 \noindent
20927 \align center
20928 \begin_inset Tabular
20929 <lyxtabular version="3" rows="6" columns="1">
20930 <features tabularvalignment="middle">
20931 <column alignment="left" valignment="top">
20932 <row>
20933 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 ふつう, g
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 </row>
20943 <row>
20944 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948
20949 \size large
20950 \begin_inset ERT
20951 status collapsed
20952
20953 \begin_layout Plain Layout
20954
20955
20956 \backslash
20957 strut 
20958 \end_layout
20959
20960 \end_inset
20961
20962 やや大
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 </row>
20968 <row>
20969 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973
20974 \size larger
20975 \begin_inset ERT
20976 status collapsed
20977
20978 \begin_layout Plain Layout
20979
20980
20981 \backslash
20982 strut 
20983 \end_layout
20984
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 </row>
20993 <row>
20994 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998
20999 \size largest
21000 \begin_inset ERT
21001 status collapsed
21002
21003 \begin_layout Plain Layout
21004
21005
21006 \backslash
21007 strut 
21008 \end_layout
21009
21010 \end_inset
21011
21012 極大
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 </row>
21018 <row>
21019 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21020 \begin_inset Text
21021
21022 \begin_layout Plain Layout
21023
21024 \size huge
21025 \begin_inset ERT
21026 status collapsed
21027
21028 \begin_layout Plain Layout
21029
21030
21031 \backslash
21032 strut 
21033 \end_layout
21034
21035 \end_inset
21036
21037 極々大
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 </row>
21043 <row>
21044 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Plain Layout
21048
21049 \size giant
21050 \begin_inset ERT
21051 status collapsed
21052
21053 \begin_layout Plain Layout
21054
21055
21056 \backslash
21057 strut 
21058 \end_layout
21059
21060 \end_inset
21061
21062 最大
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 </row>
21068 </lyxtabular>
21069
21070 \end_inset
21071
21072
21073 \end_layout
21074
21075 \end_inset
21076
21077
21078 \begin_inset space \hfill{}
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \end_inset
21085
21086
21087 \end_layout
21088
21089 \begin_layout Subsection
21090 特殊なセル揃え
21091 \begin_inset CommandInset label
21092 LatexCommand label
21093 name "subsec:特殊なセル揃え"
21094
21095 \end_inset
21096
21097
21098 \begin_inset Index idx
21099 status collapsed
21100
21101 \begin_layout Plain Layout
21102 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
21103 \end_layout
21104
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \begin_layout Standard
21111 ときには表
21112 \begin_inset CommandInset ref
21113 LatexCommand ref
21114 reference "tab:表セル"
21115
21116 \end_inset
21117
21118 の小数点のように,同一列の各セルの内容が,特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,当該列にカーソルを置いて,ツールバーボタン
21119 \begin_inset Info
21120 type  "icon"
21121 arg   "tabular-feature align-decimal"
21122 \end_inset
21123
21124 を押すか,表設定中で揃えを
21125 \family sans
21126 小数点で
21127 \family default
21128 に設定します.
21129 \end_layout
21130
21131 \begin_layout Standard
21132 \begin_inset Float table
21133 placement h
21134 wide false
21135 sideways false
21136 status open
21137
21138 \begin_layout Plain Layout
21139 \begin_inset Caption Standard
21140
21141 \begin_layout Plain Layout
21142 \begin_inset CommandInset label
21143 LatexCommand label
21144 name "tab:表セル"
21145
21146 \end_inset
21147
21148 一列が小数点で揃えられた表セル
21149 \end_layout
21150
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \begin_layout Plain Layout
21157 \align center
21158 \begin_inset Tabular
21159 <lyxtabular version="3" rows="4" columns="1">
21160 <features booktabs="true" tabularvalignment="middle">
21161 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
21162 <row>
21163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 見出し
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 </row>
21173 <row>
21174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178 12.6
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 </row>
21184 <row>
21185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21186 \begin_inset Text
21187
21188 \begin_layout Plain Layout
21189 0.68
21190 \end_layout
21191
21192 \end_inset
21193 </cell>
21194 </row>
21195 <row>
21196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 -123.0
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 </row>
21206 </lyxtabular>
21207
21208 \end_inset
21209
21210
21211 \end_layout
21212
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \begin_layout Standard
21219 \begin_inset Float table
21220 placement h
21221 wide false
21222 sideways false
21223 status open
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Caption Standard
21227
21228 \begin_layout Plain Layout
21229 \begin_inset CommandInset label
21230 LatexCommand label
21231 name "tab:演算子揃え表"
21232
21233 \end_inset
21234
21235 一列が演算子で揃えられた表セル
21236 \end_layout
21237
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \begin_layout Plain Layout
21244 \align center
21245 \begin_inset Tabular
21246 <lyxtabular version="3" rows="4" columns="2">
21247 <features booktabs="true" tabularvalignment="middle">
21248 <column alignment="right" valignment="top" width="0pt">
21249 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21250 <row>
21251 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Plain Layout
21255 見出し
21256 \end_layout
21257
21258 \end_inset
21259 </cell>
21260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 </row>
21270 <row>
21271 <cell alignment="center" valignment="top" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275 \begin_inset Formula $12\,+$
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287 \begin_inset Formula $\,6$
21288 \end_inset
21289
21290
21291 \end_layout
21292
21293 \end_inset
21294 </cell>
21295 </row>
21296 <row>
21297 <cell alignment="center" valignment="top" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301 \begin_inset Formula $0\,-$
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $\,68$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 <row>
21323 <cell alignment="center" valignment="top" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327 \begin_inset Formula $-123\,/$
21328 \end_inset
21329
21330
21331 \end_layout
21332
21333 \end_inset
21334 </cell>
21335 <cell alignment="center" valignment="top" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 \begin_inset Formula $\,0$
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 </row>
21348 </lyxtabular>
21349
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \begin_layout Standard
21361 揃え文字を指定するフィールドには,数式を用いることができないので,この方法を使って,数式中の文字で揃えることはできません.このような場合には,表
21362 \begin_inset CommandInset ref
21363 LatexCommand ref
21364 reference "tab:演算子揃え表"
21365
21366 \end_inset
21367
21368 のような方法を用いる必要があります.この表は,4
21369 \begin_inset Formula $\times$
21370 \end_inset
21371
21372 2表として作成されており,見出しは中央揃え連結列です.第1列には,右揃えで演算子を含む前半部を収め,第2列には,左揃えで残りを収めます.演算子の周りに通常加えら
21373 れる空白を得るために,第2列の各セルの冒頭には,小空白が加えられています.通常,表の列間に加えられる余白を削るために,
21374 \end_layout
21375
21376 \begin_layout Standard
21377
21378 \series bold
21379 @{}l
21380 \end_layout
21381
21382 \begin_layout Standard
21383 という\SpecialChar LaTeX
21384 引数を第2列に指定します.
21385 \end_layout
21386
21387 \begin_layout Standard
21388
21389 \begin_inset CommandInset ref
21390 LatexCommand ref
21391 reference "tab:表セル揃え"
21392
21393 \end_inset
21394
21395 は,揃え方の例をいくつか示しています.関係子で揃えるために,表
21396 \begin_inset CommandInset ref
21397 LatexCommand ref
21398 reference "tab:演算子揃え表"
21399
21400 \end_inset
21401
21402 の冒頭には,小空白が加えられています.
21403 \end_layout
21404
21405 \begin_layout Standard
21406 \begin_inset Float table
21407 wide false
21408 sideways false
21409 status open
21410
21411 \begin_layout Plain Layout
21412 \begin_inset Caption Standard
21413
21414 \begin_layout Plain Layout
21415 \begin_inset CommandInset label
21416 LatexCommand label
21417 name "tab:表セル揃え"
21418
21419 \end_inset
21420
21421 表セルの揃えの例
21422 \end_layout
21423
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \begin_layout Plain Layout
21430 \align center
21431 \begin_inset Tabular
21432 <lyxtabular version="3" rows="4" columns="6">
21433 <features tabularvalignment="middle">
21434 <column alignment="right" valignment="top">
21435 <column alignment="left" valignment="top" special="@{}l">
21436 <column alignment="right" valignment="top">
21437 <column alignment="left" valignment="top" special="@{}l">
21438 <column alignment="right" valignment="top">
21439 <column alignment="left" valignment="top" special="@{}l">
21440 <row>
21441 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445 単位
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 冪数
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481 関係子
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 </row>
21496 <row>
21497 <cell alignment="center" valignment="top" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 12
21502 \begin_inset Formula $\times$
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514 24本の瓶
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 <cell alignment="center" valignment="top" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523 \begin_inset Formula $10\cdot$
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535 \begin_inset Formula $10^{\mbox{-}17}$
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 \begin_inset Formula $\Gamma(t)\propto$
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 <cell alignment="center" valignment="top" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559 \begin_inset Formula $\:\Upsilon(t)$
21560 \end_inset
21561
21562
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 </row>
21568 <row>
21569 <cell alignment="center" valignment="top" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573 1024
21574 \begin_inset Formula $\times$
21575 \end_inset
21576
21577
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586 768ピクセル
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 <cell alignment="center" valignment="top" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595 \begin_inset Formula $5.78\cdot$
21596 \end_inset
21597
21598
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 \begin_inset Formula $10^{7}$
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 \begin_inset Formula $A\ne$
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 <cell alignment="center" valignment="top" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 \begin_inset Formula $\:B_{\mathrm{red}}$
21632 \end_inset
21633
21634
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 </row>
21640 <row>
21641 <cell alignment="center" valignment="top" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645 32
21646 \begin_inset Formula $\times$
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 6
21659 \begin_inset space \thinspace{}
21660 \end_inset
21661
21662 cm
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 <cell alignment="center" valignment="top" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 -
21672 \begin_inset Formula $33.5\cdot$
21673 \end_inset
21674
21675
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 \begin_inset Formula $10^{4}$
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 \begin_inset Formula $\sin(\alpha)\ge$
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Formula $\:\sin(\beta)$
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 </lyxtabular>
21718
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \begin_layout Subsection
21730 自製のセル書式および列書式
21731 \begin_inset CommandInset label
21732 LatexCommand label
21733 name "subsec:自製書式"
21734
21735 \end_inset
21736
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 \end_layout
21749
21750 \begin_layout Standard
21751
21752 \begin_inset CommandInset ref
21753 LatexCommand ref
21754 reference "sec:表幅の計算"
21755
21756 \end_inset
21757
21758 節のようにして通常列の必要幅を計算したり,第
21759 \begin_inset CommandInset ref
21760 LatexCommand ref
21761 reference "subsec:連結列の計算"
21762
21763 \end_inset
21764
21765 節のように連結列の必要幅を計算したりするのは,計算の必要な表が複数あるときには,とても大変です.そこで楽をするために,プリアンブルでセル・列書式を定義してしまえ
21766 ば,それを文書中のすべての表で使うことができます.書式は,以下のように定義します.
21767 \end_layout
21768
21769 \begin_layout Standard
21770
21771 \series bold
21772
21773 \backslash
21774 newcolumntype{書式名}[引数の数]{コマンド}
21775 \end_layout
21776
21777 \begin_layout Standard
21778 書式名は,一文字だけでも構いません.
21779 \emph on
21780 b
21781 \emph default
21782
21783 \emph on
21784 c
21785 \emph default
21786
21787 \emph on
21788 l
21789 \emph default
21790
21791 \emph on
21792 m
21793 \emph default
21794
21795 \emph on
21796 p
21797 \emph default
21798
21799 \emph on
21800 r
21801 \emph default
21802 の文字は定義済みですので使用することができませんが,これらの文字の大文字は使用可能です.
21803 \end_layout
21804
21805 \begin_layout Standard
21806 \begin_inset VSpace medskip
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \begin_layout Standard
21813 固定幅の縦横中央揃えの連結列セルの場合は,以下のセル書式を定義するとよいでしょう.
21814 \end_layout
21815
21816 \begin_layout Standard
21817
21818 \series bold
21819
21820 \backslash
21821 newcolumntype{M}[1]{>{
21822 \backslash
21823 centering
21824 \backslash
21825 hspace{0pt}}m{#1}}
21826 \end_layout
21827
21828 \begin_layout Standard
21829 ここで
21830 \series bold
21831
21832 \backslash
21833 hspace{0pt}
21834 \series default
21835 は,第
21836 \begin_inset CommandInset ref
21837 LatexCommand ref
21838 reference "subsec:複数行"
21839
21840 \end_inset
21841
21842 節で述べたように,最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,表ダイアログの
21843 \family sans
21844 \SpecialChar LaTeX
21845 の引数
21846 \family default
21847
21848 \end_layout
21849
21850 \begin_layout Standard
21851
21852 \series bold
21853 M{width}
21854 \end_layout
21855
21856 \begin_layout Standard
21857 と入力するだけですみます.
21858 \end_layout
21859
21860 \begin_layout Standard
21861 \begin_inset VSpace bigskip
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \begin_layout Standard
21868 連結列セルにまたがられる各セルについては,以下の書式を定義するとよいでしょう.
21869 \end_layout
21870
21871 \begin_layout Standard
21872
21873 \series bold
21874
21875 \backslash
21876 newcolumntype{S}[2]{>{
21877 \backslash
21878 centering
21879 \backslash
21880 hspace{0pt}}
21881 \begin_inset Newline newline
21882 \end_inset
21883
21884
21885 \begin_inset Phantom HPhantom
21886 status open
21887
21888 \begin_layout Plain Layout
21889
21890 \series bold
21891
21892 \backslash
21893 newcolumntype
21894 \end_layout
21895
21896 \end_inset
21897
21898 m{(#1+(2
21899 \backslash
21900 tabcolsep+
21901 \backslash
21902 arrayrulewidth)*(1-#2))/#2}}
21903 \end_layout
21904
21905 \begin_layout Standard
21906 この書式は,またがられる各セルが同じ幅になる幅を計算するのに,第
21907 \begin_inset CommandInset ref
21908 LatexCommand eqref
21909 reference "eq:Wgn"
21910
21911 \end_inset
21912
21913 式を使用しています.
21914 \end_layout
21915
21916 \begin_layout Standard
21917 こうしておけば,当該セルの\SpecialChar LaTeX
21918 引数に
21919 \end_layout
21920
21921 \begin_layout Standard
21922
21923 \series bold
21924 S{連結列セルの幅}{連結列セルがまたがる列の数}
21925 \end_layout
21926
21927 \begin_layout Standard
21928 と入力するだけですみます.
21929 \end_layout
21930
21931 \begin_layout Standard
21932 \begin_inset VSpace bigskip
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \begin_layout Standard
21939 色付き列については,以下のように定義するとよいでしょう.
21940 \end_layout
21941
21942 \begin_layout Standard
21943
21944 \series bold
21945
21946 \backslash
21947 newcolumntype{K}[1]{>{
21948 \backslash
21949 columncolor{#1}
21950 \backslash
21951 hspace{0pt}}c}
21952 \end_layout
21953
21954 \begin_layout Standard
21955 最後の「c」は,文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,\SpecialChar LaTeX
21956 引数に
21957 \end_layout
21958
21959 \begin_layout Standard
21960
21961 \series bold
21962 K{色名}
21963 \end_layout
21964
21965 \begin_layout Standard
21966 と入力します.
21967 \end_layout
21968
21969 \begin_layout Standard
21970 \begin_inset VSpace bigskip
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \begin_layout Standard
21977
21978 \begin_inset CommandInset ref
21979 LatexCommand ref
21980 reference "tab:ユーザー定義の表書式"
21981
21982 \end_inset
21983
21984 を生成するには,第1列と連結列に\SpecialChar LaTeX
21985 引数として
21986 \end_layout
21987
21988 \begin_layout Standard
21989
21990 \series bold
21991 M{2.5cm}
21992 \end_layout
21993
21994 \begin_layout Standard
21995 を指定し,最終列に
21996 \end_layout
21997
21998 \begin_layout Standard
21999
22000 \series bold
22001 K{red}
22002 \end_layout
22003
22004 \begin_layout Standard
22005 そして第2列の各セルに
22006 \end_layout
22007
22008 \begin_layout Standard
22009
22010 \series bold
22011 S{2.5cm}{2}
22012 \end_layout
22013
22014 \begin_layout Standard
22015 と指定します.
22016 \end_layout
22017
22018 \begin_layout Standard
22019 \begin_inset Float table
22020 placement h
22021 wide false
22022 sideways false
22023 status open
22024
22025 \begin_layout Plain Layout
22026 \begin_inset Caption Standard
22027
22028 \begin_layout Plain Layout
22029 \begin_inset CommandInset label
22030 LatexCommand label
22031 name "tab:ユーザー定義の表書式"
22032
22033 \end_inset
22034
22035 ユーザー定義の表書式を使用した表
22036 \end_layout
22037
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \begin_layout Plain Layout
22044 \align center
22045 \begin_inset Tabular
22046 <lyxtabular version="3" rows="3" columns="4">
22047 <features tabularvalignment="middle">
22048 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22049 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22050 <column alignment="center" valignment="middle">
22051 <column alignment="center" valignment="middle" special="K{red}">
22052 <row>
22053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 とても長い表セル中の単語
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066 複数行の連結列
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 </row>
22090 <row>
22091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 </row>
22128 <row>
22129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 </row>
22166 </lyxtabular>
22167
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \begin_layout Subsection
22179 罫線幅
22180 \begin_inset CommandInset label
22181 LatexCommand label
22182 name "subsec:罫線幅"
22183
22184 \end_inset
22185
22186
22187 \begin_inset Index idx
22188 status collapsed
22189
22190 \begin_layout Plain Layout
22191 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
22192 \end_layout
22193
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \begin_layout Standard
22200 表中のすべての罫線の罫線幅を調整するには,長さ
22201 \series bold
22202
22203 \backslash
22204 arrayrulewidth
22205 \series default
22206 を使用します.たとえば,表
22207 \begin_inset CommandInset ref
22208 LatexCommand ref
22209 reference "tab:Table-with-1.5"
22210
22211 \end_inset
22212
22213 のように罫線幅を1.5
22214 \begin_inset space \thinspace{}
22215 \end_inset
22216
22217 ptにするには,表や表フロートの前に\SpecialChar TeX
22218 コードで
22219 \end_layout
22220
22221 \begin_layout Standard
22222
22223 \series bold
22224
22225 \backslash
22226 setlength{
22227 \backslash
22228 arrayrulewidth}{1.5pt}
22229 \end_layout
22230
22231 \begin_layout Standard
22232 というコマンドを挿入します.こうして変更した罫線幅は,これ以降のすべての表に適用されます.ふたたび既定値を使用するには,表か表フロートの前に\SpecialChar TeX
22233 コードで
22234 \series bold
22235
22236 \backslash
22237 arrayrulewidth
22238 \series default
22239 を0.4
22240 \begin_inset space \thinspace{}
22241 \end_inset
22242
22243 ptに設定してください.
22244 \end_layout
22245
22246 \begin_layout Standard
22247 \begin_inset ERT
22248 status collapsed
22249
22250 \begin_layout Plain Layout
22251
22252
22253 \backslash
22254 setlength{
22255 \backslash
22256 arrayrulewidth}{1.5pt}
22257 \end_layout
22258
22259 \end_inset
22260
22261
22262 \begin_inset Float table
22263 wide false
22264 sideways false
22265 status open
22266
22267 \begin_layout Plain Layout
22268 \begin_inset Caption Standard
22269
22270 \begin_layout Plain Layout
22271 \begin_inset CommandInset label
22272 LatexCommand label
22273 name "tab:Table-with-1.5"
22274
22275 \end_inset
22276
22277 1.5
22278 \begin_inset space \thinspace{}
22279 \end_inset
22280
22281 pt幅罫線の表
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \begin_layout Plain Layout
22290 \align center
22291 \begin_inset Tabular
22292 <lyxtabular version="3" rows="3" columns="3">
22293 <features tabularvalignment="middle">
22294 <column alignment="center" valignment="top">
22295 <column alignment="center" valignment="top">
22296 <column alignment="center" valignment="top">
22297 <row>
22298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302 sd
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 </row>
22326 <row>
22327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340 sd
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 </row>
22355 <row>
22356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22357 \begin_inset Text
22358
22359 \begin_layout Plain Layout
22360
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378 sd
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 </row>
22384 </lyxtabular>
22385
22386 \end_inset
22387
22388
22389 \end_layout
22390
22391 \end_inset
22392
22393
22394 \begin_inset ERT
22395 status collapsed
22396
22397 \begin_layout Plain Layout
22398
22399
22400 \backslash
22401 setlength{
22402 \backslash
22403 arrayrulewidth}{0.4pt}
22404 \end_layout
22405
22406 \end_inset
22407
22408
22409 \end_layout
22410
22411 \begin_layout Standard
22412 \begin_inset VSpace bigskip
22413 \end_inset
22414
22415
22416 \begin_inset CommandInset ref
22417 LatexCommand ref
22418 reference "tab:1.5pt幅横罫"
22419
22420 \end_inset
22421
22422 のように横罫だけを1.5
22423 \begin_inset space \thinspace{}
22424 \end_inset
22425
22426 pt幅にするには,表または表フロートの前に\SpecialChar TeX
22427 コードとして以下のコマンドを挿入してください.
22428 \end_layout
22429
22430 \begin_layout Standard
22431
22432 \series bold
22433
22434 \backslash
22435 let
22436 \backslash
22437 myHline
22438 \backslash
22439 hline
22440 \begin_inset Newline newline
22441 \end_inset
22442
22443
22444 \backslash
22445 renewcommand{
22446 \backslash
22447 hline}
22448 \begin_inset Newline newline
22449 \end_inset
22450
22451  {
22452 \backslash
22453 noalign{
22454 \backslash
22455 global
22456 \backslash
22457 arrayrulewidth 1.5pt}
22458 \begin_inset Newline newline
22459 \end_inset
22460
22461  
22462 \backslash
22463 myHline
22464 \backslash
22465 noalign{
22466 \backslash
22467 global
22468 \backslash
22469 arrayrulewidth 0.4pt}}
22470 \end_layout
22471
22472 \begin_layout Standard
22473 既定幅に戻すには,表または表フロートの後に\SpecialChar TeX
22474 コードとして以下のコマンドを挿入します.
22475 \end_layout
22476
22477 \begin_layout Standard
22478
22479 \series bold
22480
22481 \backslash
22482 renewcommand{
22483 \backslash
22484 hline}{
22485 \backslash
22486 myHline}
22487 \end_layout
22488
22489 \begin_layout Standard
22490 \begin_inset ERT
22491 status collapsed
22492
22493 \begin_layout Plain Layout
22494
22495
22496 \backslash
22497 let
22498 \backslash
22499 myHline
22500 \backslash
22501 hline
22502 \end_layout
22503
22504 \begin_layout Plain Layout
22505
22506
22507 \backslash
22508 renewcommand{
22509 \backslash
22510 hline}
22511 \end_layout
22512
22513 \begin_layout Plain Layout
22514
22515  {
22516 \backslash
22517 noalign{
22518 \backslash
22519 global
22520 \backslash
22521 arrayrulewidth 1.5pt}
22522 \end_layout
22523
22524 \begin_layout Plain Layout
22525
22526   
22527 \backslash
22528 myHline
22529 \backslash
22530 noalign{
22531 \backslash
22532 global
22533 \backslash
22534 arrayrulewidth 0.4pt}}
22535 \end_layout
22536
22537 \end_inset
22538
22539
22540 \begin_inset Float table
22541 wide false
22542 sideways false
22543 status open
22544
22545 \begin_layout Plain Layout
22546 \begin_inset Caption Standard
22547
22548 \begin_layout Plain Layout
22549 \begin_inset CommandInset label
22550 LatexCommand label
22551 name "tab:1.5pt幅横罫"
22552
22553 \end_inset
22554
22555 1.5
22556 \begin_inset space \thinspace{}
22557 \end_inset
22558
22559 pt幅横罫の表
22560 \end_layout
22561
22562 \end_inset
22563
22564
22565 \end_layout
22566
22567 \begin_layout Plain Layout
22568 \align center
22569 \begin_inset Tabular
22570 <lyxtabular version="3" rows="3" columns="3">
22571 <features tabularvalignment="middle">
22572 <column alignment="center" valignment="top">
22573 <column alignment="center" valignment="top">
22574 <column alignment="center" valignment="top">
22575 <row>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 sd
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 </row>
22604 <row>
22605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 sd
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 </row>
22633 <row>
22634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638
22639 \end_layout
22640
22641 \end_inset
22642 </cell>
22643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 sd
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 </row>
22662 </lyxtabular>
22663
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \end_inset
22670
22671
22672 \begin_inset ERT
22673 status collapsed
22674
22675 \begin_layout Plain Layout
22676
22677
22678 \backslash
22679 renewcommand{
22680 \backslash
22681 hline}{
22682 \backslash
22683 myHline}
22684 \end_layout
22685
22686 \end_inset
22687
22688
22689 \end_layout
22690
22691 \begin_layout Standard
22692 \begin_inset VSpace bigskip
22693 \end_inset
22694
22695 縦罫だけを1.5
22696 \begin_inset space \thinspace{}
22697 \end_inset
22698
22699 pt幅にするには,第
22700 \begin_inset CommandInset ref
22701 LatexCommand ref
22702 reference "subsec:自製書式"
22703
22704 \end_inset
22705
22706 節の説明にしたがって,文書プリアンブルに以下のような列書式を作成してください.
22707 \end_layout
22708
22709 \begin_layout Standard
22710
22711 \series bold
22712
22713 \backslash
22714 newcolumntype{V}{!{
22715 \backslash
22716 vrule width 1.5pt}}
22717 \end_layout
22718
22719 \begin_layout Standard
22720
22721 \begin_inset CommandInset ref
22722 LatexCommand ref
22723 reference "tab:1.5pt幅縦罫"
22724
22725 \end_inset
22726
22727 を作るには,最右列に\SpecialChar LaTeX
22728 引数
22729 \end_layout
22730
22731 \begin_layout Standard
22732
22733 \series bold
22734 VcV
22735 \end_layout
22736
22737 \begin_layout Standard
22738 を指定し,他の列には
22739 \end_layout
22740
22741 \begin_layout Standard
22742
22743 \series bold
22744 Vc
22745 \end_layout
22746
22747 \begin_layout Standard
22748 を指定します.
22749 \end_layout
22750
22751 \begin_layout Standard
22752 \begin_inset Float table
22753 wide false
22754 sideways false
22755 status open
22756
22757 \begin_layout Plain Layout
22758 \begin_inset Caption Standard
22759
22760 \begin_layout Plain Layout
22761 \begin_inset CommandInset label
22762 LatexCommand label
22763 name "tab:1.5pt幅縦罫"
22764
22765 \end_inset
22766
22767 1.5
22768 \begin_inset space \thinspace{}
22769 \end_inset
22770
22771 pt幅縦罫の表
22772 \end_layout
22773
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \begin_layout Plain Layout
22780 \align center
22781 \begin_inset Tabular
22782 <lyxtabular version="3" rows="3" columns="3">
22783 <features tabularvalignment="middle">
22784 <column alignment="center" valignment="top" special="Vc">
22785 <column alignment="center" valignment="top" special="Vc">
22786 <column alignment="center" valignment="top" special="VcV">
22787 <row>
22788 <cell alignment="center" valignment="top" topline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792 sd
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 <cell alignment="center" valignment="top" topline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Plain Layout
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 <cell alignment="center" valignment="top" topline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 </row>
22816 <row>
22817 <cell alignment="center" valignment="top" topline="true" usebox="none">
22818 \begin_inset Text
22819
22820 \begin_layout Plain Layout
22821
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 sd
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" topline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 </row>
22845 <row>
22846 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 sd
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 </row>
22874 </lyxtabular>
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \begin_layout Subsection
22887 点罫
22888 \begin_inset Index idx
22889 status collapsed
22890
22891 \begin_layout Plain Layout
22892 ひょうのちょうせい@表の調整 ! てんけい@点罫
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \begin_layout Standard
22901 \begin_inset ERT
22902 status collapsed
22903
22904 \begin_layout Plain Layout
22905
22906
22907 \backslash
22908 ifarydshln
22909 \end_layout
22910
22911 \end_inset
22912
22913
22914 \begin_inset Note Note
22915 status open
22916
22917 \begin_layout Plain Layout
22918 この節は,\SpecialChar LaTeX
22919 パッケージ
22920 \series bold
22921 arydshln
22922 \series default
22923 が導入済みの時のみ表示されます.
22924 \end_layout
22925
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \begin_layout Standard
22932 \begin_inset Float table
22933 placement H
22934 wide false
22935 sideways false
22936 status open
22937
22938 \begin_layout Plain Layout
22939 \begin_inset Caption Standard
22940
22941 \begin_layout Plain Layout
22942 \begin_inset CommandInset label
22943 LatexCommand label
22944 name "tab:点罫表"
22945
22946 \end_inset
22947
22948 点罫を使用した表
22949 \end_layout
22950
22951 \end_inset
22952
22953
22954 \end_layout
22955
22956 \begin_layout Plain Layout
22957 \align center
22958 \begin_inset Tabular
22959 <lyxtabular version="3" rows="5" columns="5">
22960 <features tabularvalignment="middle">
22961 <column alignment="center" valignment="top">
22962 <column alignment="center" valignment="top">
22963 <column alignment="center" valignment="top" special=":c">
22964 <column alignment="center" valignment="top">
22965 <column alignment="center" valignment="top">
22966 <row>
22967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 </row>
23013 <row>
23014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell alignment="center" valignment="top" topline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 </row>
23060 <row>
23061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 \begin_inset ERT
23066 status collapsed
23067
23068 \begin_layout Plain Layout
23069
23070
23071 \backslash
23072 hdashline 
23073 \end_layout
23074
23075 \end_inset
23076
23077
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 <cell alignment="center" valignment="top" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 </row>
23119 <row>
23120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124 \begin_inset ERT
23125 status collapsed
23126
23127 \begin_layout Plain Layout
23128
23129
23130 \backslash
23131 cdashline{4-5}
23132 \end_layout
23133
23134 \end_inset
23135
23136
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23142 \begin_inset Text
23143
23144 \begin_layout Plain Layout
23145
23146 \end_layout
23147
23148 \end_inset
23149 </cell>
23150 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 </row>
23178 <row>
23179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192
23193 \end_layout
23194
23195 \end_inset
23196 </cell>
23197 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 </row>
23225 </lyxtabular>
23226
23227 \end_inset
23228
23229
23230 \end_layout
23231
23232 \end_inset
23233
23234
23235 \end_layout
23236
23237 \begin_layout Standard
23238 \SpecialChar LyX
23239 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
23240 コードを使用する必要があります.必須要件として,文書プリアンブル中に
23241 \end_layout
23242
23243 \begin_layout Standard
23244
23245 \series bold
23246
23247 \backslash
23248 usepackage{arydshln}
23249 \end_layout
23250
23251 \begin_layout Standard
23252 というコマンドを書き,\SpecialChar LaTeX
23253 パッケージの
23254 \series bold
23255 arydshln
23256 \series default
23257
23258 \begin_inset Index idx
23259 status collapsed
23260
23261 \begin_layout Plain Layout
23262 \SpecialChar LaTeX
23263 ぱっけーじ@\SpecialChar LaTeX
23264 パッケージ ! arydshln
23265 \end_layout
23266
23267 \end_inset
23268
23269 を読み込んでおく必要があります.縦罫を点罫にするには,表セルダイアログの\SpecialChar LaTeX
23270 変数として,水平揃え用の文字とともにコロン「:」を入力してください.
23271 \end_layout
23272
23273 \begin_layout Standard
23274 横点罫を得るには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23275 コードで
23276 \end_layout
23277
23278 \begin_layout Standard
23279
23280 \series bold
23281
23282 \backslash
23283 hdashline
23284 \end_layout
23285
23286 \begin_layout Standard
23287 というコマンドを加えてください.
23288 \end_layout
23289
23290 \begin_layout Standard
23291 連結列に点罫を書くには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23292 コードで
23293 \end_layout
23294
23295 \begin_layout Standard
23296
23297 \series bold
23298
23299 \backslash
23300 cdashline{列番号
23301 \series default
23302 }
23303 \end_layout
23304
23305 \begin_layout Standard
23306 なるコマンドを使用してください.たとえば,第2列から第4列にわたる連結列があって,その上に点罫が欲しい場合には,連結列のある行の最初のセルの冒頭に
23307 \end_layout
23308
23309 \begin_layout Standard
23310
23311 \series bold
23312
23313 \backslash
23314 cdashline{2-4}
23315 \end_layout
23316
23317 \begin_layout Standard
23318 なるコマンドを置いてください.
23319 \end_layout
23320
23321 \begin_layout Standard
23322 \begin_inset VSpace bigskip
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \begin_layout Standard
23329
23330 \begin_inset CommandInset ref
23331 LatexCommand ref
23332 reference "tab:点罫表"
23333
23334 \end_inset
23335
23336 は,第3列の\SpecialChar LaTeX
23337 変数に「:c」を指定して作られています.第3行の最初のセルには,\SpecialChar TeX
23338 コードのコマンド
23339 \series bold
23340
23341 \backslash
23342 hdashline
23343 \series default
23344 が挿れられており,第4行の最初のセルには,\SpecialChar TeX
23345 コードのコマンド
23346 \begin_inset Newline newline
23347 \end_inset
23348
23349  
23350 \series bold
23351
23352 \backslash
23353 cdashline{4-5}
23354 \series default
23355 が挿れられています.
23356 \end_layout
23357
23358 \begin_layout Standard
23359 \begin_inset VSpace bigskip
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \begin_layout Standard
23366 点罫を持つ表も,表
23367 \begin_inset CommandInset ref
23368 LatexCommand ref
23369 reference "tab:Colored-table-with"
23370
23371 \end_inset
23372
23373 のように色付けをすることができます.
23374 \end_layout
23375
23376 \begin_layout Standard
23377 \begin_inset ERT
23378 status collapsed
23379
23380 \begin_layout Plain Layout
23381
23382
23383 \backslash
23384 setlength{
23385 \backslash
23386 arrayrulewidth}{1pt}
23387 \end_layout
23388
23389 \end_inset
23390
23391
23392 \begin_inset Note Note
23393 status collapsed
23394
23395 \begin_layout Plain Layout
23396 罫線色が見易いように線を太く
23397 \end_layout
23398
23399 \end_inset
23400
23401
23402 \end_layout
23403
23404 \begin_layout Standard
23405 \begin_inset ERT
23406 status collapsed
23407
23408 \begin_layout Plain Layout
23409
23410
23411 \backslash
23412 dashgapcolor{green}
23413 \end_layout
23414
23415 \end_inset
23416
23417
23418 \begin_inset Note Note
23419 status collapsed
23420
23421 \begin_layout Plain Layout
23422 緑点罫の間の色付き余白
23423 \end_layout
23424
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \begin_layout Standard
23431 \begin_inset ERT
23432 status collapsed
23433
23434 \begin_layout Plain Layout
23435
23436
23437 \backslash
23438 let
23439 \backslash
23440 myHdashline
23441 \backslash
23442 hdashline
23443 \end_layout
23444
23445 \begin_layout Plain Layout
23446
23447
23448 \backslash
23449 renewcommand{
23450 \backslash
23451 hdashline}
23452 \end_layout
23453
23454 \begin_layout Plain Layout
23455
23456  {
23457 \backslash
23458 arrayrulecolor{red}
23459 \backslash
23460 myHdashline
23461 \backslash
23462 arrayrulecolor{black}}
23463 \end_layout
23464
23465 \end_inset
23466
23467
23468 \begin_inset Note Note
23469 status collapsed
23470
23471 \begin_layout Plain Layout
23472 色付き水平線・点罫赤
23473 \end_layout
23474
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \begin_layout Standard
23481 \begin_inset ERT
23482 status collapsed
23483
23484 \begin_layout Plain Layout
23485
23486
23487 \backslash
23488 let
23489 \backslash
23490 myCdashline
23491 \backslash
23492 cdashline
23493 \end_layout
23494
23495 \begin_layout Plain Layout
23496
23497
23498 \backslash
23499 renewcommand{
23500 \backslash
23501 cdashline}[1]
23502 \end_layout
23503
23504 \begin_layout Plain Layout
23505
23506  {
23507 \backslash
23508 arrayrulecolor{yellow}
23509 \backslash
23510 myCdashline{#1}
23511 \backslash
23512 arrayrulecolor{black}}
23513 \end_layout
23514
23515 \end_inset
23516
23517
23518 \begin_inset Note Note
23519 status collapsed
23520
23521 \begin_layout Plain Layout
23522 色付き部分水平線・点罫黄色
23523 \end_layout
23524
23525 \end_inset
23526
23527
23528 \end_layout
23529
23530 \begin_layout Standard
23531 \begin_inset Float table
23532 placement h
23533 wide false
23534 sideways false
23535 status open
23536
23537 \begin_layout Plain Layout
23538 \begin_inset Caption Standard
23539
23540 \begin_layout Plain Layout
23541 \begin_inset CommandInset label
23542 LatexCommand label
23543 name "tab:Colored-table-with"
23544
23545 \end_inset
23546
23547 点罫線の色付き表
23548 \end_layout
23549
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \begin_layout Plain Layout
23556 \align center
23557 \begin_inset Tabular
23558 <lyxtabular version="3" rows="5" columns="5">
23559 <features tabularvalignment="middle">
23560 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23561 <column alignment="center" valignment="top" width="0pt">
23562 <column alignment="center" valignment="top" width="0pt" special=":c">
23563 <column alignment="center" valignment="top">
23564 <column alignment="center" valignment="top">
23565 <row>
23566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 <cell alignment="center" valignment="top" topline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 <row>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 <cell alignment="center" valignment="top" topline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 <cell alignment="center" valignment="top" topline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653
23654 \end_layout
23655
23656 \end_inset
23657 </cell>
23658 </row>
23659 <row>
23660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23661 \begin_inset Text
23662
23663 \begin_layout Plain Layout
23664 \begin_inset ERT
23665 status collapsed
23666
23667 \begin_layout Plain Layout
23668
23669
23670 \backslash
23671 hdashline 
23672 \end_layout
23673
23674 \end_inset
23675
23676
23677 \begin_inset ERT
23678 status collapsed
23679
23680 \begin_layout Plain Layout
23681
23682
23683 \backslash
23684 rowcolor{Gray}
23685 \end_layout
23686
23687 \end_inset
23688
23689
23690 \end_layout
23691
23692 \end_inset
23693 </cell>
23694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698
23699 \end_layout
23700
23701 \end_inset
23702 </cell>
23703 <cell alignment="center" valignment="top" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 </row>
23731 <row>
23732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736 \begin_inset ERT
23737 status collapsed
23738
23739 \begin_layout Plain Layout
23740
23741
23742 \backslash
23743 cdashline{4-5}
23744 \end_layout
23745
23746 \end_inset
23747
23748
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23763 \begin_inset Text
23764
23765 \begin_layout Plain Layout
23766
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 </row>
23790 <row>
23791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831 \begin_inset ERT
23832 status collapsed
23833
23834 \begin_layout Plain Layout
23835
23836
23837 \backslash
23838 cellcolor{Maroon}
23839 \end_layout
23840
23841 \end_inset
23842
23843
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 </row>
23849 </lyxtabular>
23850
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \begin_layout Standard
23862 \begin_inset ERT
23863 status collapsed
23864
23865 \begin_layout Plain Layout
23866
23867
23868 \backslash
23869 renewcommand{
23870 \backslash
23871 hdashline}{
23872 \backslash
23873 myHdashline}
23874 \end_layout
23875
23876 \end_inset
23877
23878
23879 \begin_inset Note Note
23880 status collapsed
23881
23882 \begin_layout Plain Layout
23883 既定値に戻す
23884 \end_layout
23885
23886 \end_inset
23887
23888
23889 \end_layout
23890
23891 \begin_layout Standard
23892 \begin_inset ERT
23893 status collapsed
23894
23895 \begin_layout Plain Layout
23896
23897
23898 \backslash
23899 renewcommand{
23900 \backslash
23901 cdashline}{
23902 \backslash
23903 myCdashline}
23904 \end_layout
23905
23906 \end_inset
23907
23908
23909 \begin_inset Note Note
23910 status collapsed
23911
23912 \begin_layout Plain Layout
23913 既定値に戻す
23914 \end_layout
23915
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \begin_layout Standard
23922 \begin_inset ERT
23923 status collapsed
23924
23925 \begin_layout Plain Layout
23926
23927
23928 \backslash
23929 nodashgapcolor
23930 \end_layout
23931
23932 \end_inset
23933
23934
23935 \begin_inset Note Note
23936 status collapsed
23937
23938 \begin_layout Plain Layout
23939 既定値に戻す
23940 \end_layout
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \begin_layout Standard
23948 \begin_inset ERT
23949 status collapsed
23950
23951 \begin_layout Plain Layout
23952
23953
23954 \backslash
23955 setlength{
23956 \backslash
23957 arrayrulewidth}{0.4pt}
23958 \end_layout
23959
23960 \end_inset
23961
23962
23963 \begin_inset Note Note
23964 status collapsed
23965
23966 \begin_layout Plain Layout
23967 既定値に戻す
23968 \end_layout
23969
23970 \end_inset
23971
23972
23973 \end_layout
23974
23975 \begin_layout Standard
23976 行や列,罫線の着色は,第
23977 \begin_inset CommandInset ref
23978 LatexCommand ref
23979 reference "sec:色付きの表"
23980
23981 \end_inset
23982
23983 節に述べられているように動作します.水平線の着色も,
23984 \series bold
23985
23986 \backslash
23987 myHlineC
23988 \series default
23989 コマンドを
23990 \series bold
23991
23992 \backslash
23993 myHdashline
23994 \series default
23995 に置き換え,
23996 \series bold
23997
23998 \backslash
23999 hline
24000 \series default
24001
24002 \series bold
24003
24004 \backslash
24005 hdashline
24006 \series default
24007 に置き換えれば,そこで述べられているのと同様に機能します.したがって,以下のようなコマンドを使います.
24008 \end_layout
24009
24010 \begin_layout Standard
24011
24012 \series bold
24013
24014 \backslash
24015 let
24016 \backslash
24017 myHdashline
24018 \backslash
24019 hdashline
24020 \begin_inset Newline newline
24021 \end_inset
24022
24023
24024 \backslash
24025 renewcommand{
24026 \backslash
24027 hdashline}
24028 \begin_inset Newline newline
24029 \end_inset
24030
24031
24032 \begin_inset Phantom HPhantom
24033 status open
24034
24035 \begin_layout Plain Layout
24036 \begin_inset space ~
24037 \end_inset
24038
24039
24040 \end_layout
24041
24042 \end_inset
24043
24044 {
24045 \backslash
24046 arrayrulecolor{red}
24047 \backslash
24048 myHdashline
24049 \backslash
24050 arrayrulecolor{black}}
24051 \end_layout
24052
24053 \begin_layout Standard
24054
24055 \series bold
24056
24057 \backslash
24058 cdashline
24059 \series default
24060 に色をつけるならば,コマンドは
24061 \end_layout
24062
24063 \begin_layout Standard
24064
24065 \series bold
24066
24067 \backslash
24068 let
24069 \backslash
24070 myCdashline
24071 \backslash
24072 cdashline
24073 \begin_inset Newline newline
24074 \end_inset
24075
24076
24077 \backslash
24078 renewcommand{
24079 \backslash
24080 cdashline}[1]
24081 \begin_inset Newline newline
24082 \end_inset
24083
24084
24085 \begin_inset Phantom HPhantom
24086 status open
24087
24088 \begin_layout Plain Layout
24089 \begin_inset space ~
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \end_inset
24096
24097 {
24098 \backslash
24099 arrayrulecolor{red}
24100 \backslash
24101 myCdashline{#1}
24102 \backslash
24103 arrayrulecolor{black}}
24104 \end_layout
24105
24106 \begin_layout Standard
24107 のようになります.黒の罫線に戻すには,以下のコマンドを表の後ろに\SpecialChar TeX
24108 コードで挿入する必要があります.
24109 \end_layout
24110
24111 \begin_layout Standard
24112
24113 \series bold
24114
24115 \backslash
24116 hdashline
24117 \series default
24118 の場合は
24119 \end_layout
24120
24121 \begin_layout Standard
24122
24123 \series bold
24124
24125 \backslash
24126 renewcommand{
24127 \backslash
24128 hdashline}{
24129 \backslash
24130 myHdashline}
24131 \end_layout
24132
24133 \begin_layout Standard
24134 とし,
24135 \series bold
24136
24137 \backslash
24138 cdashline
24139 \series default
24140 の場合は
24141 \end_layout
24142
24143 \begin_layout Standard
24144
24145 \series bold
24146
24147 \backslash
24148 renewcommand{
24149 \backslash
24150 cdashline}{
24151 \backslash
24152 myCdashline}
24153 \end_layout
24154
24155 \begin_layout Standard
24156 としてください.点線の間の余白に色をつけるには,表の前に\SpecialChar TeX
24157 コードで
24158 \end_layout
24159
24160 \begin_layout Standard
24161
24162 \series bold
24163
24164 \backslash
24165 dashgapcolor{色}
24166 \end_layout
24167
24168 \begin_layout Standard
24169 とすれば良いです.ここで「色」は,定義済みの色名です.
24170 \end_layout
24171
24172 \begin_layout Standard
24173
24174 \series bold
24175
24176 \backslash
24177 nodashgapcolor
24178 \end_layout
24179
24180 \begin_layout Standard
24181 というコマンドは,
24182 \series bold
24183
24184 \backslash
24185 dashgapcolor
24186 \series default
24187 が行った変更を元に戻します.
24188 \end_layout
24189
24190 \begin_layout Standard
24191 \begin_inset Note Greyedout
24192 status open
24193
24194 \begin_layout Plain Layout
24195
24196 \series bold
24197 【註】
24198 \series default
24199 1つのセル中に複数のコマンドがある場合,
24200 \series bold
24201 arydshln
24202 \series default
24203 のコマンドが,そのセル中で最初に来る必要があります.したがって,表
24204 \begin_inset CommandInset ref
24205 LatexCommand ref
24206 reference "tab:Colored-table-with"
24207
24208 \end_inset
24209
24210 のセル
24211 \emph on
24212 k
24213 \emph default
24214 では,
24215 \series bold
24216
24217 \backslash
24218 hdashline
24219 \series default
24220 コマンドが
24221 \series bold
24222
24223 \backslash
24224 rowcolor
24225 \series default
24226 の前に来ています.
24227 \end_layout
24228
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \begin_layout Standard
24235 \begin_inset Note Greyedout
24236 status open
24237
24238 \begin_layout Plain Layout
24239
24240 \series bold
24241 【註】
24242 \series default
24243 \SpecialChar LaTeX
24244 パッケージ
24245 \series bold
24246 arydshln
24247 \series default
24248 は,文書プリアンブル中で\SpecialChar LaTeX
24249 パッケージ
24250 \series bold
24251 colortbl
24252 \series default
24253
24254 \begin_inset Index idx
24255 status collapsed
24256
24257 \begin_layout Plain Layout
24258 \SpecialChar LaTeX
24259 ぱっけーじ@\SpecialChar LaTeX
24260 パッケージ ! colortbl
24261 \end_layout
24262
24263 \end_inset
24264
24265 よりも前に読み込まれている必要があります.
24266 \end_layout
24267
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \begin_layout Standard
24274 \begin_inset ERT
24275 status collapsed
24276
24277 \begin_layout Plain Layout
24278
24279
24280 \backslash
24281 else
24282 \end_layout
24283
24284 \end_inset
24285
24286
24287 \begin_inset Note Note
24288 status open
24289
24290 \begin_layout Plain Layout
24291 以下は,\SpecialChar LaTeX
24292 パッケージ
24293 \series bold
24294 arydshln
24295 \series default
24296 が導入済みでないときに表示されます.
24297 \end_layout
24298
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \begin_layout Standard
24305 本節の内容を出力に表示するためには,
24306 \series bold
24307 arydshln
24308 \series default
24309 パッケージを導入しなくてはなりません.
24310 \end_layout
24311
24312 \begin_layout Standard
24313 \begin_inset ERT
24314 status collapsed
24315
24316 \begin_layout Plain Layout
24317
24318
24319 \backslash
24320 fi
24321 \end_layout
24322
24323 \end_inset
24324
24325
24326 \end_layout
24327
24328 \begin_layout Standard
24329 点罫について詳しい情報は,
24330 \series bold
24331 arydshln
24332 \series default
24333 の取扱説明書
24334 \begin_inset CommandInset citation
24335 LatexCommand cite
24336 key "arydshln"
24337 literal "true"
24338
24339 \end_inset
24340
24341 をご覧ください.
24342 \end_layout
24343
24344 \begin_layout Chapter
24345 フロート
24346 \begin_inset CommandInset label
24347 LatexCommand label
24348 name "chap:フロート"
24349
24350 \end_inset
24351
24352
24353 \begin_inset Index idx
24354 status collapsed
24355
24356 \begin_layout Plain Layout
24357 ふろーと@フロート
24358 \end_layout
24359
24360 \end_inset
24361
24362
24363 \end_layout
24364
24365 \begin_layout Section
24366 はじめに
24367 \begin_inset CommandInset label
24368 LatexCommand label
24369 name "sec:フロートはじめに"
24370
24371 \end_inset
24372
24373
24374 \begin_inset Index idx
24375 status collapsed
24376
24377 \begin_layout Plain Layout
24378 ふろーと@フロート ! はじめに
24379 \end_layout
24380
24381 \end_inset
24382
24383
24384 \end_layout
24385
24386 \begin_layout Standard
24387 フロートは,何かしらのラベルに関連付けられた文章の塊で,固定された居場所を持ちません.フロートはもっとも適した場所を求めて,1頁ないし2頁,前後にただよう(フロ
24388 ート)ことができます.
24389 \family sans
24390 脚註
24391 \family default
24392
24393 \family sans
24394 傍註
24395 \family default
24396 も,当該ページに註が多すぎる場合には次頁にただよって行きますので,フロートの一種です.
24397 \end_layout
24398
24399 \begin_layout Standard
24400 フロートを使うと,質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,文章のない空白やページが出ることを避けることができるためです
24401 .このようなフローティングは,文章と図表のあいだの連関を破壊してしまうことがあるので,各フロートは文中から参照することができるようになっています.このため,フロ
24402 ートには連番が割り当てられます.参照については,第
24403 \begin_inset CommandInset ref
24404 LatexCommand ref
24405 reference "sec:フロートの参照"
24406
24407 \end_inset
24408
24409 節で述べられています.
24410 \end_layout
24411
24412 \begin_layout Standard
24413 フロートを挿入するには,
24414 \family sans
24415 挿入\SpecialChar menuseparator
24416 フロート
24417 \family default
24418 メニュー(
24419 \begin_inset Info
24420 type  "icon"
24421 arg   "float-insert figure"
24422 \end_inset
24423
24424 または
24425 \begin_inset Info
24426 type  "icon"
24427 arg   "float-insert table"
24428 \end_inset
24429
24430 ツールバーボタン)を使えば,ラベルのついたボックスすなわち
24431 \family sans
24432 キャプション
24433 \family default
24434 差込枠が挿入されます.このラベルは,出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,キャプションの文章を入れ,画像ないし表は,フロート中,キャプショ
24435 ンの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,第
24436 \begin_inset CommandInset ref
24437 LatexCommand ref
24438 reference "sec:キャプションの配置"
24439
24440 \end_inset
24441
24442 節に述べられています.また,\SpecialChar LyX
24443 文書を読みやすくするために,ボックスラベルを左クリックすれば,フロートボックスを広げたり畳んだりすることができるようになっています.
24444 畳んだフロートボックスは,
24445 \begin_inset Graphics
24446         filename clipart/float.png
24447         scale 95
24448         scaleBeforeRotation
24449
24450 \end_inset
24451
24452 のように,灰色ボタンに赤字ラベルで表示されます.
24453 \end_layout
24454
24455 \begin_layout Standard
24456 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
24457 エラーが発生し得るので,これを避けるために,フロートは独立した段落として挿入することをお勧めします.
24458 \end_layout
24459
24460 \begin_layout Standard
24461 既存の図表は,選択した後に新規フロートのツールバーボタンを押せば,フロート中の図表にすることができます.
24462 \end_layout
24463
24464 \begin_layout Section
24465 フロート型
24466 \end_layout
24467
24468 \begin_layout Standard
24469 \SpecialChar LyX
24470 には,第
24471 \begin_inset CommandInset ref
24472 LatexCommand ref
24473 reference "sec:図フロート"
24474
24475 \end_inset
24476
24477 節および第
24478 \begin_inset CommandInset ref
24479 LatexCommand ref
24480 reference "sec:表フロート"
24481
24482 \end_inset
24483
24484 節で各々説明されている図フロートと表フロート以外に,
24485 \family sans
24486 アルゴリズム型
24487 \series bold
24488
24489 \series default
24490 折返し型
24491 \family default
24492 のフロート型があります.後者は,第
24493 \begin_inset CommandInset ref
24494 LatexCommand ref
24495 reference "sec:折返しフロート"
24496
24497 \end_inset
24498
24499 節に説明があります.
24500 \end_layout
24501
24502 \begin_layout Subsection
24503 アルゴリズムフロート
24504 \begin_inset Index idx
24505 status collapsed
24506
24507 \begin_layout Plain Layout
24508 ふろーと@フロート ! あるごりずむ@アルゴリズム
24509 \end_layout
24510
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \begin_layout Standard
24517 \begin_inset Float algorithm
24518 placement h
24519 wide false
24520 sideways false
24521 status open
24522
24523 \begin_layout Plain Layout
24524 \begin_inset Caption Standard
24525
24526 \begin_layout Plain Layout
24527 \begin_inset CommandInset label
24528 LatexCommand label
24529 name "alg:アルゴリズムフロートの例"
24530
24531 \end_inset
24532
24533 アルゴリズムフロートの例
24534 \end_layout
24535
24536 \end_inset
24537
24538
24539 \end_layout
24540
24541 \begin_layout LyX-Code
24542 for I in 1..N loop
24543 \begin_inset Newline newline
24544 \end_inset
24545
24546  Sum:= Sum + A(I); /*comment*/
24547 \begin_inset Newline newline
24548 \end_inset
24549
24550 end loop
24551 \begin_inset VSpace -4mm
24552 \end_inset
24553
24554
24555 \end_layout
24556
24557 \end_inset
24558
24559
24560 \end_layout
24561
24562 \begin_layout Standard
24563 このフロート型は,
24564 \family sans
24565 挿入
24566 \shape up
24567 \SpecialChar menuseparator
24568 フロート\SpecialChar menuseparator
24569 アルゴリズム
24570 \family default
24571 \shape default
24572 メニューを使うと挿入することができます.これは,プログラムコードやアルゴリズムの記述に用いられ,第
24573 \begin_inset CommandInset ref
24574 LatexCommand ref
24575 reference "cha:プログラムコードリスト"
24576
24577 \end_inset
24578
24579 章で説明されているプログラムコードリストの代わりとみなすことができます.
24580 \emph on
24581 \SpecialChar LyX
24582 ユーザーの手引き
24583 \emph default
24584 に述べられているように,アルゴリズム向けの環境としては,
24585 \family sans
24586 \SpecialChar LyX
24587 コード
24588 \family default
24589 があります. アルゴリズム
24590 \begin_inset CommandInset ref
24591 LatexCommand ref
24592 reference "alg:アルゴリズムフロートの例"
24593
24594 \end_inset
24595
24596 は,アルゴリズムフロートの一例であり,下の罫線が最後の文字行のちょうど下に来るように,フロートの終わりに-4
24597 \begin_inset space \thinspace{}
24598 \end_inset
24599
24600 mmの垂直空白が入れてあります.
24601 \end_layout
24602
24603 \begin_layout Standard
24604 フロートラベルは,自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,文書プリアンブルに
24605 \end_layout
24606
24607 \begin_layout Standard
24608
24609 \series bold
24610
24611 \backslash
24612 floatname{algorithm}{付けたい名称}
24613 \end_layout
24614
24615 \begin_layout Standard
24616 という行を手動で加える必要があります.ここで
24617 \family sans
24618 \series bold
24619 付けたい名称
24620 \family default
24621 \series default
24622 には,お使いの言語で「
24623 \emph on
24624 algorithm
24625 \emph default
24626 」に対応する単語を指定します.
24627 \end_layout
24628
24629 \begin_layout Standard
24630 アルゴリズム一覧を挿入するには,文書言語が\SpecialChar LyX
24631 のメニューに表示されている言語と同じであるならば,
24632 \family sans
24633 挿入\SpecialChar menuseparator
24634 一覧/目次\SpecialChar menuseparator
24635 アルゴリズム一覧
24636 \family default
24637 メニューを使用します.それ以外の場合には,代わりに
24638 \end_layout
24639
24640 \begin_layout Standard
24641
24642 \series bold
24643
24644 \backslash
24645 listof{algorithm}{付けたい名称}
24646 \end_layout
24647
24648 \begin_layout Standard
24649 というコマンドを\SpecialChar TeX
24650 コードとして用います.ここで
24651 \family sans
24652 付けたい名称
24653 \family default
24654 とは,「
24655 \emph on
24656 List of Algorithm
24657 \emph default
24658 s」という単語に相当する,ご使用になりたい言語での単語です.
24659 \end_layout
24660
24661 \begin_layout Standard
24662 アルゴリズムフロートは,多くの文書クラスにおける図表フロートとは違って,「chapter.algorithm」スキームでは既定で付番されていません.このスキームで
24663 アルゴリズムフロートに連番を振るには,使用している文書のプリアンブルに
24664 \end_layout
24665
24666 \begin_layout Standard
24667
24668 \series bold
24669
24670 \backslash
24671 numberwithin{algorithm}{chapter}
24672 \end_layout
24673
24674 \begin_layout Standard
24675 というコマンドを追加してください.
24676 \series bold
24677
24678 \backslash
24679 numberwithin
24680 \series default
24681 というコマンドを使用するには,文書設定の
24682 \family sans
24683 数式オプション
24684 \family default
24685 タブで
24686 \family sans
24687 AMS mathパッケージを使用する
24688 \family default
24689 オプションを有効にしてください.
24690 \end_layout
24691
24692 \begin_layout Section
24693 フロートの連番
24694 \begin_inset Index idx
24695 status collapsed
24696
24697 \begin_layout Plain Layout
24698 ふろーと@フロート ! れんばん@連番
24699 \end_layout
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Standard
24707 フロートは通常,フロートのある節とは関係なく番号が振られるか,あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,使用している文書クラスによっ
24708 て変わります.
24709 \end_layout
24710
24711 \begin_layout Standard
24712 節から独立して付けられている連番を変更するには,文書プリアンブルで
24713 \end_layout
24714
24715 \begin_layout Standard
24716
24717 \series bold
24718
24719 \backslash
24720 renewcommand{
24721 \backslash
24722 thetable}{
24723 \backslash
24724 roman{table}}
24725 \end_layout
24726
24727 \begin_layout Standard
24728
24729 \series bold
24730 というコマンドを使うと良いでしょう.
24731 \backslash
24732 thetable
24733 \series default
24734 は表番号を印字するコマンドで,図フロートの場合であれば,代わりに
24735 \series bold
24736
24737 \backslash
24738 thefigure
24739 \series default
24740 コマンドを使用します.上のコマンドで使用されている
24741 \series bold
24742
24743 \backslash
24744 roman
24745 \series default
24746 は,表番号を小文字のローマ数字で印字するコマンドです.
24747 \end_layout
24748
24749 \begin_layout Standard
24750 連番の付け方をたとえば「小節.番号」に変更するには,プリアンブルで
24751 \end_layout
24752
24753 \begin_layout Standard
24754
24755 \series bold
24756
24757 \backslash
24758 numberwithin{table}{subsection}
24759 \end_layout
24760
24761 \begin_layout Standard
24762 というコマンドを使用してください.
24763 \series bold
24764
24765 \backslash
24766 numberwithin
24767 \series default
24768 コマンドを使用可能にするためには,文書設定の
24769 \family sans
24770 数式オプション
24771 \family default
24772 タブで,
24773 \family sans
24774 AMS
24775 \begin_inset space ~
24776 \end_inset
24777
24778 math数式パッケージを使用する
24779 \family default
24780 を使用します.
24781 \end_layout
24782
24783 \begin_layout Standard
24784 連番コマンドについての詳細と大切な注意点については,第
24785 \begin_inset CommandInset ref
24786 LatexCommand ref
24787 reference "subsec:脚注の付番"
24788
24789 \end_inset
24790
24791 節もご覧ください.
24792 \end_layout
24793
24794 \begin_layout Section
24795 フロートの参照
24796 \begin_inset CommandInset label
24797 LatexCommand label
24798 name "sec:フロートの参照"
24799
24800 \end_inset
24801
24802
24803 \begin_inset Index idx
24804 status collapsed
24805
24806 \begin_layout Plain Layout
24807 ふろーと@フロート ! さんしょう@参照
24808 \end_layout
24809
24810 \end_inset
24811
24812
24813 \begin_inset Index idx
24814 status collapsed
24815
24816 \begin_layout Plain Layout
24817 さんしょう@参照 ! ふろーとにたいする@フロートに対する
24818 \end_layout
24819
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \begin_layout Standard
24826 フロートを参照するには,
24827 \family sans
24828 挿入\SpecialChar menuseparator
24829 ラベル
24830 \family default
24831 メニューかツールバーボタンを使用して,フロートのキャプションにラベルを挿入してください.
24832 \begin_inset Graphics
24833         filename clipart/label.png
24834         scaleBeforeRotation
24835
24836 \end_inset
24837
24838 のような灰色のラベルボックスが挿入され,ラベルウィンドウがポップアップして,ラベルの字句を入力するよう促します.\SpecialChar LyX
24839 は,キャプションの最初の数単語に前置句をつけたも
24840 のを候補として示します.前置句はフロート型に依存し,たとえば図フロートには「
24841 \family sans
24842 fig:
24843 \family default
24844 」という前置句がつけられます.
24845 \end_layout
24846
24847 \begin_layout Standard
24848 ラベルは,参照のための名称兼位置標として用いられます.
24849 \family sans
24850 挿入\SpecialChar menuseparator
24851 相互参照
24852 \family default
24853 メニューかツールバーボタン
24854 \family sans
24855
24856 \begin_inset Info
24857 type  "icon"
24858 arg   "dialog-show-new-inset ref"
24859 \end_inset
24860
24861
24862 \family default
24863 を使えば,ラベルを参照することができます.
24864 \begin_inset Graphics
24865         filename clipart/reference.png
24866         scaleBeforeRotation
24867
24868 \end_inset
24869
24870 のような灰色の相互参照ボックスが挿入され,文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
24871 文書が開かれている場合には,ダイアログの上方にある
24872 ドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,相互参照ボックスの位置にはフロート番号が表示されます
24873
24874 \end_layout
24875
24876 \begin_layout Standard
24877 相互参照名と数字の間に改行が入るのを防ぐために,両者の間の空白には保護された空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
24878 出力では,参照の代わりに二つの疑問符が表示されることになります.
24879 \end_layout
24880
24881 \begin_layout Standard
24882 ラベルは,ラベルボックスをクリックすることによって,いつでも変更することができます.変更されたラベルへの参照は,自動的に新しいラベル文へのリンクに変更されますの
24883 で,リンクの更新に手間を割く必要はありません.
24884 \end_layout
24885
24886 \begin_layout Standard
24887 相互参照ウィンドウの
24888 \family sans
24889 ラベルへ移動
24890 \family default
24891 ボタンは,参照されているラベルの前にカーソルを移動します.すると,ボタンの文字が
24892 \family sans
24893 戻る
24894 \family default
24895 に変わるので,相互参照にカーソルを戻すのに使用することができます.
24896 \end_layout
24897
24898 \begin_layout Subsection
24899 相互参照の書式
24900 \begin_inset CommandInset label
24901 LatexCommand label
24902 name "subsec:相互参照の書式"
24903
24904 \end_inset
24905
24906
24907 \begin_inset Index idx
24908 status collapsed
24909
24910 \begin_layout Plain Layout
24911 さんしょう@参照 ! しょしき@書式
24912 \end_layout
24913
24914 \end_inset
24915
24916
24917 \end_layout
24918
24919 \begin_layout Standard
24920 相互参照には,以下の6種類があります.
24921 \end_layout
24922
24923 \begin_layout Description
24924 <参照>: これはフロート番号を表示します.これが既定値です.例:
24925 \begin_inset CommandInset ref
24926 LatexCommand ref
24927 reference "fig:歪められた二つの像"
24928
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \begin_layout Description
24935 (<参照>): これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,とくに参照名「Equation」を省略して参照する際に用いられる様式です.
24936 例:
24937 \begin_inset CommandInset ref
24938 LatexCommand eqref
24939 reference "eq:Wgn"
24940
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \begin_layout Description
24947 <参照ページ>: これはページ番号を表示します.例:Page
24948 \begin_inset space ~
24949 \end_inset
24950
24951
24952 \begin_inset CommandInset ref
24953 LatexCommand pageref
24954 reference "fig:歪められた二つの像"
24955
24956 \end_inset
24957
24958
24959 \end_layout
24960
24961 \begin_layout Description
24962 on
24963 \begin_inset space ~
24964 \end_inset
24965
24966 page
24967 \begin_inset space ~
24968 \end_inset
24969
24970 <参照ページ>: これは「on page」という文とページ番号を表示します.例:
24971 \begin_inset CommandInset ref
24972 LatexCommand vpageref
24973 reference "fig:歪められた二つの像"
24974
24975 \end_inset
24976
24977
24978 \end_layout
24979
24980 \begin_layout Description
24981 <参照>
24982 \begin_inset space ~
24983 \end_inset
24984
24985 on
24986 \begin_inset space ~
24987 \end_inset
24988
24989 page
24990 \begin_inset space ~
24991 \end_inset
24992
24993 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します.例:
24994 \begin_inset CommandInset ref
24995 LatexCommand vref
24996 reference "fig:歪められた二つの像"
24997
24998 \end_inset
24999
25000
25001 \end_layout
25002
25003 \begin_layout Description
25004 整形された参照: これは自製の相互参照書式で出力します.
25005 \begin_inset Newline newline
25006 \end_inset
25007
25008
25009 \begin_inset Note Greyedout
25010 status open
25011
25012 \begin_layout Plain Layout
25013
25014 \series bold
25015 【註】
25016 \series default
25017 この機能は,\SpecialChar LaTeX
25018 パッケージ
25019 \series bold
25020 prettyref
25021 \series default
25022 または
25023 \series bold
25024 refstyle
25025 \series default
25026 が導入されている場合のみ使用することができます.
25027 \begin_inset Index idx
25028 status collapsed
25029
25030 \begin_layout Plain Layout
25031 \SpecialChar LaTeX
25032 ぱっけーじ@\SpecialChar LaTeX
25033 パッケージ! prettyref
25034 \end_layout
25035
25036 \end_inset
25037
25038
25039 \begin_inset Index idx
25040 status collapsed
25041
25042 \begin_layout Plain Layout
25043 \SpecialChar LaTeX
25044 ぱっけーじ@\SpecialChar LaTeX
25045 パッケージ ! refstyle
25046 \end_layout
25047
25048 \end_inset
25049
25050
25051 \end_layout
25052
25053 \end_inset
25054
25055
25056 \begin_inset Newline newline
25057 \end_inset
25058
25059 メニュー
25060 \family sans
25061 文書\SpecialChar menuseparator
25062 設定\SpecialChar menuseparator
25063 文書クラス
25064 \family default
25065 でオプション
25066 \family sans
25067 相互参照に(prettyrefではなく)refstyleを使用
25068 \family default
25069 を設定すると,この機能で使用する\SpecialChar LaTeX
25070 パッケージを選択することができます.書式は,文書プリアンブルに
25071 \series bold
25072
25073 \backslash
25074 newrefformat
25075 \series default
25076 コマンド(prettyrefの場合)あるいは
25077 \series bold
25078
25079 \backslash
25080 newref
25081 \series default
25082 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,図への参照(これは短絡ラベル「
25083 \family sans
25084 fig
25085 \family default
25086 」を持ちます)をすべて定義し直すには,
25087 \begin_inset Newline newline
25088 \end_inset
25089
25090
25091 \series bold
25092
25093 \backslash
25094 newref{fig}{refcmd={Image on page 
25095 \backslash
25096 pageref{#1}}}
25097 \begin_inset Newline newline
25098 \end_inset
25099
25100
25101 \series default
25102 というコマンドを用います.書式についての詳細は,パッケージの取扱説明書
25103 \begin_inset CommandInset citation
25104 LatexCommand cite
25105 key "prettyref,refstyle"
25106 literal "true"
25107
25108 \end_inset
25109
25110 をご覧ください.
25111 \begin_inset Newline newline
25112 \end_inset
25113
25114
25115 \family sans
25116 複数形
25117 \family default
25118
25119 \family sans
25120 大文字化
25121 \family default
25122 のオプションは,\SpecialChar LaTeX
25123 パッケージ
25124 \series bold
25125 refstyle
25126 \series default
25127 を使用している時のみ,利用可能になります.
25128 \family sans
25129 複数形
25130 \family default
25131 は,例えば「images」のように単語に
25132 \emph on
25133 s
25134 \emph default
25135 を付けるものであり,
25136 \family sans
25137 大文字化
25138 \family default
25139 は「Image」のように単語を大文字にするものですので,日本語文書には有用ではありません.
25140 \end_layout
25141
25142 \begin_layout Description
25143 名称参照: これは,下のような参照のキャプションを出力します.
25144 \begin_inset Newline newline
25145 \end_inset
25146
25147  
25148 \begin_inset CommandInset ref
25149 LatexCommand nameref
25150 reference "fig:歪められた二つの像"
25151
25152 \end_inset
25153
25154
25155 \end_layout
25156
25157 \begin_layout Description
25158 ラベルのみ これは,
25159 \begin_inset CommandInset ref
25160 LatexCommand labelonly
25161 reference "fig:歪められた二つの像"
25162 plural "false"
25163 caps "false"
25164 noprefix "false"
25165
25166 \end_inset
25167
25168 のように参照の\SpecialChar LaTeX
25169 ラベルのみ出力します.
25170 \begin_inset Newline newline
25171 \end_inset
25172
25173 これによって,ラベルを\SpecialChar TeX
25174 コード中でしようできるようになります.
25175 \family sans
25176 接頭辞なし
25177 \family default
25178 オプションを使えば,ラベル名の接頭辞を
25179 \begin_inset CommandInset ref
25180 LatexCommand labelonly
25181 reference "fig:歪められた二つの像"
25182 plural "false"
25183 caps "false"
25184 noprefix "true"
25185
25186 \end_inset
25187
25188 のように取り除くことができます.
25189 \end_layout
25190
25191 \begin_layout Standard
25192
25193 \family sans
25194 <参照ページ>
25195 \family default
25196 は,ラベルが同一あるいは前後ページにある場合には,ページ番号を出力しません.その代わりに「
25197 \family sans
25198 on this page
25199 \family default
25200 」のような文章が表示されます.様式
25201 \family sans
25202 <参照> on page <参照ページ>
25203 \family default
25204 では,ラベルが同一ページにある場合には,ページに関することは出力されません.
25205 \end_layout
25206
25207 \begin_layout Standard
25208 出力中で参照されている頁番号と文書中の位置は,\SpecialChar LaTeX
25209 が自動的に計算します.参照の種類は,相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
25210 \family sans
25211 書式
25212 \family default
25213 フィールドで選ぶことができます.
25214 \end_layout
25215
25216 \begin_layout Standard
25217 \begin_inset Note Greyedout
25218 status open
25219
25220 \begin_layout Plain Layout
25221
25222 \series bold
25223 【註】
25224 \series default
25225 \SpecialChar LaTeX
25226 パッケージ
25227 \series bold
25228 prettyref
25229 \series default
25230
25231 \begin_inset Index idx
25232 status collapsed
25233
25234 \begin_layout Plain Layout
25235 \SpecialChar LaTeX
25236 ぱっけーじ@\SpecialChar LaTeX
25237 パッケージ! prettyref
25238 \end_layout
25239
25240 \end_inset
25241
25242 は,\SpecialChar LyX
25243 の取り得るラベル
25244 \begin_inset Flex Ruby
25245 status collapsed
25246
25247 \begin_layout Plain Layout
25248 捷径
25249 \begin_inset Argument post:1
25250 status collapsed
25251
25252 \begin_layout Plain Layout
25253 ショートカット
25254 \end_layout
25255
25256 \end_inset
25257
25258
25259 \end_layout
25260
25261 \end_inset
25262
25263
25264 \begin_inset Foot
25265 status collapsed
25266
25267 \begin_layout Plain Layout
25268 例えば,
25269 \begin_inset Quotes eld
25270 \end_inset
25271
25272 fig:
25273 \begin_inset Quotes erd
25274 \end_inset
25275
25276 は図キャプションを表す\SpecialChar LyX
25277
25278 \begin_inset Flex Ruby
25279 status collapsed
25280
25281 \begin_layout Plain Layout
25282 捷径
25283 \begin_inset Argument post:1
25284 status collapsed
25285
25286 \begin_layout Plain Layout
25287 ショートカット
25288 \end_layout
25289
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \end_inset
25296
25297 です.
25298 \end_layout
25299
25300 \end_inset
25301
25302 を全部は解釈できず,国際化もされていないので,
25303 \series bold
25304 refstyle
25305 \series default
25306
25307 \begin_inset Index idx
25308 status collapsed
25309
25310 \begin_layout Plain Layout
25311 \SpecialChar LaTeX
25312 ぱっけーじ@\SpecialChar LaTeX
25313 パッケージ ! refstyle
25314 \end_layout
25315
25316 \end_inset
25317
25318 を使用することを推奨します.
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \begin_layout Subsection
25327 参照名の自動命名
25328 \begin_inset Index idx
25329 status collapsed
25330
25331 \begin_layout Plain Layout
25332 さんしょう@参照 ! じどうめいめい@自動命名
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \begin_layout Standard
25341
25342 \family sans
25343 文書設定
25344 \family default
25345 ダイアログの
25346 \family sans
25347 PDF特性
25348 \family default
25349 で有効にされた
25350 \series bold
25351 hyperref
25352 \series default
25353
25354 \begin_inset Index idx
25355 status collapsed
25356
25357 \begin_layout Plain Layout
25358 \SpecialChar LaTeX
25359 ぱっけーじ@\SpecialChar LaTeX
25360 パッケージ ! hyperref
25361 \end_layout
25362
25363 \end_inset
25364
25365  \SpecialChar LaTeX
25366 パッケージは,相互参照が参照されたフロート(あるいは
25367 \emph on
25368
25369 \emph default
25370 のような文章中の箇所)の名称を自動的に取り入れてくれるという,たいへん便利な機能を提供します.つまり,図への参照毎に前に「図」と書き込む必要はなくなるのです.こ
25371 の機能を使用するには,hyperrefを有効にして,
25372 \end_layout
25373
25374 \begin_layout Standard
25375
25376 \series bold
25377
25378 \backslash
25379 AtBeginDocument{
25380 \backslash
25381 renewcommand{
25382 \backslash
25383 ref}[1]{
25384 \backslash
25385 mbox{
25386 \backslash
25387 autoref{#1}}}}
25388 \end_layout
25389
25390 \begin_layout Standard
25391 という行を\SpecialChar LaTeX
25392 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
25393 \begin_inset space \thinspace{}
25394 \end_inset
25395
25396 」としたいなど,既定の参照名以外のものが欲しい場合には,
25397 \end_layout
25398
25399 \begin_layout Standard
25400
25401 \series bold
25402
25403 \backslash
25404 addto
25405 \backslash
25406 extrasenglish{
25407 \backslash
25408 renewcommand{
25409 \backslash
25410 sectionautorefname}
25411 \begin_inset Newline newline
25412 \end_inset
25413
25414
25415 \begin_inset Phantom HPhantom
25416 status open
25417
25418 \begin_layout Plain Layout
25419
25420 \series bold
25421 \begin_inset space ~
25422 \end_inset
25423
25424
25425 \end_layout
25426
25427 \end_inset
25428
25429 {sec.
25430 \backslash
25431 negthinspace}}
25432 \end_layout
25433
25434 \begin_layout Standard
25435 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
25436 \begin_inset Newline newline
25437 \end_inset
25438
25439
25440 \series bold
25441
25442 \backslash
25443 extrasenglishを
25444 \backslash
25445 extras***
25446 \series default
25447 に置き換えてください(***は使用中の言語名).
25448 \end_layout
25449
25450 \begin_layout Standard
25451 自動命名を行いたいけれども,ある参照型以外,たとえば数式以外に対して行いたいときには,以下のようなプリアンブルコードを書いてください.
25452 \end_layout
25453
25454 \begin_layout Standard
25455
25456 \series bold
25457
25458 \backslash
25459 addto
25460 \backslash
25461 extrasenglish{
25462 \backslash
25463 renewcommand*{
25464 \backslash
25465 equationautorefname}[1]{}}
25466 \end_layout
25467
25468 \begin_layout Standard
25469 この話題に関する詳細は,hyperrefの説明書
25470 \begin_inset CommandInset citation
25471 LatexCommand cite
25472 key "hyperref"
25473 literal "true"
25474
25475 \end_inset
25476
25477 をお読みください.
25478 \end_layout
25479
25480 \begin_layout Standard
25481 \begin_inset Note Greyedout
25482 status open
25483
25484 \begin_layout Plain Layout
25485
25486 \series bold
25487 【註】
25488 \series default
25489 参照の自動命名は,相互参照を
25490 \family sans
25491 整形参照
25492 \family default
25493 様式(第
25494 \begin_inset CommandInset ref
25495 LatexCommand ref
25496 reference "subsec:相互参照の書式"
25497
25498 \end_inset
25499
25500 節)で使用しているときには,使用することができません.
25501 \end_layout
25502
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \begin_layout Standard
25509 \SpecialChar LyX
25510 の取扱説明書『
25511 \emph on
25512 数式篇
25513 \emph default
25514 』では,参照名の自動命名が使用されています.
25515 \end_layout
25516
25517 \begin_layout Subsection
25518 参照位置
25519 \begin_inset CommandInset label
25520 LatexCommand label
25521 name "subsec:参照位置"
25522
25523 \end_inset
25524
25525
25526 \begin_inset Index idx
25527 status collapsed
25528
25529 \begin_layout Plain Layout
25530 さんしょう@参照 ! さんしょういち@参照位置
25531 \end_layout
25532
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \begin_layout Standard
25539
25540 \family sans
25541 文書設定
25542 \family default
25543 ダイアログの
25544 \family sans
25545 PDF特性
25546 \family default
25547 で,
25548 \series bold
25549 hyperref
25550 \series default
25551
25552 \begin_inset Index idx
25553 status collapsed
25554
25555 \begin_layout Plain Layout
25556 \SpecialChar LaTeX
25557 ぱっけーじ@\SpecialChar LaTeX
25558 パッケージ ! hyperref
25559 \end_layout
25560
25561 \end_inset
25562
25563 を使用して出力中で相互参照をリンクするようにした場合には,画像フロート参照をクリックすると,画像ラベルに移動できるようになります.キャプションは,スクリーン上の
25564 テキストの最初の部分なので,スクロールしないと画像を見ることができません.これは,参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
25565 パッケージの
25566 \series bold
25567 hyperref
25568 \series default
25569
25570 \begin_inset Index idx
25571 status collapsed
25572
25573 \begin_layout Plain Layout
25574 \SpecialChar LaTeX
25575 ぱっけーじ@\SpecialChar LaTeX
25576 パッケージ ! hyperref
25577 \end_layout
25578
25579 \end_inset
25580
25581 の一部である
25582 \series bold
25583 hyperref
25584 \series default
25585
25586 \begin_inset Index idx
25587 status collapsed
25588
25589 \begin_layout Plain Layout
25590 \SpecialChar LaTeX
25591 ぱっけーじ@\SpecialChar LaTeX
25592 パッケージ ! hyperref
25593 \end_layout
25594
25595 \end_inset
25596
25597 パッケージを使うと,リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,文書プリアンブルに
25598 \end_layout
25599
25600 \begin_layout Standard
25601
25602 \series bold
25603
25604 \backslash
25605 usepackage[figure]{hypcap}
25606 \end_layout
25607
25608 \begin_layout Standard
25609 という行を書いて,hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,安定性の問題から推奨できません.詳しくは,
25610 hypcapの説明書
25611 \begin_inset CommandInset citation
25612 LatexCommand cite
25613 key "hypcap"
25614 literal "true"
25615
25616 \end_inset
25617
25618 をご覧ください.
25619 \end_layout
25620
25621 \begin_layout Standard
25622 \begin_inset Note Greyedout
25623 status open
25624
25625 \begin_layout Plain Layout
25626
25627 \series bold
25628 【註】hypcap
25629 \series default
25630 は内部図への参照には効力がありません.
25631 \end_layout
25632
25633 \end_inset
25634
25635
25636 \end_layout
25637
25638 \begin_layout Section
25639 フロートの配置
25640 \begin_inset CommandInset label
25641 LatexCommand label
25642 name "sec:フロートの配置"
25643
25644 \end_inset
25645
25646
25647 \begin_inset Index idx
25648 status collapsed
25649
25650 \begin_layout Plain Layout
25651 ふろーと@フロート ! はいち@配置
25652 \end_layout
25653
25654 \end_inset
25655
25656
25657 \end_layout
25658
25659 \begin_layout Standard
25660
25661 \family roman
25662 \series medium
25663 \shape up
25664 \size normal
25665 \emph off
25666 \bar no
25667 \noun off
25668 \color none
25669 フロートボックスを右クリックすると,ダイアログが開いて,ここで\SpecialChar LaTeX
25670 がフロートを配置するのに使う配置オプションを変更できるようになります.
25671 \begin_inset Newline newline
25672 \end_inset
25673
25674
25675 \family sans
25676 \series default
25677 \shape default
25678 \size default
25679 \emph default
25680 \bar default
25681 \noun default
25682 \color inherit
25683 段をまたぐ
25684 \family roman
25685 \series medium
25686 \shape up
25687 \size normal
25688 \emph off
25689 \bar no
25690 \noun off
25691 \color none
25692 オプションは,二段組文書でのみ有効です.これを選択すると,フロートは段の中のみに収められないで,ページの両段にまたがって広がります.
25693 \begin_inset Newline newline
25694 \end_inset
25695
25696
25697 \family sans
25698 \series default
25699 \shape default
25700 \size default
25701 \emph default
25702 \bar default
25703 \noun default
25704 \color inherit
25705 横倒しに回転
25706 \family roman
25707 \series medium
25708 \shape up
25709 \size normal
25710 \emph off
25711 \bar no
25712 \noun off
25713 \color none
25714 オプションは,フロートを回転するのに用います.第
25715 \family default
25716 \series default
25717 \shape default
25718 \size default
25719 \emph default
25720 \bar default
25721 \noun default
25722 \color inherit
25723
25724 \begin_inset CommandInset ref
25725 LatexCommand ref
25726 reference "sec:回転フロート"
25727
25728 \end_inset
25729
25730
25731 \family roman
25732 \series medium
25733 \shape up
25734 \size normal
25735 \emph off
25736 \bar no
25737 \noun off
25738 \color none
25739 節をご参照ください.
25740 \end_layout
25741
25742 \begin_layout Standard
25743
25744 \family roman
25745 \series medium
25746 \shape up
25747 \size normal
25748 \emph off
25749 \bar no
25750 \noun off
25751 \color none
25752 フロートダイアログでは,
25753 \family sans
25754 \series default
25755 \shape default
25756 \size default
25757 \emph default
25758 \bar default
25759 \noun default
25760 \color inherit
25761 既定の配置を使う
25762 \family roman
25763 \series medium
25764 \shape up
25765 \size normal
25766 \emph off
25767 \bar no
25768 \noun off
25769 \color none
25770 オプションを無効にしたときには,特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます.
25771 \end_layout
25772
25773 \begin_layout Description
25774 可能ならば現在位置に: 
25775 \family roman
25776 \series medium
25777 \shape up
25778 \size normal
25779 \emph off
25780 \bar no
25781 \noun off
25782 \color none
25783 フロートを挿入位置に配置することを試みます
25784 \end_layout
25785
25786 \begin_layout Description
25787 ページ上部: 
25788 \family roman
25789 \series medium
25790 \shape up
25791 \size normal
25792 \emph off
25793 \bar no
25794 \noun off
25795 \color none
25796 フロートを現在ページの上部に配置することを試みます
25797 \end_layout
25798
25799 \begin_layout Description
25800 ページ下部: 
25801 \family roman
25802 \series medium
25803 \shape up
25804 \size normal
25805 \emph off
25806 \bar no
25807 \noun off
25808 \color none
25809 フロートを現在ページの下部に配置することを試みます
25810 \end_layout
25811
25812 \begin_layout Description
25813 フロートを独立したページに: 
25814 \family roman
25815 \series medium
25816 \shape up
25817 \size normal
25818 \emph off
25819 \bar no
25820 \noun off
25821 \color none
25822 フロートを独立したページに配置することを試みます
25823 \end_layout
25824
25825 \begin_layout Standard
25826 \SpecialChar LaTeX
25827 は,
25828 \emph on
25829 つねに
25830 \emph default
25831 上記のオプション順を用います.すなわち,既定の配置を使用すると,\SpecialChar LaTeX
25832 はまず
25833 \family sans
25834 可能ならば現在位置に
25835 \family default
25836 を試み,次に
25837 \family sans
25838 ページの上部
25839 \family default
25840 ,その後他のオプションを試みます.既定値を使わないときには,\SpecialChar LaTeX
25841 は有効化されたオプションのみを使用しますが,やはり同じ順序でこれらを試みます.これら四つの配置がいず
25842 れも無理な場合は,フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
25843 \end_layout
25844
25845 \begin_layout Standard
25846 既定では,各オプションはそれぞれ以下の規則を持っています.
25847 \end_layout
25848
25849 \begin_layout Labeling
25850 \labelwidthstring 00.00.0000
25851
25852 \family sans
25853 ページ上部
25854 \family default
25855  は,フロートのページに占める割合が7割以下の場合のみ,ページ上部に配置します(
25856 \series bold
25857
25858 \backslash
25859 topfraction
25860 \series default
25861 ).
25862 \end_layout
25863
25864 \begin_layout Labeling
25865 \labelwidthstring 00.00.0000
25866
25867 \family sans
25868 ページ下部
25869 \family default
25870  は,フロートのページに占める割合が3割以下の場合のみ,ページ下部に配置します(
25871 \series bold
25872
25873 \backslash
25874 bottomfraction
25875 \series default
25876 ).
25877 \end_layout
25878
25879 \begin_layout Labeling
25880 \labelwidthstring 00.00.0000
25881
25882 \family sans
25883 フロートを独立したページ 
25884 \family default
25885 には,フロートのページに占める割合が5割以下の場合のみ,複数のフロートを同一ページに配置します(
25886 \series bold
25887
25888 \backslash
25889 floatpagefraction
25890 \series default
25891 ).
25892 \end_layout
25893
25894 \begin_layout Standard
25895 これらの規則に従いたくないときは,
25896 \family sans
25897 \SpecialChar LaTeX
25898 の規則を無視する
25899 \family default
25900 オプションを追加することによって,これらを無視することができます.
25901 \begin_inset Newline newline
25902 \end_inset
25903
25904 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
25905 コマンドを使うと,これらの規則を定義しなおすこともできます.たとえば,往々にして小さすぎる,ページ下部規則の既定値を,ページの
25906 5割に変えるには,文書プリアンブルに
25907 \end_layout
25908
25909 \begin_layout Standard
25910
25911 \series bold
25912
25913 \backslash
25914 renewcommand{
25915 \backslash
25916 bottomfraction}{0.5}
25917 \end_layout
25918
25919 \begin_layout Standard
25920 という行を加えてください.
25921 \end_layout
25922
25923 \begin_layout Standard
25924 ときにはフロートを,挿入位置に正確に,しかもかならず配置させたい場合があるかもしれません.このような場合には,
25925 \family sans
25926 何としても現在位置に置く
25927 \family default
25928 オプションを使用します.このオプションはできる限り使わないようにし,使う場合でも印刷する直前にまで文書が仕上がってから,使用するようにしてください.なぜならば,
25929 このオプションを使うことによって,フロートはもはや「漂う」ことができなくなりますから,文書に変更を加えてしまうと,ページのレイアウトが往々にして破壊されてしまう
25930 からです.
25931 \end_layout
25932
25933 \begin_layout Standard
25934 折返しフロートは,つねにどれかの段落の本文で囲まれますので,配置オプションはありません.
25935 \end_layout
25936
25937 \begin_layout Standard
25938 \begin_inset VSpace bigskip
25939 \end_inset
25940
25941
25942 \end_layout
25943
25944 \begin_layout Standard
25945 対応する節がページの中程から始まるのというのに,フロートがページの先頭に置かれてしまうために,読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
25946 することがあります.この問題を避けるには,\SpecialChar LaTeX
25947 コマンドの
25948 \backslash
25949 suppressfloatsを使用することができます.これは,これが挿入されたページの特定のフロートの配置を抑制するので,節が始まる前にフロートが設定されてしま
25950 うのを避けるのに使用することができます.これを用いるには,文書プリアンブルに以下のコマンドを加えてください.
25951 \end_layout
25952
25953 \begin_layout Standard
25954
25955 \series bold
25956
25957 \backslash
25958 let
25959 \backslash
25960 mySection
25961 \backslash
25962 section
25963 \begin_inset Newline newline
25964 \end_inset
25965
25966
25967 \backslash
25968 renewcommand{
25969 \backslash
25970 section}{
25971 \backslash
25972 suppressfloats[t]
25973 \backslash
25974 mySection}
25975 \end_layout
25976
25977 \begin_layout Standard
25978 これと同じものは,章や小節など,すべての節見出しに用いることができます.この定義は,小々節のような小さい文字の部分では,\SpecialChar LaTeX
25979 が適当な配置を見つけるのに失敗することが
25980 あるので,これらに対する定義はお勧めしません.
25981 \end_layout
25982
25983 \begin_layout Standard
25984 \begin_inset VSpace bigskip
25985 \end_inset
25986
25987 場合によっては,すべての図表を文末に置く必要があることがあります.この目的のために,\SpecialChar LaTeX
25988 パッケージ
25989 \series bold
25990 endfloat
25991 \series default
25992
25993 \begin_inset Index idx
25994 status collapsed
25995
25996 \begin_layout Plain Layout
25997 \SpecialChar LaTeX
25998 ぱっけーじ@\SpecialChar LaTeX
25999 パッケージ ! endfloat
26000 \end_layout
26001
26002 \end_inset
26003
26004 が開発されました.このパッケージは,すべての図表を文末に独立した節として置きます.元のフロート位置には,
26005 \begin_inset Quotes eld
26006 \end_inset
26007
26008
26009 \family sans
26010 [Figure
26011 \begin_inset space ~
26012 \end_inset
26013
26014 3.2 about here.]
26015 \family default
26016
26017 \begin_inset Quotes erd
26018 \end_inset
26019
26020 というようなヒント文が挿入されます.endfloatパッケージは,プリアンブルに
26021 \end_layout
26022
26023 \begin_layout Standard
26024
26025 \series bold
26026
26027 \backslash
26028 usepackage[options]{endfloat}
26029 \end_layout
26030
26031 \begin_layout Standard
26032 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,さまざまなパッケージオプションがあります.詳細は,
26033 \series bold
26034 endfloat
26035 \series default
26036 取扱説明書
26037 \begin_inset CommandInset citation
26038 LatexCommand cite
26039 key "endfloat"
26040 literal "true"
26041
26042 \end_inset
26043
26044 をご参照ください.
26045 \begin_inset Newline newline
26046 \end_inset
26047
26048
26049 \begin_inset Note Greyedout
26050 status open
26051
26052 \begin_layout Plain Layout
26053
26054 \series bold
26055 【註】endfloat
26056 \series default
26057 は,ヒント文の自動翻訳を行わないので,手動で行わなくてはなりません.
26058 \begin_inset CommandInset citation
26059 LatexCommand cite
26060 key "endfloat"
26061 literal "true"
26062
26063 \end_inset
26064
26065 の第4節をご参照ください.
26066 \end_layout
26067
26068 \end_inset
26069
26070
26071 \begin_inset Newline newline
26072 \end_inset
26073
26074
26075 \begin_inset Note Greyedout
26076 status open
26077
26078 \begin_layout Plain Layout
26079
26080 \series bold
26081 【註】
26082 \series default
26083 現在のところ,
26084 \series bold
26085 endfloat
26086 \series default
26087 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,「ß」の代わりに\SpecialChar TeX
26088 コードで「
26089 \series bold
26090
26091 \backslash
26092 ss
26093 \series default
26094 」コマンドを使用してください.
26095 \end_layout
26096
26097 \end_inset
26098
26099
26100 \end_layout
26101
26102 \begin_layout Standard
26103 \begin_inset VSpace bigskip
26104 \end_inset
26105
26106 フロートの割付に関する詳細は,\SpecialChar LaTeX
26107 関連書
26108 \begin_inset CommandInset citation
26109 LatexCommand cite
26110 key "latexcompanion,latexguide,latexbook"
26111 literal "true"
26112
26113 \end_inset
26114
26115 をご覧ください.
26116 \end_layout
26117
26118 \begin_layout Section
26119 回転フロート
26120 \begin_inset CommandInset label
26121 LatexCommand label
26122 name "sec:回転フロート"
26123
26124 \end_inset
26125
26126
26127 \begin_inset Index idx
26128 status collapsed
26129
26130 \begin_layout Plain Layout
26131 ふろーと@フロート ! かいてん@回転
26132 \end_layout
26133
26134 \end_inset
26135
26136
26137 \end_layout
26138
26139 \begin_layout Standard
26140 特に横長の表などの場合,フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,フロートボックスを右クリックして,
26141 \family sans
26142 横倒しに回転
26143 \family default
26144 オプションを有効にします.
26145 \end_layout
26146
26147 \begin_layout Standard
26148 回転フロートは,つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
26149 \family sans
26150 段をまたぐ
26151 \family default
26152 オプションを有効にすれば,複数の段にまたがるようにすることができます.また,回転フロートは,外側余白方向から読むことができるような形に回転されます.全ページにわ
26153 たって回転方向を強制したい場合には,文書クラスオプションに
26154 \series bold
26155 figuresleft
26156 \series default
26157 オプションあるいは
26158 \series bold
26159 figuresright
26160 \series default
26161 オプションを加えることができます.
26162 \end_layout
26163
26164 \begin_layout Standard
26165 回転フロートへの相互参照は,通常のフロートの場合と同じです.キャプションの形式も同じです.表
26166 \begin_inset CommandInset ref
26167 LatexCommand ref
26168 reference "tab:回転した表"
26169
26170 \end_inset
26171
26172 が回転表フロートの例です.
26173 \end_layout
26174
26175 \begin_layout Standard
26176 \begin_inset Note Greyedout
26177 status open
26178
26179 \begin_layout Plain Layout
26180
26181 \series bold
26182 【註】
26183 \series default
26184 すべてのDVIビューアが回転フロートを表示できるわけではありません.
26185 \end_layout
26186
26187 \end_inset
26188
26189
26190 \end_layout
26191
26192 \begin_layout Standard
26193 \begin_inset Float table
26194 wide false
26195 sideways true
26196 status open
26197
26198 \begin_layout Plain Layout
26199 \begin_inset Caption Standard
26200
26201 \begin_layout Plain Layout
26202 \begin_inset CommandInset label
26203 LatexCommand label
26204 name "tab:回転した表"
26205
26206 \end_inset
26207
26208 回転した表
26209 \end_layout
26210
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \begin_layout Plain Layout
26217 \align center
26218 \begin_inset Tabular
26219 <lyxtabular version="3" rows="1" columns="5">
26220 <features tabularvalignment="middle">
26221 <column alignment="center" valignment="top">
26222 <column alignment="center" valignment="top">
26223 <column alignment="center" valignment="top">
26224 <column alignment="center" valignment="top">
26225 <column alignment="center" valignment="top">
26226 <row>
26227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Plain Layout
26231 試験
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26264 \begin_inset Text
26265
26266 \begin_layout Plain Layout
26267
26268 \end_layout
26269
26270 \end_inset
26271 </cell>
26272 </row>
26273 </lyxtabular>
26274
26275 \end_inset
26276
26277
26278 \end_layout
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \begin_layout Section
26286 従属フロート
26287 \begin_inset Index idx
26288 status collapsed
26289
26290 \begin_layout Plain Layout
26291 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
26292 \end_layout
26293
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \begin_layout Standard
26300 従属フロートは,図が複数の画像から成るような場合に使用します.これは,フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,表
26301 \begin_inset CommandInset ref
26302 LatexCommand ref
26303 reference "tab:従属表を横に並べたもの"
26304
26305 \end_inset
26306
26307 と表
26308 \begin_inset CommandInset ref
26309 LatexCommand ref
26310 reference "tab:従属表を縦に並べたもの"
26311
26312 \end_inset
26313
26314 に示されているように段落と同様に指定することができます.
26315 \end_layout
26316
26317 \begin_layout Standard
26318 従属フロートの参照は,通常のフロートの参照と同様にすることができます.例:表
26319 \begin_inset CommandInset ref
26320 LatexCommand ref
26321 reference "tab:これは従属表a"
26322
26323 \end_inset
26324
26325 と表
26326 \begin_inset CommandInset ref
26327 LatexCommand ref
26328 reference "tab:これは従属表b"
26329
26330 \end_inset
26331
26332 は表
26333 \begin_inset CommandInset ref
26334 LatexCommand ref
26335 reference "tab:従属表を横に並べたもの"
26336
26337 \end_inset
26338
26339 の従属フロートです.
26340 \begin_inset Float table
26341 wide false
26342 sideways false
26343 status open
26344
26345 \begin_layout Plain Layout
26346 \begin_inset Caption Standard
26347
26348 \begin_layout Plain Layout
26349 \begin_inset CommandInset label
26350 LatexCommand label
26351 name "tab:従属表を横に並べたもの"
26352
26353 \end_inset
26354
26355 従属表を横に並べたもの
26356 \end_layout
26357
26358 \end_inset
26359
26360
26361 \end_layout
26362
26363 \begin_layout Plain Layout
26364 \begin_inset space \hfill{}
26365 \end_inset
26366
26367
26368 \begin_inset Float table
26369 wide false
26370 sideways false
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374 \begin_inset Caption Standard
26375
26376 \begin_layout Plain Layout
26377 \begin_inset CommandInset label
26378 LatexCommand label
26379 name "tab:これは従属表a"
26380
26381 \end_inset
26382
26383 これは従属表aです.
26384 \end_layout
26385
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \begin_layout Plain Layout
26392 \align center
26393 \begin_inset Tabular
26394 <lyxtabular version="3" rows="1" columns="5">
26395 <features tabularvalignment="middle">
26396 <column alignment="center" valignment="top">
26397 <column alignment="center" valignment="top">
26398 <column alignment="center" valignment="top">
26399 <column alignment="center" valignment="top">
26400 <column alignment="center" valignment="top">
26401 <row>
26402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26403 \begin_inset Text
26404
26405 \begin_layout Plain Layout
26406 試験
26407 \end_layout
26408
26409 \end_inset
26410 </cell>
26411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424
26425 \end_layout
26426
26427 \end_inset
26428 </cell>
26429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26439 \begin_inset Text
26440
26441 \begin_layout Plain Layout
26442
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 </row>
26448 </lyxtabular>
26449
26450 \end_inset
26451
26452
26453 \end_layout
26454
26455 \end_inset
26456
26457
26458 \begin_inset space \hfill{}
26459 \end_inset
26460
26461
26462 \begin_inset Float table
26463 wide false
26464 sideways false
26465 status collapsed
26466
26467 \begin_layout Plain Layout
26468 \begin_inset Caption Standard
26469
26470 \begin_layout Plain Layout
26471 \begin_inset CommandInset label
26472 LatexCommand label
26473 name "tab:これは従属表b"
26474
26475 \end_inset
26476
26477 これは従属表bです.
26478 \end_layout
26479
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \begin_layout Plain Layout
26486 \align center
26487 \begin_inset Tabular
26488 <lyxtabular version="3" rows="1" columns="5">
26489 <features tabularvalignment="middle">
26490 <column alignment="center" valignment="top">
26491 <column alignment="center" valignment="top">
26492 <column alignment="center" valignment="top">
26493 <column alignment="center" valignment="top">
26494 <column alignment="center" valignment="top">
26495 <row>
26496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26506 \begin_inset Text
26507
26508 \begin_layout Plain Layout
26509
26510 \end_layout
26511
26512 \end_inset
26513 </cell>
26514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26515 \begin_inset Text
26516
26517 \begin_layout Plain Layout
26518
26519 \end_layout
26520
26521 \end_inset
26522 </cell>
26523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527
26528 \end_layout
26529
26530 \end_inset
26531 </cell>
26532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536 試験
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 </row>
26542 </lyxtabular>
26543
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \end_inset
26550
26551
26552 \begin_inset space \hfill{}
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \begin_inset Float table
26562 wide false
26563 sideways false
26564 status open
26565
26566 \begin_layout Plain Layout
26567 \begin_inset Caption Standard
26568
26569 \begin_layout Plain Layout
26570 \begin_inset CommandInset label
26571 LatexCommand label
26572 name "tab:従属表を縦に並べたもの"
26573
26574 \end_inset
26575
26576 従属表を縦に並べたもの.(a)は4セルから成る表,(b)は5セルから成る表.
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \begin_layout Plain Layout
26585 \noindent
26586 \align center
26587 \begin_inset Float table
26588 wide false
26589 sideways false
26590 status collapsed
26591
26592 \begin_layout Plain Layout
26593 \begin_inset Caption Standard
26594
26595 \begin_layout Plain Layout
26596
26597 \end_layout
26598
26599 \end_inset
26600
26601
26602 \end_layout
26603
26604 \begin_layout Plain Layout
26605 \align center
26606 \begin_inset Tabular
26607 <lyxtabular version="3" rows="1" columns="4">
26608 <features tabularvalignment="middle">
26609 <column alignment="center" valignment="top">
26610 <column alignment="center" valignment="top">
26611 <column alignment="center" valignment="top">
26612 <column alignment="center" valignment="top">
26613 <row>
26614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618 試験
26619 \end_layout
26620
26621 \end_inset
26622 </cell>
26623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26624 \begin_inset Text
26625
26626 \begin_layout Plain Layout
26627 試験
26628 \end_layout
26629
26630 \end_inset
26631 </cell>
26632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26633 \begin_inset Text
26634
26635 \begin_layout Plain Layout
26636 試験
26637 \end_layout
26638
26639 \end_inset
26640 </cell>
26641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26642 \begin_inset Text
26643
26644 \begin_layout Plain Layout
26645 試験
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 </row>
26651 </lyxtabular>
26652
26653 \end_inset
26654
26655
26656 \end_layout
26657
26658 \end_inset
26659
26660
26661 \end_layout
26662
26663 \begin_layout Plain Layout
26664 \noindent
26665 \align center
26666 \begin_inset Float table
26667 wide false
26668 sideways false
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672 \begin_inset Caption Standard
26673
26674 \begin_layout Plain Layout
26675
26676 \end_layout
26677
26678 \end_inset
26679
26680
26681 \end_layout
26682
26683 \begin_layout Plain Layout
26684 \align center
26685 \begin_inset Tabular
26686 <lyxtabular version="3" rows="1" columns="5">
26687 <features tabularvalignment="middle">
26688 <column alignment="center" valignment="top">
26689 <column alignment="center" valignment="top">
26690 <column alignment="center" valignment="top">
26691 <column alignment="center" valignment="top">
26692 <column alignment="center" valignment="top">
26693 <row>
26694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716
26717 \end_layout
26718
26719 \end_inset
26720 </cell>
26721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26722 \begin_inset Text
26723
26724 \begin_layout Plain Layout
26725
26726 \end_layout
26727
26728 \end_inset
26729 </cell>
26730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26731 \begin_inset Text
26732
26733 \begin_layout Plain Layout
26734
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 </row>
26740 </lyxtabular>
26741
26742 \end_inset
26743
26744
26745 \end_layout
26746
26747 \end_inset
26748
26749
26750 \end_layout
26751
26752 \end_inset
26753
26754
26755 \end_layout
26756
26757 \begin_layout Section
26758 横並びのフロート
26759 \begin_inset Index idx
26760 status collapsed
26761
26762 \begin_layout Plain Layout
26763 ふろーと@フロート ! よこならび@横並び
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \begin_layout Standard
26772
26773 \begin_inset CommandInset ref
26774 LatexCommand ref
26775 reference "fig:左側のフロート"
26776
26777 \end_inset
26778
26779 や図
26780 \begin_inset CommandInset ref
26781 LatexCommand ref
26782 reference "fig:右側のフロート"
26783
26784 \end_inset
26785
26786 のようにフロートを横並びに配置するには,
26787 \emph on
26788 ひとつの
26789 \emph default
26790 フロートのみを使用し,その中に二つのminipageボックスを挿入します
26791 \begin_inset Foot
26792 status collapsed
26793
26794 \begin_layout Plain Layout
26795 Minipageは第
26796 \begin_inset CommandInset ref
26797 LatexCommand ref
26798 reference "sec:ミニページ"
26799
26800 \end_inset
26801
26802 節に説明があります.
26803 \end_layout
26804
26805 \end_inset
26806
26807 .幅は45
26808 \begin_inset space \thinspace{}
26809 \end_inset
26810
26811 -50
26812 \begin_inset space \thinspace{}
26813 \end_inset
26814
26815 列幅%とし,各minipageのボックス配置を
26816 \family sans
26817
26818 \family default
26819 に設定します.minipageボックスには,フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,画像単位
26820 \family sans
26821 列幅%
26822 \family default
26823 がここではminipageボックスの幅によって計算されることです.
26824 \end_layout
26825
26826 \begin_layout Standard
26827 \begin_inset Float figure
26828 wide false
26829 sideways false
26830 status open
26831
26832 \begin_layout Plain Layout
26833 \begin_inset Box Frameless
26834 position "b"
26835 hor_pos "c"
26836 has_inner_box 1
26837 inner_pos "t"
26838 use_parbox 0
26839 use_makebox 0
26840 width "45col%"
26841 special "none"
26842 height "1in"
26843 height_special "totalheight"
26844 thickness "0.4pt"
26845 separation "3pt"
26846 shadowsize "4pt"
26847 framecolor "black"
26848 backgroundcolor "none"
26849 status open
26850
26851 \begin_layout Plain Layout
26852 \align center
26853 \begin_inset Graphics
26854         filename ../clipart/2D-intensity-plot.pdf
26855         width 100col%
26856         scaleBeforeRotation
26857
26858 \end_inset
26859
26860
26861 \end_layout
26862
26863 \begin_layout Plain Layout
26864 \begin_inset Caption Standard
26865
26866 \begin_layout Plain Layout
26867 \begin_inset CommandInset label
26868 LatexCommand label
26869 name "fig:左側のフロート"
26870
26871 \end_inset
26872
26873 左側のフロート
26874 \end_layout
26875
26876 \end_inset
26877
26878
26879 \end_layout
26880
26881 \end_inset
26882
26883
26884 \begin_inset space \hfill{}
26885 \end_inset
26886
26887
26888 \begin_inset Box Frameless
26889 position "b"
26890 hor_pos "c"
26891 has_inner_box 1
26892 inner_pos "t"
26893 use_parbox 0
26894 use_makebox 0
26895 width "45col%"
26896 special "none"
26897 height "1in"
26898 height_special "totalheight"
26899 thickness "0.4pt"
26900 separation "3pt"
26901 shadowsize "4pt"
26902 framecolor "black"
26903 backgroundcolor "none"
26904 status open
26905
26906 \begin_layout Plain Layout
26907 \align center
26908 \begin_inset Graphics
26909         filename ../clipart/Star-structure.pdf
26910         width 100col%
26911         scaleBeforeRotation
26912
26913 \end_inset
26914
26915
26916 \end_layout
26917
26918 \begin_layout Plain Layout
26919 \begin_inset Caption Standard
26920
26921 \begin_layout Plain Layout
26922 \begin_inset CommandInset label
26923 LatexCommand label
26924 name "fig:右側のフロート"
26925
26926 \end_inset
26927
26928 右側のフロート
26929 \end_layout
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \end_inset
26937
26938
26939 \end_layout
26940
26941 \begin_layout Plain Layout
26942
26943 \end_layout
26944
26945 \end_inset
26946
26947 2つのフロートを横に並べるには,可変幅ミニページを使うと簡単にできます(第
26948 \begin_inset CommandInset ref
26949 LatexCommand ref
26950 reference "sec:ミニページ"
26951
26952 \end_inset
26953
26954 節参照).可変幅ミニページは,図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,図の水平方向の配置も調整してくれます.ファイル
26955 \family typewriter
26956 examples/varwidth-floats-side-by-side.lyx
26957 \family default
26958 に,この方法の例があります.
26959 \end_layout
26960
26961 \begin_layout Section
26962 キャプションの書式設定
26963 \begin_inset Index idx
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967 きゃぷしょん@キャプション ! しょしきせってい@書式設定
26968 \end_layout
26969
26970 \end_inset
26971
26972
26973 \begin_inset Index idx
26974 status collapsed
26975
26976 \begin_layout Plain Layout
26977 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
26978 \end_layout
26979
26980 \end_inset
26981
26982
26983 \begin_inset CommandInset label
26984 LatexCommand label
26985 name "sec:キャプションの書式設定"
26986
26987 \end_inset
26988
26989
26990 \end_layout
26991
26992 \begin_layout Standard
26993
26994 \family sans
26995 キャプション
26996 \family default
26997 環境は,
26998 \family sans
26999 フロート
27000 \family default
27001 の既定の段落環境です.キャプションは,\SpecialChar LyX
27002 画面上では,例えば「
27003 \family sans
27004 図 #:
27005 \family default
27006 」のようなラベルの後に,キャプション文を伴って表示されます.ここで「
27007 \family sans
27008 #
27009 \family default
27010 」には,実際には参照番号が入ります.既定の設定では,ラベルと番号はキャプション文と同じフォントになっており,ラベルと文を分けるために,番号の後にコロンが入ります
27011 .このキャプション書式は,すべての文書書式に適しているわけではありません.
27012 \end_layout
27013
27014 \begin_layout Standard
27015 既定のキャプション書式を変更するには,文書プリアンブルに
27016 \end_layout
27017
27018 \begin_layout Standard
27019
27020 \series bold
27021
27022 \backslash
27023 usepackage[format definition]{caption}
27024 \end_layout
27025
27026 \begin_layout Standard
27027 という行を加えて,\SpecialChar LaTeX
27028 パッケージ
27029 \series bold
27030 caption
27031 \series default
27032
27033 \begin_inset Index idx
27034 status collapsed
27035
27036 \begin_layout Plain Layout
27037 \SpecialChar LaTeX
27038 ぱっけーじ@\SpecialChar LaTeX
27039 パッケージ ! caption
27040 \end_layout
27041
27042 \end_inset
27043
27044 を読み込んでください.たとえば,ラベルと番号をサンセリフのボールド体にして,表キャプションを,この文書のように常に表の上に置くようにするには,
27045 \end_layout
27046
27047 \begin_layout Standard
27048
27049 \series bold
27050
27051 \backslash
27052 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27053 \end_layout
27054
27055 \begin_layout Standard
27056 というコマンドを使用してください.また,各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
27057 \series bold
27058 caption
27059 \series default
27060 パッケージを書式関連オプション抜きで読み込み,文書プリアンブルに
27061 \end_layout
27062
27063 \begin_layout Standard
27064
27065 \series bold
27066
27067 \backslash
27068 captionsetup[フロート型]{書式定義}
27069 \end_layout
27070
27071 \begin_layout Standard
27072 というコマンドを使用して,個別の書式を指定してください.たとえば,図
27073 \begin_inset CommandInset ref
27074 LatexCommand ref
27075 reference "fig:図キャプション"
27076
27077 \end_inset
27078
27079 と表
27080 \begin_inset CommandInset ref
27081 LatexCommand ref
27082 reference "tab:表キャプション"
27083
27084 \end_inset
27085
27086 に使われているキャプション書式は,文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
27087 \end_layout
27088
27089 \begin_layout Standard
27090
27091 \series bold
27092
27093 \backslash
27094 usepackage[tableposition=top]{caption}
27095 \series default
27096
27097 \begin_inset Newline newline
27098 \end_inset
27099
27100
27101 \series bold
27102
27103 \backslash
27104 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27105 \begin_inset Newline newline
27106 \end_inset
27107
27108
27109 \begin_inset Phantom HPhantom
27110 status open
27111
27112 \begin_layout Plain Layout
27113
27114 \backslash
27115 captionsetup[figure]{
27116 \end_layout
27117
27118 \end_inset
27119
27120 labelsep=period}
27121 \begin_inset Newline newline
27122 \end_inset
27123
27124
27125 \backslash
27126 captionsetup[table]{labelfont={bf,sf}}
27127 \end_layout
27128
27129 \begin_layout Standard
27130 \begin_inset Note Greyedout
27131 status open
27132
27133 \begin_layout Plain Layout
27134
27135 \series bold
27136 【註】
27137 \series default
27138 オプションのうち,
27139 \series bold
27140 tableposition=top
27141 \series default
27142 は,文書クラスに
27143 \series bold
27144 KOMA-script
27145 \series default
27146
27147 \begin_inset Index idx
27148 status collapsed
27149
27150 \begin_layout Plain Layout
27151 \SpecialChar LaTeX
27152 ぱっけーじ@\SpecialChar LaTeX
27153 パッケージ ! KOMA-script
27154 \end_layout
27155
27156 \end_inset
27157
27158 が使われているときには,無効になります.この場合には,文書クラスオプション
27159 \series bold
27160 captions=tableheading
27161 \series default
27162 を指定しなくてはなりません.
27163 \end_layout
27164
27165 \end_inset
27166
27167
27168 \end_layout
27169
27170 \begin_layout Standard
27171
27172 \series bold
27173 caption
27174 \series default
27175 パッケージについての詳細は,その取扱説明書
27176 \begin_inset CommandInset citation
27177 LatexCommand cite
27178 key "caption"
27179 literal "true"
27180
27181 \end_inset
27182
27183 をご覧ください.
27184 \end_layout
27185
27186 \begin_layout Standard
27187 ラベル名を,たとえば「図」から「画像」に変更するには,以下のプリアンブルコマンドを使用してください.
27188 \end_layout
27189
27190 \begin_layout Standard
27191
27192 \series bold
27193
27194 \backslash
27195 renewcommand{
27196 \backslash
27197 fnum@figure}{画像~
27198 \backslash
27199 thefigure}
27200 \end_layout
27201
27202 \begin_layout Standard
27203 なお,
27204 \series bold
27205
27206 \backslash
27207 thefigure
27208 \series default
27209 は表番号を挿入し,「
27210 \series bold
27211 ~
27212 \series default
27213 」は保護された空白を入れます.
27214 \end_layout
27215
27216 \begin_layout Standard
27217 \begin_inset VSpace bigskip
27218 \end_inset
27219
27220
27221 \series bold
27222 KOMA-script
27223 \series default
27224
27225 \begin_inset Index idx
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229 \SpecialChar LaTeX
27230 ぱっけーじ@\SpecialChar LaTeX
27231 パッケージ ! KOMA-script
27232 \end_layout
27233
27234 \end_inset
27235
27236 文書クラス(
27237 \family sans
27238 article (KOMA-script)
27239 \family default
27240
27241 \family sans
27242 book (KOMA-script)
27243 \family default
27244
27245 \family sans
27246 letter (KOMA-script)
27247 \family default
27248
27249 \family sans
27250 report (KOMA-script)
27251 \family default
27252 )を使用している場合には,
27253 \series bold
27254 caption
27255 \series default
27256 パッケージの代わりに
27257 \series bold
27258 KOMA-script
27259 \series default
27260 のビルトインコマンド
27261 \series bold
27262 etkomafont
27263 \series default
27264 を使用することもできます.たとえば,キャプションラベルをボールド体にするには,以下のコマンドを文書プリアンブルに加えます.
27265 \end_layout
27266
27267 \begin_layout Standard
27268
27269 \series bold
27270
27271 \backslash
27272 setkomafont{captionlabel}{
27273 \backslash
27274 bfseries}
27275 \end_layout
27276
27277 \begin_layout Standard
27278
27279 \series bold
27280
27281 \backslash
27282 setkomafont
27283 \series default
27284 についての詳細は,
27285 \series bold
27286 KOMA-script
27287 \series default
27288 の取扱説明書
27289 \begin_inset CommandInset citation
27290 LatexCommand cite
27291 key "koma-script"
27292 literal "true"
27293
27294 \end_inset
27295
27296 をご覧ください.
27297 \end_layout
27298
27299 \begin_layout Standard
27300 \begin_inset ERT
27301 status collapsed
27302
27303 \begin_layout Plain Layout
27304
27305
27306 \backslash
27307 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27308 }
27309 \end_layout
27310
27311 \end_inset
27312
27313
27314 \begin_inset Note Note
27315 status open
27316
27317 \begin_layout Plain Layout
27318 キャプション書式は,この例のみ変更してあります.
27319 \end_layout
27320
27321 \end_inset
27322
27323
27324 \end_layout
27325
27326 \begin_layout Standard
27327 \begin_inset Float figure
27328 placement !p
27329 wide false
27330 sideways false
27331 status open
27332
27333 \begin_layout Plain Layout
27334 \align center
27335 \begin_inset Graphics
27336         filename ../clipart/2D-intensity-plot.pdf
27337         scaleBeforeRotation
27338
27339 \end_inset
27340
27341
27342 \end_layout
27343
27344 \begin_layout Plain Layout
27345 \begin_inset Caption Standard
27346
27347 \begin_layout Plain Layout
27348 \begin_inset CommandInset label
27349 LatexCommand label
27350 name "fig:図キャプション"
27351
27352 \end_inset
27353
27354 これは,別のキャプション書式を例示するための,一行よりも長い図キャプションです.ここでは,自製キャプション書式が使用されています.
27355 \end_layout
27356
27357 \end_inset
27358
27359
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Standard
27368 \begin_inset ERT
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372
27373
27374 \backslash
27375 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27376 on}
27377 \end_layout
27378
27379 \end_inset
27380
27381
27382 \end_layout
27383
27384 \begin_layout Standard
27385 \begin_inset Float table
27386 placement !p
27387 wide false
27388 sideways false
27389 status open
27390
27391 \begin_layout Plain Layout
27392 \begin_inset Caption Standard
27393
27394 \begin_layout Plain Layout
27395 \begin_inset CommandInset label
27396 LatexCommand label
27397 name "tab:表キャプション"
27398
27399 \end_inset
27400
27401 これは,別のキャプション書式を例示するための,一行よりも長い表キャプションです.ここでは,この文書での表キャプションの標準書式が使用されています.
27402 \end_layout
27403
27404 \end_inset
27405
27406
27407 \end_layout
27408
27409 \begin_layout Plain Layout
27410 \align center
27411 \begin_inset Tabular
27412 <lyxtabular version="3" rows="1" columns="5">
27413 <features tabularvalignment="middle">
27414 <column alignment="center" valignment="top">
27415 <column alignment="center" valignment="top">
27416 <column alignment="center" valignment="top">
27417 <column alignment="center" valignment="top">
27418 <column alignment="center" valignment="top">
27419 <row>
27420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27421 \begin_inset Text
27422
27423 \begin_layout Plain Layout
27424
27425 \end_layout
27426
27427 \end_inset
27428 </cell>
27429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27430 \begin_inset Text
27431
27432 \begin_layout Plain Layout
27433
27434 \end_layout
27435
27436 \end_inset
27437 </cell>
27438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27439 \begin_inset Text
27440
27441 \begin_layout Plain Layout
27442
27443 \end_layout
27444
27445 \end_inset
27446 </cell>
27447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27448 \begin_inset Text
27449
27450 \begin_layout Plain Layout
27451
27452 \end_layout
27453
27454 \end_inset
27455 </cell>
27456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27457 \begin_inset Text
27458
27459 \begin_layout Plain Layout
27460
27461 \end_layout
27462
27463 \end_inset
27464 </cell>
27465 </row>
27466 </lyxtabular>
27467
27468 \end_inset
27469
27470
27471 \end_layout
27472
27473 \end_inset
27474
27475
27476 \end_layout
27477
27478 \begin_layout Section
27479 キャプションの配置
27480 \begin_inset Index idx
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484 きゃぷしょん@キャプション ! はいち@配置
27485 \end_layout
27486
27487 \end_inset
27488
27489
27490 \begin_inset Index idx
27491 status collapsed
27492
27493 \begin_layout Plain Layout
27494 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
27495 \end_layout
27496
27497 \end_inset
27498
27499
27500 \begin_inset CommandInset label
27501 LatexCommand label
27502 name "sec:キャプションの配置"
27503
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \begin_layout Standard
27510 通常,キャプションの配置原則は,
27511 \end_layout
27512
27513 \begin_layout Description
27514 図の場合: キャプションを図の下に置く
27515 \end_layout
27516
27517 \begin_layout Description
27518 表の場合: キャプションを表の上に置く
27519 \end_layout
27520
27521 \begin_layout Standard
27522 という風になっています.\SpecialChar LaTeX
27523 の標準クラスでは,キャプションを表の上に置くことは,残念ながらサポートされていません.したがって,
27524 \family sans
27525 article
27526 \family default
27527
27528 \family sans
27529 book
27530 \family default
27531
27532 \family sans
27533 letter
27534 \family default
27535
27536 \family sans
27537 report
27538 \family default
27539 といった文書クラスを使用している時には,キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,お使いの文書プリアンブルでLaT
27540 eXパッケージ
27541 \series bold
27542 caption
27543 \series default
27544 を読み込むコマンドに
27545 \end_layout
27546
27547 \begin_layout Standard
27548
27549 \series bold
27550 tableposition=top
27551 \end_layout
27552
27553 \begin_layout Standard
27554 というオプションを追加してください
27555 \begin_inset Foot
27556 status collapsed
27557
27558 \begin_layout Plain Layout
27559
27560 \series bold
27561 caption
27562 \series default
27563 パッケージについての詳細な情報は,第
27564 \begin_inset CommandInset ref
27565 LatexCommand ref
27566 reference "sec:キャプションの書式設定"
27567
27568 \end_inset
27569
27570 節をご覧ください.
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \series bold
27577 KOMA-script
27578 \series default
27579
27580 \begin_inset Index idx
27581 status collapsed
27582
27583 \begin_layout Plain Layout
27584 \SpecialChar LaTeX
27585 ぱっけーじ@\SpecialChar LaTeX
27586 パッケージ ! KOMA-script
27587 \end_layout
27588
27589 \end_inset
27590
27591 文書クラス(
27592 \family sans
27593 article (KOMA-script)
27594 \family default
27595
27596 \family sans
27597 book (KOMA-script)
27598 \family default
27599
27600 \family sans
27601 letter (KOMA-script)
27602 \family default
27603
27604 \family sans
27605 report (KOMA-script)
27606 \family default
27607
27608 \begin_inset space \thinspace{}
27609 \end_inset
27610
27611 )をお使いの場合には,
27612 \series bold
27613 caption
27614 \series default
27615 パッケージにオプションを与える代わりに,文書クラスオプション
27616 \end_layout
27617
27618 \begin_layout Standard
27619
27620 \series bold
27621 captions=tableheading
27622 \end_layout
27623
27624 \begin_layout Standard
27625 を設定することもできます
27626 \begin_inset Foot
27627 status collapsed
27628
27629 \begin_layout Plain Layout
27630 このオプションは本文書で使用されています.
27631 \end_layout
27632
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \begin_layout Standard
27639 KOMA-Script文書クラスの文書では,キャプションを右クリックして,文脈依存メニューから,これが図表の上または下に来るべきキャプションかを指定することもで
27640 きます.これによって,文書全体のキャプション配置指定にかかわらず,特定のキャプションの配置を変えることができます.表
27641 \begin_inset CommandInset ref
27642 LatexCommand ref
27643 reference "tab:指定付きキャプション"
27644
27645 \end_inset
27646
27647 は,キャプションは,\SpecialChar LyX
27648 中では上に置かれているけれども,表の下に来るように指定されている例です.比較のために,表
27649 \begin_inset CommandInset ref
27650 LatexCommand ref
27651 reference "tab:標準表"
27652
27653 \end_inset
27654
27655 のキャプションでは,指定が為されていません.
27656 \end_layout
27657
27658 \begin_layout Standard
27659 \begin_inset Float table
27660 wide false
27661 sideways false
27662 status open
27663
27664 \begin_layout Plain Layout
27665 \begin_inset Caption Below
27666
27667 \begin_layout Plain Layout
27668 \begin_inset CommandInset label
27669 LatexCommand label
27670 name "tab:指定付きキャプション"
27671
27672 \end_inset
27673
27674 表下に来るように指定されたキャプション
27675 \end_layout
27676
27677 \end_inset
27678
27679
27680 \end_layout
27681
27682 \begin_layout Plain Layout
27683 \align center
27684 \begin_inset Tabular
27685 <lyxtabular version="3" rows="3" columns="3">
27686 <features tabularvalignment="middle">
27687 <column alignment="center" valignment="top" width="0pt">
27688 <column alignment="center" valignment="top" width="0pt">
27689 <column alignment="center" valignment="top" width="0pt">
27690 <row>
27691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27692 \begin_inset Text
27693
27694 \begin_layout Plain Layout
27695 1
27696 \end_layout
27697
27698 \end_inset
27699 </cell>
27700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27701 \begin_inset Text
27702
27703 \begin_layout Plain Layout
27704 2
27705 \end_layout
27706
27707 \end_inset
27708 </cell>
27709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27710 \begin_inset Text
27711
27712 \begin_layout Plain Layout
27713 3
27714 \end_layout
27715
27716 \end_inset
27717 </cell>
27718 </row>
27719 <row>
27720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27721 \begin_inset Text
27722
27723 \begin_layout Plain Layout
27724 森嶋
27725 \end_layout
27726
27727 \end_inset
27728 </cell>
27729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27730 \begin_inset Text
27731
27732 \begin_layout Plain Layout
27733 宇沢
27734 \end_layout
27735
27736 \end_inset
27737 </cell>
27738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27739 \begin_inset Text
27740
27741 \begin_layout Plain Layout
27742 二階堂
27743 \end_layout
27744
27745 \end_inset
27746 </cell>
27747 </row>
27748 <row>
27749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27750 \begin_inset Text
27751
27752 \begin_layout Plain Layout
27753 \begin_inset Formula $\int x^{2}dx$
27754 \end_inset
27755
27756
27757 \end_layout
27758
27759 \end_inset
27760 </cell>
27761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Plain Layout
27765 \begin_inset Formula $\left[\begin{array}{cc}
27766 a & b\\
27767 c & d
27768 \end{array}\right]$
27769 \end_inset
27770
27771
27772 \end_layout
27773
27774 \end_inset
27775 </cell>
27776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27777 \begin_inset Text
27778
27779 \begin_layout Plain Layout
27780 \begin_inset Formula $1+1=2$
27781 \end_inset
27782
27783
27784 \end_layout
27785
27786 \end_inset
27787 </cell>
27788 </row>
27789 </lyxtabular>
27790
27791 \end_inset
27792
27793
27794 \end_layout
27795
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \begin_layout Standard
27802 \begin_inset Float table
27803 wide false
27804 sideways false
27805 status open
27806
27807 \begin_layout Plain Layout
27808 \begin_inset Caption Standard
27809
27810 \begin_layout Plain Layout
27811 \begin_inset CommandInset label
27812 LatexCommand label
27813 name "tab:標準表"
27814
27815 \end_inset
27816
27817 標準の表キャプション
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \end_layout
27824
27825 \begin_layout Plain Layout
27826 \align center
27827 \begin_inset Tabular
27828 <lyxtabular version="3" rows="3" columns="3">
27829 <features tabularvalignment="middle">
27830 <column alignment="center" valignment="top" width="0pt">
27831 <column alignment="center" valignment="top" width="0pt">
27832 <column alignment="center" valignment="top" width="0pt">
27833 <row>
27834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Plain Layout
27838 1
27839 \end_layout
27840
27841 \end_inset
27842 </cell>
27843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27844 \begin_inset Text
27845
27846 \begin_layout Plain Layout
27847 2
27848 \end_layout
27849
27850 \end_inset
27851 </cell>
27852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Plain Layout
27856 3
27857 \end_layout
27858
27859 \end_inset
27860 </cell>
27861 </row>
27862 <row>
27863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27864 \begin_inset Text
27865
27866 \begin_layout Plain Layout
27867 森嶋
27868 \end_layout
27869
27870 \end_inset
27871 </cell>
27872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27873 \begin_inset Text
27874
27875 \begin_layout Plain Layout
27876 宇沢
27877 \end_layout
27878
27879 \end_inset
27880 </cell>
27881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27882 \begin_inset Text
27883
27884 \begin_layout Plain Layout
27885 二階堂
27886 \end_layout
27887
27888 \end_inset
27889 </cell>
27890 </row>
27891 <row>
27892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27893 \begin_inset Text
27894
27895 \begin_layout Plain Layout
27896 \begin_inset Formula $\int x^{2}dx$
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \end_inset
27903 </cell>
27904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27905 \begin_inset Text
27906
27907 \begin_layout Plain Layout
27908 \begin_inset Formula $\left[\begin{array}{cc}
27909 a & b\\
27910 c & d
27911 \end{array}\right]$
27912 \end_inset
27913
27914
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923 \begin_inset Formula $1+1=2$
27924 \end_inset
27925
27926
27927 \end_layout
27928
27929 \end_inset
27930 </cell>
27931 </row>
27932 </lyxtabular>
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \begin_layout Standard
27945 \begin_inset VSpace bigskip
27946 \end_inset
27947
27948 また,キャプションは,図表の横に置くこともできます.これを実現するには,文書プリアンブルに
27949 \end_layout
27950
27951 \begin_layout Standard
27952
27953 \series bold
27954
27955 \backslash
27956 usepackage[option]{sidecap}
27957 \end_layout
27958
27959 \begin_layout Standard
27960 という行を入れて,\SpecialChar LaTeX
27961 パッケージ
27962 \series bold
27963 sidecap
27964 \series default
27965
27966 \begin_inset Index idx
27967 status collapsed
27968
27969 \begin_layout Plain Layout
27970 \SpecialChar LaTeX
27971 ぱっけーじ@\SpecialChar LaTeX
27972 パッケージ ! sidecap
27973 \end_layout
27974
27975 \end_inset
27976
27977 を読み込まなくてはなりません.オプションを与えなければ,ページの外側余白の側に—偶数ページでは右側,奇数頁では左側に—キャプションが置かれます.
27978 \series bold
27979 innercaption
27980 \series default
27981 オプションを与えれば,内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
27982 \series bold
27983 rightcaption
27984 \series default
27985 ないし
27986 \series bold
27987 leftcaption
27988 \series default
27989 オプションを用います.
27990 \end_layout
27991
27992 \begin_layout Standard
27993 \begin_inset ERT
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997
27998
27999 \backslash
28000 ifsidecap
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \begin_inset Note Note
28007 status open
28008
28009 \begin_layout Plain Layout
28010 以下の部分は,\SpecialChar LaTeX
28011 パッケージ
28012 \series bold
28013 sidecap
28014 \series default
28015 が導入されているときのみ表示されます.
28016 \end_layout
28017
28018 \end_inset
28019
28020
28021 \end_layout
28022
28023 \begin_layout Standard
28024 \SpecialChar LyX
28025 でフロートのキャプションを横に配置するには,以下のコマンド群を文書プリアンブルに追加する必要があります.
28026 \end_layout
28027
28028 \begin_layout Standard
28029 \noindent
28030 \begin_inset CommandInset line
28031 LatexCommand rule
28032 offset "0.5ex"
28033 width "100line%"
28034 height "1pt"
28035
28036 \end_inset
28037
28038
28039 \end_layout
28040
28041 \begin_layout Standard
28042
28043 \series bold
28044
28045 \backslash
28046 newcommand{
28047 \backslash
28048 TabBesBeg}[1][1.0]{%
28049 \begin_inset Newline newline
28050 \end_inset
28051
28052
28053 \begin_inset Phantom HPhantom
28054 status open
28055
28056 \begin_layout Plain Layout
28057 \begin_inset space ~
28058 \end_inset
28059
28060
28061 \end_layout
28062
28063 \end_inset
28064
28065
28066 \backslash
28067 let
28068 \backslash
28069 MyTable
28070 \backslash
28071 table
28072 \begin_inset Newline newline
28073 \end_inset
28074
28075
28076 \begin_inset Phantom HPhantom
28077 status open
28078
28079 \begin_layout Plain Layout
28080
28081 \series medium
28082 \begin_inset space ~
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \end_inset
28089
28090
28091 \backslash
28092 let
28093 \backslash
28094 MyEndtable
28095 \backslash
28096 endtable
28097 \begin_inset Newline newline
28098 \end_inset
28099
28100
28101 \begin_inset Phantom HPhantom
28102 status open
28103
28104 \begin_layout Plain Layout
28105
28106 \series medium
28107 \begin_inset space ~
28108 \end_inset
28109
28110
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \backslash
28117 renewenvironment{table}[1]{
28118 \backslash
28119 begin{SCtable}[#1]##1}{
28120 \backslash
28121 end{SCtable}}}
28122 \end_layout
28123
28124 \begin_layout Standard
28125
28126 \series bold
28127
28128 \backslash
28129 newcommand{
28130 \backslash
28131 TabBesEnd}{%
28132 \begin_inset Newline newline
28133 \end_inset
28134
28135
28136 \begin_inset Phantom HPhantom
28137 status open
28138
28139 \begin_layout Plain Layout
28140 \begin_inset space ~
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \end_inset
28147
28148
28149 \backslash
28150 let
28151 \backslash
28152 table
28153 \backslash
28154 MyTable
28155 \begin_inset Newline newline
28156 \end_inset
28157
28158
28159 \begin_inset Phantom HPhantom
28160 status open
28161
28162 \begin_layout Plain Layout
28163 \begin_inset space ~
28164 \end_inset
28165
28166
28167 \end_layout
28168
28169 \end_inset
28170
28171
28172 \backslash
28173 let
28174 \backslash
28175 endtable
28176 \backslash
28177 MyEndtable
28178 \end_layout
28179
28180 \begin_layout Standard
28181
28182 \series bold
28183
28184 \backslash
28185 newcommand{
28186 \backslash
28187 FigBesBeg}[1][1.0]{%
28188 \begin_inset Newline newline
28189 \end_inset
28190
28191
28192 \begin_inset Phantom HPhantom
28193 status open
28194
28195 \begin_layout Plain Layout
28196 \begin_inset space ~
28197 \end_inset
28198
28199
28200 \end_layout
28201
28202 \end_inset
28203
28204
28205 \backslash
28206 let
28207 \backslash
28208 MyFigure
28209 \backslash
28210 figure
28211 \begin_inset Newline newline
28212 \end_inset
28213
28214
28215 \begin_inset Phantom HPhantom
28216 status open
28217
28218 \begin_layout Plain Layout
28219 \begin_inset space ~
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \backslash
28229 let
28230 \backslash
28231 MyEndfigure
28232 \backslash
28233 endfigure
28234 \begin_inset Newline newline
28235 \end_inset
28236
28237
28238 \begin_inset Phantom HPhantom
28239 status open
28240
28241 \begin_layout Plain Layout
28242 \begin_inset space ~
28243 \end_inset
28244
28245
28246 \end_layout
28247
28248 \end_inset
28249
28250
28251 \backslash
28252 renewenvironment{figure}[1]{
28253 \backslash
28254 begin{SCfigure}[#1]##1}{
28255 \backslash
28256 end{SCfigure}}}
28257 \end_layout
28258
28259 \begin_layout Standard
28260
28261 \series bold
28262
28263 \backslash
28264 newcommand{
28265 \backslash
28266 FigBesEnd}{%
28267 \begin_inset Newline newline
28268 \end_inset
28269
28270
28271 \begin_inset Phantom HPhantom
28272 status open
28273
28274 \begin_layout Plain Layout
28275 \begin_inset space ~
28276 \end_inset
28277
28278
28279 \end_layout
28280
28281 \end_inset
28282
28283
28284 \backslash
28285 let
28286 \backslash
28287 figure
28288 \backslash
28289 MyFigure
28290 \begin_inset Newline newline
28291 \end_inset
28292
28293
28294 \begin_inset Phantom HPhantom
28295 status open
28296
28297 \begin_layout Plain Layout
28298 \begin_inset space ~
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \backslash
28308 let
28309 \backslash
28310 endfigure
28311 \backslash
28312 MyEndfigure}
28313 \end_layout
28314
28315 \begin_layout Standard
28316 \noindent
28317 \begin_inset CommandInset line
28318 LatexCommand rule
28319 offset "0.5ex"
28320 width "100line%"
28321 height "1pt"
28322
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \begin_layout Standard
28329 これらのコマンドは,キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
28330 \end_layout
28331
28332 \begin_layout Standard
28333
28334 \series bold
28335
28336 \backslash
28337 FigBesBeg
28338 \end_layout
28339
28340 \begin_layout Standard
28341 というコマンドを,フロートの前に\SpecialChar TeX
28342 コードで入れてください.そして,元のフロート定義に戻したいところで,
28343 \end_layout
28344
28345 \begin_layout Standard
28346
28347 \series bold
28348
28349 \backslash
28350 FigBesEnd
28351 \end_layout
28352
28353 \begin_layout Standard
28354 という\SpecialChar TeX
28355 コードを入れてください.
28356 \end_layout
28357
28358 \begin_layout Standard
28359 表フロートに対しては,対応するコマンド
28360 \end_layout
28361
28362 \begin_layout Standard
28363
28364 \series bold
28365
28366 \backslash
28367 TabBesBeg
28368 \series default
28369 および
28370 \series bold
28371
28372 \backslash
28373 TabBesEnd
28374 \end_layout
28375
28376 \begin_layout Standard
28377 を使用してください.図
28378 \begin_inset CommandInset ref
28379 LatexCommand ref
28380 reference "fig:図横キャプション"
28381
28382 \end_inset
28383
28384 と表
28385 \begin_inset CommandInset ref
28386 LatexCommand ref
28387 reference "tab:表横キャプション"
28388
28389 \end_inset
28390
28391 がキャプションを脇に設定した例です.
28392 \end_layout
28393
28394 \begin_layout Standard
28395 これらの例において,表フロートの場合には,キャプションの文章がフロート上部に表示され,図フロートではフロート下部に表示されることが確認いただけると思います.これ
28396 を変更するには,文書プリアンブルかフロート直前に,\SpecialChar TeX
28397 コードとして
28398 \end_layout
28399
28400 \begin_layout Standard
28401
28402 \series bold
28403
28404 \backslash
28405 sidecaptionvpos{フロート型}{配置}
28406 \end_layout
28407
28408 \begin_layout Standard
28409 というコマンドを使用します.ここで「フロート型」は
28410 \family sans
28411 figure
28412 \family default
28413
28414 \family sans
28415 table
28416 \family default
28417 であり,「配置」は,上揃えの場合はtopの
28418 \end_layout
28419
28420 \begin_layout Standard
28421
28422 \family sans
28423 t
28424 \family default
28425 」,中央揃えの場合はcenterの「
28426 \family sans
28427 c
28428 \family default
28429 」,下揃えの場合はbottomの「
28430 \family sans
28431 b
28432 \family default
28433 」のいずれかになります.たとえば,図フロートのキャプションを縦方向中央揃えとしたい場合には,
28434 \end_layout
28435
28436 \begin_layout Standard
28437
28438 \series bold
28439
28440 \backslash
28441 sidecaptionvpos{figure}{c}
28442 \end_layout
28443
28444 \begin_layout Standard
28445 というコマンドを使用します.これは,図
28446 \begin_inset CommandInset ref
28447 LatexCommand ref
28448 reference "fig:図横キャプション-2"
28449
28450 \end_inset
28451
28452 で使用されています.
28453 \end_layout
28454
28455 \begin_layout Standard
28456 \begin_inset VSpace medskip
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Standard
28463 キャプション幅の既定値は,画像幅ないし表幅です.しかし,表
28464 \begin_inset CommandInset ref
28465 LatexCommand ref
28466 reference "tab:表横キャプション"
28467
28468 \end_inset
28469
28470 のように幅狭の表では,これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,画像幅ないし表幅に掛ける因数を指定することができます.指定した幅で
28471 は,キャプションがページ余白ないし段余白に突き出てしまうような場合は,キャプション幅は自動的に再計算してくれます.
28472 \emph on
28473 因数
28474 \emph default
28475 は,
28476 \end_layout
28477
28478 \begin_layout Standard
28479
28480 \series bold
28481
28482 \backslash
28483 FigBesBeg[因数]
28484 \end_layout
28485
28486 \begin_layout Standard
28487 のように,
28488 \series bold
28489
28490 \backslash
28491 FigBesBeg
28492 \series default
28493 への非必須引数として与えることもできますし,
28494 \series bold
28495
28496 \backslash
28497 FigBesBeg
28498 \series default
28499 の定義中で
28500 \series bold
28501 1.0
28502 \series default
28503 を他の値に変更することもできます.表
28504 \begin_inset CommandInset ref
28505 LatexCommand ref
28506 reference "tab:図横幅広"
28507
28508 \end_inset
28509
28510 では,因子5が指定されています.
28511 \end_layout
28512
28513 \begin_layout Standard
28514 \begin_inset Note Greyedout
28515 status open
28516
28517 \begin_layout Plain Layout
28518
28519 \series bold
28520 【註】
28521 \series default
28522 キャプションを横につけたフロートでは,フロート配置オプションの
28523 \family sans
28524 何としても現在地に置く
28525 \family default
28526 は,
28527 \series bold
28528 sidecap
28529 \series default
28530 がサポートしていないので,使用することができません..
28531 \end_layout
28532
28533 \end_inset
28534
28535
28536 \end_layout
28537
28538 \begin_layout Standard
28539 \begin_inset VSpace medskip
28540 \end_inset
28541
28542
28543 \series bold
28544 sidecap
28545 \series default
28546 パッケージについての詳細は,
28547 \begin_inset CommandInset citation
28548 LatexCommand cite
28549 key "sidecap"
28550 literal "true"
28551
28552 \end_inset
28553
28554 の説明書をご参照ください.
28555 \end_layout
28556
28557 \begin_layout Standard
28558 \begin_inset Note Greyedout
28559 status open
28560
28561 \begin_layout Plain Layout
28562
28563 \series bold
28564 【註】
28565 \series default
28566
28567 \begin_inset CommandInset ref
28568 LatexCommand ref
28569 reference "subsec:参照位置"
28570
28571 \end_inset
28572
28573 節に説明がある\SpecialChar LaTeX
28574 パッケージ
28575 \series bold
28576 hypcap
28577 \series default
28578
28579 \begin_inset Index idx
28580 status collapsed
28581
28582 \begin_layout Plain Layout
28583 \SpecialChar LaTeX
28584 ぱっけーじ@\SpecialChar LaTeX
28585 パッケージ ! hypcap
28586 \end_layout
28587
28588 \end_inset
28589
28590 は,キャプションを脇に表示したフロートに対しては,効果を持ちません.
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \end_layout
28597
28598 \begin_layout Standard
28599 \begin_inset Note Greyedout
28600 status open
28601
28602 \begin_layout Plain Layout
28603
28604 \series bold
28605 【訳註】
28606 \series default
28607 \SpecialChar LaTeX
28608 パッケージ
28609 \series bold
28610 sidecap
28611 \series default
28612
28613 \begin_inset Index idx
28614 status collapsed
28615
28616 \begin_layout Plain Layout
28617 \SpecialChar LaTeX
28618 ぱっけーじ@\SpecialChar LaTeX
28619 パッケージ ! sidecap
28620 \end_layout
28621
28622 \end_inset
28623
28624 は,p\SpecialChar LaTeX
28625 と互換性がなく,特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,本日本語訳では当該パッケージを使用していません.その使用例については,
28626 取扱説明書『
28627 \emph on
28628 埋め込み機能篇
28629 \emph default
28630 』(つまりこの文書)の\SpecialChar LyX
28631 文書本体を見るか,出力結果を見たい場合には英語版を出力するようにしてください.
28632 \end_layout
28633
28634 \end_inset
28635
28636
28637 \begin_inset ERT
28638 status collapsed
28639
28640 \begin_layout Plain Layout
28641
28642
28643 \backslash
28644 FigBesBeg 
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \begin_layout Standard
28653 \begin_inset Float figure
28654 wide false
28655 sideways false
28656 status open
28657
28658 \begin_layout Plain Layout
28659 \begin_inset Graphics
28660         filename ../clipart/3D-structure-distort.pdf
28661         scale 50
28662         scaleBeforeRotation
28663
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \begin_layout Plain Layout
28670 \begin_inset Caption Standard
28671
28672 \begin_layout Plain Layout
28673 \begin_inset CommandInset label
28674 LatexCommand label
28675 name "fig:図横キャプション"
28676
28677 \end_inset
28678
28679 これは図の横にあるキャプションです.
28680 \end_layout
28681
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \end_inset
28688
28689
28690 \end_layout
28691
28692 \begin_layout Standard
28693 \begin_inset ERT
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697
28698
28699 \backslash
28700 FigBesEnd
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \end_layout
28707
28708 \begin_layout Standard
28709 \begin_inset ERT
28710 status collapsed
28711
28712 \begin_layout Plain Layout
28713
28714
28715 \backslash
28716 TabBesBeg 
28717 \end_layout
28718
28719 \end_inset
28720
28721
28722 \end_layout
28723
28724 \begin_layout Standard
28725 \begin_inset Float table
28726 wide false
28727 sideways false
28728 status open
28729
28730 \begin_layout Plain Layout
28731 \begin_inset Caption Standard
28732
28733 \begin_layout Plain Layout
28734 \begin_inset CommandInset label
28735 LatexCommand label
28736 name "tab:表横キャプション"
28737
28738 \end_inset
28739
28740 これは表の横にあるキャプションです.
28741 \end_layout
28742
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \begin_layout Plain Layout
28749 \begin_inset Tabular
28750 <lyxtabular version="3" rows="4" columns="5">
28751 <features tabularvalignment="middle">
28752 <column alignment="center" valignment="top">
28753 <column alignment="center" valignment="top">
28754 <column alignment="center" valignment="top">
28755 <column alignment="center" valignment="top">
28756 <column alignment="center" valignment="top">
28757 <row>
28758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28759 \begin_inset Text
28760
28761 \begin_layout Plain Layout
28762
28763 \end_layout
28764
28765 \end_inset
28766 </cell>
28767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28768 \begin_inset Text
28769
28770 \begin_layout Plain Layout
28771
28772 \end_layout
28773
28774 \end_inset
28775 </cell>
28776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28777 \begin_inset Text
28778
28779 \begin_layout Plain Layout
28780
28781 \end_layout
28782
28783 \end_inset
28784 </cell>
28785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28786 \begin_inset Text
28787
28788 \begin_layout Plain Layout
28789
28790 \end_layout
28791
28792 \end_inset
28793 </cell>
28794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28795 \begin_inset Text
28796
28797 \begin_layout Plain Layout
28798
28799 \end_layout
28800
28801 \end_inset
28802 </cell>
28803 </row>
28804 <row>
28805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28806 \begin_inset Text
28807
28808 \begin_layout Plain Layout
28809
28810 \end_layout
28811
28812 \end_inset
28813 </cell>
28814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28815 \begin_inset Text
28816
28817 \begin_layout Plain Layout
28818
28819 \end_layout
28820
28821 \end_inset
28822 </cell>
28823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28824 \begin_inset Text
28825
28826 \begin_layout Plain Layout
28827
28828 \end_layout
28829
28830 \end_inset
28831 </cell>
28832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28833 \begin_inset Text
28834
28835 \begin_layout Plain Layout
28836
28837 \end_layout
28838
28839 \end_inset
28840 </cell>
28841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28842 \begin_inset Text
28843
28844 \begin_layout Plain Layout
28845
28846 \end_layout
28847
28848 \end_inset
28849 </cell>
28850 </row>
28851 <row>
28852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28853 \begin_inset Text
28854
28855 \begin_layout Plain Layout
28856
28857 \end_layout
28858
28859 \end_inset
28860 </cell>
28861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28862 \begin_inset Text
28863
28864 \begin_layout Plain Layout
28865
28866 \end_layout
28867
28868 \end_inset
28869 </cell>
28870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28871 \begin_inset Text
28872
28873 \begin_layout Plain Layout
28874
28875 \end_layout
28876
28877 \end_inset
28878 </cell>
28879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28880 \begin_inset Text
28881
28882 \begin_layout Plain Layout
28883
28884 \end_layout
28885
28886 \end_inset
28887 </cell>
28888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28889 \begin_inset Text
28890
28891 \begin_layout Plain Layout
28892
28893 \end_layout
28894
28895 \end_inset
28896 </cell>
28897 </row>
28898 <row>
28899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28900 \begin_inset Text
28901
28902 \begin_layout Plain Layout
28903
28904 \end_layout
28905
28906 \end_inset
28907 </cell>
28908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28909 \begin_inset Text
28910
28911 \begin_layout Plain Layout
28912
28913 \end_layout
28914
28915 \end_inset
28916 </cell>
28917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28918 \begin_inset Text
28919
28920 \begin_layout Plain Layout
28921
28922 \end_layout
28923
28924 \end_inset
28925 </cell>
28926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28927 \begin_inset Text
28928
28929 \begin_layout Plain Layout
28930
28931 \end_layout
28932
28933 \end_inset
28934 </cell>
28935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28936 \begin_inset Text
28937
28938 \begin_layout Plain Layout
28939
28940 \end_layout
28941
28942 \end_inset
28943 </cell>
28944 </row>
28945 </lyxtabular>
28946
28947 \end_inset
28948
28949
28950 \end_layout
28951
28952 \end_inset
28953
28954
28955 \end_layout
28956
28957 \begin_layout Standard
28958 \begin_inset ERT
28959 status collapsed
28960
28961 \begin_layout Plain Layout
28962
28963
28964 \backslash
28965 TabBesEnd
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \end_layout
28972
28973 \begin_layout Standard
28974 \begin_inset ERT
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978
28979
28980 \backslash
28981 FigBesBeg 
28982 \end_layout
28983
28984 \end_inset
28985
28986
28987 \begin_inset ERT
28988 status collapsed
28989
28990 \begin_layout Plain Layout
28991
28992
28993 \backslash
28994 sidecaptionvpos{figure}{c}
28995 \end_layout
28996
28997 \end_inset
28998
28999
29000 \begin_inset Float figure
29001 wide false
29002 sideways false
29003 status open
29004
29005 \begin_layout Plain Layout
29006 \begin_inset Graphics
29007         filename ../clipart/3D-structure-distort.pdf
29008         scale 50
29009         scaleBeforeRotation
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \begin_layout Plain Layout
29017 \begin_inset Caption Standard
29018
29019 \begin_layout Plain Layout
29020 \begin_inset CommandInset label
29021 LatexCommand label
29022 name "fig:図横キャプション-2"
29023
29024 \end_inset
29025
29026 これは図の横にある縦方向中央揃えのキャプションです.
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Standard
29040 \begin_inset ERT
29041 status collapsed
29042
29043 \begin_layout Plain Layout
29044
29045
29046 \backslash
29047 FigBesEnd
29048 \end_layout
29049
29050 \end_inset
29051
29052
29053 \end_layout
29054
29055 \begin_layout Standard
29056 \begin_inset ERT
29057 status collapsed
29058
29059 \begin_layout Plain Layout
29060
29061
29062 \backslash
29063 TabBesBeg[5]
29064 \end_layout
29065
29066 \end_inset
29067
29068
29069 \end_layout
29070
29071 \begin_layout Standard
29072 \begin_inset Float table
29073 wide false
29074 sideways false
29075 status open
29076
29077 \begin_layout Plain Layout
29078 \begin_inset Caption Standard
29079
29080 \begin_layout Plain Layout
29081 \begin_inset CommandInset label
29082 LatexCommand label
29083 name "tab:図横幅広"
29084
29085 \end_inset
29086
29087 これは表
29088 \begin_inset CommandInset ref
29089 LatexCommand ref
29090 reference "tab:表横キャプション"
29091
29092 \end_inset
29093
29094 よりも幅広のキャプションです
29095 \end_layout
29096
29097 \end_inset
29098
29099
29100 \end_layout
29101
29102 \begin_layout Plain Layout
29103 \begin_inset Tabular
29104 <lyxtabular version="3" rows="4" columns="5">
29105 <features tabularvalignment="middle">
29106 <column alignment="center" valignment="top">
29107 <column alignment="center" valignment="top">
29108 <column alignment="center" valignment="top">
29109 <column alignment="center" valignment="top">
29110 <column alignment="center" valignment="top">
29111 <row>
29112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29113 \begin_inset Text
29114
29115 \begin_layout Plain Layout
29116 a
29117 \end_layout
29118
29119 \end_inset
29120 </cell>
29121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29122 \begin_inset Text
29123
29124 \begin_layout Plain Layout
29125
29126 \end_layout
29127
29128 \end_inset
29129 </cell>
29130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29131 \begin_inset Text
29132
29133 \begin_layout Plain Layout
29134 b
29135 \end_layout
29136
29137 \end_inset
29138 </cell>
29139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29140 \begin_inset Text
29141
29142 \begin_layout Plain Layout
29143
29144 \end_layout
29145
29146 \end_inset
29147 </cell>
29148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29149 \begin_inset Text
29150
29151 \begin_layout Plain Layout
29152 c
29153 \end_layout
29154
29155 \end_inset
29156 </cell>
29157 </row>
29158 <row>
29159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29160 \begin_inset Text
29161
29162 \begin_layout Plain Layout
29163
29164 \end_layout
29165
29166 \end_inset
29167 </cell>
29168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29169 \begin_inset Text
29170
29171 \begin_layout Plain Layout
29172 d
29173 \end_layout
29174
29175 \end_inset
29176 </cell>
29177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29178 \begin_inset Text
29179
29180 \begin_layout Plain Layout
29181
29182 \end_layout
29183
29184 \end_inset
29185 </cell>
29186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29187 \begin_inset Text
29188
29189 \begin_layout Plain Layout
29190 e
29191 \end_layout
29192
29193 \end_inset
29194 </cell>
29195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29196 \begin_inset Text
29197
29198 \begin_layout Plain Layout
29199
29200 \end_layout
29201
29202 \end_inset
29203 </cell>
29204 </row>
29205 <row>
29206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29207 \begin_inset Text
29208
29209 \begin_layout Plain Layout
29210 f
29211 \end_layout
29212
29213 \end_inset
29214 </cell>
29215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29216 \begin_inset Text
29217
29218 \begin_layout Plain Layout
29219
29220 \end_layout
29221
29222 \end_inset
29223 </cell>
29224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29225 \begin_inset Text
29226
29227 \begin_layout Plain Layout
29228 g
29229 \end_layout
29230
29231 \end_inset
29232 </cell>
29233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29234 \begin_inset Text
29235
29236 \begin_layout Plain Layout
29237
29238 \end_layout
29239
29240 \end_inset
29241 </cell>
29242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29243 \begin_inset Text
29244
29245 \begin_layout Plain Layout
29246 h
29247 \end_layout
29248
29249 \end_inset
29250 </cell>
29251 </row>
29252 <row>
29253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29254 \begin_inset Text
29255
29256 \begin_layout Plain Layout
29257
29258 \end_layout
29259
29260 \end_inset
29261 </cell>
29262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29263 \begin_inset Text
29264
29265 \begin_layout Plain Layout
29266 i
29267 \end_layout
29268
29269 \end_inset
29270 </cell>
29271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29272 \begin_inset Text
29273
29274 \begin_layout Plain Layout
29275
29276 \end_layout
29277
29278 \end_inset
29279 </cell>
29280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29281 \begin_inset Text
29282
29283 \begin_layout Plain Layout
29284 j
29285 \end_layout
29286
29287 \end_inset
29288 </cell>
29289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29290 \begin_inset Text
29291
29292 \begin_layout Plain Layout
29293
29294 \end_layout
29295
29296 \end_inset
29297 </cell>
29298 </row>
29299 </lyxtabular>
29300
29301 \end_inset
29302
29303
29304 \end_layout
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \begin_layout Standard
29312 \begin_inset ERT
29313 status collapsed
29314
29315 \begin_layout Plain Layout
29316
29317
29318 \backslash
29319 TabBesEnd
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \begin_layout Standard
29328 \begin_inset ERT
29329 status collapsed
29330
29331 \begin_layout Plain Layout
29332
29333
29334 \backslash
29335 else
29336 \end_layout
29337
29338 \end_inset
29339
29340
29341 \begin_inset Note Note
29342 status open
29343
29344 \begin_layout Plain Layout
29345 以下の部分は,\SpecialChar LaTeX
29346 パッケージ
29347 \series bold
29348 sidecap
29349 \series default
29350 が導入されていないときのみ表示されます.
29351 \end_layout
29352
29353 \end_inset
29354
29355
29356 \end_layout
29357
29358 \begin_layout Standard
29359 本節の残りの部分を出力で表示するには,\SpecialChar LaTeX
29360 パッケージ
29361 \series bold
29362 sidecap
29363 \series default
29364 を導入する必要があります.
29365 \end_layout
29366
29367 \begin_layout Standard
29368 \begin_inset ERT
29369 status collapsed
29370
29371 \begin_layout Plain Layout
29372
29373
29374 \backslash
29375 fi
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \end_layout
29382
29383 \begin_layout Section
29384 フロート一覧
29385 \begin_inset Index idx
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389 ふろーと@フロート ! ふろーといちらん@フロート一覧
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \begin_layout Standard
29398 文書中の各節が列挙されたものである目次と同様,文書中の図など,すべてのフロート型に一覧があります.これらは,
29399 \family sans
29400 挿入\SpecialChar menuseparator
29401 一覧/目次
29402 \family default
29403 メニューで挿入することができます.
29404 \end_layout
29405
29406 \begin_layout Standard
29407 一覧の見出しは,フロートのキャプションないし短縮タイトル,フロート番号,これらが文書中で現れるページ番号で構成されます.
29408 \end_layout
29409
29410 \begin_layout Standard
29411 本文書の終わりに,図一覧と表一覧があります.
29412 \end_layout
29413
29414 \begin_layout Chapter
29415 註釈
29416 \end_layout
29417
29418 \begin_layout Section
29419 \SpecialChar LyX
29420 註釈
29421 \begin_inset Index idx
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425 ちゅうしゃく@註釈 ! \SpecialChar LyX
29426 のーと@\SpecialChar LyX
29427 ノート
29428 \end_layout
29429
29430 \end_inset
29431
29432
29433 \end_layout
29434
29435 \begin_layout Standard
29436 註釈は,ツールバーボタン
29437 \family sans
29438
29439 \begin_inset Info
29440 type  "icon"
29441 arg   "note-insert"
29442 \end_inset
29443
29444
29445 \family default
29446 か,
29447 \family sans
29448 挿入\SpecialChar menuseparator
29449 註釈
29450 \family default
29451 メニューで挿入することができます.註釈には,以下の三つの型があります.
29452 \end_layout
29453
29454 \begin_layout Description
29455 \SpecialChar LyX
29456 註釈 この註釈型は,内部用途の註釈で出力には現れません.註釈ボックスは,以下のように表示されます.
29457 \begin_inset Newline newline
29458 \end_inset
29459
29460
29461 \begin_inset Newline newline
29462 \end_inset
29463
29464
29465 \begin_inset Graphics
29466         filename clipart/LyXNoteImage.png
29467         display false
29468         scale 50
29469         scaleBeforeRotation
29470
29471 \end_inset
29472
29473
29474 \begin_inset Note Note
29475 status open
29476
29477 \begin_layout Plain Layout
29478 これは,出力には現れない註釈ボックスに書かれた文章です.
29479 \end_layout
29480
29481 \end_inset
29482
29483
29484 \end_layout
29485
29486 \begin_layout Description
29487 コメント この註釈も出力には現れませんが,
29488 \family sans
29489 ファイル\SpecialChar menuseparator
29490 書き出し\SpecialChar menuseparator
29491 LaTeX
29492 \begin_inset space ~
29493 \end_inset
29494
29495 (pdflatex) / (平文)
29496 \family default
29497  メニューを使って文書を\SpecialChar LaTeX
29498 にエクスポートする際には,\SpecialChar LaTeX
29499 コメントとして出力されます.註釈ボックスは,以下のように表示されます.
29500 \begin_inset Newline newline
29501 \end_inset
29502
29503
29504 \begin_inset Newline newline
29505 \end_inset
29506
29507
29508 \begin_inset Graphics
29509         filename clipart/CommentNoteImage.png
29510         display false
29511         scale 50
29512         scaleBeforeRotation
29513
29514 \end_inset
29515
29516  
29517 \begin_inset Note Comment
29518 status open
29519
29520 \begin_layout Plain Layout
29521 これは,\SpecialChar LaTeX
29522 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
29523 \end_layout
29524
29525 \end_inset
29526
29527
29528 \end_layout
29529
29530 \begin_layout Description
29531 淡色表示 この註釈は,薄灰色の文章として出力に現れます.註釈ボックスは,以下のように表示されます.
29532 \begin_inset Newline newline
29533 \end_inset
29534
29535
29536 \begin_inset Newline newline
29537 \end_inset
29538
29539
29540 \begin_inset Graphics
29541         filename clipart/GreyedOutNoteImage.png
29542         display false
29543         scale 50
29544         scaleBeforeRotation
29545
29546 \end_inset
29547
29548
29549 \begin_inset Newline newline
29550 \end_inset
29551
29552
29553 \begin_inset ERT
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557
29558
29559 \backslash
29560 renewenvironment{lyxgreyedout}
29561 \end_layout
29562
29563 \begin_layout Plain Layout
29564
29565 {
29566 \backslash
29567 textcolor[gray]{0.8}
29568 \backslash
29569 bgroup}{
29570 \backslash
29571 egroup}
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \begin_inset Note Greyedout
29578 status open
29579
29580 \begin_layout Plain Layout
29581 これは,出力に薄灰色の文章として現れるコメントに書かれた文章
29582 \begin_inset Foot
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586 これは,淡色註釈内に脚註を用いた例です.
29587 \end_layout
29588
29589 \end_inset
29590
29591 です.
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \begin_inset ERT
29598 status collapsed
29599
29600 \begin_layout Plain Layout
29601
29602
29603 \backslash
29604 renewenvironment{lyxgreyedout}
29605 \end_layout
29606
29607 \begin_layout Plain Layout
29608
29609 {
29610 \backslash
29611 textcolor{blue}
29612 \backslash
29613 bgroup}{
29614 \backslash
29615 egroup}
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \begin_inset Note Note
29622 status open
29623
29624 \begin_layout Plain Layout
29625 以下に述べられているように,淡色註釈は,青文字で表示されるよう本文書のプリアンブルで再定義されているため,ここの淡色註釈は,\SpecialChar LyX
29626 本来の定義で表示されるように再定義さ
29627 れています.
29628 \end_layout
29629
29630 \end_inset
29631
29632
29633 \begin_inset Newline newline
29634 \end_inset
29635
29636
29637 \begin_inset Newline newline
29638 \end_inset
29639
29640 この例から分かるように,淡色註釈の最初の行は少し字下げされるほか,淡色註釈には脚註を入れることができます.
29641 \end_layout
29642
29643 \begin_layout Standard
29644 \begin_inset VSpace bigskip
29645 \end_inset
29646
29647 註釈を挿入するのにツールバーボタン
29648 \family sans
29649
29650 \begin_inset Info
29651 type  "icon"
29652 arg   "note-insert"
29653 \end_inset
29654
29655
29656 \family default
29657 を使用すると,
29658 \family sans
29659 \SpecialChar LyX
29660 註釈
29661 \family default
29662 が挿入されます.註釈ボックスを右クリックすれば,五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,平文を選択して,註釈ツールバーボタンをクリ
29663 ックしてください.註釈を平文に変更するには,カーソルを註釈の先頭に置いてBackspaceキーを押すか,カーソルを註釈の最後に置いてDeleteキーを押してくだ
29664 さい.
29665 \end_layout
29666
29667 \begin_layout Standard
29668 \begin_inset VSpace bigskip
29669 \end_inset
29670
29671 淡色註釈の文字色は,
29672 \family sans
29673 文書\SpecialChar menuseparator
29674 設定\SpecialChar menuseparator
29675
29676 \family default
29677 メニューで変更することができます.
29678 \end_layout
29679
29680 \begin_layout Section
29681 脚註
29682 \begin_inset CommandInset label
29683 LatexCommand label
29684 name "sec:脚注"
29685
29686 \end_inset
29687
29688
29689 \begin_inset Index idx
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693 ちゅうしゃく@註釈 ! きゃくちゅう@脚註
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \begin_inset Index idx
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703 きゃくちゅう@脚註
29704 \end_layout
29705
29706 \end_inset
29707
29708
29709 \end_layout
29710
29711 \begin_layout Standard
29712 脚註は,ツールバーボタン
29713 \family sans
29714
29715 \begin_inset Info
29716 type  "icon"
29717 arg   "footnote-insert"
29718 \end_inset
29719
29720
29721 \family default
29722 か,
29723 \family sans
29724 挿入\SpecialChar menuseparator
29725 脚註
29726 \family default
29727 メニューを使って挿入することができます.すると,脚註文を挿入したとこ
29728 \begin_inset Graphics
29729         filename clipart/footnote.png
29730         scale 95
29731         scaleBeforeRotation
29732
29733 \end_inset
29734
29735 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,その文章を選択して,脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,カ
29736 ーソルが脚註の先頭にある時にBackspaceキーを押すか,カーソルが脚註の最後にある時にDeleteキーを押します.
29737 \end_layout
29738
29739 \begin_layout Standard
29740 これが脚註の例です
29741 \begin_inset Foot
29742 status collapsed
29743
29744 \begin_layout Plain Layout
29745 \begin_inset CommandInset label
29746 LatexCommand label
29747 name "fn:これは脚注の一例"
29748
29749 \end_inset
29750
29751 これは脚註の一例です.
29752 \end_layout
29753
29754 \end_inset
29755
29756
29757 \begin_inset ERT
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761
29762
29763 \backslash
29764 newcounter{MyRepeatFoot}
29765 \end_layout
29766
29767 \begin_layout Plain Layout
29768
29769
29770 \backslash
29771 setcounter{MyRepeatFoot}{
29772 \backslash
29773 thefootnote}
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \end_layout
29780
29781 \begin_layout Standard
29782 出力に於いては,脚註は,文中の脚註ボックスを置いた位置に上付き数字として表示され,脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
29783 が計算を行い,連番が付けられます.
29784 脚註番号が章毎にリセットされるか否かは,使用する文書クラスに依ります.
29785 \end_layout
29786
29787 \begin_layout Standard
29788 脚註もフロート同様,参照することができます.脚註にラベルを挿入し,第
29789 \begin_inset CommandInset ref
29790 LatexCommand ref
29791 reference "sec:フロートの参照"
29792
29793 \end_inset
29794
29795 節に説明されているようにして,本文中でこのラベルを相互参照してください.
29796 \begin_inset Newline newline
29797 \end_inset
29798
29799 これは脚註
29800 \begin_inset CommandInset ref
29801 LatexCommand ref
29802 reference "fn:これは脚注の一例"
29803
29804 \end_inset
29805
29806 の相互参照です.
29807 \end_layout
29808
29809 \begin_layout Standard
29810 \begin_inset VSpace defskip
29811 \end_inset
29812
29813 表題環境における脚註は,通常,記号付きで付番はされず,複数の段落を含むことはできません.たとえば,この文書の表題の脚註をご覧ください.
29814 \end_layout
29815
29816 \begin_layout Standard
29817 \begin_inset VSpace defskip
29818 \end_inset
29819
29820
29821 \end_layout
29822
29823 \begin_layout Standard
29824 \SpecialChar LaTeX
29825 では,技術的要因により,表中の脚註は印字されません.しかし,それを行うには他の方法があり,まず脚註の代わりに\SpecialChar TeX
29826 コードで
29827 \series bold
29828
29829 \backslash
29830 footnotemark{}
29831 \series default
29832 コマンドを入れてください.脚註の本文は,表の後で\SpecialChar TeX
29833 コード
29834 \series bold
29835
29836 \backslash
29837 footnotetext
29838 \series default
29839 コマンドの引数として入力します.
29840 \begin_inset Newline newline
29841 \end_inset
29842
29843 以下の表ではコマンド
29844 \begin_inset Newline newline
29845 \end_inset
29846
29847
29848 \series bold
29849
29850 \backslash
29851 footnotetext{
29852 \series default
29853 出力される脚註の表
29854 \series bold
29855 }
29856 \series default
29857
29858 \begin_inset Newline newline
29859 \end_inset
29860
29861 を用いています.
29862 \end_layout
29863
29864 \begin_layout Standard
29865 \begin_inset Tabular
29866 <lyxtabular version="3" rows="2" columns="1">
29867 <features tabularvalignment="middle">
29868 <column alignment="center" valignment="top">
29869 <row>
29870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29871 \begin_inset Text
29872
29873 \begin_layout Plain Layout
29874 これは例文です.
29875 \begin_inset Foot
29876 status open
29877
29878 \begin_layout Plain Layout
29879 この脚註は出力されません!
29880 \end_layout
29881
29882 \end_inset
29883
29884
29885 \end_layout
29886
29887 \end_inset
29888 </cell>
29889 </row>
29890 <row>
29891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29892 \begin_inset Text
29893
29894 \begin_layout Plain Layout
29895 これは例文です.
29896 \begin_inset ERT
29897 status collapsed
29898
29899 \begin_layout Plain Layout
29900
29901
29902 \backslash
29903 footnotemark{}
29904 \end_layout
29905
29906 \end_inset
29907
29908
29909 \end_layout
29910
29911 \end_inset
29912 </cell>
29913 </row>
29914 </lyxtabular>
29915
29916 \end_inset
29917
29918
29919 \begin_inset ERT
29920 status collapsed
29921
29922 \begin_layout Plain Layout
29923
29924
29925 \backslash
29926 footnotetext{
29927 \end_layout
29928
29929 \end_inset
29930
29931 出力される脚註の表
29932 \begin_inset ERT
29933 status collapsed
29934
29935 \begin_layout Plain Layout
29936
29937 }
29938 \end_layout
29939
29940 \end_inset
29941
29942
29943 \end_layout
29944
29945 \begin_layout Standard
29946 多頁表中の脚註は,第
29947 \begin_inset CommandInset ref
29948 LatexCommand ref
29949 reference "subsec:多頁表での脚注"
29950
29951 \end_inset
29952
29953 節で述べられています.
29954 \end_layout
29955
29956 \begin_layout Standard
29957 ミニページ中の脚註は出力されますが,ミニボックスは頁中の頁のようなものなので,ボックス内に独立した連番として出力されます(ミニページについての詳細は,第
29958 \begin_inset CommandInset ref
29959 LatexCommand ref
29960 reference "sec:ミニページ"
29961
29962 \end_inset
29963
29964 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,やはり
29965 \series bold
29966
29967 \backslash
29968 footnotemark{}
29969 \series default
29970
29971 \series bold
29972
29973 \backslash
29974 footntoetext
29975 \series default
29976 による方法を用いてください.
29977 \end_layout
29978
29979 \begin_layout Standard
29980 \begin_inset Box Frameless
29981 position "t"
29982 hor_pos "c"
29983 has_inner_box 1
29984 inner_pos "t"
29985 use_parbox 0
29986 use_makebox 0
29987 width "100col%"
29988 special "none"
29989 height "1in"
29990 height_special "totalheight"
29991 thickness "0.4pt"
29992 separation "3pt"
29993 shadowsize "4pt"
29994 framecolor "black"
29995 backgroundcolor "none"
29996 status open
29997
29998 \begin_layout Plain Layout
29999 これはミニページ中の例文です.
30000 \begin_inset Foot
30001 status open
30002
30003 \begin_layout Plain Layout
30004 ミニページ中の脚註です.
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \end_layout
30011
30012 \begin_layout Plain Layout
30013 これはミニページ中の例文です.
30014 \begin_inset ERT
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018
30019
30020 \backslash
30021 footnotemark{}
30022 \end_layout
30023
30024 \end_inset
30025
30026
30027 \end_layout
30028
30029 \end_inset
30030
30031
30032 \end_layout
30033
30034 \begin_layout Standard
30035 \begin_inset ERT
30036 status collapsed
30037
30038 \begin_layout Plain Layout
30039
30040
30041 \backslash
30042 footnotetext{
30043 \end_layout
30044
30045 \end_inset
30046
30047 ミニページ外の脚註です.
30048 \begin_inset ERT
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052
30053 }
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \begin_inset VSpace defskip
30060 \end_inset
30061
30062
30063 \end_layout
30064
30065 \begin_layout Standard
30066 毎回脚註本文を出力せずに,同じ脚註を何度か参照したい場合には,\SpecialChar TeX
30067 コードでコマンド
30068 \series bold
30069
30070 \backslash
30071 footnotemark[番号]
30072 \series default
30073 を使用してください.
30074 \begin_inset Newline newline
30075 \end_inset
30076
30077 文章を書いている途中には,繰り返す脚註の数はわからないので,その番号は保存しておかなくてはなりません.以下の脚註例では,脚註
30078 \begin_inset CommandInset ref
30079 LatexCommand ref
30080 reference "fn:これは脚注の一例"
30081
30082 \end_inset
30083
30084 の後に,\SpecialChar TeX
30085 コードで
30086 \end_layout
30087
30088 \begin_layout Standard
30089
30090 \series bold
30091
30092 \backslash
30093 newcounter{MyRepeatFoot}
30094 \begin_inset Newline newline
30095 \end_inset
30096
30097
30098 \backslash
30099 setcounter{MyRepeatFoot}{
30100 \backslash
30101 thefootnote}
30102 \end_layout
30103
30104 \begin_layout Standard
30105 というコマンドを挿入しています.そして脚註マークは,
30106 \end_layout
30107
30108 \begin_layout Standard
30109
30110 \series bold
30111
30112 \backslash
30113 footnotemark[
30114 \backslash
30115 theMyRepeatFoot]
30116 \end_layout
30117
30118 \begin_layout Standard
30119 で作成します.
30120 \end_layout
30121
30122 \begin_layout Standard
30123 これは繰り返し脚註の例です.
30124 \begin_inset ERT
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129
30130 \backslash
30131 footnotemark[
30132 \backslash
30133 theMyRepeatFoot]
30134 \end_layout
30135
30136 \end_inset
30137
30138
30139 \end_layout
30140
30141 \begin_layout Standard
30142 直前の脚註を繰り返すには,脚註番号の保存を行わないで,直ちに
30143 \end_layout
30144
30145 \begin_layout Standard
30146
30147 \series bold
30148
30149 \backslash
30150 footnotemark[
30151 \backslash
30152 thefootnote]
30153 \end_layout
30154
30155 \begin_layout Standard
30156 を使用してください.
30157 \end_layout
30158
30159 \begin_layout Standard
30160 これは繰り返し脚註の例です.
30161 \begin_inset ERT
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165
30166
30167 \backslash
30168 footnotemark[
30169 \backslash
30170 thefootnote]
30171 \end_layout
30172
30173 \end_inset
30174
30175
30176 \end_layout
30177
30178 \begin_layout Subsection
30179 脚註の付番
30180 \begin_inset CommandInset label
30181 LatexCommand label
30182 name "subsec:脚注の付番"
30183
30184 \end_inset
30185
30186
30187 \begin_inset Index idx
30188 status collapsed
30189
30190 \begin_layout Plain Layout
30191 きゃくちゅう@脚註 ! ふばん@付番
30192 \end_layout
30193
30194 \end_inset
30195
30196
30197 \end_layout
30198
30199 \begin_layout Standard
30200 各節毎に脚註番号を1にリセットするには,文書プリアンブルに
30201 \end_layout
30202
30203 \begin_layout Standard
30204
30205 \series bold
30206
30207 \backslash
30208 @addtoreset{footnote}{section}
30209 \end_layout
30210
30211 \begin_layout Standard
30212 というコマンドを加えてください.
30213 \end_layout
30214
30215 \begin_layout Standard
30216 \begin_inset VSpace bigskip
30217 \end_inset
30218
30219 以下のプリアンブルコマンドを使うと,脚註の付番様式を小文字ローマ数字に変更することができます.
30220 \end_layout
30221
30222 \begin_layout Standard
30223
30224 \series bold
30225
30226 \backslash
30227 renewcommand{
30228 \backslash
30229 thefootnote}{
30230 \backslash
30231 roman{footnote}}
30232 \end_layout
30233
30234 \begin_layout Standard
30235 \begin_inset ERT
30236 status collapsed
30237
30238 \begin_layout Plain Layout
30239
30240
30241 \backslash
30242 renewcommand{
30243 \backslash
30244 thefootnote}{
30245 \backslash
30246 roman{footnote}}
30247 \end_layout
30248
30249 \end_inset
30250
30251 これは,ローマ数字を使った脚註です
30252 \begin_inset Foot
30253 status collapsed
30254
30255 \begin_layout Plain Layout
30256 これは,ローマ数字を使った脚註の例です.
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \end_layout
30263
30264 \begin_layout Standard
30265 付番様式を大文字ローマ数字に変更するには,上記コマンドの
30266 \series bold
30267
30268 \backslash
30269 roman
30270 \series default
30271
30272 \series bold
30273
30274 \backslash
30275 Roman
30276 \series default
30277 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,それぞれ
30278 \series bold
30279
30280 \backslash
30281 Alph
30282 \series default
30283 または
30284 \series bold
30285
30286 \backslash
30287 alph
30288 \series default
30289 を使用してください.記号を使って付「番」するには,
30290 \series bold
30291
30292 \backslash
30293 fnsymbol
30294 \series default
30295 を使ってください.
30296 \end_layout
30297
30298 \begin_layout Standard
30299 \begin_inset Note Greyedout
30300 status open
30301
30302 \begin_layout Plain Layout
30303
30304 \series bold
30305 【註】
30306 \series default
30307 この付番方法には1文字しか使えないので,ラテン文字を使うと26個の脚註しか番号を振ることができません.
30308 \end_layout
30309
30310 \end_inset
30311
30312
30313 \begin_inset Newline newline
30314 \end_inset
30315
30316
30317 \begin_inset Note Greyedout
30318 status open
30319
30320 \begin_layout Plain Layout
30321
30322 \series bold
30323 【註】
30324 \series default
30325 記号を使うと9個の脚註しか番号を振ることができません.
30326 \end_layout
30327
30328 \end_inset
30329
30330
30331 \end_layout
30332
30333 \begin_layout Standard
30334 付番様式を変更した後,既定様式に戻すには,上記コマンドの
30335 \series bold
30336
30337 \backslash
30338 roman
30339 \series default
30340
30341 \series bold
30342
30343 \backslash
30344 arabic
30345 \series default
30346 に置き換えて使用してください.
30347 \begin_inset ERT
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351
30352
30353 \backslash
30354 renewcommand{
30355 \backslash
30356 thefootnote}{
30357 \backslash
30358 arabic{footnote}}
30359 \end_layout
30360
30361 \end_inset
30362
30363
30364 \end_layout
30365
30366 \begin_layout Standard
30367 \begin_inset VSpace bigskip
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \begin_layout Standard
30374 脚註を「章番号.脚註番号」スキームで付番したいときには,使用中文書のプリアンブルに
30375 \end_layout
30376
30377 \begin_layout Standard
30378
30379 \series bold
30380
30381 \backslash
30382 numberwithin{footnote}{chapter}
30383 \end_layout
30384
30385 \begin_layout Standard
30386 というコマンドを加えてください.
30387 \series bold
30388
30389 \backslash
30390 numberwithin
30391 \series default
30392 コマンドを使用できるようにするためには,文書設定の
30393 \family sans
30394 数式オプション
30395 \family default
30396 タブで
30397 \family sans
30398 AMS
30399 \begin_inset space ~
30400 \end_inset
30401
30402 mathパッケージを使う
30403 \family default
30404 オプションを有効にしてください.
30405 \end_layout
30406
30407 \begin_layout Standard
30408 \begin_inset ERT
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412
30413
30414 \backslash
30415 numberwithin{footnote}{chapter}
30416 \end_layout
30417
30418 \end_inset
30419
30420 これは,脚註のもう一つの例です
30421 \series bold
30422
30423 \begin_inset Foot
30424 status open
30425
30426 \begin_layout Plain Layout
30427
30428 \series bold
30429 これは,
30430 \series default
30431 「章番号.脚註番号」スキームで番号を振られた脚註です.
30432 \end_layout
30433
30434 \end_inset
30435
30436
30437 \series default
30438
30439 \begin_inset ERT
30440 status collapsed
30441
30442 \begin_layout Plain Layout
30443
30444
30445 \backslash
30446 renewcommand{
30447 \backslash
30448 thefootnote}{
30449 \backslash
30450 arabic{footnote}}
30451 \end_layout
30452
30453 \end_inset
30454
30455
30456 \end_layout
30457
30458 \begin_layout Standard
30459 \begin_inset Note Greyedout
30460 status open
30461
30462 \begin_layout Plain Layout
30463
30464 \series bold
30465 【註】
30466 \backslash
30467 numberwithin
30468 \series default
30469 は,脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
30470 \end_layout
30471
30472 \end_inset
30473
30474
30475 \end_layout
30476
30477 \begin_layout Standard
30478 また,例えば「章番号.
30479 \backslash
30480 Roman{footnote}」スキームを得るには,
30481 \series bold
30482
30483 \backslash
30484 numberwithin
30485 \series default
30486 の代わりに以下のコマンドを使用してください.
30487 \end_layout
30488
30489 \begin_layout Standard
30490
30491 \series bold
30492
30493 \backslash
30494 renewcommand{
30495 \backslash
30496 thefootnote}{
30497 \backslash
30498 thechapter.
30499 \backslash
30500 Roman{footnote}}
30501 \end_layout
30502
30503 \begin_layout Subsection
30504 脚註の配置
30505 \begin_inset Index idx
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509 きゃくちゅう@脚註 ! はいち@配置
30510 \end_layout
30511
30512 \end_inset
30513
30514
30515 \end_layout
30516
30517 \begin_layout Standard
30518 同一ページに複数の脚註がある場合,それらはページ底部に縦方向の余白を空けることなく,並べられます.これを読みやすくするには,例えば以下のようなコマンドをプリアン
30519 ブルに足して,1.5
30520 \begin_inset space \thinspace{}
30521 \end_inset
30522
30523 mmの余白を追加することもできます.
30524 \end_layout
30525
30526 \begin_layout Standard
30527
30528 \series bold
30529
30530 \backslash
30531 let
30532 \backslash
30533 myFoot
30534 \backslash
30535 footnote
30536 \begin_inset Newline newline
30537 \end_inset
30538
30539
30540 \backslash
30541 renewcommand{
30542 \backslash
30543 footnote}[1]{
30544 \backslash
30545 myFoot{#1
30546 \backslash
30547 vspace{1.5mm}}}
30548 \end_layout
30549
30550 \begin_layout Standard
30551 \begin_inset VSpace bigskip
30552 \end_inset
30553
30554 二段組文書では,脚註は各段底部に表示されます(図
30555 \begin_inset CommandInset ref
30556 LatexCommand ref
30557 reference "fig:標準的脚注配置"
30558
30559 \end_inset
30560
30561 ).図
30562 \begin_inset CommandInset ref
30563 LatexCommand ref
30564 reference "fig:ftnright脚注配置"
30565
30566 \end_inset
30567
30568 のように,脚註を右段底部にのみ表示するようにするには,文書プリアンブルに
30569 \end_layout
30570
30571 \begin_layout Standard
30572
30573 \series bold
30574
30575 \backslash
30576 usepackage{ftnright}
30577 \end_layout
30578
30579 \begin_layout Standard
30580 というコマンドを書いて,\SpecialChar LaTeX
30581 パッケージ
30582 \series bold
30583 ftnright
30584 \series default
30585
30586 \begin_inset Index idx
30587 status collapsed
30588
30589 \begin_layout Plain Layout
30590 \SpecialChar LaTeX
30591 ぱっけーじ@\SpecialChar LaTeX
30592 パッケージ ! ftnright
30593 \end_layout
30594
30595 \end_inset
30596
30597 を読み込みます.
30598 \begin_inset Float figure
30599 placement !h
30600 wide false
30601 sideways false
30602 status open
30603
30604 \begin_layout Plain Layout
30605 \noindent
30606 \align center
30607 \begin_inset Box Boxed
30608 position "t"
30609 hor_pos "c"
30610 has_inner_box 0
30611 inner_pos "t"
30612 use_parbox 0
30613 use_makebox 0
30614 width ""
30615 special "none"
30616 height "1in"
30617 height_special "totalheight"
30618 thickness "0.4pt"
30619 separation "3pt"
30620 shadowsize "4pt"
30621 framecolor "black"
30622 backgroundcolor "none"
30623 status open
30624
30625 \begin_layout Plain Layout
30626 \begin_inset Graphics
30627         filename ../clipart/without_fntright.pdf
30628         width 100col%
30629         scaleBeforeRotation
30630
30631 \end_inset
30632
30633
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \begin_layout Plain Layout
30642 \begin_inset Caption Standard
30643
30644 \begin_layout Plain Layout
30645 \begin_inset CommandInset label
30646 LatexCommand label
30647 name "fig:標準的脚注配置"
30648
30649 \end_inset
30650
30651 二段組文書の標準的な脚註配置
30652 \end_layout
30653
30654 \end_inset
30655
30656
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \end_layout
30663
30664 \begin_layout Standard
30665 \begin_inset Float figure
30666 placement !h
30667 wide false
30668 sideways false
30669 status open
30670
30671 \begin_layout Plain Layout
30672 \noindent
30673 \align center
30674 \begin_inset Box Boxed
30675 position "t"
30676 hor_pos "c"
30677 has_inner_box 0
30678 inner_pos "t"
30679 use_parbox 0
30680 use_makebox 0
30681 width ""
30682 special "none"
30683 height "1in"
30684 height_special "totalheight"
30685 thickness "0.4pt"
30686 separation "3pt"
30687 shadowsize "4pt"
30688 framecolor "black"
30689 backgroundcolor "none"
30690 status open
30691
30692 \begin_layout Plain Layout
30693 \begin_inset Graphics
30694         filename ../clipart/with_fntright.pdf
30695         width 100col%
30696         scaleBeforeRotation
30697
30698 \end_inset
30699
30700
30701 \end_layout
30702
30703 \end_inset
30704
30705
30706 \end_layout
30707
30708 \begin_layout Plain Layout
30709 \begin_inset Caption Standard
30710
30711 \begin_layout Plain Layout
30712 \begin_inset CommandInset label
30713 LatexCommand label
30714 name "fig:ftnright脚注配置"
30715
30716 \end_inset
30717
30718 \SpecialChar LaTeX
30719 パッケージ
30720 \series bold
30721 ftnright
30722 \series default
30723 を使用したときの二段組文書の脚註配置
30724 \end_layout
30725
30726 \end_inset
30727
30728
30729 \end_layout
30730
30731 \end_inset
30732
30733
30734 \end_layout
30735
30736 \begin_layout Standard
30737 \begin_inset VSpace bigskip
30738 \end_inset
30739
30740 科学的文献においては,図
30741 \begin_inset CommandInset ref
30742 LatexCommand ref
30743 reference "fig:後註"
30744
30745 \end_inset
30746
30747 のように,節の末尾に別段落を設けて,脚註をまとめて出力することも普通に行われます.これは「後註
30748 \begin_inset Index idx
30749 status collapsed
30750
30751 \begin_layout Plain Layout
30752 こちゆう@後註
30753 \end_layout
30754
30755 \end_inset
30756
30757 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
30758 \family sans
30759 文書\SpecialChar menuseparator
30760 設定\SpecialChar menuseparator
30761 モジュール
30762 \family default
30763 メニューで
30764 \family sans
30765 脚註から後註へ
30766 \family default
30767 を読み込んでください.まとめた注を出力するには,節ないし章末に\SpecialChar TeX
30768 コードで
30769 \end_layout
30770
30771 \begin_layout Standard
30772
30773 \series bold
30774
30775 \backslash
30776 theendnotes
30777 \end_layout
30778
30779 \begin_layout Standard
30780 というコマンドを挿入してください.
30781 \end_layout
30782
30783 \begin_layout Standard
30784 \begin_inset Float figure
30785 wide false
30786 sideways false
30787 status open
30788
30789 \begin_layout Plain Layout
30790 \align center
30791 \begin_inset Box Boxed
30792 position "t"
30793 hor_pos "c"
30794 has_inner_box 0
30795 inner_pos "t"
30796 use_parbox 0
30797 use_makebox 0
30798 width ""
30799 special "none"
30800 height "1in"
30801 height_special "totalheight"
30802 thickness "0.4pt"
30803 separation "3pt"
30804 shadowsize "4pt"
30805 framecolor "black"
30806 backgroundcolor "none"
30807 status open
30808
30809 \begin_layout Plain Layout
30810 \begin_inset Graphics
30811         filename ../clipart/endnotes.pdf
30812         width 100col%
30813         scaleBeforeRotation
30814
30815 \end_inset
30816
30817
30818 \end_layout
30819
30820 \end_inset
30821
30822
30823 \end_layout
30824
30825 \begin_layout Plain Layout
30826 \begin_inset Caption Standard
30827
30828 \begin_layout Plain Layout
30829 \begin_inset CommandInset label
30830 LatexCommand label
30831 name "fig:後註"
30832
30833 \end_inset
30834
30835 後註 – 注を節ないし章末に別段落として印字します.
30836 \end_layout
30837
30838 \end_inset
30839
30840
30841 \end_layout
30842
30843 \end_inset
30844
30845
30846 \end_layout
30847
30848 \begin_layout Standard
30849 \begin_inset VSpace medskip
30850 \end_inset
30851
30852 後註の段落見出しは,文書言語に自動的に翻訳されることはありませんので,手動で翻訳しなくてはなりません.プリアンブルで
30853 \end_layout
30854
30855 \begin_layout Standard
30856
30857 \series bold
30858
30859 \backslash
30860 renewcommand{
30861 \backslash
30862 notesname}{Anmerkungen}
30863 \end_layout
30864
30865 \begin_layout Standard
30866 というコマンドを使えば,既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
30867 \end_layout
30868
30869 \begin_layout Standard
30870 \begin_inset VSpace medskip
30871 \end_inset
30872
30873
30874 \begin_inset CommandInset ref
30875 LatexCommand ref
30876 reference "subsec:脚注の付番"
30877
30878 \end_inset
30879
30880 節で述べた脚註の付番と同様に,後註の付番も変更することができます.
30881 \series bold
30882
30883 \backslash
30884 thefootnote
30885 \series default
30886 コマンドの代わりに
30887 \series bold
30888
30889 \backslash
30890 theendnote
30891 \series default
30892 を用いてください.後註番号をリセットするには,第
30893 \begin_inset CommandInset ref
30894 LatexCommand ref
30895 reference "subsec:脚注の付番"
30896
30897 \end_inset
30898
30899 節で述べたコマンド
30900 \series bold
30901
30902 \backslash
30903 @addtoreset
30904 \series default
30905 の,パラメータ
30906 \series bold
30907 footnote
30908 \series default
30909
30910 \series bold
30911 endnote
30912 \series default
30913 に変えて,使用してください.
30914 \end_layout
30915
30916 \begin_layout Standard
30917 後註の印だけを作成するには,第
30918 \begin_inset CommandInset ref
30919 LatexCommand ref
30920 reference "sec:脚注"
30921
30922 \end_inset
30923
30924 節で説明した
30925 \series bold
30926
30927 \backslash
30928 footnotemark
30929 \series default
30930 コマンドの代わりに,
30931 \series bold
30932
30933 \backslash
30934 endnotemark[番号]
30935 \series default
30936 コマンドを使用してください.
30937 \end_layout
30938
30939 \begin_layout Standard
30940 \begin_inset VSpace bigskip
30941 \end_inset
30942
30943 脚註はページ余白に置くこともでき,脚註文の揃えも変更することができます.詳細は,\SpecialChar LaTeX
30944 パッケージ
30945 \series bold
30946 footmisc
30947 \series default
30948
30949 \begin_inset Index idx
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953 \SpecialChar LaTeX
30954 ぱっけーじ@\SpecialChar LaTeX
30955 パッケージ ! footmisc
30956 \end_layout
30957
30958 \end_inset
30959
30960
30961 \begin_inset CommandInset citation
30962 LatexCommand cite
30963 key "footmisc"
30964 literal "true"
30965
30966 \end_inset
30967
30968 を参照してください.
30969 \end_layout
30970
30971 \begin_layout Standard
30972 脚註の整形にまつわるその他多くの話題が,\SpecialChar LaTeX
30973 関連書籍
30974 \begin_inset CommandInset citation
30975 LatexCommand cite
30976 key "latexcompanion,latexguide,latexbook"
30977 literal "true"
30978
30979 \end_inset
30980
30981 に載っています.
30982 \series bold
30983 KOMA-Script
30984 \series default
30985
30986 \begin_inset Index idx
30987 status collapsed
30988
30989 \begin_layout Plain Layout
30990 \SpecialChar LaTeX
30991 ぱっけーじ@\SpecialChar LaTeX
30992 パッケージ ! KOMA-Script
30993 \end_layout
30994
30995 \end_inset
30996
30997 文書クラスを使用している場合には,すべての脚註設定を,クラス固有のコマンドで調節することができます(
30998 \begin_inset CommandInset citation
30999 LatexCommand cite
31000 key "KOMA-Script"
31001 literal "true"
31002
31003 \end_inset
31004
31005 参照).
31006 \end_layout
31007
31008 \begin_layout Section
31009 傍註
31010 \begin_inset Index idx
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014 ちゅうしゃく@註釈 ! ぼうちゅう@傍註
31015 \end_layout
31016
31017 \end_inset
31018
31019
31020 \end_layout
31021
31022 \begin_layout Standard
31023 \SpecialChar LyX
31024 内において,傍註註釈は,脚註のような外見と挙動を示します.これは
31025 \family sans
31026 挿入\SpecialChar menuseparator
31027 傍註
31028 \family default
31029 メニューかツールバーボタン
31030 \family sans
31031
31032 \begin_inset Info
31033 type  "icon"
31034 arg   "marginalnote-insert"
31035 \end_inset
31036
31037
31038 \family default
31039 で挿入することができます.すると,紫字で「傍註」と書かれた灰色のボックスが現れて,そこに傍註文を入れることができます.
31040 \end_layout
31041
31042 \begin_layout Standard
31043 横にあるのが傍註です
31044 \begin_inset Marginal
31045 status open
31046
31047 \begin_layout Plain Layout
31048 これは傍註文です.
31049 \end_layout
31050
31051 \end_inset
31052
31053
31054 \end_layout
31055
31056 \begin_layout Standard
31057 片面文書においては,傍註は右側に表示され,両面文書においては外側余白—偶数ページでは左側,奇数ページでは右側—に表示されます.傍註文は,外側余白の反対側に—注が
31058 左余白に現れるときには右揃えに—寄せられます.傍註文の一行目は,傍註が挿入された文書箇所と同じ行に来るように配置されます.
31059 \end_layout
31060
31061 \begin_layout Standard
31062 \begin_inset VSpace bigskip
31063 \end_inset
31064
31065 傍註を内側余白に置くには,傍註の前に\SpecialChar TeX
31066 コードで
31067 \end_layout
31068
31069 \begin_layout Standard
31070
31071 \series bold
31072
31073 \backslash
31074 reversemarginpar
31075 \end_layout
31076
31077 \begin_layout Standard
31078 というコマンドを書き加えてください.この新しい配置は,以後のすべての傍註に対して効力があります.
31079 \begin_inset ERT
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083
31084
31085 \backslash
31086 reversemarginpar 
31087 \end_layout
31088
31089 \end_inset
31090
31091
31092 \begin_inset Marginal
31093 status open
31094
31095 \begin_layout Plain Layout
31096 これは内側余白の傍註です.
31097 \end_layout
31098
31099 \end_inset
31100
31101
31102 \series bold
31103
31104 \begin_inset Newline newline
31105 \end_inset
31106
31107
31108 \series default
31109
31110 \begin_inset Note Greyedout
31111 status open
31112
31113 \begin_layout Plain Layout
31114
31115 \series bold
31116 【註】
31117 \series default
31118 内側余白には充分な空白がないことがよくあり,出力で傍註が正しく表示されないことがあります.
31119 \end_layout
31120
31121 \end_inset
31122
31123
31124 \end_layout
31125
31126 \begin_layout Standard
31127 既定の配置に戻すには,\SpecialChar TeX
31128 コードで
31129 \end_layout
31130
31131 \begin_layout Standard
31132
31133 \series bold
31134
31135 \backslash
31136 normalmarginpar
31137 \end_layout
31138
31139 \begin_layout Standard
31140 というコマンドを書き加えてください.
31141 \begin_inset ERT
31142 status collapsed
31143
31144 \begin_layout Plain Layout
31145
31146
31147 \backslash
31148 normalmarginpar 
31149 \end_layout
31150
31151 \end_inset
31152
31153  
31154 \begin_inset Note Greyedout
31155 status open
31156
31157 \begin_layout Plain Layout
31158
31159 \series bold
31160 【註】
31161 \backslash
31162 reversemarginpar
31163 \series default
31164 コマンドが既に挿入されている段落内では,このコマンドは無視されます.
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \end_layout
31171
31172 \begin_layout Standard
31173 \begin_inset VSpace bigskip
31174 \end_inset
31175
31176
31177 \begin_inset Marginal
31178 status open
31179
31180 \begin_layout Plain Layout
31181 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \begin_inset CommandInset ref
31188 LatexCommand ref
31189 reference "subsec:複数行"
31190
31191 \end_inset
31192
31193 節で述べられている事例と同様に,長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,その単語の前に0
31194 \begin_inset space \thinspace{}
31195 \end_inset
31196
31197 pt水平空白を挿入してください 
31198 \begin_inset Marginal
31199 status open
31200
31201 \begin_layout Plain Layout
31202 \begin_inset space \hspace*{}
31203 \length 0pt
31204 \end_inset
31205
31206 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
31207 \end_layout
31208
31209 \end_inset
31210
31211
31212 \end_layout
31213
31214 \begin_layout Standard
31215 \begin_inset VSpace bigskip
31216 \end_inset
31217
31218
31219 \end_layout
31220
31221 \begin_layout Standard
31222 \begin_inset Note Greyedout
31223 status open
31224
31225 \begin_layout Plain Layout
31226
31227 \series bold
31228 【註】
31229 \series default
31230 通常,傍註は表やフロート,脚註の中では使用することができません.
31231 \end_layout
31232
31233 \end_inset
31234
31235
31236 \end_layout
31237
31238 \begin_layout Standard
31239 \begin_inset VSpace bigskip
31240 \end_inset
31241
31242
31243 \end_layout
31244
31245 \begin_layout Standard
31246 \begin_inset ERT
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250
31251
31252 \backslash
31253 ifmarginnote
31254 \end_layout
31255
31256 \end_inset
31257
31258
31259 \begin_inset Note Note
31260 status open
31261
31262 \begin_layout Plain Layout
31263 以下の部分は,\SpecialChar LaTeX
31264 パッケージ
31265 \series bold
31266 marginnote
31267 \series default
31268 が導入されているときのみ表示されます.
31269 \end_layout
31270
31271 \end_inset
31272
31273
31274 \end_layout
31275
31276 \begin_layout Standard
31277 この制約は,\SpecialChar LaTeX
31278 パッケージ
31279 \series bold
31280 marginnote
31281 \series default
31282
31283 \begin_inset Index idx
31284 status collapsed
31285
31286 \begin_layout Plain Layout
31287 \SpecialChar LaTeX
31288 ぱっけーじ@\SpecialChar LaTeX
31289 パッケージ ! marginnote
31290 \end_layout
31291
31292 \end_inset
31293
31294 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,\SpecialChar LyX
31295 が傍註に使うコマンドが再定義されて,
31296 \series bold
31297 marginnote
31298 \series default
31299 パッケージが提供するコマンドを使うようになります.
31300 \end_layout
31301
31302 \begin_layout Standard
31303
31304 \series bold
31305
31306 \backslash
31307 usepackage{marginnote}
31308 \begin_inset Newline newline
31309 \end_inset
31310
31311
31312 \backslash
31313 let
31314 \backslash
31315 marginpar
31316 \backslash
31317 marginnote
31318 \end_layout
31319
31320 \begin_layout Standard
31321
31322 \series bold
31323 marginnote
31324 \series default
31325 には他にも便利な機能があるので,この方法が本文書でも使われています.というのは,
31326 \series bold
31327 marginnote
31328 \series default
31329 を使うと,傍註文に垂直オフセットを設定することができるからです.これは,あまりにもたくさんの傍註が非常に近いところに集まっていたり,もっとよいページレイアウトが
31330 望まれるときなどに,よく必要とされます.オフセットは,\SpecialChar LyX
31331 中の傍註の後ろに\SpecialChar TeX
31332 コードで直接
31333 \end_layout
31334
31335 \begin_layout Standard
31336
31337 \series bold
31338 [オフセット]
31339 \end_layout
31340
31341 \begin_layout Standard
31342 という形で書くことで設定することができます.ここで「オフセット」には,表
31343 \begin_inset CommandInset ref
31344 LatexCommand ref
31345 reference "tab:単位"
31346
31347 \end_inset
31348
31349 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,正の値だと下にずれます.たとえば,この本文行の横にある傍註は,\SpecialChar TeX
31350 コードコマンド「
31351 \series bold
31352 [-1.5cm]
31353 \series default
31354 」を使用して,1.5
31355 \begin_inset space \thinspace{}
31356 \end_inset
31357
31358 cm上にずらしてあります
31359 \begin_inset Marginal
31360 status open
31361
31362 \begin_layout Plain Layout
31363 この傍註は,本来の位置よりも1.5
31364 \begin_inset space \thinspace{}
31365 \end_inset
31366
31367 cm上にずらしてあります.
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \begin_inset ERT
31374 status collapsed
31375
31376 \begin_layout Plain Layout
31377
31378 [-1.5cm]
31379 \end_layout
31380
31381 \end_inset
31382
31383
31384 \end_layout
31385
31386 \begin_layout Standard
31387 \begin_inset VSpace medskip
31388 \end_inset
31389
31390
31391 \series bold
31392 marginnote
31393 \series default
31394 を使うと,傍註の揃えを変更することもできます.たとえば,
31395 \end_layout
31396
31397 \begin_layout Standard
31398
31399 \series bold
31400
31401 \backslash
31402 renewcommand*{
31403 \backslash
31404 raggedleftmarginnote}{
31405 \backslash
31406 centering}
31407 \begin_inset Newline newline
31408 \end_inset
31409
31410
31411 \backslash
31412 renewcommand*{
31413 \backslash
31414 raggedrightmarginnote}{
31415 \backslash
31416 centering}
31417 \end_layout
31418
31419 \begin_layout Standard
31420 というコマンドを使うと,中央揃えになります.
31421 \series bold
31422
31423 \backslash
31424 raggedleftmarginnote
31425 \series default
31426 とは,左側に表示されている傍註のことを指します
31427 \begin_inset ERT
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431
31432
31433 \backslash
31434 renewcommand*{
31435 \backslash
31436 raggedleftmarginnote}{
31437 \backslash
31438 centering}
31439 \end_layout
31440
31441 \begin_layout Plain Layout
31442
31443
31444 \backslash
31445 renewcommand*{
31446 \backslash
31447 raggedrightmarginnote}{
31448 \backslash
31449 centering}
31450 \end_layout
31451
31452 \end_inset
31453
31454
31455 \begin_inset Marginal
31456 status open
31457
31458 \begin_layout Plain Layout
31459 この傍註の文章は中央揃えになっています.
31460 \end_layout
31461
31462 \end_inset
31463
31464 .既定の設定は,
31465 \end_layout
31466
31467 \begin_layout Standard
31468
31469 \series bold
31470
31471 \backslash
31472 renewcommand*{
31473 \backslash
31474 raggedleftmarginnote}{
31475 \backslash
31476 raggedleft}
31477 \begin_inset Newline newline
31478 \end_inset
31479
31480
31481 \backslash
31482 renewcommand*{
31483 \backslash
31484 raggedrightmarginnote}{
31485 \backslash
31486 raggedright}
31487 \series default
31488
31489 \begin_inset ERT
31490 status collapsed
31491
31492 \begin_layout Plain Layout
31493
31494
31495 \backslash
31496 renewcommand*{
31497 \backslash
31498 raggedleftmarginnote}{
31499 \backslash
31500 raggedleft}
31501 \end_layout
31502
31503 \begin_layout Plain Layout
31504
31505
31506 \backslash
31507 renewcommand*{
31508 \backslash
31509 raggedrightmarginnote}{
31510 \backslash
31511 raggedright}
31512 \end_layout
31513
31514 \end_inset
31515
31516
31517 \end_layout
31518
31519 \begin_layout Standard
31520 です.
31521 \end_layout
31522
31523 \begin_layout Standard
31524 \begin_inset VSpace medskip
31525 \end_inset
31526
31527
31528 \series bold
31529 marginnote
31530 \series default
31531 の他の機能については,
31532 \begin_inset CommandInset citation
31533 LatexCommand cite
31534 key "marginnote"
31535 literal "true"
31536
31537 \end_inset
31538
31539 の取扱説明書をご参照ください.
31540 \end_layout
31541
31542 \begin_layout Standard
31543 \begin_inset VSpace bigskip
31544 \end_inset
31545
31546 傍註のレイアウトは,傍註の定義を変更することによって変えることができます.たとえば,すべての傍註に,下線を引いたサンセリフ体の太字で「
31547 \family sans
31548 \series bold
31549 \bar under
31550 注意!
31551 \family default
31552 \series default
31553 \bar default
31554 」というヘッダ文をつけるには,以下を使用している文書プリアンブルに書き加えてください.
31555 \end_layout
31556
31557 \begin_layout Standard
31558
31559 \series bold
31560
31561 \backslash
31562 let
31563 \backslash
31564 myMarginpar
31565 \backslash
31566 marginpar
31567 \begin_inset Newline newline
31568 \end_inset
31569
31570
31571 \backslash
31572 renewcommand{
31573 \backslash
31574 marginpar}[1]{
31575 \backslash
31576 myMarginpar{%
31577 \begin_inset Newline newline
31578 \end_inset
31579
31580
31581 \begin_inset Phantom HPhantom
31582 status open
31583
31584 \begin_layout Plain Layout
31585
31586 \series bold
31587 \begin_inset space ~
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \end_inset
31594
31595
31596 \backslash
31597 hspace{0pt}
31598 \backslash
31599 textsf{
31600 \backslash
31601 textbf{
31602 \backslash
31603 underbar{注意!}}}%
31604 \begin_inset Newline newline
31605 \end_inset
31606
31607
31608 \begin_inset Phantom HPhantom
31609 status open
31610
31611 \begin_layout Plain Layout
31612
31613 \series bold
31614 \begin_inset space ~
31615 \end_inset
31616
31617
31618 \end_layout
31619
31620 \end_inset
31621
31622
31623 \backslash
31624 vspace{1.5mm}
31625 \backslash
31626
31627 \backslash
31628 #1}}
31629 \end_layout
31630
31631 \begin_layout Standard
31632 \begin_inset ERT
31633 status collapsed
31634
31635 \begin_layout Plain Layout
31636
31637
31638 \backslash
31639 let
31640 \backslash
31641 myMarginpar
31642 \backslash
31643 marginpar
31644 \end_layout
31645
31646 \begin_layout Plain Layout
31647
31648
31649 \backslash
31650 renewcommand{
31651 \backslash
31652 marginpar}[1]{
31653 \backslash
31654 myMarginpar{%
31655 \end_layout
31656
31657 \begin_layout Plain Layout
31658
31659    
31660 \backslash
31661 textsf{
31662 \backslash
31663 textbf{
31664 \backslash
31665 underbar{注意!}}}%
31666 \end_layout
31667
31668 \begin_layout Plain Layout
31669
31670    
31671 \backslash
31672 vspace{1.5mm}
31673 \backslash
31674
31675 \backslash
31676 #1}}
31677 \end_layout
31678
31679 \end_inset
31680
31681
31682 \begin_inset Marginal
31683 status open
31684
31685 \begin_layout Plain Layout
31686 これは,定義したヘッダをつけた傍註です.
31687 \end_layout
31688
31689 \end_inset
31690
31691
31692 \begin_inset ERT
31693 status collapsed
31694
31695 \begin_layout Plain Layout
31696
31697 [-1.5cm]
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \begin_inset ERT
31704 status collapsed
31705
31706 \begin_layout Plain Layout
31707
31708
31709 \backslash
31710 renewcommand{
31711 \backslash
31712 marginpar}[1]{
31713 \backslash
31714 myMarginpar{#1}}
31715 \end_layout
31716
31717 \end_inset
31718
31719
31720 \begin_inset Note Note
31721 status open
31722
31723 \begin_layout Plain Layout
31724 傍註書式は,この例の分だけ変更してあります.
31725 \end_layout
31726
31727 \end_inset
31728
31729
31730 \end_layout
31731
31732 \begin_layout Standard
31733 \begin_inset ERT
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737
31738
31739 \backslash
31740 else
31741 \end_layout
31742
31743 \end_inset
31744
31745
31746 \begin_inset Note Note
31747 status open
31748
31749 \begin_layout Plain Layout
31750 以下の部分は,\SpecialChar LaTeX
31751 パッケージ
31752 \series bold
31753 marginnote
31754 \series default
31755 が導入されていないときのみ表示されます.
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \end_layout
31762
31763 \begin_layout Standard
31764 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
31765 パッケージ
31766 \series bold
31767 marginnote
31768 \series default
31769 を導入する必要があります.
31770 \end_layout
31771
31772 \begin_layout Standard
31773 \begin_inset ERT
31774 status collapsed
31775
31776 \begin_layout Plain Layout
31777
31778
31779 \backslash
31780 fi
31781 \end_layout
31782
31783 \end_inset
31784
31785
31786 \end_layout
31787
31788 \begin_layout Chapter
31789 ボックス
31790 \end_layout
31791
31792 \begin_layout Section
31793 はじめに
31794 \begin_inset Index idx
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798 ぼっくす@ボックス ! はじめに
31799 \end_layout
31800
31801 \end_inset
31802
31803
31804 \end_layout
31805
31806 \begin_layout Standard
31807 ボックスは,一塊の文章を整形するのに使用します.ボックスは,多言語文書を書くのに使用したり(第
31808 \begin_inset CommandInset ref
31809 LatexCommand ref
31810 reference "sec:ミニページ"
31811
31812 \end_inset
31813
31814 節参照),文章を囲ったり(第
31815 \begin_inset CommandInset ref
31816 LatexCommand ref
31817 reference "sec:装飾"
31818
31819 \end_inset
31820
31821 節参照),単語がハイフネートされるのを予防したり(第
31822 \begin_inset CommandInset ref
31823 LatexCommand ref
31824 reference "sec:ハイフネーションの回避"
31825
31826 \end_inset
31827
31828 節参照),文章を揃えたり(第
31829 \begin_inset CommandInset ref
31830 LatexCommand ref
31831 reference "subsec:垂直揃え"
31832
31833 \end_inset
31834
31835 節参照),あるいは文章の背景色を設定したり(第
31836 \begin_inset CommandInset ref
31837 LatexCommand ref
31838 reference "sec:色付きボックス"
31839
31840 \end_inset
31841
31842 節参照)するのに使用します.
31843 \end_layout
31844
31845 \begin_layout Standard
31846 ボックスは,
31847 \family sans
31848 挿入\SpecialChar menuseparator
31849 ボックス
31850 \family default
31851 メニューかツールバーボタン
31852 \family sans
31853
31854 \begin_inset Info
31855 type  "icon"
31856 arg   "box-insert Frameless"
31857 \end_inset
31858
31859
31860 \family default
31861 を使って挿入することができます.すると,
31862 \begin_inset Graphics
31863         filename clipart/BoxInsetDefault.png
31864         scale 95
31865         scaleBeforeRotation
31866
31867 \end_inset
31868
31869 のように
31870 \family sans
31871 ボックス(minipage環境)
31872 \family default
31873 というラベルのついた灰色の箱形が挿入されます.ボックス型は,この箱形を右クリックすると出てくるメニューで指定することができます.
31874 \family sans
31875 設定
31876 \family default
31877 メニューを選択すると現れるボックスダイアログでは,
31878 \family sans
31879 parboxコマンド
31880 \family default
31881
31882 \family sans
31883 minipage環境
31884 \family default
31885 の二つの
31886 \family sans
31887 内部ボックス
31888 \family default
31889 型を選択することができます.
31890 \family sans
31891 minipage
31892 \family default
31893 型は,新規ボックスの既定値となっており,第
31894 \begin_inset CommandInset ref
31895 LatexCommand ref
31896 reference "sec:ミニページ"
31897
31898 \end_inset
31899
31900 節で説明します.
31901 \family sans
31902 parbox
31903 \family default
31904 型については第
31905 \begin_inset CommandInset ref
31906 LatexCommand ref
31907 reference "sec:Parboxes"
31908
31909 \end_inset
31910
31911 節,
31912 \family sans
31913 makebox
31914 \family default
31915 型については第
31916 \begin_inset CommandInset ref
31917 LatexCommand ref
31918 reference "sec:ハイフネーションの回避"
31919
31920 \end_inset
31921
31922 節で述べます.
31923 \end_layout
31924
31925 \begin_layout Standard
31926 ボックスは付番されないので,フロートや脚註のように参照することはできません.
31927 \end_layout
31928
31929 \begin_layout Standard
31930 \begin_inset Note Greyedout
31931 status open
31932
31933 \begin_layout Plain Layout
31934
31935 \series bold
31936 【註】
31937 \series default
31938 ボックスは,
31939 \family sans
31940 箇条書き(記号)
31941 \family default
31942 環境や
31943 \family sans
31944 箇条書き(記述)
31945 \family default
31946 環境の単独要素とすべきではありません.
31947 \end_layout
31948
31949 \end_inset
31950
31951
31952 \end_layout
31953
31954 \begin_layout Standard
31955 \begin_inset Note Greyedout
31956 status open
31957
31958 \begin_layout Plain Layout
31959
31960 \series bold
31961 【註】
31962 \series default
31963 理由は不明ですが,枠付きボックスを使用している場合には,
31964 \family sans
31965 内部ボックス
31966 \family default
31967 型は
31968 \family sans
31969 なし
31970 \family default
31971 にしか設定することができません.
31972 \family sans
31973 内部ボックス
31974 \family default
31975 型や枠のないボックスについては,第
31976 \begin_inset CommandInset ref
31977 LatexCommand ref
31978 reference "sec:ハイフネーションの回避"
31979
31980 \end_inset
31981
31982 節で説明します.
31983 \end_layout
31984
31985 \end_inset
31986
31987
31988 \end_layout
31989
31990 \begin_layout Section
31991 ボックスダイアログ
31992 \begin_inset CommandInset label
31993 LatexCommand label
31994 name "sec:ボックスダイアログ"
31995
31996 \end_inset
31997
31998
31999 \begin_inset Index idx
32000 status collapsed
32001
32002 \begin_layout Plain Layout
32003 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
32004 \end_layout
32005
32006 \end_inset
32007
32008
32009 \end_layout
32010
32011 \begin_layout Subsection
32012 寸法
32013 \begin_inset Index idx
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017 ぼっくす@ボックス ! すんぽう@寸法
32018 \end_layout
32019
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \begin_layout Standard
32026 ボックスダイアログでは,
32027 \family sans
32028
32029 \family default
32030
32031 \family sans
32032 高さ
32033 \family default
32034 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,表
32035 \begin_inset CommandInset ref
32036 LatexCommand ref
32037 reference "tab:単位"
32038
32039 \end_inset
32040
32041 に説明されています.
32042 \family sans
32043 高さ
32044 \family default
32045 フィールドには,加えて以下の寸法を使用することができます.
32046 \end_layout
32047
32048 \begin_layout Description
32049 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,全体としての階層は無視されます.
32050 \begin_inset Newline newline
32051 \end_inset
32052
32053
32054 \begin_inset Newline newline
32055 \end_inset
32056
32057
32058 \begin_inset Newline newline
32059 \end_inset
32060
32061
32062 \begin_inset Box Boxed
32063 position "c"
32064 hor_pos "c"
32065 has_inner_box 1
32066 inner_pos "c"
32067 use_parbox 0
32068 use_makebox 0
32069 width "12col%"
32070 special "none"
32071 height "1in"
32072 height_special "depth"
32073 thickness "0.4pt"
32074 separation "3pt"
32075 shadowsize "4pt"
32076 framecolor "black"
32077 backgroundcolor "none"
32078 status collapsed
32079
32080 \begin_layout Plain Layout
32081 \align center
32082 高さを1階層に設定したボックス
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \begin_inset Newline newline
32089 \end_inset
32090
32091
32092 \begin_inset Newline newline
32093 \end_inset
32094
32095
32096 \end_layout
32097
32098 \begin_layout Description
32099 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,ボックスの高さを文章の2倍の高さに設定します.
32100 \begin_inset Box Boxed
32101 position "c"
32102 hor_pos "c"
32103 has_inner_box 1
32104 inner_pos "c"
32105 use_parbox 0
32106 use_makebox 0
32107 width "20col%"
32108 special "none"
32109 height "2in"
32110 height_special "height"
32111 thickness "0.4pt"
32112 separation "3pt"
32113 shadowsize "4pt"
32114 framecolor "black"
32115 backgroundcolor "none"
32116 status collapsed
32117
32118 \begin_layout Plain Layout
32119 \align center
32120 高さを2高さに設定したボックス
32121 \end_layout
32122
32123 \end_inset
32124
32125
32126 \end_layout
32127
32128 \begin_layout Description
32129 全高 これは「高さ」+「階層」です.
32130 \begin_inset Box Boxed
32131 position "c"
32132 hor_pos "c"
32133 has_inner_box 1
32134 inner_pos "c"
32135 use_parbox 0
32136 use_makebox 0
32137 width "20col%"
32138 special "none"
32139 height "1in"
32140 height_special "totalheight"
32141 thickness "0.4pt"
32142 separation "3pt"
32143 shadowsize "4pt"
32144 framecolor "black"
32145 backgroundcolor "none"
32146 status collapsed
32147
32148 \begin_layout Plain Layout
32149 \align center
32150 高さを1全高に設定したボックス
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Description
32159 幅 これはボックスの幅を高さに設定します.
32160 \begin_inset Box Boxed
32161 position "c"
32162 hor_pos "c"
32163 has_inner_box 1
32164 inner_pos "c"
32165 use_parbox 0
32166 use_makebox 0
32167 width "12col%"
32168 special "none"
32169 height "1in"
32170 height_special "width"
32171 thickness "0.4pt"
32172 separation "3pt"
32173 shadowsize "4pt"
32174 framecolor "black"
32175 backgroundcolor "none"
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179 \align center
32180 高さを1幅に設定したボックス
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Subsection
32189 文字揃え
32190 \begin_inset Index idx
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194 ぼっくす@ボックス ! もじそろえ@文字揃え
32195 \end_layout
32196
32197 \end_inset
32198
32199
32200 \end_layout
32201
32202 \begin_layout Standard
32203
32204 \family sans
32205 内部ボックス
32206 \family default
32207 を選んだ場合には,ボックスの垂直揃えを以下のいずれかに設定できます.
32208 \end_layout
32209
32210 \begin_layout Description
32211 上 これは例示のための本文行です.
32212 \begin_inset Box Boxed
32213 position "t"
32214 hor_pos "c"
32215 has_inner_box 1
32216 inner_pos "c"
32217 use_parbox 0
32218 use_makebox 0
32219 width "12col%"
32220 special "none"
32221 height "1in"
32222 height_special "totalheight"
32223 thickness "0.4pt"
32224 separation "3pt"
32225 shadowsize "4pt"
32226 framecolor "black"
32227 backgroundcolor "none"
32228 status collapsed
32229
32230 \begin_layout Plain Layout
32231 \align center
32232 このボックスは上揃えです.
32233 \end_layout
32234
32235 \end_inset
32236
32237 これは例示のための本文行です.
32238 \end_layout
32239
32240 \begin_layout Description
32241 中央 これは例示のための本文行です.
32242 \begin_inset Box Boxed
32243 position "c"
32244 hor_pos "c"
32245 has_inner_box 1
32246 inner_pos "c"
32247 use_parbox 0
32248 use_makebox 0
32249 width "12col%"
32250 special "none"
32251 height "1in"
32252 height_special "totalheight"
32253 thickness "0.4pt"
32254 separation "3pt"
32255 shadowsize "4pt"
32256 framecolor "black"
32257 backgroundcolor "none"
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261 \align center
32262 このボックスは中央揃えです.
32263 \end_layout
32264
32265 \end_inset
32266
32267 これは例示のための本文行です.
32268 \end_layout
32269
32270 \begin_layout Description
32271 下 これは例示のための本文行です.
32272 \begin_inset Box Boxed
32273 position "b"
32274 hor_pos "c"
32275 has_inner_box 1
32276 inner_pos "c"
32277 use_parbox 0
32278 use_makebox 0
32279 width "12col%"
32280 special "none"
32281 height "1in"
32282 height_special "totalheight"
32283 thickness "0.4pt"
32284 separation "3pt"
32285 shadowsize "4pt"
32286 framecolor "black"
32287 backgroundcolor "none"
32288 status collapsed
32289
32290 \begin_layout Plain Layout
32291 \align center
32292 このボックスは下揃えです.
32293 \end_layout
32294
32295 \end_inset
32296
32297 これは例示のための本文行です.
32298 \end_layout
32299
32300 \begin_layout Standard
32301 \begin_inset Note Greyedout
32302 status open
32303
32304 \begin_layout Plain Layout
32305
32306 \series bold
32307 【註】
32308 \series default
32309 同一行に二つのボックスがあり,一方だけに影付きなどが設定されている場合には,ボックスの垂直文字揃えが出力中で無効となる場合があります.
32310 \end_layout
32311
32312 \end_inset
32313
32314
32315 \end_layout
32316
32317 \begin_layout Standard
32318 ボックスを独立した段落においた場合には,ボックスの水平文字揃えは,\SpecialChar LyX
32319 の段落ダイアログから設定できます.
32320 \end_layout
32321
32322 \begin_layout Standard
32323 \begin_inset VSpace bigskip
32324 \end_inset
32325
32326
32327 \family sans
32328 内部ボックス
32329 \family default
32330 を設定したときには,ボックスの内容を以下のように垂直揃えを行うことができます.
32331 \end_layout
32332
32333 \begin_layout Description
32334 上 これは例示のための本文行です.
32335 \begin_inset Box Boxed
32336 position "c"
32337 hor_pos "c"
32338 has_inner_box 1
32339 inner_pos "t"
32340 use_parbox 0
32341 use_makebox 0
32342 width "12col%"
32343 special "none"
32344 height "1.5in"
32345 height_special "totalheight"
32346 thickness "0.4pt"
32347 separation "3pt"
32348 shadowsize "4pt"
32349 framecolor "black"
32350 backgroundcolor "none"
32351 status collapsed
32352
32353 \begin_layout Plain Layout
32354 \align center
32355 このボックスの文章は上揃えです.
32356 \end_layout
32357
32358 \end_inset
32359
32360 これは例示のための本文行です.
32361 \end_layout
32362
32363 \begin_layout Description
32364 中央 これは例示のための本文行です.
32365 \begin_inset Box Boxed
32366 position "c"
32367 hor_pos "c"
32368 has_inner_box 1
32369 inner_pos "c"
32370 use_parbox 0
32371 use_makebox 0
32372 width "12col%"
32373 special "none"
32374 height "1.5in"
32375 height_special "totalheight"
32376 thickness "0.4pt"
32377 separation "3pt"
32378 shadowsize "4pt"
32379 framecolor "black"
32380 backgroundcolor "none"
32381 status collapsed
32382
32383 \begin_layout Plain Layout
32384 \align center
32385 このボックスの文章は中央揃えです.
32386 \end_layout
32387
32388 \end_inset
32389
32390 これは例示のための本文行です.
32391 \end_layout
32392
32393 \begin_layout Description
32394 下 これは例示のための本文行です.
32395 \begin_inset Box Boxed
32396 position "c"
32397 hor_pos "c"
32398 has_inner_box 1
32399 inner_pos "b"
32400 use_parbox 0
32401 use_makebox 0
32402 width "12col%"
32403 special "none"
32404 height "1.5in"
32405 height_special "totalheight"
32406 thickness "0.4pt"
32407 separation "3pt"
32408 shadowsize "4pt"
32409 framecolor "black"
32410 backgroundcolor "none"
32411 status collapsed
32412
32413 \begin_layout Plain Layout
32414 \align center
32415 このボックスの文章は下揃えです.
32416 \end_layout
32417
32418 \end_inset
32419
32420 これは例示のための本文行です.
32421 \end_layout
32422
32423 \begin_layout Description
32424 広げる これは例示のための本文行です.
32425 \begin_inset Box Boxed
32426 position "c"
32427 hor_pos "c"
32428 has_inner_box 1
32429 inner_pos "s"
32430 use_parbox 0
32431 use_makebox 0
32432 width "17col%"
32433 special "none"
32434 height "1.5in"
32435 height_special "totalheight"
32436 thickness "0.4pt"
32437 separation "3pt"
32438 shadowsize "4pt"
32439 framecolor "black"
32440 backgroundcolor "none"
32441 status collapsed
32442
32443 \begin_layout Plain Layout
32444 \align center
32445 このボックスの
32446 \end_layout
32447
32448 \begin_layout Plain Layout
32449 \align center
32450 文章は広げて
32451 \end_layout
32452
32453 \begin_layout Plain Layout
32454 \align center
32455 あります.
32456 \end_layout
32457
32458 \end_inset
32459
32460 これは例示のための本文行です.
32461 \end_layout
32462
32463 \begin_layout Standard
32464 ボックスの内容を広げるには,ボックスに複数の段落がなくてはなりません.上述の例では,文章の各行を独立の段落に設定してあります.
32465 \end_layout
32466
32467 \begin_layout Standard
32468 \begin_inset VSpace bigskip
32469 \end_inset
32470
32471
32472 \family sans
32473 内部ボックス
32474 \family default
32475 を設定しているときに,ボックスの内容を水平方向に揃えるには,\SpecialChar LyX
32476 の段落ダイアログを用います.
32477 \end_layout
32478
32479 \begin_layout Standard
32480 \align center
32481 \begin_inset Box Boxed
32482 position "c"
32483 hor_pos "c"
32484 has_inner_box 1
32485 inner_pos "s"
32486 use_parbox 0
32487 use_makebox 0
32488 width "25col%"
32489 special "none"
32490 height "1.25in"
32491 height_special "totalheight"
32492 thickness "0.4pt"
32493 separation "3pt"
32494 shadowsize "4pt"
32495 framecolor "black"
32496 backgroundcolor "none"
32497 status collapsed
32498
32499 \begin_layout Plain Layout
32500 \align left
32501 このボックスの
32502 \end_layout
32503
32504 \begin_layout Plain Layout
32505 \align center
32506 文章は広げて
32507 \end_layout
32508
32509 \begin_layout Plain Layout
32510 \align right
32511 あります.
32512 \end_layout
32513
32514 \end_inset
32515
32516
32517 \end_layout
32518
32519 \begin_layout Standard
32520
32521 \family sans
32522 内部ボックス
32523 \family default
32524 を設定していないときには,ボックスの内容は,ボックスダイアログの中で水平揃えの設定をすることができます.
32525 \end_layout
32526
32527 \begin_layout Standard
32528 \align center
32529 \begin_inset Box Boxed
32530 position "c"
32531 hor_pos "s"
32532 has_inner_box 0
32533 inner_pos "s"
32534 use_parbox 0
32535 use_makebox 0
32536 width "90col%"
32537 special "none"
32538 height "1.25in"
32539 height_special "totalheight"
32540 thickness "0.4pt"
32541 separation "3pt"
32542 shadowsize "4pt"
32543 framecolor "black"
32544 backgroundcolor "none"
32545 status collapsed
32546
32547 \begin_layout Plain Layout
32548 このボックスの文章は水平方向に広げてあります.
32549 \end_layout
32550
32551 \end_inset
32552
32553
32554 \end_layout
32555
32556 \begin_layout Subsection
32557 装飾
32558 \begin_inset CommandInset label
32559 LatexCommand label
32560 name "sec:装飾"
32561
32562 \end_inset
32563
32564
32565 \begin_inset Index idx
32566 status collapsed
32567
32568 \begin_layout Plain Layout
32569 ぼっくす@ボックス ! そうしょく@装飾
32570 \end_layout
32571
32572 \end_inset
32573
32574
32575 \end_layout
32576
32577 \begin_layout Standard
32578 ボックス型は,ボックスダイアログ中の
32579 \family sans
32580 装飾
32581 \family default
32582 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
32583 \end_layout
32584
32585 \begin_layout Description
32586 枠なし 枠を描きません.
32587 \end_layout
32588
32589 \begin_layout Description
32590 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
32591 \begin_inset Box Boxed
32592 position "c"
32593 hor_pos "c"
32594 has_inner_box 1
32595 inner_pos "c"
32596 use_parbox 0
32597 use_makebox 0
32598 width "20col%"
32599 special "none"
32600 height "1in"
32601 height_special "totalheight"
32602 thickness "0.4pt"
32603 separation "3pt"
32604 shadowsize "4pt"
32605 framecolor "black"
32606 backgroundcolor "none"
32607 status collapsed
32608
32609 \begin_layout Plain Layout
32610 \align center
32611 長方形の箱型
32612 \end_layout
32613
32614 \end_inset
32615
32616
32617 \end_layout
32618
32619 \begin_layout Description
32620 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
32621 \begin_inset space \thinspace{}
32622 \end_inset
32623
32624 ptです. 
32625 \begin_inset Box ovalbox
32626 position "c"
32627 hor_pos "c"
32628 has_inner_box 1
32629 inner_pos "c"
32630 use_parbox 0
32631 use_makebox 0
32632 width "20col%"
32633 special "none"
32634 height "1in"
32635 height_special "totalheight"
32636 thickness "0.4pt"
32637 separation "3pt"
32638 shadowsize "4pt"
32639 framecolor "black"
32640 backgroundcolor "none"
32641 status collapsed
32642
32643 \begin_layout Plain Layout
32644 \align center
32645 楕円形の箱型(細線)
32646 \end_layout
32647
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \begin_layout Description
32654 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
32655 \begin_inset space \thinspace{}
32656 \end_inset
32657
32658 ptです. 
32659 \begin_inset Box Ovalbox
32660 position "c"
32661 hor_pos "c"
32662 has_inner_box 1
32663 inner_pos "c"
32664 use_parbox 0
32665 use_makebox 0
32666 width "20col%"
32667 special "none"
32668 height "1in"
32669 height_special "totalheight"
32670 thickness "0.4pt"
32671 separation "3pt"
32672 shadowsize "4pt"
32673 framecolor "black"
32674 backgroundcolor "none"
32675 status collapsed
32676
32677 \begin_layout Plain Layout
32678 \align center
32679 楕円形の箱型(太線)
32680 \end_layout
32681
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \begin_layout Description
32688 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
32689 \begin_inset Box Shadowbox
32690 position "c"
32691 hor_pos "c"
32692 has_inner_box 1
32693 inner_pos "c"
32694 use_parbox 0
32695 use_makebox 0
32696 width "20col%"
32697 special "none"
32698 height "1in"
32699 height_special "totalheight"
32700 thickness "0.4pt"
32701 separation "3pt"
32702 shadowsize "4pt"
32703 framecolor "black"
32704 backgroundcolor "none"
32705 status collapsed
32706
32707 \begin_layout Plain Layout
32708 \align center
32709 影付きの箱型
32710 \end_layout
32711
32712 \end_inset
32713
32714
32715 \end_layout
32716
32717 \begin_layout Description
32718 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
32719 \begin_inset Foot
32720 status collapsed
32721
32722 \begin_layout Plain Layout
32723
32724 \begin_inset CommandInset ref
32725 LatexCommand ref
32726 reference "sec:色付きボックス"
32727
32728 \end_inset
32729
32730 節を参照のこと.
32731 \end_layout
32732
32733 \end_inset
32734
32735 ,これは列幅全体を使用し,ボックスは独立した段落に設定されます.
32736 \begin_inset Box Shaded
32737 position "t"
32738 hor_pos "c"
32739 has_inner_box 0
32740 inner_pos "t"
32741 use_parbox 0
32742 use_makebox 0
32743 width "50col%"
32744 special "none"
32745 height "1in"
32746 height_special "totalheight"
32747 thickness "0.4pt"
32748 separation "3pt"
32749 shadowsize "4pt"
32750 framecolor "black"
32751 backgroundcolor "none"
32752 status collapsed
32753
32754 \begin_layout Plain Layout
32755 影付き背景の箱型
32756 \end_layout
32757
32758 \end_inset
32759
32760
32761 \end_layout
32762
32763 \begin_layout Description
32764 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,線幅の0.75倍であり,外側の枠の太さは,線幅の1.5倍です.枠同士の間隔
32765 は,線幅の1.5倍+0.5
32766 \begin_inset space \thinspace{}
32767 \end_inset
32768
32769 ptです.
32770 \begin_inset Box Doublebox
32771 position "c"
32772 hor_pos "c"
32773 has_inner_box 1
32774 inner_pos "c"
32775 use_parbox 0
32776 use_makebox 0
32777 width "20col%"
32778 special "none"
32779 height "1in"
32780 height_special "totalheight"
32781 thickness "0.4pt"
32782 separation "3pt"
32783 shadowsize "4pt"
32784 framecolor "black"
32785 backgroundcolor "none"
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789 \align center
32790 二重の長方形の箱型
32791 \end_layout
32792
32793 \end_inset
32794
32795
32796 \end_layout
32797
32798 \begin_layout Standard
32799 \begin_inset VSpace bigskip
32800 \end_inset
32801
32802 \SpecialChar LyX
32803 のボックスラベルには,使用中の枠の型が表示されます.すべての型を使用可能にするには,\SpecialChar LaTeX
32804 パッケージ
32805 \series bold
32806 fancybox
32807 \series default
32808
32809 \begin_inset Index idx
32810 status collapsed
32811
32812 \begin_layout Plain Layout
32813 \SpecialChar LaTeX
32814 ぱっけーじ@\SpecialChar LaTeX
32815 パッケージ ! fancybox
32816 \end_layout
32817
32818 \end_inset
32819
32820 が導入済みでなくてはなりません.
32821 \end_layout
32822
32823 \begin_layout Standard
32824 \begin_inset VSpace bigskip
32825 \end_inset
32826
32827
32828 \family sans
32829 簡素な長方形の枠
32830 \family default
32831 の装飾を使って内部ボックスを使用しないとき,ボックス内で改頁を許可することができます.その場合,他の枠付きボックスと違って,この枠は,つねに段幅の全幅を使用し,
32832 ボックスは独立の段落として設定されることに注意してください.
32833 \begin_inset Box Framed
32834 position "t"
32835 hor_pos "c"
32836 has_inner_box 0
32837 inner_pos "t"
32838 use_parbox 0
32839 use_makebox 0
32840 width "100col%"
32841 special "none"
32842 height "1in"
32843 height_special "totalheight"
32844 thickness "0.4pt"
32845 separation "3pt"
32846 shadowsize "4pt"
32847 framecolor "black"
32848 backgroundcolor "none"
32849 status collapsed
32850
32851 \begin_layout Plain Layout
32852 改行可能な箱型
32853 \end_layout
32854
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \begin_layout Section
32861 ボックスの詳細な設定
32862 \begin_inset Index idx
32863 status collapsed
32864
32865 \begin_layout Plain Layout
32866 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
32867 \end_layout
32868
32869 \end_inset
32870
32871
32872 \end_layout
32873
32874 \begin_layout Standard
32875 楕円形ボックスの丸い角の直径は,コマンド
32876 \series bold
32877
32878 \backslash
32879 cornersize
32880 \series default
32881 で設定することができます.
32882 \end_layout
32883
32884 \begin_layout Standard
32885
32886 \series bold
32887
32888 \backslash
32889 cornersize*{1cm}
32890 \end_layout
32891
32892 \begin_layout Standard
32893 というコマンドは,直径を1
32894 \begin_inset space \thinspace{}
32895 \end_inset
32896
32897 cmに設定します.
32898 \end_layout
32899
32900 \begin_layout Standard
32901
32902 \series bold
32903
32904 \backslash
32905 cornersize{数値}
32906 \end_layout
32907
32908 \begin_layout Standard
32909 というコマンドは,直径を
32910 \family sans
32911 数値
32912 \begin_inset space \thinspace{}
32913 \end_inset
32914
32915
32916 \family default
32917
32918 \begin_inset Formula $\times$
32919 \end_inset
32920
32921
32922 \family sans
32923
32924 \begin_inset space \thinspace{}
32925 \end_inset
32926
32927 (ボックスの幅と高さの小さい方)
32928 \family default
32929 に設定します.既定値は
32930 \series bold
32931
32932 \backslash
32933 cornersize{0.5}
32934 \series default
32935 です.
32936 \end_layout
32937
32938 \begin_layout Standard
32939 \begin_inset ERT
32940 status collapsed
32941
32942 \begin_layout Plain Layout
32943
32944
32945 \backslash
32946 cornersize*{1.5cm}
32947 \end_layout
32948
32949 \end_inset
32950
32951
32952 \begin_inset Box Ovalbox
32953 position "c"
32954 hor_pos "c"
32955 has_inner_box 1
32956 inner_pos "c"
32957 use_parbox 0
32958 use_makebox 0
32959 width "25col%"
32960 special "none"
32961 height "1in"
32962 height_special "totalheight"
32963 thickness "0.4pt"
32964 separation "3pt"
32965 shadowsize "4pt"
32966 framecolor "black"
32967 backgroundcolor "none"
32968 status open
32969
32970 \begin_layout Plain Layout
32971 \align center
32972
32973 \series bold
32974
32975 \backslash
32976 cornersize
32977 \series default
32978
32979 \begin_inset space \thinspace{}
32980 \end_inset
32981
32982 =
32983 \begin_inset space \thinspace{}
32984 \end_inset
32985
32986 1.5
32987 \begin_inset space \thinspace{}
32988 \end_inset
32989
32990 cmの楕円形の箱型
32991 \end_layout
32992
32993 \end_inset
32994
32995
32996 \begin_inset ERT
32997 status collapsed
32998
32999 \begin_layout Plain Layout
33000
33001
33002 \backslash
33003 cornersize{0.5}
33004 \end_layout
33005
33006 \end_inset
33007
33008
33009 \end_layout
33010
33011 \begin_layout Standard
33012 \begin_inset VSpace bigskip
33013 \end_inset
33014
33015
33016 \end_layout
33017
33018 \begin_layout Standard
33019
33020 \family sans
33021 影付き背景
33022 \family default
33023 ボックスの赤色の既定背景色は,
33024 \series bold
33025
33026 \backslash
33027 definecolor{shadebox}
33028 \series default
33029 コマンドで局所的に変更することもできますし,
33030 \family sans
33031 ツール\SpecialChar menuseparator
33032 設定\SpecialChar menuseparator
33033 色\SpecialChar menuseparator
33034 影付きボックス
33035 \family default
33036 メニューからグローバルに変更することもできます.
33037 \series bold
33038
33039 \backslash
33040 definecolor
33041 \series default
33042 コマンドの用法は第
33043 \begin_inset CommandInset ref
33044 LatexCommand ref
33045 reference "sec:色付きの表"
33046
33047 \end_inset
33048
33049
33050 \begin_inset Foot
33051 status collapsed
33052
33053 \begin_layout Plain Layout
33054 N
33055 \series bold
33056
33057 \backslash
33058 definecolor
33059 \series default
33060 は,\SpecialChar LaTeX
33061 パッケージの
33062 \series bold
33063 color
33064 \series default
33065 をプリアンブルに読み込む必要があります.第
33066 \begin_inset CommandInset ref
33067 LatexCommand ref
33068 reference "sec:色付きボックス"
33069
33070 \end_inset
33071
33072 節をご参照ください..
33073 \end_layout
33074
33075 \end_inset
33076
33077 で説明されています.
33078 \end_layout
33079
33080 \begin_layout Standard
33081 たとえば,下記の影付き背景ボックスの外見は
33082 \end_layout
33083
33084 \begin_layout Standard
33085
33086 \series bold
33087
33088 \backslash
33089 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33090 \end_layout
33091
33092 \begin_layout Standard
33093 という\SpecialChar TeX
33094 コードコマンドを使って設定してあります.
33095 \end_layout
33096
33097 \begin_layout Standard
33098 \begin_inset ERT
33099 status collapsed
33100
33101 \begin_layout Plain Layout
33102
33103
33104 \backslash
33105 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33106 \end_layout
33107
33108 \end_inset
33109
33110
33111 \begin_inset Box Shaded
33112 position "t"
33113 hor_pos "c"
33114 has_inner_box 0
33115 inner_pos "t"
33116 use_parbox 0
33117 use_makebox 0
33118 width "100col%"
33119 special "none"
33120 height "1in"
33121 height_special "totalheight"
33122 thickness "0.4pt"
33123 separation "3pt"
33124 shadowsize "4pt"
33125 framecolor "black"
33126 backgroundcolor "none"
33127 status open
33128
33129 \begin_layout Plain Layout
33130
33131 \color yellow
33132 これは,濃緑色の背景の
33133 \family sans
33134 影付き背景
33135 \family default
33136 ボックスに入れた黄色の文章です.
33137 \end_layout
33138
33139 \end_inset
33140
33141
33142 \begin_inset ERT
33143 status collapsed
33144
33145 \begin_layout Plain Layout
33146
33147
33148 \backslash
33149 definecolor{shadecolor}{rgb}{1,0,0}
33150 \end_layout
33151
33152 \end_inset
33153
33154
33155 \end_layout
33156
33157 \begin_layout Standard
33158 \begin_inset VSpace bigskip
33159 \end_inset
33160
33161 手動で変更した寸法と色は,それを変更したコマンド以降のすべてのボックスに対して有効です.
33162 \end_layout
33163
33164 \begin_layout Section
33165 ミニページ
33166 \begin_inset CommandInset label
33167 LatexCommand label
33168 name "sec:ミニページ"
33169
33170 \end_inset
33171
33172
33173 \begin_inset Index idx
33174 status collapsed
33175
33176 \begin_layout Plain Layout
33177 ぼっくす@ボックス ! みにぺーじ@ミニページ
33178 \end_layout
33179
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \begin_layout Standard
33186 ミニページは,\SpecialChar LaTeX
33187 によってページの中のページとして取り扱われるので,たとえばそれ自身で脚註を持つことができます.
33188 \end_layout
33189
33190 \begin_layout Standard
33191 ミニページは,複数の言語を含む文書を執筆する際に便利です.
33192 \end_layout
33193
33194 \begin_layout Standard
33195 下掲は,二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
33196 \family sans
33197 挿入
33198 \family default
33199 \SpecialChar menuseparator
33200
33201 \family sans
33202 整形
33203 \family default
33204 \SpecialChar menuseparator
33205
33206 \family sans
33207 水平方向の空白
33208 \family default
33209 メニューで挿入した水平フィルで隔てられています.
33210 \begin_inset Newpage newpage
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 \begin_inset Box Frameless
33218 position "t"
33219 hor_pos "c"
33220 has_inner_box 1
33221 inner_pos "c"
33222 use_parbox 0
33223 use_makebox 0
33224 width "45col%"
33225 special "none"
33226 height "1in"
33227 height_special "totalheight"
33228 thickness "0.4pt"
33229 separation "3pt"
33230 shadowsize "4pt"
33231 framecolor "black"
33232 backgroundcolor "none"
33233 status open
33234
33235 \begin_layout Plain Layout
33236 Dies ist ein deutscher Text.
33237  Dies ist ein deutscher Text.
33238  Dies ist ein deutscher Text.
33239  Dies ist ein deutscher Text.
33240  Dies ist ein deutscher Text.
33241  Dies ist ein deutscher Text.
33242  Dies ist ein deutscher Text.
33243  Dies ist ein deutscher Text.
33244  Dies ist ein deutscher Text.
33245  Dies ist ein deutscher Text.
33246  Dies ist ein deutscher Text.
33247  Dies ist ein deutscher Text.
33248  Dies ist ein deutscher Text
33249 \begin_inset Foot
33250 status collapsed
33251
33252 \begin_layout Plain Layout
33253 Dies ist eine deutsche Fußnote.
33254 \end_layout
33255
33256 \end_inset
33257
33258 .
33259  Dies ist ein deutscher Text.
33260  Dies ist ein deutscher Text.
33261 \end_layout
33262
33263 \end_inset
33264
33265
33266 \begin_inset space \hfill{}
33267 \end_inset
33268
33269
33270 \begin_inset Box Frameless
33271 position "t"
33272 hor_pos "c"
33273 has_inner_box 1
33274 inner_pos "c"
33275 use_parbox 0
33276 use_makebox 0
33277 width "45col%"
33278 special "none"
33279 height "1in"
33280 height_special "totalheight"
33281 thickness "0.4pt"
33282 separation "3pt"
33283 shadowsize "4pt"
33284 framecolor "black"
33285 backgroundcolor "none"
33286 status open
33287
33288 \begin_layout Plain Layout
33289 This is an English Text.
33290  This is an English Text.
33291  This is an English Text.
33292  This is an English Text.
33293  This is an English Text.
33294  This is an English Text.
33295  This is an English Text.
33296  This is an English Text.
33297  This is an English Text.
33298  This is an English Text.
33299  This is an English Text.
33300  This is an English Text.
33301  This is an English Text.
33302  This is an English Text.
33303  This is an English Text.
33304  This is an English Text.
33305 \begin_inset Foot
33306 status collapsed
33307
33308 \begin_layout Plain Layout
33309 This is an English footnote.
33310 \end_layout
33311
33312 \end_inset
33313
33314  This is an English Text.
33315 \end_layout
33316
33317 \end_inset
33318
33319
33320 \end_layout
33321
33322 \begin_layout Standard
33323 \begin_inset VSpace bigskip
33324 \end_inset
33325
33326 ミニページ内では,文書全体の段落設定は無視されます.つまり,たとえば文書設定で
33327 \family sans
33328 中スキップ
33329 \family default
33330 を設定していたとしても,ミニページ内の段落間には余白が置かれません.
33331 \end_layout
33332
33333 \begin_layout Standard
33334 ミニページは,文章部に背景色を与えるのに使用することもできます.第
33335 \begin_inset CommandInset ref
33336 LatexCommand ref
33337 reference "sec:色付きボックス"
33338
33339 \end_inset
33340
33341 節をご参照ください.
33342 \end_layout
33343
33344 \begin_layout Standard
33345 \begin_inset Note Greyedout
33346 status open
33347
33348 \begin_layout Plain Layout
33349
33350 \series bold
33351 【註】
33352 \series default
33353 ミニページ内にフロートや傍註を使用することはできませんが,ミニページを表・フロート・他のボックス内で使用することはできます.
33354 \end_layout
33355
33356 \end_inset
33357
33358
33359 \end_layout
33360
33361 \begin_layout Standard
33362 \begin_inset VSpace bigskip
33363 \end_inset
33364
33365
33366 \end_layout
33367
33368 \begin_layout Standard
33369 \SpecialChar LyX
33370 は,
33371 \emph on
33372 可変幅ミニページ
33373 \emph default
33374 モジュールを経由して,内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.ファイル
33375 \family typewriter
33376 examples/varwidth-floats-side-by-side.lyx
33377 \family default
33378 では,2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.これには,
33379 \family typewriter
33380 Varwidth
33381 \family default
33382  \SpecialChar LaTeX
33383 パッケージが必要です.
33384 \end_layout
33385
33386 \begin_layout Section
33387 段落ボックス(parbox)
33388 \begin_inset CommandInset label
33389 LatexCommand label
33390 name "sec:Parboxes"
33391
33392 \end_inset
33393
33394
33395 \begin_inset Index idx
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399 ほっくす@ボックス ! たんらく@段落—(parbox)
33400 \end_layout
33401
33402 \end_inset
33403
33404
33405 \end_layout
33406
33407 \begin_layout Standard
33408 段落ボックス(parbox)はミニページに非常によく似ていますが,脚註を付けることができない点が違います.
33409 \end_layout
33410
33411 \begin_layout Standard
33412 \align center
33413 \begin_inset Box Frameless
33414 position "t"
33415 hor_pos "c"
33416 has_inner_box 1
33417 inner_pos "t"
33418 use_parbox 1
33419 use_makebox 0
33420 width "33col%"
33421 special "none"
33422 height "1in"
33423 height_special "totalheight"
33424 thickness "0.4pt"
33425 separation "3pt"
33426 shadowsize "4pt"
33427 framecolor "black"
33428 backgroundcolor "none"
33429 status open
33430
33431 \begin_layout Plain Layout
33432 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
33433 \end_layout
33434
33435 \begin_layout Plain Layout
33436 右の脚註は表示されません.
33437 \begin_inset Foot
33438 status collapsed
33439
33440 \begin_layout Plain Layout
33441 これはparbox内の脚註であり,したがって表示はされません.
33442 \end_layout
33443
33444 \end_inset
33445
33446
33447 \end_layout
33448
33449 \end_inset
33450
33451
33452 \end_layout
33453
33454 \begin_layout Section
33455 単語や文字のボックス
33456 \begin_inset Index idx
33457 status collapsed
33458
33459 \begin_layout Plain Layout
33460 ぼっくす@ボックス ! もじよう@文字用
33461 \end_layout
33462
33463 \end_inset
33464
33465
33466 \end_layout
33467
33468 \begin_layout Subsection
33469 ハイフネーションの回避
33470 \begin_inset CommandInset label
33471 LatexCommand label
33472 name "sec:ハイフネーションの回避"
33473
33474 \end_inset
33475
33476
33477 \begin_inset Index idx
33478 status collapsed
33479
33480 \begin_layout Plain Layout
33481 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
33482 \end_layout
33483
33484 \end_inset
33485
33486
33487 \end_layout
33488
33489 \begin_layout Standard
33490 単語や文章がハイフネートされるのを防ぐには,
33491 \family sans
33492 makebox
33493 \family default
33494 型ボックスを使うことができます.
33495 \begin_inset Newline newline
33496 \end_inset
33497
33498 以下が例示用の文章です.
33499 \end_layout
33500
33501 \begin_layout Standard
33502 This line is an example to show how you can prevent the hyphenation of 
33503 \begin_inset Quotes eld
33504 \end_inset
33505
33506 veryverylongword
33507 \begin_inset Quotes erd
33508 \end_inset
33509
33510 .
33511 \end_layout
33512
33513 \begin_layout Standard
33514 単語「veryverylongword」がハイフネートされるのを防ぐには,単語をボックスの中に入れて,
33515 \family sans
33516 内部ボックス
33517 \family default
33518
33519 \family sans
33520 makebox
33521 \family default
33522 コマンドに設定し,幅は指定しません.
33523 \end_layout
33524
33525 \begin_layout Standard
33526 以下がその結果です.
33527 \end_layout
33528
33529 \begin_layout Standard
33530 This line is an example to show how you can prevent the hyphenation of 
33531 \begin_inset Box Frameless
33532 position "t"
33533 hor_pos "c"
33534 has_inner_box 1
33535 inner_pos "t"
33536 use_parbox 0
33537 use_makebox 1
33538 width ""
33539 special "none"
33540 height "1in"
33541 height_special "totalheight"
33542 thickness "0.4pt"
33543 separation "3pt"
33544 shadowsize "4pt"
33545 framecolor "black"
33546 backgroundcolor "none"
33547 status open
33548
33549 \begin_layout Plain Layout
33550 \begin_inset Quotes eld
33551 \end_inset
33552
33553 veryverylongword
33554 \begin_inset Quotes erd
33555 \end_inset
33556
33557
33558 \end_layout
33559
33560 \end_inset
33561
33562 .
33563 \end_layout
33564
33565 \begin_layout Standard
33566 別の方法としては,以下のように,単語の前に直接\SpecialChar TeX
33567 コードで「
33568 \series bold
33569
33570 \backslash
33571 -
33572 \series default
33573 」コマンドを設定する方法もあります.
33574 \end_layout
33575
33576 \begin_layout Standard
33577 This line is an example to show how you can prevent the hyphenation of 
33578 \begin_inset Quotes eld
33579 \end_inset
33580
33581
33582 \begin_inset ERT
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586
33587
33588 \backslash
33589 -
33590 \end_layout
33591
33592 \end_inset
33593
33594 veryverylongword
33595 \begin_inset Quotes erd
33596 \end_inset
33597
33598 .
33599 \end_layout
33600
33601 \begin_layout Standard
33602 もちろん,こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,以下のように
33603 \family sans
33604 挿入
33605 \family default
33606 \SpecialChar menuseparator
33607
33608 \family sans
33609 整形
33610 \family default
33611 \SpecialChar menuseparator
33612
33613 \family sans
33614 整形なし改行
33615 \family default
33616 メニュー(
33617 \begin_inset Flex Ruby
33618 status collapsed
33619
33620 \begin_layout Plain Layout
33621 捷径
33622 \begin_inset Argument post:1
33623 status collapsed
33624
33625 \begin_layout Plain Layout
33626 ショートカット
33627 \end_layout
33628
33629 \end_inset
33630
33631
33632 \end_layout
33633
33634 \end_inset
33635
33636
33637 \begin_inset Info
33638 type  "shortcut"
33639 arg   "newline-insert newline"
33640 \end_inset
33641
33642 )から改行を単語の前に入れてください.
33643 \end_layout
33644
33645 \begin_layout Standard
33646 This line is an example to show how you can prevent the hyphenation of 
33647 \begin_inset Newline newline
33648 \end_inset
33649
33650
33651 \begin_inset Box Frameless
33652 position "t"
33653 hor_pos "c"
33654 has_inner_box 1
33655 inner_pos "t"
33656 use_parbox 0
33657 use_makebox 1
33658 width ""
33659 special "none"
33660 height "1in"
33661 height_special "totalheight"
33662 thickness "0.4pt"
33663 separation "3pt"
33664 shadowsize "4pt"
33665 framecolor "black"
33666 backgroundcolor "none"
33667 status open
33668
33669 \begin_layout Plain Layout
33670 \begin_inset Quotes eld
33671 \end_inset
33672
33673 veryverylongword
33674 \begin_inset Quotes erd
33675 \end_inset
33676
33677
33678 \end_layout
33679
33680 \end_inset
33681
33682 .
33683 \end_layout
33684
33685 \begin_layout Subsection
33686 垂直揃え
33687 \begin_inset CommandInset label
33688 LatexCommand label
33689 name "subsec:垂直揃え"
33690
33691 \end_inset
33692
33693
33694 \begin_inset Index idx
33695 status collapsed
33696
33697 \begin_layout Plain Layout
33698 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
33699 \end_layout
33700
33701 \end_inset
33702
33703
33704 \begin_inset Index idx
33705 status collapsed
33706
33707 \begin_layout Plain Layout
33708 ぼっくす@ボックス ! Raiseboxes
33709 \end_layout
33710
33711 \end_inset
33712
33713
33714 \end_layout
33715
33716 \begin_layout Standard
33717
33718 \series bold
33719
33720 \backslash
33721 raisebox
33722 \series default
33723 コマンドを使うと,単語や文字や他のボックスを,周囲の文章に対して垂直方向に整列させることができます.
33724 \series bold
33725
33726 \backslash
33727 raisebox
33728 \series default
33729 は以下の書式で使用します.
33730 \end_layout
33731
33732 \begin_layout Standard
33733
33734 \series bold
33735
33736 \backslash
33737 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
33738 \end_layout
33739
33740 \begin_layout Standard
33741 ここで持ち上げ幅は,正の値ならばボックスを持ち上げ,負の値ならばボックスを引き下げます.
33742 \end_layout
33743
33744 \begin_layout Standard
33745 たとえば,「preventing」という単語を,そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,単語の前に\SpecialChar TeX
33746 コードで
33747 \end_layout
33748
33749 \begin_layout Standard
33750
33751 \series bold
33752
33753 \backslash
33754 raisebox{
33755 \backslash
33756 depth}{
33757 \end_layout
33758
33759 \begin_layout Standard
33760 というコマンドを挿入してください.単語の後には,閉じ括弧「
33761 \series bold
33762 }
33763 \series default
33764 」を\SpecialChar TeX
33765 コードで挿入してください.
33766 \begin_inset Newline newline
33767 \end_inset
33768
33769 以下がその出力です.
33770 \end_layout
33771
33772 \begin_layout Standard
33773 This is a text line with the word 
33774 \begin_inset ERT
33775 status collapsed
33776
33777 \begin_layout Plain Layout
33778
33779
33780 \backslash
33781 raisebox{
33782 \backslash
33783 depth}{
33784 \end_layout
33785
33786 \end_inset
33787
33788
33789 \begin_inset Quotes eld
33790 \end_inset
33791
33792 preventing
33793 \begin_inset Quotes erd
33794 \end_inset
33795
33796
33797 \begin_inset ERT
33798 status collapsed
33799
33800 \begin_layout Plain Layout
33801
33802 }
33803 \end_layout
33804
33805 \end_inset
33806
33807  as raised word.
33808 \end_layout
33809
33810 \begin_layout Standard
33811 \begin_inset VSpace bigskip
33812 \end_inset
33813
33814 行中の文字を上げ下げすると,以下のように行間が広がります.
33815 \end_layout
33816
33817 \begin_layout Standard
33818 This is a text line with the word 
33819 \begin_inset ERT
33820 status collapsed
33821
33822 \begin_layout Plain Layout
33823
33824
33825 \backslash
33826 raisebox{-
33827 \backslash
33828 depth}{
33829 \end_layout
33830
33831 \end_inset
33832
33833
33834 \begin_inset Quotes eld
33835 \end_inset
33836
33837 preventing
33838 \begin_inset Quotes erd
33839 \end_inset
33840
33841
33842 \begin_inset ERT
33843 status collapsed
33844
33845 \begin_layout Plain Layout
33846
33847 }
33848 \end_layout
33849
33850 \end_inset
33851
33852  as lowered word.
33853 \begin_inset Newline newline
33854 \end_inset
33855
33856 This is a text line with the word 
33857 \begin_inset ERT
33858 status collapsed
33859
33860 \begin_layout Plain Layout
33861
33862
33863 \backslash
33864 raisebox{0.5cm}{
33865 \end_layout
33866
33867 \end_inset
33868
33869
33870 \begin_inset Quotes eld
33871 \end_inset
33872
33873 testing
33874 \begin_inset Quotes erd
33875 \end_inset
33876
33877
33878 \begin_inset ERT
33879 status collapsed
33880
33881 \begin_layout Plain Layout
33882
33883 }
33884 \end_layout
33885
33886 \end_inset
33887
33888  as raised word.
33889 \end_layout
33890
33891 \begin_layout Standard
33892 何らかの理由でこれを抑制したい場合には,ボックスの高さを零に設定してください.たとえば,
33893 \end_layout
33894
33895 \begin_layout Standard
33896
33897 \series bold
33898
33899 \backslash
33900 raisebox{-
33901 \backslash
33902 depth}[0pt]{
33903 \end_layout
33904
33905 \begin_layout Standard
33906 とすると,以下のようになります.
33907 \end_layout
33908
33909 \begin_layout Standard
33910 This is a text line with the word 
33911 \begin_inset ERT
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915
33916
33917 \backslash
33918 raisebox{-
33919 \backslash
33920 depth}[0pt]{
33921 \end_layout
33922
33923 \end_inset
33924
33925
33926 \begin_inset Quotes eld
33927 \end_inset
33928
33929 preventing
33930 \begin_inset Quotes erd
33931 \end_inset
33932
33933
33934 \begin_inset ERT
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938
33939 }
33940 \end_layout
33941
33942 \end_inset
33943
33944  as lowered word.
33945 \begin_inset Newline newline
33946 \end_inset
33947
33948
33949 \begin_inset Newline newline
33950 \end_inset
33951
33952 This is a text line with the word 
33953 \begin_inset ERT
33954 status collapsed
33955
33956 \begin_layout Plain Layout
33957
33958
33959 \backslash
33960 raisebox{0.5cm}[0pt]{
33961 \end_layout
33962
33963 \end_inset
33964
33965
33966 \begin_inset Quotes eld
33967 \end_inset
33968
33969 testing
33970 \begin_inset Quotes erd
33971 \end_inset
33972
33973
33974 \begin_inset ERT
33975 status collapsed
33976
33977 \begin_layout Plain Layout
33978
33979 }
33980 \end_layout
33981
33982 \end_inset
33983
33984  as raised word.
33985 \end_layout
33986
33987 \begin_layout Section
33988 色付きボックス
33989 \begin_inset CommandInset label
33990 LatexCommand label
33991 name "sec:色付きボックス"
33992
33993 \end_inset
33994
33995
33996 \begin_inset Index idx
33997 status collapsed
33998
33999 \begin_layout Plain Layout
34000 ぼっくす@ボックス ! いろつき@色付き
34001 \end_layout
34002
34003 \end_inset
34004
34005
34006 \end_layout
34007
34008 \begin_layout Standard
34009 ボックスの背景に色を付けるには,ボックスダイアログで好みの色を選択するだけです.これは,橙色の背景を持つボックスの例です:
34010 \begin_inset Box Frameless
34011 position "t"
34012 hor_pos "c"
34013 has_inner_box 1
34014 inner_pos "t"
34015 use_parbox 0
34016 use_makebox 1
34017 width ""
34018 special "none"
34019 height "1in"
34020 height_special "totalheight"
34021 thickness "0.4pt"
34022 separation "3pt"
34023 shadowsize "4pt"
34024 framecolor "black"
34025 backgroundcolor "orange"
34026 status open
34027
34028 \begin_layout Plain Layout
34029 橙色背景のボックス
34030 \end_layout
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \begin_layout Standard
34038 装飾を
34039 \family sans
34040 簡素な長方形の枠
34041 \family default
34042 にした場合には,枠の色を設定できます.この場合,背景色も指定しなくてはなりません(\SpecialChar LyX
34043 は白を既定色として設定します).
34044 \begin_inset Newline newline
34045 \end_inset
34046
34047 例:
34048 \begin_inset Box Boxed
34049 position "t"
34050 hor_pos "c"
34051 has_inner_box 0
34052 inner_pos "t"
34053 use_parbox 0
34054 use_makebox 0
34055 width ""
34056 special "none"
34057 height "1in"
34058 height_special "totalheight"
34059 thickness "0.4pt"
34060 separation "3pt"
34061 shadowsize "4pt"
34062 framecolor "teal"
34063 backgroundcolor "yellow"
34064 status open
34065
34066 \begin_layout Plain Layout
34067 ティール色の枠と黄色の背景を持つボックス
34068 \end_layout
34069
34070 \end_inset
34071
34072
34073 \end_layout
34074
34075 \begin_layout Standard
34076 \begin_inset VSpace bigskip
34077 \end_inset
34078
34079 もちろん,色付きボックスの中に色付きの文を入れることもできます:
34080 \begin_inset Newline newline
34081 \end_inset
34082
34083
34084 \begin_inset Box Boxed
34085 position "t"
34086 hor_pos "c"
34087 has_inner_box 0
34088 inner_pos "t"
34089 use_parbox 0
34090 use_makebox 0
34091 width ""
34092 special "none"
34093 height "1in"
34094 height_special "totalheight"
34095 thickness "0.4pt"
34096 separation "3pt"
34097 shadowsize "4pt"
34098 framecolor "cyan"
34099 backgroundcolor "magenta"
34100 status open
34101
34102 \begin_layout Plain Layout
34103
34104 \color yellow
34105 これは着色した色付きボックス中の色付き文章です.
34106 \end_layout
34107
34108 \end_inset
34109
34110
34111 \end_layout
34112
34113 \begin_layout Standard
34114 \begin_inset VSpace bigskip
34115 \end_inset
34116
34117
34118 \end_layout
34119
34120 \begin_layout Standard
34121 事前に設定された色以外の色が欲しいときは,第
34122 \begin_inset CommandInset ref
34123 LatexCommand ref
34124 reference "sec:色付きの表"
34125
34126 \end_inset
34127
34128 節に述べられているように,独自色を定義することができます.独自色を使う場合には,以下のように,TeXコードを使ってボックスを組版しなくてはなりません.
34129 \end_layout
34130
34131 \begin_layout Standard
34132 枠なしの色付きボックスは,
34133 \series bold
34134
34135 \backslash
34136 colorbox
34137 \series default
34138 コマンドで作ります.これは,以下のような書式で使われます.
34139 \end_layout
34140
34141 \begin_layout Standard
34142
34143 \series bold
34144
34145 \backslash
34146 colorbox{色}{ボックスの内容}
34147 \end_layout
34148
34149 \begin_layout Standard
34150 ボックスの内容には,ボックスが入ることもできますし,色付きボックスを他のボックスに入れることもできます.たとえば,単語の背景を濃緑にするには,単語の前に\SpecialChar TeX
34151 コードで
34152 \end_layout
34153
34154 \begin_layout Standard
34155
34156 \series bold
34157
34158 \backslash
34159 colorbox{darkgreen}{
34160 \end_layout
34161
34162 \begin_layout Standard
34163 というコマンドを入れてください.単語の後には,\SpecialChar TeX
34164 コードで閉じ括弧「
34165 \series bold
34166 }
34167 \series default
34168 」を入れてください.
34169 \begin_inset Newline newline
34170 \end_inset
34171
34172 以下がその結果です.
34173 \end_layout
34174
34175 \begin_layout Standard
34176 この行では,
34177 \begin_inset ERT
34178 status collapsed
34179
34180 \begin_layout Plain Layout
34181
34182
34183 \backslash
34184 colorbox{darkgreen}{
34185 \end_layout
34186
34187 \end_inset
34188
34189 「注意!」
34190 \begin_inset ERT
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194
34195 }
34196 \end_layout
34197
34198 \end_inset
34199
34200 という単語が濃緑の背景になっています.
34201 \end_layout
34202
34203 \begin_layout Standard
34204 枠付き色付きのボックスは,下記のように
34205 \series bold
34206
34207 \backslash
34208 fcolorbox
34209 \series default
34210 コマンドを使って作ります.
34211 \end_layout
34212
34213 \begin_layout Standard
34214
34215 \series bold
34216
34217 \backslash
34218 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
34219 \end_layout
34220
34221 \begin_layout Section
34222 ボックスの伸縮回転
34223 \end_layout
34224
34225 \begin_layout Standard
34226 本節に述べられているボックスを使うには,
34227 \family sans
34228 画像ボックス
34229 \family default
34230 モジュールを文書設定で読み込んでおく必要があります.
34231 \end_layout
34232
34233 \begin_layout Standard
34234 \begin_inset Note Greyedout
34235 status open
34236
34237 \begin_layout Plain Layout
34238
34239 \series bold
34240 【註】
34241 \series default
34242 DVIビューアによっては,回転伸縮したものの表示ができないものがあります.
34243 \end_layout
34244
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \begin_layout Standard
34251 \begin_inset Note Greyedout
34252 status open
34253
34254 \begin_layout Plain Layout
34255
34256 \series bold
34257 【註】
34258 \series default
34259 フロートは回転伸縮したボックスの中に入れることはできません.
34260 \end_layout
34261
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \begin_layout Subsection
34268 ボックスの回転
34269 \begin_inset Index idx
34270 status collapsed
34271
34272 \begin_layout Plain Layout
34273 ぼっくす@ボックス ! かいてんした@回転した
34274 \end_layout
34275
34276 \end_inset
34277
34278
34279 \begin_inset Index idx
34280 status collapsed
34281
34282 \begin_layout Plain Layout
34283 かいてん@回転 ! そざいの@素材の—
34284 \end_layout
34285
34286 \end_inset
34287
34288
34289 \begin_inset Index idx
34290 status collapsed
34291
34292 \begin_layout Plain Layout
34293 ず@図 ! のかいてん@—の回転
34294 \end_layout
34295
34296 \end_inset
34297
34298
34299 \begin_inset Index idx
34300 status collapsed
34301
34302 \begin_layout Plain Layout
34303 ひょうのちょうせい@表の調整 ! かいてん@回転
34304 \end_layout
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \begin_layout Standard
34312 ものを回転するならば,
34313 \family sans
34314 回転ボックス
34315 \family default
34316 に入れることができます.このボックスは,
34317 \family sans
34318 挿入\SpecialChar menuseparator
34319 拡張差込枠\SpecialChar menuseparator
34320 回転ボックス
34321 \family default
34322 で挿入することができます.
34323 \end_layout
34324
34325 \begin_layout Standard
34326 回転の原点は,原点差込枠(メニュー「
34327 \family sans
34328 挿入\SpecialChar menuseparator
34329 原点
34330 \family default
34331 」)に
34332 \series bold
34333 origin=位置
34334 \series default
34335 の形で指定することができます.位置として指定可能なのは,
34336 \emph on
34337 c
34338 \emph default
34339 (中央揃え)・
34340 \emph on
34341 l
34342 \emph default
34343 (左揃え)・
34344 \emph on
34345 r
34346 \emph default
34347 (右揃え)・
34348 \emph on
34349 b
34350 \emph default
34351 (下揃え)・
34352 \emph on
34353 t
34354 \emph default
34355 (上揃え)と,これら五つの適切な組み合わせです.たとえば,
34356 \emph on
34357 lt
34358 \emph default
34359 と指定した場合には,回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,位置として
34360 \emph on
34361 l
34362 \emph default
34363 が使用されます.回転角は,角度を指定する数字で負の値もとることができます.回転の方向は,反時計回りです.
34364 \end_layout
34365
34366 \begin_layout Standard
34367 下の例では,
34368 \family sans
34369 原点
34370 \family default
34371 差込枠に
34372 \series bold
34373 origin=c
34374 \series default
34375
34376 \family sans
34377 回転
34378 \family default
34379 差込枠に
34380 \series bold
34381 60
34382 \series default
34383 と入れています.
34384 \end_layout
34385
34386 \begin_layout Standard
34387 これは,
34388 \begin_inset Flex Rotatebox
34389 status open
34390
34391 \begin_layout Plain Layout
34392 \begin_inset Argument 1
34393 status open
34394
34395 \begin_layout Plain Layout
34396 origin=c
34397 \end_layout
34398
34399 \end_inset
34400
34401
34402 \begin_inset Argument 2
34403 status open
34404
34405 \begin_layout Plain Layout
34406 60
34407 \end_layout
34408
34409 \end_inset
34410
34411 回転した
34412 \end_layout
34413
34414 \end_inset
34415
34416 文章を含む行です.
34417 \end_layout
34418
34419 \begin_layout Standard
34420 ボックスの中身には,以下のように,もう一つボックスを入れたり行内数式を入れたりすることもできます.
34421 \end_layout
34422
34423 \begin_layout Standard
34424 これは,
34425 \begin_inset Flex Rotatebox
34426 status open
34427
34428 \begin_layout Plain Layout
34429 \begin_inset Argument 1
34430 status open
34431
34432 \begin_layout Plain Layout
34433 origin=r
34434 \end_layout
34435
34436 \end_inset
34437
34438
34439 \begin_inset Argument 2
34440 status open
34441
34442 \begin_layout Plain Layout
34443 60
34444 \end_layout
34445
34446 \end_inset
34447
34448
34449 \begin_inset Box Doublebox
34450 position "c"
34451 hor_pos "c"
34452 has_inner_box 0
34453 inner_pos "c"
34454 use_parbox 0
34455 use_makebox 0
34456 width "1in"
34457 special "width"
34458 height "1in"
34459 height_special "totalheight"
34460 thickness "0.4pt"
34461 separation "3pt"
34462 shadowsize "4pt"
34463 framecolor "black"
34464 backgroundcolor "none"
34465 status open
34466
34467 \begin_layout Plain Layout
34468 回転した
34469 \end_layout
34470
34471 \end_inset
34472
34473
34474 \end_layout
34475
34476 \end_inset
34477
34478 枠付き文章と
34479 \begin_inset Flex Rotatebox
34480 status open
34481
34482 \begin_layout Plain Layout
34483 \begin_inset Argument 1
34484 status open
34485
34486 \begin_layout Plain Layout
34487 origin=lb
34488 \end_layout
34489
34490 \end_inset
34491
34492
34493 \begin_inset Argument 2
34494 status open
34495
34496 \begin_layout Plain Layout
34497 60
34498 \end_layout
34499
34500 \end_inset
34501
34502
34503 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34504 \end_inset
34505
34506
34507 \end_layout
34508
34509 \end_inset
34510
34511 数式を含む行です.
34512 \end_layout
34513
34514 \begin_layout Standard
34515 あるいは,以下のように図や表を入れることもできます.
34516 \end_layout
34517
34518 \begin_layout Standard
34519 これは,
34520 \begin_inset Flex Rotatebox
34521 status open
34522
34523 \begin_layout Plain Layout
34524 \begin_inset Argument 1
34525 status open
34526
34527 \begin_layout Plain Layout
34528 origin=lb
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \begin_inset Argument 2
34535 status open
34536
34537 \begin_layout Plain Layout
34538 90
34539 \end_layout
34540
34541 \end_inset
34542
34543
34544 \begin_inset Graphics
34545         filename ../clipart/Star-structure.pdf
34546         lyxscale 50
34547         width 25col%
34548
34549 \end_inset
34550
34551
34552 \end_layout
34553
34554 \end_inset
34555
34556 回転した画像と
34557 \begin_inset Flex Rotatebox
34558 status open
34559
34560 \begin_layout Plain Layout
34561 \begin_inset Argument 2
34562 status open
34563
34564 \begin_layout Plain Layout
34565 -90
34566 \end_layout
34567
34568 \end_inset
34569
34570
34571 \begin_inset Tabular
34572 <lyxtabular version="3" rows="2" columns="2">
34573 <features tabularvalignment="middle">
34574 <column alignment="center" valignment="top">
34575 <column alignment="center" valignment="top">
34576 <row>
34577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34578 \begin_inset Text
34579
34580 \begin_layout Plain Layout
34581 q
34582 \end_layout
34583
34584 \end_inset
34585 </cell>
34586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34587 \begin_inset Text
34588
34589 \begin_layout Plain Layout
34590 w
34591 \end_layout
34592
34593 \end_inset
34594 </cell>
34595 </row>
34596 <row>
34597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34598 \begin_inset Text
34599
34600 \begin_layout Plain Layout
34601 e
34602 \end_layout
34603
34604 \end_inset
34605 </cell>
34606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34607 \begin_inset Text
34608
34609 \begin_layout Plain Layout
34610 r
34611 \end_layout
34612
34613 \end_inset
34614 </cell>
34615 </row>
34616 </lyxtabular>
34617
34618 \end_inset
34619
34620
34621 \end_layout
34622
34623 \end_inset
34624
34625 表を含む行です.
34626 \end_layout
34627
34628 \begin_layout Standard
34629 \begin_inset Note Greyedout
34630 status open
34631
34632 \begin_layout Plain Layout
34633
34634 \series bold
34635 【註】
34636 \family sans
34637 \series default
34638 角度
34639 \family default
34640 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34641 エラーが発生します.
34642 \end_layout
34643
34644 \end_inset
34645
34646
34647 \end_layout
34648
34649 \begin_layout Subsection
34650 ボックスの伸縮
34651 \begin_inset Index idx
34652 status collapsed
34653
34654 \begin_layout Plain Layout
34655 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
34656 \end_layout
34657
34658 \end_inset
34659
34660
34661 \begin_inset Index idx
34662 status collapsed
34663
34664 \begin_layout Plain Layout
34665 しんしゅく@伸縮 ! そざいの@素材の—
34666 \end_layout
34667
34668 \end_inset
34669
34670
34671 \begin_inset Index idx
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675 ず@図 ! のしんしゅく@—の伸縮
34676 \end_layout
34677
34678 \end_inset
34679
34680
34681 \begin_inset Index idx
34682 status collapsed
34683
34684 \begin_layout Plain Layout
34685 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
34686 \end_layout
34687
34688 \end_inset
34689
34690
34691 \end_layout
34692
34693 \begin_layout Standard
34694 ものを伸縮するならば,
34695 \family sans
34696 伸縮ボックス
34697 \family default
34698 に入れることができます.このボックスは,
34699 \family sans
34700 挿入\SpecialChar menuseparator
34701 拡張差込枠\SpecialChar menuseparator
34702 伸縮ボックス
34703 \family default
34704 で挿入することができます.
34705 \end_layout
34706
34707 \begin_layout Standard
34708
34709 \family sans
34710 伸縮ボックス
34711 \family default
34712 には,必須差込枠「
34713 \family sans
34714 水平因子
34715 \family default
34716 」と,非必須差込枠「
34717 \family sans
34718 垂直因子
34719 \family default
34720 」(「
34721 \family sans
34722 挿入\SpecialChar menuseparator
34723 垂直因子
34724 \family default
34725 」メニューで挿入可)がありますので,そこに水平因子と垂直因子を入力してください.
34726 \family sans
34727 垂直因子
34728 \family default
34729 を使わない場合には,水平因子が垂直因子としても使われます.
34730 \end_layout
34731
34732 \begin_layout Standard
34733 たとえば,文書の本文の大きさに比べて,文を2倍の大きさにしたい場合,
34734 \family sans
34735 水平因子
34736 \family default
34737 差込枠に
34738 \series bold
34739 2
34740 \series default
34741 と入力してください.例:
34742 \begin_inset Flex Scalebox
34743 status open
34744
34745 \begin_layout Plain Layout
34746 \begin_inset Argument 1
34747 status open
34748
34749 \begin_layout Plain Layout
34750 2
34751 \end_layout
34752
34753 \end_inset
34754
34755 こんにちは
34756 \end_layout
34757
34758 \end_inset
34759
34760
34761 \end_layout
34762
34763 \begin_layout Standard
34764
34765 \family sans
34766 水平因子
34767 \family default
34768
34769 \series bold
34770 2
34771 \series default
34772
34773 \family sans
34774 垂直因子
34775 \family default
34776
34777 \series bold
34778 1
34779 \series default
34780 にすると,このようにゆがみます:
34781 \begin_inset Flex Scalebox
34782 status open
34783
34784 \begin_layout Plain Layout
34785 \begin_inset Argument 1
34786 status open
34787
34788 \begin_layout Plain Layout
34789 2
34790 \end_layout
34791
34792 \end_inset
34793
34794
34795 \begin_inset Argument 2
34796 status open
34797
34798 \begin_layout Plain Layout
34799 1
34800 \end_layout
34801
34802 \end_inset
34803
34804 こんにちは
34805 \end_layout
34806
34807 \end_inset
34808
34809
34810 \end_layout
34811
34812 \begin_layout Standard
34813 伸縮因子を負に設定した場合,ボックスの内容は鏡像になります.鏡文字を作りたい場合には,
34814 \family sans
34815 水平因子
34816 \family default
34817
34818 \series bold
34819 -1
34820 \series default
34821
34822 \family sans
34823 垂直因子
34824 \family default
34825
34826 \series bold
34827 1
34828 \series default
34829 にします:
34830 \begin_inset Flex Scalebox
34831 status open
34832
34833 \begin_layout Plain Layout
34834 \begin_inset Argument 1
34835 status open
34836
34837 \begin_layout Plain Layout
34838 -1
34839 \end_layout
34840
34841 \end_inset
34842
34843
34844 \begin_inset Argument 2
34845 status open
34846
34847 \begin_layout Plain Layout
34848 1
34849 \end_layout
34850
34851 \end_inset
34852
34853 こんにちは
34854 \end_layout
34855
34856 \end_inset
34857
34858
34859 \end_layout
34860
34861 \begin_layout Standard
34862
34863 \family sans
34864 水平因子
34865 \family default
34866
34867 \series bold
34868 1
34869 \series default
34870
34871 \family sans
34872 垂直因子
34873 \family default
34874
34875 \series bold
34876 -1
34877 \series default
34878 にすると,ベースラインでひっくり返した形になります:
34879 \begin_inset Flex Scalebox
34880 status open
34881
34882 \begin_layout Plain Layout
34883 \begin_inset Argument 1
34884 status open
34885
34886 \begin_layout Plain Layout
34887 1
34888 \end_layout
34889
34890 \end_inset
34891
34892
34893 \begin_inset Argument 2
34894 status open
34895
34896 \begin_layout Plain Layout
34897 -1
34898 \end_layout
34899
34900 \end_inset
34901
34902 こんにちは
34903 \end_layout
34904
34905 \end_inset
34906
34907
34908 \end_layout
34909
34910 \begin_layout Standard
34911
34912 \family sans
34913 反転ボックス
34914 \family default
34915 (「
34916 \family sans
34917 挿入\SpecialChar menuseparator
34918 拡張差込枠\SpecialChar menuseparator
34919 反転ボックス
34920 \family default
34921 」メニュー)は,
34922 \family sans
34923 伸縮ボックス
34924 \family default
34925
34926 \family sans
34927 水平因子
34928 \family default
34929
34930 \series bold
34931 -1
34932 \series default
34933
34934 \family sans
34935 垂直因子
34936 \family default
34937
34938 \series bold
34939 1
34940 \series default
34941 にしたものと同じです.
34942 \end_layout
34943
34944 \begin_layout Standard
34945 \begin_inset Note Greyedout
34946 status open
34947
34948 \begin_layout Plain Layout
34949
34950 \series bold
34951 【註】
34952 \family sans
34953 \series default
34954 水平因子
34955 \family default
34956 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34957 エラーが発生します.
34958 \end_layout
34959
34960 \end_inset
34961
34962
34963 \end_layout
34964
34965 \begin_layout Standard
34966 \begin_inset VSpace bigskip
34967 \end_inset
34968
34969 中身を決まった幅と高さに伸縮したい場合には,
34970 \family sans
34971 寸法変更ボックス
34972 \family default
34973 (「
34974 \family sans
34975 挿入\SpecialChar menuseparator
34976 拡張差込枠\SpecialChar menuseparator
34977 寸法変更ボックス
34978 \family default
34979 」メニュー)を使うことができます.
34980 \family sans
34981 寸法変更ボックス
34982 \family default
34983 には,必須差込枠「
34984 \family sans
34985
34986 \family default
34987 」と,非必須差込枠「
34988 \family sans
34989 高さ
34990 \family default
34991 」(「
34992 \family sans
34993 挿入\SpecialChar menuseparator
34994 高さ
34995 \family default
34996 」メニューで挿入可)がありますので,そこに幅と高さを単位付きの値で入力してください.
34997 \begin_inset CommandInset ref
34998 LatexCommand ref
34999 reference "tab:単位"
35000
35001 \end_inset
35002
35003 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
35004 \series bold
35005 !
35006 \series default
35007 があると,ボックス内容のアスペクト比が保たれるように寸法が設定されます.
35008 \family sans
35009 高さ
35010 \family default
35011 差込枠を使わない場合には,高さには内部的に感嘆符が使用されます.
35012 \end_layout
35013
35014 \begin_layout Standard
35015
35016 \series bold
35017 2cm
35018 \series default
35019
35020 \family sans
35021
35022 \family default
35023 に,
35024 \series bold
35025 1cm
35026 \series default
35027
35028 \family sans
35029 高さ
35030 \family default
35031 に使用するとこうなります:
35032 \begin_inset Flex Resizebox
35033 status open
35034
35035 \begin_layout Plain Layout
35036 \begin_inset Argument 1
35037 status open
35038
35039 \begin_layout Plain Layout
35040 2cm
35041 \end_layout
35042
35043 \end_inset
35044
35045
35046 \begin_inset Argument 2
35047 status open
35048
35049 \begin_layout Plain Layout
35050 1cm
35051 \end_layout
35052
35053 \end_inset
35054
35055 こんにちは
35056 \end_layout
35057
35058 \end_inset
35059
35060
35061 \begin_inset Newline newline
35062 \end_inset
35063
35064
35065 \series bold
35066 2cm
35067 \series default
35068
35069 \family sans
35070
35071 \family default
35072 に,
35073 \series bold
35074 !
35075 \series default
35076
35077 \family sans
35078 高さ
35079 \family default
35080 に使用すると(あるいは
35081 \family sans
35082 高さ
35083 \family default
35084 なし)こうなります:
35085 \begin_inset Flex Resizebox
35086 status open
35087
35088 \begin_layout Plain Layout
35089 \begin_inset Argument 1
35090 status open
35091
35092 \begin_layout Plain Layout
35093 2cm
35094 \end_layout
35095
35096 \end_inset
35097
35098
35099 \begin_inset Argument 2
35100 status open
35101
35102 \begin_layout Plain Layout
35103 !
35104 \end_layout
35105
35106 \end_inset
35107
35108 こんにちは
35109 \end_layout
35110
35111 \end_inset
35112
35113
35114 \end_layout
35115
35116 \begin_layout Standard
35117 \begin_inset Note Greyedout
35118 status open
35119
35120 \begin_layout Plain Layout
35121
35122 \series bold
35123 【註】
35124 \family sans
35125 \series default
35126
35127 \family default
35128 差込枠が空であったり,無効な単位が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
35129 エラーが発生します.
35130 \end_layout
35131
35132 \end_inset
35133
35134
35135 \end_layout
35136
35137 \begin_layout Standard
35138 \begin_inset VSpace bigskip
35139 \end_inset
35140
35141
35142 \end_layout
35143
35144 \begin_layout Standard
35145 ボックスは好きな順序で組み合わせることができます.
35146 \family sans
35147 回転ボックス
35148 \family default
35149 の中に
35150 \family sans
35151 寸法変更ボックス
35152 \family default
35153 が入り,さらにその中に
35154 \family sans
35155 反転ボックス
35156 \family default
35157 が入っている例です:
35158 \end_layout
35159
35160 \begin_layout Standard
35161 \noindent
35162 \align center
35163 \begin_inset Flex Rotatebox
35164 status open
35165
35166 \begin_layout Plain Layout
35167 \begin_inset Argument 1
35168 status open
35169
35170 \begin_layout Plain Layout
35171 origin=c
35172 \end_layout
35173
35174 \end_inset
35175
35176
35177 \begin_inset Argument 2
35178 status open
35179
35180 \begin_layout Plain Layout
35181 -45
35182 \end_layout
35183
35184 \end_inset
35185
35186
35187 \begin_inset Flex Resizebox
35188 status open
35189
35190 \begin_layout Plain Layout
35191 \begin_inset Argument 1
35192 status open
35193
35194 \begin_layout Plain Layout
35195 2cm
35196 \end_layout
35197
35198 \end_inset
35199
35200
35201 \begin_inset Flex Reflectbox
35202 status open
35203
35204 \begin_layout Plain Layout
35205 こんにちは
35206 \end_layout
35207
35208 \end_inset
35209
35210
35211 \end_layout
35212
35213 \end_inset
35214
35215
35216 \end_layout
35217
35218 \end_inset
35219
35220
35221 \end_layout
35222
35223 \begin_layout Standard
35224 \noindent
35225 という出力になります.ボックスの内容には,以下のように,画像や表や行内数式を入れてもかまいません.
35226 \end_layout
35227
35228 \begin_layout Standard
35229 \noindent
35230 \align center
35231 \begin_inset Flex Resizebox
35232 status open
35233
35234 \begin_layout Plain Layout
35235 \begin_inset Argument 1
35236 status open
35237
35238 \begin_layout Plain Layout
35239 2cm
35240 \end_layout
35241
35242 \end_inset
35243
35244
35245 \begin_inset Flex Reflectbox
35246 status open
35247
35248 \begin_layout Plain Layout
35249 \begin_inset Graphics
35250         filename ../clipart/Star-structure.pdf
35251         lyxscale 50
35252         width 25col%
35253
35254 \end_inset
35255
35256
35257 \end_layout
35258
35259 \end_inset
35260
35261
35262 \end_layout
35263
35264 \end_inset
35265
35266  
35267 \begin_inset Flex Resizebox
35268 status open
35269
35270 \begin_layout Plain Layout
35271 \begin_inset Argument 1
35272 status open
35273
35274 \begin_layout Plain Layout
35275 2cm
35276 \end_layout
35277
35278 \end_inset
35279
35280
35281 \begin_inset Flex Reflectbox
35282 status open
35283
35284 \begin_layout Plain Layout
35285 \begin_inset Tabular
35286 <lyxtabular version="3" rows="2" columns="2">
35287 <features tabularvalignment="middle">
35288 <column alignment="center" valignment="top">
35289 <column alignment="center" valignment="top">
35290 <row>
35291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35292 \begin_inset Text
35293
35294 \begin_layout Plain Layout
35295 q
35296 \end_layout
35297
35298 \end_inset
35299 </cell>
35300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35301 \begin_inset Text
35302
35303 \begin_layout Plain Layout
35304 w
35305 \end_layout
35306
35307 \end_inset
35308 </cell>
35309 </row>
35310 <row>
35311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35312 \begin_inset Text
35313
35314 \begin_layout Plain Layout
35315 e
35316 \end_layout
35317
35318 \end_inset
35319 </cell>
35320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35321 \begin_inset Text
35322
35323 \begin_layout Plain Layout
35324 r
35325 \end_layout
35326
35327 \end_inset
35328 </cell>
35329 </row>
35330 </lyxtabular>
35331
35332 \end_inset
35333
35334
35335 \end_layout
35336
35337 \end_inset
35338
35339
35340 \end_layout
35341
35342 \end_inset
35343
35344  
35345 \begin_inset Flex Resizebox
35346 status open
35347
35348 \begin_layout Plain Layout
35349 \begin_inset Argument 1
35350 status open
35351
35352 \begin_layout Plain Layout
35353 3cm
35354 \end_layout
35355
35356 \end_inset
35357
35358
35359 \begin_inset Flex Reflectbox
35360 status open
35361
35362 \begin_layout Plain Layout
35363 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35364 \end_inset
35365
35366
35367 \end_layout
35368
35369 \end_inset
35370
35371
35372 \end_layout
35373
35374 \end_inset
35375
35376
35377 \end_layout
35378
35379 \begin_layout Standard
35380 文書で大域的に数式様式
35381 \series bold
35382 fleqn
35383 \series default
35384 を使用している場合
35385 \begin_inset Foot
35386 status collapsed
35387
35388 \begin_layout Plain Layout
35389 つまり,文書クラスオプションに「fleqn」を書き加えた場合.
35390 \end_layout
35391
35392 \end_inset
35393
35394 には,別行建て数式も伸縮させることができます.
35395 \end_layout
35396
35397 \begin_layout Chapter
35398 本文回り込みオブジェクト
35399 \begin_inset Index idx
35400 status collapsed
35401
35402 \begin_layout Plain Layout
35403 ほんぶんまわりこみ@本文回り込み
35404 \end_layout
35405
35406 \end_inset
35407
35408
35409 \end_layout
35410
35411 \begin_layout Section
35412 折返しフロート
35413 \begin_inset CommandInset label
35414 LatexCommand label
35415 name "sec:折返しフロート"
35416
35417 \end_inset
35418
35419
35420 \begin_inset Index idx
35421 status collapsed
35422
35423 \begin_layout Plain Layout
35424 ふろーと@フロート ! おりかえしふろーと@折返しフロート
35425 \end_layout
35426
35427 \end_inset
35428
35429
35430 \begin_inset Index idx
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
35435 \end_layout
35436
35437 \end_inset
35438
35439
35440 \end_layout
35441
35442 \begin_layout Standard
35443 \begin_inset Wrap figure
35444 lines 0
35445 placement l
35446 overhang 1cm
35447 width "40col%"
35448 status open
35449
35450 \begin_layout Plain Layout
35451 \begin_inset Graphics
35452         filename ../clipart/2D-intensity-plot.pdf
35453         width 40col%
35454         scaleBeforeRotation
35455         rotateOrigin center
35456
35457 \end_inset
35458
35459
35460 \end_layout
35461
35462 \begin_layout Plain Layout
35463 \begin_inset Caption Standard
35464
35465 \begin_layout Plain Layout
35466 \begin_inset CommandInset label
35467 LatexCommand label
35468 name "fig:折返し図フロート"
35469
35470 \end_inset
35471
35472 これは折返し図フロートです.
35473 \end_layout
35474
35475 \end_inset
35476
35477
35478 \end_layout
35479
35480 \end_inset
35481
35482 このフロート型は,本文が図の周りに折返して入ることによって,図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,\SpecialChar LaTeX
35483 パッケージの
35484 \series bold
35485 wrapfig
35486 \series default
35487
35488 \begin_inset Index idx
35489 status collapsed
35490
35491 \begin_layout Plain Layout
35492 \SpecialChar LaTeX
35493 ぱっけーじ@\SpecialChar LaTeX
35494 パッケージ ! wrapfig
35495 \end_layout
35496
35497 \end_inset
35498
35499 を導入済みであれば,
35500 \family sans
35501 挿入\SpecialChar menuseparator
35502 フロート\SpecialChar menuseparator
35503 折返し図フロート
35504 \family default
35505
35506 \family sans
35507 折返し表フロート
35508 \family default
35509 メニューで挿入することができます
35510 \begin_inset Foot
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514 \SpecialChar LaTeX
35515 パッケージの導入方法は,取扱説明書の『\SpecialChar LaTeX
35516 の設定』に説明されています.
35517 \end_layout
35518
35519 \end_inset
35520
35521 .フロートの設定は,フロートボックスを右クリックすることで変更することができます.必須の設定項目は,フロートの
35522 \family sans
35523 配置
35524 \family default
35525
35526 \family sans
35527
35528 \family default
35529 です.非必須項目として,
35530 \family sans
35531 ぶら下げ
35532 \family default
35533
35534 \family sans
35535 行幅
35536 \family default
35537 があります.前者は,フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,後者は,フロートが必要とするおおよその本文行数を指定するものです.
35538 行幅は,推測するのが難しいことがよくあるので,フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,フロートを段落内でフロートするよう
35539 にするか,周囲の段落までフロートすることを\SpecialChar LaTeX
35540 に許可するかを指定することができます.第
35541 \begin_inset CommandInset ref
35542 LatexCommand ref
35543 reference "fig:折返し図フロート"
35544
35545 \end_inset
35546
35547 図は,40
35548 \begin_inset space \thinspace{}
35549 \end_inset
35550
35551 列幅%の幅と1
35552 \begin_inset space \thinspace{}
35553 \end_inset
35554
35555 cmのぶら下げを持ち,左揃えの折返しフロートを例示してあります.
35556 \end_layout
35557
35558 \begin_layout Standard
35559 \begin_inset Note Greyedout
35560 status open
35561
35562 \begin_layout Plain Layout
35563
35564 \series bold
35565 【註】
35566 \series default
35567 折返しフロートは壊れやすいことがあります!例えば,図をページの下すぎる位置に置いてしまうと,ごちゃごちゃになって,フロートが出力に現れなかったり,他の本文の上に
35568 上書きされて出力されたりします.
35569 \end_layout
35570
35571 \end_inset
35572
35573
35574 \end_layout
35575
35576 \begin_layout Standard
35577 原則として,
35578 \end_layout
35579
35580 \begin_layout Itemize
35581 折返しフロートは,改頁に掛かってしまう段落に置くべきではありません.つまり,折返しフロートは,文書がほぼ完成する段階になって,どこに改頁が現れるかを予測できるよ
35582 うになってから,正確な位置に挿入しなくてはなりません.
35583 \end_layout
35584
35585 \begin_layout Itemize
35586 折返しフロートは,入れ込む段落の前に単独の段落を設けて挿入するか,その段落自体の中に挿入しなくてはなりません.
35587 \end_layout
35588
35589 \begin_layout Itemize
35590 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
35591 \end_layout
35592
35593 \begin_layout Itemize
35594 折返しフロートは,節見出しや表中に入れることは認められていません.
35595 \end_layout
35596
35597 \begin_layout Itemize
35598 連番や参照は,第
35599 \begin_inset CommandInset ref
35600 LatexCommand ref
35601 reference "chap:フロート"
35602
35603 \end_inset
35604
35605 章で述べられているように動作します.
35606 \end_layout
35607
35608 \begin_layout Section
35609 固定回り込みオブジェクト
35610 \begin_inset Index idx
35611 status collapsed
35612
35613 \begin_layout Plain Layout
35614 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
35615 \end_layout
35616
35617 \end_inset
35618
35619
35620 \end_layout
35621
35622 \begin_layout Standard
35623
35624 \begin_inset CommandInset ref
35625 LatexCommand ref
35626 reference "sec:折返しフロート"
35627
35628 \end_inset
35629
35630 節の折返しフロートは,段落中で,以下のような配置がされます.
35631 \end_layout
35632
35633 \begin_layout Standard
35634 \noindent
35635 \align center
35636 \begin_inset Tabular
35637 <lyxtabular version="3" rows="2" columns="2">
35638 <features tabularvalignment="middle">
35639 <column alignment="center" valignment="top">
35640 <column alignment="center" valignment="top">
35641 <row>
35642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35643 \begin_inset Text
35644
35645 \begin_layout Plain Layout
35646 \begin_inset Info
35647 type  "icon"
35648 arg   "dialog-show-new-inset graphics"
35649 \end_inset
35650
35651
35652 \end_layout
35653
35654 \end_inset
35655 </cell>
35656 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35657 \begin_inset Text
35658
35659 \begin_layout Plain Layout
35660 文章
35661 \end_layout
35662
35663 \end_inset
35664 </cell>
35665 </row>
35666 <row>
35667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35668 \begin_inset Text
35669
35670 \begin_layout Plain Layout
35671 文章
35672 \end_layout
35673
35674 \end_inset
35675 </cell>
35676 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35677 \begin_inset Text
35678
35679 \begin_layout Plain Layout
35680 文章
35681 \end_layout
35682
35683 \end_inset
35684 </cell>
35685 </row>
35686 </lyxtabular>
35687
35688 \end_inset
35689
35690  or 
35691 \begin_inset Tabular
35692 <lyxtabular version="3" rows="2" columns="2">
35693 <features tabularvalignment="middle">
35694 <column alignment="center" valignment="top">
35695 <column alignment="center" valignment="top">
35696 <row>
35697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35698 \begin_inset Text
35699
35700 \begin_layout Plain Layout
35701 文章
35702 \end_layout
35703
35704 \end_inset
35705 </cell>
35706 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35707 \begin_inset Text
35708
35709 \begin_layout Plain Layout
35710 \begin_inset Info
35711 type  "icon"
35712 arg   "dialog-show-new-inset graphics"
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \end_inset
35719 </cell>
35720 </row>
35721 <row>
35722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35723 \begin_inset Text
35724
35725 \begin_layout Plain Layout
35726 文章
35727 \end_layout
35728
35729 \end_inset
35730 </cell>
35731 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35732 \begin_inset Text
35733
35734 \begin_layout Plain Layout
35735 文章
35736 \end_layout
35737
35738 \end_inset
35739 </cell>
35740 </row>
35741 </lyxtabular>
35742
35743 \end_inset
35744
35745
35746 \end_layout
35747
35748 \begin_layout Standard
35749 以下に示すいずれかのように,
35750 \begin_inset VSpace defskip
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \begin_layout Standard
35757 \noindent
35758 \align center
35759 \begin_inset Tabular
35760 <lyxtabular version="3" rows="2" columns="2">
35761 <features tabularvalignment="middle">
35762 <column alignment="center" valignment="top">
35763 <column alignment="center" valignment="top">
35764 <row>
35765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35766 \begin_inset Text
35767
35768 \begin_layout Plain Layout
35769 文章
35770 \end_layout
35771
35772 \end_inset
35773 </cell>
35774 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35775 \begin_inset Text
35776
35777 \begin_layout Plain Layout
35778 文章
35779 \end_layout
35780
35781 \end_inset
35782 </cell>
35783 </row>
35784 <row>
35785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35786 \begin_inset Text
35787
35788 \begin_layout Plain Layout
35789 \begin_inset Info
35790 type  "icon"
35791 arg   "dialog-show-new-inset graphics"
35792 \end_inset
35793
35794
35795 \end_layout
35796
35797 \end_inset
35798 </cell>
35799 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35800 \begin_inset Text
35801
35802 \begin_layout Plain Layout
35803 文章
35804 \end_layout
35805
35806 \end_inset
35807 </cell>
35808 </row>
35809 </lyxtabular>
35810
35811 \end_inset
35812
35813  
35814 \begin_inset Tabular
35815 <lyxtabular version="3" rows="2" columns="2">
35816 <features tabularvalignment="middle">
35817 <column alignment="center" valignment="top">
35818 <column alignment="center" valignment="top">
35819 <row>
35820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35821 \begin_inset Text
35822
35823 \begin_layout Plain Layout
35824 文章
35825 \end_layout
35826
35827 \end_inset
35828 </cell>
35829 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35830 \begin_inset Text
35831
35832 \begin_layout Plain Layout
35833 文章
35834 \end_layout
35835
35836 \end_inset
35837 </cell>
35838 </row>
35839 <row>
35840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35841 \begin_inset Text
35842
35843 \begin_layout Plain Layout
35844 文章
35845 \end_layout
35846
35847 \end_inset
35848 </cell>
35849 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35850 \begin_inset Text
35851
35852 \begin_layout Plain Layout
35853 \begin_inset Info
35854 type  "icon"
35855 arg   "dialog-show-new-inset graphics"
35856 \end_inset
35857
35858
35859 \end_layout
35860
35861 \end_inset
35862 </cell>
35863 </row>
35864 </lyxtabular>
35865
35866 \end_inset
35867
35868  
35869 \begin_inset Tabular
35870 <lyxtabular version="3" rows="2" columns="3">
35871 <features tabularvalignment="middle">
35872 <column alignment="center" valignment="top">
35873 <column alignment="center" valignment="top">
35874 <column alignment="center" valignment="top">
35875 <row>
35876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35877 \begin_inset Text
35878
35879 \begin_layout Plain Layout
35880 文章
35881 \end_layout
35882
35883 \end_inset
35884 </cell>
35885 <cell alignment="center" valignment="top" topline="true" usebox="none">
35886 \begin_inset Text
35887
35888 \begin_layout Plain Layout
35889 \begin_inset Info
35890 type  "icon"
35891 arg   "dialog-show-new-inset graphics"
35892 \end_inset
35893
35894
35895 \end_layout
35896
35897 \end_inset
35898 </cell>
35899 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35900 \begin_inset Text
35901
35902 \begin_layout Plain Layout
35903 文章
35904 \end_layout
35905
35906 \end_inset
35907 </cell>
35908 </row>
35909 <row>
35910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35911 \begin_inset Text
35912
35913 \begin_layout Plain Layout
35914 文章
35915 \end_layout
35916
35917 \end_inset
35918 </cell>
35919 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35920 \begin_inset Text
35921
35922 \begin_layout Plain Layout
35923 文章
35924 \end_layout
35925
35926 \end_inset
35927 </cell>
35928 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35929 \begin_inset Text
35930
35931 \begin_layout Plain Layout
35932 文章
35933 \end_layout
35934
35935 \end_inset
35936 </cell>
35937 </row>
35938 </lyxtabular>
35939
35940 \end_inset
35941
35942  
35943 \begin_inset Tabular
35944 <lyxtabular version="3" rows="2" columns="3">
35945 <features tabularvalignment="middle">
35946 <column alignment="center" valignment="top">
35947 <column alignment="center" valignment="top">
35948 <column alignment="center" valignment="top">
35949 <row>
35950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35951 \begin_inset Text
35952
35953 \begin_layout Plain Layout
35954 文章
35955 \end_layout
35956
35957 \end_inset
35958 </cell>
35959 <cell alignment="center" valignment="top" topline="true" usebox="none">
35960 \begin_inset Text
35961
35962 \begin_layout Plain Layout
35963 文章
35964 \end_layout
35965
35966 \end_inset
35967 </cell>
35968 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35969 \begin_inset Text
35970
35971 \begin_layout Plain Layout
35972 文章
35973 \end_layout
35974
35975 \end_inset
35976 </cell>
35977 </row>
35978 <row>
35979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35980 \begin_inset Text
35981
35982 \begin_layout Plain Layout
35983 文章
35984 \end_layout
35985
35986 \end_inset
35987 </cell>
35988 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35989 \begin_inset Text
35990
35991 \begin_layout Plain Layout
35992 \begin_inset Info
35993 type  "icon"
35994 arg   "dialog-show-new-inset graphics"
35995 \end_inset
35996
35997
35998 \end_layout
35999
36000 \end_inset
36001 </cell>
36002 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36003 \begin_inset Text
36004
36005 \begin_layout Plain Layout
36006 文章
36007 \end_layout
36008
36009 \end_inset
36010 </cell>
36011 </row>
36012 </lyxtabular>
36013
36014 \end_inset
36015
36016
36017 \end_layout
36018
36019 \begin_layout Standard
36020 \noindent
36021 \align center
36022 \begin_inset Tabular
36023 <lyxtabular version="3" rows="3" columns="2">
36024 <features tabularvalignment="middle">
36025 <column alignment="center" valignment="top">
36026 <column alignment="center" valignment="top">
36027 <row>
36028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36029 \begin_inset Text
36030
36031 \begin_layout Plain Layout
36032 文章
36033 \end_layout
36034
36035 \end_inset
36036 </cell>
36037 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36038 \begin_inset Text
36039
36040 \begin_layout Plain Layout
36041 文章
36042 \end_layout
36043
36044 \end_inset
36045 </cell>
36046 </row>
36047 <row>
36048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36049 \begin_inset Text
36050
36051 \begin_layout Plain Layout
36052 \begin_inset Info
36053 type  "icon"
36054 arg   "dialog-show-new-inset graphics"
36055 \end_inset
36056
36057
36058 \end_layout
36059
36060 \end_inset
36061 </cell>
36062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36063 \begin_inset Text
36064
36065 \begin_layout Plain Layout
36066 文章
36067 \end_layout
36068
36069 \end_inset
36070 </cell>
36071 </row>
36072 <row>
36073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36074 \begin_inset Text
36075
36076 \begin_layout Plain Layout
36077 文章
36078 \end_layout
36079
36080 \end_inset
36081 </cell>
36082 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36083 \begin_inset Text
36084
36085 \begin_layout Plain Layout
36086 文章
36087 \end_layout
36088
36089 \end_inset
36090 </cell>
36091 </row>
36092 </lyxtabular>
36093
36094 \end_inset
36095
36096  
36097 \begin_inset Tabular
36098 <lyxtabular version="3" rows="3" columns="3">
36099 <features tabularvalignment="middle">
36100 <column alignment="center" valignment="top">
36101 <column alignment="center" valignment="top">
36102 <column alignment="center" valignment="top">
36103 <row>
36104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36105 \begin_inset Text
36106
36107 \begin_layout Plain Layout
36108 文章
36109 \end_layout
36110
36111 \end_inset
36112 </cell>
36113 <cell alignment="center" valignment="top" topline="true" usebox="none">
36114 \begin_inset Text
36115
36116 \begin_layout Plain Layout
36117 文章
36118 \end_layout
36119
36120 \end_inset
36121 </cell>
36122 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36123 \begin_inset Text
36124
36125 \begin_layout Plain Layout
36126 文章
36127 \end_layout
36128
36129 \end_inset
36130 </cell>
36131 </row>
36132 <row>
36133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36134 \begin_inset Text
36135
36136 \begin_layout Plain Layout
36137 文章
36138 \end_layout
36139
36140 \end_inset
36141 </cell>
36142 <cell alignment="center" valignment="top" usebox="none">
36143 \begin_inset Text
36144
36145 \begin_layout Plain Layout
36146 \begin_inset Info
36147 type  "icon"
36148 arg   "dialog-show-new-inset graphics"
36149 \end_inset
36150
36151
36152 \end_layout
36153
36154 \end_inset
36155 </cell>
36156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36157 \begin_inset Text
36158
36159 \begin_layout Plain Layout
36160 文章
36161 \end_layout
36162
36163 \end_inset
36164 </cell>
36165 </row>
36166 <row>
36167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36168 \begin_inset Text
36169
36170 \begin_layout Plain Layout
36171 文章
36172 \end_layout
36173
36174 \end_inset
36175 </cell>
36176 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36177 \begin_inset Text
36178
36179 \begin_layout Plain Layout
36180 文章
36181 \end_layout
36182
36183 \end_inset
36184 </cell>
36185 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36186 \begin_inset Text
36187
36188 \begin_layout Plain Layout
36189 文章
36190 \end_layout
36191
36192 \end_inset
36193 </cell>
36194 </row>
36195 </lyxtabular>
36196
36197 \end_inset
36198
36199  
36200 \begin_inset Tabular
36201 <lyxtabular version="3" rows="3" columns="2">
36202 <features tabularvalignment="middle">
36203 <column alignment="center" valignment="top">
36204 <column alignment="center" valignment="top">
36205 <row>
36206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36207 \begin_inset Text
36208
36209 \begin_layout Plain Layout
36210 文章
36211 \end_layout
36212
36213 \end_inset
36214 </cell>
36215 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36216 \begin_inset Text
36217
36218 \begin_layout Plain Layout
36219 文章
36220 \end_layout
36221
36222 \end_inset
36223 </cell>
36224 </row>
36225 <row>
36226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36227 \begin_inset Text
36228
36229 \begin_layout Plain Layout
36230 文章
36231 \end_layout
36232
36233 \end_inset
36234 </cell>
36235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36236 \begin_inset Text
36237
36238 \begin_layout Plain Layout
36239 \begin_inset Info
36240 type  "icon"
36241 arg   "dialog-show-new-inset graphics"
36242 \end_inset
36243
36244
36245 \end_layout
36246
36247 \end_inset
36248 </cell>
36249 </row>
36250 <row>
36251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36252 \begin_inset Text
36253
36254 \begin_layout Plain Layout
36255 文章
36256 \end_layout
36257
36258 \end_inset
36259 </cell>
36260 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36261 \begin_inset Text
36262
36263 \begin_layout Plain Layout
36264 文章
36265 \end_layout
36266
36267 \end_inset
36268 </cell>
36269 </row>
36270 </lyxtabular>
36271
36272 \end_inset
36273
36274
36275 \end_layout
36276
36277 \begin_layout Standard
36278 \noindent
36279 オブジェクトを挿入した場所に正確に配置したい時には,
36280 \series bold
36281 picinpar
36282 \series default
36283
36284 \begin_inset Index idx
36285 status collapsed
36286
36287 \begin_layout Plain Layout
36288 \SpecialChar LaTeX
36289 ぱっけーじ@\SpecialChar LaTeX
36290 パッケージ ! picinpar
36291 \end_layout
36292
36293 \end_inset
36294
36295 \SpecialChar LaTeX
36296 パッケージを使うことができます.下記はその用例です.
36297 \end_layout
36298
36299 \begin_layout Standard
36300 \begin_inset ERT
36301 status collapsed
36302
36303 \begin_layout Plain Layout
36304
36305
36306 \backslash
36307 ifpicinpar
36308 \end_layout
36309
36310 \end_inset
36311
36312
36313 \begin_inset Note Note
36314 status open
36315
36316 \begin_layout Plain Layout
36317 以下の部分は,\SpecialChar LaTeX
36318 パッケージ
36319 \series bold
36320 picinpar
36321 \series default
36322 が導入されているときのみ表示されます.
36323 \end_layout
36324
36325 \end_inset
36326
36327
36328 \end_layout
36329
36330 \begin_layout Standard
36331 \begin_inset ERT
36332 status collapsed
36333
36334 \begin_layout Plain Layout
36335
36336
36337 \backslash
36338 begin{window}[2,c,{
36339 \end_layout
36340
36341 \end_inset
36342
36343
36344 \begin_inset Graphics
36345         filename ../clipart/2D-intensity-plot.pdf
36346         lyxscale 60
36347         width 40col%
36348         scaleBeforeRotation
36349         rotateOrigin center
36350
36351 \end_inset
36352
36353
36354 \begin_inset ERT
36355 status collapsed
36356
36357 \begin_layout Plain Layout
36358
36359 },]
36360 \end_layout
36361
36362 \begin_layout Plain Layout
36363
36364 {}
36365 \end_layout
36366
36367 \end_inset
36368
36369
36370 \size small
36371 It was in the spring of the year 1894 that all London was interested, and
36372  the fashionable world dismayed, by the murder of the Honourable Ronald
36373  Adair under most unusual and inexplicable circumstances.
36374  The public has already learned those particulars of the crime which
36375 \size default
36376
36377 \begin_inset ERT
36378 status collapsed
36379
36380 \begin_layout Plain Layout
36381
36382
36383 \backslash
36384 footnotemark{}
36385 \end_layout
36386
36387 \end_inset
36388
36389
36390 \size small
36391  came out in the police investigation, but a good deal was suppressed upon
36392  that occasion, since the case for the prosecution was so overwhelmingly
36393  strong that it was not necessary to bring forward all the facts.
36394  Only now, at the end of nearly ten years, am I allowed to supply those
36395  missing links which make up the whole of that remarkable chain.
36396 \size default
36397
36398 \begin_inset ERT
36399 status collapsed
36400
36401 \begin_layout Plain Layout
36402
36403
36404 \backslash
36405 end{window}
36406 \end_layout
36407
36408 \end_inset
36409
36410
36411 \end_layout
36412
36413 \begin_layout Standard
36414 \begin_inset ERT
36415 status collapsed
36416
36417 \begin_layout Plain Layout
36418
36419
36420 \backslash
36421 footnotetext{
36422 \end_layout
36423
36424 \end_inset
36425
36426 固定オブジェクトのある段落の脚註
36427 \begin_inset ERT
36428 status collapsed
36429
36430 \begin_layout Plain Layout
36431
36432 }
36433 \end_layout
36434
36435 \end_inset
36436
36437
36438 \end_layout
36439
36440 \begin_layout Standard
36441 固定回り込みオブジェクトは,オブジェクトの周りに本文を流しこむのに用いられ,段落中のオブジェクトの位置は,オブジェクトの上の行数を指定することで決定します.フロ
36442 ートとは違って,連番のキャプションをつけることはできません.
36443 \end_layout
36444
36445 \begin_layout Standard
36446 固定オブジェクトは,段落冒頭に\SpecialChar TeX
36447 コードで
36448 \end_layout
36449
36450 \begin_layout Standard
36451
36452 \series bold
36453
36454 \backslash
36455 begin{window}[2,c,{
36456 \end_layout
36457
36458 \begin_layout Standard
36459 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,オブジェクト上に来る行数を指定し,二番目のパラメータ(ここでは「c
36460 」)はオブジェクトの位置を示します.位置としては,「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
36461 段幅の40
36462 \begin_inset space \thinspace{}
36463 \end_inset
36464
36465 %の画像が挿入されています.オブジェクトは,表やボックス,数式でも構いません.オブジェクトの後には,
36466 \end_layout
36467
36468 \begin_layout Standard
36469
36470 \series bold
36471 },説明文]
36472 \begin_inset Newline newline
36473 \end_inset
36474
36475 {}
36476 \end_layout
36477
36478 \begin_layout Standard
36479 というコマンドが挿入されています.2行目に「
36480 \series bold
36481 {}
36482 \series default
36483 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,オブジェクトと同じ段落になくてはなりませんので,
36484 \series bold
36485 {}
36486 \series default
36487 の直後から書き始めてください.段落末には,
36488 \end_layout
36489
36490 \begin_layout Standard
36491
36492 \series bold
36493
36494 \backslash
36495 end{window}
36496 \end_layout
36497
36498 \begin_layout Standard
36499 というコマンドを挿入してください.固定オブジェクトのある段落では,通常のように脚註を挿入することはできません.第
36500 \begin_inset CommandInset ref
36501 LatexCommand ref
36502 reference "sec:脚注"
36503
36504 \end_inset
36505
36506 節にあるように,代わりに,段落内で
36507 \series bold
36508
36509 \backslash
36510 footnotemark
36511 \series default
36512 コマンドを使用し,段落外に
36513 \series bold
36514
36515 \backslash
36516 footnotetext
36517 \series default
36518 コマンドを用いてください.
36519 \end_layout
36520
36521 \begin_layout Standard
36522 \begin_inset ERT
36523 status collapsed
36524
36525 \begin_layout Plain Layout
36526
36527
36528 \backslash
36529 else
36530 \end_layout
36531
36532 \end_inset
36533
36534
36535 \begin_inset Note Note
36536 status open
36537
36538 \begin_layout Plain Layout
36539 以下の部分は,\SpecialChar LaTeX
36540 パッケージ
36541 \series bold
36542 picinpar
36543 \series default
36544 が導入されていないときのみ表示されます.
36545 \end_layout
36546
36547 \end_inset
36548
36549
36550 \end_layout
36551
36552 \begin_layout Standard
36553 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36554 パッケージ
36555 \series bold
36556 picinpar
36557 \series default
36558 を導入する必要があります.
36559 \end_layout
36560
36561 \begin_layout Standard
36562 \begin_inset ERT
36563 status collapsed
36564
36565 \begin_layout Plain Layout
36566
36567
36568 \backslash
36569 fi
36570 \end_layout
36571
36572 \end_inset
36573
36574
36575 \end_layout
36576
36577 \begin_layout Section
36578 頭文字
36579 \begin_inset Index idx
36580 status collapsed
36581
36582 \begin_layout Plain Layout
36583 かしらもじ@頭文字
36584 \end_layout
36585
36586 \end_inset
36587
36588
36589 \begin_inset Index idx
36590 status collapsed
36591
36592 \begin_layout Plain Layout
36593 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
36594 \end_layout
36595
36596 \end_inset
36597
36598
36599 \end_layout
36600
36601 \begin_layout Standard
36602 頭文字を用いるには,\SpecialChar LaTeX
36603 パッケージ
36604 \begin_inset Index idx
36605 status collapsed
36606
36607 \begin_layout Plain Layout
36608 \SpecialChar LaTeX
36609 ぱっけーじ@\SpecialChar LaTeX
36610 パッケージ ! lettrine
36611 \end_layout
36612
36613 \end_inset
36614
36615 が導入済みでなくてはならず,文書中で
36616 \family sans
36617 頭文字
36618 \family default
36619 モジュールを使用する必要があります(
36620 \family sans
36621 文書\SpecialChar menuseparator
36622 設定\SpecialChar menuseparator
36623 モジュール
36624 \family default
36625 メニュー).頭文字を挿入するには,
36626 \family sans
36627 頭文字
36628 \family default
36629 様式を使用してください.この様式には,1つの必須引数と2つの非必須引数があります.引数は,
36630 \family sans
36631 挿入
36632 \family default
36633 メニューから挿入できます.必須引数
36634 \family sans
36635 頭文字
36636 \family default
36637 には,頭文字にする文字を入れ,引数
36638 \family sans
36639 頭文字の残り
36640 \family default
36641 には,頭文字の単語若しくは文字列の残りが入ります.引数
36642 \family sans
36643 オプション
36644 \family default
36645 には,頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
36646 \series bold
36647 lettrine
36648 \series default
36649 の取扱説明書
36650 \begin_inset CommandInset citation
36651 LatexCommand cite
36652 key "lettrine"
36653 literal "true"
36654
36655 \end_inset
36656
36657 をご覧ください.この様式の段落そのものに,頭文字に回り込む文章も入れます.通常,この様式では,最初の文字を頭文字とする単語全体が,
36658 \shape smallcaps
36659 スモールキャップ体(small caps
36660 \shape default
36661 )で印字されます.
36662 \end_layout
36663
36664 \begin_layout Standard
36665 下記がその例です.
36666 \end_layout
36667
36668 \begin_layout Standard
36669 \begin_inset ERT
36670 status collapsed
36671
36672 \begin_layout Plain Layout
36673
36674
36675 \backslash
36676 iflettrine
36677 \end_layout
36678
36679 \end_inset
36680
36681
36682 \begin_inset Note Note
36683 status open
36684
36685 \begin_layout Plain Layout
36686 以下の部分は,\SpecialChar LaTeX
36687 パッケージ
36688 \series bold
36689 lettrine
36690 \series default
36691 が導入されているときのみ表示されます.
36692 \end_layout
36693
36694 \end_inset
36695
36696
36697 \end_layout
36698
36699 \begin_layout Enumerate
36700 非必須引数なし.頭文字は,数式フォント
36701 \begin_inset Formula $\mathfrak{Fraktur}$
36702 \end_inset
36703
36704 の「I」.
36705 \end_layout
36706
36707 \begin_deeper
36708 \begin_layout Initial
36709 \begin_inset Argument 2
36710 status open
36711
36712 \begin_layout Plain Layout
36713 \begin_inset Formula $\mathfrak{I}$
36714 \end_inset
36715
36716
36717 \end_layout
36718
36719 \end_inset
36720
36721
36722 \begin_inset Argument 3
36723 status open
36724
36725 \begin_layout Plain Layout
36726 t
36727 \end_layout
36728
36729 \end_inset
36730
36731  was in the spring of the year 1894 that all London was interested, and
36732  the fashionable world dismayed, by the murder of the Honourable Ronald
36733  Adair under most unusual and inexplicable circumstances.
36734  The public has already learned those particulars of the crime which came
36735  out in the police investigation, but a good deal was suppressed upon that
36736  occasion, since the case for the prosecution was so overwhelmingly strong
36737  that it was not necessary to bring forward all the facts.
36738 \begin_inset Newpage newpage
36739 \end_inset
36740
36741
36742 \end_layout
36743
36744 \end_deeper
36745 \begin_layout Enumerate
36746 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
36747 \end_layout
36748
36749 \begin_deeper
36750 \begin_layout Initial
36751 \begin_inset Argument 1
36752 status open
36753
36754 \begin_layout Plain Layout
36755 lines=1
36756 \end_layout
36757
36758 \end_inset
36759
36760
36761 \begin_inset Argument 2
36762 status open
36763
36764 \begin_layout Plain Layout
36765 It
36766 \end_layout
36767
36768 \end_inset
36769
36770  was in the spring of the year 1894 that all London was interested, and
36771  the fashionable world dismayed, by the murder of the Honourable Ronald
36772  Adair under most unusual and inexplicable circumstances.
36773  The public has already learned those particulars of the crime which came
36774  out in the police investigation, but a good deal was suppressed upon that
36775  occasion, since the case for the prosecution was so overwhelmingly strong
36776  that it was not necessary to bring forward all the facts.
36777 \end_layout
36778
36779 \end_deeper
36780 \begin_layout Enumerate
36781 ぶら下がり頭文字は,数式フォント
36782 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36783 \end_inset
36784
36785 で3行にかかり,マゼンタ色.「t was in the spring」という文章を
36786 \shape smallcaps
36787 スモールキャップ体
36788 \shape default
36789 .頭文字に色をつけるには,頭文字の前に
36790 \begin_inset Newline newline
36791 \end_inset
36792
36793
36794 \series bold
36795
36796 \backslash
36797 renewcommand{
36798 \backslash
36799 LettrineFontHook}{
36800 \backslash
36801 color{色}}
36802 \series default
36803
36804 \begin_inset Newline newline
36805 \end_inset
36806
36807 というコマンドを挿入しなくてはなりません.ここで,
36808 \emph on
36809
36810 \emph default
36811 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,文書プリアン
36812 ブルに
36813 \begin_inset Newline newline
36814 \end_inset
36815
36816
36817 \series bold
36818
36819 \backslash
36820 @ifundefined{textcolor}
36821 \begin_inset Newline newline
36822 \end_inset
36823
36824
36825 \begin_inset space ~
36826 \end_inset
36827
36828 {
36829 \backslash
36830 usepackage{color}}{}
36831 \begin_inset Newline newline
36832 \end_inset
36833
36834
36835 \series default
36836 というコマンドを書きこんでおかなくてはなりません.
36837 \end_layout
36838
36839 \begin_deeper
36840 \begin_layout Standard
36841 \begin_inset ERT
36842 status collapsed
36843
36844 \begin_layout Plain Layout
36845
36846
36847 \backslash
36848 renewcommand{
36849 \backslash
36850 LettrineFontHook}{
36851 \backslash
36852 color{magenta}}
36853 \end_layout
36854
36855 \end_inset
36856
36857
36858 \begin_inset Note Note
36859 status collapsed
36860
36861 \begin_layout Plain Layout
36862
36863 \lang english
36864 makes the initial magenta
36865 \end_layout
36866
36867 \end_inset
36868
36869
36870 \end_layout
36871
36872 \begin_layout Initial
36873 \begin_inset Argument 1
36874 status open
36875
36876 \begin_layout Plain Layout
36877 lines=3, lhang=0.33, loversize=0.25
36878 \end_layout
36879
36880 \end_inset
36881
36882
36883 \begin_inset Argument 2
36884 status open
36885
36886 \begin_layout Plain Layout
36887 \begin_inset Formula $\mathcal{I}$
36888 \end_inset
36889
36890
36891 \end_layout
36892
36893 \end_inset
36894
36895
36896 \begin_inset Argument 3
36897 status open
36898
36899 \begin_layout Plain Layout
36900 t was in the spring
36901 \end_layout
36902
36903 \end_inset
36904
36905  of the year 1894 that all London was interested, and the fashionable world
36906  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36907  and inexplicable circumstances.
36908  The public has already learned those particulars of the crime which came
36909  out in the police investigation, but a good deal was suppressed upon that
36910  occasion, since the case for the prosecution was so overwhelmingly strong
36911  that it was not necessary to bring forward all the facts.
36912 \end_layout
36913
36914 \end_deeper
36915 \begin_layout Standard
36916 \begin_inset ERT
36917 status collapsed
36918
36919 \begin_layout Plain Layout
36920
36921
36922 \backslash
36923 else
36924 \end_layout
36925
36926 \end_inset
36927
36928
36929 \begin_inset Note Note
36930 status open
36931
36932 \begin_layout Plain Layout
36933 以下の部分は,\SpecialChar LaTeX
36934 パッケージ
36935 \series bold
36936 lettrine
36937 \series default
36938 が導入されていないときのみ表示されます.
36939 \end_layout
36940
36941 \end_inset
36942
36943
36944 \end_layout
36945
36946 \begin_layout Standard
36947 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36948 パッケージ
36949 \series bold
36950 lettrine
36951 \series default
36952 を導入する必要があります.
36953 \end_layout
36954
36955 \begin_layout Standard
36956 \begin_inset ERT
36957 status collapsed
36958
36959 \begin_layout Plain Layout
36960
36961
36962 \backslash
36963 fi
36964 \end_layout
36965
36966 \end_inset
36967
36968
36969 \end_layout
36970
36971 \begin_layout Chapter
36972 外部文書構成要素
36973 \begin_inset Index idx
36974 status collapsed
36975
36976 \begin_layout Plain Layout
36977 がいぶぶんしょこうせいようそ@外部文書構成要素
36978 \end_layout
36979
36980 \end_inset
36981
36982
36983 \end_layout
36984
36985 \begin_layout Standard
36986
36987 \family sans
36988 挿入\SpecialChar menuseparator
36989 ファイル
36990 \family default
36991 メニューを使うと,使用中の文書に外部素材を挿入することができます.挿入できるのは,
36992 \end_layout
36993
36994 \begin_layout Description
36995 \SpecialChar LyX
36996 文書 別の\SpecialChar LyX
36997 文書.その内容は直接使用中の文書に挿入されます.
36998 \end_layout
36999
37000 \begin_layout Description
37001 平文 テキスト文書.そのテキスト行各々が,使用中の文書に独立した段落として挿入されます.
37002 \end_layout
37003
37004 \begin_layout Description
37005 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,使用中の文書に新規段落を生成します.
37006 \end_layout
37007
37008 \begin_layout Description
37009 外部素材 様々な書式のファイル.
37010 \end_layout
37011
37012 \begin_layout Description
37013 子文書 \SpecialChar LyX
37014 あるいは\SpecialChar LaTeX
37015 文書.
37016 \end_layout
37017
37018 \begin_layout Section
37019 外部素材
37020 \begin_inset Index idx
37021 status collapsed
37022
37023 \begin_layout Plain Layout
37024 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
37025 \end_layout
37026
37027 \end_inset
37028
37029
37030 \end_layout
37031
37032 \begin_layout Standard
37033 外部素材機能は,文書の出力書式が読むことのできる形式に前もって変換しなくても,\SpecialChar LyX
37034 が必要な変換を行うことで,使用中の文書にファイルを挿入することができるようにするも
37035 のです.これは,画像が様々な画像形式のままで\SpecialChar LyX
37036 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
37037 設定の
37038 \family sans
37039 操作性\SpecialChar menuseparator
37040 表示
37041 \family default
37042 で自動プレビューを有効にすると,外部素材のDia形式とXfig形式は,直接\SpecialChar LyX
37043 中に表示されるようになります.
37044 \end_layout
37045
37046 \begin_layout Standard
37047 外部素材は,
37048 \family sans
37049 挿入
37050 \family default
37051 \SpecialChar menuseparator
37052
37053 \family sans
37054 ファイル
37055 \family default
37056 \SpecialChar menuseparator
37057
37058 \family sans
37059 外部素材
37060 \family default
37061 メニューで開くことのできる
37062 \family sans
37063 外部素材
37064 \family default
37065 ダイアログから挿入することができます.目下,以下のファイル形式(
37066 \family sans
37067 ひな型
37068 \family default
37069 )が使用できます.
37070 \end_layout
37071
37072 \begin_layout Description
37073 チェス棋譜 このひな型は,
37074 \series bold
37075
37076 \begin_inset CommandInset href
37077 LatexCommand href
37078 name "XBoard"
37079 target "http://en.wikipedia.org/wiki/XBoard"
37080 literal "false"
37081
37082 \end_inset
37083
37084
37085 \series default
37086 プログラムで作成されたチェス棋譜をサポートします.
37087 \end_layout
37088
37089 \begin_layout Description
37090 Dia このひな型は,
37091 \series bold
37092
37093 \begin_inset CommandInset href
37094 LatexCommand href
37095 name "Dia"
37096 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"
37097 literal "false"
37098
37099 \end_inset
37100
37101
37102 \series default
37103 プログラムで作成したダイアグラムをサポートします.
37104 \end_layout
37105
37106 \begin_layout Description
37107 Gnumeric表計算表 このひな型では,
37108 \series bold
37109
37110 \begin_inset CommandInset href
37111 LatexCommand href
37112 name "Gnumeric"
37113 target "http://ja.wikipedia.org/wiki/Gnumeric"
37114 literal "false"
37115
37116 \end_inset
37117
37118
37119 \series default
37120
37121 \begin_inset CommandInset href
37122 LatexCommand href
37123 name "OpenDocument"
37124 target "http://ja.wikipedia.org/wiki/OpenDocument"
37125 literal "false"
37126
37127 \end_inset
37128
37129
37130 \begin_inset CommandInset href
37131 LatexCommand href
37132 name "Microsoft Office XML"
37133 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37134 literal "false"
37135
37136 \end_inset
37137
37138
37139 \begin_inset CommandInset href
37140 LatexCommand href
37141 name "Office Open XML"
37142 target "http://ja.wikipedia.org/wiki/Office_Open_XML"
37143 literal "false"
37144
37145 \end_inset
37146
37147 形式の表計算表を挿入することができます.この機能を使用するには,\SpecialChar LyX
37148 の初期設定中に
37149 \family typewriter
37150 ssconvert
37151 \family default
37152 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,Gnumeric以外の形式の表を読み込む場合には,Gnumericが導入済
37153 みである必要があります.用例と制約については,\SpecialChar LyX
37154 用例ファイル
37155 \emph on
37156 spreadsheet.lyx
37157 \emph default
37158 をご覧ください.
37159 \end_layout
37160
37161 \begin_layout Description
37162 Inkscape
37163 \lang english
37164  This template supports specific scalable images derived from scalable vector
37165  graphics (SVG), in which the contained text is replaced by a version typeset
37166  by \SpecialChar LaTeX
37167  (and hence in the current document font).
37168  It relies on a feature of the program 
37169 \series bold
37170 \lang japanese
37171
37172 \begin_inset CommandInset href
37173 LatexCommand href
37174 name "Inkscape"
37175 target "https://inkscape.org/ja"
37176 literal "false"
37177
37178 \end_inset
37179
37180
37181 \series default
37182 \lang english
37183  which creates a special PDF or EPS and \SpecialChar LaTeX
37184  file from a given SVG file (in
37185  
37186 \noun on
37187 Inkscape
37188 \noun default
37189  itself, the feature is available via the option 
37190 \family sans
37191 Omit text in PDF and create LaTeX file
37192 \family default
37193  when saving a drawing as PDF or EPS).
37194  The benefit of such files is a uniform text style throughout the whole
37195  document.
37196 \begin_inset Newline newline
37197 \end_inset
37198
37199 The external template reads SVG files and uses a converter program to generate
37200  the respective PDF\SpecialChar breakableslash
37201 EPS and \SpecialChar LaTeX
37202  files (via
37203 \noun on
37204  
37205 \noun default
37206 Inkscape
37207 \noun on
37208 )
37209 \noun default
37210  on the fly, so you don't have to export those files yourself.
37211  If you prefer the latter and want use given 
37212 \family typewriter
37213 *.pdf
37214 \family default
37215  and 
37216 \family typewriter
37217 *.pdf_tex
37218 \family default
37219  or 
37220 \family typewriter
37221 *.eps
37222 \family default
37223  and 
37224 \family typewriter
37225 *.eps_tex
37226 \family default
37227  files instead, simply input the respective 
37228 \family typewriter
37229 *.pdf_tex
37230 \family default
37231  or 
37232 \family typewriter
37233 *.eps_tex
37234 \family default
37235  file via the 
37236 \family sans
37237 Child Documents
37238 \family default
37239  dialog (see sec.
37240 \begin_inset space ~
37241 \end_inset
37242
37243
37244 \lang japanese
37245
37246 \begin_inset CommandInset ref
37247 LatexCommand ref
37248 reference "sec:子文書"
37249
37250 \end_inset
37251
37252
37253 \lang english
37254 ) rather than using this template.
37255 \begin_inset Newline newline
37256 \end_inset
37257
37258 You can use \SpecialChar TeX
37259  code commands such as 
37260 \series bold
37261
37262 \backslash
37263 Large
37264 \series default
37265
37266 \series bold
37267
37268 \backslash
37269 small
37270 \series default
37271 , etc.
37272 \begin_inset space \space{}
37273 \end_inset
37274
37275 in the text of the SVG.
37276  The size of the font will be taken from the settings of the \SpecialChar LyX
37277  document.
37278  Please refer to 
37279 \begin_inset CommandInset citation
37280 LatexCommand cite
37281 key "Inkscape"
37282 literal "false"
37283
37284 \end_inset
37285
37286  for more information and examples.
37287 \end_layout
37288
37289 \begin_layout Description
37290 この外部ひな型は,\SpecialChar LaTeX
37291 で書かれたテキストを含むベクトルグラフィック画像(SVG)をサポートします.ただし,
37292 \noun on
37293 Inkscape
37294 \noun default
37295  
37296 \begin_inset CommandInset citation
37297 LatexCommand cite
37298 key "Inkscape"
37299 literal "false"
37300
37301 \end_inset
37302
37303 プログラムで図をPDFとして保存する際に,
37304 \family sans
37305 Omit text in PDF and create LaTeX file
37306 \family default
37307 オプションを指定することが前提です.これによって,\SpecialChar LaTeX
37308 がテキストを組版できる形で,SVG画像をインクルードすることができます.このようなSVGを使う利点として,文書
37309 全体で文字様式を統一することができることが挙げられます.
37310 \begin_inset Newline newline
37311 \end_inset
37312
37313 SVGのテキスト中では, 
37314 \series bold
37315
37316 \backslash
37317 Large
37318 \series default
37319
37320 \series bold
37321
37322 \backslash
37323 small
37324 \series default
37325 のような\SpecialChar TeX
37326 コードコマンドを使用することができます.フォントの大きさは,\SpecialChar LyX
37327 文書の設定から採用されます.詳しい情報と用例については
37328 \begin_inset CommandInset citation
37329 LatexCommand cite
37330 key "Inkscape"
37331 literal "false"
37332
37333 \end_inset
37334
37335 を参照してください.
37336 \begin_inset Newline newline
37337 \end_inset
37338
37339 このように画像テキストは,周囲のフォント設定を考慮に入れますが,\SpecialChar LyX
37340 中のプレビューではそうならないことに注意してください.外部差込枠をプレビュー差込枠の中に入れると
37341
37342 \family sans
37343 挿入\SpecialChar menuseparator
37344 プレビュー
37345 \family default
37346 メニュー),より良い結果が得られます.
37347 \begin_inset Newline newline
37348 \end_inset
37349
37350 このひな型は,Xfigサポートと非常に似た動作をします.\SpecialChar LyX
37351 は画像中のテキストを独立した\SpecialChar TeX
37352 ファイルに抜き出し,残りをPDFファイルに生成します.
37353 \end_layout
37354
37355 \begin_layout Description
37356 Lilypond組版楽譜 このひな型は,
37357 \series bold
37358
37359 \begin_inset CommandInset href
37360 LatexCommand href
37361 name "LilyPond"
37362 target "http://ja.wikipedia.org/wiki/GNU_LilyPond"
37363 literal "false"
37364
37365 \end_inset
37366
37367
37368 \series default
37369 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
37370 におけるLilyPond拡張サポートについては,\SpecialChar LyX
37371 用例ファイル
37372 \emph on
37373 lilypond.lyx
37374 \emph default
37375 をご覧ください.
37376 \end_layout
37377
37378 \begin_layout Description
37379 PDFページ このひな型を使えば,PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,ダイアログ中のひな型の解説に沿って,
37380 \family sans
37381 \SpecialChar LaTeX
37382 と\SpecialChar LyX
37383 オプション
37384 \family default
37385 タブ中の
37386 \family sans
37387 オプション
37388 \family default
37389 フィールドに
37390 \emph on
37391 pages
37392 \emph default
37393 オプションを指定してください.このオプションの引数は,コンマ区切りのリストで,ページ番号(オプションを
37394 \series bold
37395 pages={3,5,6,8}
37396 \series default
37397 の形で入れる)やページ範囲(
37398 \series bold
37399 pages={4-9}
37400 \series default
37401 ),あるいはこれらの組み合わせで指定できます.空のページを入れるには,{}を指定してください.例えば,
37402 \series bold
37403 pages={3,{},8-11,15}
37404 \series default
37405 は,3ページ目と空のページ,8・9・10・11・15ページ目を挿入します.ページ範囲は,
37406 \emph on
37407 開始頁-終了頁
37408 \emph default
37409 の文法で指定します.これは,
37410 \emph on
37411 開始頁
37412 \emph default
37413
37414 \emph on
37415 終了頁
37416 \emph default
37417 の間のすべてのページを選択します.
37418 \emph on
37419 開始頁
37420 \emph default
37421 を省略すると,1ページ目を指定したのと同じ事になり,
37422 \emph on
37423 終了頁
37424 \emph default
37425 を省略すると,文書の最終ページを指定したのと同じ事になります.最終ページは,
37426 \series bold
37427 last
37428 \series default
37429 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
37430 \series bold
37431 pages=-
37432 \series default
37433 は文書の全ページを挿入することになり,
37434 \series bold
37435 pages=last-1
37436 \series default
37437 は全ページを逆順で挿入します.pagesオプションを指定しないと,PDFの最初のページのみが挿入されます.
37438 \begin_inset Newline newline
37439 \end_inset
37440
37441
37442 \series bold
37443 noautoscale
37444 \series default
37445 オプションは,各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,各ページは文書のページ幅に合うように大きさが変更されます.
37446 \family sans
37447 寸法と回転
37448 \family default
37449 タブでは,取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
37450 \series bold
37451 noautoscale
37452 \series default
37453 オプションは無視されます.詳しい情報と取り得るオプション値については,\SpecialChar LaTeX
37454 パッケージ
37455 \series bold
37456 pdfpages
37457 \series default
37458 の取扱説明書
37459 \begin_inset CommandInset citation
37460 LatexCommand cite
37461 key "pdfpages"
37462 literal "true"
37463
37464 \end_inset
37465
37466 をご参照ください.
37467 \begin_inset Index idx
37468 status collapsed
37469
37470 \begin_layout Plain Layout
37471 \SpecialChar LaTeX
37472 ぱっけーじ@\SpecialChar LaTeX
37473 パッケージ ! pdfpages
37474 \end_layout
37475
37476 \end_inset
37477
37478
37479 \begin_inset Newline newline
37480 \end_inset
37481
37482 このひな型を
37483 \family sans
37484 Beamer
37485 \family default
37486 プレゼンテーションで使用するには,まず
37487 \family sans
37488 フレーム終了
37489 \family default
37490 環境を挿入して,続く段落で\SpecialChar TeX
37491 コードボックスを挿入し,
37492 \series bold
37493
37494 \backslash
37495 setbeamertemplate{background canvas}{}
37496 \series default
37497 というコマンドを入力してください.すると,PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,新しいフレ
37498 ームを開始するか,新しい節を開始することによって,Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐため
37499 に,ひな型を含む段落には,
37500 \family sans
37501 既定
37502 \family default
37503 配置を用いるようにしてください.
37504 \begin_inset Newline newline
37505 \end_inset
37506
37507 下記は,-5度回転させたPDFを取り込んだものです.
37508 \begin_inset Newline newline
37509 \end_inset
37510
37511
37512 \begin_inset Graphics
37513         filename ../clipart/Abstract.pdf
37514         rotateAngle -5
37515         rotateOrigin leftBottom
37516
37517 \end_inset
37518
37519
37520 \begin_inset Newline newline
37521 \end_inset
37522
37523
37524 \begin_inset Note Greyedout
37525 status open
37526
37527 \begin_layout Plain Layout
37528
37529 \series bold
37530 【訳註】
37531 \series default
37532 \SpecialChar LaTeX
37533 パッケージ
37534 \series bold
37535 pdfpages
37536 \series default
37537 は,pdflatexに基づいており,\SpecialChar LaTeX
37538 では組版ができない(\SpecialChar LaTeX
37539 パッケージ
37540 \series bold
37541 pdfpages
37542 \series default
37543 取扱説明書
37544 \begin_inset CommandInset citation
37545 LatexCommand cite
37546 key "pdfpages"
37547 literal "true"
37548
37549 \end_inset
37550
37551 参照)ため,この外部素材はp\SpecialChar LaTeX
37552 では使用することができません.英文版の取扱説明書では,上記のPDFは,
37553 \family sans
37554 挿入\SpecialChar menuseparator
37555 ファイル\SpecialChar menuseparator
37556 外部素材
37557 \family default
37558
37559 \family sans
37560 ひな型
37561 \family default
37562
37563 \family sans
37564 PDFページ
37565 \family default
37566 を指定して挿入されていますが,ここでは
37567 \family sans
37568 挿入\SpecialChar menuseparator
37569 画像
37570 \family default
37571 を使用して挿入しています.
37572 \end_layout
37573
37574 \end_inset
37575
37576
37577 \end_layout
37578
37579 \begin_layout Description
37580 ラスター画像 これはビットマップ画像に使用します.
37581 \family sans
37582 外部素材
37583 \family default
37584 ダイアログを使って入れる画像は,第
37585 \begin_inset CommandInset ref
37586 LatexCommand ref
37587 reference "sec:画像ダイアログ"
37588
37589 \end_inset
37590
37591 節にあるように
37592 \family sans
37593 画像
37594 \family default
37595 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ラスター画像を挿入した例です.
37596 \begin_inset External
37597         template RasterImage
37598         filename clipart/ToolbarEnvBox.png
37599
37600 \end_inset
37601
37602
37603 \end_layout
37604
37605 \begin_layout Description
37606 ベクトル画像 これは,ベクトル画像に使用することができます. 
37607 \family sans
37608 外部素材
37609 \family default
37610 ダイアログを使って入れる画像は,第
37611 \begin_inset CommandInset ref
37612 LatexCommand ref
37613 reference "sec:画像ダイアログ"
37614
37615 \end_inset
37616
37617 節にあるように
37618 \family sans
37619 画像
37620 \family default
37621 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ベクトル画像を挿入した例です.
37622 \begin_inset External
37623         template VectorGraphics
37624         filename ../clipart/SVG-Drawing.svg
37625         lyxscale 50
37626         scale 33
37627
37628 \end_inset
37629
37630
37631 \end_layout
37632
37633 \begin_layout Description
37634 XFig このひな型は,
37635 \begin_inset CommandInset href
37636 LatexCommand href
37637 name "Xfig"
37638 target "http://ja.wikipedia.org/wiki/Xfig"
37639 literal "false"
37640
37641 \end_inset
37642
37643 プログラムで作成した画像をサポートします.
37644 \end_layout
37645
37646 \begin_layout Standard
37647
37648 \family sans
37649 外部素材
37650 \family default
37651 ダイアログの
37652 \family sans
37653 ファイル
37654 \family default
37655 タブ中で
37656 \family sans
37657 下書き
37658 \family default
37659 オプションを指定すると,出力中には挿入したファイルのパスだけが表示されます.
37660 \begin_inset Newline newline
37661 \end_inset
37662
37663 \SpecialChar LyX
37664 中での外部素材は,ダイアログ内の
37665 \family sans
37666 LaTeXとLyXのオプション
37667 \family default
37668 タブにある
37669 \family sans
37670 LyX内に表示
37671 \family default
37672 オプションの指定に従って,
37673 \begin_inset Graphics
37674         filename clipart/ExternalMaterial.png
37675         scale 95
37676         scaleBeforeRotation
37677
37678 \end_inset
37679
37680 のようなボックスとして表示されるか,画像として表示されます.
37681 \end_layout
37682
37683 \begin_layout Standard
37684 取扱説明書
37685 \family sans
37686 \emph on
37687 カスタマイズ篇
37688 \family default
37689 \emph default
37690 には,自製のひな型を定義する方法が説明されています.
37691 \end_layout
37692
37693 \begin_layout Section
37694 子文書
37695 \begin_inset CommandInset label
37696 LatexCommand label
37697 name "sec:子文書"
37698
37699 \end_inset
37700
37701
37702 \begin_inset Index idx
37703 status collapsed
37704
37705 \begin_layout Plain Layout
37706 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
37707 \end_layout
37708
37709 \end_inset
37710
37711
37712 \begin_inset Index idx
37713 status collapsed
37714
37715 \begin_layout Plain Layout
37716 ふぁいる@ファイル ! いんくるーど@インクルード
37717 \end_layout
37718
37719 \end_inset
37720
37721
37722 \end_layout
37723
37724 \begin_layout Standard
37725 子文書は,大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,文書をいくつかのファイルに分割して,個別に修正できるようにした方
37726 が便利なことはよくあり,場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,親文書はこれら子文書を連結して,文書全体
37727 やその一部を印刷できるようにします.子文書は,\SpecialChar LaTeX
37728 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
37729 \end_layout
37730
37731 \begin_layout Standard
37732 親文書を開くことなく子文書で作業できるようにするには,子文書の
37733 \family sans
37734 文書
37735 \family default
37736 \SpecialChar menuseparator
37737
37738 \family sans
37739 設定
37740 \family default
37741 \SpecialChar menuseparator
37742
37743 \family sans
37744 文書クラス
37745 \family default
37746 メニューで親文書を指定してください.すると,子文書を編集する際には,\SpecialChar LyX
37747 がバックグラウンドでこの親文書を扱うようになります.
37748 \end_layout
37749
37750 \begin_layout Standard
37751 取り込んだ文書は,\SpecialChar LyX
37752 中で
37753 \begin_inset Graphics
37754         filename clipart/ChildDocument.png
37755         scale 95
37756         scaleBeforeRotation
37757
37758 \end_inset
37759
37760 のようなボックスとして表示されます.子文書を親文書に取り込むには,
37761 \family sans
37762 挿入
37763 \family default
37764 \SpecialChar menuseparator
37765
37766 \family sans
37767 ファイル
37768 \family default
37769 \SpecialChar menuseparator
37770
37771 \family sans
37772 子文書
37773 \family default
37774 メニューを使用します.するとダイアログが現れ,以下のように4つの取り込み方法を選択することができます.
37775 \end_layout
37776
37777 \begin_layout Description
37778 内包(include) \SpecialChar LyX
37779 文書と\SpecialChar LaTeX
37780 文書は,内包することができます.
37781 \family sans
37782 子文書
37783 \family default
37784 ダイアログの
37785 \family sans
37786 編集
37787 \family default
37788 ボタンを押すと,内包された文書が,\SpecialChar LyX
37789 中に新規ファイルタブとして開き,修正ができるようになります.
37790 \begin_inset Newline newline
37791 \end_inset
37792
37793
37794 \end_layout
37795
37796 \begin_layout Standard
37797 以下は,
37798 \family sans
37799 内包(include)
37800 \family default
37801 を使用して挿入した子文書です. 
37802 \begin_inset CommandInset include
37803 LatexCommand include
37804 filename "DummyDocument1.lyx"
37805
37806 \end_inset
37807
37808
37809 \end_layout
37810
37811 \begin_layout Standard
37812 取り込んだファイルの節番は,各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,上で取り込まんだ例示文書には,この節の小節として番号を振られた小節が
37813 あります.取り込んだ文書のラベルは,第
37814 \begin_inset CommandInset ref
37815 LatexCommand ref
37816 reference "subsec:外部文書の第1小節"
37817
37818 \end_inset
37819
37820 小節,のように参照することができます.
37821 \end_layout
37822
37823 \begin_layout Standard
37824 子文書のプリアンブルは無視され,親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,親文書は子文書の派生枝を無視します.取り込まれた文書
37825 は,新規頁から始まるように挿入され,改頁して終わります.
37826 \end_layout
37827
37828 \begin_layout Standard
37829 \begin_inset Note Greyedout
37830 status open
37831
37832 \begin_layout Plain Layout
37833
37834 \series bold
37835 【註】
37836 \series default
37837 \SpecialChar LyX
37838 または\SpecialChar LaTeX
37839 ファイルを内包する際,子文書が親文書と異なる文書クラスを使用している場合には,予期せぬ出力を避けるために,文書を書き出したり閲覧する際に警告が発せられます
37840
37841 \end_layout
37842
37843 \end_inset
37844
37845
37846 \end_layout
37847
37848 \begin_layout Description
37849 入力(input) この方法は,内包による方法に非常によく似ています.異なっている点は,
37850 \end_layout
37851
37852 \begin_deeper
37853 \begin_layout Itemize
37854 入力ファイルは,新規頁として始まることはなく,終わりに改頁されることもありません.
37855 \end_layout
37856
37857 \begin_layout Itemize
37858 入力ファイルは,\SpecialChar LyX
37859 設定の操作性
37860 \family sans
37861 \SpecialChar menuseparator
37862 表示
37863 \family default
37864 の下にある
37865 \family sans
37866 画像を表示
37867 \family default
37868 を有効にすると,\SpecialChar LyX
37869 中でプレビューすることができます.
37870 \end_layout
37871
37872 \begin_layout Itemize
37873 \SpecialChar LaTeX
37874 コマンドの
37875 \series bold
37876
37877 \backslash
37878 includeonly
37879 \series default
37880 は使用することができません.
37881 \end_layout
37882
37883 \end_deeper
37884 \begin_layout Standard
37885 右は,
37886 \family sans
37887 入力(input)
37888 \family default
37889 を使って挿入した子文書です. 
37890 \begin_inset CommandInset include
37891 LatexCommand input
37892 filename "DummyDocument2.lyx"
37893
37894 \end_inset
37895
37896
37897 \end_layout
37898
37899 \begin_layout Description
37900 原文儘(verbatim) この方法では,テキストファイルなら何でも取り込むことができます.出力中では,ファイルはそのソースコードの通りに表示され,テキスト中に
37901 用いられているコマンドは実行されません.
37902 \family sans
37903 出力の空白に印付けをする
37904 \family default
37905 オプションを有効にすると,ソースコード中のすべての空白文字に「
37906 \begin_inset ERT
37907 status collapsed
37908
37909 \begin_layout Plain Layout
37910
37911
37912 \backslash
37913 textvisiblespace 
37914 \end_layout
37915
37916 \end_inset
37917
37918 」文字を表示させることができます.
37919 \family sans
37920 挿入\SpecialChar menuseparator
37921 ファイル\SpecialChar menuseparator
37922 平文
37923 \family default
37924 メニューを使う方法との違いは,こちらは文書の内容が\SpecialChar LyX
37925 中に表示されないことです.
37926 \end_layout
37927
37928 \begin_layout Standard
37929 以下は,原文儘として挿入された子文書です. 
37930 \begin_inset CommandInset include
37931 LatexCommand verbatiminput
37932 filename "DummyTextDocument.txt"
37933
37934 \end_inset
37935
37936
37937 \begin_inset VSpace bigskip
37938 \end_inset
37939
37940 以下は,
37941 \family sans
37942 出力の空白に印付けをする
37943 \family default
37944 オプションを指定して,原文儘として挿入された子文書です. 
37945 \begin_inset CommandInset include
37946 LatexCommand verbatiminput*
37947 filename "DummyTextDocument.txt"
37948
37949 \end_inset
37950
37951
37952 \end_layout
37953
37954 \begin_layout Standard
37955 \begin_inset VSpace bigskip
37956 \end_inset
37957
37958
37959 \end_layout
37960
37961 \begin_layout Standard
37962 \begin_inset Note Greyedout
37963 status open
37964
37965 \begin_layout Plain Layout
37966
37967 \series bold
37968 【註】
37969 \series default
37970 上記の例でわかるように,
37971 \family sans
37972 原文儘(verbatim)
37973 \family default
37974 として取り込んだ文書の文章は,文書行の終わりで改行されません.
37975 \end_layout
37976
37977 \end_inset
37978
37979
37980 \end_layout
37981
37982 \begin_layout Standard
37983 \begin_inset Note Greyedout
37984 status open
37985
37986 \begin_layout Plain Layout
37987
37988 \series bold
37989 【訳註】
37990 \series default
37991 原文儘で日本語のファイルを読み込むときは,子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
37992 \end_layout
37993
37994 \end_inset
37995
37996
37997 \end_layout
37998
37999 \begin_layout Description
38000 プログラムリスト この型については,第
38001 \begin_inset CommandInset ref
38002 LatexCommand ref
38003 reference "cha:プログラムコードリスト"
38004
38005 \end_inset
38006
38007 章に説明されています.
38008 \end_layout
38009
38010 \begin_layout Standard
38011 \begin_inset Note Greyedout
38012 status open
38013
38014 \begin_layout Plain Layout
38015
38016 \series bold
38017 【註】
38018 \series default
38019 同一文書中に,同じ文書を異なる方法で二度取り込むと,\SpecialChar LaTeX
38020 で問題が発生する可能性があります.
38021 \end_layout
38022
38023 \end_inset
38024
38025
38026 \end_layout
38027
38028 \begin_layout Standard
38029 コンパイル時間を短縮したり,執筆中のbookの特定の章のみを配布したいなどの理由で,親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,子文書の
38030 一部を出力から排除することができます.これは,
38031 \family sans
38032 文書\SpecialChar menuseparator
38033 設定\SpecialChar menuseparator
38034 子文書
38035 \family default
38036 メニューから行うことができます.そこの一覧中の各子文書の
38037 \family sans
38038 出力に含める
38039 \family default
38040 列をダブルクリックすることによって,その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能するこ
38041 とにご注意ください).
38042 \family sans
38043 カウンタと引用を維持
38044 \family default
38045 オプションを有効にすると,\SpecialChar LyX
38046 は,すべてのページ番号と参照等が,文書全体を処理した時と同じように正しくなるようにします.これは,選択した部分文書が,文書全体のコンテ
38047 クストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,この機能を実現するには,\SpecialChar LyX
38048 はバックグラウンドで文書全体を処理しなくてはなりません.
38049 したがって,コンパイルの時間を節約し,カウンタや参照が必ずしも正しくなくてもいい場合には,このチェックボックスは外しておいてください.
38050 \end_layout
38051
38052 \begin_layout Standard
38053 あるいは,取り込んだファイルの各々を派生枝の中に入れる方法があります
38054 \begin_inset Foot
38055 status collapsed
38056
38057 \begin_layout Plain Layout
38058 派生枝は,\SpecialChar LyX
38059
38060 \emph on
38061 ユーザーの手引き
38062 \emph default
38063
38064 \emph on
38065 派生枝
38066 \emph default
38067 の節に説明されています.
38068 \end_layout
38069
38070 \end_inset
38071
38072 .派生枝を有効化したり無効化したりすることによって,取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,入力で取り込んだ部分文書につ
38073 いても動作するという利点があります.ただし,カウンタと参照は,この方法では維持されるとは限りません.
38074 \end_layout
38075
38076 \begin_layout Chapter
38077 プログラムコードリスト
38078 \begin_inset CommandInset label
38079 LatexCommand label
38080 name "cha:プログラムコードリスト"
38081
38082 \end_inset
38083
38084
38085 \begin_inset Index idx
38086 status collapsed
38087
38088 \begin_layout Plain Layout
38089 りすと@リスト
38090 \end_layout
38091
38092 \end_inset
38093
38094
38095 \begin_inset Index idx
38096 status collapsed
38097
38098 \begin_layout Plain Layout
38099 ぷろぐらむこーど@プログラムコード
38100 \end_layout
38101
38102 \end_inset
38103
38104
38105 \begin_inset Index idx
38106 status collapsed
38107
38108 \begin_layout Plain Layout
38109 ふろーと@フロート ! りすと@リスト
38110 \end_layout
38111
38112 \end_inset
38113
38114
38115 \end_layout
38116
38117 \begin_layout Standard
38118 プログラムコードを取り込んで組版するには,
38119 \family sans
38120 挿入
38121 \family default
38122 \SpecialChar menuseparator
38123
38124 \family sans
38125 プログラムリスト
38126 \family default
38127 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
38128 パッケージ
38129 \series bold
38130 listings
38131 \series default
38132
38133 \begin_inset Index idx
38134 status collapsed
38135
38136 \begin_layout Plain Layout
38137 \SpecialChar LaTeX
38138 ぱっけーじ@\SpecialChar LaTeX
38139 パッケージ ! listings
38140 \end_layout
38141
38142 \end_inset
38143
38144 または
38145 \series bold
38146 minted
38147 \series default
38148
38149 \begin_inset Index idx
38150 status collapsed
38151
38152 \begin_layout Plain Layout
38153 \SpecialChar LaTeX
38154 ぱっけーじ@\SpecialChar LaTeX
38155 パッケージ ! minted
38156 \end_layout
38157
38158 \end_inset
38159
38160 は,使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.一文書中では,これらのパッケージのうち一つしか使うことができません.既定値では,
38161 \series bold
38162 listings
38163 \series default
38164 が用いられます.
38165 \end_layout
38166
38167 \begin_layout Standard
38168 \begin_inset Note Note
38169 status open
38170
38171 \begin_layout Plain Layout
38172
38173 \series bold
38174 【註】
38175 \series default
38176 \SpecialChar LyX
38177 は,ユーザーが変換子の定義に
38178 \family typewriter
38179 -shell-escape
38180 \family default
38181 オプションを付けることを推奨したく
38182 \emph on
38183 ありません
38184 \emph default
38185 .これは動作しますが,莫大なセキュリティリスクを背負い込むことになります.これへの対処については,活発な議論が交わされています.これは,解決次第,適切にアップデ
38186 ートされる可能性があります.
38187 \end_layout
38188
38189 \begin_layout Plain Layout
38190 =====
38191 \end_layout
38192
38193 \begin_layout Plain Layout
38194
38195 \series bold
38196 minted
38197 \series default
38198 を使うためには,文書設定の
38199 \family sans
38200 プログラムリスト
38201 \family default
38202 で,文法ハイライト用パッケージとしてこれを選択する必要があります.さらに,
38203 \series bold
38204 minted
38205 \series default
38206 は,追加的に
38207 \noun on
38208 Python
38209 \noun default
38210 ソフトウェアの
38211 \family sans
38212 pygments
38213 \family default
38214 モジュールを必要とし
38215 \begin_inset Foot
38216 status collapsed
38217
38218 \begin_layout Plain Layout
38219 Windows版\SpecialChar LyX
38220 では,
38221 \family sans
38222 pygments
38223 \family default
38224 はすでに導入済みです.
38225 \end_layout
38226
38227 \end_inset
38228
38229 ,\SpecialChar LaTeX
38230 処理子に
38231 \family typewriter
38232 -shell-escape
38233 \family default
38234 オプションを付ける必要があります.例えば,文書を
38235 \family sans
38236 PDF
38237 \begin_inset space ~
38238 \end_inset
38239
38240 (pdflatex)
38241 \family default
38242 形式で閲覧・書き出ししたい場合には,\SpecialChar LyX
38243 設定の
38244 \family sans
38245 ファイル処理\SpecialChar menuseparator
38246 変換子
38247 \family default
38248 に行って,
38249 \family sans
38250 LaTeX
38251 \begin_inset space ~
38252 \end_inset
38253
38254 (pdflatex) -> PDF
38255 \begin_inset space ~
38256 \end_inset
38257
38258 (pdflatex)
38259 \family default
38260 項目を開き,
38261 \family sans
38262 変換子
38263 \family default
38264 フィールドを見ます.この内容は,既定では
38265 \begin_inset Newline newline
38266 \end_inset
38267
38268
38269 \series bold
38270 pdflatex $$i
38271 \series default
38272
38273 \begin_inset Newline newline
38274 \end_inset
38275
38276 となっているはずですが,これを
38277 \begin_inset Newline newline
38278 \end_inset
38279
38280
38281 \series bold
38282 pdflatex $$i -shell-escape
38283 \begin_inset Newline newline
38284 \end_inset
38285
38286
38287 \series default
38288 に変更して,
38289 \family sans
38290 修正
38291 \family default
38292 ボタンを押し,引き続き
38293 \family sans
38294 適用
38295 \family default
38296
38297 \family sans
38298 保存
38299 \family default
38300 を押してください.
38301 \family sans
38302 PDF
38303 \begin_inset space ~
38304 \end_inset
38305
38306 (LuaTeX)
38307 \family default
38308
38309 \family sans
38310 PDF
38311 \begin_inset space ~
38312 \end_inset
38313
38314 (XeTeX)
38315 \family default
38316 の出力形式に対しても,同じことを行います.
38317 \end_layout
38318
38319 \end_inset
38320
38321
38322 \end_layout
38323
38324 \begin_layout Standard
38325 プログラムリスト差込枠を右クリックすると,コンテクストメニューが開き,リスト書式を設定することができます.
38326 \end_layout
38327
38328 \begin_layout Standard
38329 既定では,出力におけるプログラムリストは,新しい段落として始まります.配置オプションで
38330 \family sans
38331 行内リスト
38332 \family default
38333 を指定すると,リストは
38334 \begin_inset listings
38335 lstparams "language={C++}"
38336 inline true
38337 status collapsed
38338
38339 \begin_layout Plain Layout
38340
38341 int a=5;
38342 \end_layout
38343
38344 \end_inset
38345
38346 のように行内に印字されます.
38347 \begin_inset Newline newline
38348 \end_inset
38349
38350
38351 \family sans
38352 フロート
38353 \family default
38354 オプションは,プログラムリストフロートを生成するものですが,ここで,第
38355 \begin_inset CommandInset ref
38356 LatexCommand ref
38357 reference "sec:フロートの配置"
38358
38359 \end_inset
38360
38361 節に説明されているフロート配置オプションに従って,「
38362 \family sans
38363 h
38364 \family default
38365 」「
38366 \family sans
38367 t
38368 \family default
38369 」「
38370 \family sans
38371 b
38372 \family default
38373 」「
38374 \family sans
38375 p
38376 \family default
38377 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,「
38378 \family sans
38379 htbp
38380 \family default
38381 」のように区切りを入れることなく入力することができます.「
38382 \family sans
38383 h
38384 \family default
38385 」オプションは効かない場合がありますが,フロートでないプログラムリストにもキャプションを入れることができ,また参照もできるので,この場合には
38386 \family sans
38387 フロート
38388 \family default
38389 オプションを使用しなければ大丈夫です.
38390 \end_layout
38391
38392 \begin_layout Standard
38393
38394 \family sans
38395 挿入
38396 \family default
38397 \SpecialChar menuseparator
38398
38399 \family sans
38400 キャプション
38401 \family default
38402 メニューを使えば,行中でないプログラムリストには,キャプションを付けることができます.プログラムリストは,フロート同様,リスト
38403 \begin_inset CommandInset ref
38404 LatexCommand ref
38405 reference "lst:ListFloat"
38406
38407 \end_inset
38408
38409 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
38410 \family sans
38411 挿入\SpecialChar menuseparator
38412 一覧/目次\SpecialChar menuseparator
38413 プログラムリスト一覧
38414 \family default
38415 で作成することができます.一覧の項目には,プログラムリストのキャプションとプログラムリスト番号が入ります.
38416 \end_layout
38417
38418 \begin_layout Standard
38419 \begin_inset listings
38420 lstparams "language=Python"
38421 inline false
38422 status open
38423
38424 \begin_layout Plain Layout
38425
38426 \begin_inset Caption Standard
38427
38428 \begin_layout Plain Layout
38429 \begin_inset CommandInset label
38430 LatexCommand label
38431 name "lst:ListFloat"
38432
38433 \end_inset
38434
38435 Example Listing Float
38436 \end_layout
38437
38438 \end_inset
38439
38440 # Example listing float
38441 \end_layout
38442
38443 \begin_layout Plain Layout
38444
38445 def func(param):
38446 \end_layout
38447
38448 \begin_layout Plain Layout
38449
38450     'this is a python function'
38451 \end_layout
38452
38453 \begin_layout Plain Layout
38454
38455     pass
38456 \end_layout
38457
38458 \end_inset
38459
38460
38461 \end_layout
38462
38463 \begin_layout Standard
38464 \begin_inset Note Greyedout
38465 status open
38466
38467 \begin_layout Plain Layout
38468
38469 \series bold
38470 【註】listings
38471 \series default
38472 パッケージは,既定ではプログラムリストの前にキャプションを置きます.
38473 \begin_inset Newline newline
38474 \end_inset
38475
38476
38477 \series bold
38478 minted
38479 \series default
38480 パッケージは,フロートの場合,既定ではプログラムリストの後にキャプションを置きます.フロートでない場合には,キャプションは,一行目に入れられた場合にはプログラム
38481 リストの前に組版され,そうでなければリストの後に置かれます.常にプログラムリストの前に置くように強制するためには,プリアンブルの最後に下記の行を加えてください.
38482 \begin_inset Newline newline
38483 \end_inset
38484
38485
38486 \series bold
38487
38488 \backslash
38489 @ifundefined{newfloat}
38490 \begin_inset Newline newline
38491 \end_inset
38492
38493
38494 \begin_inset Phantom HPhantom
38495 status open
38496
38497 \begin_layout Plain Layout
38498 \begin_inset space ~
38499 \end_inset
38500
38501
38502 \end_layout
38503
38504 \end_inset
38505
38506 {
38507 \backslash
38508 usepackage{float}}{}
38509 \begin_inset Newline newline
38510 \end_inset
38511
38512
38513 \backslash
38514 floatstyle{plaintop}
38515 \series default
38516
38517 \begin_inset Note Note
38518 status collapsed
38519
38520 \begin_layout Plain Layout
38521 文書全体を対象とするフロート配置設定を行うと,\SpecialChar LyX
38522 は自動的に
38523 \series bold
38524 float
38525 \series default
38526 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
38527 \series bold
38528
38529 \backslash
38530 @ifundefined
38531 \series default
38532 が使用されています.
38533 \end_layout
38534
38535 \end_inset
38536
38537
38538 \end_layout
38539
38540 \end_inset
38541
38542
38543 \end_layout
38544
38545 \begin_layout Standard
38546 プログラムリストダイアログでプログラミング言語を指定すると,その言語のキーワードが識別されて,出力中で特別に組版されます.上の例示プログラムリストでは,Pyth
38547 onのキーワード「def」が識別され,ボールド体で出力されます.
38548 \end_layout
38549
38550 \begin_layout Standard
38551 \begin_inset Note Greyedout
38552 status open
38553
38554 \begin_layout Plain Layout
38555
38556 \series bold
38557 【註】
38558 \series default
38559 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,おそらくお使いの
38560 \family typewriter
38561 typewriter
38562 \family default
38563 フォントがボールド体を提供していません.この場合には,
38564 \family sans
38565 文書
38566 \family default
38567 \SpecialChar menuseparator
38568
38569 \family sans
38570 設定
38571 \family default
38572 \SpecialChar menuseparator
38573
38574 \family sans
38575 フォント
38576 \family default
38577 メニューで別のフォントを選択してください(
38578 \emph on
38579 LuxiMono
38580 \emph default
38581
38582 \emph on
38583 BeraMono
38584 \emph default
38585
38586 \emph on
38587 Courier
38588 \emph default
38589 の各フォントはボールド体を提供します).
38590 \end_layout
38591
38592 \end_inset
38593
38594
38595 \end_layout
38596
38597 \begin_layout Standard
38598 \begin_inset Note Greyedout
38599 status open
38600
38601 \begin_layout Plain Layout
38602
38603 \series bold
38604 【訳註】
38605 \series default
38606 プログラムリスト差込枠中では,日本語のエンコーディングを表示できないため,日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
38607 \end_layout
38608
38609 \end_inset
38610
38611
38612 \end_layout
38613
38614 \begin_layout Standard
38615 プログラムリストダイアログの
38616 \family sans
38617 行番号
38618 \family default
38619 のセクションでは,行番号の様式を指定することができます.
38620 \family sans
38621 行間
38622 \family default
38623 フィールドでは,どの行に番号を振るかを指定する数字を入れることができます.たとえば,「3」と入れると,3行ごとに数字が振られます.
38624 \end_layout
38625
38626 \begin_layout Standard
38627 さらに行の範囲を指定することもでき,この場合にはこれらの行のみが出力に表示されます.
38628 \family sans
38629 拡張文字コード表を使う
38630 \family default
38631 オプションは,
38632 \series bold
38633 listings
38634 \series default
38635 パッケージにのみ有効であり,プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合に使用します.
38636 \begin_inset Newline newline
38637 \end_inset
38638
38639
38640 \begin_inset Note Greyedout
38641 status open
38642
38643 \begin_layout Plain Layout
38644
38645 \series bold
38646 【訳註】
38647 \series default
38648 これは,p\SpecialChar LaTeX
38649 ではうまく動作しません.
38650 \end_layout
38651
38652 \end_inset
38653
38654
38655 \begin_inset Newline newline
38656 \end_inset
38657
38658 以下は,左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
38659 \begin_inset space \thinspace{}
38660 \end_inset
38661
38662 -
38663 \begin_inset space \thinspace{}
38664 \end_inset
38665
38666 8」で設定したプログラムリストの例です.
38667 \end_layout
38668
38669 \begin_layout Standard
38670 \begin_inset listings
38671 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38672 inline false
38673 status open
38674
38675 \begin_layout Plain Layout
38676
38677 def func(param):
38678 \end_layout
38679
38680 \begin_layout Plain Layout
38681
38682     'this is a python function'
38683 \end_layout
38684
38685 \begin_layout Plain Layout
38686
38687     pass
38688 \end_layout
38689
38690 \begin_layout Plain Layout
38691
38692 def func(param):
38693 \end_layout
38694
38695 \begin_layout Plain Layout
38696
38697 'This is a German word: Tschuss'
38698 \end_layout
38699
38700 \begin_layout Plain Layout
38701
38702 pass
38703 \end_layout
38704
38705 \begin_layout Plain Layout
38706
38707 def func(param):
38708 \end_layout
38709
38710 \begin_layout Plain Layout
38711
38712 'this is a python function'
38713 \end_layout
38714
38715 \begin_layout Plain Layout
38716
38717 pass
38718 \end_layout
38719
38720 \end_inset
38721
38722
38723 \end_layout
38724
38725 \begin_layout Standard
38726 プログラムリスト中でタビュレータを使う場合は,タビュレータが確保する文字の数を
38727 \family sans
38728 タビュレータの大きさ
38729 \family default
38730 フィールドで指定することができます.
38731 \end_layout
38732
38733 \begin_layout Standard
38734 \begin_inset Note Greyedout
38735 status open
38736
38737 \begin_layout Plain Layout
38738
38739 \series bold
38740 【註】listings
38741 \series default
38742 パッケージにはバグがあり,前にプログラムリストがある毎に,行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,2行目と5行目
38743 に振られているのはこのためです.
38744 \end_layout
38745
38746 \end_inset
38747
38748
38749 \end_layout
38750
38751 \begin_layout Standard
38752 \begin_inset VSpace bigskip
38753 \end_inset
38754
38755
38756 \end_layout
38757
38758 \begin_layout Standard
38759 また,ファイルの各行をプログラムリストとして印字することも可能です.そのためには,
38760 \family sans
38761 挿入
38762 \family default
38763 \SpecialChar menuseparator
38764
38765 \family sans
38766 ファイル
38767 \family default
38768 \SpecialChar menuseparator
38769
38770 \family sans
38771 子文書
38772 \family default
38773 メニューを使用して
38774 \family sans
38775 プログラムリスト
38776 \family default
38777 型を選択してください
38778 \begin_inset Foot
38779 status collapsed
38780
38781 \begin_layout Plain Layout
38782 他の子文書型については,第 section
38783 \begin_inset space ~
38784 \end_inset
38785
38786
38787 \begin_inset CommandInset ref
38788 LatexCommand ref
38789 reference "sec:子文書"
38790
38791 \end_inset
38792
38793 節に説明があります.
38794 \end_layout
38795
38796 \end_inset
38797
38798 .子文書ダイアログでは,テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,テキストボックス中で
38799 疑問符「?」を打鍵してください.
38800 \end_layout
38801
38802 \begin_layout Standard
38803 子文書プログラムリストを参照したい場合には,子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,このラベルは
38804 \family sans
38805 挿入
38806 \family default
38807 \SpecialChar menuseparator
38808
38809 \family sans
38810 相互参照
38811 \family default
38812 メニューを使って参照できるようになります.
38813 \end_layout
38814
38815 \begin_layout Standard
38816 プログラムリスト
38817 \begin_inset CommandInset ref
38818 LatexCommand ref
38819 reference "lst:file-listing"
38820
38821 \end_inset
38822
38823 は,ファイルを使ったプログラムリストの一例です.ここでは,この\SpecialChar LyX
38824 ファイルの10行目から15行目が表示されています.
38825 \end_layout
38826
38827 \begin_layout Standard
38828 \begin_inset CommandInset include
38829 LatexCommand lstinputlisting
38830 filename "EmbeddedObjects.lyx"
38831 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
38832
38833 \end_inset
38834
38835
38836 \end_layout
38837
38838 \begin_layout Standard
38839 \begin_inset VSpace bigskip
38840 \end_inset
38841
38842
38843 \end_layout
38844
38845 \begin_layout Standard
38846 リストに数式を入れるには,以下のようにします.
38847 \end_layout
38848
38849 \begin_layout Enumerate
38850 リストダイアログを開き,
38851 \family sans
38852 詳細
38853 \family default
38854 タブのフィールド中に
38855 \begin_inset Newline newline
38856 \end_inset
38857
38858
38859 \family sans
38860 mathescape=true
38861 \family default
38862
38863 \begin_inset Newline newline
38864 \end_inset
38865
38866 と書き加えます.
38867 \end_layout
38868
38869 \begin_layout Enumerate
38870 リスト外で数式を作成します.
38871 \end_layout
38872
38873 \begin_layout Enumerate
38874 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
38875 \begin_inset Info
38876 type  "shortcut"
38877 arg   "copy"
38878 \end_inset
38879
38880 ).
38881 \end_layout
38882
38883 \begin_layout Enumerate
38884 リストに「$$」と書き,クリップボードの内容をドルマークの間に貼り付けます(短縮キー
38885 \begin_inset Info
38886 type  "shortcut"
38887 arg   "paste"
38888 \end_inset
38889
38890 ).
38891 \end_layout
38892
38893 \begin_layout Standard
38894 \begin_inset listings
38895 lstparams "language=Python,mathescape=true"
38896 inline false
38897 status open
38898
38899 \begin_layout Plain Layout
38900
38901 \begin_inset Caption Standard
38902
38903 \begin_layout Plain Layout
38904 Example Listing float containing a formula
38905 \end_layout
38906
38907 \end_inset
38908
38909 # Example listing float
38910 \end_layout
38911
38912 \begin_layout Plain Layout
38913
38914 def func(param):
38915 \end_layout
38916
38917 \begin_layout Plain Layout
38918
38919     # $
38920 \backslash
38921 prod_{n=1}^{
38922 \backslash
38923 infty}
38924 \backslash
38925 ,
38926 \backslash
38927 frac{1}{x^{2}}$
38928 \end_layout
38929
38930 \begin_layout Plain Layout
38931
38932     pass
38933 \end_layout
38934
38935 \end_inset
38936
38937
38938 \end_layout
38939
38940 \begin_layout Standard
38941 \begin_inset VSpace bigskip
38942 \end_inset
38943
38944
38945 \end_layout
38946
38947 \begin_layout Standard
38948 大域的なプログラムリストの設定は,
38949 \family sans
38950 文書
38951 \family default
38952 \SpecialChar menuseparator
38953
38954 \family sans
38955 設定
38956 \family default
38957 \SpecialChar menuseparator
38958
38959 \family sans
38960 リスト
38961 \family default
38962 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
38963 \family sans
38964 プログラムリスト設定
38965 \family default
38966 フィールドで疑問符「?」を打鍵してください.
38967 \end_layout
38968
38969 \begin_layout Standard
38970
38971 \series bold
38972 listings
38973 \series default
38974 及び
38975 \series bold
38976 minted
38977 \series default
38978 パッケージについての詳しい情報については,取扱説明書
38979 \begin_inset CommandInset citation
38980 LatexCommand cite
38981 key "listings,minted"
38982 literal "true"
38983
38984 \end_inset
38985
38986 をご参照ください.
38987 \end_layout
38988
38989 \begin_layout Standard
38990 \begin_inset Newpage newpage
38991 \end_inset
38992
38993
38994 \end_layout
38995
38996 \begin_layout Chapter
38997 \start_of_appendix
38998 \SpecialChar LyX
38999 で使用できる単位
39000 \begin_inset Index idx
39001 status collapsed
39002
39003 \begin_layout Plain Layout
39004 たんい@単位
39005 \end_layout
39006
39007 \end_inset
39008
39009
39010 \begin_inset CommandInset label
39011 LatexCommand label
39012 name "cha:LyXで使用できる単位"
39013
39014 \end_inset
39015
39016
39017 \end_layout
39018
39019 \begin_layout Standard
39020 この文書で用いられる単位の理解のために,表
39021 \begin_inset CommandInset ref
39022 LatexCommand ref
39023 reference "tab:単位"
39024
39025 \end_inset
39026
39027 に,\SpecialChar LyX
39028 で使うことのできる単位をまとめておきます.
39029 \end_layout
39030
39031 \begin_layout Standard
39032 \begin_inset Float table
39033 placement h
39034 wide false
39035 sideways false
39036 status open
39037
39038 \begin_layout Plain Layout
39039 \begin_inset Caption Standard
39040
39041 \begin_layout Plain Layout
39042 \begin_inset CommandInset label
39043 LatexCommand label
39044 name "tab:単位"
39045
39046 \end_inset
39047
39048 単位
39049 \end_layout
39050
39051 \end_inset
39052
39053
39054 \end_layout
39055
39056 \begin_layout Plain Layout
39057 \begin_inset VSpace medskip
39058 \end_inset
39059
39060
39061 \end_layout
39062
39063 \begin_layout Plain Layout
39064 \align center
39065 \begin_inset Tabular
39066 <lyxtabular version="3" rows="20" columns="3">
39067 <features tabularvalignment="middle">
39068 <column alignment="center" valignment="top">
39069 <column alignment="center" valignment="top">
39070 <column alignment="center" valignment="top">
39071 <row>
39072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39073 \begin_inset Text
39074
39075 \begin_layout Plain Layout
39076 単位
39077 \end_layout
39078
39079 \end_inset
39080 </cell>
39081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39082 \begin_inset Text
39083
39084 \begin_layout Plain Layout
39085 名称/摘要
39086 \end_layout
39087
39088 \end_inset
39089 </cell>
39090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39091 \begin_inset Text
39092
39093 \begin_layout Plain Layout
39094 \SpecialChar LaTeX
39095  コマンド
39096 \end_layout
39097
39098 \end_inset
39099 </cell>
39100 </row>
39101 <row>
39102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39103 \begin_inset Text
39104
39105 \begin_layout Plain Layout
39106 mm
39107 \end_layout
39108
39109 \end_inset
39110 </cell>
39111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39112 \begin_inset Text
39113
39114 \begin_layout Plain Layout
39115 ミリメートル
39116 \end_layout
39117
39118 \end_inset
39119 </cell>
39120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39121 \begin_inset Text
39122
39123 \begin_layout Plain Layout
39124 -
39125 \end_layout
39126
39127 \end_inset
39128 </cell>
39129 </row>
39130 <row>
39131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39132 \begin_inset Text
39133
39134 \begin_layout Plain Layout
39135 cm
39136 \end_layout
39137
39138 \end_inset
39139 </cell>
39140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39141 \begin_inset Text
39142
39143 \begin_layout Plain Layout
39144 センチメートル
39145 \end_layout
39146
39147 \end_inset
39148 </cell>
39149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39150 \begin_inset Text
39151
39152 \begin_layout Plain Layout
39153 -
39154 \end_layout
39155
39156 \end_inset
39157 </cell>
39158 </row>
39159 <row>
39160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39161 \begin_inset Text
39162
39163 \begin_layout Plain Layout
39164 in
39165 \end_layout
39166
39167 \end_inset
39168 </cell>
39169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39170 \begin_inset Text
39171
39172 \begin_layout Plain Layout
39173 インチ
39174 \end_layout
39175
39176 \end_inset
39177 </cell>
39178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39179 \begin_inset Text
39180
39181 \begin_layout Plain Layout
39182 -
39183 \end_layout
39184
39185 \end_inset
39186 </cell>
39187 </row>
39188 <row>
39189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39190 \begin_inset Text
39191
39192 \begin_layout Plain Layout
39193 pt
39194 \end_layout
39195
39196 \end_inset
39197 </cell>
39198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39199 \begin_inset Text
39200
39201 \begin_layout Plain Layout
39202 ポイント (72.27
39203 \begin_inset space \thinspace{}
39204 \end_inset
39205
39206 pt = 1
39207 \begin_inset space \thinspace{}
39208 \end_inset
39209
39210 in)
39211 \end_layout
39212
39213 \end_inset
39214 </cell>
39215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39216 \begin_inset Text
39217
39218 \begin_layout Plain Layout
39219 -
39220 \end_layout
39221
39222 \end_inset
39223 </cell>
39224 </row>
39225 <row>
39226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39227 \begin_inset Text
39228
39229 \begin_layout Plain Layout
39230 pc
39231 \end_layout
39232
39233 \end_inset
39234 </cell>
39235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39236 \begin_inset Text
39237
39238 \begin_layout Plain Layout
39239 パイカ (1
39240 \begin_inset space \thinspace{}
39241 \end_inset
39242
39243 pc = 12
39244 \begin_inset space \thinspace{}
39245 \end_inset
39246
39247 pt)
39248 \end_layout
39249
39250 \end_inset
39251 </cell>
39252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39253 \begin_inset Text
39254
39255 \begin_layout Plain Layout
39256 -
39257 \end_layout
39258
39259 \end_inset
39260 </cell>
39261 </row>
39262 <row>
39263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39264 \begin_inset Text
39265
39266 \begin_layout Plain Layout
39267 sp
39268 \end_layout
39269
39270 \end_inset
39271 </cell>
39272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39273 \begin_inset Text
39274
39275 \begin_layout Plain Layout
39276 スケールポイント (65536
39277 \begin_inset space \thinspace{}
39278 \end_inset
39279
39280 sp = 1
39281 \begin_inset space \thinspace{}
39282 \end_inset
39283
39284 pt)
39285 \end_layout
39286
39287 \end_inset
39288 </cell>
39289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39290 \begin_inset Text
39291
39292 \begin_layout Plain Layout
39293 -
39294 \end_layout
39295
39296 \end_inset
39297 </cell>
39298 </row>
39299 <row>
39300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39301 \begin_inset Text
39302
39303 \begin_layout Plain Layout
39304 bp
39305 \end_layout
39306
39307 \end_inset
39308 </cell>
39309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39310 \begin_inset Text
39311
39312 \begin_layout Plain Layout
39313 ビッグポイント (72
39314 \begin_inset space \thinspace{}
39315 \end_inset
39316
39317 bp = 1
39318 \begin_inset space \thinspace{}
39319 \end_inset
39320
39321 in)
39322 \end_layout
39323
39324 \end_inset
39325 </cell>
39326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39327 \begin_inset Text
39328
39329 \begin_layout Plain Layout
39330 -
39331 \end_layout
39332
39333 \end_inset
39334 </cell>
39335 </row>
39336 <row>
39337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39338 \begin_inset Text
39339
39340 \begin_layout Plain Layout
39341 dd
39342 \end_layout
39343
39344 \end_inset
39345 </cell>
39346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39347 \begin_inset Text
39348
39349 \begin_layout Plain Layout
39350 ディドー (72
39351 \begin_inset space \thinspace{}
39352 \end_inset
39353
39354 dd 
39355 \begin_inset Formula $\approx$
39356 \end_inset
39357
39358  37.6
39359 \begin_inset space \thinspace{}
39360 \end_inset
39361
39362 mm)
39363 \end_layout
39364
39365 \end_inset
39366 </cell>
39367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39368 \begin_inset Text
39369
39370 \begin_layout Plain Layout
39371 -
39372 \end_layout
39373
39374 \end_inset
39375 </cell>
39376 </row>
39377 <row>
39378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39379 \begin_inset Text
39380
39381 \begin_layout Plain Layout
39382 cc
39383 \end_layout
39384
39385 \end_inset
39386 </cell>
39387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39388 \begin_inset Text
39389
39390 \begin_layout Plain Layout
39391 シセロ (1
39392 \begin_inset space \thinspace{}
39393 \end_inset
39394
39395 cc = 12
39396 \begin_inset space \thinspace{}
39397 \end_inset
39398
39399 dd)
39400 \end_layout
39401
39402 \end_inset
39403 </cell>
39404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39405 \begin_inset Text
39406
39407 \begin_layout Plain Layout
39408 -
39409 \end_layout
39410
39411 \end_inset
39412 </cell>
39413 </row>
39414 <row>
39415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39416 \begin_inset Text
39417
39418 \begin_layout Plain Layout
39419 画像の縮尺%
39420 \end_layout
39421
39422 \end_inset
39423 </cell>
39424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39425 \begin_inset Text
39426
39427 \begin_layout Plain Layout
39428 元の画像幅の%
39429 \end_layout
39430
39431 \end_inset
39432 </cell>
39433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39434 \begin_inset Text
39435
39436 \begin_layout Plain Layout
39437
39438 \end_layout
39439
39440 \end_inset
39441 </cell>
39442 </row>
39443 <row>
39444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39445 \begin_inset Text
39446
39447 \begin_layout Plain Layout
39448 本文幅%
39449 \end_layout
39450
39451 \end_inset
39452 </cell>
39453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39454 \begin_inset Text
39455
39456 \begin_layout Plain Layout
39457 テキスト幅の%
39458 \end_layout
39459
39460 \end_inset
39461 </cell>
39462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39463 \begin_inset Text
39464
39465 \begin_layout Plain Layout
39466
39467 \backslash
39468 textwidth
39469 \end_layout
39470
39471 \end_inset
39472 </cell>
39473 </row>
39474 <row>
39475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39476 \begin_inset Text
39477
39478 \begin_layout Plain Layout
39479 列幅%
39480 \end_layout
39481
39482 \end_inset
39483 </cell>
39484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39485 \begin_inset Text
39486
39487 \begin_layout Plain Layout
39488 組段幅の%
39489 \end_layout
39490
39491 \end_inset
39492 </cell>
39493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39494 \begin_inset Text
39495
39496 \begin_layout Plain Layout
39497
39498 \backslash
39499 columnwidth
39500 \end_layout
39501
39502 \end_inset
39503 </cell>
39504 </row>
39505 <row>
39506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39507 \begin_inset Text
39508
39509 \begin_layout Plain Layout
39510 ページ幅%
39511 \end_layout
39512
39513 \end_inset
39514 </cell>
39515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39516 \begin_inset Text
39517
39518 \begin_layout Plain Layout
39519 用紙幅の%
39520 \end_layout
39521
39522 \end_inset
39523 </cell>
39524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39525 \begin_inset Text
39526
39527 \begin_layout Plain Layout
39528
39529 \backslash
39530 paperwidth
39531 \end_layout
39532
39533 \end_inset
39534 </cell>
39535 </row>
39536 <row>
39537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39538 \begin_inset Text
39539
39540 \begin_layout Plain Layout
39541 行幅%
39542 \end_layout
39543
39544 \end_inset
39545 </cell>
39546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39547 \begin_inset Text
39548
39549 \begin_layout Plain Layout
39550 行幅の%
39551 \end_layout
39552
39553 \end_inset
39554 </cell>
39555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39556 \begin_inset Text
39557
39558 \begin_layout Plain Layout
39559
39560 \backslash
39561 linewidth
39562 \end_layout
39563
39564 \end_inset
39565 </cell>
39566 </row>
39567 <row>
39568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39569 \begin_inset Text
39570
39571 \begin_layout Plain Layout
39572 本文高%
39573 \end_layout
39574
39575 \end_inset
39576 </cell>
39577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39578 \begin_inset Text
39579
39580 \begin_layout Plain Layout
39581 テキスト高さの%
39582 \end_layout
39583
39584 \end_inset
39585 </cell>
39586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39587 \begin_inset Text
39588
39589 \begin_layout Plain Layout
39590
39591 \backslash
39592 textheight
39593 \end_layout
39594
39595 \end_inset
39596 </cell>
39597 </row>
39598 <row>
39599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39600 \begin_inset Text
39601
39602 \begin_layout Plain Layout
39603 ページ高%
39604 \end_layout
39605
39606 \end_inset
39607 </cell>
39608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39609 \begin_inset Text
39610
39611 \begin_layout Plain Layout
39612 用紙高さの%
39613 \end_layout
39614
39615 \end_inset
39616 </cell>
39617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39618 \begin_inset Text
39619
39620 \begin_layout Plain Layout
39621
39622 \backslash
39623 paperheight
39624 \end_layout
39625
39626 \end_inset
39627 </cell>
39628 </row>
39629 <row>
39630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39631 \begin_inset Text
39632
39633 \begin_layout Plain Layout
39634 ex
39635 \end_layout
39636
39637 \end_inset
39638 </cell>
39639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39640 \begin_inset Text
39641
39642 \begin_layout Plain Layout
39643 現在のフォントの文字「x」の高さ
39644 \end_layout
39645
39646 \end_inset
39647 </cell>
39648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39649 \begin_inset Text
39650
39651 \begin_layout Plain Layout
39652 -
39653 \end_layout
39654
39655 \end_inset
39656 </cell>
39657 </row>
39658 <row>
39659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39660 \begin_inset Text
39661
39662 \begin_layout Plain Layout
39663 em
39664 \end_layout
39665
39666 \end_inset
39667 </cell>
39668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39669 \begin_inset Text
39670
39671 \begin_layout Plain Layout
39672 現在のフォントの文字「M」の幅
39673 \end_layout
39674
39675 \end_inset
39676 </cell>
39677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39678 \begin_inset Text
39679
39680 \begin_layout Plain Layout
39681 -
39682 \end_layout
39683
39684 \end_inset
39685 </cell>
39686 </row>
39687 <row>
39688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39689 \begin_inset Text
39690
39691 \begin_layout Plain Layout
39692 mu
39693 \end_layout
39694
39695 \end_inset
39696 </cell>
39697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39698 \begin_inset Text
39699
39700 \begin_layout Plain Layout
39701 数式単位 (1
39702 \begin_inset space \thinspace{}
39703 \end_inset
39704
39705 mu = 1/18
39706 \begin_inset space \thinspace{}
39707 \end_inset
39708
39709 em)
39710 \end_layout
39711
39712 \end_inset
39713 </cell>
39714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39715 \begin_inset Text
39716
39717 \begin_layout Plain Layout
39718 -
39719 \end_layout
39720
39721 \end_inset
39722 </cell>
39723 </row>
39724 </lyxtabular>
39725
39726 \end_inset
39727
39728
39729 \end_layout
39730
39731 \end_inset
39732
39733
39734 \end_layout
39735
39736 \begin_layout Chapter
39737 画像を含む場合のファイル出力形式
39738 \begin_inset CommandInset label
39739 LatexCommand label
39740 name "cha:ファイル出力形式"
39741
39742 \end_inset
39743
39744
39745 \end_layout
39746
39747 \begin_layout Section
39748 DVI
39749 \begin_inset Index idx
39750 status collapsed
39751
39752 \begin_layout Plain Layout
39753 ふぁいるしょしき@ファイル書式 ! DVI
39754 \end_layout
39755
39756 \end_inset
39757
39758
39759 \begin_inset Index idx
39760 status collapsed
39761
39762 \begin_layout Plain Layout
39763 DVI
39764 \begin_inset ERT
39765 status collapsed
39766
39767 \begin_layout Plain Layout
39768
39769 |see{
39770 \end_layout
39771
39772 \end_inset
39773
39774 ファイル書式
39775 \begin_inset ERT
39776 status collapsed
39777
39778 \begin_layout Plain Layout
39779
39780 }
39781 \end_layout
39782
39783 \end_inset
39784
39785
39786 \end_layout
39787
39788 \end_inset
39789
39790
39791 \end_layout
39792
39793 \begin_layout Standard
39794 このファイル型の拡張子は「
39795 \family typewriter
39796 .dvi
39797 \family default
39798 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています.これはあるコンピュータから
39799 別のコンピュータへ,何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,これは当然のことでは全くありませんでした.DVIは手
39800 っ取り早くプレビューしたり,PostScriptなどの他の出力形式への中間段階として使用されます.
39801 \end_layout
39802
39803 \begin_layout Standard
39804 \begin_inset Note Greyedout
39805 status open
39806
39807 \begin_layout Plain Layout
39808
39809 \series bold
39810 【註】
39811 \series default
39812 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
39813 \end_layout
39814
39815 \end_inset
39816
39817 ですから,お使いの
39818 \family typewriter
39819 .dvi
39820 \family default
39821 ファイルを別のコンピュータに移すときには,このことを忘れてはいけません.この性質は,DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DV
39822 Iビューアは,DVIをスクロールする際,画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,画像のたくさんあるファイルの場合は,P
39823 DFを使用することをお勧めします.
39824 \end_layout
39825
39826 \begin_layout Standard
39827 使用中の文書は,
39828 \family sans
39829 ファイル
39830 \family default
39831 \SpecialChar menuseparator
39832
39833 \family sans
39834 書き出し
39835 \family default
39836 \SpecialChar menuseparator
39837
39838 \family sans
39839 DVI
39840 \family default
39841 メニューを使用して,DVIに書き出すことができます.
39842 \family sans
39843 表示
39844 \family default
39845 メニューから,文書をDVIとして表示させることもできます.
39846 \end_layout
39847
39848 \begin_layout Section
39849 PostScript
39850 \begin_inset Index idx
39851 status collapsed
39852
39853 \begin_layout Plain Layout
39854 ふぁいるしょしき@ファイル書式 ! PostScript
39855 \end_layout
39856
39857 \end_inset
39858
39859
39860 \begin_inset Index idx
39861 status collapsed
39862
39863 \begin_layout Plain Layout
39864 PostScript
39865 \begin_inset ERT
39866 status collapsed
39867
39868 \begin_layout Plain Layout
39869
39870 |see{
39871 \end_layout
39872
39873 \end_inset
39874
39875 ファイル書式
39876 \begin_inset ERT
39877 status collapsed
39878
39879 \begin_layout Plain Layout
39880
39881 }
39882 \end_layout
39883
39884 \end_inset
39885
39886
39887 \end_layout
39888
39889 \end_inset
39890
39891
39892 \end_layout
39893
39894 \begin_layout Standard
39895 このファイル型の拡張子は「
39896 \family typewriter
39897 .ps
39898 \family default
39899 」です.PostScriptは,
39900 \family typewriter
39901 Adobe
39902 \family default
39903 社によってプリンタ言語として開発されました.したがって,このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,計算を行った
39904 り図表や画像を描いたりすることもできるので,「プログラミング言語」と見なすことができます
39905 \begin_inset Foot
39906 status collapsed
39907
39908 \begin_layout Plain Layout
39909 これについてもう少し学ぶ気があれば,\SpecialChar LaTeX
39910 パッケージ
39911 \series bold
39912 PSTricks
39913 \series default
39914
39915 \begin_inset CommandInset citation
39916 LatexCommand cite
39917 key "pstricks"
39918 literal "true"
39919
39920 \end_inset
39921
39922 を見てみてください.
39923 \end_layout
39924
39925 \end_inset
39926
39927 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
39928 \end_layout
39929
39930 \begin_layout Standard
39931 PostScriptは,「Encapsulated PostScript(EPS:ファイル拡張子「
39932 \family typewriter
39933 .eps
39934 \family default
39935 」)」形式の画像のみを含めることができます.\SpecialChar LyX
39936 では,既知の画像形式であればどれでも文書中で使用することができるようになっているため,\SpecialChar LyX
39937 はバックグラウンドで画像をEP
39938 Sに変換しなくてはなりません.文書中に,仮に50の画像があれば,文書を表示したり書き出ししたりするたびに,\SpecialChar LyX
39939 は50もの変換を行わなくてはなりません.すると,\SpecialChar LyX
39940 で行う
39941 作業手順が,著しく遅れてしまいます.したがって,もしPostScriptを使用することを考えているならば,この問題を回避するために,画像を直接EPSとして入れて
39942 おく方がよいでしょう.
39943 \end_layout
39944
39945 \begin_layout Standard
39946 文書は,
39947 \family sans
39948 ファイル
39949 \family default
39950 \SpecialChar menuseparator
39951
39952 \family sans
39953 書き出し
39954 \family default
39955 \SpecialChar menuseparator
39956
39957 \family sans
39958 Postscript
39959 \family default
39960 メニューを使用して,PostScriptに書き出すことができます.使用中の文書は,
39961 \family sans
39962 表示
39963 \family default
39964 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
39965 \end_layout
39966
39967 \begin_layout Section
39968 PDF
39969 \begin_inset Index idx
39970 status collapsed
39971
39972 \begin_layout Plain Layout
39973 ふぁいるしょしき@ファイル書式 ! PDF
39974 \end_layout
39975
39976 \end_inset
39977
39978
39979 \begin_inset Index idx
39980 status collapsed
39981
39982 \begin_layout Plain Layout
39983 PDF
39984 \end_layout
39985
39986 \end_inset
39987
39988
39989 \end_layout
39990
39991 \begin_layout Standard
39992 このファイル型の拡張子は「
39993 \family typewriter
39994 .pdf
39995 \family default
39996 」です.この「Portable Document Format (PDF)」は,
39997 \family typewriter
39998 Adobe
39999 \family default
40000 社によってPostScriptの派生として開発されました.PDFは,PostScriptよりも圧縮されており,かなり少ないコマンドしか使いません.「portab
40001 le(可搬的)」の名称が示すとおり,この形式は,どのコンピュータシステムでも処理することができ,印字出力は全く同じように出すことができます.
40002 \end_layout
40003
40004 \begin_layout Standard
40005 PDFは画像を,同じPDF形式か,「Joint Photographic Experts Group(JPG:ファイル拡張子「
40006 \family typewriter
40007 .jpg
40008 \family default
40009 」または「
40010 \family typewriter
40011 .jpeg
40012 \family default
40013 」)」形式か,「Portable Network Graphics(PNG:ファイル拡張子「
40014 \family typewriter
40015 .png
40016 \family default
40017 」)」として含めることができます.それにもかかわらず,\SpecialChar LyX
40018 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,他の画像形式も自由に使用することができま
40019 す.しかし,PostScriptの節で説明したように,この画像変換は作業手順を遅らせます.したがって,上記で述べた3つの画像形式のうちいずれかを使用することをお
40020 勧めします.
40021 \end_layout
40022
40023 \begin_layout Standard
40024 使用中の文書は,
40025 \family sans
40026 ファイル
40027 \family default
40028 \SpecialChar menuseparator
40029
40030 \family sans
40031 書き出し
40032 \family default
40033 メニューを使用して,以下の3つの方法のうちいずれかでPDFに書き出すことができます.
40034 \end_layout
40035
40036 \begin_layout Description
40037 PDF
40038 \begin_inset space ~
40039 \end_inset
40040
40041 (ps2pdf) これは
40042 \family typewriter
40043 ps2pdf
40044 \family default
40045 プログラムを使って,現在のファイルのPostScript版からPDFを生成します.このPostScript版は,中間段階にDVI版を使用する
40046 \family typewriter
40047 dvips
40048 \family default
40049 プログラムによって生成されます.つまり,この書き出し方法は,3段階の変換を伴います.
40050 \end_layout
40051
40052 \begin_layout Description
40053 PDF
40054 \begin_inset space ~
40055 \end_inset
40056
40057 (dvipdfm) これは
40058 \family typewriter
40059 dvipdfm
40060 \family default
40061 プログラムを使って,現在のファイルをバックグラウンドでDVIに変換し,2段階目でPDFに変換します.
40062 \end_layout
40063
40064 \begin_layout Description
40065 PDF
40066 \begin_inset space ~
40067 \end_inset
40068
40069 (pdflatex) これは
40070 \family typewriter
40071 pdftex
40072 \family default
40073 プログラムを使って,現在のファイルを直接PDFに変換します.
40074 \end_layout
40075
40076 \begin_layout Standard
40077
40078 \family typewriter
40079 pdftex
40080 \family default
40081 は現在のPDF版のすべての機能をサポートし,高速で問題なく安定して動作するので,
40082 \family sans
40083 PDF
40084 \begin_inset space ~
40085 \end_inset
40086
40087 (pdflatex)
40088 \family default
40089 を使用することが推奨されます.
40090 \family typewriter
40091 dvipdfm
40092 \family default
40093 プログラムは開発が停止しており,若干時代遅れになっています.
40094 \end_layout
40095
40096 \begin_layout Standard
40097 使用中の文書をPDFとして表示するには,
40098 \family sans
40099 表示
40100 \family default
40101 メニューかツールバーボタン(これは
40102 \family sans
40103 PDF
40104 \begin_inset space ~
40105 \end_inset
40106
40107 (pdflatex)
40108 \family default
40109 を使用します)を用います.
40110 \end_layout
40111
40112 \begin_layout Chapter
40113 dvips色名一覧
40114 \begin_inset CommandInset label
40115 LatexCommand label
40116 name "chap:dvips色名一覧"
40117
40118 \end_inset
40119
40120
40121 \end_layout
40122
40123 \begin_layout Standard
40124 \begin_inset Tabular
40125 <lyxtabular version="3" rows="17" columns="4">
40126 <features tabularvalignment="middle">
40127 <column alignment="left" valignment="top" width="0pt">
40128 <column alignment="left" valignment="top" width="0pt">
40129 <column alignment="left" valignment="top" width="0pt">
40130 <column alignment="left" valignment="top" width="0pt">
40131 <row>
40132 <cell alignment="left" valignment="top" usebox="none">
40133 \begin_inset Text
40134
40135 \begin_layout Plain Layout
40136 \begin_inset ERT
40137 status collapsed
40138
40139 \begin_layout Plain Layout
40140
40141
40142 \backslash
40143 fcolorbox{black}{
40144 \end_layout
40145
40146 \end_inset
40147
40148 white
40149 \begin_inset ERT
40150 status collapsed
40151
40152 \begin_layout Plain Layout
40153
40154 }{
40155 \end_layout
40156
40157 \end_inset
40158
40159
40160 \begin_inset ERT
40161 status collapsed
40162
40163 \begin_layout Plain Layout
40164
40165 }
40166 \end_layout
40167
40168 \end_inset
40169
40170  色名
40171 \end_layout
40172
40173 \end_inset
40174 </cell>
40175 <cell alignment="left" valignment="top" usebox="none">
40176 \begin_inset Text
40177
40178 \begin_layout Plain Layout
40179 \begin_inset ERT
40180 status collapsed
40181
40182 \begin_layout Plain Layout
40183
40184
40185 \backslash
40186 fcolorbox{black}{
40187 \end_layout
40188
40189 \end_inset
40190
40191 white
40192 \begin_inset ERT
40193 status collapsed
40194
40195 \begin_layout Plain Layout
40196
40197 }{
40198 \end_layout
40199
40200 \end_inset
40201
40202
40203 \begin_inset ERT
40204 status collapsed
40205
40206 \begin_layout Plain Layout
40207
40208 }
40209 \end_layout
40210
40211 \end_inset
40212
40213  色名
40214 \end_layout
40215
40216 \end_inset
40217 </cell>
40218 <cell alignment="left" valignment="top" usebox="none">
40219 \begin_inset Text
40220
40221 \begin_layout Plain Layout
40222 \begin_inset ERT
40223 status collapsed
40224
40225 \begin_layout Plain Layout
40226
40227
40228 \backslash
40229 fcolorbox{black}{
40230 \end_layout
40231
40232 \end_inset
40233
40234 white
40235 \begin_inset ERT
40236 status collapsed
40237
40238 \begin_layout Plain Layout
40239
40240 }{
40241 \end_layout
40242
40243 \end_inset
40244
40245
40246 \begin_inset ERT
40247 status collapsed
40248
40249 \begin_layout Plain Layout
40250
40251 }
40252 \end_layout
40253
40254 \end_inset
40255
40256  色名
40257 \end_layout
40258
40259 \end_inset
40260 </cell>
40261 <cell alignment="left" valignment="top" usebox="none">
40262 \begin_inset Text
40263
40264 \begin_layout Plain Layout
40265 \begin_inset ERT
40266 status collapsed
40267
40268 \begin_layout Plain Layout
40269
40270
40271 \backslash
40272 fcolorbox{black}{
40273 \end_layout
40274
40275 \end_inset
40276
40277 white
40278 \begin_inset ERT
40279 status collapsed
40280
40281 \begin_layout Plain Layout
40282
40283 }{
40284 \end_layout
40285
40286 \end_inset
40287
40288
40289 \begin_inset ERT
40290 status collapsed
40291
40292 \begin_layout Plain Layout
40293
40294 }
40295 \end_layout
40296
40297 \end_inset
40298
40299  色名
40300 \end_layout
40301
40302 \end_inset
40303 </cell>
40304 </row>
40305 <row>
40306 <cell alignment="center" valignment="top" usebox="none">
40307 \begin_inset Text
40308
40309 \begin_layout Plain Layout
40310 \begin_inset ERT
40311 status collapsed
40312
40313 \begin_layout Plain Layout
40314
40315
40316 \backslash
40317 fcolorbox{black}{
40318 \end_layout
40319
40320 \end_inset
40321
40322 Apricot
40323 \begin_inset ERT
40324 status collapsed
40325
40326 \begin_layout Plain Layout
40327
40328 }{
40329 \end_layout
40330
40331 \end_inset
40332
40333
40334 \begin_inset Phantom Phantom
40335 status open
40336
40337 \begin_layout Plain Layout
40338 W
40339 \end_layout
40340
40341 \end_inset
40342
40343
40344 \begin_inset ERT
40345 status collapsed
40346
40347 \begin_layout Plain Layout
40348
40349 }
40350 \end_layout
40351
40352 \end_inset
40353
40354  Apricot
40355 \end_layout
40356
40357 \end_inset
40358 </cell>
40359 <cell alignment="center" valignment="top" usebox="none">
40360 \begin_inset Text
40361
40362 \begin_layout Plain Layout
40363 \begin_inset ERT
40364 status collapsed
40365
40366 \begin_layout Plain Layout
40367
40368
40369 \backslash
40370 fcolorbox{black}{
40371 \end_layout
40372
40373 \end_inset
40374
40375 Aquamarine
40376 \begin_inset ERT
40377 status collapsed
40378
40379 \begin_layout Plain Layout
40380
40381 }{
40382 \end_layout
40383
40384 \end_inset
40385
40386
40387 \begin_inset Phantom Phantom
40388 status open
40389
40390 \begin_layout Plain Layout
40391 W
40392 \end_layout
40393
40394 \end_inset
40395
40396
40397 \begin_inset ERT
40398 status collapsed
40399
40400 \begin_layout Plain Layout
40401
40402 }
40403 \end_layout
40404
40405 \end_inset
40406
40407  Aquamarine
40408 \end_layout
40409
40410 \end_inset
40411 </cell>
40412 <cell alignment="center" valignment="top" usebox="none">
40413 \begin_inset Text
40414
40415 \begin_layout Plain Layout
40416 \begin_inset ERT
40417 status collapsed
40418
40419 \begin_layout Plain Layout
40420
40421
40422 \backslash
40423 fcolorbox{black}{
40424 \end_layout
40425
40426 \end_inset
40427
40428 Bittersweet
40429 \begin_inset ERT
40430 status collapsed
40431
40432 \begin_layout Plain Layout
40433
40434 }{
40435 \end_layout
40436
40437 \end_inset
40438
40439
40440 \begin_inset Phantom Phantom
40441 status open
40442
40443 \begin_layout Plain Layout
40444 W
40445 \end_layout
40446
40447 \end_inset
40448
40449
40450 \begin_inset ERT
40451 status collapsed
40452
40453 \begin_layout Plain Layout
40454
40455 }
40456 \end_layout
40457
40458 \end_inset
40459
40460  Bittersweet
40461 \end_layout
40462
40463 \end_inset
40464 </cell>
40465 <cell alignment="center" valignment="top" usebox="none">
40466 \begin_inset Text
40467
40468 \begin_layout Plain Layout
40469 \begin_inset ERT
40470 status collapsed
40471
40472 \begin_layout Plain Layout
40473
40474
40475 \backslash
40476 fcolorbox{black}{
40477 \end_layout
40478
40479 \end_inset
40480
40481 BlueGreen
40482 \begin_inset ERT
40483 status collapsed
40484
40485 \begin_layout Plain Layout
40486
40487 }{
40488 \end_layout
40489
40490 \end_inset
40491
40492
40493 \begin_inset Phantom Phantom
40494 status open
40495
40496 \begin_layout Plain Layout
40497 W
40498 \end_layout
40499
40500 \end_inset
40501
40502
40503 \begin_inset ERT
40504 status collapsed
40505
40506 \begin_layout Plain Layout
40507
40508 }
40509 \end_layout
40510
40511 \end_inset
40512
40513  BlueGreen
40514 \end_layout
40515
40516 \end_inset
40517 </cell>
40518 </row>
40519 <row>
40520 <cell alignment="left" valignment="top" usebox="none">
40521 \begin_inset Text
40522
40523 \begin_layout Plain Layout
40524 \begin_inset ERT
40525 status collapsed
40526
40527 \begin_layout Plain Layout
40528
40529
40530 \backslash
40531 fcolorbox{black}{
40532 \end_layout
40533
40534 \end_inset
40535
40536 BlueViolet
40537 \begin_inset ERT
40538 status collapsed
40539
40540 \begin_layout Plain Layout
40541
40542 }{
40543 \end_layout
40544
40545 \end_inset
40546
40547
40548 \begin_inset Phantom Phantom
40549 status open
40550
40551 \begin_layout Plain Layout
40552 W
40553 \end_layout
40554
40555 \end_inset
40556
40557
40558 \begin_inset ERT
40559 status collapsed
40560
40561 \begin_layout Plain Layout
40562
40563 }
40564 \end_layout
40565
40566 \end_inset
40567
40568  BlueViolet
40569 \end_layout
40570
40571 \end_inset
40572 </cell>
40573 <cell alignment="left" valignment="top" usebox="none">
40574 \begin_inset Text
40575
40576 \begin_layout Plain Layout
40577 \begin_inset ERT
40578 status collapsed
40579
40580 \begin_layout Plain Layout
40581
40582
40583 \backslash
40584 fcolorbox{black}{
40585 \end_layout
40586
40587 \end_inset
40588
40589 BrickRed
40590 \begin_inset ERT
40591 status collapsed
40592
40593 \begin_layout Plain Layout
40594
40595 }{
40596 \end_layout
40597
40598 \end_inset
40599
40600
40601 \begin_inset Phantom Phantom
40602 status open
40603
40604 \begin_layout Plain Layout
40605 W
40606 \end_layout
40607
40608 \end_inset
40609
40610
40611 \begin_inset ERT
40612 status collapsed
40613
40614 \begin_layout Plain Layout
40615
40616 }
40617 \end_layout
40618
40619 \end_inset
40620
40621  BrickRed
40622 \end_layout
40623
40624 \end_inset
40625 </cell>
40626 <cell alignment="left" valignment="top" usebox="none">
40627 \begin_inset Text
40628
40629 \begin_layout Plain Layout
40630 \begin_inset ERT
40631 status collapsed
40632
40633 \begin_layout Plain Layout
40634
40635
40636 \backslash
40637 fcolorbox{black}{
40638 \end_layout
40639
40640 \end_inset
40641
40642 Brown
40643 \begin_inset ERT
40644 status collapsed
40645
40646 \begin_layout Plain Layout
40647
40648 }{
40649 \end_layout
40650
40651 \end_inset
40652
40653
40654 \begin_inset Phantom Phantom
40655 status open
40656
40657 \begin_layout Plain Layout
40658 W
40659 \end_layout
40660
40661 \end_inset
40662
40663
40664 \begin_inset ERT
40665 status collapsed
40666
40667 \begin_layout Plain Layout
40668
40669 }
40670 \end_layout
40671
40672 \end_inset
40673
40674  Brown
40675 \end_layout
40676
40677 \end_inset
40678 </cell>
40679 <cell alignment="left" valignment="top" usebox="none">
40680 \begin_inset Text
40681
40682 \begin_layout Plain Layout
40683 \begin_inset ERT
40684 status collapsed
40685
40686 \begin_layout Plain Layout
40687
40688
40689 \backslash
40690 fcolorbox{black}{
40691 \end_layout
40692
40693 \end_inset
40694
40695 BurntOrange
40696 \begin_inset ERT
40697 status collapsed
40698
40699 \begin_layout Plain Layout
40700
40701 }{
40702 \end_layout
40703
40704 \end_inset
40705
40706
40707 \begin_inset Phantom Phantom
40708 status open
40709
40710 \begin_layout Plain Layout
40711 W
40712 \end_layout
40713
40714 \end_inset
40715
40716
40717 \begin_inset ERT
40718 status collapsed
40719
40720 \begin_layout Plain Layout
40721
40722 }
40723 \end_layout
40724
40725 \end_inset
40726
40727  BurntOrange
40728 \end_layout
40729
40730 \end_inset
40731 </cell>
40732 </row>
40733 <row>
40734 <cell alignment="left" valignment="top" usebox="none">
40735 \begin_inset Text
40736
40737 \begin_layout Plain Layout
40738 \begin_inset ERT
40739 status collapsed
40740
40741 \begin_layout Plain Layout
40742
40743
40744 \backslash
40745 fcolorbox{black}{
40746 \end_layout
40747
40748 \end_inset
40749
40750 CadetBlue
40751 \begin_inset ERT
40752 status collapsed
40753
40754 \begin_layout Plain Layout
40755
40756 }{
40757 \end_layout
40758
40759 \end_inset
40760
40761
40762 \begin_inset Phantom Phantom
40763 status open
40764
40765 \begin_layout Plain Layout
40766 W
40767 \end_layout
40768
40769 \end_inset
40770
40771
40772 \begin_inset ERT
40773 status collapsed
40774
40775 \begin_layout Plain Layout
40776
40777 }
40778 \end_layout
40779
40780 \end_inset
40781
40782  CadetBlue
40783 \end_layout
40784
40785 \end_inset
40786 </cell>
40787 <cell alignment="left" valignment="top" usebox="none">
40788 \begin_inset Text
40789
40790 \begin_layout Plain Layout
40791 \begin_inset ERT
40792 status collapsed
40793
40794 \begin_layout Plain Layout
40795
40796
40797 \backslash
40798 fcolorbox{black}{
40799 \end_layout
40800
40801 \end_inset
40802
40803 CarnationPink
40804 \begin_inset ERT
40805 status collapsed
40806
40807 \begin_layout Plain Layout
40808
40809 }{
40810 \end_layout
40811
40812 \end_inset
40813
40814
40815 \begin_inset Phantom Phantom
40816 status open
40817
40818 \begin_layout Plain Layout
40819 W
40820 \end_layout
40821
40822 \end_inset
40823
40824
40825 \begin_inset ERT
40826 status collapsed
40827
40828 \begin_layout Plain Layout
40829
40830 }
40831 \end_layout
40832
40833 \end_inset
40834
40835  CarnationPink
40836 \end_layout
40837
40838 \end_inset
40839 </cell>
40840 <cell alignment="left" valignment="top" usebox="none">
40841 \begin_inset Text
40842
40843 \begin_layout Plain Layout
40844 \begin_inset ERT
40845 status collapsed
40846
40847 \begin_layout Plain Layout
40848
40849
40850 \backslash
40851 fcolorbox{black}{
40852 \end_layout
40853
40854 \end_inset
40855
40856 Cerulean
40857 \begin_inset ERT
40858 status collapsed
40859
40860 \begin_layout Plain Layout
40861
40862 }{
40863 \end_layout
40864
40865 \end_inset
40866
40867
40868 \begin_inset Phantom Phantom
40869 status open
40870
40871 \begin_layout Plain Layout
40872 W
40873 \end_layout
40874
40875 \end_inset
40876
40877
40878 \begin_inset ERT
40879 status collapsed
40880
40881 \begin_layout Plain Layout
40882
40883 }
40884 \end_layout
40885
40886 \end_inset
40887
40888  Cerulean
40889 \end_layout
40890
40891 \end_inset
40892 </cell>
40893 <cell alignment="left" valignment="top" usebox="none">
40894 \begin_inset Text
40895
40896 \begin_layout Plain Layout
40897 \begin_inset ERT
40898 status collapsed
40899
40900 \begin_layout Plain Layout
40901
40902
40903 \backslash
40904 fcolorbox{black}{
40905 \end_layout
40906
40907 \end_inset
40908
40909 CornflowerBlue
40910 \begin_inset ERT
40911 status collapsed
40912
40913 \begin_layout Plain Layout
40914
40915 }{
40916 \end_layout
40917
40918 \end_inset
40919
40920
40921 \begin_inset Phantom Phantom
40922 status open
40923
40924 \begin_layout Plain Layout
40925 W
40926 \end_layout
40927
40928 \end_inset
40929
40930
40931 \begin_inset ERT
40932 status collapsed
40933
40934 \begin_layout Plain Layout
40935
40936 }
40937 \end_layout
40938
40939 \end_inset
40940
40941  CornflowerBlue
40942 \end_layout
40943
40944 \end_inset
40945 </cell>
40946 </row>
40947 <row>
40948 <cell alignment="left" valignment="top" usebox="none">
40949 \begin_inset Text
40950
40951 \begin_layout Plain Layout
40952 \begin_inset ERT
40953 status collapsed
40954
40955 \begin_layout Plain Layout
40956
40957
40958 \backslash
40959 fcolorbox{black}{
40960 \end_layout
40961
40962 \end_inset
40963
40964 Dandelion
40965 \begin_inset ERT
40966 status collapsed
40967
40968 \begin_layout Plain Layout
40969
40970 }{
40971 \end_layout
40972
40973 \end_inset
40974
40975
40976 \begin_inset Phantom Phantom
40977 status open
40978
40979 \begin_layout Plain Layout
40980 W
40981 \end_layout
40982
40983 \end_inset
40984
40985
40986 \begin_inset ERT
40987 status collapsed
40988
40989 \begin_layout Plain Layout
40990
40991 }
40992 \end_layout
40993
40994 \end_inset
40995
40996  Dandelion
40997 \end_layout
40998
40999 \end_inset
41000 </cell>
41001 <cell alignment="left" valignment="top" usebox="none">
41002 \begin_inset Text
41003
41004 \begin_layout Plain Layout
41005 \begin_inset ERT
41006 status collapsed
41007
41008 \begin_layout Plain Layout
41009
41010
41011 \backslash
41012 fcolorbox{black}{
41013 \end_layout
41014
41015 \end_inset
41016
41017 DarkOrchid
41018 \begin_inset ERT
41019 status collapsed
41020
41021 \begin_layout Plain Layout
41022
41023 }{
41024 \end_layout
41025
41026 \end_inset
41027
41028
41029 \begin_inset Phantom Phantom
41030 status open
41031
41032 \begin_layout Plain Layout
41033 W
41034 \end_layout
41035
41036 \end_inset
41037
41038
41039 \begin_inset ERT
41040 status collapsed
41041
41042 \begin_layout Plain Layout
41043
41044 }
41045 \end_layout
41046
41047 \end_inset
41048
41049  DarkOrchid
41050 \end_layout
41051
41052 \end_inset
41053 </cell>
41054 <cell alignment="left" valignment="top" usebox="none">
41055 \begin_inset Text
41056
41057 \begin_layout Plain Layout
41058 \begin_inset ERT
41059 status collapsed
41060
41061 \begin_layout Plain Layout
41062
41063
41064 \backslash
41065 fcolorbox{black}{
41066 \end_layout
41067
41068 \end_inset
41069
41070 Emerald
41071 \begin_inset ERT
41072 status collapsed
41073
41074 \begin_layout Plain Layout
41075
41076 }{
41077 \end_layout
41078
41079 \end_inset
41080
41081
41082 \begin_inset Phantom Phantom
41083 status open
41084
41085 \begin_layout Plain Layout
41086 W
41087 \end_layout
41088
41089 \end_inset
41090
41091
41092 \begin_inset ERT
41093 status collapsed
41094
41095 \begin_layout Plain Layout
41096
41097 }
41098 \end_layout
41099
41100 \end_inset
41101
41102  Emerald
41103 \end_layout
41104
41105 \end_inset
41106 </cell>
41107 <cell alignment="left" valignment="top" usebox="none">
41108 \begin_inset Text
41109
41110 \begin_layout Plain Layout
41111 \begin_inset ERT
41112 status collapsed
41113
41114 \begin_layout Plain Layout
41115
41116
41117 \backslash
41118 fcolorbox{black}{
41119 \end_layout
41120
41121 \end_inset
41122
41123 ForestGreen
41124 \begin_inset ERT
41125 status collapsed
41126
41127 \begin_layout Plain Layout
41128
41129 }{
41130 \end_layout
41131
41132 \end_inset
41133
41134
41135 \begin_inset Phantom Phantom
41136 status open
41137
41138 \begin_layout Plain Layout
41139 W
41140 \end_layout
41141
41142 \end_inset
41143
41144
41145 \begin_inset ERT
41146 status collapsed
41147
41148 \begin_layout Plain Layout
41149
41150 }
41151 \end_layout
41152
41153 \end_inset
41154
41155  ForestGreen
41156 \end_layout
41157
41158 \end_inset
41159 </cell>
41160 </row>
41161 <row>
41162 <cell alignment="left" valignment="top" usebox="none">
41163 \begin_inset Text
41164
41165 \begin_layout Plain Layout
41166 \begin_inset ERT
41167 status collapsed
41168
41169 \begin_layout Plain Layout
41170
41171
41172 \backslash
41173 fcolorbox{black}{
41174 \end_layout
41175
41176 \end_inset
41177
41178 Fuchsia
41179 \begin_inset ERT
41180 status collapsed
41181
41182 \begin_layout Plain Layout
41183
41184 }{
41185 \end_layout
41186
41187 \end_inset
41188
41189
41190 \begin_inset Phantom Phantom
41191 status open
41192
41193 \begin_layout Plain Layout
41194 W
41195 \end_layout
41196
41197 \end_inset
41198
41199
41200 \begin_inset ERT
41201 status collapsed
41202
41203 \begin_layout Plain Layout
41204
41205 }
41206 \end_layout
41207
41208 \end_inset
41209
41210  Fuchsia
41211 \end_layout
41212
41213 \end_inset
41214 </cell>
41215 <cell alignment="left" valignment="top" usebox="none">
41216 \begin_inset Text
41217
41218 \begin_layout Plain Layout
41219 \begin_inset ERT
41220 status collapsed
41221
41222 \begin_layout Plain Layout
41223
41224
41225 \backslash
41226 fcolorbox{black}{
41227 \end_layout
41228
41229 \end_inset
41230
41231 Goldenrod
41232 \begin_inset ERT
41233 status collapsed
41234
41235 \begin_layout Plain Layout
41236
41237 }{
41238 \end_layout
41239
41240 \end_inset
41241
41242
41243 \begin_inset Phantom Phantom
41244 status open
41245
41246 \begin_layout Plain Layout
41247 W
41248 \end_layout
41249
41250 \end_inset
41251
41252
41253 \begin_inset ERT
41254 status collapsed
41255
41256 \begin_layout Plain Layout
41257
41258 }
41259 \end_layout
41260
41261 \end_inset
41262
41263  Goldenrod
41264 \end_layout
41265
41266 \end_inset
41267 </cell>
41268 <cell alignment="left" valignment="top" usebox="none">
41269 \begin_inset Text
41270
41271 \begin_layout Plain Layout
41272 \begin_inset ERT
41273 status collapsed
41274
41275 \begin_layout Plain Layout
41276
41277
41278 \backslash
41279 fcolorbox{black}{
41280 \end_layout
41281
41282 \end_inset
41283
41284 Gray
41285 \begin_inset ERT
41286 status collapsed
41287
41288 \begin_layout Plain Layout
41289
41290 }{
41291 \end_layout
41292
41293 \end_inset
41294
41295
41296 \begin_inset Phantom Phantom
41297 status open
41298
41299 \begin_layout Plain Layout
41300 W
41301 \end_layout
41302
41303 \end_inset
41304
41305
41306 \begin_inset ERT
41307 status collapsed
41308
41309 \begin_layout Plain Layout
41310
41311 }
41312 \end_layout
41313
41314 \end_inset
41315
41316  Gray
41317 \end_layout
41318
41319 \end_inset
41320 </cell>
41321 <cell alignment="left" valignment="top" usebox="none">
41322 \begin_inset Text
41323
41324 \begin_layout Plain Layout
41325 \begin_inset ERT
41326 status collapsed
41327
41328 \begin_layout Plain Layout
41329
41330
41331 \backslash
41332 fcolorbox{black}{
41333 \end_layout
41334
41335 \end_inset
41336
41337 GreenYellow
41338 \begin_inset ERT
41339 status collapsed
41340
41341 \begin_layout Plain Layout
41342
41343 }{
41344 \end_layout
41345
41346 \end_inset
41347
41348
41349 \begin_inset Phantom Phantom
41350 status open
41351
41352 \begin_layout Plain Layout
41353 W
41354 \end_layout
41355
41356 \end_inset
41357
41358
41359 \begin_inset ERT
41360 status collapsed
41361
41362 \begin_layout Plain Layout
41363
41364 }
41365 \end_layout
41366
41367 \end_inset
41368
41369  GreenYellow
41370 \end_layout
41371
41372 \end_inset
41373 </cell>
41374 </row>
41375 <row>
41376 <cell alignment="center" valignment="top" usebox="none">
41377 \begin_inset Text
41378
41379 \begin_layout Plain Layout
41380 \begin_inset ERT
41381 status collapsed
41382
41383 \begin_layout Plain Layout
41384
41385
41386 \backslash
41387 fcolorbox{black}{
41388 \end_layout
41389
41390 \end_inset
41391
41392 JungleGreen
41393 \begin_inset ERT
41394 status collapsed
41395
41396 \begin_layout Plain Layout
41397
41398 }{
41399 \end_layout
41400
41401 \end_inset
41402
41403
41404 \begin_inset Phantom Phantom
41405 status open
41406
41407 \begin_layout Plain Layout
41408 W
41409 \end_layout
41410
41411 \end_inset
41412
41413
41414 \begin_inset ERT
41415 status collapsed
41416
41417 \begin_layout Plain Layout
41418
41419 }
41420 \end_layout
41421
41422 \end_inset
41423
41424  JungleGreen
41425 \end_layout
41426
41427 \end_inset
41428 </cell>
41429 <cell alignment="center" valignment="top" usebox="none">
41430 \begin_inset Text
41431
41432 \begin_layout Plain Layout
41433 \begin_inset ERT
41434 status collapsed
41435
41436 \begin_layout Plain Layout
41437
41438
41439 \backslash
41440 fcolorbox{black}{
41441 \end_layout
41442
41443 \end_inset
41444
41445 Lavender
41446 \begin_inset ERT
41447 status collapsed
41448
41449 \begin_layout Plain Layout
41450
41451 }{
41452 \end_layout
41453
41454 \end_inset
41455
41456
41457 \begin_inset Phantom Phantom
41458 status open
41459
41460 \begin_layout Plain Layout
41461 W
41462 \end_layout
41463
41464 \end_inset
41465
41466
41467 \begin_inset ERT
41468 status collapsed
41469
41470 \begin_layout Plain Layout
41471
41472 }
41473 \end_layout
41474
41475 \end_inset
41476
41477  Lavender
41478 \end_layout
41479
41480 \end_inset
41481 </cell>
41482 <cell alignment="center" valignment="top" usebox="none">
41483 \begin_inset Text
41484
41485 \begin_layout Plain Layout
41486 \begin_inset ERT
41487 status collapsed
41488
41489 \begin_layout Plain Layout
41490
41491
41492 \backslash
41493 fcolorbox{black}{
41494 \end_layout
41495
41496 \end_inset
41497
41498 LimeGreen
41499 \begin_inset ERT
41500 status collapsed
41501
41502 \begin_layout Plain Layout
41503
41504 }{
41505 \end_layout
41506
41507 \end_inset
41508
41509
41510 \begin_inset Phantom Phantom
41511 status open
41512
41513 \begin_layout Plain Layout
41514 W
41515 \end_layout
41516
41517 \end_inset
41518
41519
41520 \begin_inset ERT
41521 status collapsed
41522
41523 \begin_layout Plain Layout
41524
41525 }
41526 \end_layout
41527
41528 \end_inset
41529
41530  LimeGreen
41531 \end_layout
41532
41533 \end_inset
41534 </cell>
41535 <cell alignment="center" valignment="top" usebox="none">
41536 \begin_inset Text
41537
41538 \begin_layout Plain Layout
41539 \begin_inset ERT
41540 status collapsed
41541
41542 \begin_layout Plain Layout
41543
41544
41545 \backslash
41546 fcolorbox{black}{
41547 \end_layout
41548
41549 \end_inset
41550
41551 Mahogany
41552 \begin_inset ERT
41553 status collapsed
41554
41555 \begin_layout Plain Layout
41556
41557 }{
41558 \end_layout
41559
41560 \end_inset
41561
41562
41563 \begin_inset Phantom Phantom
41564 status open
41565
41566 \begin_layout Plain Layout
41567 W
41568 \end_layout
41569
41570 \end_inset
41571
41572
41573 \begin_inset ERT
41574 status collapsed
41575
41576 \begin_layout Plain Layout
41577
41578 }
41579 \end_layout
41580
41581 \end_inset
41582
41583  Mahogany
41584 \end_layout
41585
41586 \end_inset
41587 </cell>
41588 </row>
41589 <row>
41590 <cell alignment="left" valignment="top" usebox="none">
41591 \begin_inset Text
41592
41593 \begin_layout Plain Layout
41594 \begin_inset ERT
41595 status collapsed
41596
41597 \begin_layout Plain Layout
41598
41599
41600 \backslash
41601 fcolorbox{black}{
41602 \end_layout
41603
41604 \end_inset
41605
41606 Mahogany
41607 \begin_inset ERT
41608 status collapsed
41609
41610 \begin_layout Plain Layout
41611
41612 }{
41613 \end_layout
41614
41615 \end_inset
41616
41617
41618 \begin_inset Phantom Phantom
41619 status open
41620
41621 \begin_layout Plain Layout
41622 W
41623 \end_layout
41624
41625 \end_inset
41626
41627
41628 \begin_inset ERT
41629 status collapsed
41630
41631 \begin_layout Plain Layout
41632
41633 }
41634 \end_layout
41635
41636 \end_inset
41637
41638  Mahogany
41639 \end_layout
41640
41641 \end_inset
41642 </cell>
41643 <cell alignment="left" valignment="top" usebox="none">
41644 \begin_inset Text
41645
41646 \begin_layout Plain Layout
41647 \begin_inset ERT
41648 status collapsed
41649
41650 \begin_layout Plain Layout
41651
41652
41653 \backslash
41654 fcolorbox{black}{
41655 \end_layout
41656
41657 \end_inset
41658
41659 Maroon
41660 \begin_inset ERT
41661 status collapsed
41662
41663 \begin_layout Plain Layout
41664
41665 }{
41666 \end_layout
41667
41668 \end_inset
41669
41670
41671 \begin_inset Phantom Phantom
41672 status open
41673
41674 \begin_layout Plain Layout
41675 W
41676 \end_layout
41677
41678 \end_inset
41679
41680
41681 \begin_inset ERT
41682 status collapsed
41683
41684 \begin_layout Plain Layout
41685
41686 }
41687 \end_layout
41688
41689 \end_inset
41690
41691  Maroon
41692 \end_layout
41693
41694 \end_inset
41695 </cell>
41696 <cell alignment="left" valignment="top" usebox="none">
41697 \begin_inset Text
41698
41699 \begin_layout Plain Layout
41700 \begin_inset ERT
41701 status collapsed
41702
41703 \begin_layout Plain Layout
41704
41705
41706 \backslash
41707 fcolorbox{black}{
41708 \end_layout
41709
41710 \end_inset
41711
41712 Melon
41713 \begin_inset ERT
41714 status collapsed
41715
41716 \begin_layout Plain Layout
41717
41718 }{
41719 \end_layout
41720
41721 \end_inset
41722
41723
41724 \begin_inset Phantom Phantom
41725 status open
41726
41727 \begin_layout Plain Layout
41728 W
41729 \end_layout
41730
41731 \end_inset
41732
41733
41734 \begin_inset ERT
41735 status collapsed
41736
41737 \begin_layout Plain Layout
41738
41739 }
41740 \end_layout
41741
41742 \end_inset
41743
41744  Melon
41745 \end_layout
41746
41747 \end_inset
41748 </cell>
41749 <cell alignment="left" valignment="top" usebox="none">
41750 \begin_inset Text
41751
41752 \begin_layout Plain Layout
41753 \begin_inset ERT
41754 status collapsed
41755
41756 \begin_layout Plain Layout
41757
41758
41759 \backslash
41760 fcolorbox{black}{
41761 \end_layout
41762
41763 \end_inset
41764
41765 MidnightBlue
41766 \begin_inset ERT
41767 status collapsed
41768
41769 \begin_layout Plain Layout
41770
41771 }{
41772 \end_layout
41773
41774 \end_inset
41775
41776
41777 \begin_inset Phantom Phantom
41778 status open
41779
41780 \begin_layout Plain Layout
41781 W
41782 \end_layout
41783
41784 \end_inset
41785
41786
41787 \begin_inset ERT
41788 status collapsed
41789
41790 \begin_layout Plain Layout
41791
41792 }
41793 \end_layout
41794
41795 \end_inset
41796
41797  MidnightBlue
41798 \end_layout
41799
41800 \end_inset
41801 </cell>
41802 </row>
41803 <row>
41804 <cell alignment="left" valignment="top" usebox="none">
41805 \begin_inset Text
41806
41807 \begin_layout Plain Layout
41808 \begin_inset ERT
41809 status collapsed
41810
41811 \begin_layout Plain Layout
41812
41813
41814 \backslash
41815 fcolorbox{black}{
41816 \end_layout
41817
41818 \end_inset
41819
41820 Mulberry
41821 \begin_inset ERT
41822 status collapsed
41823
41824 \begin_layout Plain Layout
41825
41826 }{
41827 \end_layout
41828
41829 \end_inset
41830
41831
41832 \begin_inset Phantom Phantom
41833 status open
41834
41835 \begin_layout Plain Layout
41836 W
41837 \end_layout
41838
41839 \end_inset
41840
41841
41842 \begin_inset ERT
41843 status collapsed
41844
41845 \begin_layout Plain Layout
41846
41847 }
41848 \end_layout
41849
41850 \end_inset
41851
41852  Mulberry
41853 \end_layout
41854
41855 \end_inset
41856 </cell>
41857 <cell alignment="left" valignment="top" usebox="none">
41858 \begin_inset Text
41859
41860 \begin_layout Plain Layout
41861 \begin_inset ERT
41862 status collapsed
41863
41864 \begin_layout Plain Layout
41865
41866
41867 \backslash
41868 fcolorbox{black}{
41869 \end_layout
41870
41871 \end_inset
41872
41873 NavyBlue
41874 \begin_inset ERT
41875 status collapsed
41876
41877 \begin_layout Plain Layout
41878
41879 }{
41880 \end_layout
41881
41882 \end_inset
41883
41884
41885 \begin_inset Phantom Phantom
41886 status open
41887
41888 \begin_layout Plain Layout
41889 W
41890 \end_layout
41891
41892 \end_inset
41893
41894
41895 \begin_inset ERT
41896 status collapsed
41897
41898 \begin_layout Plain Layout
41899
41900 }
41901 \end_layout
41902
41903 \end_inset
41904
41905  NavyBlue
41906 \end_layout
41907
41908 \end_inset
41909 </cell>
41910 <cell alignment="left" valignment="top" usebox="none">
41911 \begin_inset Text
41912
41913 \begin_layout Plain Layout
41914 \begin_inset ERT
41915 status collapsed
41916
41917 \begin_layout Plain Layout
41918
41919
41920 \backslash
41921 fcolorbox{black}{
41922 \end_layout
41923
41924 \end_inset
41925
41926 OliveGreen
41927 \begin_inset ERT
41928 status collapsed
41929
41930 \begin_layout Plain Layout
41931
41932 }{
41933 \end_layout
41934
41935 \end_inset
41936
41937
41938 \begin_inset Phantom Phantom
41939 status open
41940
41941 \begin_layout Plain Layout
41942 W
41943 \end_layout
41944
41945 \end_inset
41946
41947
41948 \begin_inset ERT
41949 status collapsed
41950
41951 \begin_layout Plain Layout
41952
41953 }
41954 \end_layout
41955
41956 \end_inset
41957
41958  OliveGreen
41959 \end_layout
41960
41961 \end_inset
41962 </cell>
41963 <cell alignment="left" valignment="top" usebox="none">
41964 \begin_inset Text
41965
41966 \begin_layout Plain Layout
41967 \begin_inset ERT
41968 status collapsed
41969
41970 \begin_layout Plain Layout
41971
41972
41973 \backslash
41974 fcolorbox{black}{
41975 \end_layout
41976
41977 \end_inset
41978
41979 Orange
41980 \begin_inset ERT
41981 status collapsed
41982
41983 \begin_layout Plain Layout
41984
41985 }{
41986 \end_layout
41987
41988 \end_inset
41989
41990
41991 \begin_inset Phantom Phantom
41992 status open
41993
41994 \begin_layout Plain Layout
41995 W
41996 \end_layout
41997
41998 \end_inset
41999
42000
42001 \begin_inset ERT
42002 status collapsed
42003
42004 \begin_layout Plain Layout
42005
42006 }
42007 \end_layout
42008
42009 \end_inset
42010
42011  Orange
42012 \end_layout
42013
42014 \end_inset
42015 </cell>
42016 </row>
42017 <row>
42018 <cell alignment="left" valignment="top" usebox="none">
42019 \begin_inset Text
42020
42021 \begin_layout Plain Layout
42022 \begin_inset ERT
42023 status collapsed
42024
42025 \begin_layout Plain Layout
42026
42027
42028 \backslash
42029 fcolorbox{black}{
42030 \end_layout
42031
42032 \end_inset
42033
42034 OrangeRed
42035 \begin_inset ERT
42036 status collapsed
42037
42038 \begin_layout Plain Layout
42039
42040 }{
42041 \end_layout
42042
42043 \end_inset
42044
42045
42046 \begin_inset Phantom Phantom
42047 status open
42048
42049 \begin_layout Plain Layout
42050 W
42051 \end_layout
42052
42053 \end_inset
42054
42055
42056 \begin_inset ERT
42057 status collapsed
42058
42059 \begin_layout Plain Layout
42060
42061 }
42062 \end_layout
42063
42064 \end_inset
42065
42066  OrangeRed
42067 \end_layout
42068
42069 \end_inset
42070 </cell>
42071 <cell alignment="left" valignment="top" usebox="none">
42072 \begin_inset Text
42073
42074 \begin_layout Plain Layout
42075 \begin_inset ERT
42076 status collapsed
42077
42078 \begin_layout Plain Layout
42079
42080
42081 \backslash
42082 fcolorbox{black}{
42083 \end_layout
42084
42085 \end_inset
42086
42087 Orchid
42088 \begin_inset ERT
42089 status collapsed
42090
42091 \begin_layout Plain Layout
42092
42093 }{
42094 \end_layout
42095
42096 \end_inset
42097
42098
42099 \begin_inset Phantom Phantom
42100 status open
42101
42102 \begin_layout Plain Layout
42103 W
42104 \end_layout
42105
42106 \end_inset
42107
42108
42109 \begin_inset ERT
42110 status collapsed
42111
42112 \begin_layout Plain Layout
42113
42114 }
42115 \end_layout
42116
42117 \end_inset
42118
42119  Orchid
42120 \end_layout
42121
42122 \end_inset
42123 </cell>
42124 <cell alignment="left" valignment="top" usebox="none">
42125 \begin_inset Text
42126
42127 \begin_layout Plain Layout
42128 \begin_inset ERT
42129 status collapsed
42130
42131 \begin_layout Plain Layout
42132
42133
42134 \backslash
42135 fcolorbox{black}{
42136 \end_layout
42137
42138 \end_inset
42139
42140 Peach
42141 \begin_inset ERT
42142 status collapsed
42143
42144 \begin_layout Plain Layout
42145
42146 }{
42147 \end_layout
42148
42149 \end_inset
42150
42151
42152 \begin_inset Phantom Phantom
42153 status open
42154
42155 \begin_layout Plain Layout
42156 W
42157 \end_layout
42158
42159 \end_inset
42160
42161
42162 \begin_inset ERT
42163 status collapsed
42164
42165 \begin_layout Plain Layout
42166
42167 }
42168 \end_layout
42169
42170 \end_inset
42171
42172  Peach
42173 \end_layout
42174
42175 \end_inset
42176 </cell>
42177 <cell alignment="left" valignment="top" usebox="none">
42178 \begin_inset Text
42179
42180 \begin_layout Plain Layout
42181 \begin_inset ERT
42182 status collapsed
42183
42184 \begin_layout Plain Layout
42185
42186
42187 \backslash
42188 fcolorbox{black}{
42189 \end_layout
42190
42191 \end_inset
42192
42193 Periwinkle
42194 \begin_inset ERT
42195 status collapsed
42196
42197 \begin_layout Plain Layout
42198
42199 }{
42200 \end_layout
42201
42202 \end_inset
42203
42204
42205 \begin_inset Phantom Phantom
42206 status open
42207
42208 \begin_layout Plain Layout
42209 W
42210 \end_layout
42211
42212 \end_inset
42213
42214
42215 \begin_inset ERT
42216 status collapsed
42217
42218 \begin_layout Plain Layout
42219
42220 }
42221 \end_layout
42222
42223 \end_inset
42224
42225  Periwinkle
42226 \end_layout
42227
42228 \end_inset
42229 </cell>
42230 </row>
42231 <row>
42232 <cell alignment="left" valignment="top" usebox="none">
42233 \begin_inset Text
42234
42235 \begin_layout Plain Layout
42236 \begin_inset ERT
42237 status collapsed
42238
42239 \begin_layout Plain Layout
42240
42241
42242 \backslash
42243 fcolorbox{black}{
42244 \end_layout
42245
42246 \end_inset
42247
42248 PineGreen
42249 \begin_inset ERT
42250 status collapsed
42251
42252 \begin_layout Plain Layout
42253
42254 }{
42255 \end_layout
42256
42257 \end_inset
42258
42259
42260 \begin_inset Phantom Phantom
42261 status open
42262
42263 \begin_layout Plain Layout
42264 W
42265 \end_layout
42266
42267 \end_inset
42268
42269
42270 \begin_inset ERT
42271 status collapsed
42272
42273 \begin_layout Plain Layout
42274
42275 }
42276 \end_layout
42277
42278 \end_inset
42279
42280  PineGreen
42281 \end_layout
42282
42283 \end_inset
42284 </cell>
42285 <cell alignment="left" valignment="top" usebox="none">
42286 \begin_inset Text
42287
42288 \begin_layout Plain Layout
42289 \begin_inset ERT
42290 status collapsed
42291
42292 \begin_layout Plain Layout
42293
42294
42295 \backslash
42296 fcolorbox{black}{
42297 \end_layout
42298
42299 \end_inset
42300
42301 Plum
42302 \begin_inset ERT
42303 status collapsed
42304
42305 \begin_layout Plain Layout
42306
42307 }{
42308 \end_layout
42309
42310 \end_inset
42311
42312
42313 \begin_inset Phantom Phantom
42314 status open
42315
42316 \begin_layout Plain Layout
42317 W
42318 \end_layout
42319
42320 \end_inset
42321
42322
42323 \begin_inset ERT
42324 status collapsed
42325
42326 \begin_layout Plain Layout
42327
42328 }
42329 \end_layout
42330
42331 \end_inset
42332
42333  Plum
42334 \end_layout
42335
42336 \end_inset
42337 </cell>
42338 <cell alignment="left" valignment="top" usebox="none">
42339 \begin_inset Text
42340
42341 \begin_layout Plain Layout
42342 \begin_inset ERT
42343 status collapsed
42344
42345 \begin_layout Plain Layout
42346
42347
42348 \backslash
42349 fcolorbox{black}{
42350 \end_layout
42351
42352 \end_inset
42353
42354 ProcessBlue
42355 \begin_inset ERT
42356 status collapsed
42357
42358 \begin_layout Plain Layout
42359
42360 }{
42361 \end_layout
42362
42363 \end_inset
42364
42365
42366 \begin_inset Phantom Phantom
42367 status open
42368
42369 \begin_layout Plain Layout
42370 W
42371 \end_layout
42372
42373 \end_inset
42374
42375
42376 \begin_inset ERT
42377 status collapsed
42378
42379 \begin_layout Plain Layout
42380
42381 }
42382 \end_layout
42383
42384 \end_inset
42385
42386  ProcessBlue
42387 \end_layout
42388
42389 \end_inset
42390 </cell>
42391 <cell alignment="left" valignment="top" usebox="none">
42392 \begin_inset Text
42393
42394 \begin_layout Plain Layout
42395 \begin_inset ERT
42396 status collapsed
42397
42398 \begin_layout Plain Layout
42399
42400
42401 \backslash
42402 fcolorbox{black}{
42403 \end_layout
42404
42405 \end_inset
42406
42407 Purple
42408 \begin_inset ERT
42409 status collapsed
42410
42411 \begin_layout Plain Layout
42412
42413 }{
42414 \end_layout
42415
42416 \end_inset
42417
42418
42419 \begin_inset Phantom Phantom
42420 status open
42421
42422 \begin_layout Plain Layout
42423 W
42424 \end_layout
42425
42426 \end_inset
42427
42428
42429 \begin_inset ERT
42430 status collapsed
42431
42432 \begin_layout Plain Layout
42433
42434 }
42435 \end_layout
42436
42437 \end_inset
42438
42439  Purple
42440 \end_layout
42441
42442 \end_inset
42443 </cell>
42444 </row>
42445 <row>
42446 <cell alignment="left" valignment="top" usebox="none">
42447 \begin_inset Text
42448
42449 \begin_layout Plain Layout
42450 \begin_inset ERT
42451 status collapsed
42452
42453 \begin_layout Plain Layout
42454
42455
42456 \backslash
42457 fcolorbox{black}{
42458 \end_layout
42459
42460 \end_inset
42461
42462 RawSienna
42463 \begin_inset ERT
42464 status collapsed
42465
42466 \begin_layout Plain Layout
42467
42468 }{
42469 \end_layout
42470
42471 \end_inset
42472
42473
42474 \begin_inset Phantom Phantom
42475 status open
42476
42477 \begin_layout Plain Layout
42478 W
42479 \end_layout
42480
42481 \end_inset
42482
42483
42484 \begin_inset ERT
42485 status collapsed
42486
42487 \begin_layout Plain Layout
42488
42489 }
42490 \end_layout
42491
42492 \end_inset
42493
42494  RawSienna
42495 \end_layout
42496
42497 \end_inset
42498 </cell>
42499 <cell alignment="left" valignment="top" usebox="none">
42500 \begin_inset Text
42501
42502 \begin_layout Plain Layout
42503 \begin_inset ERT
42504 status collapsed
42505
42506 \begin_layout Plain Layout
42507
42508
42509 \backslash
42510 fcolorbox{black}{
42511 \end_layout
42512
42513 \end_inset
42514
42515 RedOrange
42516 \begin_inset ERT
42517 status collapsed
42518
42519 \begin_layout Plain Layout
42520
42521 }{
42522 \end_layout
42523
42524 \end_inset
42525
42526
42527 \begin_inset Phantom Phantom
42528 status open
42529
42530 \begin_layout Plain Layout
42531 W
42532 \end_layout
42533
42534 \end_inset
42535
42536
42537 \begin_inset ERT
42538 status collapsed
42539
42540 \begin_layout Plain Layout
42541
42542 }
42543 \end_layout
42544
42545 \end_inset
42546
42547  RedOrange
42548 \end_layout
42549
42550 \end_inset
42551 </cell>
42552 <cell alignment="left" valignment="top" usebox="none">
42553 \begin_inset Text
42554
42555 \begin_layout Plain Layout
42556 \begin_inset ERT
42557 status collapsed
42558
42559 \begin_layout Plain Layout
42560
42561
42562 \backslash
42563 fcolorbox{black}{
42564 \end_layout
42565
42566 \end_inset
42567
42568 RedViolet
42569 \begin_inset ERT
42570 status collapsed
42571
42572 \begin_layout Plain Layout
42573
42574 }{
42575 \end_layout
42576
42577 \end_inset
42578
42579
42580 \begin_inset Phantom Phantom
42581 status open
42582
42583 \begin_layout Plain Layout
42584 W
42585 \end_layout
42586
42587 \end_inset
42588
42589
42590 \begin_inset ERT
42591 status collapsed
42592
42593 \begin_layout Plain Layout
42594
42595 }
42596 \end_layout
42597
42598 \end_inset
42599
42600  RedViolet
42601 \end_layout
42602
42603 \end_inset
42604 </cell>
42605 <cell alignment="left" valignment="top" usebox="none">
42606 \begin_inset Text
42607
42608 \begin_layout Plain Layout
42609 \begin_inset ERT
42610 status collapsed
42611
42612 \begin_layout Plain Layout
42613
42614
42615 \backslash
42616 fcolorbox{black}{
42617 \end_layout
42618
42619 \end_inset
42620
42621 Rhodamine
42622 \begin_inset ERT
42623 status collapsed
42624
42625 \begin_layout Plain Layout
42626
42627 }{
42628 \end_layout
42629
42630 \end_inset
42631
42632
42633 \begin_inset Phantom Phantom
42634 status open
42635
42636 \begin_layout Plain Layout
42637 W
42638 \end_layout
42639
42640 \end_inset
42641
42642
42643 \begin_inset ERT
42644 status collapsed
42645
42646 \begin_layout Plain Layout
42647
42648 }
42649 \end_layout
42650
42651 \end_inset
42652
42653  Rhodamine
42654 \end_layout
42655
42656 \end_inset
42657 </cell>
42658 </row>
42659 <row>
42660 <cell alignment="left" valignment="top" usebox="none">
42661 \begin_inset Text
42662
42663 \begin_layout Plain Layout
42664 \begin_inset ERT
42665 status collapsed
42666
42667 \begin_layout Plain Layout
42668
42669
42670 \backslash
42671 fcolorbox{black}{
42672 \end_layout
42673
42674 \end_inset
42675
42676 RoyalBlue
42677 \begin_inset ERT
42678 status collapsed
42679
42680 \begin_layout Plain Layout
42681
42682 }{
42683 \end_layout
42684
42685 \end_inset
42686
42687
42688 \begin_inset Phantom Phantom
42689 status open
42690
42691 \begin_layout Plain Layout
42692 W
42693 \end_layout
42694
42695 \end_inset
42696
42697
42698 \begin_inset ERT
42699 status collapsed
42700
42701 \begin_layout Plain Layout
42702
42703 }
42704 \end_layout
42705
42706 \end_inset
42707
42708  RoyalBlue
42709 \end_layout
42710
42711 \end_inset
42712 </cell>
42713 <cell alignment="left" valignment="top" usebox="none">
42714 \begin_inset Text
42715
42716 \begin_layout Plain Layout
42717 \begin_inset ERT
42718 status collapsed
42719
42720 \begin_layout Plain Layout
42721
42722
42723 \backslash
42724 fcolorbox{black}{
42725 \end_layout
42726
42727 \end_inset
42728
42729 RoyalPurple
42730 \begin_inset ERT
42731 status collapsed
42732
42733 \begin_layout Plain Layout
42734
42735 }{
42736 \end_layout
42737
42738 \end_inset
42739
42740
42741 \begin_inset Phantom Phantom
42742 status open
42743
42744 \begin_layout Plain Layout
42745 W
42746 \end_layout
42747
42748 \end_inset
42749
42750
42751 \begin_inset ERT
42752 status collapsed
42753
42754 \begin_layout Plain Layout
42755
42756 }
42757 \end_layout
42758
42759 \end_inset
42760
42761  RoyalPurple
42762 \end_layout
42763
42764 \end_inset
42765 </cell>
42766 <cell alignment="left" valignment="top" usebox="none">
42767 \begin_inset Text
42768
42769 \begin_layout Plain Layout
42770 \begin_inset ERT
42771 status collapsed
42772
42773 \begin_layout Plain Layout
42774
42775
42776 \backslash
42777 fcolorbox{black}{
42778 \end_layout
42779
42780 \end_inset
42781
42782 RubineRed
42783 \begin_inset ERT
42784 status collapsed
42785
42786 \begin_layout Plain Layout
42787
42788 }{
42789 \end_layout
42790
42791 \end_inset
42792
42793
42794 \begin_inset Phantom Phantom
42795 status open
42796
42797 \begin_layout Plain Layout
42798 W
42799 \end_layout
42800
42801 \end_inset
42802
42803
42804 \begin_inset ERT
42805 status collapsed
42806
42807 \begin_layout Plain Layout
42808
42809 }
42810 \end_layout
42811
42812 \end_inset
42813
42814  RubineRed
42815 \end_layout
42816
42817 \end_inset
42818 </cell>
42819 <cell alignment="left" valignment="top" usebox="none">
42820 \begin_inset Text
42821
42822 \begin_layout Plain Layout
42823 \begin_inset ERT
42824 status collapsed
42825
42826 \begin_layout Plain Layout
42827
42828
42829 \backslash
42830 fcolorbox{black}{
42831 \end_layout
42832
42833 \end_inset
42834
42835 Salmon
42836 \begin_inset ERT
42837 status collapsed
42838
42839 \begin_layout Plain Layout
42840
42841 }{
42842 \end_layout
42843
42844 \end_inset
42845
42846
42847 \begin_inset Phantom Phantom
42848 status open
42849
42850 \begin_layout Plain Layout
42851 W
42852 \end_layout
42853
42854 \end_inset
42855
42856
42857 \begin_inset ERT
42858 status collapsed
42859
42860 \begin_layout Plain Layout
42861
42862 }
42863 \end_layout
42864
42865 \end_inset
42866
42867  Salmon
42868 \end_layout
42869
42870 \end_inset
42871 </cell>
42872 </row>
42873 <row>
42874 <cell alignment="left" valignment="top" usebox="none">
42875 \begin_inset Text
42876
42877 \begin_layout Plain Layout
42878 \begin_inset ERT
42879 status collapsed
42880
42881 \begin_layout Plain Layout
42882
42883
42884 \backslash
42885 fcolorbox{black}{
42886 \end_layout
42887
42888 \end_inset
42889
42890 SeaGreen
42891 \begin_inset ERT
42892 status collapsed
42893
42894 \begin_layout Plain Layout
42895
42896 }{
42897 \end_layout
42898
42899 \end_inset
42900
42901
42902 \begin_inset Phantom Phantom
42903 status open
42904
42905 \begin_layout Plain Layout
42906 W
42907 \end_layout
42908
42909 \end_inset
42910
42911
42912 \begin_inset ERT
42913 status collapsed
42914
42915 \begin_layout Plain Layout
42916
42917 }
42918 \end_layout
42919
42920 \end_inset
42921
42922  SeaGreen
42923 \end_layout
42924
42925 \end_inset
42926 </cell>
42927 <cell alignment="left" valignment="top" usebox="none">
42928 \begin_inset Text
42929
42930 \begin_layout Plain Layout
42931 \begin_inset ERT
42932 status collapsed
42933
42934 \begin_layout Plain Layout
42935
42936
42937 \backslash
42938 fcolorbox{black}{
42939 \end_layout
42940
42941 \end_inset
42942
42943 Sepia
42944 \begin_inset ERT
42945 status collapsed
42946
42947 \begin_layout Plain Layout
42948
42949 }{
42950 \end_layout
42951
42952 \end_inset
42953
42954
42955 \begin_inset Phantom Phantom
42956 status open
42957
42958 \begin_layout Plain Layout
42959 W
42960 \end_layout
42961
42962 \end_inset
42963
42964
42965 \begin_inset ERT
42966 status collapsed
42967
42968 \begin_layout Plain Layout
42969
42970 }
42971 \end_layout
42972
42973 \end_inset
42974
42975  Sepia
42976 \end_layout
42977
42978 \end_inset
42979 </cell>
42980 <cell alignment="left" valignment="top" usebox="none">
42981 \begin_inset Text
42982
42983 \begin_layout Plain Layout
42984 \begin_inset ERT
42985 status collapsed
42986
42987 \begin_layout Plain Layout
42988
42989
42990 \backslash
42991 fcolorbox{black}{
42992 \end_layout
42993
42994 \end_inset
42995
42996 SkyBlue
42997 \begin_inset ERT
42998 status collapsed
42999
43000 \begin_layout Plain Layout
43001
43002 }{
43003 \end_layout
43004
43005 \end_inset
43006
43007
43008 \begin_inset Phantom Phantom
43009 status open
43010
43011 \begin_layout Plain Layout
43012 W
43013 \end_layout
43014
43015 \end_inset
43016
43017
43018 \begin_inset ERT
43019 status collapsed
43020
43021 \begin_layout Plain Layout
43022
43023 }
43024 \end_layout
43025
43026 \end_inset
43027
43028  SkyBlue
43029 \end_layout
43030
43031 \end_inset
43032 </cell>
43033 <cell alignment="left" valignment="top" usebox="none">
43034 \begin_inset Text
43035
43036 \begin_layout Plain Layout
43037 \begin_inset ERT
43038 status collapsed
43039
43040 \begin_layout Plain Layout
43041
43042
43043 \backslash
43044 fcolorbox{black}{
43045 \end_layout
43046
43047 \end_inset
43048
43049 SpringGreen
43050 \begin_inset ERT
43051 status collapsed
43052
43053 \begin_layout Plain Layout
43054
43055 }{
43056 \end_layout
43057
43058 \end_inset
43059
43060
43061 \begin_inset Phantom Phantom
43062 status open
43063
43064 \begin_layout Plain Layout
43065 W
43066 \end_layout
43067
43068 \end_inset
43069
43070
43071 \begin_inset ERT
43072 status collapsed
43073
43074 \begin_layout Plain Layout
43075
43076 }
43077 \end_layout
43078
43079 \end_inset
43080
43081  SpringGreen
43082 \end_layout
43083
43084 \end_inset
43085 </cell>
43086 </row>
43087 <row>
43088 <cell alignment="left" valignment="top" usebox="none">
43089 \begin_inset Text
43090
43091 \begin_layout Plain Layout
43092 \begin_inset ERT
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096
43097
43098 \backslash
43099 fcolorbox{black}{
43100 \end_layout
43101
43102 \end_inset
43103
43104 Tan
43105 \begin_inset ERT
43106 status collapsed
43107
43108 \begin_layout Plain Layout
43109
43110 }{
43111 \end_layout
43112
43113 \end_inset
43114
43115
43116 \begin_inset Phantom Phantom
43117 status open
43118
43119 \begin_layout Plain Layout
43120 W
43121 \end_layout
43122
43123 \end_inset
43124
43125
43126 \begin_inset ERT
43127 status collapsed
43128
43129 \begin_layout Plain Layout
43130
43131 }
43132 \end_layout
43133
43134 \end_inset
43135
43136  Tan
43137 \end_layout
43138
43139 \end_inset
43140 </cell>
43141 <cell alignment="left" valignment="top" usebox="none">
43142 \begin_inset Text
43143
43144 \begin_layout Plain Layout
43145 \begin_inset ERT
43146 status collapsed
43147
43148 \begin_layout Plain Layout
43149
43150
43151 \backslash
43152 fcolorbox{black}{
43153 \end_layout
43154
43155 \end_inset
43156
43157 TealBlue
43158 \begin_inset ERT
43159 status collapsed
43160
43161 \begin_layout Plain Layout
43162
43163 }{
43164 \end_layout
43165
43166 \end_inset
43167
43168
43169 \begin_inset Phantom Phantom
43170 status open
43171
43172 \begin_layout Plain Layout
43173 W
43174 \end_layout
43175
43176 \end_inset
43177
43178
43179 \begin_inset ERT
43180 status collapsed
43181
43182 \begin_layout Plain Layout
43183
43184 }
43185 \end_layout
43186
43187 \end_inset
43188
43189  TealBlue
43190 \end_layout
43191
43192 \end_inset
43193 </cell>
43194 <cell alignment="left" valignment="top" usebox="none">
43195 \begin_inset Text
43196
43197 \begin_layout Plain Layout
43198 \begin_inset ERT
43199 status collapsed
43200
43201 \begin_layout Plain Layout
43202
43203
43204 \backslash
43205 fcolorbox{black}{
43206 \end_layout
43207
43208 \end_inset
43209
43210 Thistle
43211 \begin_inset ERT
43212 status collapsed
43213
43214 \begin_layout Plain Layout
43215
43216 }{
43217 \end_layout
43218
43219 \end_inset
43220
43221
43222 \begin_inset Phantom Phantom
43223 status open
43224
43225 \begin_layout Plain Layout
43226 W
43227 \end_layout
43228
43229 \end_inset
43230
43231
43232 \begin_inset ERT
43233 status collapsed
43234
43235 \begin_layout Plain Layout
43236
43237 }
43238 \end_layout
43239
43240 \end_inset
43241
43242  Thistle
43243 \end_layout
43244
43245 \end_inset
43246 </cell>
43247 <cell alignment="left" valignment="top" usebox="none">
43248 \begin_inset Text
43249
43250 \begin_layout Plain Layout
43251 \begin_inset ERT
43252 status collapsed
43253
43254 \begin_layout Plain Layout
43255
43256
43257 \backslash
43258 fcolorbox{black}{
43259 \end_layout
43260
43261 \end_inset
43262
43263 Turquoise
43264 \begin_inset ERT
43265 status collapsed
43266
43267 \begin_layout Plain Layout
43268
43269 }{
43270 \end_layout
43271
43272 \end_inset
43273
43274
43275 \begin_inset Phantom Phantom
43276 status open
43277
43278 \begin_layout Plain Layout
43279 W
43280 \end_layout
43281
43282 \end_inset
43283
43284
43285 \begin_inset ERT
43286 status collapsed
43287
43288 \begin_layout Plain Layout
43289
43290 }
43291 \end_layout
43292
43293 \end_inset
43294
43295  Turquoise
43296 \end_layout
43297
43298 \end_inset
43299 </cell>
43300 </row>
43301 <row>
43302 <cell alignment="left" valignment="top" usebox="none">
43303 \begin_inset Text
43304
43305 \begin_layout Plain Layout
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311
43312 \backslash
43313 fcolorbox{black}{
43314 \end_layout
43315
43316 \end_inset
43317
43318 Violet
43319 \begin_inset ERT
43320 status collapsed
43321
43322 \begin_layout Plain Layout
43323
43324 }{
43325 \end_layout
43326
43327 \end_inset
43328
43329
43330 \begin_inset Phantom Phantom
43331 status open
43332
43333 \begin_layout Plain Layout
43334 W
43335 \end_layout
43336
43337 \end_inset
43338
43339
43340 \begin_inset ERT
43341 status collapsed
43342
43343 \begin_layout Plain Layout
43344
43345 }
43346 \end_layout
43347
43348 \end_inset
43349
43350  Violet
43351 \end_layout
43352
43353 \end_inset
43354 </cell>
43355 <cell alignment="left" valignment="top" usebox="none">
43356 \begin_inset Text
43357
43358 \begin_layout Plain Layout
43359 \begin_inset ERT
43360 status collapsed
43361
43362 \begin_layout Plain Layout
43363
43364
43365 \backslash
43366 fcolorbox{black}{
43367 \end_layout
43368
43369 \end_inset
43370
43371 VioletRed
43372 \begin_inset ERT
43373 status collapsed
43374
43375 \begin_layout Plain Layout
43376
43377 }{
43378 \end_layout
43379
43380 \end_inset
43381
43382
43383 \begin_inset Phantom Phantom
43384 status open
43385
43386 \begin_layout Plain Layout
43387 W
43388 \end_layout
43389
43390 \end_inset
43391
43392
43393 \begin_inset ERT
43394 status collapsed
43395
43396 \begin_layout Plain Layout
43397
43398 }
43399 \end_layout
43400
43401 \end_inset
43402
43403  VioletRed
43404 \end_layout
43405
43406 \end_inset
43407 </cell>
43408 <cell alignment="left" valignment="top" usebox="none">
43409 \begin_inset Text
43410
43411 \begin_layout Plain Layout
43412 \begin_inset ERT
43413 status collapsed
43414
43415 \begin_layout Plain Layout
43416
43417
43418 \backslash
43419 fcolorbox{black}{
43420 \end_layout
43421
43422 \end_inset
43423
43424 WildStrawberry
43425 \begin_inset ERT
43426 status collapsed
43427
43428 \begin_layout Plain Layout
43429
43430 }{
43431 \end_layout
43432
43433 \end_inset
43434
43435
43436 \begin_inset Phantom Phantom
43437 status open
43438
43439 \begin_layout Plain Layout
43440 W
43441 \end_layout
43442
43443 \end_inset
43444
43445
43446 \begin_inset ERT
43447 status collapsed
43448
43449 \begin_layout Plain Layout
43450
43451 }
43452 \end_layout
43453
43454 \end_inset
43455
43456  WildStrawberry
43457 \end_layout
43458
43459 \end_inset
43460 </cell>
43461 <cell alignment="left" valignment="top" usebox="none">
43462 \begin_inset Text
43463
43464 \begin_layout Plain Layout
43465 \begin_inset ERT
43466 status collapsed
43467
43468 \begin_layout Plain Layout
43469
43470
43471 \backslash
43472 fcolorbox{black}{
43473 \end_layout
43474
43475 \end_inset
43476
43477 YellowGreen
43478 \begin_inset ERT
43479 status collapsed
43480
43481 \begin_layout Plain Layout
43482
43483 }{
43484 \end_layout
43485
43486 \end_inset
43487
43488
43489 \begin_inset Phantom Phantom
43490 status open
43491
43492 \begin_layout Plain Layout
43493 W
43494 \end_layout
43495
43496 \end_inset
43497
43498
43499 \begin_inset ERT
43500 status collapsed
43501
43502 \begin_layout Plain Layout
43503
43504 }
43505 \end_layout
43506
43507 \end_inset
43508
43509  YellowGreen
43510 \end_layout
43511
43512 \end_inset
43513 </cell>
43514 </row>
43515 <row>
43516 <cell alignment="left" valignment="top" usebox="none">
43517 \begin_inset Text
43518
43519 \begin_layout Plain Layout
43520 \begin_inset ERT
43521 status collapsed
43522
43523 \begin_layout Plain Layout
43524
43525
43526 \backslash
43527 fcolorbox{black}{
43528 \end_layout
43529
43530 \end_inset
43531
43532 YellowOrange
43533 \begin_inset ERT
43534 status collapsed
43535
43536 \begin_layout Plain Layout
43537
43538 }{
43539 \end_layout
43540
43541 \end_inset
43542
43543
43544 \begin_inset Phantom Phantom
43545 status open
43546
43547 \begin_layout Plain Layout
43548 W
43549 \end_layout
43550
43551 \end_inset
43552
43553
43554 \begin_inset ERT
43555 status collapsed
43556
43557 \begin_layout Plain Layout
43558
43559 }
43560 \end_layout
43561
43562 \end_inset
43563
43564  YellowOrange
43565 \end_layout
43566
43567 \end_inset
43568 </cell>
43569 <cell alignment="left" valignment="top" usebox="none">
43570 \begin_inset Text
43571
43572 \begin_layout Plain Layout
43573
43574 \end_layout
43575
43576 \end_inset
43577 </cell>
43578 <cell alignment="left" valignment="top" usebox="none">
43579 \begin_inset Text
43580
43581 \begin_layout Plain Layout
43582
43583 \end_layout
43584
43585 \end_inset
43586 </cell>
43587 <cell alignment="left" valignment="top" usebox="none">
43588 \begin_inset Text
43589
43590 \begin_layout Plain Layout
43591
43592 \end_layout
43593
43594 \end_inset
43595 </cell>
43596 </row>
43597 </lyxtabular>
43598
43599 \end_inset
43600
43601
43602 \end_layout
43603
43604 \begin_layout Chapter
43605 第(
43606 \begin_inset CommandInset ref
43607 LatexCommand ref
43608 reference "eq:Wgn"
43609
43610 \end_inset
43611
43612 )式の説明
43613 \begin_inset CommandInset label
43614 LatexCommand label
43615 name "cha:式の説明"
43616
43617 \end_inset
43618
43619
43620 \end_layout
43621
43622 \begin_layout Standard
43623 \begin_inset Formula $n$
43624 \end_inset
43625
43626 個の表セルの全幅
43627 \begin_inset Formula $W_{\text{全}:n}$
43628 \end_inset
43629
43630
43631 \begin_inset Formula 
43632 \begin{equation}
43633 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43634 \end{equation}
43635
43636 \end_inset
43637
43638
43639 \end_layout
43640
43641 \begin_layout Standard
43642 で計算できます.ここで
43643 \begin_inset Formula $W_{\text{指}:n}$
43644 \end_inset
43645
43646 は,すべてのセルが持つ固定幅です.
43647 \series bold
43648
43649 \backslash
43650 tabcolsep
43651 \series default
43652 は,セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
43653 長であり,既定値は6
43654 \begin_inset space \thinspace{}
43655 \end_inset
43656
43657 ptです.
43658 \series bold
43659
43660 \backslash
43661 arrayrulewidth
43662 \series default
43663 は,セル罫線幅であり,既定値は0.4
43664 \begin_inset space \thinspace{}
43665 \end_inset
43666
43667 ptです.
43668 \end_layout
43669
43670 \begin_layout Standard
43671
43672 \begin_inset CommandInset ref
43673 LatexCommand eqref
43674 reference "eq:Wtot_n"
43675
43676 \end_inset
43677
43678 式にしたがえば,連結列の全幅
43679 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
43680 \end_inset
43681
43682
43683 \begin_inset Formula 
43684 \begin{equation}
43685 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43686 \end{equation}
43687
43688 \end_inset
43689
43690
43691 \end_layout
43692
43693 \begin_layout Standard
43694 となります.
43695 \begin_inset Formula $n$
43696 \end_inset
43697
43698 列を連結する時には各列の全幅は
43699 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
43700 \end_inset
43701
43702 となるので,第
43703 \begin_inset CommandInset ref
43704 LatexCommand eqref
43705 reference "eq:Wtot_n"
43706
43707 \end_inset
43708
43709 式と第
43710 \begin_inset CommandInset ref
43711 LatexCommand eqref
43712 reference "eq:Wtot_mult"
43713
43714 \end_inset
43715
43716 式が等しいものと置けば,必要となる固定幅
43717 \begin_inset Formula $W_{\text{指}:n}$
43718 \end_inset
43719
43720 を計算することができて,
43721 \begin_inset Formula 
43722 \begin{equation}
43723 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43724 \end{equation}
43725
43726 \end_inset
43727
43728 となります.
43729 \end_layout
43730
43731 \begin_layout Bibliography
43732 \labelwidthstring 参考文献
43733 \begin_inset CommandInset bibitem
43734 LatexCommand bibitem
43735 key "latexcompanion"
43736 literal "true"
43737
43738 \end_inset
43739
43740 Frank Mittelbach and Michel Goossens: 
43741 \emph on
43742 The \SpecialChar LaTeX
43743  Companion Second Edition.
43744
43745 \emph default
43746  Addison-Wesley, 2004
43747 \end_layout
43748
43749 \begin_layout Bibliography
43750 \labelwidthstring 参考文献
43751 \begin_inset CommandInset bibitem
43752 LatexCommand bibitem
43753 key "latexguide"
43754 literal "true"
43755
43756 \end_inset
43757
43758 Helmut Kopka and Patrick W.
43759  Daly: 
43760 \emph on
43761 A Guide to \SpecialChar LaTeX
43762  Fourth Edition.
43763
43764 \emph default
43765  Addison-Wesley, 2003
43766 \end_layout
43767
43768 \begin_layout Bibliography
43769 \labelwidthstring 参考文献
43770 \begin_inset CommandInset bibitem
43771 LatexCommand bibitem
43772 key "latexbook"
43773 literal "true"
43774
43775 \end_inset
43776
43777 Leslie Lamport: 
43778 \emph on
43779 \SpecialChar LaTeX
43780 : A Document Preparation System.
43781
43782 \emph default
43783  Addison-Wesley, second edition, 1994
43784 \end_layout
43785
43786 \begin_layout Bibliography
43787 \labelwidthstring 参考文献
43788 \begin_inset CommandInset bibitem
43789 LatexCommand bibitem
43790 key "arydshln"
43791 literal "true"
43792
43793 \end_inset
43794
43795 \SpecialChar LaTeX
43796 パッケージ
43797 \series bold
43798
43799 \begin_inset CommandInset href
43800 LatexCommand href
43801 name "arydshln"
43802 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
43803 literal "false"
43804
43805 \end_inset
43806
43807
43808 \series default
43809
43810 \begin_inset Index idx
43811 status collapsed
43812
43813 \begin_layout Plain Layout
43814 \SpecialChar LaTeX
43815 ぱっけーじ@\SpecialChar LaTeX
43816 パッケージ ! arydshln
43817 \end_layout
43818
43819 \end_inset
43820
43821
43822 \end_layout
43823
43824 \begin_layout Bibliography
43825 \labelwidthstring 参考文献
43826 \begin_inset CommandInset bibitem
43827 LatexCommand bibitem
43828 key "booktabs"
43829 literal "true"
43830
43831 \end_inset
43832
43833 \SpecialChar LaTeX
43834 パッケージ
43835 \series bold
43836
43837 \begin_inset CommandInset href
43838 LatexCommand href
43839 name "booktabs"
43840 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
43841 literal "false"
43842
43843 \end_inset
43844
43845
43846 \series default
43847
43848 \begin_inset Index idx
43849 status collapsed
43850
43851 \begin_layout Plain Layout
43852 \SpecialChar LaTeX
43853 ぱっけーじ@\SpecialChar LaTeX
43854 パッケージ ! booktabs
43855 \end_layout
43856
43857 \end_inset
43858
43859 の取扱説明書
43860 \end_layout
43861
43862 \begin_layout Bibliography
43863 \labelwidthstring 参考文献
43864 \begin_inset CommandInset bibitem
43865 LatexCommand bibitem
43866 key "caption"
43867 literal "true"
43868
43869 \end_inset
43870
43871 \SpecialChar LaTeX
43872 パッケージ
43873 \series bold
43874
43875 \begin_inset CommandInset href
43876 LatexCommand href
43877 name "caption"
43878 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
43879 literal "false"
43880
43881 \end_inset
43882
43883
43884 \series default
43885
43886 \begin_inset Index idx
43887 status collapsed
43888
43889 \begin_layout Plain Layout
43890 \SpecialChar LaTeX
43891 ぱっけーじ@\SpecialChar LaTeX
43892 パッケージ ! caption
43893 \end_layout
43894
43895 \end_inset
43896
43897 の取扱説明書
43898 \end_layout
43899
43900 \begin_layout Bibliography
43901 \labelwidthstring 参考文献
43902 \begin_inset CommandInset bibitem
43903 LatexCommand bibitem
43904 key "diagbox"
43905 literal "true"
43906
43907 \end_inset
43908
43909 \SpecialChar LaTeX
43910 パッケージ
43911 \series bold
43912
43913 \begin_inset CommandInset href
43914 LatexCommand href
43915 name "diagbox"
43916 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
43917 literal "false"
43918
43919 \end_inset
43920
43921
43922 \series default
43923
43924 \begin_inset Index idx
43925 status collapsed
43926
43927 \begin_layout Plain Layout
43928 \SpecialChar LaTeX
43929 ぱっけーじ@\SpecialChar LaTeX
43930 パッケージ ! diagbox
43931 \end_layout
43932
43933 \end_inset
43934
43935
43936 \end_layout
43937
43938 \begin_layout Bibliography
43939 \labelwidthstring 参考文献
43940 \begin_inset CommandInset bibitem
43941 LatexCommand bibitem
43942 key "endfloat"
43943 literal "true"
43944
43945 \end_inset
43946
43947 \SpecialChar LaTeX
43948 パッケージ
43949 \series bold
43950
43951 \begin_inset CommandInset href
43952 LatexCommand href
43953 name "endfloat"
43954 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
43955 literal "false"
43956
43957 \end_inset
43958
43959
43960 \series default
43961
43962 \begin_inset Index idx
43963 status collapsed
43964
43965 \begin_layout Plain Layout
43966 \SpecialChar LaTeX
43967 ぱっけーじ@\SpecialChar LaTeX
43968 パッケージ ! endfloat
43969 \end_layout
43970
43971 \end_inset
43972
43973 の取扱説明書
43974 \end_layout
43975
43976 \begin_layout Bibliography
43977 \labelwidthstring 参考文献
43978 \begin_inset CommandInset bibitem
43979 LatexCommand bibitem
43980 key "footmisc"
43981 literal "true"
43982
43983 \end_inset
43984
43985 \SpecialChar LaTeX
43986 パッケージ
43987 \series bold
43988
43989 \begin_inset CommandInset href
43990 LatexCommand href
43991 name "footmisc"
43992 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
43993 literal "false"
43994
43995 \end_inset
43996
43997
43998 \series default
43999
44000 \begin_inset Index idx
44001 status collapsed
44002
44003 \begin_layout Plain Layout
44004 \SpecialChar LaTeX
44005 ぱっけーじ@\SpecialChar LaTeX
44006 パッケージ ! footmisc
44007 \end_layout
44008
44009 \end_inset
44010
44011 の取扱説明書
44012 \end_layout
44013
44014 \begin_layout Bibliography
44015 \labelwidthstring 参考文献
44016 \begin_inset CommandInset bibitem
44017 LatexCommand bibitem
44018 key "hypcap"
44019 literal "true"
44020
44021 \end_inset
44022
44023 \SpecialChar LaTeX
44024 パッケージ
44025 \series bold
44026
44027 \begin_inset CommandInset href
44028 LatexCommand href
44029 name "hypcap"
44030 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44031 literal "false"
44032
44033 \end_inset
44034
44035
44036 \series default
44037
44038 \begin_inset Index idx
44039 status collapsed
44040
44041 \begin_layout Plain Layout
44042 \SpecialChar LaTeX
44043 ぱっけーじ@\SpecialChar LaTeX
44044 パッケージ ! hyperref
44045 \end_layout
44046
44047 \end_inset
44048
44049 の取扱説明書
44050 \end_layout
44051
44052 \begin_layout Bibliography
44053 \labelwidthstring 参考文献
44054 \begin_inset CommandInset bibitem
44055 LatexCommand bibitem
44056 key "hyperref"
44057 literal "true"
44058
44059 \end_inset
44060
44061 \SpecialChar LaTeX
44062 パッケージ
44063 \series bold
44064
44065 \begin_inset CommandInset href
44066 LatexCommand href
44067 name "hyperref"
44068 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
44069 literal "false"
44070
44071 \end_inset
44072
44073
44074 \series default
44075
44076 \begin_inset Index idx
44077 status collapsed
44078
44079 \begin_layout Plain Layout
44080 \SpecialChar LaTeX
44081 ぱっけーじ@\SpecialChar LaTeX
44082 パッケージ ! hyperref
44083 \end_layout
44084
44085 \end_inset
44086
44087 の取扱説明書
44088 \end_layout
44089
44090 \begin_layout Bibliography
44091 \labelwidthstring 参考文献
44092 \begin_inset CommandInset bibitem
44093 LatexCommand bibitem
44094 key "KOMA-script"
44095 literal "true"
44096
44097 \end_inset
44098
44099 \SpecialChar LaTeX
44100 パッケージ
44101 \series bold
44102
44103 \begin_inset CommandInset href
44104 LatexCommand href
44105 name "KOMA-script"
44106 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
44107 literal "false"
44108
44109 \end_inset
44110
44111
44112 \series default
44113
44114 \begin_inset Index idx
44115 status collapsed
44116
44117 \begin_layout Plain Layout
44118 \SpecialChar LaTeX
44119 ぱっけーじ@\SpecialChar LaTeX
44120 パッケージ ! KOMA-script
44121 \end_layout
44122
44123 \end_inset
44124
44125 の取扱説明書
44126 \end_layout
44127
44128 \begin_layout Bibliography
44129 \labelwidthstring 参考文献
44130 \begin_inset CommandInset bibitem
44131 LatexCommand bibitem
44132 key "lettrine"
44133 literal "true"
44134
44135 \end_inset
44136
44137 \SpecialChar LaTeX
44138 パッケージ
44139 \series bold
44140
44141 \begin_inset CommandInset href
44142 LatexCommand href
44143 name "lettrine"
44144 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44145 literal "false"
44146
44147 \end_inset
44148
44149
44150 \series default
44151 及び
44152 \begin_inset CommandInset href
44153 LatexCommand href
44154 name "用例"
44155 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
44156 literal "false"
44157
44158 \end_inset
44159
44160
44161 \begin_inset Index idx
44162 status collapsed
44163
44164 \begin_layout Plain Layout
44165 \SpecialChar LaTeX
44166 ぱっけーじ@\SpecialChar LaTeX
44167 パッケージ ! lettrine
44168 \end_layout
44169
44170 \end_inset
44171
44172
44173 \end_layout
44174
44175 \begin_layout Bibliography
44176 \labelwidthstring 参考文献
44177 \begin_inset CommandInset bibitem
44178 LatexCommand bibitem
44179 key "listings"
44180 literal "true"
44181
44182 \end_inset
44183
44184 \SpecialChar LaTeX
44185 パッケージ
44186 \series bold
44187
44188 \begin_inset CommandInset href
44189 LatexCommand href
44190 name "listings"
44191 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
44192 literal "false"
44193
44194 \end_inset
44195
44196
44197 \series default
44198
44199 \begin_inset Index idx
44200 status collapsed
44201
44202 \begin_layout Plain Layout
44203 \SpecialChar LaTeX
44204 ぱっけーじ@\SpecialChar LaTeX
44205 パッケージ ! listings
44206 \end_layout
44207
44208 \end_inset
44209
44210 の取扱説明書
44211 \end_layout
44212
44213 \begin_layout Bibliography
44214 \labelwidthstring 参考文献
44215 \begin_inset CommandInset bibitem
44216 LatexCommand bibitem
44217 key "minted"
44218 literal "true"
44219
44220 \end_inset
44221
44222 \SpecialChar LaTeX
44223 パッケージ
44224 \series bold
44225
44226 \begin_inset CommandInset href
44227 LatexCommand href
44228 name "minted"
44229 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.pdf"
44230 literal "false"
44231
44232 \end_inset
44233
44234
44235 \series default
44236
44237 \begin_inset Index idx
44238 status collapsed
44239
44240 \begin_layout Plain Layout
44241 \SpecialChar LaTeX
44242 ぱっけーじ@\SpecialChar LaTeX
44243 パッケージ ! minted
44244 \end_layout
44245
44246 \end_inset
44247
44248 の取扱説明書
44249 \end_layout
44250
44251 \begin_layout Bibliography
44252 \labelwidthstring 参考文献
44253 \begin_inset CommandInset bibitem
44254 LatexCommand bibitem
44255 key "marginnote"
44256 literal "true"
44257
44258 \end_inset
44259
44260 \SpecialChar LaTeX
44261 パッケージ
44262 \series bold
44263
44264 \begin_inset CommandInset href
44265 LatexCommand href
44266 name "marginnote"
44267 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
44268 literal "false"
44269
44270 \end_inset
44271
44272
44273 \series default
44274
44275 \begin_inset Index idx
44276 status collapsed
44277
44278 \begin_layout Plain Layout
44279 \SpecialChar LaTeX
44280 ぱっけーじ@\SpecialChar LaTeX
44281 パッケージ ! marginnote
44282 \end_layout
44283
44284 \end_inset
44285
44286 の取扱説明書
44287 \end_layout
44288
44289 \begin_layout Bibliography
44290 \labelwidthstring 参考文献
44291 \begin_inset CommandInset bibitem
44292 LatexCommand bibitem
44293 key "pdfpages"
44294 literal "true"
44295
44296 \end_inset
44297
44298 \SpecialChar LaTeX
44299 パッケージ
44300 \series bold
44301
44302 \begin_inset CommandInset href
44303 LatexCommand href
44304 name "pdfpages"
44305 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44306 literal "false"
44307
44308 \end_inset
44309
44310
44311 \series default
44312
44313 \begin_inset Index idx
44314 status collapsed
44315
44316 \begin_layout Plain Layout
44317 \SpecialChar LaTeX
44318 ぱっけーじ@\SpecialChar LaTeX
44319 パッケージ ! pdfpages
44320 \end_layout
44321
44322 \end_inset
44323
44324 の取扱説明書
44325 \end_layout
44326
44327 \begin_layout Bibliography
44328 \labelwidthstring 参考文献
44329 \begin_inset CommandInset bibitem
44330 LatexCommand bibitem
44331 key "prettyref"
44332 literal "true"
44333
44334 \end_inset
44335
44336 \SpecialChar LaTeX
44337 パッケージ
44338 \series bold
44339
44340 \begin_inset CommandInset href
44341 LatexCommand href
44342 name "prettyref"
44343 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44344 literal "false"
44345
44346 \end_inset
44347
44348
44349 \series default
44350
44351 \begin_inset Index idx
44352 status collapsed
44353
44354 \begin_layout Plain Layout
44355 \SpecialChar LaTeX
44356 ぱっけーじ@\SpecialChar LaTeX
44357 パッケージ! prettyref
44358 \end_layout
44359
44360 \end_inset
44361
44362 の取扱説明書
44363 \end_layout
44364
44365 \begin_layout Bibliography
44366 \labelwidthstring 参考文献
44367 \begin_inset CommandInset bibitem
44368 LatexCommand bibitem
44369 key "pstricks"
44370 literal "true"
44371
44372 \end_inset
44373
44374 \SpecialChar LaTeX
44375 パッケージ
44376 \series bold
44377
44378 \begin_inset CommandInset href
44379 LatexCommand href
44380 name "PSTricks"
44381 target "http://tug.org/PSTricks/"
44382 literal "false"
44383
44384 \end_inset
44385
44386
44387 \series default
44388
44389 \begin_inset Index idx
44390 status collapsed
44391
44392 \begin_layout Plain Layout
44393 \SpecialChar LaTeX
44394 ぱっけーじ@\SpecialChar LaTeX
44395 パッケージ ! PSTricks
44396 \end_layout
44397
44398 \end_inset
44399
44400 のウェブページ
44401 \end_layout
44402
44403 \begin_layout Bibliography
44404 \labelwidthstring 参考文献
44405 \begin_inset CommandInset bibitem
44406 LatexCommand bibitem
44407 key "refstyle"
44408 literal "true"
44409
44410 \end_inset
44411
44412 \SpecialChar LaTeX
44413 パッケージ
44414 \series bold
44415
44416 \begin_inset CommandInset href
44417 LatexCommand href
44418 name "refstyle"
44419 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
44420 literal "false"
44421
44422 \end_inset
44423
44424
44425 \series default
44426
44427 \begin_inset Index idx
44428 status collapsed
44429
44430 \begin_layout Plain Layout
44431 \SpecialChar LaTeX
44432 ぱっけーじ@\SpecialChar LaTeX
44433 パッケージ ! refstyle
44434 \end_layout
44435
44436 \end_inset
44437
44438 の取扱説明書
44439 \end_layout
44440
44441 \begin_layout Bibliography
44442 \labelwidthstring 参考文献
44443 \begin_inset CommandInset bibitem
44444 LatexCommand bibitem
44445 key "sidecap"
44446 literal "true"
44447
44448 \end_inset
44449
44450 \SpecialChar LaTeX
44451 パッケージ
44452 \series bold
44453
44454 \begin_inset CommandInset href
44455 LatexCommand href
44456 name "sidecap"
44457 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
44458 literal "false"
44459
44460 \end_inset
44461
44462
44463 \series default
44464
44465 \begin_inset Index idx
44466 status collapsed
44467
44468 \begin_layout Plain Layout
44469 \SpecialChar LaTeX
44470 ぱっけーじ@\SpecialChar LaTeX
44471 パッケージ ! sidecap
44472 \end_layout
44473
44474 \end_inset
44475
44476 の取扱説明書
44477 \end_layout
44478
44479 \begin_layout Bibliography
44480 \labelwidthstring 参考文献
44481 \begin_inset CommandInset bibitem
44482 LatexCommand bibitem
44483 key "Inkscape"
44484 literal "true"
44485
44486 \end_inset
44487
44488
44489 \noun on
44490
44491 \begin_inset CommandInset href
44492 LatexCommand href
44493 name "Inkscape"
44494 target "https://inkscape.org/ja/"
44495 literal "false"
44496
44497 \end_inset
44498
44499 プログラムの
44500 \noun default
44501
44502 \begin_inset CommandInset href
44503 LatexCommand href
44504 name "Omit text in PDF"
44505 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
44506 literal "false"
44507
44508 \end_inset
44509
44510 オプションの取扱説明書
44511 \end_layout
44512
44513 \begin_layout Standard
44514 \begin_inset CommandInset index_print
44515 LatexCommand printindex
44516 type "idx"
44517 name "索引"
44518 literal "false"
44519
44520 \end_inset
44521
44522
44523 \end_layout
44524
44525 \end_body
44526 \end_document