]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Use Flex Code inset instead of typewriter custom font style.
[lyx.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 varwidth
177 \end_modules
178 \maintain_unincluded_children false
179 \begin_local_layout
180 InsetLayout             Flex:Ruby
181 LyxType         charstyle
182 LatexType               command
183 LatexName               ruby
184 BgColor         none
185 LabelString             "ルビ"
186 Decoration              Conglomerate
187 Argument post:1
188 LabelString     "ルビ文"
189 MenuString      "ルビ文(S)|S"
190 Decoration      Conglomerate
191 Font
192 Size            tiny
193 EndFont
194 LabelFont
195 Size            tiny
196 EndFont
197 Mandatory       1
198 EndArgument
199 Preamble
200 \IfFileExists{okumacro.sty}
201 {\usepackage{okumacro}}
202 {\newcommand{\ruby}[2]{#2}}
203 EndPreamble
204 End
205 \end_local_layout
206 \language japanese
207 \language_package default
208 \inputencoding auto
209 \fontencoding global
210 \font_roman "default" "default"
211 \font_sans "default" "default"
212 \font_typewriter "default" "default"
213 \font_math "auto" "auto"
214 \font_default_family default
215 \use_non_tex_fonts false
216 \font_sc false
217 \font_osf false
218 \font_sf_scale 100 100
219 \font_tt_scale 100 100
220 \use_microtype false
221 \use_dash_ligatures false
222 \graphics default
223 \default_output_format default
224 \output_sync 0
225 \bibtex_command default
226 \index_command default
227 \paperfontsize 12
228 \spacing single
229 \use_hyperref true
230 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
231 \pdf_author "LyX Team, Uwe Stohr"
232 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
233 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
234 \pdf_bookmarks false
235 \pdf_bookmarksnumbered true
236 \pdf_bookmarksopen true
237 \pdf_bookmarksopenlevel 1
238 \pdf_breaklinks false
239 \pdf_pdfborder false
240 \pdf_colorlinks true
241 \pdf_backref false
242 \pdf_pdfusetitle false
243 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
244 \papersize default
245 \use_geometry false
246 \use_package amsmath 1
247 \use_package amssymb 1
248 \use_package cancel 1
249 \use_package esint 1
250 \use_package mathdots 1
251 \use_package mathtools 1
252 \use_package mhchem 1
253 \use_package stackrel 1
254 \use_package stmaryrd 1
255 \use_package undertilde 1
256 \cite_engine basic
257 \cite_engine_type default
258 \biblio_style plain
259 \use_bibtopic false
260 \use_indices false
261 \paperorientation portrait
262 \suppress_date false
263 \justification true
264 \use_refstyle 0
265 \use_minted 0
266 \notefontcolor #0000ff
267 \index 索引
268 \shortcut idx
269 \color #008000
270 \end_index
271 \leftmargin 2.5cm
272 \topmargin 2.5cm
273 \rightmargin 2.5cm
274 \bottommargin 3cm
275 \secnumdepth 3
276 \tocdepth 3
277 \paragraph_separation skip
278 \defskip medskip
279 \is_math_indent 0
280 \math_numbering_side default
281 \quotes_style english
282 \dynamic_quotes 0
283 \papercolumns 1
284 \papersides 2
285 \paperpagestyle default
286 \bullet 1 1 34 -1
287 \bullet 2 2 35 -1
288 \bullet 3 2 7 -1
289 \tracking_changes false
290 \output_changes false
291 \html_math_output 0
292 \html_css_as_file 0
293 \html_be_strict false
294 \end_header
295
296 \begin_body
297
298 \begin_layout Title
299 \SpecialChar LyX
300 の図表・フロート・註釈・ボックス・外部素材に関する詳細説明書
301 \end_layout
302
303 \begin_layout Author
304 \SpecialChar LyX
305 プロジェクトチーム
306 \begin_inset Foot
307 status collapsed
308
309 \begin_layout Plain Layout
310 \noindent
311 コメントや間違いの指摘がありましたら,\SpecialChar LyX
312 文書化メーリングリスト 
313 \begin_inset CommandInset href
314 LatexCommand href
315 name "lyx-docs@lists.lyx.org"
316 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
317 type "mailto:"
318 literal "false"
319
320 \end_inset
321
322  までお送り下さい.
323 \end_layout
324
325 \end_inset
326
327
328 \begin_inset Note Note
329 status collapsed
330
331 \begin_layout Plain Layout
332 著者:Uwe Stöhr
333 \end_layout
334
335 \end_inset
336
337
338 \begin_inset Newline newline
339 \end_inset
340
341
342 \begin_inset Newline newline
343 \end_inset
344
345
346 \family sans
347 第2.3.x版
348 \end_layout
349
350 \begin_layout Standard
351 \begin_inset CommandInset toc
352 LatexCommand tableofcontents
353
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Standard
360 \begin_inset Note Note
361 status open
362
363 \begin_layout Plain Layout
364 本文書の全体をPDFやPS,DVIに書き出すには,
365 \series bold
366 arydshln
367 \series default
368
369 \series bold
370 colortbl
371 \series default
372
373 \series bold
374 diagbox
375 \series default
376
377 \series bold
378 lettrine
379 \series default
380
381 \series bold
382 marginnote
383 \series default
384
385 \series bold
386 picinpar
387 \series default
388
389 \series bold
390 sidecap
391 \series default
392 の各\SpecialChar LaTeX
393 パッケージが導入されている必要があります.これらが導入されていなくても,文書を書き出すことはできますが,これらのパッケージが必要な節は出力には表示されません
394
395 \end_layout
396
397 \begin_layout Plain Layout
398 本文書の最新PDF版は
399 \begin_inset Newline newline
400 \end_inset
401
402
403 \series bold
404 https://wiki.lyx.org/LyX/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 \lang english
19948 To avoid to estimate a suitable box width one can use a minipage with a
19949  variable width.
19950  Such a box is inserted by loading the module 
19951 \family sans
19952 Variable-width
19953 \begin_inset space ~
19954 \end_inset
19955
19956 Minipages
19957 \family default
19958  in the document settings.
19959  Then one can use the menu 
19960 \family sans
19961 Insert\SpecialChar menuseparator
19962 Custom
19963 \begin_inset space ~
19964 \end_inset
19965
19966 Insets\SpecialChar menuseparator
19967 Minipage
19968 \begin_inset space ~
19969 \end_inset
19970
19971
19972 \family default
19973 (Var.
19974 \begin_inset space ~
19975 \end_inset
19976
19977 Width)
19978 \lang japanese
19979 .表
19980 \begin_inset CommandInset ref
19981 LatexCommand ref
19982 reference "tab:表多行回転"
19983
19984 \end_inset
19985
19986
19987 \lang english
19988 is an example for a rotated multiline cell where a variable width minipage
19989  is used
19990 \lang japanese
19991
19992 \end_layout
19993
19994 \begin_layout Standard
19995 \begin_inset Float table
19996 wide false
19997 sideways false
19998 status open
19999
20000 \begin_layout Plain Layout
20001 \begin_inset Caption Standard
20002
20003 \begin_layout Plain Layout
20004 \begin_inset CommandInset label
20005 LatexCommand label
20006 name "tab:表多行回転"
20007
20008 \end_inset
20009
20010 多行セルを回転させた表
20011 \end_layout
20012
20013 \end_inset
20014
20015
20016 \end_layout
20017
20018 \begin_layout Plain Layout
20019 \noindent
20020 \align center
20021 \begin_inset Tabular
20022 <lyxtabular version="3" rows="2" columns="3">
20023 <features tabularvalignment="middle">
20024 <column alignment="center" valignment="top">
20025 <column alignment="center" valignment="top" width="0pt">
20026 <column alignment="center" valignment="top">
20027 <row>
20028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 \begin_inset Flex Minipage (Var. Width)
20042 status open
20043
20044 \begin_layout Plain Layout
20045 改行を含む
20046 \begin_inset Newline newline
20047 \end_inset
20048
20049 回転
20050 \begin_inset space ~
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 </row>
20073 <row>
20074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 </row>
20102 </lyxtabular>
20103
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \begin_layout Section
20115 表幅の計算
20116 \begin_inset CommandInset label
20117 LatexCommand label
20118 name "sec:表幅の計算"
20119
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \begin_layout Standard
20126 幅広の表では,表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,では各列にどれくらいの幅を
20127 設ければ良いのでしょうか?
20128 \end_layout
20129
20130 \begin_layout Standard
20131 表幅
20132 \begin_inset Formula $W_{\text{表}}$
20133 \end_inset
20134
20135 は計算することができます.各列の実際の幅は,指定した列幅
20136 \begin_inset Formula $W_{\text{列}}$
20137 \end_inset
20138
20139 に,列の内容と列罫線との間の余白(\SpecialChar LaTeX
20140
20141 \series bold
20142
20143 \backslash
20144 tabcolsep
20145 \series default
20146 ・既定値6
20147 \begin_inset space \thinspace{}
20148 \end_inset
20149
20150 pt)の2倍と,罫線幅(\SpecialChar LaTeX
20151
20152 \series bold
20153
20154 \backslash
20155 arrayrulewidth
20156 \series default
20157 ・既定値0.4
20158 \begin_inset space \thinspace{}
20159 \end_inset
20160
20161 pt)を加えたものになります.したがって,もし同じ幅の
20162 \begin_inset Formula $n$
20163 \end_inset
20164
20165 列を作るならば,表幅は
20166 \begin_inset Formula 
20167 \begin{equation}
20168 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20169 \end{equation}
20170
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \begin_layout Standard
20177 となります.表が使用できる幅は,ページ余白の間の幅か,本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
20178
20179 \series bold
20180
20181 \backslash
20182 columnwidth
20183 \series default
20184 ).表の列をすべて同じ幅にするとすれば,
20185 \begin_inset Formula $W_{\text{表}}$
20186 \end_inset
20187
20188 が1
20189 \begin_inset space \thinspace{}
20190 \end_inset
20191
20192
20193 \backslash
20194 columnwidthになりますので,
20195 \begin_inset Formula $W_{\text{列}}$
20196 \end_inset
20197
20198 は簡単に計算できます.
20199 \end_layout
20200
20201 \begin_layout Standard
20202 計算を行わせる場合には,文書プリアンブル中で\SpecialChar LaTeX
20203 パッケージ
20204 \series bold
20205 calc
20206 \series default
20207
20208 \begin_inset Index idx
20209 status collapsed
20210
20211 \begin_layout Plain Layout
20212 \SpecialChar LaTeX
20213 ぱっけーじ@\SpecialChar LaTeX
20214 パッケージ ! calc
20215 \end_layout
20216
20217 \end_inset
20218
20219 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
20220 \family sans
20221 \SpecialChar LaTeX
20222 の引数
20223 \family default
20224 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,第
20225 \begin_inset CommandInset ref
20226 LatexCommand ref
20227 reference "subsec:連結列の計算"
20228
20229 \end_inset
20230
20231 節で説明したのと同様です.同幅中央揃え5列の表ならば,各列の同フィールドに
20232 \end_layout
20233
20234 \begin_layout Standard
20235
20236 \series bold
20237 >{
20238 \backslash
20239 centering}p{(1
20240 \backslash
20241 columnwidth-62.4pt)/5}
20242 \end_layout
20243
20244 \begin_layout Standard
20245 というコマンドを入力します.5列の表で,うち2列が他の3列の幅の0.75倍であるような表の場合には,計算は
20246 \begin_inset Formula 
20247 \begin{align}
20248 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20249  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20250  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
20251 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20252 \end{align}
20253
20254 \end_inset
20255
20256
20257 \end_layout
20258
20259 \begin_layout Standard
20260 となります.したがって,表中の広い列には
20261 \end_layout
20262
20263 \begin_layout Standard
20264
20265 \series bold
20266 >{
20267 \backslash
20268 centering}p{(1
20269 \backslash
20270 columnwidth-62.4pt)/
20271 \backslash
20272 real{4.5}}
20273 \end_layout
20274
20275 \begin_layout Standard
20276 というコマンドを用い,狭い列には
20277 \end_layout
20278
20279 \begin_layout Standard
20280
20281 \series bold
20282 >{
20283 \backslash
20284 centering}p{(1
20285 \backslash
20286 columnwidth-62.4pt)/
20287 \backslash
20288 real{4.5}*
20289 \backslash
20290 real{0.75}}
20291 \end_layout
20292
20293 \begin_layout Standard
20294 というコマンドを用いることにすると,以下の表が出来上がります.
20295 \end_layout
20296
20297 \begin_layout Standard
20298 \begin_inset Tabular
20299 <lyxtabular version="3" rows="2" columns="5">
20300 <features tabularvalignment="middle">
20301 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20302 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20303 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20304 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20305 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20306 <row>
20307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311 1
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320 2
20321 \end_layout
20322
20323 \end_inset
20324 </cell>
20325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329 3
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338 4
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 5
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 </row>
20353 <row>
20354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358 111111 1111111 111111 111111111 11111 11111 1111
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376 2222 22222 222222 222222222 2222222 22 22222
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385
20386 \end_layout
20387
20388 \end_inset
20389 </cell>
20390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394 333333 333333 333333 33333 3333333 333
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 </lyxtabular>
20401
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \begin_layout Section
20408 表の調整
20409 \begin_inset Index idx
20410 status collapsed
20411
20412 \begin_layout Plain Layout
20413 ひょうのちょうせい@表の調整
20414 \end_layout
20415
20416 \end_inset
20417
20418
20419 \begin_inset Index idx
20420 status collapsed
20421
20422 \begin_layout Plain Layout
20423 ひょう@表 ! ちょうせい@調整
20424 \end_layout
20425
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \begin_layout Subsection
20432 行の余白取り
20433 \begin_inset CommandInset label
20434 LatexCommand label
20435 name "subsec:行の余白取り"
20436
20437 \end_inset
20438
20439
20440 \begin_inset Index idx
20441 status collapsed
20442
20443 \begin_layout Plain Layout
20444 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
20445 \end_layout
20446
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \begin_layout Standard
20453 表の設定ダイアログの
20454 \family sans
20455 罫線
20456 \family default
20457 タブで,表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
20458 \end_layout
20459
20460 \begin_layout Description
20461 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
20462 \begin_inset Foot
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466 フォーマル様式の表は第
20467 \begin_inset CommandInset ref
20468 LatexCommand ref
20469 reference "sec:フォーマル様式の表"
20470
20471 \end_inset
20472
20473 節で説明されています.
20474 \end_layout
20475
20476 \end_inset
20477
20478 ならば,\SpecialChar LyX
20479 は既定値として0.5
20480 \begin_inset space \thinspace{}
20481 \end_inset
20482
20483 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20484 \begin_inset VSpace medskip
20485 \end_inset
20486
20487
20488 \begin_inset Newline newline
20489 \end_inset
20490
20491
20492 \begin_inset space \hspace*{}
20493 \length 0pt
20494 \end_inset
20495
20496
20497 \begin_inset space \hfill{}
20498 \end_inset
20499
20500
20501 \begin_inset Tabular
20502 <lyxtabular version="3" rows="3" columns="1">
20503 <features tabularvalignment="middle">
20504 <column alignment="center" valignment="top">
20505 <row>
20506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 </row>
20516 <row topspace="3mm">
20517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 行上に3
20522 \begin_inset space \thinspace{}
20523 \end_inset
20524
20525 mmの余白
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 </row>
20531 <row>
20532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 </row>
20542 </lyxtabular>
20543
20544 \end_inset
20545
20546
20547 \begin_inset space \hfill{}
20548 \end_inset
20549
20550
20551 \begin_inset space \hspace*{}
20552 \length 0pt
20553 \end_inset
20554
20555
20556 \begin_inset VSpace medskip
20557 \end_inset
20558
20559
20560 \begin_inset Newline newline
20561 \end_inset
20562
20563 したがって,通常表の行上に余白を加えるのは,縦罫線がないときのみに使用することができます.
20564 \end_layout
20565
20566 \begin_layout Description
20567 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20568 は既定値として0.5
20569 \begin_inset space \thinspace{}
20570 \end_inset
20571
20572 emの余白を挿入し,通常の表ならば既定値として2
20573 \begin_inset space \thinspace{}
20574 \end_inset
20575
20576 ptを挿入します.
20577 \end_layout
20578
20579 \begin_layout Description
20580 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20581 は既定値として0.5
20582 \begin_inset space \thinspace{}
20583 \end_inset
20584
20585 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20586 \begin_inset VSpace medskip
20587 \end_inset
20588
20589
20590 \begin_inset Newline newline
20591 \end_inset
20592
20593
20594 \begin_inset space \hspace*{}
20595 \length 0pt
20596 \end_inset
20597
20598
20599 \begin_inset space \hfill{}
20600 \end_inset
20601
20602
20603 \begin_inset Tabular
20604 <lyxtabular version="3" rows="3" columns="1">
20605 <features tabularvalignment="middle">
20606 <column alignment="center" valignment="top">
20607 <row>
20608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 </row>
20618 <row interlinespace="3mm">
20619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623 \begin_inset Formula $\downarrow$
20624 \end_inset
20625
20626  行間に3
20627 \begin_inset space \thinspace{}
20628 \end_inset
20629
20630 mmの余白 
20631 \begin_inset Formula $\downarrow$
20632 \end_inset
20633
20634
20635 \end_layout
20636
20637 \end_inset
20638 </cell>
20639 </row>
20640 <row>
20641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Plain Layout
20645 \begin_inset Formula $\uparrow$
20646 \end_inset
20647
20648  行間に3
20649 \begin_inset space \thinspace{}
20650 \end_inset
20651
20652 mmの余白 
20653 \begin_inset Formula $\uparrow$
20654 \end_inset
20655
20656
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 </row>
20662 </lyxtabular>
20663
20664 \end_inset
20665
20666
20667 \begin_inset space \hfill{}
20668 \end_inset
20669
20670
20671 \begin_inset space \hspace*{}
20672 \length 0pt
20673 \end_inset
20674
20675
20676 \begin_inset VSpace medskip
20677 \end_inset
20678
20679
20680 \begin_inset Newline newline
20681 \end_inset
20682
20683 したがって,通常表の行間に余白を加えるのは,縦罫線がないときのみに使用することができます.
20684 \end_layout
20685
20686 \begin_layout Standard
20687 \begin_inset VSpace bigskip
20688 \end_inset
20689
20690 すべての表の全セルの高さを上げたい場合には,以下の行をプリアンブルに加えることによって実現できます.
20691 \end_layout
20692
20693 \begin_layout Standard
20694
20695 \series bold
20696
20697 \backslash
20698 @ifundefined{extrarowheight}
20699 \begin_inset Newline newline
20700 \end_inset
20701
20702
20703 \begin_inset Phantom HPhantom
20704 status open
20705
20706 \begin_layout Plain Layout
20707 \begin_inset space ~
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \end_inset
20714
20715 {
20716 \backslash
20717 usepackage{array}}{}
20718 \begin_inset Newline newline
20719 \end_inset
20720
20721
20722 \backslash
20723 setlength{
20724 \backslash
20725 extrarowheight}{高さ}
20726 \series default
20727
20728 \begin_inset Note Note
20729 status collapsed
20730
20731 \begin_layout Plain Layout
20732 自己定義の表書式を用いると,\SpecialChar LyX
20733 は自動的に
20734 \series bold
20735 array
20736 \series default
20737 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
20738 \series bold
20739
20740 \backslash
20741 @ifundefined
20742 \series default
20743 が使用されています.
20744 \end_layout
20745
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \begin_layout Standard
20752 というコマンドを書き加えて下さい.ここで「高さ」には,付録
20753 \begin_inset CommandInset ref
20754 LatexCommand ref
20755 reference "cha:LyXで使用できる単位"
20756
20757 \end_inset
20758
20759 に挙げられている単位を取ることができます.しかしこの方法は,セル内の文章が縦方向に中央揃えにならないという欠点があります.
20760 \end_layout
20761
20762 \begin_layout Standard
20763 標準大よりも大きいフォント寸法を使用している場合には,文字が表罫線に近寄りすぎることがよくあります.これは,表の行の最初に\SpecialChar TeX
20764 コードで
20765 \series bold
20766
20767 \backslash
20768 strut
20769 \series default
20770 コマンドを挿入することで補正することができます.表
20771 \begin_inset CommandInset ref
20772 LatexCommand ref
20773 reference "tab:垂直揃え"
20774
20775 \end_inset
20776
20777 は,この効果を示したものです.
20778 \end_layout
20779
20780 \begin_layout Standard
20781 \noindent
20782 \begin_inset Float table
20783 placement h
20784 wide false
20785 sideways false
20786 status open
20787
20788 \begin_layout Plain Layout
20789 \begin_inset Caption Standard
20790
20791 \begin_layout Plain Layout
20792 \begin_inset CommandInset label
20793 LatexCommand label
20794 name "tab:垂直揃え"
20795
20796 \end_inset
20797
20798 大きなフォント寸法の文章の垂直揃え
20799 \end_layout
20800
20801 \end_inset
20802
20803
20804 \end_layout
20805
20806 \begin_layout Plain Layout
20807 \begin_inset space \hfill{}
20808 \end_inset
20809
20810
20811 \begin_inset Float table
20812 wide false
20813 sideways false
20814 status collapsed
20815
20816 \begin_layout Plain Layout
20817 \begin_inset Caption Standard
20818
20819 \begin_layout Plain Layout
20820 通常の表
20821 \end_layout
20822
20823 \end_inset
20824
20825
20826 \end_layout
20827
20828 \begin_layout Plain Layout
20829 \noindent
20830 \align center
20831 \begin_inset Tabular
20832 <lyxtabular version="3" rows="6" columns="1">
20833 <features tabularvalignment="middle">
20834 <column alignment="left" valignment="top">
20835 <row>
20836 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 ふつう, g
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851
20852 \size large
20853 やや大
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 </row>
20859 <row>
20860 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864
20865 \size larger
20866
20867 \end_layout
20868
20869 \end_inset
20870 </cell>
20871 </row>
20872 <row>
20873 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877
20878 \size largest
20879 極大
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 </row>
20885 <row>
20886 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890
20891 \size huge
20892 極々大
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 </row>
20898 <row>
20899 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903
20904 \size giant
20905 最大
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 </row>
20911 </lyxtabular>
20912
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \end_inset
20919
20920
20921 \begin_inset space \hfill{}
20922 \end_inset
20923
20924
20925 \begin_inset Float table
20926 wide false
20927 sideways false
20928 status collapsed
20929
20930 \begin_layout Plain Layout
20931 \begin_inset Caption Standard
20932
20933 \begin_layout Plain Layout
20934
20935 \series bold
20936
20937 \backslash
20938 strut
20939 \series default
20940 コマンドを使用した表
20941 \end_layout
20942
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \begin_layout Plain Layout
20949 \noindent
20950 \align center
20951 \begin_inset Tabular
20952 <lyxtabular version="3" rows="6" columns="1">
20953 <features tabularvalignment="middle">
20954 <column alignment="left" valignment="top">
20955 <row>
20956 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960 ふつう, g
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 </row>
20966 <row>
20967 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971
20972 \size large
20973 \begin_inset ERT
20974 status collapsed
20975
20976 \begin_layout Plain Layout
20977
20978
20979 \backslash
20980 strut 
20981 \end_layout
20982
20983 \end_inset
20984
20985 やや大
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 </row>
20991 <row>
20992 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996
20997 \size larger
20998 \begin_inset ERT
20999 status collapsed
21000
21001 \begin_layout Plain Layout
21002
21003
21004 \backslash
21005 strut 
21006 \end_layout
21007
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 </row>
21016 <row>
21017 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021
21022 \size largest
21023 \begin_inset ERT
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027
21028
21029 \backslash
21030 strut 
21031 \end_layout
21032
21033 \end_inset
21034
21035 極大
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 </row>
21041 <row>
21042 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046
21047 \size huge
21048 \begin_inset ERT
21049 status collapsed
21050
21051 \begin_layout Plain Layout
21052
21053
21054 \backslash
21055 strut 
21056 \end_layout
21057
21058 \end_inset
21059
21060 極々大
21061 \end_layout
21062
21063 \end_inset
21064 </cell>
21065 </row>
21066 <row>
21067 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071
21072 \size giant
21073 \begin_inset ERT
21074 status collapsed
21075
21076 \begin_layout Plain Layout
21077
21078
21079 \backslash
21080 strut 
21081 \end_layout
21082
21083 \end_inset
21084
21085 最大
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 </row>
21091 </lyxtabular>
21092
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \end_inset
21099
21100
21101 \begin_inset space \hfill{}
21102 \end_inset
21103
21104
21105 \end_layout
21106
21107 \end_inset
21108
21109
21110 \end_layout
21111
21112 \begin_layout Subsection
21113 特殊なセル揃え
21114 \begin_inset CommandInset label
21115 LatexCommand label
21116 name "subsec:特殊なセル揃え"
21117
21118 \end_inset
21119
21120
21121 \begin_inset Index idx
21122 status collapsed
21123
21124 \begin_layout Plain Layout
21125 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
21126 \end_layout
21127
21128 \end_inset
21129
21130
21131 \end_layout
21132
21133 \begin_layout Standard
21134 ときには表
21135 \begin_inset CommandInset ref
21136 LatexCommand ref
21137 reference "tab:表セル"
21138
21139 \end_inset
21140
21141 の小数点のように,同一列の各セルの内容が,特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,当該列にカーソルを置いて,ツールバーボタン
21142 \begin_inset Info
21143 type  "icon"
21144 arg   "tabular-feature align-decimal"
21145 \end_inset
21146
21147 を押すか,表設定中で揃えを
21148 \family sans
21149 小数点で
21150 \family default
21151 に設定します.
21152 \end_layout
21153
21154 \begin_layout Standard
21155 \begin_inset Float table
21156 placement h
21157 wide false
21158 sideways false
21159 status open
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Caption Standard
21163
21164 \begin_layout Plain Layout
21165 \begin_inset CommandInset label
21166 LatexCommand label
21167 name "tab:表セル"
21168
21169 \end_inset
21170
21171 一列が小数点で揃えられた表セル
21172 \end_layout
21173
21174 \end_inset
21175
21176
21177 \end_layout
21178
21179 \begin_layout Plain Layout
21180 \align center
21181 \begin_inset Tabular
21182 <lyxtabular version="3" rows="4" columns="1">
21183 <features booktabs="true" tabularvalignment="middle">
21184 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
21185 <row>
21186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190 見出し
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 </row>
21196 <row>
21197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201 12.6
21202 \end_layout
21203
21204 \end_inset
21205 </cell>
21206 </row>
21207 <row>
21208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 0.68
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 </row>
21218 <row>
21219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223 -123.0
21224 \end_layout
21225
21226 \end_inset
21227 </cell>
21228 </row>
21229 </lyxtabular>
21230
21231 \end_inset
21232
21233
21234 \end_layout
21235
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \begin_layout Standard
21242 \begin_inset Float table
21243 placement h
21244 wide false
21245 sideways false
21246 status open
21247
21248 \begin_layout Plain Layout
21249 \begin_inset Caption Standard
21250
21251 \begin_layout Plain Layout
21252 \begin_inset CommandInset label
21253 LatexCommand label
21254 name "tab:演算子揃え表"
21255
21256 \end_inset
21257
21258 一列が演算子で揃えられた表セル
21259 \end_layout
21260
21261 \end_inset
21262
21263
21264 \end_layout
21265
21266 \begin_layout Plain Layout
21267 \align center
21268 \begin_inset Tabular
21269 <lyxtabular version="3" rows="4" columns="2">
21270 <features booktabs="true" tabularvalignment="middle">
21271 <column alignment="right" valignment="top" width="0pt">
21272 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21273 <row>
21274 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 見出し
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 \begin_inset Formula $12\,+$
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $\,6$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 </row>
21319 <row>
21320 <cell alignment="center" valignment="top" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324 \begin_inset Formula $0\,-$
21325 \end_inset
21326
21327
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 <cell alignment="center" valignment="top" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336 \begin_inset Formula $\,68$
21337 \end_inset
21338
21339
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 </row>
21345 <row>
21346 <cell alignment="center" valignment="top" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350 \begin_inset Formula $-123\,/$
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 <cell alignment="center" valignment="top" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362 \begin_inset Formula $\,0$
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 </row>
21371 </lyxtabular>
21372
21373 \end_inset
21374
21375
21376 \end_layout
21377
21378 \end_inset
21379
21380
21381 \end_layout
21382
21383 \begin_layout Standard
21384 揃え文字を指定するフィールドには,数式を用いることができないので,この方法を使って,数式中の文字で揃えることはできません.このような場合には,表
21385 \begin_inset CommandInset ref
21386 LatexCommand ref
21387 reference "tab:演算子揃え表"
21388
21389 \end_inset
21390
21391 のような方法を用いる必要があります.この表は,4
21392 \begin_inset Formula $\times$
21393 \end_inset
21394
21395 2表として作成されており,見出しは中央揃え連結列です.第1列には,右揃えで演算子を含む前半部を収め,第2列には,左揃えで残りを収めます.演算子の周りに通常加えら
21396 れる空白を得るために,第2列の各セルの冒頭には,小空白が加えられています.通常,表の列間に加えられる余白を削るために,
21397 \end_layout
21398
21399 \begin_layout Standard
21400
21401 \series bold
21402 @{}l
21403 \end_layout
21404
21405 \begin_layout Standard
21406 という\SpecialChar LaTeX
21407 引数を第2列に指定します.
21408 \end_layout
21409
21410 \begin_layout Standard
21411
21412 \begin_inset CommandInset ref
21413 LatexCommand ref
21414 reference "tab:表セル揃え"
21415
21416 \end_inset
21417
21418 は,揃え方の例をいくつか示しています.関係子で揃えるために,表
21419 \begin_inset CommandInset ref
21420 LatexCommand ref
21421 reference "tab:演算子揃え表"
21422
21423 \end_inset
21424
21425 の冒頭には,小空白が加えられています.
21426 \end_layout
21427
21428 \begin_layout Standard
21429 \begin_inset Float table
21430 wide false
21431 sideways false
21432 status open
21433
21434 \begin_layout Plain Layout
21435 \begin_inset Caption Standard
21436
21437 \begin_layout Plain Layout
21438 \begin_inset CommandInset label
21439 LatexCommand label
21440 name "tab:表セル揃え"
21441
21442 \end_inset
21443
21444 表セルの揃えの例
21445 \end_layout
21446
21447 \end_inset
21448
21449
21450 \end_layout
21451
21452 \begin_layout Plain Layout
21453 \align center
21454 \begin_inset Tabular
21455 <lyxtabular version="3" rows="4" columns="6">
21456 <features tabularvalignment="middle">
21457 <column alignment="right" valignment="top">
21458 <column alignment="left" valignment="top" special="@{}l">
21459 <column alignment="right" valignment="top">
21460 <column alignment="left" valignment="top" special="@{}l">
21461 <column alignment="right" valignment="top">
21462 <column alignment="left" valignment="top" special="@{}l">
21463 <row>
21464 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468 単位
21469 \end_layout
21470
21471 \end_inset
21472 </cell>
21473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486 冪数
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504 関係子
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 </row>
21519 <row>
21520 <cell alignment="center" valignment="top" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524 12
21525 \begin_inset Formula $\times$
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537 24本の瓶
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 <cell alignment="center" valignment="top" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546 \begin_inset Formula $10\cdot$
21547 \end_inset
21548
21549
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558 \begin_inset Formula $10^{\mbox{-}17}$
21559 \end_inset
21560
21561
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 <cell alignment="center" valignment="top" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 \begin_inset Formula $\Gamma(t)\propto$
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 \begin_inset Formula $\:\Upsilon(t)$
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 </row>
21591 <row>
21592 <cell alignment="center" valignment="top" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 1024
21597 \begin_inset Formula $\times$
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609 768ピクセル
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Formula $5.78\cdot$
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 \begin_inset Formula $10^{7}$
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 <cell alignment="center" valignment="top" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 \begin_inset Formula $A\ne$
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 <cell alignment="center" valignment="top" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654 \begin_inset Formula $\:B_{\mathrm{red}}$
21655 \end_inset
21656
21657
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 </row>
21663 <row>
21664 <cell alignment="center" valignment="top" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 32
21669 \begin_inset Formula $\times$
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 6
21682 \begin_inset space \thinspace{}
21683 \end_inset
21684
21685 cm
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 <cell alignment="center" valignment="top" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694 -
21695 \begin_inset Formula $33.5\cdot$
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707 \begin_inset Formula $10^{4}$
21708 \end_inset
21709
21710
21711 \end_layout
21712
21713 \end_inset
21714 </cell>
21715 <cell alignment="center" valignment="top" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719 \begin_inset Formula $\sin(\alpha)\ge$
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 <cell alignment="center" valignment="top" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 \begin_inset Formula $\:\sin(\beta)$
21732 \end_inset
21733
21734
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 </row>
21740 </lyxtabular>
21741
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \end_inset
21748
21749
21750 \end_layout
21751
21752 \begin_layout Subsection
21753 自製のセル書式および列書式
21754 \begin_inset CommandInset label
21755 LatexCommand label
21756 name "subsec:自製書式"
21757
21758 \end_inset
21759
21760
21761 \begin_inset Index idx
21762 status collapsed
21763
21764 \begin_layout Plain Layout
21765 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
21766 \end_layout
21767
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \begin_layout Standard
21774
21775 \begin_inset CommandInset ref
21776 LatexCommand ref
21777 reference "sec:表幅の計算"
21778
21779 \end_inset
21780
21781 節のようにして通常列の必要幅を計算したり,第
21782 \begin_inset CommandInset ref
21783 LatexCommand ref
21784 reference "subsec:連結列の計算"
21785
21786 \end_inset
21787
21788 節のように連結列の必要幅を計算したりするのは,計算の必要な表が複数あるときには,とても大変です.そこで楽をするために,プリアンブルでセル・列書式を定義してしまえ
21789 ば,それを文書中のすべての表で使うことができます.書式は,以下のように定義します.
21790 \end_layout
21791
21792 \begin_layout Standard
21793
21794 \series bold
21795
21796 \backslash
21797 newcolumntype{書式名}[引数の数]{コマンド}
21798 \end_layout
21799
21800 \begin_layout Standard
21801 書式名は,一文字だけでも構いません.
21802 \emph on
21803 b
21804 \emph default
21805
21806 \emph on
21807 c
21808 \emph default
21809
21810 \emph on
21811 l
21812 \emph default
21813
21814 \emph on
21815 m
21816 \emph default
21817
21818 \emph on
21819 p
21820 \emph default
21821
21822 \emph on
21823 r
21824 \emph default
21825 の文字は定義済みですので使用することができませんが,これらの文字の大文字は使用可能です.
21826 \end_layout
21827
21828 \begin_layout Standard
21829 \begin_inset VSpace medskip
21830 \end_inset
21831
21832
21833 \end_layout
21834
21835 \begin_layout Standard
21836 固定幅の縦横中央揃えの連結列セルの場合は,以下のセル書式を定義するとよいでしょう.
21837 \end_layout
21838
21839 \begin_layout Standard
21840
21841 \series bold
21842
21843 \backslash
21844 newcolumntype{M}[1]{>{
21845 \backslash
21846 centering
21847 \backslash
21848 hspace{0pt}}m{#1}}
21849 \end_layout
21850
21851 \begin_layout Standard
21852 ここで
21853 \series bold
21854
21855 \backslash
21856 hspace{0pt}
21857 \series default
21858 は,第
21859 \begin_inset CommandInset ref
21860 LatexCommand ref
21861 reference "subsec:複数行"
21862
21863 \end_inset
21864
21865 節で述べたように,最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,表ダイアログの
21866 \family sans
21867 \SpecialChar LaTeX
21868 の引数
21869 \family default
21870
21871 \end_layout
21872
21873 \begin_layout Standard
21874
21875 \series bold
21876 M{width}
21877 \end_layout
21878
21879 \begin_layout Standard
21880 と入力するだけですみます.
21881 \end_layout
21882
21883 \begin_layout Standard
21884 \begin_inset VSpace bigskip
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \begin_layout Standard
21891 連結列セルにまたがられる各セルについては,以下の書式を定義するとよいでしょう.
21892 \end_layout
21893
21894 \begin_layout Standard
21895
21896 \series bold
21897
21898 \backslash
21899 newcolumntype{S}[2]{>{
21900 \backslash
21901 centering
21902 \backslash
21903 hspace{0pt}}
21904 \begin_inset Newline newline
21905 \end_inset
21906
21907
21908 \begin_inset Phantom HPhantom
21909 status open
21910
21911 \begin_layout Plain Layout
21912
21913 \series bold
21914
21915 \backslash
21916 newcolumntype
21917 \end_layout
21918
21919 \end_inset
21920
21921 m{(#1+(2
21922 \backslash
21923 tabcolsep+
21924 \backslash
21925 arrayrulewidth)*(1-#2))/#2}}
21926 \end_layout
21927
21928 \begin_layout Standard
21929 この書式は,またがられる各セルが同じ幅になる幅を計算するのに,第
21930 \begin_inset CommandInset ref
21931 LatexCommand eqref
21932 reference "eq:Wgn"
21933
21934 \end_inset
21935
21936 式を使用しています.
21937 \end_layout
21938
21939 \begin_layout Standard
21940 こうしておけば,当該セルの\SpecialChar LaTeX
21941 引数に
21942 \end_layout
21943
21944 \begin_layout Standard
21945
21946 \series bold
21947 S{連結列セルの幅}{連結列セルがまたがる列の数}
21948 \end_layout
21949
21950 \begin_layout Standard
21951 と入力するだけですみます.
21952 \end_layout
21953
21954 \begin_layout Standard
21955 \begin_inset VSpace bigskip
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \begin_layout Standard
21962 色付き列については,以下のように定義するとよいでしょう.
21963 \end_layout
21964
21965 \begin_layout Standard
21966
21967 \series bold
21968
21969 \backslash
21970 newcolumntype{K}[1]{>{
21971 \backslash
21972 columncolor{#1}
21973 \backslash
21974 hspace{0pt}}c}
21975 \end_layout
21976
21977 \begin_layout Standard
21978 最後の「c」は,文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,\SpecialChar LaTeX
21979 引数に
21980 \end_layout
21981
21982 \begin_layout Standard
21983
21984 \series bold
21985 K{色名}
21986 \end_layout
21987
21988 \begin_layout Standard
21989 と入力します.
21990 \end_layout
21991
21992 \begin_layout Standard
21993 \begin_inset VSpace bigskip
21994 \end_inset
21995
21996
21997 \end_layout
21998
21999 \begin_layout Standard
22000
22001 \begin_inset CommandInset ref
22002 LatexCommand ref
22003 reference "tab:ユーザー定義の表書式"
22004
22005 \end_inset
22006
22007 を生成するには,第1列と連結列に\SpecialChar LaTeX
22008 引数として
22009 \end_layout
22010
22011 \begin_layout Standard
22012
22013 \series bold
22014 M{2.5cm}
22015 \end_layout
22016
22017 \begin_layout Standard
22018 を指定し,最終列に
22019 \end_layout
22020
22021 \begin_layout Standard
22022
22023 \series bold
22024 K{red}
22025 \end_layout
22026
22027 \begin_layout Standard
22028 そして第2列の各セルに
22029 \end_layout
22030
22031 \begin_layout Standard
22032
22033 \series bold
22034 S{2.5cm}{2}
22035 \end_layout
22036
22037 \begin_layout Standard
22038 と指定します.
22039 \end_layout
22040
22041 \begin_layout Standard
22042 \begin_inset Float table
22043 placement h
22044 wide false
22045 sideways false
22046 status open
22047
22048 \begin_layout Plain Layout
22049 \begin_inset Caption Standard
22050
22051 \begin_layout Plain Layout
22052 \begin_inset CommandInset label
22053 LatexCommand label
22054 name "tab:ユーザー定義の表書式"
22055
22056 \end_inset
22057
22058 ユーザー定義の表書式を使用した表
22059 \end_layout
22060
22061 \end_inset
22062
22063
22064 \end_layout
22065
22066 \begin_layout Plain Layout
22067 \align center
22068 \begin_inset Tabular
22069 <lyxtabular version="3" rows="3" columns="4">
22070 <features tabularvalignment="middle">
22071 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22072 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22073 <column alignment="center" valignment="middle">
22074 <column alignment="center" valignment="middle" special="K{red}">
22075 <row>
22076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080 とても長い表セル中の単語
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 複数行の連結列
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 </row>
22113 <row>
22114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22124 \begin_inset Text
22125
22126 \begin_layout Plain Layout
22127
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136
22137 \end_layout
22138
22139 \end_inset
22140 </cell>
22141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22142 \begin_inset Text
22143
22144 \begin_layout Plain Layout
22145
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 </row>
22151 <row>
22152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 </row>
22189 </lyxtabular>
22190
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \end_inset
22197
22198
22199 \end_layout
22200
22201 \begin_layout Subsection
22202 罫線幅
22203 \begin_inset CommandInset label
22204 LatexCommand label
22205 name "subsec:罫線幅"
22206
22207 \end_inset
22208
22209
22210 \begin_inset Index idx
22211 status collapsed
22212
22213 \begin_layout Plain Layout
22214 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
22215 \end_layout
22216
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \begin_layout Standard
22223 表中のすべての罫線の罫線幅を調整するには,長さ
22224 \series bold
22225
22226 \backslash
22227 arrayrulewidth
22228 \series default
22229 を使用します.たとえば,表
22230 \begin_inset CommandInset ref
22231 LatexCommand ref
22232 reference "tab:Table-with-1.5"
22233
22234 \end_inset
22235
22236 のように罫線幅を1.5
22237 \begin_inset space \thinspace{}
22238 \end_inset
22239
22240 ptにするには,表や表フロートの前に\SpecialChar TeX
22241 コードで
22242 \end_layout
22243
22244 \begin_layout Standard
22245
22246 \series bold
22247
22248 \backslash
22249 setlength{
22250 \backslash
22251 arrayrulewidth}{1.5pt}
22252 \end_layout
22253
22254 \begin_layout Standard
22255 というコマンドを挿入します.こうして変更した罫線幅は,これ以降のすべての表に適用されます.ふたたび既定値を使用するには,表か表フロートの前に\SpecialChar TeX
22256 コードで
22257 \series bold
22258
22259 \backslash
22260 arrayrulewidth
22261 \series default
22262 を0.4
22263 \begin_inset space \thinspace{}
22264 \end_inset
22265
22266 ptに設定してください.
22267 \end_layout
22268
22269 \begin_layout Standard
22270 \begin_inset ERT
22271 status collapsed
22272
22273 \begin_layout Plain Layout
22274
22275
22276 \backslash
22277 setlength{
22278 \backslash
22279 arrayrulewidth}{1.5pt}
22280 \end_layout
22281
22282 \end_inset
22283
22284
22285 \begin_inset Float table
22286 wide false
22287 sideways false
22288 status open
22289
22290 \begin_layout Plain Layout
22291 \begin_inset Caption Standard
22292
22293 \begin_layout Plain Layout
22294 \begin_inset CommandInset label
22295 LatexCommand label
22296 name "tab:Table-with-1.5"
22297
22298 \end_inset
22299
22300 1.5
22301 \begin_inset space \thinspace{}
22302 \end_inset
22303
22304 pt幅罫線の表
22305 \end_layout
22306
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \begin_layout Plain Layout
22313 \align center
22314 \begin_inset Tabular
22315 <lyxtabular version="3" rows="3" columns="3">
22316 <features tabularvalignment="middle">
22317 <column alignment="center" valignment="top">
22318 <column alignment="center" valignment="top">
22319 <column alignment="center" valignment="top">
22320 <row>
22321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 sd
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 </row>
22349 <row>
22350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 sd
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 </row>
22378 <row>
22379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 sd
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 </row>
22407 </lyxtabular>
22408
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \begin_inset ERT
22418 status collapsed
22419
22420 \begin_layout Plain Layout
22421
22422
22423 \backslash
22424 setlength{
22425 \backslash
22426 arrayrulewidth}{0.4pt}
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \begin_layout Standard
22435 \begin_inset VSpace bigskip
22436 \end_inset
22437
22438
22439 \begin_inset CommandInset ref
22440 LatexCommand ref
22441 reference "tab:1.5pt幅横罫"
22442
22443 \end_inset
22444
22445 のように横罫だけを1.5
22446 \begin_inset space \thinspace{}
22447 \end_inset
22448
22449 pt幅にするには,表または表フロートの前に\SpecialChar TeX
22450 コードとして以下のコマンドを挿入してください.
22451 \end_layout
22452
22453 \begin_layout Standard
22454
22455 \series bold
22456
22457 \backslash
22458 let
22459 \backslash
22460 myHline
22461 \backslash
22462 hline
22463 \begin_inset Newline newline
22464 \end_inset
22465
22466
22467 \backslash
22468 renewcommand{
22469 \backslash
22470 hline}
22471 \begin_inset Newline newline
22472 \end_inset
22473
22474  {
22475 \backslash
22476 noalign{
22477 \backslash
22478 global
22479 \backslash
22480 arrayrulewidth 1.5pt}
22481 \begin_inset Newline newline
22482 \end_inset
22483
22484  
22485 \backslash
22486 myHline
22487 \backslash
22488 noalign{
22489 \backslash
22490 global
22491 \backslash
22492 arrayrulewidth 0.4pt}}
22493 \end_layout
22494
22495 \begin_layout Standard
22496 既定幅に戻すには,表または表フロートの後に\SpecialChar TeX
22497 コードとして以下のコマンドを挿入します.
22498 \end_layout
22499
22500 \begin_layout Standard
22501
22502 \series bold
22503
22504 \backslash
22505 renewcommand{
22506 \backslash
22507 hline}{
22508 \backslash
22509 myHline}
22510 \end_layout
22511
22512 \begin_layout Standard
22513 \begin_inset ERT
22514 status collapsed
22515
22516 \begin_layout Plain Layout
22517
22518
22519 \backslash
22520 let
22521 \backslash
22522 myHline
22523 \backslash
22524 hline
22525 \end_layout
22526
22527 \begin_layout Plain Layout
22528
22529
22530 \backslash
22531 renewcommand{
22532 \backslash
22533 hline}
22534 \end_layout
22535
22536 \begin_layout Plain Layout
22537
22538  {
22539 \backslash
22540 noalign{
22541 \backslash
22542 global
22543 \backslash
22544 arrayrulewidth 1.5pt}
22545 \end_layout
22546
22547 \begin_layout Plain Layout
22548
22549   
22550 \backslash
22551 myHline
22552 \backslash
22553 noalign{
22554 \backslash
22555 global
22556 \backslash
22557 arrayrulewidth 0.4pt}}
22558 \end_layout
22559
22560 \end_inset
22561
22562
22563 \begin_inset Float table
22564 wide false
22565 sideways false
22566 status open
22567
22568 \begin_layout Plain Layout
22569 \begin_inset Caption Standard
22570
22571 \begin_layout Plain Layout
22572 \begin_inset CommandInset label
22573 LatexCommand label
22574 name "tab:1.5pt幅横罫"
22575
22576 \end_inset
22577
22578 1.5
22579 \begin_inset space \thinspace{}
22580 \end_inset
22581
22582 pt幅横罫の表
22583 \end_layout
22584
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \begin_layout Plain Layout
22591 \align center
22592 \begin_inset Tabular
22593 <lyxtabular version="3" rows="3" columns="3">
22594 <features tabularvalignment="middle">
22595 <column alignment="center" valignment="top">
22596 <column alignment="center" valignment="top">
22597 <column alignment="center" valignment="top">
22598 <row>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 sd
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 <row>
22628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 sd
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 </row>
22656 <row>
22657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679 sd
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 </row>
22685 </lyxtabular>
22686
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \end_inset
22693
22694
22695 \begin_inset ERT
22696 status collapsed
22697
22698 \begin_layout Plain Layout
22699
22700
22701 \backslash
22702 renewcommand{
22703 \backslash
22704 hline}{
22705 \backslash
22706 myHline}
22707 \end_layout
22708
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \begin_layout Standard
22715 \begin_inset VSpace bigskip
22716 \end_inset
22717
22718 縦罫だけを1.5
22719 \begin_inset space \thinspace{}
22720 \end_inset
22721
22722 pt幅にするには,第
22723 \begin_inset CommandInset ref
22724 LatexCommand ref
22725 reference "subsec:自製書式"
22726
22727 \end_inset
22728
22729 節の説明にしたがって,文書プリアンブルに以下のような列書式を作成してください.
22730 \end_layout
22731
22732 \begin_layout Standard
22733
22734 \series bold
22735
22736 \backslash
22737 newcolumntype{V}{!{
22738 \backslash
22739 vrule width 1.5pt}}
22740 \end_layout
22741
22742 \begin_layout Standard
22743
22744 \begin_inset CommandInset ref
22745 LatexCommand ref
22746 reference "tab:1.5pt幅縦罫"
22747
22748 \end_inset
22749
22750 を作るには,最右列に\SpecialChar LaTeX
22751 引数
22752 \end_layout
22753
22754 \begin_layout Standard
22755
22756 \series bold
22757 VcV
22758 \end_layout
22759
22760 \begin_layout Standard
22761 を指定し,他の列には
22762 \end_layout
22763
22764 \begin_layout Standard
22765
22766 \series bold
22767 Vc
22768 \end_layout
22769
22770 \begin_layout Standard
22771 を指定します.
22772 \end_layout
22773
22774 \begin_layout Standard
22775 \begin_inset Float table
22776 wide false
22777 sideways false
22778 status open
22779
22780 \begin_layout Plain Layout
22781 \begin_inset Caption Standard
22782
22783 \begin_layout Plain Layout
22784 \begin_inset CommandInset label
22785 LatexCommand label
22786 name "tab:1.5pt幅縦罫"
22787
22788 \end_inset
22789
22790 1.5
22791 \begin_inset space \thinspace{}
22792 \end_inset
22793
22794 pt幅縦罫の表
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \begin_layout Plain Layout
22803 \align center
22804 \begin_inset Tabular
22805 <lyxtabular version="3" rows="3" columns="3">
22806 <features tabularvalignment="middle">
22807 <column alignment="center" valignment="top" special="Vc">
22808 <column alignment="center" valignment="top" special="Vc">
22809 <column alignment="center" valignment="top" special="VcV">
22810 <row>
22811 <cell alignment="center" valignment="top" topline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 sd
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 <cell alignment="center" valignment="top" topline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824
22825 \end_layout
22826
22827 \end_inset
22828 </cell>
22829 <cell alignment="center" valignment="top" topline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" topline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 <cell alignment="center" valignment="top" topline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853 sd
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 <cell alignment="center" valignment="top" topline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 </row>
22868 <row>
22869 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 sd
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 </row>
22897 </lyxtabular>
22898
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905
22906
22907 \end_layout
22908
22909 \begin_layout Subsection
22910 点罫
22911 \begin_inset Index idx
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915 ひょうのちょうせい@表の調整 ! てんけい@点罫
22916 \end_layout
22917
22918 \end_inset
22919
22920
22921 \end_layout
22922
22923 \begin_layout Standard
22924 \begin_inset ERT
22925 status collapsed
22926
22927 \begin_layout Plain Layout
22928
22929
22930 \backslash
22931 ifarydshln
22932 \end_layout
22933
22934 \end_inset
22935
22936
22937 \begin_inset Note Note
22938 status open
22939
22940 \begin_layout Plain Layout
22941 この節は,\SpecialChar LaTeX
22942 パッケージ
22943 \series bold
22944 arydshln
22945 \series default
22946 が導入済みの時のみ表示されます.
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \begin_layout Standard
22955 \begin_inset Float table
22956 placement H
22957 wide false
22958 sideways false
22959 status open
22960
22961 \begin_layout Plain Layout
22962 \begin_inset Caption Standard
22963
22964 \begin_layout Plain Layout
22965 \begin_inset CommandInset label
22966 LatexCommand label
22967 name "tab:点罫表"
22968
22969 \end_inset
22970
22971 点罫を使用した表
22972 \end_layout
22973
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \begin_layout Plain Layout
22980 \align center
22981 \begin_inset Tabular
22982 <lyxtabular version="3" rows="5" columns="5">
22983 <features tabularvalignment="middle">
22984 <column alignment="center" valignment="top">
22985 <column alignment="center" valignment="top">
22986 <column alignment="center" valignment="top" special=":c">
22987 <column alignment="center" valignment="top">
22988 <column alignment="center" valignment="top">
22989 <row>
22990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 </row>
23036 <row>
23037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 <cell alignment="center" valignment="top" topline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Plain Layout
23059
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Plain Layout
23068
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 </row>
23083 <row>
23084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088 \begin_inset ERT
23089 status collapsed
23090
23091 \begin_layout Plain Layout
23092
23093
23094 \backslash
23095 hdashline 
23096 \end_layout
23097
23098 \end_inset
23099
23100
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 <cell alignment="center" valignment="top" usebox="none">
23115 \begin_inset Text
23116
23117 \begin_layout Plain Layout
23118
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23124 \begin_inset Text
23125
23126 \begin_layout Plain Layout
23127
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 </row>
23142 <row>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 \begin_inset ERT
23148 status collapsed
23149
23150 \begin_layout Plain Layout
23151
23152
23153 \backslash
23154 cdashline{4-5}
23155 \end_layout
23156
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23165 \begin_inset Text
23166
23167 \begin_layout Plain Layout
23168
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195
23196 \end_layout
23197
23198 \end_inset
23199 </cell>
23200 </row>
23201 <row>
23202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 </row>
23248 </lyxtabular>
23249
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \end_layout
23259
23260 \begin_layout Standard
23261 \SpecialChar LyX
23262 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
23263 コードを使用する必要があります.必須要件として,文書プリアンブル中に
23264 \end_layout
23265
23266 \begin_layout Standard
23267
23268 \series bold
23269
23270 \backslash
23271 usepackage{arydshln}
23272 \end_layout
23273
23274 \begin_layout Standard
23275 というコマンドを書き,\SpecialChar LaTeX
23276 パッケージの
23277 \series bold
23278 arydshln
23279 \series default
23280
23281 \begin_inset Index idx
23282 status collapsed
23283
23284 \begin_layout Plain Layout
23285 \SpecialChar LaTeX
23286 ぱっけーじ@\SpecialChar LaTeX
23287 パッケージ ! arydshln
23288 \end_layout
23289
23290 \end_inset
23291
23292 を読み込んでおく必要があります.縦罫を点罫にするには,表セルダイアログの\SpecialChar LaTeX
23293 変数として,水平揃え用の文字とともにコロン「:」を入力してください.
23294 \end_layout
23295
23296 \begin_layout Standard
23297 横点罫を得るには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23298 コードで
23299 \end_layout
23300
23301 \begin_layout Standard
23302
23303 \series bold
23304
23305 \backslash
23306 hdashline
23307 \end_layout
23308
23309 \begin_layout Standard
23310 というコマンドを加えてください.
23311 \end_layout
23312
23313 \begin_layout Standard
23314 連結列に点罫を書くには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23315 コードで
23316 \end_layout
23317
23318 \begin_layout Standard
23319
23320 \series bold
23321
23322 \backslash
23323 cdashline{列番号
23324 \series default
23325 }
23326 \end_layout
23327
23328 \begin_layout Standard
23329 なるコマンドを使用してください.たとえば,第2列から第4列にわたる連結列があって,その上に点罫が欲しい場合には,連結列のある行の最初のセルの冒頭に
23330 \end_layout
23331
23332 \begin_layout Standard
23333
23334 \series bold
23335
23336 \backslash
23337 cdashline{2-4}
23338 \end_layout
23339
23340 \begin_layout Standard
23341 なるコマンドを置いてください.
23342 \end_layout
23343
23344 \begin_layout Standard
23345 \begin_inset VSpace bigskip
23346 \end_inset
23347
23348
23349 \end_layout
23350
23351 \begin_layout Standard
23352
23353 \begin_inset CommandInset ref
23354 LatexCommand ref
23355 reference "tab:点罫表"
23356
23357 \end_inset
23358
23359 は,第3列の\SpecialChar LaTeX
23360 変数に「:c」を指定して作られています.第3行の最初のセルには,\SpecialChar TeX
23361 コードのコマンド
23362 \series bold
23363
23364 \backslash
23365 hdashline
23366 \series default
23367 が挿れられており,第4行の最初のセルには,\SpecialChar TeX
23368 コードのコマンド
23369 \begin_inset Newline newline
23370 \end_inset
23371
23372  
23373 \series bold
23374
23375 \backslash
23376 cdashline{4-5}
23377 \series default
23378 が挿れられています.
23379 \end_layout
23380
23381 \begin_layout Standard
23382 \begin_inset VSpace bigskip
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \begin_layout Standard
23389 点罫を持つ表も,表
23390 \begin_inset CommandInset ref
23391 LatexCommand ref
23392 reference "tab:Colored-table-with"
23393
23394 \end_inset
23395
23396 のように色付けをすることができます.
23397 \end_layout
23398
23399 \begin_layout Standard
23400 \begin_inset ERT
23401 status collapsed
23402
23403 \begin_layout Plain Layout
23404
23405
23406 \backslash
23407 setlength{
23408 \backslash
23409 arrayrulewidth}{1pt}
23410 \end_layout
23411
23412 \end_inset
23413
23414
23415 \begin_inset Note Note
23416 status collapsed
23417
23418 \begin_layout Plain Layout
23419 罫線色が見易いように線を太く
23420 \end_layout
23421
23422 \end_inset
23423
23424
23425 \end_layout
23426
23427 \begin_layout Standard
23428 \begin_inset ERT
23429 status collapsed
23430
23431 \begin_layout Plain Layout
23432
23433
23434 \backslash
23435 dashgapcolor{green}
23436 \end_layout
23437
23438 \end_inset
23439
23440
23441 \begin_inset Note Note
23442 status collapsed
23443
23444 \begin_layout Plain Layout
23445 緑点罫の間の色付き余白
23446 \end_layout
23447
23448 \end_inset
23449
23450
23451 \end_layout
23452
23453 \begin_layout Standard
23454 \begin_inset ERT
23455 status collapsed
23456
23457 \begin_layout Plain Layout
23458
23459
23460 \backslash
23461 let
23462 \backslash
23463 myHdashline
23464 \backslash
23465 hdashline
23466 \end_layout
23467
23468 \begin_layout Plain Layout
23469
23470
23471 \backslash
23472 renewcommand{
23473 \backslash
23474 hdashline}
23475 \end_layout
23476
23477 \begin_layout Plain Layout
23478
23479  {
23480 \backslash
23481 arrayrulecolor{red}
23482 \backslash
23483 myHdashline
23484 \backslash
23485 arrayrulecolor{black}}
23486 \end_layout
23487
23488 \end_inset
23489
23490
23491 \begin_inset Note Note
23492 status collapsed
23493
23494 \begin_layout Plain Layout
23495 色付き水平線・点罫赤
23496 \end_layout
23497
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \begin_layout Standard
23504 \begin_inset ERT
23505 status collapsed
23506
23507 \begin_layout Plain Layout
23508
23509
23510 \backslash
23511 let
23512 \backslash
23513 myCdashline
23514 \backslash
23515 cdashline
23516 \end_layout
23517
23518 \begin_layout Plain Layout
23519
23520
23521 \backslash
23522 renewcommand{
23523 \backslash
23524 cdashline}[1]
23525 \end_layout
23526
23527 \begin_layout Plain Layout
23528
23529  {
23530 \backslash
23531 arrayrulecolor{yellow}
23532 \backslash
23533 myCdashline{#1}
23534 \backslash
23535 arrayrulecolor{black}}
23536 \end_layout
23537
23538 \end_inset
23539
23540
23541 \begin_inset Note Note
23542 status collapsed
23543
23544 \begin_layout Plain Layout
23545 色付き部分水平線・点罫黄色
23546 \end_layout
23547
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \begin_layout Standard
23554 \begin_inset Float table
23555 placement h
23556 wide false
23557 sideways false
23558 status open
23559
23560 \begin_layout Plain Layout
23561 \begin_inset Caption Standard
23562
23563 \begin_layout Plain Layout
23564 \begin_inset CommandInset label
23565 LatexCommand label
23566 name "tab:Colored-table-with"
23567
23568 \end_inset
23569
23570 点罫線の色付き表
23571 \end_layout
23572
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \begin_layout Plain Layout
23579 \align center
23580 \begin_inset Tabular
23581 <lyxtabular version="3" rows="5" columns="5">
23582 <features tabularvalignment="middle">
23583 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23584 <column alignment="center" valignment="top" width="0pt">
23585 <column alignment="center" valignment="top" width="0pt" special=":c">
23586 <column alignment="center" valignment="top">
23587 <column alignment="center" valignment="top">
23588 <row>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" topline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 <cell alignment="center" valignment="top" topline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 </row>
23635 <row>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" topline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 </row>
23682 <row>
23683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687 \begin_inset ERT
23688 status collapsed
23689
23690 \begin_layout Plain Layout
23691
23692
23693 \backslash
23694 hdashline 
23695 \end_layout
23696
23697 \end_inset
23698
23699
23700 \begin_inset ERT
23701 status collapsed
23702
23703 \begin_layout Plain Layout
23704
23705
23706 \backslash
23707 rowcolor{Gray}
23708 \end_layout
23709
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 <cell alignment="center" valignment="top" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23736 \begin_inset Text
23737
23738 \begin_layout Plain Layout
23739
23740 \end_layout
23741
23742 \end_inset
23743 </cell>
23744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 </row>
23754 <row>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 \begin_inset ERT
23760 status collapsed
23761
23762 \begin_layout Plain Layout
23763
23764
23765 \backslash
23766 cdashline{4-5}
23767 \end_layout
23768
23769 \end_inset
23770
23771
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 <row>
23814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 \begin_inset ERT
23855 status collapsed
23856
23857 \begin_layout Plain Layout
23858
23859
23860 \backslash
23861 cellcolor{Maroon}
23862 \end_layout
23863
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 </row>
23872 </lyxtabular>
23873
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \begin_layout Standard
23885 \begin_inset ERT
23886 status collapsed
23887
23888 \begin_layout Plain Layout
23889
23890
23891 \backslash
23892 renewcommand{
23893 \backslash
23894 hdashline}{
23895 \backslash
23896 myHdashline}
23897 \end_layout
23898
23899 \end_inset
23900
23901
23902 \begin_inset Note Note
23903 status collapsed
23904
23905 \begin_layout Plain Layout
23906 既定値に戻す
23907 \end_layout
23908
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \begin_layout Standard
23915 \begin_inset ERT
23916 status collapsed
23917
23918 \begin_layout Plain Layout
23919
23920
23921 \backslash
23922 renewcommand{
23923 \backslash
23924 cdashline}{
23925 \backslash
23926 myCdashline}
23927 \end_layout
23928
23929 \end_inset
23930
23931
23932 \begin_inset Note Note
23933 status collapsed
23934
23935 \begin_layout Plain Layout
23936 既定値に戻す
23937 \end_layout
23938
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \begin_layout Standard
23945 \begin_inset ERT
23946 status collapsed
23947
23948 \begin_layout Plain Layout
23949
23950
23951 \backslash
23952 nodashgapcolor
23953 \end_layout
23954
23955 \end_inset
23956
23957
23958 \begin_inset Note Note
23959 status collapsed
23960
23961 \begin_layout Plain Layout
23962 既定値に戻す
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \end_layout
23969
23970 \begin_layout Standard
23971 \begin_inset ERT
23972 status collapsed
23973
23974 \begin_layout Plain Layout
23975
23976
23977 \backslash
23978 setlength{
23979 \backslash
23980 arrayrulewidth}{0.4pt}
23981 \end_layout
23982
23983 \end_inset
23984
23985
23986 \begin_inset Note Note
23987 status collapsed
23988
23989 \begin_layout Plain Layout
23990 既定値に戻す
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \begin_layout Standard
23999 行や列,罫線の着色は,第
24000 \begin_inset CommandInset ref
24001 LatexCommand ref
24002 reference "sec:色付きの表"
24003
24004 \end_inset
24005
24006 節に述べられているように動作します.水平線の着色も,
24007 \series bold
24008
24009 \backslash
24010 myHlineC
24011 \series default
24012 コマンドを
24013 \series bold
24014
24015 \backslash
24016 myHdashline
24017 \series default
24018 に置き換え,
24019 \series bold
24020
24021 \backslash
24022 hline
24023 \series default
24024
24025 \series bold
24026
24027 \backslash
24028 hdashline
24029 \series default
24030 に置き換えれば,そこで述べられているのと同様に機能します.したがって,以下のようなコマンドを使います.
24031 \end_layout
24032
24033 \begin_layout Standard
24034
24035 \series bold
24036
24037 \backslash
24038 let
24039 \backslash
24040 myHdashline
24041 \backslash
24042 hdashline
24043 \begin_inset Newline newline
24044 \end_inset
24045
24046
24047 \backslash
24048 renewcommand{
24049 \backslash
24050 hdashline}
24051 \begin_inset Newline newline
24052 \end_inset
24053
24054
24055 \begin_inset Phantom HPhantom
24056 status open
24057
24058 \begin_layout Plain Layout
24059 \begin_inset space ~
24060 \end_inset
24061
24062
24063 \end_layout
24064
24065 \end_inset
24066
24067 {
24068 \backslash
24069 arrayrulecolor{red}
24070 \backslash
24071 myHdashline
24072 \backslash
24073 arrayrulecolor{black}}
24074 \end_layout
24075
24076 \begin_layout Standard
24077
24078 \series bold
24079
24080 \backslash
24081 cdashline
24082 \series default
24083 に色をつけるならば,コマンドは
24084 \end_layout
24085
24086 \begin_layout Standard
24087
24088 \series bold
24089
24090 \backslash
24091 let
24092 \backslash
24093 myCdashline
24094 \backslash
24095 cdashline
24096 \begin_inset Newline newline
24097 \end_inset
24098
24099
24100 \backslash
24101 renewcommand{
24102 \backslash
24103 cdashline}[1]
24104 \begin_inset Newline newline
24105 \end_inset
24106
24107
24108 \begin_inset Phantom HPhantom
24109 status open
24110
24111 \begin_layout Plain Layout
24112 \begin_inset space ~
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \end_inset
24119
24120 {
24121 \backslash
24122 arrayrulecolor{red}
24123 \backslash
24124 myCdashline{#1}
24125 \backslash
24126 arrayrulecolor{black}}
24127 \end_layout
24128
24129 \begin_layout Standard
24130 のようになります.黒の罫線に戻すには,以下のコマンドを表の後ろに\SpecialChar TeX
24131 コードで挿入する必要があります.
24132 \end_layout
24133
24134 \begin_layout Standard
24135
24136 \series bold
24137
24138 \backslash
24139 hdashline
24140 \series default
24141 の場合は
24142 \end_layout
24143
24144 \begin_layout Standard
24145
24146 \series bold
24147
24148 \backslash
24149 renewcommand{
24150 \backslash
24151 hdashline}{
24152 \backslash
24153 myHdashline}
24154 \end_layout
24155
24156 \begin_layout Standard
24157 とし,
24158 \series bold
24159
24160 \backslash
24161 cdashline
24162 \series default
24163 の場合は
24164 \end_layout
24165
24166 \begin_layout Standard
24167
24168 \series bold
24169
24170 \backslash
24171 renewcommand{
24172 \backslash
24173 cdashline}{
24174 \backslash
24175 myCdashline}
24176 \end_layout
24177
24178 \begin_layout Standard
24179 としてください.点線の間の余白に色をつけるには,表の前に\SpecialChar TeX
24180 コードで
24181 \end_layout
24182
24183 \begin_layout Standard
24184
24185 \series bold
24186
24187 \backslash
24188 dashgapcolor{色}
24189 \end_layout
24190
24191 \begin_layout Standard
24192 とすれば良いです.ここで「色」は,定義済みの色名です.
24193 \end_layout
24194
24195 \begin_layout Standard
24196
24197 \series bold
24198
24199 \backslash
24200 nodashgapcolor
24201 \end_layout
24202
24203 \begin_layout Standard
24204 というコマンドは,
24205 \series bold
24206
24207 \backslash
24208 dashgapcolor
24209 \series default
24210 が行った変更を元に戻します.
24211 \end_layout
24212
24213 \begin_layout Standard
24214 \begin_inset Note Greyedout
24215 status open
24216
24217 \begin_layout Plain Layout
24218
24219 \series bold
24220 【註】
24221 \series default
24222 1つのセル中に複数のコマンドがある場合,
24223 \series bold
24224 arydshln
24225 \series default
24226 のコマンドが,そのセル中で最初に来る必要があります.したがって,表
24227 \begin_inset CommandInset ref
24228 LatexCommand ref
24229 reference "tab:Colored-table-with"
24230
24231 \end_inset
24232
24233 のセル
24234 \emph on
24235 k
24236 \emph default
24237 では,
24238 \series bold
24239
24240 \backslash
24241 hdashline
24242 \series default
24243 コマンドが
24244 \series bold
24245
24246 \backslash
24247 rowcolor
24248 \series default
24249 の前に来ています.
24250 \end_layout
24251
24252 \end_inset
24253
24254
24255 \end_layout
24256
24257 \begin_layout Standard
24258 \begin_inset Note Greyedout
24259 status open
24260
24261 \begin_layout Plain Layout
24262
24263 \series bold
24264 【註】
24265 \series default
24266 \SpecialChar LaTeX
24267 パッケージ
24268 \series bold
24269 arydshln
24270 \series default
24271 は,文書プリアンブル中で\SpecialChar LaTeX
24272 パッケージ
24273 \series bold
24274 colortbl
24275 \series default
24276
24277 \begin_inset Index idx
24278 status collapsed
24279
24280 \begin_layout Plain Layout
24281 \SpecialChar LaTeX
24282 ぱっけーじ@\SpecialChar LaTeX
24283 パッケージ ! colortbl
24284 \end_layout
24285
24286 \end_inset
24287
24288 よりも前に読み込まれている必要があります.
24289 \end_layout
24290
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \begin_layout Standard
24297 \begin_inset ERT
24298 status collapsed
24299
24300 \begin_layout Plain Layout
24301
24302
24303 \backslash
24304 else
24305 \end_layout
24306
24307 \end_inset
24308
24309
24310 \begin_inset Note Note
24311 status open
24312
24313 \begin_layout Plain Layout
24314 以下は,\SpecialChar LaTeX
24315 パッケージ
24316 \series bold
24317 arydshln
24318 \series default
24319 が導入済みでないときに表示されます.
24320 \end_layout
24321
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \begin_layout Standard
24328 本節の内容を出力に表示するためには,
24329 \series bold
24330 arydshln
24331 \series default
24332 パッケージを導入しなくてはなりません.
24333 \end_layout
24334
24335 \begin_layout Standard
24336 \begin_inset ERT
24337 status collapsed
24338
24339 \begin_layout Plain Layout
24340
24341
24342 \backslash
24343 fi
24344 \end_layout
24345
24346 \end_inset
24347
24348
24349 \end_layout
24350
24351 \begin_layout Standard
24352 点罫について詳しい情報は,
24353 \series bold
24354 arydshln
24355 \series default
24356 の取扱説明書
24357 \begin_inset CommandInset citation
24358 LatexCommand cite
24359 key "arydshln"
24360 literal "true"
24361
24362 \end_inset
24363
24364 をご覧ください.
24365 \end_layout
24366
24367 \begin_layout Chapter
24368 フロート
24369 \begin_inset CommandInset label
24370 LatexCommand label
24371 name "chap:フロート"
24372
24373 \end_inset
24374
24375
24376 \begin_inset Index idx
24377 status collapsed
24378
24379 \begin_layout Plain Layout
24380 ふろーと@フロート
24381 \end_layout
24382
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \begin_layout Section
24389 はじめに
24390 \begin_inset CommandInset label
24391 LatexCommand label
24392 name "sec:フロートはじめに"
24393
24394 \end_inset
24395
24396
24397 \begin_inset Index idx
24398 status collapsed
24399
24400 \begin_layout Plain Layout
24401 ふろーと@フロート ! はじめに
24402 \end_layout
24403
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \begin_layout Standard
24410 フロートは,何かしらのラベルに関連付けられた文章の塊で,固定された居場所を持ちません.フロートはもっとも適した場所を求めて,1頁ないし2頁,前後にただよう(フロ
24411 ート)ことができます.
24412 \family sans
24413 脚註
24414 \family default
24415
24416 \family sans
24417 傍註
24418 \family default
24419 も,当該ページに註が多すぎる場合には次頁にただよって行きますので,フロートの一種です.
24420 \end_layout
24421
24422 \begin_layout Standard
24423 フロートを使うと,質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,文章のない空白やページが出ることを避けることができるためです
24424 .このようなフローティングは,文章と図表のあいだの連関を破壊してしまうことがあるので,各フロートは文中から参照することができるようになっています.このため,フロ
24425 ートには連番が割り当てられます.参照については,第
24426 \begin_inset CommandInset ref
24427 LatexCommand ref
24428 reference "sec:フロートの参照"
24429
24430 \end_inset
24431
24432 節で述べられています.
24433 \end_layout
24434
24435 \begin_layout Standard
24436 フロートを挿入するには,
24437 \family sans
24438 挿入\SpecialChar menuseparator
24439 フロート
24440 \family default
24441 メニュー(
24442 \begin_inset Info
24443 type  "icon"
24444 arg   "float-insert figure"
24445 \end_inset
24446
24447 または
24448 \begin_inset Info
24449 type  "icon"
24450 arg   "float-insert table"
24451 \end_inset
24452
24453 ツールバーボタン)を使えば,ラベルのついたボックスすなわち
24454 \family sans
24455 キャプション
24456 \family default
24457 差込枠が挿入されます.このラベルは,出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,キャプションの文章を入れ,画像ないし表は,フロート中,キャプショ
24458 ンの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,第
24459 \begin_inset CommandInset ref
24460 LatexCommand ref
24461 reference "sec:キャプションの配置"
24462
24463 \end_inset
24464
24465 節に述べられています.また,\SpecialChar LyX
24466 文書を読みやすくするために,ボックスラベルを左クリックすれば,フロートボックスを広げたり畳んだりすることができるようになっています.
24467 畳んだフロートボックスは,
24468 \begin_inset Graphics
24469         filename clipart/float.png
24470         scale 95
24471         scaleBeforeRotation
24472
24473 \end_inset
24474
24475 のように,灰色ボタンに赤字ラベルで表示されます.
24476 \end_layout
24477
24478 \begin_layout Standard
24479 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
24480 エラーが発生し得るので,これを避けるために,フロートは独立した段落として挿入することをお勧めします.
24481 \end_layout
24482
24483 \begin_layout Standard
24484 既存の図表は,選択した後に新規フロートのツールバーボタンを押せば,フロート中の図表にすることができます.
24485 \end_layout
24486
24487 \begin_layout Section
24488 フロート型
24489 \end_layout
24490
24491 \begin_layout Standard
24492 \SpecialChar LyX
24493 には,第
24494 \begin_inset CommandInset ref
24495 LatexCommand ref
24496 reference "sec:図フロート"
24497
24498 \end_inset
24499
24500 節および第
24501 \begin_inset CommandInset ref
24502 LatexCommand ref
24503 reference "sec:表フロート"
24504
24505 \end_inset
24506
24507 節で各々説明されている図フロートと表フロート以外に,
24508 \family sans
24509 アルゴリズム型
24510 \series bold
24511
24512 \series default
24513 折返し型
24514 \family default
24515 のフロート型があります.後者は,第
24516 \begin_inset CommandInset ref
24517 LatexCommand ref
24518 reference "sec:折返しフロート"
24519
24520 \end_inset
24521
24522 節に説明があります.
24523 \end_layout
24524
24525 \begin_layout Subsection
24526 アルゴリズムフロート
24527 \begin_inset Index idx
24528 status collapsed
24529
24530 \begin_layout Plain Layout
24531 ふろーと@フロート ! あるごりずむ@アルゴリズム
24532 \end_layout
24533
24534 \end_inset
24535
24536
24537 \end_layout
24538
24539 \begin_layout Standard
24540 \begin_inset Float algorithm
24541 placement h
24542 wide false
24543 sideways false
24544 status open
24545
24546 \begin_layout Plain Layout
24547 \begin_inset Caption Standard
24548
24549 \begin_layout Plain Layout
24550 \begin_inset CommandInset label
24551 LatexCommand label
24552 name "alg:アルゴリズムフロートの例"
24553
24554 \end_inset
24555
24556 アルゴリズムフロートの例
24557 \end_layout
24558
24559 \end_inset
24560
24561
24562 \end_layout
24563
24564 \begin_layout LyX-Code
24565 for I in 1..N loop
24566 \begin_inset Newline newline
24567 \end_inset
24568
24569  Sum:= Sum + A(I); /*comment*/
24570 \begin_inset Newline newline
24571 \end_inset
24572
24573 end loop
24574 \begin_inset VSpace -4mm
24575 \end_inset
24576
24577
24578 \end_layout
24579
24580 \end_inset
24581
24582
24583 \end_layout
24584
24585 \begin_layout Standard
24586 このフロート型は,
24587 \family sans
24588 挿入
24589 \shape up
24590 \SpecialChar menuseparator
24591 フロート\SpecialChar menuseparator
24592 アルゴリズム
24593 \family default
24594 \shape default
24595 メニューを使うと挿入することができます.これは,プログラムコードやアルゴリズムの記述に用いられ,第
24596 \begin_inset CommandInset ref
24597 LatexCommand ref
24598 reference "cha:プログラムコードリスト"
24599
24600 \end_inset
24601
24602 章で説明されているプログラムコードリストの代わりとみなすことができます.
24603 \emph on
24604 \SpecialChar LyX
24605 ユーザーの手引き
24606 \emph default
24607 に述べられているように,アルゴリズム向けの環境としては,
24608 \family sans
24609 \SpecialChar LyX
24610 コード
24611 \family default
24612 があります. アルゴリズム
24613 \begin_inset CommandInset ref
24614 LatexCommand ref
24615 reference "alg:アルゴリズムフロートの例"
24616
24617 \end_inset
24618
24619 は,アルゴリズムフロートの一例であり,下の罫線が最後の文字行のちょうど下に来るように,フロートの終わりに-4
24620 \begin_inset space \thinspace{}
24621 \end_inset
24622
24623 mmの垂直空白が入れてあります.
24624 \end_layout
24625
24626 \begin_layout Standard
24627 フロートラベルは,自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,文書プリアンブルに
24628 \end_layout
24629
24630 \begin_layout Standard
24631
24632 \series bold
24633
24634 \backslash
24635 floatname{algorithm}{付けたい名称}
24636 \end_layout
24637
24638 \begin_layout Standard
24639 という行を手動で加える必要があります.ここで
24640 \family sans
24641 \series bold
24642 付けたい名称
24643 \family default
24644 \series default
24645 には,お使いの言語で「
24646 \emph on
24647 algorithm
24648 \emph default
24649 」に対応する単語を指定します.
24650 \end_layout
24651
24652 \begin_layout Standard
24653 アルゴリズム一覧を挿入するには,文書言語が\SpecialChar LyX
24654 のメニューに表示されている言語と同じであるならば,
24655 \family sans
24656 挿入\SpecialChar menuseparator
24657 一覧/目次\SpecialChar menuseparator
24658 アルゴリズム一覧
24659 \family default
24660 メニューを使用します.それ以外の場合には,代わりに
24661 \end_layout
24662
24663 \begin_layout Standard
24664
24665 \series bold
24666
24667 \backslash
24668 listof{algorithm}{付けたい名称}
24669 \end_layout
24670
24671 \begin_layout Standard
24672 というコマンドを\SpecialChar TeX
24673 コードとして用います.ここで
24674 \family sans
24675 付けたい名称
24676 \family default
24677 とは,「
24678 \emph on
24679 List of Algorithm
24680 \emph default
24681 s」という単語に相当する,ご使用になりたい言語での単語です.
24682 \end_layout
24683
24684 \begin_layout Standard
24685 アルゴリズムフロートは,多くの文書クラスにおける図表フロートとは違って,「chapter.algorithm」スキームでは既定で付番されていません.このスキームで
24686 アルゴリズムフロートに連番を振るには,使用している文書のプリアンブルに
24687 \end_layout
24688
24689 \begin_layout Standard
24690
24691 \series bold
24692
24693 \backslash
24694 numberwithin{algorithm}{chapter}
24695 \end_layout
24696
24697 \begin_layout Standard
24698 というコマンドを追加してください.
24699 \series bold
24700
24701 \backslash
24702 numberwithin
24703 \series default
24704 というコマンドを使用するには,文書設定の
24705 \family sans
24706 数式オプション
24707 \family default
24708 タブで
24709 \family sans
24710 AMS mathパッケージを使用する
24711 \family default
24712 オプションを有効にしてください.
24713 \end_layout
24714
24715 \begin_layout Section
24716 フロートの連番
24717 \begin_inset Index idx
24718 status collapsed
24719
24720 \begin_layout Plain Layout
24721 ふろーと@フロート ! れんばん@連番
24722 \end_layout
24723
24724 \end_inset
24725
24726
24727 \end_layout
24728
24729 \begin_layout Standard
24730 フロートは通常,フロートのある節とは関係なく番号が振られるか,あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,使用している文書クラスによっ
24731 て変わります.
24732 \end_layout
24733
24734 \begin_layout Standard
24735 節から独立して付けられている連番を変更するには,文書プリアンブルで
24736 \end_layout
24737
24738 \begin_layout Standard
24739
24740 \series bold
24741
24742 \backslash
24743 renewcommand{
24744 \backslash
24745 thetable}{
24746 \backslash
24747 roman{table}}
24748 \end_layout
24749
24750 \begin_layout Standard
24751
24752 \series bold
24753 というコマンドを使うと良いでしょう.
24754 \backslash
24755 thetable
24756 \series default
24757 は表番号を印字するコマンドで,図フロートの場合であれば,代わりに
24758 \series bold
24759
24760 \backslash
24761 thefigure
24762 \series default
24763 コマンドを使用します.上のコマンドで使用されている
24764 \series bold
24765
24766 \backslash
24767 roman
24768 \series default
24769 は,表番号を小文字のローマ数字で印字するコマンドです.
24770 \end_layout
24771
24772 \begin_layout Standard
24773 連番の付け方をたとえば「小節.番号」に変更するには,プリアンブルで
24774 \end_layout
24775
24776 \begin_layout Standard
24777
24778 \series bold
24779
24780 \backslash
24781 numberwithin{table}{subsection}
24782 \end_layout
24783
24784 \begin_layout Standard
24785 というコマンドを使用してください.
24786 \series bold
24787
24788 \backslash
24789 numberwithin
24790 \series default
24791 コマンドを使用可能にするためには,文書設定の
24792 \family sans
24793 数式オプション
24794 \family default
24795 タブで,
24796 \family sans
24797 AMS
24798 \begin_inset space ~
24799 \end_inset
24800
24801 math数式パッケージを使用する
24802 \family default
24803 を使用します.
24804 \end_layout
24805
24806 \begin_layout Standard
24807 連番コマンドについての詳細と大切な注意点については,第
24808 \begin_inset CommandInset ref
24809 LatexCommand ref
24810 reference "subsec:脚注の付番"
24811
24812 \end_inset
24813
24814 節もご覧ください.
24815 \end_layout
24816
24817 \begin_layout Section
24818 フロートの参照
24819 \begin_inset CommandInset label
24820 LatexCommand label
24821 name "sec:フロートの参照"
24822
24823 \end_inset
24824
24825
24826 \begin_inset Index idx
24827 status collapsed
24828
24829 \begin_layout Plain Layout
24830 ふろーと@フロート ! さんしょう@参照
24831 \end_layout
24832
24833 \end_inset
24834
24835
24836 \begin_inset Index idx
24837 status collapsed
24838
24839 \begin_layout Plain Layout
24840 さんしょう@参照 ! ふろーとにたいする@フロートに対する
24841 \end_layout
24842
24843 \end_inset
24844
24845
24846 \end_layout
24847
24848 \begin_layout Standard
24849 フロートを参照するには,
24850 \family sans
24851 挿入\SpecialChar menuseparator
24852 ラベル
24853 \family default
24854 メニューかツールバーボタンを使用して,フロートのキャプションにラベルを挿入してください.
24855 \begin_inset Graphics
24856         filename clipart/label.png
24857         scaleBeforeRotation
24858
24859 \end_inset
24860
24861 のような灰色のラベルボックスが挿入され,ラベルウィンドウがポップアップして,ラベルの字句を入力するよう促します.\SpecialChar LyX
24862 は,キャプションの最初の数単語に前置句をつけたも
24863 のを候補として示します.前置句はフロート型に依存し,たとえば図フロートには「
24864 \family sans
24865 fig:
24866 \family default
24867 」という前置句がつけられます.
24868 \end_layout
24869
24870 \begin_layout Standard
24871 ラベルは,参照のための名称兼位置標として用いられます.
24872 \family sans
24873 挿入\SpecialChar menuseparator
24874 相互参照
24875 \family default
24876 メニューかツールバーボタン
24877 \family sans
24878
24879 \begin_inset Info
24880 type  "icon"
24881 arg   "dialog-show-new-inset ref"
24882 \end_inset
24883
24884
24885 \family default
24886 を使えば,ラベルを参照することができます.
24887 \begin_inset Graphics
24888         filename clipart/reference.png
24889         scaleBeforeRotation
24890
24891 \end_inset
24892
24893 のような灰色の相互参照ボックスが挿入され,文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
24894 文書が開かれている場合には,ダイアログの上方にある
24895 ドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,相互参照ボックスの位置にはフロート番号が表示されます
24896
24897 \end_layout
24898
24899 \begin_layout Standard
24900 相互参照名と数字の間に改行が入るのを防ぐために,両者の間の空白には保護された空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
24901 出力では,参照の代わりに二つの疑問符が表示されることになります.
24902 \end_layout
24903
24904 \begin_layout Standard
24905 ラベルは,ラベルボックスをクリックすることによって,いつでも変更することができます.変更されたラベルへの参照は,自動的に新しいラベル文へのリンクに変更されますの
24906 で,リンクの更新に手間を割く必要はありません.
24907 \end_layout
24908
24909 \begin_layout Standard
24910 相互参照ウィンドウの
24911 \family sans
24912 ラベルへ移動
24913 \family default
24914 ボタンは,参照されているラベルの前にカーソルを移動します.すると,ボタンの文字が
24915 \family sans
24916 戻る
24917 \family default
24918 に変わるので,相互参照にカーソルを戻すのに使用することができます.
24919 \end_layout
24920
24921 \begin_layout Subsection
24922 相互参照の書式
24923 \begin_inset CommandInset label
24924 LatexCommand label
24925 name "subsec:相互参照の書式"
24926
24927 \end_inset
24928
24929
24930 \begin_inset Index idx
24931 status collapsed
24932
24933 \begin_layout Plain Layout
24934 さんしょう@参照 ! しょしき@書式
24935 \end_layout
24936
24937 \end_inset
24938
24939
24940 \end_layout
24941
24942 \begin_layout Standard
24943 相互参照には,以下の6種類があります.
24944 \end_layout
24945
24946 \begin_layout Description
24947 <参照>: これはフロート番号を表示します.これが既定値です.例:
24948 \begin_inset CommandInset ref
24949 LatexCommand ref
24950 reference "fig:歪められた二つの像"
24951
24952 \end_inset
24953
24954
24955 \end_layout
24956
24957 \begin_layout Description
24958 (<参照>): これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,とくに参照名「Equation」を省略して参照する際に用いられる様式です.
24959 例:
24960 \begin_inset CommandInset ref
24961 LatexCommand eqref
24962 reference "eq:Wgn"
24963
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \begin_layout Description
24970 <参照ページ>: これはページ番号を表示します.例:Page
24971 \begin_inset space ~
24972 \end_inset
24973
24974
24975 \begin_inset CommandInset ref
24976 LatexCommand pageref
24977 reference "fig:歪められた二つの像"
24978
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \begin_layout Description
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 vpageref
24996 reference "fig:歪められた二つの像"
24997
24998 \end_inset
24999
25000
25001 \end_layout
25002
25003 \begin_layout Description
25004 <参照>
25005 \begin_inset space ~
25006 \end_inset
25007
25008 on
25009 \begin_inset space ~
25010 \end_inset
25011
25012 page
25013 \begin_inset space ~
25014 \end_inset
25015
25016 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します.例:
25017 \begin_inset CommandInset ref
25018 LatexCommand vref
25019 reference "fig:歪められた二つの像"
25020
25021 \end_inset
25022
25023
25024 \end_layout
25025
25026 \begin_layout Description
25027 整形された参照: これは自製の相互参照書式で出力します.
25028 \begin_inset Newline newline
25029 \end_inset
25030
25031
25032 \begin_inset Note Greyedout
25033 status open
25034
25035 \begin_layout Plain Layout
25036
25037 \series bold
25038 【註】
25039 \series default
25040 この機能は,\SpecialChar LaTeX
25041 パッケージ
25042 \series bold
25043 prettyref
25044 \series default
25045 または
25046 \series bold
25047 refstyle
25048 \series default
25049 が導入されている場合のみ使用することができます.
25050 \begin_inset Index idx
25051 status collapsed
25052
25053 \begin_layout Plain Layout
25054 \SpecialChar LaTeX
25055 ぱっけーじ@\SpecialChar LaTeX
25056 パッケージ! prettyref
25057 \end_layout
25058
25059 \end_inset
25060
25061
25062 \begin_inset Index idx
25063 status collapsed
25064
25065 \begin_layout Plain Layout
25066 \SpecialChar LaTeX
25067 ぱっけーじ@\SpecialChar LaTeX
25068 パッケージ ! refstyle
25069 \end_layout
25070
25071 \end_inset
25072
25073
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \begin_inset Newline newline
25080 \end_inset
25081
25082 メニュー
25083 \family sans
25084 文書\SpecialChar menuseparator
25085 設定\SpecialChar menuseparator
25086 文書クラス
25087 \family default
25088 でオプション
25089 \family sans
25090 相互参照に(prettyrefではなく)refstyleを使用
25091 \family default
25092 を設定すると,この機能で使用する\SpecialChar LaTeX
25093 パッケージを選択することができます.書式は,文書プリアンブルに
25094 \series bold
25095
25096 \backslash
25097 newrefformat
25098 \series default
25099 コマンド(prettyrefの場合)あるいは
25100 \series bold
25101
25102 \backslash
25103 newref
25104 \series default
25105 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,図への参照(これは短絡ラベル「
25106 \family sans
25107 fig
25108 \family default
25109 」を持ちます)をすべて定義し直すには,
25110 \begin_inset Newline newline
25111 \end_inset
25112
25113
25114 \series bold
25115
25116 \backslash
25117 newref{fig}{refcmd={Image on page 
25118 \backslash
25119 pageref{#1}}}
25120 \begin_inset Newline newline
25121 \end_inset
25122
25123
25124 \series default
25125 というコマンドを用います.書式についての詳細は,パッケージの取扱説明書
25126 \begin_inset CommandInset citation
25127 LatexCommand cite
25128 key "prettyref,refstyle"
25129 literal "true"
25130
25131 \end_inset
25132
25133 をご覧ください.
25134 \begin_inset Newline newline
25135 \end_inset
25136
25137
25138 \family sans
25139 複数形
25140 \family default
25141
25142 \family sans
25143 大文字化
25144 \family default
25145 のオプションは,\SpecialChar LaTeX
25146 パッケージ
25147 \series bold
25148 refstyle
25149 \series default
25150 を使用している時のみ,利用可能になります.
25151 \family sans
25152 複数形
25153 \family default
25154 は,例えば「images」のように単語に
25155 \emph on
25156 s
25157 \emph default
25158 を付けるものであり,
25159 \family sans
25160 大文字化
25161 \family default
25162 は「Image」のように単語を大文字にするものですので,日本語文書には有用ではありません.
25163 \end_layout
25164
25165 \begin_layout Description
25166 名称参照: これは,下のような参照のキャプションを出力します.
25167 \begin_inset Newline newline
25168 \end_inset
25169
25170  
25171 \begin_inset CommandInset ref
25172 LatexCommand nameref
25173 reference "fig:歪められた二つの像"
25174
25175 \end_inset
25176
25177
25178 \end_layout
25179
25180 \begin_layout Description
25181 ラベルのみ これは,
25182 \begin_inset CommandInset ref
25183 LatexCommand labelonly
25184 reference "fig:歪められた二つの像"
25185 plural "false"
25186 caps "false"
25187 noprefix "false"
25188
25189 \end_inset
25190
25191 のように参照の\SpecialChar LaTeX
25192 ラベルのみ出力します.
25193 \begin_inset Newline newline
25194 \end_inset
25195
25196 これによって,ラベルを\SpecialChar TeX
25197 コード中でしようできるようになります.
25198 \family sans
25199 接頭辞なし
25200 \family default
25201 オプションを使えば,ラベル名の接頭辞を
25202 \begin_inset CommandInset ref
25203 LatexCommand labelonly
25204 reference "fig:歪められた二つの像"
25205 plural "false"
25206 caps "false"
25207 noprefix "true"
25208
25209 \end_inset
25210
25211 のように取り除くことができます.
25212 \end_layout
25213
25214 \begin_layout Standard
25215
25216 \family sans
25217 <参照ページ>
25218 \family default
25219 は,ラベルが同一あるいは前後ページにある場合には,ページ番号を出力しません.その代わりに「
25220 \family sans
25221 on this page
25222 \family default
25223 」のような文章が表示されます.様式
25224 \family sans
25225 <参照> on page <参照ページ>
25226 \family default
25227 では,ラベルが同一ページにある場合には,ページに関することは出力されません.
25228 \end_layout
25229
25230 \begin_layout Standard
25231 出力中で参照されている頁番号と文書中の位置は,\SpecialChar LaTeX
25232 が自動的に計算します.参照の種類は,相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
25233 \family sans
25234 書式
25235 \family default
25236 フィールドで選ぶことができます.
25237 \end_layout
25238
25239 \begin_layout Standard
25240 \begin_inset Note Greyedout
25241 status open
25242
25243 \begin_layout Plain Layout
25244
25245 \series bold
25246 【註】
25247 \series default
25248 \SpecialChar LaTeX
25249 パッケージ
25250 \series bold
25251 prettyref
25252 \series default
25253
25254 \begin_inset Index idx
25255 status collapsed
25256
25257 \begin_layout Plain Layout
25258 \SpecialChar LaTeX
25259 ぱっけーじ@\SpecialChar LaTeX
25260 パッケージ! prettyref
25261 \end_layout
25262
25263 \end_inset
25264
25265 は,\SpecialChar LyX
25266 の取り得るラベル
25267 \begin_inset Flex Ruby
25268 status collapsed
25269
25270 \begin_layout Plain Layout
25271 捷径
25272 \begin_inset Argument post:1
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276 ショートカット
25277 \end_layout
25278
25279 \end_inset
25280
25281
25282 \end_layout
25283
25284 \end_inset
25285
25286
25287 \begin_inset Foot
25288 status collapsed
25289
25290 \begin_layout Plain Layout
25291 例えば,
25292 \begin_inset Quotes eld
25293 \end_inset
25294
25295 fig:
25296 \begin_inset Quotes erd
25297 \end_inset
25298
25299 は図キャプションを表す\SpecialChar LyX
25300
25301 \begin_inset Flex Ruby
25302 status collapsed
25303
25304 \begin_layout Plain Layout
25305 捷径
25306 \begin_inset Argument post:1
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310 ショートカット
25311 \end_layout
25312
25313 \end_inset
25314
25315
25316 \end_layout
25317
25318 \end_inset
25319
25320 です.
25321 \end_layout
25322
25323 \end_inset
25324
25325 を全部は解釈できず,国際化もされていないので,
25326 \series bold
25327 refstyle
25328 \series default
25329
25330 \begin_inset Index idx
25331 status collapsed
25332
25333 \begin_layout Plain Layout
25334 \SpecialChar LaTeX
25335 ぱっけーじ@\SpecialChar LaTeX
25336 パッケージ ! refstyle
25337 \end_layout
25338
25339 \end_inset
25340
25341 を使用することを推奨します.
25342 \end_layout
25343
25344 \end_inset
25345
25346
25347 \end_layout
25348
25349 \begin_layout Subsection
25350 参照名の自動命名
25351 \begin_inset Index idx
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355 さんしょう@参照 ! じどうめいめい@自動命名
25356 \end_layout
25357
25358 \end_inset
25359
25360
25361 \end_layout
25362
25363 \begin_layout Standard
25364
25365 \family sans
25366 文書設定
25367 \family default
25368 ダイアログの
25369 \family sans
25370 PDF特性
25371 \family default
25372 で有効にされた
25373 \series bold
25374 hyperref
25375 \series default
25376
25377 \begin_inset Index idx
25378 status collapsed
25379
25380 \begin_layout Plain Layout
25381 \SpecialChar LaTeX
25382 ぱっけーじ@\SpecialChar LaTeX
25383 パッケージ ! hyperref
25384 \end_layout
25385
25386 \end_inset
25387
25388  \SpecialChar LaTeX
25389 パッケージは,相互参照が参照されたフロート(あるいは
25390 \emph on
25391
25392 \emph default
25393 のような文章中の箇所)の名称を自動的に取り入れてくれるという,たいへん便利な機能を提供します.つまり,図への参照毎に前に「図」と書き込む必要はなくなるのです.こ
25394 の機能を使用するには,hyperrefを有効にして,
25395 \end_layout
25396
25397 \begin_layout Standard
25398
25399 \series bold
25400
25401 \backslash
25402 AtBeginDocument{
25403 \backslash
25404 renewcommand{
25405 \backslash
25406 ref}[1]{
25407 \backslash
25408 mbox{
25409 \backslash
25410 autoref{#1}}}}
25411 \end_layout
25412
25413 \begin_layout Standard
25414 という行を\SpecialChar LaTeX
25415 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
25416 \begin_inset space \thinspace{}
25417 \end_inset
25418
25419 」としたいなど,既定の参照名以外のものが欲しい場合には,
25420 \end_layout
25421
25422 \begin_layout Standard
25423
25424 \series bold
25425
25426 \backslash
25427 addto
25428 \backslash
25429 extrasenglish{
25430 \backslash
25431 renewcommand{
25432 \backslash
25433 sectionautorefname}
25434 \begin_inset Newline newline
25435 \end_inset
25436
25437
25438 \begin_inset Phantom HPhantom
25439 status open
25440
25441 \begin_layout Plain Layout
25442
25443 \series bold
25444 \begin_inset space ~
25445 \end_inset
25446
25447
25448 \end_layout
25449
25450 \end_inset
25451
25452 {sec.
25453 \backslash
25454 negthinspace}}
25455 \end_layout
25456
25457 \begin_layout Standard
25458 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
25459 \begin_inset Newline newline
25460 \end_inset
25461
25462
25463 \series bold
25464
25465 \backslash
25466 extrasenglishを
25467 \backslash
25468 extras***
25469 \series default
25470 に置き換えてください(***は使用中の言語名).
25471 \end_layout
25472
25473 \begin_layout Standard
25474 自動命名を行いたいけれども,ある参照型以外,たとえば数式以外に対して行いたいときには,以下のようなプリアンブルコードを書いてください.
25475 \end_layout
25476
25477 \begin_layout Standard
25478
25479 \series bold
25480
25481 \backslash
25482 addto
25483 \backslash
25484 extrasenglish{
25485 \backslash
25486 renewcommand*{
25487 \backslash
25488 equationautorefname}[1]{}}
25489 \end_layout
25490
25491 \begin_layout Standard
25492 この話題に関する詳細は,hyperrefの説明書
25493 \begin_inset CommandInset citation
25494 LatexCommand cite
25495 key "hyperref"
25496 literal "true"
25497
25498 \end_inset
25499
25500 をお読みください.
25501 \end_layout
25502
25503 \begin_layout Standard
25504 \begin_inset Note Greyedout
25505 status open
25506
25507 \begin_layout Plain Layout
25508
25509 \series bold
25510 【註】
25511 \series default
25512 参照の自動命名は,相互参照を
25513 \family sans
25514 整形参照
25515 \family default
25516 様式(第
25517 \begin_inset CommandInset ref
25518 LatexCommand ref
25519 reference "subsec:相互参照の書式"
25520
25521 \end_inset
25522
25523 節)で使用しているときには,使用することができません.
25524 \end_layout
25525
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \begin_layout Standard
25532 \SpecialChar LyX
25533 の取扱説明書『
25534 \emph on
25535 数式篇
25536 \emph default
25537 』では,参照名の自動命名が使用されています.
25538 \end_layout
25539
25540 \begin_layout Subsection
25541 参照位置
25542 \begin_inset CommandInset label
25543 LatexCommand label
25544 name "subsec:参照位置"
25545
25546 \end_inset
25547
25548
25549 \begin_inset Index idx
25550 status collapsed
25551
25552 \begin_layout Plain Layout
25553 さんしょう@参照 ! さんしょういち@参照位置
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \begin_layout Standard
25562
25563 \family sans
25564 文書設定
25565 \family default
25566 ダイアログの
25567 \family sans
25568 PDF特性
25569 \family default
25570 で,
25571 \series bold
25572 hyperref
25573 \series default
25574
25575 \begin_inset Index idx
25576 status collapsed
25577
25578 \begin_layout Plain Layout
25579 \SpecialChar LaTeX
25580 ぱっけーじ@\SpecialChar LaTeX
25581 パッケージ ! hyperref
25582 \end_layout
25583
25584 \end_inset
25585
25586 を使用して出力中で相互参照をリンクするようにした場合には,画像フロート参照をクリックすると,画像ラベルに移動できるようになります.キャプションは,スクリーン上の
25587 テキストの最初の部分なので,スクロールしないと画像を見ることができません.これは,参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
25588 パッケージの
25589 \series bold
25590 hyperref
25591 \series default
25592
25593 \begin_inset Index idx
25594 status collapsed
25595
25596 \begin_layout Plain Layout
25597 \SpecialChar LaTeX
25598 ぱっけーじ@\SpecialChar LaTeX
25599 パッケージ ! hyperref
25600 \end_layout
25601
25602 \end_inset
25603
25604 の一部である
25605 \series bold
25606 hyperref
25607 \series default
25608
25609 \begin_inset Index idx
25610 status collapsed
25611
25612 \begin_layout Plain Layout
25613 \SpecialChar LaTeX
25614 ぱっけーじ@\SpecialChar LaTeX
25615 パッケージ ! hyperref
25616 \end_layout
25617
25618 \end_inset
25619
25620 パッケージを使うと,リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,文書プリアンブルに
25621 \end_layout
25622
25623 \begin_layout Standard
25624
25625 \series bold
25626
25627 \backslash
25628 usepackage[figure]{hypcap}
25629 \end_layout
25630
25631 \begin_layout Standard
25632 という行を書いて,hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,安定性の問題から推奨できません.詳しくは,
25633 hypcapの説明書
25634 \begin_inset CommandInset citation
25635 LatexCommand cite
25636 key "hypcap"
25637 literal "true"
25638
25639 \end_inset
25640
25641 をご覧ください.
25642 \end_layout
25643
25644 \begin_layout Standard
25645 \begin_inset Note Greyedout
25646 status open
25647
25648 \begin_layout Plain Layout
25649
25650 \series bold
25651 【註】hypcap
25652 \series default
25653 は内部図への参照には効力がありません.
25654 \end_layout
25655
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \begin_layout Section
25662 フロートの配置
25663 \begin_inset CommandInset label
25664 LatexCommand label
25665 name "sec:フロートの配置"
25666
25667 \end_inset
25668
25669
25670 \begin_inset Index idx
25671 status collapsed
25672
25673 \begin_layout Plain Layout
25674 ふろーと@フロート ! はいち@配置
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
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 フロートボックスを右クリックすると,ダイアログが開いて,ここで\SpecialChar LaTeX
25693 がフロートを配置するのに使う配置オプションを変更できるようになります.
25694 \begin_inset Newline newline
25695 \end_inset
25696
25697
25698 \family sans
25699 \series default
25700 \shape default
25701 \size default
25702 \emph default
25703 \bar default
25704 \noun default
25705 \color inherit
25706 段をまたぐ
25707 \family roman
25708 \series medium
25709 \shape up
25710 \size normal
25711 \emph off
25712 \bar no
25713 \noun off
25714 \color none
25715 オプションは,二段組文書でのみ有効です.これを選択すると,フロートは段の中のみに収められないで,ページの両段にまたがって広がります.
25716 \begin_inset Newline newline
25717 \end_inset
25718
25719
25720 \family sans
25721 \series default
25722 \shape default
25723 \size default
25724 \emph default
25725 \bar default
25726 \noun default
25727 \color inherit
25728 横倒しに回転
25729 \family roman
25730 \series medium
25731 \shape up
25732 \size normal
25733 \emph off
25734 \bar no
25735 \noun off
25736 \color none
25737 オプションは,フロートを回転するのに用います.第
25738 \family default
25739 \series default
25740 \shape default
25741 \size default
25742 \emph default
25743 \bar default
25744 \noun default
25745 \color inherit
25746
25747 \begin_inset CommandInset ref
25748 LatexCommand ref
25749 reference "sec:回転フロート"
25750
25751 \end_inset
25752
25753
25754 \family roman
25755 \series medium
25756 \shape up
25757 \size normal
25758 \emph off
25759 \bar no
25760 \noun off
25761 \color none
25762 節をご参照ください.
25763 \end_layout
25764
25765 \begin_layout Standard
25766
25767 \family roman
25768 \series medium
25769 \shape up
25770 \size normal
25771 \emph off
25772 \bar no
25773 \noun off
25774 \color none
25775 フロートダイアログでは,
25776 \family sans
25777 \series default
25778 \shape default
25779 \size default
25780 \emph default
25781 \bar default
25782 \noun default
25783 \color inherit
25784 既定の配置を使う
25785 \family roman
25786 \series medium
25787 \shape up
25788 \size normal
25789 \emph off
25790 \bar no
25791 \noun off
25792 \color none
25793 オプションを無効にしたときには,特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます.
25794 \end_layout
25795
25796 \begin_layout Description
25797 可能ならば現在位置に: 
25798 \family roman
25799 \series medium
25800 \shape up
25801 \size normal
25802 \emph off
25803 \bar no
25804 \noun off
25805 \color none
25806 フロートを挿入位置に配置することを試みます
25807 \end_layout
25808
25809 \begin_layout Description
25810 ページ上部: 
25811 \family roman
25812 \series medium
25813 \shape up
25814 \size normal
25815 \emph off
25816 \bar no
25817 \noun off
25818 \color none
25819 フロートを現在ページの上部に配置することを試みます
25820 \end_layout
25821
25822 \begin_layout Description
25823 ページ下部: 
25824 \family roman
25825 \series medium
25826 \shape up
25827 \size normal
25828 \emph off
25829 \bar no
25830 \noun off
25831 \color none
25832 フロートを現在ページの下部に配置することを試みます
25833 \end_layout
25834
25835 \begin_layout Description
25836 フロートを独立したページに: 
25837 \family roman
25838 \series medium
25839 \shape up
25840 \size normal
25841 \emph off
25842 \bar no
25843 \noun off
25844 \color none
25845 フロートを独立したページに配置することを試みます
25846 \end_layout
25847
25848 \begin_layout Standard
25849 \SpecialChar LaTeX
25850 は,
25851 \emph on
25852 つねに
25853 \emph default
25854 上記のオプション順を用います.すなわち,既定の配置を使用すると,\SpecialChar LaTeX
25855 はまず
25856 \family sans
25857 可能ならば現在位置に
25858 \family default
25859 を試み,次に
25860 \family sans
25861 ページの上部
25862 \family default
25863 ,その後他のオプションを試みます.既定値を使わないときには,\SpecialChar LaTeX
25864 は有効化されたオプションのみを使用しますが,やはり同じ順序でこれらを試みます.これら四つの配置がいず
25865 れも無理な場合は,フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
25866 \end_layout
25867
25868 \begin_layout Standard
25869 既定では,各オプションはそれぞれ以下の規則を持っています.
25870 \end_layout
25871
25872 \begin_layout Labeling
25873 \labelwidthstring 00.00.0000
25874
25875 \family sans
25876 ページ上部
25877 \family default
25878  は,フロートのページに占める割合が7割以下の場合のみ,ページ上部に配置します(
25879 \series bold
25880
25881 \backslash
25882 topfraction
25883 \series default
25884 ).
25885 \end_layout
25886
25887 \begin_layout Labeling
25888 \labelwidthstring 00.00.0000
25889
25890 \family sans
25891 ページ下部
25892 \family default
25893  は,フロートのページに占める割合が3割以下の場合のみ,ページ下部に配置します(
25894 \series bold
25895
25896 \backslash
25897 bottomfraction
25898 \series default
25899 ).
25900 \end_layout
25901
25902 \begin_layout Labeling
25903 \labelwidthstring 00.00.0000
25904
25905 \family sans
25906 フロートを独立したページ 
25907 \family default
25908 には,フロートのページに占める割合が5割以下の場合のみ,複数のフロートを同一ページに配置します(
25909 \series bold
25910
25911 \backslash
25912 floatpagefraction
25913 \series default
25914 ).
25915 \end_layout
25916
25917 \begin_layout Standard
25918 これらの規則に従いたくないときは,
25919 \family sans
25920 \SpecialChar LaTeX
25921 の規則を無視する
25922 \family default
25923 オプションを追加することによって,これらを無視することができます.
25924 \begin_inset Newline newline
25925 \end_inset
25926
25927 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
25928 コマンドを使うと,これらの規則を定義しなおすこともできます.たとえば,往々にして小さすぎる,ページ下部規則の既定値を,ページの
25929 5割に変えるには,文書プリアンブルに
25930 \end_layout
25931
25932 \begin_layout Standard
25933
25934 \series bold
25935
25936 \backslash
25937 renewcommand{
25938 \backslash
25939 bottomfraction}{0.5}
25940 \end_layout
25941
25942 \begin_layout Standard
25943 という行を加えてください.
25944 \end_layout
25945
25946 \begin_layout Standard
25947 ときにはフロートを,挿入位置に正確に,しかもかならず配置させたい場合があるかもしれません.このような場合には,
25948 \family sans
25949 何としても現在位置に置く
25950 \family default
25951 オプションを使用します.このオプションはできる限り使わないようにし,使う場合でも印刷する直前にまで文書が仕上がってから,使用するようにしてください.なぜならば,
25952 このオプションを使うことによって,フロートはもはや「漂う」ことができなくなりますから,文書に変更を加えてしまうと,ページのレイアウトが往々にして破壊されてしまう
25953 からです.
25954 \end_layout
25955
25956 \begin_layout Standard
25957 折返しフロートは,つねにどれかの段落の本文で囲まれますので,配置オプションはありません.
25958 \end_layout
25959
25960 \begin_layout Standard
25961 \begin_inset VSpace bigskip
25962 \end_inset
25963
25964
25965 \end_layout
25966
25967 \begin_layout Standard
25968 対応する節がページの中程から始まるのというのに,フロートがページの先頭に置かれてしまうために,読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
25969 することがあります.この問題を避けるには,\SpecialChar LaTeX
25970 コマンドの
25971 \backslash
25972 suppressfloatsを使用することができます.これは,これが挿入されたページの特定のフロートの配置を抑制するので,節が始まる前にフロートが設定されてしま
25973 うのを避けるのに使用することができます.これを用いるには,文書プリアンブルに以下のコマンドを加えてください.
25974 \end_layout
25975
25976 \begin_layout Standard
25977
25978 \series bold
25979
25980 \backslash
25981 let
25982 \backslash
25983 mySection
25984 \backslash
25985 section
25986 \begin_inset Newline newline
25987 \end_inset
25988
25989
25990 \backslash
25991 renewcommand{
25992 \backslash
25993 section}{
25994 \backslash
25995 suppressfloats[t]
25996 \backslash
25997 mySection}
25998 \end_layout
25999
26000 \begin_layout Standard
26001 これと同じものは,章や小節など,すべての節見出しに用いることができます.この定義は,小々節のような小さい文字の部分では,\SpecialChar LaTeX
26002 が適当な配置を見つけるのに失敗することが
26003 あるので,これらに対する定義はお勧めしません.
26004 \end_layout
26005
26006 \begin_layout Standard
26007 \begin_inset VSpace bigskip
26008 \end_inset
26009
26010 場合によっては,すべての図表を文末に置く必要があることがあります.この目的のために,\SpecialChar LaTeX
26011 パッケージ
26012 \series bold
26013 endfloat
26014 \series default
26015
26016 \begin_inset Index idx
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020 \SpecialChar LaTeX
26021 ぱっけーじ@\SpecialChar LaTeX
26022 パッケージ ! endfloat
26023 \end_layout
26024
26025 \end_inset
26026
26027 が開発されました.このパッケージは,すべての図表を文末に独立した節として置きます.元のフロート位置には,
26028 \begin_inset Quotes eld
26029 \end_inset
26030
26031
26032 \family sans
26033 [Figure
26034 \begin_inset space ~
26035 \end_inset
26036
26037 3.2 about here.]
26038 \family default
26039
26040 \begin_inset Quotes erd
26041 \end_inset
26042
26043 というようなヒント文が挿入されます.endfloatパッケージは,プリアンブルに
26044 \end_layout
26045
26046 \begin_layout Standard
26047
26048 \series bold
26049
26050 \backslash
26051 usepackage[options]{endfloat}
26052 \end_layout
26053
26054 \begin_layout Standard
26055 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,さまざまなパッケージオプションがあります.詳細は,
26056 \series bold
26057 endfloat
26058 \series default
26059 取扱説明書
26060 \begin_inset CommandInset citation
26061 LatexCommand cite
26062 key "endfloat"
26063 literal "true"
26064
26065 \end_inset
26066
26067 をご参照ください.
26068 \begin_inset Newline newline
26069 \end_inset
26070
26071
26072 \begin_inset Note Greyedout
26073 status open
26074
26075 \begin_layout Plain Layout
26076
26077 \series bold
26078 【註】endfloat
26079 \series default
26080 は,ヒント文の自動翻訳を行わないので,手動で行わなくてはなりません.
26081 \begin_inset CommandInset citation
26082 LatexCommand cite
26083 key "endfloat"
26084 literal "true"
26085
26086 \end_inset
26087
26088 の第4節をご参照ください.
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \begin_inset Newline newline
26095 \end_inset
26096
26097
26098 \begin_inset Note Greyedout
26099 status open
26100
26101 \begin_layout Plain Layout
26102
26103 \series bold
26104 【註】
26105 \series default
26106 現在のところ,
26107 \series bold
26108 endfloat
26109 \series default
26110 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,「ß」の代わりに\SpecialChar TeX
26111 コードで「
26112 \series bold
26113
26114 \backslash
26115 ss
26116 \series default
26117 」コマンドを使用してください.
26118 \end_layout
26119
26120 \end_inset
26121
26122
26123 \end_layout
26124
26125 \begin_layout Standard
26126 \begin_inset VSpace bigskip
26127 \end_inset
26128
26129 フロートの割付に関する詳細は,\SpecialChar LaTeX
26130 関連書
26131 \begin_inset CommandInset citation
26132 LatexCommand cite
26133 key "latexcompanion,latexguide,latexbook"
26134 literal "true"
26135
26136 \end_inset
26137
26138 をご覧ください.
26139 \end_layout
26140
26141 \begin_layout Section
26142 回転フロート
26143 \begin_inset CommandInset label
26144 LatexCommand label
26145 name "sec:回転フロート"
26146
26147 \end_inset
26148
26149
26150 \begin_inset Index idx
26151 status collapsed
26152
26153 \begin_layout Plain Layout
26154 ふろーと@フロート ! かいてん@回転
26155 \end_layout
26156
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \begin_layout Standard
26163 特に横長の表などの場合,フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,フロートボックスを右クリックして,
26164 \family sans
26165 横倒しに回転
26166 \family default
26167 オプションを有効にします.
26168 \end_layout
26169
26170 \begin_layout Standard
26171 回転フロートは,つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
26172 \family sans
26173 段をまたぐ
26174 \family default
26175 オプションを有効にすれば,複数の段にまたがるようにすることができます.また,回転フロートは,外側余白方向から読むことができるような形に回転されます.全ページにわ
26176 たって回転方向を強制したい場合には,文書クラスオプションに
26177 \series bold
26178 figuresleft
26179 \series default
26180 オプションあるいは
26181 \series bold
26182 figuresright
26183 \series default
26184 オプションを加えることができます.
26185 \end_layout
26186
26187 \begin_layout Standard
26188 回転フロートへの相互参照は,通常のフロートの場合と同じです.キャプションの形式も同じです.表
26189 \begin_inset CommandInset ref
26190 LatexCommand ref
26191 reference "tab:回転した表"
26192
26193 \end_inset
26194
26195 が回転表フロートの例です.
26196 \end_layout
26197
26198 \begin_layout Standard
26199 \begin_inset Note Greyedout
26200 status open
26201
26202 \begin_layout Plain Layout
26203
26204 \series bold
26205 【註】
26206 \series default
26207 すべてのDVIビューアが回転フロートを表示できるわけではありません.
26208 \end_layout
26209
26210 \end_inset
26211
26212
26213 \end_layout
26214
26215 \begin_layout Standard
26216 \begin_inset Float table
26217 wide false
26218 sideways true
26219 status open
26220
26221 \begin_layout Plain Layout
26222 \begin_inset Caption Standard
26223
26224 \begin_layout Plain Layout
26225 \begin_inset CommandInset label
26226 LatexCommand label
26227 name "tab:回転した表"
26228
26229 \end_inset
26230
26231 回転した表
26232 \end_layout
26233
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \begin_layout Plain Layout
26240 \align center
26241 \begin_inset Tabular
26242 <lyxtabular version="3" rows="1" columns="5">
26243 <features tabularvalignment="middle">
26244 <column alignment="center" valignment="top">
26245 <column alignment="center" valignment="top">
26246 <column alignment="center" valignment="top">
26247 <column alignment="center" valignment="top">
26248 <column alignment="center" valignment="top">
26249 <row>
26250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26251 \begin_inset Text
26252
26253 \begin_layout Plain Layout
26254 試験
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263
26264 \end_layout
26265
26266 \end_inset
26267 </cell>
26268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26269 \begin_inset Text
26270
26271 \begin_layout Plain Layout
26272
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281
26282 \end_layout
26283
26284 \end_inset
26285 </cell>
26286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26287 \begin_inset Text
26288
26289 \begin_layout Plain Layout
26290
26291 \end_layout
26292
26293 \end_inset
26294 </cell>
26295 </row>
26296 </lyxtabular>
26297
26298 \end_inset
26299
26300
26301 \end_layout
26302
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \begin_layout Section
26309 従属フロート
26310 \begin_inset Index idx
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \begin_layout Standard
26323 従属フロートは,図が複数の画像から成るような場合に使用します.これは,フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,表
26324 \begin_inset CommandInset ref
26325 LatexCommand ref
26326 reference "tab:従属表を横に並べたもの"
26327
26328 \end_inset
26329
26330 と表
26331 \begin_inset CommandInset ref
26332 LatexCommand ref
26333 reference "tab:従属表を縦に並べたもの"
26334
26335 \end_inset
26336
26337 に示されているように段落と同様に指定することができます.
26338 \end_layout
26339
26340 \begin_layout Standard
26341 従属フロートの参照は,通常のフロートの参照と同様にすることができます.例:表
26342 \begin_inset CommandInset ref
26343 LatexCommand ref
26344 reference "tab:これは従属表a"
26345
26346 \end_inset
26347
26348 と表
26349 \begin_inset CommandInset ref
26350 LatexCommand ref
26351 reference "tab:これは従属表b"
26352
26353 \end_inset
26354
26355 は表
26356 \begin_inset CommandInset ref
26357 LatexCommand ref
26358 reference "tab:従属表を横に並べたもの"
26359
26360 \end_inset
26361
26362 の従属フロートです.
26363 \begin_inset Float table
26364 wide false
26365 sideways false
26366 status open
26367
26368 \begin_layout Plain Layout
26369 \begin_inset Caption Standard
26370
26371 \begin_layout Plain Layout
26372 \begin_inset CommandInset label
26373 LatexCommand label
26374 name "tab:従属表を横に並べたもの"
26375
26376 \end_inset
26377
26378 従属表を横に並べたもの
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \begin_layout Plain Layout
26387 \begin_inset space \hfill{}
26388 \end_inset
26389
26390
26391 \begin_inset Float table
26392 wide false
26393 sideways false
26394 status collapsed
26395
26396 \begin_layout Plain Layout
26397 \begin_inset Caption Standard
26398
26399 \begin_layout Plain Layout
26400 \begin_inset CommandInset label
26401 LatexCommand label
26402 name "tab:これは従属表a"
26403
26404 \end_inset
26405
26406 これは従属表aです.
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \begin_layout Plain Layout
26415 \align center
26416 \begin_inset Tabular
26417 <lyxtabular version="3" rows="1" columns="5">
26418 <features tabularvalignment="middle">
26419 <column alignment="center" valignment="top">
26420 <column alignment="center" valignment="top">
26421 <column alignment="center" valignment="top">
26422 <column alignment="center" valignment="top">
26423 <column alignment="center" valignment="top">
26424 <row>
26425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26426 \begin_inset Text
26427
26428 \begin_layout Plain Layout
26429 試験
26430 \end_layout
26431
26432 \end_inset
26433 </cell>
26434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26435 \begin_inset Text
26436
26437 \begin_layout Plain Layout
26438
26439 \end_layout
26440
26441 \end_inset
26442 </cell>
26443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26444 \begin_inset Text
26445
26446 \begin_layout Plain Layout
26447
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26453 \begin_inset Text
26454
26455 \begin_layout Plain Layout
26456
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 </row>
26471 </lyxtabular>
26472
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \end_inset
26479
26480
26481 \begin_inset space \hfill{}
26482 \end_inset
26483
26484
26485 \begin_inset Float table
26486 wide false
26487 sideways false
26488 status collapsed
26489
26490 \begin_layout Plain Layout
26491 \begin_inset Caption Standard
26492
26493 \begin_layout Plain Layout
26494 \begin_inset CommandInset label
26495 LatexCommand label
26496 name "tab:これは従属表b"
26497
26498 \end_inset
26499
26500 これは従属表bです.
26501 \end_layout
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \begin_layout Plain Layout
26509 \align center
26510 \begin_inset Tabular
26511 <lyxtabular version="3" rows="1" columns="5">
26512 <features tabularvalignment="middle">
26513 <column alignment="center" valignment="top">
26514 <column alignment="center" valignment="top">
26515 <column alignment="center" valignment="top">
26516 <column alignment="center" valignment="top">
26517 <column alignment="center" valignment="top">
26518 <row>
26519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26520 \begin_inset Text
26521
26522 \begin_layout Plain Layout
26523
26524 \end_layout
26525
26526 \end_inset
26527 </cell>
26528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26529 \begin_inset Text
26530
26531 \begin_layout Plain Layout
26532
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541
26542 \end_layout
26543
26544 \end_inset
26545 </cell>
26546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550
26551 \end_layout
26552
26553 \end_inset
26554 </cell>
26555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559 試験
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 </row>
26565 </lyxtabular>
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \end_inset
26573
26574
26575 \begin_inset space \hfill{}
26576 \end_inset
26577
26578
26579 \end_layout
26580
26581 \end_inset
26582
26583
26584 \begin_inset Float table
26585 wide false
26586 sideways false
26587 status open
26588
26589 \begin_layout Plain Layout
26590 \begin_inset Caption Standard
26591
26592 \begin_layout Plain Layout
26593 \begin_inset CommandInset label
26594 LatexCommand label
26595 name "tab:従属表を縦に並べたもの"
26596
26597 \end_inset
26598
26599 従属表を縦に並べたもの.(a)は4セルから成る表,(b)は5セルから成る表.
26600 \end_layout
26601
26602 \end_inset
26603
26604
26605 \end_layout
26606
26607 \begin_layout Plain Layout
26608 \noindent
26609 \align center
26610 \begin_inset Float table
26611 wide false
26612 sideways false
26613 status collapsed
26614
26615 \begin_layout Plain Layout
26616 \begin_inset Caption Standard
26617
26618 \begin_layout Plain Layout
26619
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \begin_layout Plain Layout
26628 \align center
26629 \begin_inset Tabular
26630 <lyxtabular version="3" rows="1" columns="4">
26631 <features tabularvalignment="middle">
26632 <column alignment="center" valignment="top">
26633 <column alignment="center" valignment="top">
26634 <column alignment="center" valignment="top">
26635 <column alignment="center" valignment="top">
26636 <row>
26637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26638 \begin_inset Text
26639
26640 \begin_layout Plain Layout
26641 試験
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26647 \begin_inset Text
26648
26649 \begin_layout Plain Layout
26650 試験
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26656 \begin_inset Text
26657
26658 \begin_layout Plain Layout
26659 試験
26660 \end_layout
26661
26662 \end_inset
26663 </cell>
26664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26665 \begin_inset Text
26666
26667 \begin_layout Plain Layout
26668 試験
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 </row>
26674 </lyxtabular>
26675
26676 \end_inset
26677
26678
26679 \end_layout
26680
26681 \end_inset
26682
26683
26684 \end_layout
26685
26686 \begin_layout Plain Layout
26687 \noindent
26688 \align center
26689 \begin_inset Float table
26690 wide false
26691 sideways false
26692 status collapsed
26693
26694 \begin_layout Plain Layout
26695 \begin_inset Caption Standard
26696
26697 \begin_layout Plain Layout
26698
26699 \end_layout
26700
26701 \end_inset
26702
26703
26704 \end_layout
26705
26706 \begin_layout Plain Layout
26707 \align center
26708 \begin_inset Tabular
26709 <lyxtabular version="3" rows="1" columns="5">
26710 <features tabularvalignment="middle">
26711 <column alignment="center" valignment="top">
26712 <column alignment="center" valignment="top">
26713 <column alignment="center" valignment="top">
26714 <column alignment="center" valignment="top">
26715 <column alignment="center" valignment="top">
26716 <row>
26717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26718 \begin_inset Text
26719
26720 \begin_layout Plain Layout
26721
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26727 \begin_inset Text
26728
26729 \begin_layout Plain Layout
26730
26731 \end_layout
26732
26733 \end_inset
26734 </cell>
26735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Plain Layout
26739
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Plain Layout
26748
26749 \end_layout
26750
26751 \end_inset
26752 </cell>
26753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26754 \begin_inset Text
26755
26756 \begin_layout Plain Layout
26757
26758 \end_layout
26759
26760 \end_inset
26761 </cell>
26762 </row>
26763 </lyxtabular>
26764
26765 \end_inset
26766
26767
26768 \end_layout
26769
26770 \end_inset
26771
26772
26773 \end_layout
26774
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \begin_layout Section
26781 横並びのフロート
26782 \begin_inset Index idx
26783 status collapsed
26784
26785 \begin_layout Plain Layout
26786 ふろーと@フロート ! よこならび@横並び
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \begin_layout Standard
26795
26796 \begin_inset CommandInset ref
26797 LatexCommand ref
26798 reference "fig:左側のフロート"
26799
26800 \end_inset
26801
26802 や図
26803 \begin_inset CommandInset ref
26804 LatexCommand ref
26805 reference "fig:右側のフロート"
26806
26807 \end_inset
26808
26809 のようにフロートを横並びに配置するには,
26810 \emph on
26811 ひとつの
26812 \emph default
26813 フロートのみを使用し,その中に二つのminipageボックスを挿入します
26814 \begin_inset Foot
26815 status collapsed
26816
26817 \begin_layout Plain Layout
26818 Minipageは第
26819 \begin_inset CommandInset ref
26820 LatexCommand ref
26821 reference "sec:ミニページ"
26822
26823 \end_inset
26824
26825 節に説明があります.
26826 \end_layout
26827
26828 \end_inset
26829
26830 .幅は45
26831 \begin_inset space \thinspace{}
26832 \end_inset
26833
26834 -50
26835 \begin_inset space \thinspace{}
26836 \end_inset
26837
26838 列幅%とし,各minipageのボックス配置を
26839 \family sans
26840
26841 \family default
26842 に設定します.minipageボックスには,フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,画像単位
26843 \family sans
26844 列幅%
26845 \family default
26846 がここではminipageボックスの幅によって計算されることです.
26847 \end_layout
26848
26849 \begin_layout Standard
26850 \begin_inset Float figure
26851 wide false
26852 sideways false
26853 status open
26854
26855 \begin_layout Plain Layout
26856 \begin_inset Box Frameless
26857 position "b"
26858 hor_pos "c"
26859 has_inner_box 1
26860 inner_pos "t"
26861 use_parbox 0
26862 use_makebox 0
26863 width "45col%"
26864 special "none"
26865 height "1in"
26866 height_special "totalheight"
26867 thickness "0.4pt"
26868 separation "3pt"
26869 shadowsize "4pt"
26870 framecolor "black"
26871 backgroundcolor "none"
26872 status open
26873
26874 \begin_layout Plain Layout
26875 \align center
26876 \begin_inset Graphics
26877         filename ../clipart/2D-intensity-plot.pdf
26878         width 100col%
26879         scaleBeforeRotation
26880
26881 \end_inset
26882
26883
26884 \end_layout
26885
26886 \begin_layout Plain Layout
26887 \begin_inset Caption Standard
26888
26889 \begin_layout Plain Layout
26890 \begin_inset CommandInset label
26891 LatexCommand label
26892 name "fig:左側のフロート"
26893
26894 \end_inset
26895
26896 左側のフロート
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \begin_inset space \hfill{}
26908 \end_inset
26909
26910
26911 \begin_inset Box Frameless
26912 position "b"
26913 hor_pos "c"
26914 has_inner_box 1
26915 inner_pos "t"
26916 use_parbox 0
26917 use_makebox 0
26918 width "45col%"
26919 special "none"
26920 height "1in"
26921 height_special "totalheight"
26922 thickness "0.4pt"
26923 separation "3pt"
26924 shadowsize "4pt"
26925 framecolor "black"
26926 backgroundcolor "none"
26927 status open
26928
26929 \begin_layout Plain Layout
26930 \align center
26931 \begin_inset Graphics
26932         filename ../clipart/Star-structure.pdf
26933         width 100col%
26934         scaleBeforeRotation
26935
26936 \end_inset
26937
26938
26939 \end_layout
26940
26941 \begin_layout Plain Layout
26942 \begin_inset Caption Standard
26943
26944 \begin_layout Plain Layout
26945 \begin_inset CommandInset label
26946 LatexCommand label
26947 name "fig:右側のフロート"
26948
26949 \end_inset
26950
26951 右側のフロート
26952 \end_layout
26953
26954 \end_inset
26955
26956
26957 \end_layout
26958
26959 \end_inset
26960
26961
26962 \end_layout
26963
26964 \begin_layout Plain Layout
26965
26966 \end_layout
26967
26968 \end_inset
26969
26970 2つのフロートを横に並べるには,可変幅ミニページを使うと簡単にできます(第
26971 \begin_inset CommandInset ref
26972 LatexCommand ref
26973 reference "sec:ミニページ"
26974
26975 \end_inset
26976
26977 節参照).可変幅ミニページは,図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,図の水平方向の配置も調整してくれます.ファイル
26978 \family typewriter
26979 examples/varwidth-floats-side-by-side.lyx
26980 \family default
26981 に,この方法の例があります.
26982 \end_layout
26983
26984 \begin_layout Section
26985 キャプションの書式設定
26986 \begin_inset Index idx
26987 status collapsed
26988
26989 \begin_layout Plain Layout
26990 きゃぷしょん@キャプション ! しょしきせってい@書式設定
26991 \end_layout
26992
26993 \end_inset
26994
26995
26996 \begin_inset Index idx
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
27001 \end_layout
27002
27003 \end_inset
27004
27005
27006 \begin_inset CommandInset label
27007 LatexCommand label
27008 name "sec:キャプションの書式設定"
27009
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \begin_layout Standard
27016
27017 \family sans
27018 キャプション
27019 \family default
27020 環境は,
27021 \family sans
27022 フロート
27023 \family default
27024 の既定の段落環境です.キャプションは,\SpecialChar LyX
27025 画面上では,例えば「
27026 \family sans
27027 図 #:
27028 \family default
27029 」のようなラベルの後に,キャプション文を伴って表示されます.ここで「
27030 \family sans
27031 #
27032 \family default
27033 」には,実際には参照番号が入ります.既定の設定では,ラベルと番号はキャプション文と同じフォントになっており,ラベルと文を分けるために,番号の後にコロンが入ります
27034 .このキャプション書式は,すべての文書書式に適しているわけではありません.
27035 \end_layout
27036
27037 \begin_layout Standard
27038 既定のキャプション書式を変更するには,文書プリアンブルに
27039 \end_layout
27040
27041 \begin_layout Standard
27042
27043 \series bold
27044
27045 \backslash
27046 usepackage[format definition]{caption}
27047 \end_layout
27048
27049 \begin_layout Standard
27050 という行を加えて,\SpecialChar LaTeX
27051 パッケージ
27052 \series bold
27053 caption
27054 \series default
27055
27056 \begin_inset Index idx
27057 status collapsed
27058
27059 \begin_layout Plain Layout
27060 \SpecialChar LaTeX
27061 ぱっけーじ@\SpecialChar LaTeX
27062 パッケージ ! caption
27063 \end_layout
27064
27065 \end_inset
27066
27067 を読み込んでください.たとえば,ラベルと番号をサンセリフのボールド体にして,表キャプションを,この文書のように常に表の上に置くようにするには,
27068 \end_layout
27069
27070 \begin_layout Standard
27071
27072 \series bold
27073
27074 \backslash
27075 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27076 \end_layout
27077
27078 \begin_layout Standard
27079 というコマンドを使用してください.また,各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
27080 \series bold
27081 caption
27082 \series default
27083 パッケージを書式関連オプション抜きで読み込み,文書プリアンブルに
27084 \end_layout
27085
27086 \begin_layout Standard
27087
27088 \series bold
27089
27090 \backslash
27091 captionsetup[フロート型]{書式定義}
27092 \end_layout
27093
27094 \begin_layout Standard
27095 というコマンドを使用して,個別の書式を指定してください.たとえば,図
27096 \begin_inset CommandInset ref
27097 LatexCommand ref
27098 reference "fig:図キャプション"
27099
27100 \end_inset
27101
27102 と表
27103 \begin_inset CommandInset ref
27104 LatexCommand ref
27105 reference "tab:表キャプション"
27106
27107 \end_inset
27108
27109 に使われているキャプション書式は,文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
27110 \end_layout
27111
27112 \begin_layout Standard
27113
27114 \series bold
27115
27116 \backslash
27117 usepackage[tableposition=top]{caption}
27118 \series default
27119
27120 \begin_inset Newline newline
27121 \end_inset
27122
27123
27124 \series bold
27125
27126 \backslash
27127 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27128 \begin_inset Newline newline
27129 \end_inset
27130
27131
27132 \begin_inset Phantom HPhantom
27133 status open
27134
27135 \begin_layout Plain Layout
27136
27137 \backslash
27138 captionsetup[figure]{
27139 \end_layout
27140
27141 \end_inset
27142
27143 labelsep=period}
27144 \begin_inset Newline newline
27145 \end_inset
27146
27147
27148 \backslash
27149 captionsetup[table]{labelfont={bf,sf}}
27150 \end_layout
27151
27152 \begin_layout Standard
27153 \begin_inset Note Greyedout
27154 status open
27155
27156 \begin_layout Plain Layout
27157
27158 \series bold
27159 【註】
27160 \series default
27161 オプションのうち,
27162 \series bold
27163 tableposition=top
27164 \series default
27165 は,文書クラスに
27166 \series bold
27167 KOMA-script
27168 \series default
27169
27170 \begin_inset Index idx
27171 status collapsed
27172
27173 \begin_layout Plain Layout
27174 \SpecialChar LaTeX
27175 ぱっけーじ@\SpecialChar LaTeX
27176 パッケージ ! KOMA-script
27177 \end_layout
27178
27179 \end_inset
27180
27181 が使われているときには,無効になります.この場合には,文書クラスオプション
27182 \series bold
27183 captions=tableheading
27184 \series default
27185 を指定しなくてはなりません.
27186 \end_layout
27187
27188 \end_inset
27189
27190
27191 \end_layout
27192
27193 \begin_layout Standard
27194
27195 \series bold
27196 caption
27197 \series default
27198 パッケージについての詳細は,その取扱説明書
27199 \begin_inset CommandInset citation
27200 LatexCommand cite
27201 key "caption"
27202 literal "true"
27203
27204 \end_inset
27205
27206 をご覧ください.
27207 \end_layout
27208
27209 \begin_layout Standard
27210 ラベル名を,たとえば「図」から「画像」に変更するには,以下のプリアンブルコマンドを使用してください.
27211 \end_layout
27212
27213 \begin_layout Standard
27214
27215 \series bold
27216
27217 \backslash
27218 renewcommand{
27219 \backslash
27220 fnum@figure}{画像~
27221 \backslash
27222 thefigure}
27223 \end_layout
27224
27225 \begin_layout Standard
27226 なお,
27227 \series bold
27228
27229 \backslash
27230 thefigure
27231 \series default
27232 は表番号を挿入し,「
27233 \series bold
27234 ~
27235 \series default
27236 」は保護された空白を入れます.
27237 \end_layout
27238
27239 \begin_layout Standard
27240 \begin_inset VSpace bigskip
27241 \end_inset
27242
27243
27244 \series bold
27245 KOMA-script
27246 \series default
27247
27248 \begin_inset Index idx
27249 status collapsed
27250
27251 \begin_layout Plain Layout
27252 \SpecialChar LaTeX
27253 ぱっけーじ@\SpecialChar LaTeX
27254 パッケージ ! KOMA-script
27255 \end_layout
27256
27257 \end_inset
27258
27259 文書クラス(
27260 \family sans
27261 article (KOMA-script)
27262 \family default
27263
27264 \family sans
27265 book (KOMA-script)
27266 \family default
27267
27268 \family sans
27269 letter (KOMA-script)
27270 \family default
27271
27272 \family sans
27273 report (KOMA-script)
27274 \family default
27275 )を使用している場合には,
27276 \series bold
27277 caption
27278 \series default
27279 パッケージの代わりに
27280 \series bold
27281 KOMA-script
27282 \series default
27283 のビルトインコマンド
27284 \series bold
27285 etkomafont
27286 \series default
27287 を使用することもできます.たとえば,キャプションラベルをボールド体にするには,以下のコマンドを文書プリアンブルに加えます.
27288 \end_layout
27289
27290 \begin_layout Standard
27291
27292 \series bold
27293
27294 \backslash
27295 setkomafont{captionlabel}{
27296 \backslash
27297 bfseries}
27298 \end_layout
27299
27300 \begin_layout Standard
27301
27302 \series bold
27303
27304 \backslash
27305 setkomafont
27306 \series default
27307 についての詳細は,
27308 \series bold
27309 KOMA-script
27310 \series default
27311 の取扱説明書
27312 \begin_inset CommandInset citation
27313 LatexCommand cite
27314 key "koma-script"
27315 literal "true"
27316
27317 \end_inset
27318
27319 をご覧ください.
27320 \end_layout
27321
27322 \begin_layout Standard
27323 \begin_inset ERT
27324 status collapsed
27325
27326 \begin_layout Plain Layout
27327
27328
27329 \backslash
27330 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27331 }
27332 \end_layout
27333
27334 \end_inset
27335
27336
27337 \begin_inset Note Note
27338 status open
27339
27340 \begin_layout Plain Layout
27341 キャプション書式は,この例のみ変更してあります.
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \begin_layout Standard
27350 \begin_inset Float figure
27351 placement !p
27352 wide false
27353 sideways false
27354 status open
27355
27356 \begin_layout Plain Layout
27357 \align center
27358 \begin_inset Graphics
27359         filename ../clipart/2D-intensity-plot.pdf
27360         scaleBeforeRotation
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Plain Layout
27368 \begin_inset Caption Standard
27369
27370 \begin_layout Plain Layout
27371 \begin_inset CommandInset label
27372 LatexCommand label
27373 name "fig:図キャプション"
27374
27375 \end_inset
27376
27377 これは,別のキャプション書式を例示するための,一行よりも長い図キャプションです.ここでは,自製キャプション書式が使用されています.
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \end_inset
27386
27387
27388 \end_layout
27389
27390 \begin_layout Standard
27391 \begin_inset ERT
27392 status collapsed
27393
27394 \begin_layout Plain Layout
27395
27396
27397 \backslash
27398 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27399 on}
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Standard
27408 \begin_inset Float table
27409 placement !p
27410 wide false
27411 sideways false
27412 status open
27413
27414 \begin_layout Plain Layout
27415 \begin_inset Caption Standard
27416
27417 \begin_layout Plain Layout
27418 \begin_inset CommandInset label
27419 LatexCommand label
27420 name "tab:表キャプション"
27421
27422 \end_inset
27423
27424 これは,別のキャプション書式を例示するための,一行よりも長い表キャプションです.ここでは,この文書での表キャプションの標準書式が使用されています.
27425 \end_layout
27426
27427 \end_inset
27428
27429
27430 \end_layout
27431
27432 \begin_layout Plain Layout
27433 \align center
27434 \begin_inset Tabular
27435 <lyxtabular version="3" rows="1" columns="5">
27436 <features tabularvalignment="middle">
27437 <column alignment="center" valignment="top">
27438 <column alignment="center" valignment="top">
27439 <column alignment="center" valignment="top">
27440 <column alignment="center" valignment="top">
27441 <column alignment="center" valignment="top">
27442 <row>
27443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27444 \begin_inset Text
27445
27446 \begin_layout Plain Layout
27447
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27453 \begin_inset Text
27454
27455 \begin_layout Plain Layout
27456
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27462 \begin_inset Text
27463
27464 \begin_layout Plain Layout
27465
27466 \end_layout
27467
27468 \end_inset
27469 </cell>
27470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27471 \begin_inset Text
27472
27473 \begin_layout Plain Layout
27474
27475 \end_layout
27476
27477 \end_inset
27478 </cell>
27479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27480 \begin_inset Text
27481
27482 \begin_layout Plain Layout
27483
27484 \end_layout
27485
27486 \end_inset
27487 </cell>
27488 </row>
27489 </lyxtabular>
27490
27491 \end_inset
27492
27493
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \begin_layout Section
27502 キャプションの配置
27503 \begin_inset Index idx
27504 status collapsed
27505
27506 \begin_layout Plain Layout
27507 きゃぷしょん@キャプション ! はいち@配置
27508 \end_layout
27509
27510 \end_inset
27511
27512
27513 \begin_inset Index idx
27514 status collapsed
27515
27516 \begin_layout Plain Layout
27517 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
27518 \end_layout
27519
27520 \end_inset
27521
27522
27523 \begin_inset CommandInset label
27524 LatexCommand label
27525 name "sec:キャプションの配置"
27526
27527 \end_inset
27528
27529
27530 \end_layout
27531
27532 \begin_layout Standard
27533 通常,キャプションの配置原則は,
27534 \end_layout
27535
27536 \begin_layout Description
27537 図の場合: キャプションを図の下に置く
27538 \end_layout
27539
27540 \begin_layout Description
27541 表の場合: キャプションを表の上に置く
27542 \end_layout
27543
27544 \begin_layout Standard
27545 という風になっています.\SpecialChar LaTeX
27546 の標準クラスでは,キャプションを表の上に置くことは,残念ながらサポートされていません.したがって,
27547 \family sans
27548 article
27549 \family default
27550
27551 \family sans
27552 book
27553 \family default
27554
27555 \family sans
27556 letter
27557 \family default
27558
27559 \family sans
27560 report
27561 \family default
27562 といった文書クラスを使用している時には,キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,お使いの文書プリアンブルでLaT
27563 eXパッケージ
27564 \series bold
27565 caption
27566 \series default
27567 を読み込むコマンドに
27568 \end_layout
27569
27570 \begin_layout Standard
27571
27572 \series bold
27573 tableposition=top
27574 \end_layout
27575
27576 \begin_layout Standard
27577 というオプションを追加してください
27578 \begin_inset Foot
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582
27583 \series bold
27584 caption
27585 \series default
27586 パッケージについての詳細な情報は,第
27587 \begin_inset CommandInset ref
27588 LatexCommand ref
27589 reference "sec:キャプションの書式設定"
27590
27591 \end_inset
27592
27593 節をご覧ください.
27594 \end_layout
27595
27596 \end_inset
27597
27598
27599 \series bold
27600 KOMA-script
27601 \series default
27602
27603 \begin_inset Index idx
27604 status collapsed
27605
27606 \begin_layout Plain Layout
27607 \SpecialChar LaTeX
27608 ぱっけーじ@\SpecialChar LaTeX
27609 パッケージ ! KOMA-script
27610 \end_layout
27611
27612 \end_inset
27613
27614 文書クラス(
27615 \family sans
27616 article (KOMA-script)
27617 \family default
27618
27619 \family sans
27620 book (KOMA-script)
27621 \family default
27622
27623 \family sans
27624 letter (KOMA-script)
27625 \family default
27626
27627 \family sans
27628 report (KOMA-script)
27629 \family default
27630
27631 \begin_inset space \thinspace{}
27632 \end_inset
27633
27634 )をお使いの場合には,
27635 \series bold
27636 caption
27637 \series default
27638 パッケージにオプションを与える代わりに,文書クラスオプション
27639 \end_layout
27640
27641 \begin_layout Standard
27642
27643 \series bold
27644 captions=tableheading
27645 \end_layout
27646
27647 \begin_layout Standard
27648 を設定することもできます
27649 \begin_inset Foot
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653 このオプションは本文書で使用されています.
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Standard
27662 KOMA-Script文書クラスの文書では,キャプションを右クリックして,文脈依存メニューから,これが図表の上または下に来るべきキャプションかを指定することもで
27663 きます.これによって,文書全体のキャプション配置指定にかかわらず,特定のキャプションの配置を変えることができます.表
27664 \begin_inset CommandInset ref
27665 LatexCommand ref
27666 reference "tab:指定付きキャプション"
27667
27668 \end_inset
27669
27670 は,キャプションは,\SpecialChar LyX
27671 中では上に置かれているけれども,表の下に来るように指定されている例です.比較のために,表
27672 \begin_inset CommandInset ref
27673 LatexCommand ref
27674 reference "tab:標準表"
27675
27676 \end_inset
27677
27678 のキャプションでは,指定が為されていません.
27679 \end_layout
27680
27681 \begin_layout Standard
27682 \begin_inset Float table
27683 wide false
27684 sideways false
27685 status open
27686
27687 \begin_layout Plain Layout
27688 \begin_inset Caption Below
27689
27690 \begin_layout Plain Layout
27691 \begin_inset CommandInset label
27692 LatexCommand label
27693 name "tab:指定付きキャプション"
27694
27695 \end_inset
27696
27697 表下に来るように指定されたキャプション
27698 \end_layout
27699
27700 \end_inset
27701
27702
27703 \end_layout
27704
27705 \begin_layout Plain Layout
27706 \align center
27707 \begin_inset Tabular
27708 <lyxtabular version="3" rows="3" columns="3">
27709 <features tabularvalignment="middle">
27710 <column alignment="center" valignment="top" width="0pt">
27711 <column alignment="center" valignment="top" width="0pt">
27712 <column alignment="center" valignment="top" width="0pt">
27713 <row>
27714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27715 \begin_inset Text
27716
27717 \begin_layout Plain Layout
27718 1
27719 \end_layout
27720
27721 \end_inset
27722 </cell>
27723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27724 \begin_inset Text
27725
27726 \begin_layout Plain Layout
27727 2
27728 \end_layout
27729
27730 \end_inset
27731 </cell>
27732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27733 \begin_inset Text
27734
27735 \begin_layout Plain Layout
27736 3
27737 \end_layout
27738
27739 \end_inset
27740 </cell>
27741 </row>
27742 <row>
27743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27744 \begin_inset Text
27745
27746 \begin_layout Plain Layout
27747 森嶋
27748 \end_layout
27749
27750 \end_inset
27751 </cell>
27752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27753 \begin_inset Text
27754
27755 \begin_layout Plain Layout
27756 宇沢
27757 \end_layout
27758
27759 \end_inset
27760 </cell>
27761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Plain Layout
27765 二階堂
27766 \end_layout
27767
27768 \end_inset
27769 </cell>
27770 </row>
27771 <row>
27772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27773 \begin_inset Text
27774
27775 \begin_layout Plain Layout
27776 \begin_inset Formula $\int x^{2}dx$
27777 \end_inset
27778
27779
27780 \end_layout
27781
27782 \end_inset
27783 </cell>
27784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27785 \begin_inset Text
27786
27787 \begin_layout Plain Layout
27788 \begin_inset Formula $\left[\begin{array}{cc}
27789 a & b\\
27790 c & d
27791 \end{array}\right]$
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \end_inset
27798 </cell>
27799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27800 \begin_inset Text
27801
27802 \begin_layout Plain Layout
27803 \begin_inset Formula $1+1=2$
27804 \end_inset
27805
27806
27807 \end_layout
27808
27809 \end_inset
27810 </cell>
27811 </row>
27812 </lyxtabular>
27813
27814 \end_inset
27815
27816
27817 \end_layout
27818
27819 \end_inset
27820
27821
27822 \end_layout
27823
27824 \begin_layout Standard
27825 \begin_inset Float table
27826 wide false
27827 sideways false
27828 status open
27829
27830 \begin_layout Plain Layout
27831 \begin_inset Caption Standard
27832
27833 \begin_layout Plain Layout
27834 \begin_inset CommandInset label
27835 LatexCommand label
27836 name "tab:標準表"
27837
27838 \end_inset
27839
27840 標準の表キャプション
27841 \end_layout
27842
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \begin_layout Plain Layout
27849 \align center
27850 \begin_inset Tabular
27851 <lyxtabular version="3" rows="3" columns="3">
27852 <features tabularvalignment="middle">
27853 <column alignment="center" valignment="top" width="0pt">
27854 <column alignment="center" valignment="top" width="0pt">
27855 <column alignment="center" valignment="top" width="0pt">
27856 <row>
27857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27858 \begin_inset Text
27859
27860 \begin_layout Plain Layout
27861 1
27862 \end_layout
27863
27864 \end_inset
27865 </cell>
27866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27867 \begin_inset Text
27868
27869 \begin_layout Plain Layout
27870 2
27871 \end_layout
27872
27873 \end_inset
27874 </cell>
27875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27876 \begin_inset Text
27877
27878 \begin_layout Plain Layout
27879 3
27880 \end_layout
27881
27882 \end_inset
27883 </cell>
27884 </row>
27885 <row>
27886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27887 \begin_inset Text
27888
27889 \begin_layout Plain Layout
27890 森嶋
27891 \end_layout
27892
27893 \end_inset
27894 </cell>
27895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27896 \begin_inset Text
27897
27898 \begin_layout Plain Layout
27899 宇沢
27900 \end_layout
27901
27902 \end_inset
27903 </cell>
27904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27905 \begin_inset Text
27906
27907 \begin_layout Plain Layout
27908 二階堂
27909 \end_layout
27910
27911 \end_inset
27912 </cell>
27913 </row>
27914 <row>
27915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27916 \begin_inset Text
27917
27918 \begin_layout Plain Layout
27919 \begin_inset Formula $\int x^{2}dx$
27920 \end_inset
27921
27922
27923 \end_layout
27924
27925 \end_inset
27926 </cell>
27927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27928 \begin_inset Text
27929
27930 \begin_layout Plain Layout
27931 \begin_inset Formula $\left[\begin{array}{cc}
27932 a & b\\
27933 c & d
27934 \end{array}\right]$
27935 \end_inset
27936
27937
27938 \end_layout
27939
27940 \end_inset
27941 </cell>
27942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27943 \begin_inset Text
27944
27945 \begin_layout Plain Layout
27946 \begin_inset Formula $1+1=2$
27947 \end_inset
27948
27949
27950 \end_layout
27951
27952 \end_inset
27953 </cell>
27954 </row>
27955 </lyxtabular>
27956
27957 \end_inset
27958
27959
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Standard
27968 \begin_inset VSpace bigskip
27969 \end_inset
27970
27971 また,キャプションは,図表の横に置くこともできます.これを実現するには,文書プリアンブルに
27972 \end_layout
27973
27974 \begin_layout Standard
27975
27976 \series bold
27977
27978 \backslash
27979 usepackage[option]{sidecap}
27980 \end_layout
27981
27982 \begin_layout Standard
27983 という行を入れて,\SpecialChar LaTeX
27984 パッケージ
27985 \series bold
27986 sidecap
27987 \series default
27988
27989 \begin_inset Index idx
27990 status collapsed
27991
27992 \begin_layout Plain Layout
27993 \SpecialChar LaTeX
27994 ぱっけーじ@\SpecialChar LaTeX
27995 パッケージ ! sidecap
27996 \end_layout
27997
27998 \end_inset
27999
28000 を読み込まなくてはなりません.オプションを与えなければ,ページの外側余白の側に—偶数ページでは右側,奇数頁では左側に—キャプションが置かれます.
28001 \series bold
28002 innercaption
28003 \series default
28004 オプションを与えれば,内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
28005 \series bold
28006 rightcaption
28007 \series default
28008 ないし
28009 \series bold
28010 leftcaption
28011 \series default
28012 オプションを用います.
28013 \end_layout
28014
28015 \begin_layout Standard
28016 \begin_inset ERT
28017 status collapsed
28018
28019 \begin_layout Plain Layout
28020
28021
28022 \backslash
28023 ifsidecap
28024 \end_layout
28025
28026 \end_inset
28027
28028
28029 \begin_inset Note Note
28030 status open
28031
28032 \begin_layout Plain Layout
28033 以下の部分は,\SpecialChar LaTeX
28034 パッケージ
28035 \series bold
28036 sidecap
28037 \series default
28038 が導入されているときのみ表示されます.
28039 \end_layout
28040
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \begin_layout Standard
28047 \SpecialChar LyX
28048 でフロートのキャプションを横に配置するには,以下のコマンド群を文書プリアンブルに追加する必要があります.
28049 \end_layout
28050
28051 \begin_layout Standard
28052 \noindent
28053 \begin_inset CommandInset line
28054 LatexCommand rule
28055 offset "0.5ex"
28056 width "100line%"
28057 height "1pt"
28058
28059 \end_inset
28060
28061
28062 \end_layout
28063
28064 \begin_layout Standard
28065
28066 \series bold
28067
28068 \backslash
28069 newcommand{
28070 \backslash
28071 TabBesBeg}[1][1.0]{%
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 \begin_inset space ~
28081 \end_inset
28082
28083
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \backslash
28090 let
28091 \backslash
28092 MyTable
28093 \backslash
28094 table
28095 \begin_inset Newline newline
28096 \end_inset
28097
28098
28099 \begin_inset Phantom HPhantom
28100 status open
28101
28102 \begin_layout Plain Layout
28103
28104 \series medium
28105 \begin_inset space ~
28106 \end_inset
28107
28108
28109 \end_layout
28110
28111 \end_inset
28112
28113
28114 \backslash
28115 let
28116 \backslash
28117 MyEndtable
28118 \backslash
28119 endtable
28120 \begin_inset Newline newline
28121 \end_inset
28122
28123
28124 \begin_inset Phantom HPhantom
28125 status open
28126
28127 \begin_layout Plain Layout
28128
28129 \series medium
28130 \begin_inset space ~
28131 \end_inset
28132
28133
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \backslash
28140 renewenvironment{table}[1]{
28141 \backslash
28142 begin{SCtable}[#1]##1}{
28143 \backslash
28144 end{SCtable}}}
28145 \end_layout
28146
28147 \begin_layout Standard
28148
28149 \series bold
28150
28151 \backslash
28152 newcommand{
28153 \backslash
28154 TabBesEnd}{%
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 table
28176 \backslash
28177 MyTable
28178 \begin_inset Newline newline
28179 \end_inset
28180
28181
28182 \begin_inset Phantom HPhantom
28183 status open
28184
28185 \begin_layout Plain Layout
28186 \begin_inset space ~
28187 \end_inset
28188
28189
28190 \end_layout
28191
28192 \end_inset
28193
28194
28195 \backslash
28196 let
28197 \backslash
28198 endtable
28199 \backslash
28200 MyEndtable
28201 \end_layout
28202
28203 \begin_layout Standard
28204
28205 \series bold
28206
28207 \backslash
28208 newcommand{
28209 \backslash
28210 FigBesBeg}[1][1.0]{%
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 MyFigure
28232 \backslash
28233 figure
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 let
28253 \backslash
28254 MyEndfigure
28255 \backslash
28256 endfigure
28257 \begin_inset Newline newline
28258 \end_inset
28259
28260
28261 \begin_inset Phantom HPhantom
28262 status open
28263
28264 \begin_layout Plain Layout
28265 \begin_inset space ~
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \end_inset
28272
28273
28274 \backslash
28275 renewenvironment{figure}[1]{
28276 \backslash
28277 begin{SCfigure}[#1]##1}{
28278 \backslash
28279 end{SCfigure}}}
28280 \end_layout
28281
28282 \begin_layout Standard
28283
28284 \series bold
28285
28286 \backslash
28287 newcommand{
28288 \backslash
28289 FigBesEnd}{%
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 figure
28311 \backslash
28312 MyFigure
28313 \begin_inset Newline newline
28314 \end_inset
28315
28316
28317 \begin_inset Phantom HPhantom
28318 status open
28319
28320 \begin_layout Plain Layout
28321 \begin_inset space ~
28322 \end_inset
28323
28324
28325 \end_layout
28326
28327 \end_inset
28328
28329
28330 \backslash
28331 let
28332 \backslash
28333 endfigure
28334 \backslash
28335 MyEndfigure}
28336 \end_layout
28337
28338 \begin_layout Standard
28339 \noindent
28340 \begin_inset CommandInset line
28341 LatexCommand rule
28342 offset "0.5ex"
28343 width "100line%"
28344 height "1pt"
28345
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \begin_layout Standard
28352 これらのコマンドは,キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
28353 \end_layout
28354
28355 \begin_layout Standard
28356
28357 \series bold
28358
28359 \backslash
28360 FigBesBeg
28361 \end_layout
28362
28363 \begin_layout Standard
28364 というコマンドを,フロートの前に\SpecialChar TeX
28365 コードで入れてください.そして,元のフロート定義に戻したいところで,
28366 \end_layout
28367
28368 \begin_layout Standard
28369
28370 \series bold
28371
28372 \backslash
28373 FigBesEnd
28374 \end_layout
28375
28376 \begin_layout Standard
28377 という\SpecialChar TeX
28378 コードを入れてください.
28379 \end_layout
28380
28381 \begin_layout Standard
28382 表フロートに対しては,対応するコマンド
28383 \end_layout
28384
28385 \begin_layout Standard
28386
28387 \series bold
28388
28389 \backslash
28390 TabBesBeg
28391 \series default
28392 および
28393 \series bold
28394
28395 \backslash
28396 TabBesEnd
28397 \end_layout
28398
28399 \begin_layout Standard
28400 を使用してください.図
28401 \begin_inset CommandInset ref
28402 LatexCommand ref
28403 reference "fig:図横キャプション"
28404
28405 \end_inset
28406
28407 と表
28408 \begin_inset CommandInset ref
28409 LatexCommand ref
28410 reference "tab:表横キャプション"
28411
28412 \end_inset
28413
28414 がキャプションを脇に設定した例です.
28415 \end_layout
28416
28417 \begin_layout Standard
28418 これらの例において,表フロートの場合には,キャプションの文章がフロート上部に表示され,図フロートではフロート下部に表示されることが確認いただけると思います.これ
28419 を変更するには,文書プリアンブルかフロート直前に,\SpecialChar TeX
28420 コードとして
28421 \end_layout
28422
28423 \begin_layout Standard
28424
28425 \series bold
28426
28427 \backslash
28428 sidecaptionvpos{フロート型}{配置}
28429 \end_layout
28430
28431 \begin_layout Standard
28432 というコマンドを使用します.ここで「フロート型」は
28433 \family sans
28434 figure
28435 \family default
28436
28437 \family sans
28438 table
28439 \family default
28440 であり,「配置」は,上揃えの場合はtopの
28441 \end_layout
28442
28443 \begin_layout Standard
28444
28445 \family sans
28446 t
28447 \family default
28448 」,中央揃えの場合はcenterの「
28449 \family sans
28450 c
28451 \family default
28452 」,下揃えの場合はbottomの「
28453 \family sans
28454 b
28455 \family default
28456 」のいずれかになります.たとえば,図フロートのキャプションを縦方向中央揃えとしたい場合には,
28457 \end_layout
28458
28459 \begin_layout Standard
28460
28461 \series bold
28462
28463 \backslash
28464 sidecaptionvpos{figure}{c}
28465 \end_layout
28466
28467 \begin_layout Standard
28468 というコマンドを使用します.これは,図
28469 \begin_inset CommandInset ref
28470 LatexCommand ref
28471 reference "fig:図横キャプション-2"
28472
28473 \end_inset
28474
28475 で使用されています.
28476 \end_layout
28477
28478 \begin_layout Standard
28479 \begin_inset VSpace medskip
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \begin_layout Standard
28486 キャプション幅の既定値は,画像幅ないし表幅です.しかし,表
28487 \begin_inset CommandInset ref
28488 LatexCommand ref
28489 reference "tab:表横キャプション"
28490
28491 \end_inset
28492
28493 のように幅狭の表では,これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,画像幅ないし表幅に掛ける因数を指定することができます.指定した幅で
28494 は,キャプションがページ余白ないし段余白に突き出てしまうような場合は,キャプション幅は自動的に再計算してくれます.
28495 \emph on
28496 因数
28497 \emph default
28498 は,
28499 \end_layout
28500
28501 \begin_layout Standard
28502
28503 \series bold
28504
28505 \backslash
28506 FigBesBeg[因数]
28507 \end_layout
28508
28509 \begin_layout Standard
28510 のように,
28511 \series bold
28512
28513 \backslash
28514 FigBesBeg
28515 \series default
28516 への非必須引数として与えることもできますし,
28517 \series bold
28518
28519 \backslash
28520 FigBesBeg
28521 \series default
28522 の定義中で
28523 \series bold
28524 1.0
28525 \series default
28526 を他の値に変更することもできます.表
28527 \begin_inset CommandInset ref
28528 LatexCommand ref
28529 reference "tab:図横幅広"
28530
28531 \end_inset
28532
28533 では,因子5が指定されています.
28534 \end_layout
28535
28536 \begin_layout Standard
28537 \begin_inset Note Greyedout
28538 status open
28539
28540 \begin_layout Plain Layout
28541
28542 \series bold
28543 【註】
28544 \series default
28545 キャプションを横につけたフロートでは,フロート配置オプションの
28546 \family sans
28547 何としても現在地に置く
28548 \family default
28549 は,
28550 \series bold
28551 sidecap
28552 \series default
28553 がサポートしていないので,使用することができません..
28554 \end_layout
28555
28556 \end_inset
28557
28558
28559 \end_layout
28560
28561 \begin_layout Standard
28562 \begin_inset VSpace medskip
28563 \end_inset
28564
28565
28566 \series bold
28567 sidecap
28568 \series default
28569 パッケージについての詳細は,
28570 \begin_inset CommandInset citation
28571 LatexCommand cite
28572 key "sidecap"
28573 literal "true"
28574
28575 \end_inset
28576
28577 の説明書をご参照ください.
28578 \end_layout
28579
28580 \begin_layout Standard
28581 \begin_inset Note Greyedout
28582 status open
28583
28584 \begin_layout Plain Layout
28585
28586 \series bold
28587 【註】
28588 \series default
28589
28590 \begin_inset CommandInset ref
28591 LatexCommand ref
28592 reference "subsec:参照位置"
28593
28594 \end_inset
28595
28596 節に説明がある\SpecialChar LaTeX
28597 パッケージ
28598 \series bold
28599 hypcap
28600 \series default
28601
28602 \begin_inset Index idx
28603 status collapsed
28604
28605 \begin_layout Plain Layout
28606 \SpecialChar LaTeX
28607 ぱっけーじ@\SpecialChar LaTeX
28608 パッケージ ! hypcap
28609 \end_layout
28610
28611 \end_inset
28612
28613 は,キャプションを脇に表示したフロートに対しては,効果を持ちません.
28614 \end_layout
28615
28616 \end_inset
28617
28618
28619 \end_layout
28620
28621 \begin_layout Standard
28622 \begin_inset Note Greyedout
28623 status open
28624
28625 \begin_layout Plain Layout
28626
28627 \series bold
28628 【訳註】
28629 \series default
28630 \SpecialChar LaTeX
28631 パッケージ
28632 \series bold
28633 sidecap
28634 \series default
28635
28636 \begin_inset Index idx
28637 status collapsed
28638
28639 \begin_layout Plain Layout
28640 \SpecialChar LaTeX
28641 ぱっけーじ@\SpecialChar LaTeX
28642 パッケージ ! sidecap
28643 \end_layout
28644
28645 \end_inset
28646
28647 は,p\SpecialChar LaTeX
28648 と互換性がなく,特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,本日本語訳では当該パッケージを使用していません.その使用例については,
28649 取扱説明書『
28650 \emph on
28651 埋め込み機能篇
28652 \emph default
28653 』(つまりこの文書)の\SpecialChar LyX
28654 文書本体を見るか,出力結果を見たい場合には英語版を出力するようにしてください.
28655 \end_layout
28656
28657 \end_inset
28658
28659
28660 \begin_inset ERT
28661 status collapsed
28662
28663 \begin_layout Plain Layout
28664
28665
28666 \backslash
28667 FigBesBeg 
28668 \end_layout
28669
28670 \end_inset
28671
28672
28673 \end_layout
28674
28675 \begin_layout Standard
28676 \begin_inset Float figure
28677 wide false
28678 sideways false
28679 status open
28680
28681 \begin_layout Plain Layout
28682 \begin_inset Graphics
28683         filename ../clipart/3D-structure-distort.pdf
28684         scale 50
28685         scaleBeforeRotation
28686
28687 \end_inset
28688
28689
28690 \end_layout
28691
28692 \begin_layout Plain Layout
28693 \begin_inset Caption Standard
28694
28695 \begin_layout Plain Layout
28696 \begin_inset CommandInset label
28697 LatexCommand label
28698 name "fig:図横キャプション"
28699
28700 \end_inset
28701
28702 これは図の横にあるキャプションです.
28703 \end_layout
28704
28705 \end_inset
28706
28707
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Standard
28716 \begin_inset ERT
28717 status collapsed
28718
28719 \begin_layout Plain Layout
28720
28721
28722 \backslash
28723 FigBesEnd
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \end_layout
28730
28731 \begin_layout Standard
28732 \begin_inset ERT
28733 status collapsed
28734
28735 \begin_layout Plain Layout
28736
28737
28738 \backslash
28739 TabBesBeg 
28740 \end_layout
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \begin_layout Standard
28748 \begin_inset Float table
28749 wide false
28750 sideways false
28751 status open
28752
28753 \begin_layout Plain Layout
28754 \begin_inset Caption Standard
28755
28756 \begin_layout Plain Layout
28757 \begin_inset CommandInset label
28758 LatexCommand label
28759 name "tab:表横キャプション"
28760
28761 \end_inset
28762
28763 これは表の横にあるキャプションです.
28764 \end_layout
28765
28766 \end_inset
28767
28768
28769 \end_layout
28770
28771 \begin_layout Plain Layout
28772 \begin_inset Tabular
28773 <lyxtabular version="3" rows="4" columns="5">
28774 <features tabularvalignment="middle">
28775 <column alignment="center" valignment="top">
28776 <column alignment="center" valignment="top">
28777 <column alignment="center" valignment="top">
28778 <column alignment="center" valignment="top">
28779 <column alignment="center" valignment="top">
28780 <row>
28781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28782 \begin_inset Text
28783
28784 \begin_layout Plain Layout
28785
28786 \end_layout
28787
28788 \end_inset
28789 </cell>
28790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28791 \begin_inset Text
28792
28793 \begin_layout Plain Layout
28794
28795 \end_layout
28796
28797 \end_inset
28798 </cell>
28799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28800 \begin_inset Text
28801
28802 \begin_layout Plain Layout
28803
28804 \end_layout
28805
28806 \end_inset
28807 </cell>
28808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28809 \begin_inset Text
28810
28811 \begin_layout Plain Layout
28812
28813 \end_layout
28814
28815 \end_inset
28816 </cell>
28817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28818 \begin_inset Text
28819
28820 \begin_layout Plain Layout
28821
28822 \end_layout
28823
28824 \end_inset
28825 </cell>
28826 </row>
28827 <row>
28828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28829 \begin_inset Text
28830
28831 \begin_layout Plain Layout
28832
28833 \end_layout
28834
28835 \end_inset
28836 </cell>
28837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28838 \begin_inset Text
28839
28840 \begin_layout Plain Layout
28841
28842 \end_layout
28843
28844 \end_inset
28845 </cell>
28846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28847 \begin_inset Text
28848
28849 \begin_layout Plain Layout
28850
28851 \end_layout
28852
28853 \end_inset
28854 </cell>
28855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28856 \begin_inset Text
28857
28858 \begin_layout Plain Layout
28859
28860 \end_layout
28861
28862 \end_inset
28863 </cell>
28864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28865 \begin_inset Text
28866
28867 \begin_layout Plain Layout
28868
28869 \end_layout
28870
28871 \end_inset
28872 </cell>
28873 </row>
28874 <row>
28875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28876 \begin_inset Text
28877
28878 \begin_layout Plain Layout
28879
28880 \end_layout
28881
28882 \end_inset
28883 </cell>
28884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28885 \begin_inset Text
28886
28887 \begin_layout Plain Layout
28888
28889 \end_layout
28890
28891 \end_inset
28892 </cell>
28893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28894 \begin_inset Text
28895
28896 \begin_layout Plain Layout
28897
28898 \end_layout
28899
28900 \end_inset
28901 </cell>
28902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28903 \begin_inset Text
28904
28905 \begin_layout Plain Layout
28906
28907 \end_layout
28908
28909 \end_inset
28910 </cell>
28911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28912 \begin_inset Text
28913
28914 \begin_layout Plain Layout
28915
28916 \end_layout
28917
28918 \end_inset
28919 </cell>
28920 </row>
28921 <row>
28922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28923 \begin_inset Text
28924
28925 \begin_layout Plain Layout
28926
28927 \end_layout
28928
28929 \end_inset
28930 </cell>
28931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Plain Layout
28935
28936 \end_layout
28937
28938 \end_inset
28939 </cell>
28940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28941 \begin_inset Text
28942
28943 \begin_layout Plain Layout
28944
28945 \end_layout
28946
28947 \end_inset
28948 </cell>
28949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28950 \begin_inset Text
28951
28952 \begin_layout Plain Layout
28953
28954 \end_layout
28955
28956 \end_inset
28957 </cell>
28958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28959 \begin_inset Text
28960
28961 \begin_layout Plain Layout
28962
28963 \end_layout
28964
28965 \end_inset
28966 </cell>
28967 </row>
28968 </lyxtabular>
28969
28970 \end_inset
28971
28972
28973 \end_layout
28974
28975 \end_inset
28976
28977
28978 \end_layout
28979
28980 \begin_layout Standard
28981 \begin_inset ERT
28982 status collapsed
28983
28984 \begin_layout Plain Layout
28985
28986
28987 \backslash
28988 TabBesEnd
28989 \end_layout
28990
28991 \end_inset
28992
28993
28994 \end_layout
28995
28996 \begin_layout Standard
28997 \begin_inset ERT
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001
29002
29003 \backslash
29004 FigBesBeg 
29005 \end_layout
29006
29007 \end_inset
29008
29009
29010 \begin_inset ERT
29011 status collapsed
29012
29013 \begin_layout Plain Layout
29014
29015
29016 \backslash
29017 sidecaptionvpos{figure}{c}
29018 \end_layout
29019
29020 \end_inset
29021
29022
29023 \begin_inset Float figure
29024 wide false
29025 sideways false
29026 status open
29027
29028 \begin_layout Plain Layout
29029 \begin_inset Graphics
29030         filename ../clipart/3D-structure-distort.pdf
29031         scale 50
29032         scaleBeforeRotation
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \begin_layout Plain Layout
29040 \begin_inset Caption Standard
29041
29042 \begin_layout Plain Layout
29043 \begin_inset CommandInset label
29044 LatexCommand label
29045 name "fig:図横キャプション-2"
29046
29047 \end_inset
29048
29049 これは図の横にある縦方向中央揃えのキャプションです.
29050 \end_layout
29051
29052 \end_inset
29053
29054
29055 \end_layout
29056
29057 \end_inset
29058
29059
29060 \end_layout
29061
29062 \begin_layout Standard
29063 \begin_inset ERT
29064 status collapsed
29065
29066 \begin_layout Plain Layout
29067
29068
29069 \backslash
29070 FigBesEnd
29071 \end_layout
29072
29073 \end_inset
29074
29075
29076 \end_layout
29077
29078 \begin_layout Standard
29079 \begin_inset ERT
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083
29084
29085 \backslash
29086 TabBesBeg[5]
29087 \end_layout
29088
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \begin_layout Standard
29095 \begin_inset Float table
29096 wide false
29097 sideways false
29098 status open
29099
29100 \begin_layout Plain Layout
29101 \begin_inset Caption Standard
29102
29103 \begin_layout Plain Layout
29104 \begin_inset CommandInset label
29105 LatexCommand label
29106 name "tab:図横幅広"
29107
29108 \end_inset
29109
29110 これは表
29111 \begin_inset CommandInset ref
29112 LatexCommand ref
29113 reference "tab:表横キャプション"
29114
29115 \end_inset
29116
29117 よりも幅広のキャプションです
29118 \end_layout
29119
29120 \end_inset
29121
29122
29123 \end_layout
29124
29125 \begin_layout Plain Layout
29126 \begin_inset Tabular
29127 <lyxtabular version="3" rows="4" columns="5">
29128 <features tabularvalignment="middle">
29129 <column alignment="center" valignment="top">
29130 <column alignment="center" valignment="top">
29131 <column alignment="center" valignment="top">
29132 <column alignment="center" valignment="top">
29133 <column alignment="center" valignment="top">
29134 <row>
29135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29136 \begin_inset Text
29137
29138 \begin_layout Plain Layout
29139 a
29140 \end_layout
29141
29142 \end_inset
29143 </cell>
29144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29145 \begin_inset Text
29146
29147 \begin_layout Plain Layout
29148
29149 \end_layout
29150
29151 \end_inset
29152 </cell>
29153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29154 \begin_inset Text
29155
29156 \begin_layout Plain Layout
29157 b
29158 \end_layout
29159
29160 \end_inset
29161 </cell>
29162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29163 \begin_inset Text
29164
29165 \begin_layout Plain Layout
29166
29167 \end_layout
29168
29169 \end_inset
29170 </cell>
29171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29172 \begin_inset Text
29173
29174 \begin_layout Plain Layout
29175 c
29176 \end_layout
29177
29178 \end_inset
29179 </cell>
29180 </row>
29181 <row>
29182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29183 \begin_inset Text
29184
29185 \begin_layout Plain Layout
29186
29187 \end_layout
29188
29189 \end_inset
29190 </cell>
29191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29192 \begin_inset Text
29193
29194 \begin_layout Plain Layout
29195 d
29196 \end_layout
29197
29198 \end_inset
29199 </cell>
29200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29201 \begin_inset Text
29202
29203 \begin_layout Plain Layout
29204
29205 \end_layout
29206
29207 \end_inset
29208 </cell>
29209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29210 \begin_inset Text
29211
29212 \begin_layout Plain Layout
29213 e
29214 \end_layout
29215
29216 \end_inset
29217 </cell>
29218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29219 \begin_inset Text
29220
29221 \begin_layout Plain Layout
29222
29223 \end_layout
29224
29225 \end_inset
29226 </cell>
29227 </row>
29228 <row>
29229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29230 \begin_inset Text
29231
29232 \begin_layout Plain Layout
29233 f
29234 \end_layout
29235
29236 \end_inset
29237 </cell>
29238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29239 \begin_inset Text
29240
29241 \begin_layout Plain Layout
29242
29243 \end_layout
29244
29245 \end_inset
29246 </cell>
29247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29248 \begin_inset Text
29249
29250 \begin_layout Plain Layout
29251 g
29252 \end_layout
29253
29254 \end_inset
29255 </cell>
29256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29257 \begin_inset Text
29258
29259 \begin_layout Plain Layout
29260
29261 \end_layout
29262
29263 \end_inset
29264 </cell>
29265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29266 \begin_inset Text
29267
29268 \begin_layout Plain Layout
29269 h
29270 \end_layout
29271
29272 \end_inset
29273 </cell>
29274 </row>
29275 <row>
29276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29277 \begin_inset Text
29278
29279 \begin_layout Plain Layout
29280
29281 \end_layout
29282
29283 \end_inset
29284 </cell>
29285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29286 \begin_inset Text
29287
29288 \begin_layout Plain Layout
29289 i
29290 \end_layout
29291
29292 \end_inset
29293 </cell>
29294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29295 \begin_inset Text
29296
29297 \begin_layout Plain Layout
29298
29299 \end_layout
29300
29301 \end_inset
29302 </cell>
29303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29304 \begin_inset Text
29305
29306 \begin_layout Plain Layout
29307 j
29308 \end_layout
29309
29310 \end_inset
29311 </cell>
29312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29313 \begin_inset Text
29314
29315 \begin_layout Plain Layout
29316
29317 \end_layout
29318
29319 \end_inset
29320 </cell>
29321 </row>
29322 </lyxtabular>
29323
29324 \end_inset
29325
29326
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \end_layout
29333
29334 \begin_layout Standard
29335 \begin_inset ERT
29336 status collapsed
29337
29338 \begin_layout Plain Layout
29339
29340
29341 \backslash
29342 TabBesEnd
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Standard
29351 \begin_inset ERT
29352 status collapsed
29353
29354 \begin_layout Plain Layout
29355
29356
29357 \backslash
29358 else
29359 \end_layout
29360
29361 \end_inset
29362
29363
29364 \begin_inset Note Note
29365 status open
29366
29367 \begin_layout Plain Layout
29368 以下の部分は,\SpecialChar LaTeX
29369 パッケージ
29370 \series bold
29371 sidecap
29372 \series default
29373 が導入されていないときのみ表示されます.
29374 \end_layout
29375
29376 \end_inset
29377
29378
29379 \end_layout
29380
29381 \begin_layout Standard
29382 本節の残りの部分を出力で表示するには,\SpecialChar LaTeX
29383 パッケージ
29384 \series bold
29385 sidecap
29386 \series default
29387 を導入する必要があります.
29388 \end_layout
29389
29390 \begin_layout Standard
29391 \begin_inset ERT
29392 status collapsed
29393
29394 \begin_layout Plain Layout
29395
29396
29397 \backslash
29398 fi
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \end_layout
29405
29406 \begin_layout Section
29407 フロート一覧
29408 \begin_inset Index idx
29409 status collapsed
29410
29411 \begin_layout Plain Layout
29412 ふろーと@フロート ! ふろーといちらん@フロート一覧
29413 \end_layout
29414
29415 \end_inset
29416
29417
29418 \end_layout
29419
29420 \begin_layout Standard
29421 文書中の各節が列挙されたものである目次と同様,文書中の図など,すべてのフロート型に一覧があります.これらは,
29422 \family sans
29423 挿入\SpecialChar menuseparator
29424 一覧/目次
29425 \family default
29426 メニューで挿入することができます.
29427 \end_layout
29428
29429 \begin_layout Standard
29430 一覧の見出しは,フロートのキャプションないし短縮タイトル,フロート番号,これらが文書中で現れるページ番号で構成されます.
29431 \end_layout
29432
29433 \begin_layout Standard
29434 本文書の終わりに,図一覧と表一覧があります.
29435 \end_layout
29436
29437 \begin_layout Chapter
29438 註釈
29439 \end_layout
29440
29441 \begin_layout Section
29442 \SpecialChar LyX
29443 註釈
29444 \begin_inset Index idx
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 ちゅうしゃく@註釈 ! \SpecialChar LyX
29449 のーと@\SpecialChar LyX
29450 ノート
29451 \end_layout
29452
29453 \end_inset
29454
29455
29456 \end_layout
29457
29458 \begin_layout Standard
29459 註釈は,ツールバーボタン
29460 \family sans
29461
29462 \begin_inset Info
29463 type  "icon"
29464 arg   "note-insert"
29465 \end_inset
29466
29467
29468 \family default
29469 か,
29470 \family sans
29471 挿入\SpecialChar menuseparator
29472 註釈
29473 \family default
29474 メニューで挿入することができます.註釈には,以下の三つの型があります.
29475 \end_layout
29476
29477 \begin_layout Description
29478 \SpecialChar LyX
29479 註釈 この註釈型は,内部用途の註釈で出力には現れません.註釈ボックスは,以下のように表示されます.
29480 \begin_inset Newline newline
29481 \end_inset
29482
29483
29484 \begin_inset Newline newline
29485 \end_inset
29486
29487
29488 \begin_inset Graphics
29489         filename clipart/LyXNoteImage.png
29490         display false
29491         scale 50
29492         scaleBeforeRotation
29493
29494 \end_inset
29495
29496
29497 \begin_inset Note Note
29498 status open
29499
29500 \begin_layout Plain Layout
29501 これは,出力には現れない註釈ボックスに書かれた文章です.
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \begin_layout Description
29510 コメント この註釈も出力には現れませんが,
29511 \family sans
29512 ファイル\SpecialChar menuseparator
29513 書き出し\SpecialChar menuseparator
29514 LaTeX
29515 \begin_inset space ~
29516 \end_inset
29517
29518 (pdflatex) / (平文)
29519 \family default
29520  メニューを使って文書を\SpecialChar LaTeX
29521 にエクスポートする際には,\SpecialChar LaTeX
29522 コメントとして出力されます.註釈ボックスは,以下のように表示されます.
29523 \begin_inset Newline newline
29524 \end_inset
29525
29526
29527 \begin_inset Newline newline
29528 \end_inset
29529
29530
29531 \begin_inset Graphics
29532         filename clipart/CommentNoteImage.png
29533         display false
29534         scale 50
29535         scaleBeforeRotation
29536
29537 \end_inset
29538
29539  
29540 \begin_inset Note Comment
29541 status open
29542
29543 \begin_layout Plain Layout
29544 これは,\SpecialChar LaTeX
29545 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
29546 \end_layout
29547
29548 \end_inset
29549
29550
29551 \end_layout
29552
29553 \begin_layout Description
29554 淡色表示 この註釈は,薄灰色の文章として出力に現れます.註釈ボックスは,以下のように表示されます.
29555 \begin_inset Newline newline
29556 \end_inset
29557
29558
29559 \begin_inset Newline newline
29560 \end_inset
29561
29562
29563 \begin_inset Graphics
29564         filename clipart/GreyedOutNoteImage.png
29565         display false
29566         scale 50
29567         scaleBeforeRotation
29568
29569 \end_inset
29570
29571
29572 \begin_inset Newline newline
29573 \end_inset
29574
29575
29576 \begin_inset ERT
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580
29581
29582 \backslash
29583 renewenvironment{lyxgreyedout}
29584 \end_layout
29585
29586 \begin_layout Plain Layout
29587
29588 {
29589 \backslash
29590 textcolor[gray]{0.8}
29591 \backslash
29592 bgroup}{
29593 \backslash
29594 egroup}
29595 \end_layout
29596
29597 \end_inset
29598
29599
29600 \begin_inset Note Greyedout
29601 status open
29602
29603 \begin_layout Plain Layout
29604 これは,出力に薄灰色の文章として現れるコメントに書かれた文章
29605 \begin_inset Foot
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609 これは,淡色註釈内に脚註を用いた例です.
29610 \end_layout
29611
29612 \end_inset
29613
29614 です.
29615 \end_layout
29616
29617 \end_inset
29618
29619
29620 \begin_inset ERT
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624
29625
29626 \backslash
29627 renewenvironment{lyxgreyedout}
29628 \end_layout
29629
29630 \begin_layout Plain Layout
29631
29632 {
29633 \backslash
29634 textcolor{blue}
29635 \backslash
29636 bgroup}{
29637 \backslash
29638 egroup}
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \begin_inset Note Note
29645 status open
29646
29647 \begin_layout Plain Layout
29648 以下に述べられているように,淡色註釈は,青文字で表示されるよう本文書のプリアンブルで再定義されているため,ここの淡色註釈は,\SpecialChar LyX
29649 本来の定義で表示されるように再定義さ
29650 れています.
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \begin_inset Newline newline
29657 \end_inset
29658
29659
29660 \begin_inset Newline newline
29661 \end_inset
29662
29663 この例から分かるように,淡色註釈の最初の行は少し字下げされるほか,淡色註釈には脚註を入れることができます.
29664 \end_layout
29665
29666 \begin_layout Standard
29667 \begin_inset VSpace bigskip
29668 \end_inset
29669
29670 註釈を挿入するのにツールバーボタン
29671 \family sans
29672
29673 \begin_inset Info
29674 type  "icon"
29675 arg   "note-insert"
29676 \end_inset
29677
29678
29679 \family default
29680 を使用すると,
29681 \family sans
29682 \SpecialChar LyX
29683 註釈
29684 \family default
29685 が挿入されます.註釈ボックスを右クリックすれば,五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,平文を選択して,註釈ツールバーボタンをクリ
29686 ックしてください.註釈を平文に変更するには,カーソルを註釈の先頭に置いてBackspaceキーを押すか,カーソルを註釈の最後に置いてDeleteキーを押してくだ
29687 さい.
29688 \end_layout
29689
29690 \begin_layout Standard
29691 \begin_inset VSpace bigskip
29692 \end_inset
29693
29694 淡色註釈の文字色は,
29695 \family sans
29696 文書\SpecialChar menuseparator
29697 設定\SpecialChar menuseparator
29698
29699 \family default
29700 メニューで変更することができます.
29701 \end_layout
29702
29703 \begin_layout Section
29704 脚註
29705 \begin_inset CommandInset label
29706 LatexCommand label
29707 name "sec:脚注"
29708
29709 \end_inset
29710
29711
29712 \begin_inset Index idx
29713 status collapsed
29714
29715 \begin_layout Plain Layout
29716 ちゅうしゃく@註釈 ! きゃくちゅう@脚註
29717 \end_layout
29718
29719 \end_inset
29720
29721
29722 \begin_inset Index idx
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726 きゃくちゅう@脚註
29727 \end_layout
29728
29729 \end_inset
29730
29731
29732 \end_layout
29733
29734 \begin_layout Standard
29735 脚註は,ツールバーボタン
29736 \family sans
29737
29738 \begin_inset Info
29739 type  "icon"
29740 arg   "footnote-insert"
29741 \end_inset
29742
29743
29744 \family default
29745 か,
29746 \family sans
29747 挿入\SpecialChar menuseparator
29748 脚註
29749 \family default
29750 メニューを使って挿入することができます.すると,脚註文を挿入したとこ
29751 \begin_inset Graphics
29752         filename clipart/footnote.png
29753         scale 95
29754         scaleBeforeRotation
29755
29756 \end_inset
29757
29758 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,その文章を選択して,脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,カ
29759 ーソルが脚註の先頭にある時にBackspaceキーを押すか,カーソルが脚註の最後にある時にDeleteキーを押します.
29760 \end_layout
29761
29762 \begin_layout Standard
29763 これが脚註の例です
29764 \begin_inset Foot
29765 status collapsed
29766
29767 \begin_layout Plain Layout
29768 \begin_inset CommandInset label
29769 LatexCommand label
29770 name "fn:これは脚注の一例"
29771
29772 \end_inset
29773
29774 これは脚註の一例です.
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \begin_inset ERT
29781 status collapsed
29782
29783 \begin_layout Plain Layout
29784
29785
29786 \backslash
29787 newcounter{MyRepeatFoot}
29788 \end_layout
29789
29790 \begin_layout Plain Layout
29791
29792
29793 \backslash
29794 setcounter{MyRepeatFoot}{
29795 \backslash
29796 thefootnote}
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \end_layout
29803
29804 \begin_layout Standard
29805 出力に於いては,脚註は,文中の脚註ボックスを置いた位置に上付き数字として表示され,脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
29806 が計算を行い,連番が付けられます.
29807 脚註番号が章毎にリセットされるか否かは,使用する文書クラスに依ります.
29808 \end_layout
29809
29810 \begin_layout Standard
29811 脚註もフロート同様,参照することができます.脚註にラベルを挿入し,第
29812 \begin_inset CommandInset ref
29813 LatexCommand ref
29814 reference "sec:フロートの参照"
29815
29816 \end_inset
29817
29818 節に説明されているようにして,本文中でこのラベルを相互参照してください.
29819 \begin_inset Newline newline
29820 \end_inset
29821
29822 これは脚註
29823 \begin_inset CommandInset ref
29824 LatexCommand ref
29825 reference "fn:これは脚注の一例"
29826
29827 \end_inset
29828
29829 の相互参照です.
29830 \end_layout
29831
29832 \begin_layout Standard
29833 \begin_inset VSpace defskip
29834 \end_inset
29835
29836 表題環境における脚註は,通常,記号付きで付番はされず,複数の段落を含むことはできません.たとえば,この文書の表題の脚註をご覧ください.
29837 \end_layout
29838
29839 \begin_layout Standard
29840 多頁表中の脚註は,第
29841 \begin_inset CommandInset ref
29842 LatexCommand ref
29843 reference "subsec:多頁表での脚注"
29844
29845 \end_inset
29846
29847 節で述べられています.
29848 \end_layout
29849
29850 \begin_layout Standard
29851 \begin_inset VSpace defskip
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \begin_layout Standard
29858 ミニページ中の脚註は出力されますが,ミニボックスは頁中の頁のようなものなので,ボックス内に独立した連番として出力されます(ミニページについての詳細は,第
29859 \begin_inset CommandInset ref
29860 LatexCommand ref
29861 reference "sec:ミニページ"
29862
29863 \end_inset
29864
29865 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,しかし,それを行うには他の方法があり,まず脚註の代わりに\SpecialChar TeX
29866 コードで
29867 \series bold
29868
29869 \backslash
29870 footnotemark{}
29871 \series default
29872 コマンドを入れてください.脚註の本文は.表の後で\SpecialChar TeX
29873 コード
29874 \series bold
29875
29876 \backslash
29877 footnotetext
29878 \series default
29879 コマンドの引数として入力します
29880 \lang english
29881 minipage
29882 \lang japanese
29883
29884 \begin_inset Newline newline
29885 \end_inset
29886
29887 以下の表ではコマンド
29888 \begin_inset Newline newline
29889 \end_inset
29890
29891
29892 \series bold
29893
29894 \backslash
29895 footnotetext{
29896 \series default
29897 ミニページ外の脚註です.
29898 \series bold
29899 }
29900 \series default
29901
29902 \begin_inset Newline newline
29903 \end_inset
29904
29905 を用いています
29906 \lang english
29907 minipage
29908 \lang japanese
29909
29910 \end_layout
29911
29912 \begin_layout Standard
29913 \begin_inset Box Frameless
29914 position "t"
29915 hor_pos "c"
29916 has_inner_box 1
29917 inner_pos "t"
29918 use_parbox 0
29919 use_makebox 0
29920 width "100col%"
29921 special "none"
29922 height "1in"
29923 height_special "totalheight"
29924 thickness "0.4pt"
29925 separation "3pt"
29926 shadowsize "4pt"
29927 framecolor "black"
29928 backgroundcolor "none"
29929 status open
29930
29931 \begin_layout Plain Layout
29932 これはミニページ中の例文です.
29933 \begin_inset Foot
29934 status open
29935
29936 \begin_layout Plain Layout
29937 ミニページ中の脚註です.
29938 \end_layout
29939
29940 \end_inset
29941
29942
29943 \end_layout
29944
29945 \begin_layout Plain Layout
29946 これはミニページ中の例文です.
29947 \begin_inset ERT
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951
29952
29953 \backslash
29954 footnotemark{}
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \end_layout
29966
29967 \begin_layout Standard
29968 \begin_inset ERT
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972
29973
29974 \backslash
29975 footnotetext{
29976 \end_layout
29977
29978 \end_inset
29979
29980 ミニページ外の脚註です.
29981 \begin_inset ERT
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985
29986 }
29987 \end_layout
29988
29989 \end_inset
29990
29991
29992 \begin_inset VSpace defskip
29993 \end_inset
29994
29995
29996 \end_layout
29997
29998 \begin_layout Standard
29999 毎回脚註本文を出力せずに,同じ脚註を何度か参照したい場合には,\SpecialChar TeX
30000 コードでコマンド
30001 \series bold
30002
30003 \backslash
30004 footnotemark[番号]
30005 \series default
30006 を使用してください.
30007 \begin_inset Newline newline
30008 \end_inset
30009
30010 文章を書いている途中には,繰り返す脚註の数はわからないので,その番号は保存しておかなくてはなりません.以下の脚註例では,脚註
30011 \begin_inset CommandInset ref
30012 LatexCommand ref
30013 reference "fn:これは脚注の一例"
30014
30015 \end_inset
30016
30017 の後に,\SpecialChar TeX
30018 コードで
30019 \end_layout
30020
30021 \begin_layout Standard
30022
30023 \series bold
30024
30025 \backslash
30026 newcounter{MyRepeatFoot}
30027 \begin_inset Newline newline
30028 \end_inset
30029
30030
30031 \backslash
30032 setcounter{MyRepeatFoot}{
30033 \backslash
30034 thefootnote}
30035 \end_layout
30036
30037 \begin_layout Standard
30038 というコマンドを挿入しています.そして脚註マークは,
30039 \end_layout
30040
30041 \begin_layout Standard
30042
30043 \series bold
30044
30045 \backslash
30046 footnotemark[
30047 \backslash
30048 theMyRepeatFoot]
30049 \end_layout
30050
30051 \begin_layout Standard
30052 で作成します.
30053 \end_layout
30054
30055 \begin_layout Standard
30056 これは繰り返し脚註の例です.
30057 \begin_inset ERT
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061
30062
30063 \backslash
30064 footnotemark[
30065 \backslash
30066 theMyRepeatFoot]
30067 \end_layout
30068
30069 \end_inset
30070
30071
30072 \end_layout
30073
30074 \begin_layout Standard
30075 直前の脚註を繰り返すには,脚註番号の保存を行わないで,直ちに
30076 \end_layout
30077
30078 \begin_layout Standard
30079
30080 \series bold
30081
30082 \backslash
30083 footnotemark[
30084 \backslash
30085 thefootnote]
30086 \end_layout
30087
30088 \begin_layout Standard
30089 を使用してください.
30090 \end_layout
30091
30092 \begin_layout Standard
30093 これは繰り返し脚註の例です.
30094 \begin_inset ERT
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098
30099
30100 \backslash
30101 footnotemark[
30102 \backslash
30103 thefootnote]
30104 \end_layout
30105
30106 \end_inset
30107
30108
30109 \end_layout
30110
30111 \begin_layout Subsection
30112 脚註の付番
30113 \begin_inset CommandInset label
30114 LatexCommand label
30115 name "subsec:脚注の付番"
30116
30117 \end_inset
30118
30119
30120 \begin_inset Index idx
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124 きゃくちゅう@脚註 ! ふばん@付番
30125 \end_layout
30126
30127 \end_inset
30128
30129
30130 \end_layout
30131
30132 \begin_layout Standard
30133 各節毎に脚註番号を1にリセットするには,文書プリアンブルに
30134 \end_layout
30135
30136 \begin_layout Standard
30137
30138 \series bold
30139
30140 \backslash
30141 @addtoreset{footnote}{section}
30142 \end_layout
30143
30144 \begin_layout Standard
30145 というコマンドを加えてください.
30146 \end_layout
30147
30148 \begin_layout Standard
30149 \begin_inset VSpace bigskip
30150 \end_inset
30151
30152 以下のプリアンブルコマンドを使うと,脚註の付番様式を小文字ローマ数字に変更することができます.
30153 \end_layout
30154
30155 \begin_layout Standard
30156
30157 \series bold
30158
30159 \backslash
30160 renewcommand{
30161 \backslash
30162 thefootnote}{
30163 \backslash
30164 roman{footnote}}
30165 \end_layout
30166
30167 \begin_layout Standard
30168 \begin_inset ERT
30169 status collapsed
30170
30171 \begin_layout Plain Layout
30172
30173
30174 \backslash
30175 renewcommand{
30176 \backslash
30177 thefootnote}{
30178 \backslash
30179 roman{footnote}}
30180 \end_layout
30181
30182 \end_inset
30183
30184 これは,ローマ数字を使った脚註です
30185 \begin_inset Foot
30186 status collapsed
30187
30188 \begin_layout Plain Layout
30189 これは,ローマ数字を使った脚註の例です.
30190 \end_layout
30191
30192 \end_inset
30193
30194
30195 \end_layout
30196
30197 \begin_layout Standard
30198 付番様式を大文字ローマ数字に変更するには,上記コマンドの
30199 \series bold
30200
30201 \backslash
30202 roman
30203 \series default
30204
30205 \series bold
30206
30207 \backslash
30208 Roman
30209 \series default
30210 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,それぞれ
30211 \series bold
30212
30213 \backslash
30214 Alph
30215 \series default
30216 または
30217 \series bold
30218
30219 \backslash
30220 alph
30221 \series default
30222 を使用してください.記号を使って付「番」するには,
30223 \series bold
30224
30225 \backslash
30226 fnsymbol
30227 \series default
30228 を使ってください.
30229 \end_layout
30230
30231 \begin_layout Standard
30232 \begin_inset Note Greyedout
30233 status open
30234
30235 \begin_layout Plain Layout
30236
30237 \series bold
30238 【註】
30239 \series default
30240 この付番方法には1文字しか使えないので,ラテン文字を使うと26個の脚註しか番号を振ることができません.
30241 \end_layout
30242
30243 \end_inset
30244
30245
30246 \begin_inset Newline newline
30247 \end_inset
30248
30249
30250 \begin_inset Note Greyedout
30251 status open
30252
30253 \begin_layout Plain Layout
30254
30255 \series bold
30256 【註】
30257 \series default
30258 記号を使うと9個の脚註しか番号を振ることができません.
30259 \end_layout
30260
30261 \end_inset
30262
30263
30264 \end_layout
30265
30266 \begin_layout Standard
30267 付番様式を変更した後,既定様式に戻すには,上記コマンドの
30268 \series bold
30269
30270 \backslash
30271 roman
30272 \series default
30273
30274 \series bold
30275
30276 \backslash
30277 arabic
30278 \series default
30279 に置き換えて使用してください.
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285
30286 \backslash
30287 renewcommand{
30288 \backslash
30289 thefootnote}{
30290 \backslash
30291 arabic{footnote}}
30292 \end_layout
30293
30294 \end_inset
30295
30296
30297 \end_layout
30298
30299 \begin_layout Standard
30300 \begin_inset VSpace bigskip
30301 \end_inset
30302
30303
30304 \end_layout
30305
30306 \begin_layout Standard
30307 脚註を「章番号.脚註番号」スキームで付番したいときには,使用中文書のプリアンブルに
30308 \end_layout
30309
30310 \begin_layout Standard
30311
30312 \series bold
30313
30314 \backslash
30315 numberwithin{footnote}{chapter}
30316 \end_layout
30317
30318 \begin_layout Standard
30319 というコマンドを加えてください.
30320 \series bold
30321
30322 \backslash
30323 numberwithin
30324 \series default
30325 コマンドを使用できるようにするためには,文書設定の
30326 \family sans
30327 数式オプション
30328 \family default
30329 タブで
30330 \family sans
30331 AMS
30332 \begin_inset space ~
30333 \end_inset
30334
30335 mathパッケージを使う
30336 \family default
30337 オプションを有効にしてください.
30338 \end_layout
30339
30340 \begin_layout Standard
30341 \begin_inset ERT
30342 status collapsed
30343
30344 \begin_layout Plain Layout
30345
30346
30347 \backslash
30348 numberwithin{footnote}{chapter}
30349 \end_layout
30350
30351 \end_inset
30352
30353 これは,脚註のもう一つの例です
30354 \series bold
30355
30356 \begin_inset Foot
30357 status open
30358
30359 \begin_layout Plain Layout
30360
30361 \series bold
30362 これは,
30363 \series default
30364 「章番号.脚註番号」スキームで番号を振られた脚註です.
30365 \end_layout
30366
30367 \end_inset
30368
30369
30370 \series default
30371
30372 \begin_inset ERT
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376
30377
30378 \backslash
30379 renewcommand{
30380 \backslash
30381 thefootnote}{
30382 \backslash
30383 arabic{footnote}}
30384 \end_layout
30385
30386 \end_inset
30387
30388
30389 \end_layout
30390
30391 \begin_layout Standard
30392 \begin_inset Note Greyedout
30393 status open
30394
30395 \begin_layout Plain Layout
30396
30397 \series bold
30398 【註】
30399 \backslash
30400 numberwithin
30401 \series default
30402 は,脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
30403 \end_layout
30404
30405 \end_inset
30406
30407
30408 \end_layout
30409
30410 \begin_layout Standard
30411 また,例えば「章番号.
30412 \backslash
30413 Roman{footnote}」スキームを得るには,
30414 \series bold
30415
30416 \backslash
30417 numberwithin
30418 \series default
30419 の代わりに以下のコマンドを使用してください.
30420 \end_layout
30421
30422 \begin_layout Standard
30423
30424 \series bold
30425
30426 \backslash
30427 renewcommand{
30428 \backslash
30429 thefootnote}{
30430 \backslash
30431 thechapter.
30432 \backslash
30433 Roman{footnote}}
30434 \end_layout
30435
30436 \begin_layout Subsection
30437 脚註の配置
30438 \begin_inset Index idx
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442 きゃくちゅう@脚註 ! はいち@配置
30443 \end_layout
30444
30445 \end_inset
30446
30447
30448 \end_layout
30449
30450 \begin_layout Standard
30451 同一ページに複数の脚註がある場合,それらはページ底部に縦方向の余白を空けることなく,並べられます.これを読みやすくするには,例えば以下のようなコマンドをプリアン
30452 ブルに足して,1.5
30453 \begin_inset space \thinspace{}
30454 \end_inset
30455
30456 mmの余白を追加することもできます.
30457 \end_layout
30458
30459 \begin_layout Standard
30460
30461 \series bold
30462
30463 \backslash
30464 let
30465 \backslash
30466 myFoot
30467 \backslash
30468 footnote
30469 \begin_inset Newline newline
30470 \end_inset
30471
30472
30473 \backslash
30474 renewcommand{
30475 \backslash
30476 footnote}[1]{
30477 \backslash
30478 myFoot{#1
30479 \backslash
30480 vspace{1.5mm}}}
30481 \end_layout
30482
30483 \begin_layout Standard
30484 \begin_inset VSpace bigskip
30485 \end_inset
30486
30487 二段組文書では,脚註は各段底部に表示されます(図
30488 \begin_inset CommandInset ref
30489 LatexCommand ref
30490 reference "fig:標準的脚注配置"
30491
30492 \end_inset
30493
30494 ).図
30495 \begin_inset CommandInset ref
30496 LatexCommand ref
30497 reference "fig:ftnright脚注配置"
30498
30499 \end_inset
30500
30501 のように,脚註を右段底部にのみ表示するようにするには,文書プリアンブルに
30502 \end_layout
30503
30504 \begin_layout Standard
30505
30506 \series bold
30507
30508 \backslash
30509 usepackage{ftnright}
30510 \end_layout
30511
30512 \begin_layout Standard
30513 というコマンドを書いて,\SpecialChar LaTeX
30514 パッケージ
30515 \series bold
30516 ftnright
30517 \series default
30518
30519 \begin_inset Index idx
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523 \SpecialChar LaTeX
30524 ぱっけーじ@\SpecialChar LaTeX
30525 パッケージ ! ftnright
30526 \end_layout
30527
30528 \end_inset
30529
30530 を読み込みます.
30531 \begin_inset Float figure
30532 placement !h
30533 wide false
30534 sideways false
30535 status open
30536
30537 \begin_layout Plain Layout
30538 \noindent
30539 \align center
30540 \begin_inset Box Boxed
30541 position "t"
30542 hor_pos "c"
30543 has_inner_box 0
30544 inner_pos "t"
30545 use_parbox 0
30546 use_makebox 0
30547 width ""
30548 special "none"
30549 height "1in"
30550 height_special "totalheight"
30551 thickness "0.4pt"
30552 separation "3pt"
30553 shadowsize "4pt"
30554 framecolor "black"
30555 backgroundcolor "none"
30556 status open
30557
30558 \begin_layout Plain Layout
30559 \begin_inset Graphics
30560         filename ../clipart/without_fntright.pdf
30561         width 100col%
30562         scaleBeforeRotation
30563
30564 \end_inset
30565
30566
30567 \end_layout
30568
30569 \end_inset
30570
30571
30572 \end_layout
30573
30574 \begin_layout Plain Layout
30575 \begin_inset Caption Standard
30576
30577 \begin_layout Plain Layout
30578 \begin_inset CommandInset label
30579 LatexCommand label
30580 name "fig:標準的脚注配置"
30581
30582 \end_inset
30583
30584 二段組文書の標準的な脚註配置
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Standard
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/with_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:ftnright脚注配置"
30648
30649 \end_inset
30650
30651 \SpecialChar LaTeX
30652 パッケージ
30653 \series bold
30654 ftnright
30655 \series default
30656 を使用したときの二段組文書の脚註配置
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \end_layout
30663
30664 \end_inset
30665
30666
30667 \end_layout
30668
30669 \begin_layout Standard
30670 \begin_inset VSpace bigskip
30671 \end_inset
30672
30673 科学的文献においては,図
30674 \begin_inset CommandInset ref
30675 LatexCommand ref
30676 reference "fig:後註"
30677
30678 \end_inset
30679
30680 のように,節の末尾に別段落を設けて,脚註をまとめて出力することも普通に行われます.これは「後註
30681 \begin_inset Index idx
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 こちゆう@後註
30686 \end_layout
30687
30688 \end_inset
30689
30690 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
30691 \family sans
30692 文書\SpecialChar menuseparator
30693 設定\SpecialChar menuseparator
30694 モジュール
30695 \family default
30696 メニューで
30697 \family sans
30698 脚註から後註へ
30699 \family default
30700 を読み込んでください.まとめた注を出力するには,節ないし章末に\SpecialChar TeX
30701 コードで
30702 \end_layout
30703
30704 \begin_layout Standard
30705
30706 \series bold
30707
30708 \backslash
30709 theendnotes
30710 \end_layout
30711
30712 \begin_layout Standard
30713 というコマンドを挿入してください.
30714 \end_layout
30715
30716 \begin_layout Standard
30717 \begin_inset Float figure
30718 wide false
30719 sideways false
30720 status open
30721
30722 \begin_layout Plain Layout
30723 \align center
30724 \begin_inset Box Boxed
30725 position "t"
30726 hor_pos "c"
30727 has_inner_box 0
30728 inner_pos "t"
30729 use_parbox 0
30730 use_makebox 0
30731 width ""
30732 special "none"
30733 height "1in"
30734 height_special "totalheight"
30735 thickness "0.4pt"
30736 separation "3pt"
30737 shadowsize "4pt"
30738 framecolor "black"
30739 backgroundcolor "none"
30740 status open
30741
30742 \begin_layout Plain Layout
30743 \begin_inset Graphics
30744         filename ../clipart/endnotes.pdf
30745         width 100col%
30746         scaleBeforeRotation
30747
30748 \end_inset
30749
30750
30751 \end_layout
30752
30753 \end_inset
30754
30755
30756 \end_layout
30757
30758 \begin_layout Plain Layout
30759 \begin_inset Caption Standard
30760
30761 \begin_layout Plain Layout
30762 \begin_inset CommandInset label
30763 LatexCommand label
30764 name "fig:後註"
30765
30766 \end_inset
30767
30768 後註 – 注を節ないし章末に別段落として印字します.
30769 \end_layout
30770
30771 \end_inset
30772
30773
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \begin_layout Standard
30782 \begin_inset VSpace medskip
30783 \end_inset
30784
30785 後註の段落見出しは,文書言語に自動的に翻訳されることはありませんので,手動で翻訳しなくてはなりません.プリアンブルで
30786 \end_layout
30787
30788 \begin_layout Standard
30789
30790 \series bold
30791
30792 \backslash
30793 renewcommand{
30794 \backslash
30795 notesname}{Anmerkungen}
30796 \end_layout
30797
30798 \begin_layout Standard
30799 というコマンドを使えば,既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
30800 \end_layout
30801
30802 \begin_layout Standard
30803 \begin_inset VSpace medskip
30804 \end_inset
30805
30806
30807 \begin_inset CommandInset ref
30808 LatexCommand ref
30809 reference "subsec:脚注の付番"
30810
30811 \end_inset
30812
30813 節で述べた脚註の付番と同様に,後註の付番も変更することができます.
30814 \series bold
30815
30816 \backslash
30817 thefootnote
30818 \series default
30819 コマンドの代わりに
30820 \series bold
30821
30822 \backslash
30823 theendnote
30824 \series default
30825 を用いてください.後註番号をリセットするには,第
30826 \begin_inset CommandInset ref
30827 LatexCommand ref
30828 reference "subsec:脚注の付番"
30829
30830 \end_inset
30831
30832 節で述べたコマンド
30833 \series bold
30834
30835 \backslash
30836 @addtoreset
30837 \series default
30838 の,パラメータ
30839 \series bold
30840 footnote
30841 \series default
30842
30843 \series bold
30844 endnote
30845 \series default
30846 に変えて,使用してください.
30847 \end_layout
30848
30849 \begin_layout Standard
30850 後註の印だけを作成するには,第
30851 \begin_inset CommandInset ref
30852 LatexCommand ref
30853 reference "sec:脚注"
30854
30855 \end_inset
30856
30857 節で説明した
30858 \series bold
30859
30860 \backslash
30861 footnotemark
30862 \series default
30863 コマンドの代わりに,
30864 \series bold
30865
30866 \backslash
30867 endnotemark[番号]
30868 \series default
30869 コマンドを使用してください.
30870 \end_layout
30871
30872 \begin_layout Standard
30873 \begin_inset VSpace bigskip
30874 \end_inset
30875
30876 脚註はページ余白に置くこともでき,脚註文の揃えも変更することができます.詳細は,\SpecialChar LaTeX
30877 パッケージ
30878 \series bold
30879 footmisc
30880 \series default
30881
30882 \begin_inset Index idx
30883 status collapsed
30884
30885 \begin_layout Plain Layout
30886 \SpecialChar LaTeX
30887 ぱっけーじ@\SpecialChar LaTeX
30888 パッケージ ! footmisc
30889 \end_layout
30890
30891 \end_inset
30892
30893
30894 \begin_inset CommandInset citation
30895 LatexCommand cite
30896 key "footmisc"
30897 literal "true"
30898
30899 \end_inset
30900
30901 を参照してください.
30902 \end_layout
30903
30904 \begin_layout Standard
30905 脚註の整形にまつわるその他多くの話題が,\SpecialChar LaTeX
30906 関連書籍
30907 \begin_inset CommandInset citation
30908 LatexCommand cite
30909 key "latexcompanion,latexguide,latexbook"
30910 literal "true"
30911
30912 \end_inset
30913
30914 に載っています.
30915 \series bold
30916 KOMA-Script
30917 \series default
30918
30919 \begin_inset Index idx
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923 \SpecialChar LaTeX
30924 ぱっけーじ@\SpecialChar LaTeX
30925 パッケージ ! KOMA-Script
30926 \end_layout
30927
30928 \end_inset
30929
30930 文書クラスを使用している場合には,すべての脚註設定を,クラス固有のコマンドで調節することができます(
30931 \begin_inset CommandInset citation
30932 LatexCommand cite
30933 key "KOMA-Script"
30934 literal "true"
30935
30936 \end_inset
30937
30938 参照).
30939 \end_layout
30940
30941 \begin_layout Section
30942 傍註
30943 \begin_inset Index idx
30944 status collapsed
30945
30946 \begin_layout Plain Layout
30947 ちゅうしゃく@註釈 ! ぼうちゅう@傍註
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \end_layout
30954
30955 \begin_layout Standard
30956 \SpecialChar LyX
30957 内において,傍註註釈は,脚註のような外見と挙動を示します.これは
30958 \family sans
30959 挿入\SpecialChar menuseparator
30960 傍註
30961 \family default
30962 メニューかツールバーボタン
30963 \family sans
30964
30965 \begin_inset Info
30966 type  "icon"
30967 arg   "marginalnote-insert"
30968 \end_inset
30969
30970
30971 \family default
30972 で挿入することができます.すると,紫字で「傍註」と書かれた灰色のボックスが現れて,そこに傍註文を入れることができます.
30973 \end_layout
30974
30975 \begin_layout Standard
30976 横にあるのが傍註です
30977 \begin_inset Marginal
30978 status open
30979
30980 \begin_layout Plain Layout
30981 これは傍註文です.
30982 \end_layout
30983
30984 \end_inset
30985
30986
30987 \end_layout
30988
30989 \begin_layout Standard
30990 片面文書においては,傍註は右側に表示され,両面文書においては外側余白—偶数ページでは左側,奇数ページでは右側—に表示されます.傍註文は,外側余白の反対側に—注が
30991 左余白に現れるときには右揃えに—寄せられます.傍註文の一行目は,傍註が挿入された文書箇所と同じ行に来るように配置されます.
30992 \end_layout
30993
30994 \begin_layout Standard
30995 \begin_inset VSpace bigskip
30996 \end_inset
30997
30998 傍註を内側余白に置くには,傍註の前に\SpecialChar TeX
30999 コードで
31000 \end_layout
31001
31002 \begin_layout Standard
31003
31004 \series bold
31005
31006 \backslash
31007 reversemarginpar
31008 \end_layout
31009
31010 \begin_layout Standard
31011 というコマンドを書き加えてください.この新しい配置は,以後のすべての傍註に対して効力があります.
31012 \begin_inset ERT
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016
31017
31018 \backslash
31019 reversemarginpar 
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \begin_inset Marginal
31026 status open
31027
31028 \begin_layout Plain Layout
31029 これは内側余白の傍註です.
31030 \end_layout
31031
31032 \end_inset
31033
31034
31035 \series bold
31036
31037 \begin_inset Newline newline
31038 \end_inset
31039
31040
31041 \series default
31042
31043 \begin_inset Note Greyedout
31044 status open
31045
31046 \begin_layout Plain Layout
31047
31048 \series bold
31049 【註】
31050 \series default
31051 内側余白には充分な空白がないことがよくあり,出力で傍註が正しく表示されないことがあります.
31052 \end_layout
31053
31054 \end_inset
31055
31056
31057 \end_layout
31058
31059 \begin_layout Standard
31060 既定の配置に戻すには,\SpecialChar TeX
31061 コードで
31062 \end_layout
31063
31064 \begin_layout Standard
31065
31066 \series bold
31067
31068 \backslash
31069 normalmarginpar
31070 \end_layout
31071
31072 \begin_layout Standard
31073 というコマンドを書き加えてください.
31074 \begin_inset ERT
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078
31079
31080 \backslash
31081 normalmarginpar 
31082 \end_layout
31083
31084 \end_inset
31085
31086  
31087 \begin_inset Note Greyedout
31088 status open
31089
31090 \begin_layout Plain Layout
31091
31092 \series bold
31093 【註】
31094 \backslash
31095 reversemarginpar
31096 \series default
31097 コマンドが既に挿入されている段落内では,このコマンドは無視されます.
31098 \end_layout
31099
31100 \end_inset
31101
31102
31103 \end_layout
31104
31105 \begin_layout Standard
31106 \begin_inset VSpace bigskip
31107 \end_inset
31108
31109
31110 \begin_inset Marginal
31111 status open
31112
31113 \begin_layout Plain Layout
31114 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \begin_inset CommandInset ref
31121 LatexCommand ref
31122 reference "subsec:複数行"
31123
31124 \end_inset
31125
31126 節で述べられている事例と同様に,長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,その単語の前に0
31127 \begin_inset space \thinspace{}
31128 \end_inset
31129
31130 pt水平空白を挿入してください 
31131 \begin_inset Marginal
31132 status open
31133
31134 \begin_layout Plain Layout
31135 \begin_inset space \hspace*{}
31136 \length 0pt
31137 \end_inset
31138
31139 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
31140 \end_layout
31141
31142 \end_inset
31143
31144
31145 \end_layout
31146
31147 \begin_layout Standard
31148 \begin_inset VSpace bigskip
31149 \end_inset
31150
31151
31152 \end_layout
31153
31154 \begin_layout Standard
31155 \begin_inset Note Greyedout
31156 status open
31157
31158 \begin_layout Plain Layout
31159
31160 \series bold
31161 【註】
31162 \series default
31163 通常,傍註は表やフロート,脚註の中では使用することができません.
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \end_layout
31170
31171 \begin_layout Standard
31172 \begin_inset VSpace bigskip
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \begin_layout Standard
31179 \begin_inset ERT
31180 status collapsed
31181
31182 \begin_layout Plain Layout
31183
31184
31185 \backslash
31186 ifmarginnote
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \begin_inset Note Note
31193 status open
31194
31195 \begin_layout Plain Layout
31196 以下の部分は,\SpecialChar LaTeX
31197 パッケージ
31198 \series bold
31199 marginnote
31200 \series default
31201 が導入されているときのみ表示されます.
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \end_layout
31208
31209 \begin_layout Standard
31210 この制約は,\SpecialChar LaTeX
31211 パッケージ
31212 \series bold
31213 marginnote
31214 \series default
31215
31216 \begin_inset Index idx
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220 \SpecialChar LaTeX
31221 ぱっけーじ@\SpecialChar LaTeX
31222 パッケージ ! marginnote
31223 \end_layout
31224
31225 \end_inset
31226
31227 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,\SpecialChar LyX
31228 が傍註に使うコマンドが再定義されて,
31229 \series bold
31230 marginnote
31231 \series default
31232 パッケージが提供するコマンドを使うようになります.
31233 \end_layout
31234
31235 \begin_layout Standard
31236
31237 \series bold
31238
31239 \backslash
31240 usepackage{marginnote}
31241 \begin_inset Newline newline
31242 \end_inset
31243
31244
31245 \backslash
31246 let
31247 \backslash
31248 marginpar
31249 \backslash
31250 marginnote
31251 \end_layout
31252
31253 \begin_layout Standard
31254
31255 \series bold
31256 marginnote
31257 \series default
31258 には他にも便利な機能があるので,この方法が本文書でも使われています.というのは,
31259 \series bold
31260 marginnote
31261 \series default
31262 を使うと,傍註文に垂直オフセットを設定することができるからです.これは,あまりにもたくさんの傍註が非常に近いところに集まっていたり,もっとよいページレイアウトが
31263 望まれるときなどに,よく必要とされます.オフセットは,\SpecialChar LyX
31264 中の傍註の後ろに\SpecialChar TeX
31265 コードで直接
31266 \end_layout
31267
31268 \begin_layout Standard
31269
31270 \series bold
31271 [オフセット]
31272 \end_layout
31273
31274 \begin_layout Standard
31275 という形で書くことで設定することができます.ここで「オフセット」には,表
31276 \begin_inset CommandInset ref
31277 LatexCommand ref
31278 reference "tab:単位"
31279
31280 \end_inset
31281
31282 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,正の値だと下にずれます.たとえば,この本文行の横にある傍註は,\SpecialChar TeX
31283 コードコマンド「
31284 \series bold
31285 [-1.5cm]
31286 \series default
31287 」を使用して,1.5
31288 \begin_inset space \thinspace{}
31289 \end_inset
31290
31291 cm上にずらしてあります
31292 \begin_inset Marginal
31293 status open
31294
31295 \begin_layout Plain Layout
31296 この傍註は,本来の位置よりも1.5
31297 \begin_inset space \thinspace{}
31298 \end_inset
31299
31300 cm上にずらしてあります.
31301 \end_layout
31302
31303 \end_inset
31304
31305
31306 \begin_inset ERT
31307 status collapsed
31308
31309 \begin_layout Plain Layout
31310
31311 [-1.5cm]
31312 \end_layout
31313
31314 \end_inset
31315
31316
31317 \end_layout
31318
31319 \begin_layout Standard
31320 \begin_inset VSpace medskip
31321 \end_inset
31322
31323
31324 \series bold
31325 marginnote
31326 \series default
31327 を使うと,傍註の揃えを変更することもできます.たとえば,
31328 \end_layout
31329
31330 \begin_layout Standard
31331
31332 \series bold
31333
31334 \backslash
31335 renewcommand*{
31336 \backslash
31337 raggedleftmarginnote}{
31338 \backslash
31339 centering}
31340 \begin_inset Newline newline
31341 \end_inset
31342
31343
31344 \backslash
31345 renewcommand*{
31346 \backslash
31347 raggedrightmarginnote}{
31348 \backslash
31349 centering}
31350 \end_layout
31351
31352 \begin_layout Standard
31353 というコマンドを使うと,中央揃えになります.
31354 \series bold
31355
31356 \backslash
31357 raggedleftmarginnote
31358 \series default
31359 とは,左側に表示されている傍註のことを指します
31360 \begin_inset ERT
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364
31365
31366 \backslash
31367 renewcommand*{
31368 \backslash
31369 raggedleftmarginnote}{
31370 \backslash
31371 centering}
31372 \end_layout
31373
31374 \begin_layout Plain Layout
31375
31376
31377 \backslash
31378 renewcommand*{
31379 \backslash
31380 raggedrightmarginnote}{
31381 \backslash
31382 centering}
31383 \end_layout
31384
31385 \end_inset
31386
31387
31388 \begin_inset Marginal
31389 status open
31390
31391 \begin_layout Plain Layout
31392 この傍註の文章は中央揃えになっています.
31393 \end_layout
31394
31395 \end_inset
31396
31397 .既定の設定は,
31398 \end_layout
31399
31400 \begin_layout Standard
31401
31402 \series bold
31403
31404 \backslash
31405 renewcommand*{
31406 \backslash
31407 raggedleftmarginnote}{
31408 \backslash
31409 raggedleft}
31410 \begin_inset Newline newline
31411 \end_inset
31412
31413
31414 \backslash
31415 renewcommand*{
31416 \backslash
31417 raggedrightmarginnote}{
31418 \backslash
31419 raggedright}
31420 \series default
31421
31422 \begin_inset ERT
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426
31427
31428 \backslash
31429 renewcommand*{
31430 \backslash
31431 raggedleftmarginnote}{
31432 \backslash
31433 raggedleft}
31434 \end_layout
31435
31436 \begin_layout Plain Layout
31437
31438
31439 \backslash
31440 renewcommand*{
31441 \backslash
31442 raggedrightmarginnote}{
31443 \backslash
31444 raggedright}
31445 \end_layout
31446
31447 \end_inset
31448
31449
31450 \end_layout
31451
31452 \begin_layout Standard
31453 です.
31454 \end_layout
31455
31456 \begin_layout Standard
31457 \begin_inset VSpace medskip
31458 \end_inset
31459
31460
31461 \series bold
31462 marginnote
31463 \series default
31464 の他の機能については,
31465 \begin_inset CommandInset citation
31466 LatexCommand cite
31467 key "marginnote"
31468 literal "true"
31469
31470 \end_inset
31471
31472 の取扱説明書をご参照ください.
31473 \end_layout
31474
31475 \begin_layout Standard
31476 \begin_inset VSpace bigskip
31477 \end_inset
31478
31479 傍註のレイアウトは,傍註の定義を変更することによって変えることができます.たとえば,すべての傍註に,下線を引いたサンセリフ体の太字で「
31480 \family sans
31481 \series bold
31482 \bar under
31483 注意!
31484 \family default
31485 \series default
31486 \bar default
31487 」というヘッダ文をつけるには,以下を使用している文書プリアンブルに書き加えてください.
31488 \end_layout
31489
31490 \begin_layout Standard
31491
31492 \series bold
31493
31494 \backslash
31495 let
31496 \backslash
31497 myMarginpar
31498 \backslash
31499 marginpar
31500 \begin_inset Newline newline
31501 \end_inset
31502
31503
31504 \backslash
31505 renewcommand{
31506 \backslash
31507 marginpar}[1]{
31508 \backslash
31509 myMarginpar{%
31510 \begin_inset Newline newline
31511 \end_inset
31512
31513
31514 \begin_inset Phantom HPhantom
31515 status open
31516
31517 \begin_layout Plain Layout
31518
31519 \series bold
31520 \begin_inset space ~
31521 \end_inset
31522
31523
31524 \end_layout
31525
31526 \end_inset
31527
31528
31529 \backslash
31530 hspace{0pt}
31531 \backslash
31532 textsf{
31533 \backslash
31534 textbf{
31535 \backslash
31536 underbar{注意!}}}%
31537 \begin_inset Newline newline
31538 \end_inset
31539
31540
31541 \begin_inset Phantom HPhantom
31542 status open
31543
31544 \begin_layout Plain Layout
31545
31546 \series bold
31547 \begin_inset space ~
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \backslash
31557 vspace{1.5mm}
31558 \backslash
31559
31560 \backslash
31561 #1}}
31562 \end_layout
31563
31564 \begin_layout Standard
31565 \begin_inset ERT
31566 status collapsed
31567
31568 \begin_layout Plain Layout
31569
31570
31571 \backslash
31572 let
31573 \backslash
31574 myMarginpar
31575 \backslash
31576 marginpar
31577 \end_layout
31578
31579 \begin_layout Plain Layout
31580
31581
31582 \backslash
31583 renewcommand{
31584 \backslash
31585 marginpar}[1]{
31586 \backslash
31587 myMarginpar{%
31588 \end_layout
31589
31590 \begin_layout Plain Layout
31591
31592    
31593 \backslash
31594 textsf{
31595 \backslash
31596 textbf{
31597 \backslash
31598 underbar{注意!}}}%
31599 \end_layout
31600
31601 \begin_layout Plain Layout
31602
31603    
31604 \backslash
31605 vspace{1.5mm}
31606 \backslash
31607
31608 \backslash
31609 #1}}
31610 \end_layout
31611
31612 \end_inset
31613
31614
31615 \begin_inset Marginal
31616 status open
31617
31618 \begin_layout Plain Layout
31619 これは,定義したヘッダをつけた傍註です.
31620 \end_layout
31621
31622 \end_inset
31623
31624
31625 \begin_inset ERT
31626 status collapsed
31627
31628 \begin_layout Plain Layout
31629
31630 [-1.5cm]
31631 \end_layout
31632
31633 \end_inset
31634
31635
31636 \begin_inset ERT
31637 status collapsed
31638
31639 \begin_layout Plain Layout
31640
31641
31642 \backslash
31643 renewcommand{
31644 \backslash
31645 marginpar}[1]{
31646 \backslash
31647 myMarginpar{#1}}
31648 \end_layout
31649
31650 \end_inset
31651
31652
31653 \begin_inset Note Note
31654 status open
31655
31656 \begin_layout Plain Layout
31657 傍註書式は,この例の分だけ変更してあります.
31658 \end_layout
31659
31660 \end_inset
31661
31662
31663 \end_layout
31664
31665 \begin_layout Standard
31666 \begin_inset ERT
31667 status collapsed
31668
31669 \begin_layout Plain Layout
31670
31671
31672 \backslash
31673 else
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \begin_inset Note Note
31680 status open
31681
31682 \begin_layout Plain Layout
31683 以下の部分は,\SpecialChar LaTeX
31684 パッケージ
31685 \series bold
31686 marginnote
31687 \series default
31688 が導入されていないときのみ表示されます.
31689 \end_layout
31690
31691 \end_inset
31692
31693
31694 \end_layout
31695
31696 \begin_layout Standard
31697 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
31698 パッケージ
31699 \series bold
31700 marginnote
31701 \series default
31702 を導入する必要があります.
31703 \end_layout
31704
31705 \begin_layout Standard
31706 \begin_inset ERT
31707 status collapsed
31708
31709 \begin_layout Plain Layout
31710
31711
31712 \backslash
31713 fi
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \begin_layout Chapter
31722 ボックス
31723 \end_layout
31724
31725 \begin_layout Section
31726 はじめに
31727 \begin_inset Index idx
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731 ぼっくす@ボックス ! はじめに
31732 \end_layout
31733
31734 \end_inset
31735
31736
31737 \end_layout
31738
31739 \begin_layout Standard
31740 ボックスは,一塊の文章を整形するのに使用します.ボックスは,多言語文書を書くのに使用したり(第
31741 \begin_inset CommandInset ref
31742 LatexCommand ref
31743 reference "sec:ミニページ"
31744
31745 \end_inset
31746
31747 節参照),文章を囲ったり(第
31748 \begin_inset CommandInset ref
31749 LatexCommand ref
31750 reference "sec:装飾"
31751
31752 \end_inset
31753
31754 節参照),単語がハイフネートされるのを予防したり(第
31755 \begin_inset CommandInset ref
31756 LatexCommand ref
31757 reference "sec:ハイフネーションの回避"
31758
31759 \end_inset
31760
31761 節参照),文章を揃えたり(第
31762 \begin_inset CommandInset ref
31763 LatexCommand ref
31764 reference "subsec:垂直揃え"
31765
31766 \end_inset
31767
31768 節参照),あるいは文章の背景色を設定したり(第
31769 \begin_inset CommandInset ref
31770 LatexCommand ref
31771 reference "sec:色付きボックス"
31772
31773 \end_inset
31774
31775 節参照)するのに使用します.
31776 \end_layout
31777
31778 \begin_layout Standard
31779 ボックスは,
31780 \family sans
31781 挿入\SpecialChar menuseparator
31782 ボックス
31783 \family default
31784 メニューかツールバーボタン
31785 \family sans
31786
31787 \begin_inset Info
31788 type  "icon"
31789 arg   "box-insert Frameless"
31790 \end_inset
31791
31792
31793 \family default
31794 を使って挿入することができます.すると,
31795 \begin_inset Graphics
31796         filename clipart/BoxInsetDefault.png
31797         scale 95
31798         scaleBeforeRotation
31799
31800 \end_inset
31801
31802 のように
31803 \family sans
31804 ボックス(minipage環境)
31805 \family default
31806 というラベルのついた灰色の箱形が挿入されます.ボックス型は,この箱形を右クリックすると出てくるメニューで指定することができます.
31807 \family sans
31808 設定
31809 \family default
31810 メニューを選択すると現れるボックスダイアログでは,
31811 \family sans
31812 parboxコマンド
31813 \family default
31814
31815 \family sans
31816 minipage環境
31817 \family default
31818 の二つの
31819 \family sans
31820 内部ボックス
31821 \family default
31822 型を選択することができます.
31823 \family sans
31824 minipage
31825 \family default
31826 型は,新規ボックスの既定値となっており,第
31827 \begin_inset CommandInset ref
31828 LatexCommand ref
31829 reference "sec:ミニページ"
31830
31831 \end_inset
31832
31833 節で説明します.
31834 \family sans
31835 parbox
31836 \family default
31837 型については第
31838 \begin_inset CommandInset ref
31839 LatexCommand ref
31840 reference "sec:Parboxes"
31841
31842 \end_inset
31843
31844 節,
31845 \family sans
31846 makebox
31847 \family default
31848 型については第
31849 \begin_inset CommandInset ref
31850 LatexCommand ref
31851 reference "sec:ハイフネーションの回避"
31852
31853 \end_inset
31854
31855 節で述べます.
31856 \end_layout
31857
31858 \begin_layout Standard
31859 ボックスは付番されないので,フロートや脚註のように参照することはできません.
31860 \end_layout
31861
31862 \begin_layout Standard
31863 \begin_inset Note Greyedout
31864 status open
31865
31866 \begin_layout Plain Layout
31867
31868 \series bold
31869 【註】
31870 \series default
31871 ボックスは,
31872 \family sans
31873 箇条書き(記号)
31874 \family default
31875 環境や
31876 \family sans
31877 箇条書き(記述)
31878 \family default
31879 環境の単独要素とすべきではありません.
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \begin_layout Standard
31888 \begin_inset Note Greyedout
31889 status open
31890
31891 \begin_layout Plain Layout
31892
31893 \series bold
31894 【註】
31895 \series default
31896 理由は不明ですが,枠付きボックスを使用している場合には,
31897 \family sans
31898 内部ボックス
31899 \family default
31900 型は
31901 \family sans
31902 なし
31903 \family default
31904 にしか設定することができません.
31905 \family sans
31906 内部ボックス
31907 \family default
31908 型や枠のないボックスについては,第
31909 \begin_inset CommandInset ref
31910 LatexCommand ref
31911 reference "sec:ハイフネーションの回避"
31912
31913 \end_inset
31914
31915 節で説明します.
31916 \end_layout
31917
31918 \end_inset
31919
31920
31921 \end_layout
31922
31923 \begin_layout Section
31924 ボックスダイアログ
31925 \begin_inset CommandInset label
31926 LatexCommand label
31927 name "sec:ボックスダイアログ"
31928
31929 \end_inset
31930
31931
31932 \begin_inset Index idx
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
31937 \end_layout
31938
31939 \end_inset
31940
31941
31942 \end_layout
31943
31944 \begin_layout Subsection
31945 寸法
31946 \begin_inset Index idx
31947 status collapsed
31948
31949 \begin_layout Plain Layout
31950 ぼっくす@ボックス ! すんぽう@寸法
31951 \end_layout
31952
31953 \end_inset
31954
31955
31956 \end_layout
31957
31958 \begin_layout Standard
31959 ボックスダイアログでは,
31960 \family sans
31961
31962 \family default
31963
31964 \family sans
31965 高さ
31966 \family default
31967 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,表
31968 \begin_inset CommandInset ref
31969 LatexCommand ref
31970 reference "tab:単位"
31971
31972 \end_inset
31973
31974 に説明されています.
31975 \family sans
31976 高さ
31977 \family default
31978 フィールドには,加えて以下の寸法を使用することができます.
31979 \end_layout
31980
31981 \begin_layout Description
31982 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,全体としての階層は無視されます.
31983 \begin_inset Newline newline
31984 \end_inset
31985
31986
31987 \begin_inset Newline newline
31988 \end_inset
31989
31990
31991 \begin_inset Newline newline
31992 \end_inset
31993
31994
31995 \begin_inset Box Boxed
31996 position "c"
31997 hor_pos "c"
31998 has_inner_box 1
31999 inner_pos "c"
32000 use_parbox 0
32001 use_makebox 0
32002 width "12col%"
32003 special "none"
32004 height "1in"
32005 height_special "depth"
32006 thickness "0.4pt"
32007 separation "3pt"
32008 shadowsize "4pt"
32009 framecolor "black"
32010 backgroundcolor "none"
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014 \align center
32015 高さを1階層に設定したボックス
32016 \end_layout
32017
32018 \end_inset
32019
32020
32021 \begin_inset Newline newline
32022 \end_inset
32023
32024
32025 \begin_inset Newline newline
32026 \end_inset
32027
32028
32029 \end_layout
32030
32031 \begin_layout Description
32032 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,ボックスの高さを文章の2倍の高さに設定します.
32033 \begin_inset Box Boxed
32034 position "c"
32035 hor_pos "c"
32036 has_inner_box 1
32037 inner_pos "c"
32038 use_parbox 0
32039 use_makebox 0
32040 width "20col%"
32041 special "none"
32042 height "2in"
32043 height_special "height"
32044 thickness "0.4pt"
32045 separation "3pt"
32046 shadowsize "4pt"
32047 framecolor "black"
32048 backgroundcolor "none"
32049 status collapsed
32050
32051 \begin_layout Plain Layout
32052 \align center
32053 高さを2高さに設定したボックス
32054 \end_layout
32055
32056 \end_inset
32057
32058
32059 \end_layout
32060
32061 \begin_layout Description
32062 全高 これは「高さ」+「階層」です.
32063 \begin_inset Box Boxed
32064 position "c"
32065 hor_pos "c"
32066 has_inner_box 1
32067 inner_pos "c"
32068 use_parbox 0
32069 use_makebox 0
32070 width "20col%"
32071 special "none"
32072 height "1in"
32073 height_special "totalheight"
32074 thickness "0.4pt"
32075 separation "3pt"
32076 shadowsize "4pt"
32077 framecolor "black"
32078 backgroundcolor "none"
32079 status collapsed
32080
32081 \begin_layout Plain Layout
32082 \align center
32083 高さを1全高に設定したボックス
32084 \end_layout
32085
32086 \end_inset
32087
32088
32089 \end_layout
32090
32091 \begin_layout Description
32092 幅 これはボックスの幅を高さに設定します.
32093 \begin_inset Box Boxed
32094 position "c"
32095 hor_pos "c"
32096 has_inner_box 1
32097 inner_pos "c"
32098 use_parbox 0
32099 use_makebox 0
32100 width "12col%"
32101 special "none"
32102 height "1in"
32103 height_special "width"
32104 thickness "0.4pt"
32105 separation "3pt"
32106 shadowsize "4pt"
32107 framecolor "black"
32108 backgroundcolor "none"
32109 status collapsed
32110
32111 \begin_layout Plain Layout
32112 \align center
32113 高さを1幅に設定したボックス
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \end_layout
32120
32121 \begin_layout Subsection
32122 文字揃え
32123 \begin_inset Index idx
32124 status collapsed
32125
32126 \begin_layout Plain Layout
32127 ぼっくす@ボックス ! もじそろえ@文字揃え
32128 \end_layout
32129
32130 \end_inset
32131
32132
32133 \end_layout
32134
32135 \begin_layout Standard
32136
32137 \family sans
32138 内部ボックス
32139 \family default
32140 を選んだ場合には,ボックスの垂直揃えを以下のいずれかに設定できます.
32141 \end_layout
32142
32143 \begin_layout Description
32144 上 これは例示のための本文行です.
32145 \begin_inset Box Boxed
32146 position "t"
32147 hor_pos "c"
32148 has_inner_box 1
32149 inner_pos "c"
32150 use_parbox 0
32151 use_makebox 0
32152 width "12col%"
32153 special "none"
32154 height "1in"
32155 height_special "totalheight"
32156 thickness "0.4pt"
32157 separation "3pt"
32158 shadowsize "4pt"
32159 framecolor "black"
32160 backgroundcolor "none"
32161 status collapsed
32162
32163 \begin_layout Plain Layout
32164 \align center
32165 このボックスは上揃えです.
32166 \end_layout
32167
32168 \end_inset
32169
32170 これは例示のための本文行です.
32171 \end_layout
32172
32173 \begin_layout Description
32174 中央 これは例示のための本文行です.
32175 \begin_inset Box Boxed
32176 position "c"
32177 hor_pos "c"
32178 has_inner_box 1
32179 inner_pos "c"
32180 use_parbox 0
32181 use_makebox 0
32182 width "12col%"
32183 special "none"
32184 height "1in"
32185 height_special "totalheight"
32186 thickness "0.4pt"
32187 separation "3pt"
32188 shadowsize "4pt"
32189 framecolor "black"
32190 backgroundcolor "none"
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194 \align center
32195 このボックスは中央揃えです.
32196 \end_layout
32197
32198 \end_inset
32199
32200 これは例示のための本文行です.
32201 \end_layout
32202
32203 \begin_layout Description
32204 下 これは例示のための本文行です.
32205 \begin_inset Box Boxed
32206 position "b"
32207 hor_pos "c"
32208 has_inner_box 1
32209 inner_pos "c"
32210 use_parbox 0
32211 use_makebox 0
32212 width "12col%"
32213 special "none"
32214 height "1in"
32215 height_special "totalheight"
32216 thickness "0.4pt"
32217 separation "3pt"
32218 shadowsize "4pt"
32219 framecolor "black"
32220 backgroundcolor "none"
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224 \align center
32225 このボックスは下揃えです.
32226 \end_layout
32227
32228 \end_inset
32229
32230 これは例示のための本文行です.
32231 \end_layout
32232
32233 \begin_layout Standard
32234 \begin_inset Note Greyedout
32235 status open
32236
32237 \begin_layout Plain Layout
32238
32239 \series bold
32240 【註】
32241 \series default
32242 同一行に二つのボックスがあり,一方だけに影付きなどが設定されている場合には,ボックスの垂直文字揃えが出力中で無効となる場合があります.
32243 \end_layout
32244
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \begin_layout Standard
32251 ボックスを独立した段落においた場合には,ボックスの水平文字揃えは,\SpecialChar LyX
32252 の段落ダイアログから設定できます.
32253 \end_layout
32254
32255 \begin_layout Standard
32256 \begin_inset VSpace bigskip
32257 \end_inset
32258
32259
32260 \family sans
32261 内部ボックス
32262 \family default
32263 を設定したときには,ボックスの内容を以下のように垂直揃えを行うことができます.
32264 \end_layout
32265
32266 \begin_layout Description
32267 上 これは例示のための本文行です.
32268 \begin_inset Box Boxed
32269 position "c"
32270 hor_pos "c"
32271 has_inner_box 1
32272 inner_pos "t"
32273 use_parbox 0
32274 use_makebox 0
32275 width "12col%"
32276 special "none"
32277 height "1.5in"
32278 height_special "totalheight"
32279 thickness "0.4pt"
32280 separation "3pt"
32281 shadowsize "4pt"
32282 framecolor "black"
32283 backgroundcolor "none"
32284 status collapsed
32285
32286 \begin_layout Plain Layout
32287 \align center
32288 このボックスの文章は上揃えです.
32289 \end_layout
32290
32291 \end_inset
32292
32293 これは例示のための本文行です.
32294 \end_layout
32295
32296 \begin_layout Description
32297 中央 これは例示のための本文行です.
32298 \begin_inset Box Boxed
32299 position "c"
32300 hor_pos "c"
32301 has_inner_box 1
32302 inner_pos "c"
32303 use_parbox 0
32304 use_makebox 0
32305 width "12col%"
32306 special "none"
32307 height "1.5in"
32308 height_special "totalheight"
32309 thickness "0.4pt"
32310 separation "3pt"
32311 shadowsize "4pt"
32312 framecolor "black"
32313 backgroundcolor "none"
32314 status collapsed
32315
32316 \begin_layout Plain Layout
32317 \align center
32318 このボックスの文章は中央揃えです.
32319 \end_layout
32320
32321 \end_inset
32322
32323 これは例示のための本文行です.
32324 \end_layout
32325
32326 \begin_layout Description
32327 下 これは例示のための本文行です.
32328 \begin_inset Box Boxed
32329 position "c"
32330 hor_pos "c"
32331 has_inner_box 1
32332 inner_pos "b"
32333 use_parbox 0
32334 use_makebox 0
32335 width "12col%"
32336 special "none"
32337 height "1.5in"
32338 height_special "totalheight"
32339 thickness "0.4pt"
32340 separation "3pt"
32341 shadowsize "4pt"
32342 framecolor "black"
32343 backgroundcolor "none"
32344 status collapsed
32345
32346 \begin_layout Plain Layout
32347 \align center
32348 このボックスの文章は下揃えです.
32349 \end_layout
32350
32351 \end_inset
32352
32353 これは例示のための本文行です.
32354 \end_layout
32355
32356 \begin_layout Description
32357 広げる これは例示のための本文行です.
32358 \begin_inset Box Boxed
32359 position "c"
32360 hor_pos "c"
32361 has_inner_box 1
32362 inner_pos "s"
32363 use_parbox 0
32364 use_makebox 0
32365 width "17col%"
32366 special "none"
32367 height "1.5in"
32368 height_special "totalheight"
32369 thickness "0.4pt"
32370 separation "3pt"
32371 shadowsize "4pt"
32372 framecolor "black"
32373 backgroundcolor "none"
32374 status collapsed
32375
32376 \begin_layout Plain Layout
32377 \align center
32378 このボックスの
32379 \end_layout
32380
32381 \begin_layout Plain Layout
32382 \align center
32383 文章は広げて
32384 \end_layout
32385
32386 \begin_layout Plain Layout
32387 \align center
32388 あります.
32389 \end_layout
32390
32391 \end_inset
32392
32393 これは例示のための本文行です.
32394 \end_layout
32395
32396 \begin_layout Standard
32397 ボックスの内容を広げるには,ボックスに複数の段落がなくてはなりません.上述の例では,文章の各行を独立の段落に設定してあります.
32398 \end_layout
32399
32400 \begin_layout Standard
32401 \begin_inset VSpace bigskip
32402 \end_inset
32403
32404
32405 \family sans
32406 内部ボックス
32407 \family default
32408 を設定しているときに,ボックスの内容を水平方向に揃えるには,\SpecialChar LyX
32409 の段落ダイアログを用います.
32410 \end_layout
32411
32412 \begin_layout Standard
32413 \align center
32414 \begin_inset Box Boxed
32415 position "c"
32416 hor_pos "c"
32417 has_inner_box 1
32418 inner_pos "s"
32419 use_parbox 0
32420 use_makebox 0
32421 width "25col%"
32422 special "none"
32423 height "1.25in"
32424 height_special "totalheight"
32425 thickness "0.4pt"
32426 separation "3pt"
32427 shadowsize "4pt"
32428 framecolor "black"
32429 backgroundcolor "none"
32430 status collapsed
32431
32432 \begin_layout Plain Layout
32433 \align left
32434 このボックスの
32435 \end_layout
32436
32437 \begin_layout Plain Layout
32438 \align center
32439 文章は広げて
32440 \end_layout
32441
32442 \begin_layout Plain Layout
32443 \align right
32444 あります.
32445 \end_layout
32446
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \begin_layout Standard
32453
32454 \family sans
32455 内部ボックス
32456 \family default
32457 を設定していないときには,ボックスの内容は,ボックスダイアログの中で水平揃えの設定をすることができます.
32458 \end_layout
32459
32460 \begin_layout Standard
32461 \align center
32462 \begin_inset Box Boxed
32463 position "c"
32464 hor_pos "s"
32465 has_inner_box 0
32466 inner_pos "s"
32467 use_parbox 0
32468 use_makebox 0
32469 width "90col%"
32470 special "none"
32471 height "1.25in"
32472 height_special "totalheight"
32473 thickness "0.4pt"
32474 separation "3pt"
32475 shadowsize "4pt"
32476 framecolor "black"
32477 backgroundcolor "none"
32478 status collapsed
32479
32480 \begin_layout Plain Layout
32481 このボックスの文章は水平方向に広げてあります.
32482 \end_layout
32483
32484 \end_inset
32485
32486
32487 \end_layout
32488
32489 \begin_layout Subsection
32490 装飾
32491 \begin_inset CommandInset label
32492 LatexCommand label
32493 name "sec:装飾"
32494
32495 \end_inset
32496
32497
32498 \begin_inset Index idx
32499 status collapsed
32500
32501 \begin_layout Plain Layout
32502 ぼっくす@ボックス ! そうしょく@装飾
32503 \end_layout
32504
32505 \end_inset
32506
32507
32508 \end_layout
32509
32510 \begin_layout Standard
32511 ボックス型は,ボックスダイアログ中の
32512 \family sans
32513 装飾
32514 \family default
32515 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
32516 \end_layout
32517
32518 \begin_layout Description
32519 枠なし 枠を描きません.
32520 \end_layout
32521
32522 \begin_layout Description
32523 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
32524 \begin_inset Box Boxed
32525 position "c"
32526 hor_pos "c"
32527 has_inner_box 1
32528 inner_pos "c"
32529 use_parbox 0
32530 use_makebox 0
32531 width "20col%"
32532 special "none"
32533 height "1in"
32534 height_special "totalheight"
32535 thickness "0.4pt"
32536 separation "3pt"
32537 shadowsize "4pt"
32538 framecolor "black"
32539 backgroundcolor "none"
32540 status collapsed
32541
32542 \begin_layout Plain Layout
32543 \align center
32544 長方形の箱型
32545 \end_layout
32546
32547 \end_inset
32548
32549
32550 \end_layout
32551
32552 \begin_layout Description
32553 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
32554 \begin_inset space \thinspace{}
32555 \end_inset
32556
32557 ptです. 
32558 \begin_inset Box ovalbox
32559 position "c"
32560 hor_pos "c"
32561 has_inner_box 1
32562 inner_pos "c"
32563 use_parbox 0
32564 use_makebox 0
32565 width "20col%"
32566 special "none"
32567 height "1in"
32568 height_special "totalheight"
32569 thickness "0.4pt"
32570 separation "3pt"
32571 shadowsize "4pt"
32572 framecolor "black"
32573 backgroundcolor "none"
32574 status collapsed
32575
32576 \begin_layout Plain Layout
32577 \align center
32578 楕円形の箱型(細線)
32579 \end_layout
32580
32581 \end_inset
32582
32583
32584 \end_layout
32585
32586 \begin_layout Description
32587 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
32588 \begin_inset space \thinspace{}
32589 \end_inset
32590
32591 ptです. 
32592 \begin_inset Box Ovalbox
32593 position "c"
32594 hor_pos "c"
32595 has_inner_box 1
32596 inner_pos "c"
32597 use_parbox 0
32598 use_makebox 0
32599 width "20col%"
32600 special "none"
32601 height "1in"
32602 height_special "totalheight"
32603 thickness "0.4pt"
32604 separation "3pt"
32605 shadowsize "4pt"
32606 framecolor "black"
32607 backgroundcolor "none"
32608 status collapsed
32609
32610 \begin_layout Plain Layout
32611 \align center
32612 楕円形の箱型(太線)
32613 \end_layout
32614
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \begin_layout Description
32621 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
32622 \begin_inset Box Shadowbox
32623 position "c"
32624 hor_pos "c"
32625 has_inner_box 1
32626 inner_pos "c"
32627 use_parbox 0
32628 use_makebox 0
32629 width "20col%"
32630 special "none"
32631 height "1in"
32632 height_special "totalheight"
32633 thickness "0.4pt"
32634 separation "3pt"
32635 shadowsize "4pt"
32636 framecolor "black"
32637 backgroundcolor "none"
32638 status collapsed
32639
32640 \begin_layout Plain Layout
32641 \align center
32642 影付きの箱型
32643 \end_layout
32644
32645 \end_inset
32646
32647
32648 \end_layout
32649
32650 \begin_layout Description
32651 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
32652 \begin_inset Foot
32653 status collapsed
32654
32655 \begin_layout Plain Layout
32656
32657 \begin_inset CommandInset ref
32658 LatexCommand ref
32659 reference "sec:色付きボックス"
32660
32661 \end_inset
32662
32663 節を参照のこと.
32664 \end_layout
32665
32666 \end_inset
32667
32668 ,これは列幅全体を使用し,ボックスは独立した段落に設定されます.
32669 \begin_inset Box Shaded
32670 position "t"
32671 hor_pos "c"
32672 has_inner_box 0
32673 inner_pos "t"
32674 use_parbox 0
32675 use_makebox 0
32676 width "50col%"
32677 special "none"
32678 height "1in"
32679 height_special "totalheight"
32680 thickness "0.4pt"
32681 separation "3pt"
32682 shadowsize "4pt"
32683 framecolor "black"
32684 backgroundcolor "none"
32685 status collapsed
32686
32687 \begin_layout Plain Layout
32688 影付き背景の箱型
32689 \end_layout
32690
32691 \end_inset
32692
32693
32694 \end_layout
32695
32696 \begin_layout Description
32697 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,線幅の0.75倍であり,外側の枠の太さは,線幅の1.5倍です.枠同士の間隔
32698 は,線幅の1.5倍+0.5
32699 \begin_inset space \thinspace{}
32700 \end_inset
32701
32702 ptです.
32703 \begin_inset Box Doublebox
32704 position "c"
32705 hor_pos "c"
32706 has_inner_box 1
32707 inner_pos "c"
32708 use_parbox 0
32709 use_makebox 0
32710 width "20col%"
32711 special "none"
32712 height "1in"
32713 height_special "totalheight"
32714 thickness "0.4pt"
32715 separation "3pt"
32716 shadowsize "4pt"
32717 framecolor "black"
32718 backgroundcolor "none"
32719 status collapsed
32720
32721 \begin_layout Plain Layout
32722 \align center
32723 二重の長方形の箱型
32724 \end_layout
32725
32726 \end_inset
32727
32728
32729 \end_layout
32730
32731 \begin_layout Standard
32732 \begin_inset VSpace bigskip
32733 \end_inset
32734
32735 \SpecialChar LyX
32736 のボックスラベルには,使用中の枠の型が表示されます.すべての型を使用可能にするには,\SpecialChar LaTeX
32737 パッケージ
32738 \series bold
32739 fancybox
32740 \series default
32741
32742 \begin_inset Index idx
32743 status collapsed
32744
32745 \begin_layout Plain Layout
32746 \SpecialChar LaTeX
32747 ぱっけーじ@\SpecialChar LaTeX
32748 パッケージ ! fancybox
32749 \end_layout
32750
32751 \end_inset
32752
32753 が導入済みでなくてはなりません.
32754 \end_layout
32755
32756 \begin_layout Standard
32757 \begin_inset VSpace bigskip
32758 \end_inset
32759
32760
32761 \family sans
32762 簡素な長方形の枠
32763 \family default
32764 の装飾を使って内部ボックスを使用しないとき,ボックス内で改頁を許可することができます.その場合,他の枠付きボックスと違って,この枠は,つねに段幅の全幅を使用し,
32765 ボックスは独立の段落として設定されることに注意してください.
32766 \begin_inset Box Framed
32767 position "t"
32768 hor_pos "c"
32769 has_inner_box 0
32770 inner_pos "t"
32771 use_parbox 0
32772 use_makebox 0
32773 width "100col%"
32774 special "none"
32775 height "1in"
32776 height_special "totalheight"
32777 thickness "0.4pt"
32778 separation "3pt"
32779 shadowsize "4pt"
32780 framecolor "black"
32781 backgroundcolor "none"
32782 status collapsed
32783
32784 \begin_layout Plain Layout
32785 改行可能な箱型
32786 \end_layout
32787
32788 \end_inset
32789
32790
32791 \end_layout
32792
32793 \begin_layout Section
32794 ボックスの詳細な設定
32795 \begin_inset Index idx
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
32800 \end_layout
32801
32802 \end_inset
32803
32804
32805 \end_layout
32806
32807 \begin_layout Standard
32808 楕円形ボックスの丸い角の直径は,コマンド
32809 \series bold
32810
32811 \backslash
32812 cornersize
32813 \series default
32814 で設定することができます.
32815 \end_layout
32816
32817 \begin_layout Standard
32818
32819 \series bold
32820
32821 \backslash
32822 cornersize*{1cm}
32823 \end_layout
32824
32825 \begin_layout Standard
32826 というコマンドは,直径を1
32827 \begin_inset space \thinspace{}
32828 \end_inset
32829
32830 cmに設定します.
32831 \end_layout
32832
32833 \begin_layout Standard
32834
32835 \series bold
32836
32837 \backslash
32838 cornersize{数値}
32839 \end_layout
32840
32841 \begin_layout Standard
32842 というコマンドは,直径を
32843 \family sans
32844 数値
32845 \begin_inset space \thinspace{}
32846 \end_inset
32847
32848
32849 \family default
32850
32851 \begin_inset Formula $\times$
32852 \end_inset
32853
32854
32855 \family sans
32856
32857 \begin_inset space \thinspace{}
32858 \end_inset
32859
32860 (ボックスの幅と高さの小さい方)
32861 \family default
32862 に設定します.既定値は
32863 \series bold
32864
32865 \backslash
32866 cornersize{0.5}
32867 \series default
32868 です.
32869 \end_layout
32870
32871 \begin_layout Standard
32872 \begin_inset ERT
32873 status collapsed
32874
32875 \begin_layout Plain Layout
32876
32877
32878 \backslash
32879 cornersize*{1.5cm}
32880 \end_layout
32881
32882 \end_inset
32883
32884
32885 \begin_inset Box Ovalbox
32886 position "c"
32887 hor_pos "c"
32888 has_inner_box 1
32889 inner_pos "c"
32890 use_parbox 0
32891 use_makebox 0
32892 width "25col%"
32893 special "none"
32894 height "1in"
32895 height_special "totalheight"
32896 thickness "0.4pt"
32897 separation "3pt"
32898 shadowsize "4pt"
32899 framecolor "black"
32900 backgroundcolor "none"
32901 status open
32902
32903 \begin_layout Plain Layout
32904 \align center
32905
32906 \series bold
32907
32908 \backslash
32909 cornersize
32910 \series default
32911
32912 \begin_inset space \thinspace{}
32913 \end_inset
32914
32915 =
32916 \begin_inset space \thinspace{}
32917 \end_inset
32918
32919 1.5
32920 \begin_inset space \thinspace{}
32921 \end_inset
32922
32923 cmの楕円形の箱型
32924 \end_layout
32925
32926 \end_inset
32927
32928
32929 \begin_inset ERT
32930 status collapsed
32931
32932 \begin_layout Plain Layout
32933
32934
32935 \backslash
32936 cornersize{0.5}
32937 \end_layout
32938
32939 \end_inset
32940
32941
32942 \end_layout
32943
32944 \begin_layout Standard
32945 \begin_inset VSpace bigskip
32946 \end_inset
32947
32948
32949 \end_layout
32950
32951 \begin_layout Standard
32952
32953 \family sans
32954 影付き背景
32955 \family default
32956 ボックスの赤色の既定背景色は,
32957 \series bold
32958
32959 \backslash
32960 definecolor{shadebox}
32961 \series default
32962 コマンドで局所的に変更することもできますし,
32963 \family sans
32964 ツール\SpecialChar menuseparator
32965 設定\SpecialChar menuseparator
32966 色\SpecialChar menuseparator
32967 影付きボックス
32968 \family default
32969 メニューからグローバルに変更することもできます.
32970 \series bold
32971
32972 \backslash
32973 definecolor
32974 \series default
32975 コマンドの用法は第
32976 \begin_inset CommandInset ref
32977 LatexCommand ref
32978 reference "sec:色付きの表"
32979
32980 \end_inset
32981
32982
32983 \begin_inset Foot
32984 status collapsed
32985
32986 \begin_layout Plain Layout
32987 N
32988 \series bold
32989
32990 \backslash
32991 definecolor
32992 \series default
32993 は,\SpecialChar LaTeX
32994 パッケージの
32995 \series bold
32996 color
32997 \series default
32998 をプリアンブルに読み込む必要があります.第
32999 \begin_inset CommandInset ref
33000 LatexCommand ref
33001 reference "sec:色付きボックス"
33002
33003 \end_inset
33004
33005 節をご参照ください..
33006 \end_layout
33007
33008 \end_inset
33009
33010 で説明されています.
33011 \end_layout
33012
33013 \begin_layout Standard
33014 たとえば,下記の影付き背景ボックスの外見は
33015 \end_layout
33016
33017 \begin_layout Standard
33018
33019 \series bold
33020
33021 \backslash
33022 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33023 \end_layout
33024
33025 \begin_layout Standard
33026 という\SpecialChar TeX
33027 コードコマンドを使って設定してあります.
33028 \end_layout
33029
33030 \begin_layout Standard
33031 \begin_inset ERT
33032 status collapsed
33033
33034 \begin_layout Plain Layout
33035
33036
33037 \backslash
33038 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \begin_inset Box Shaded
33045 position "t"
33046 hor_pos "c"
33047 has_inner_box 0
33048 inner_pos "t"
33049 use_parbox 0
33050 use_makebox 0
33051 width "100col%"
33052 special "none"
33053 height "1in"
33054 height_special "totalheight"
33055 thickness "0.4pt"
33056 separation "3pt"
33057 shadowsize "4pt"
33058 framecolor "black"
33059 backgroundcolor "none"
33060 status open
33061
33062 \begin_layout Plain Layout
33063
33064 \color yellow
33065 これは,濃緑色の背景の
33066 \family sans
33067 影付き背景
33068 \family default
33069 ボックスに入れた黄色の文章です.
33070 \end_layout
33071
33072 \end_inset
33073
33074
33075 \begin_inset ERT
33076 status collapsed
33077
33078 \begin_layout Plain Layout
33079
33080
33081 \backslash
33082 definecolor{shadecolor}{rgb}{1,0,0}
33083 \end_layout
33084
33085 \end_inset
33086
33087
33088 \end_layout
33089
33090 \begin_layout Standard
33091 \begin_inset VSpace bigskip
33092 \end_inset
33093
33094 手動で変更した寸法と色は,それを変更したコマンド以降のすべてのボックスに対して有効です.
33095 \end_layout
33096
33097 \begin_layout Section
33098 ミニページ
33099 \begin_inset CommandInset label
33100 LatexCommand label
33101 name "sec:ミニページ"
33102
33103 \end_inset
33104
33105
33106 \begin_inset Index idx
33107 status collapsed
33108
33109 \begin_layout Plain Layout
33110 ぼっくす@ボックス ! みにぺーじ@ミニページ
33111 \end_layout
33112
33113 \end_inset
33114
33115
33116 \end_layout
33117
33118 \begin_layout Standard
33119 ミニページは,\SpecialChar LaTeX
33120 によってページの中のページとして取り扱われるので,たとえばそれ自身で脚註を持つことができます.
33121 \end_layout
33122
33123 \begin_layout Standard
33124 ミニページは,複数の言語を含む文書を執筆する際に便利です.
33125 \end_layout
33126
33127 \begin_layout Standard
33128 下掲は,二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
33129 \family sans
33130 挿入
33131 \family default
33132 \SpecialChar menuseparator
33133
33134 \family sans
33135 整形
33136 \family default
33137 \SpecialChar menuseparator
33138
33139 \family sans
33140 水平方向の空白
33141 \family default
33142 メニューで挿入した水平フィルで隔てられています.
33143 \begin_inset Newpage newpage
33144 \end_inset
33145
33146
33147 \end_layout
33148
33149 \begin_layout Standard
33150 \begin_inset Box Frameless
33151 position "t"
33152 hor_pos "c"
33153 has_inner_box 1
33154 inner_pos "c"
33155 use_parbox 0
33156 use_makebox 0
33157 width "45col%"
33158 special "none"
33159 height "1in"
33160 height_special "totalheight"
33161 thickness "0.4pt"
33162 separation "3pt"
33163 shadowsize "4pt"
33164 framecolor "black"
33165 backgroundcolor "none"
33166 status open
33167
33168 \begin_layout Plain Layout
33169 Dies ist ein deutscher Text.
33170  Dies ist ein deutscher Text.
33171  Dies ist ein deutscher Text.
33172  Dies ist ein deutscher Text.
33173  Dies ist ein deutscher Text.
33174  Dies ist ein deutscher Text.
33175  Dies ist ein deutscher Text.
33176  Dies ist ein deutscher Text.
33177  Dies ist ein deutscher Text.
33178  Dies ist ein deutscher Text.
33179  Dies ist ein deutscher Text.
33180  Dies ist ein deutscher Text.
33181  Dies ist ein deutscher Text
33182 \begin_inset Foot
33183 status collapsed
33184
33185 \begin_layout Plain Layout
33186 Dies ist eine deutsche Fußnote.
33187 \end_layout
33188
33189 \end_inset
33190
33191 .
33192  Dies ist ein deutscher Text.
33193  Dies ist ein deutscher Text.
33194 \end_layout
33195
33196 \end_inset
33197
33198
33199 \begin_inset space \hfill{}
33200 \end_inset
33201
33202
33203 \begin_inset Box Frameless
33204 position "t"
33205 hor_pos "c"
33206 has_inner_box 1
33207 inner_pos "c"
33208 use_parbox 0
33209 use_makebox 0
33210 width "45col%"
33211 special "none"
33212 height "1in"
33213 height_special "totalheight"
33214 thickness "0.4pt"
33215 separation "3pt"
33216 shadowsize "4pt"
33217 framecolor "black"
33218 backgroundcolor "none"
33219 status open
33220
33221 \begin_layout Plain Layout
33222 This is an English Text.
33223  This is an English Text.
33224  This is an English Text.
33225  This is an English Text.
33226  This is an English Text.
33227  This is an English Text.
33228  This is an English Text.
33229  This is an English Text.
33230  This is an English Text.
33231  This is an English Text.
33232  This is an English Text.
33233  This is an English Text.
33234  This is an English Text.
33235  This is an English Text.
33236  This is an English Text.
33237  This is an English Text.
33238 \begin_inset Foot
33239 status collapsed
33240
33241 \begin_layout Plain Layout
33242 This is an English footnote.
33243 \end_layout
33244
33245 \end_inset
33246
33247  This is an English Text.
33248 \end_layout
33249
33250 \end_inset
33251
33252
33253 \end_layout
33254
33255 \begin_layout Standard
33256 \begin_inset VSpace bigskip
33257 \end_inset
33258
33259 ミニページ内では,文書全体の段落設定は無視されます.つまり,たとえば文書設定で
33260 \family sans
33261 中スキップ
33262 \family default
33263 を設定していたとしても,ミニページ内の段落間には余白が置かれません.
33264 \end_layout
33265
33266 \begin_layout Standard
33267 ミニページは,文章部に背景色を与えるのに使用することもできます.第
33268 \begin_inset CommandInset ref
33269 LatexCommand ref
33270 reference "sec:色付きボックス"
33271
33272 \end_inset
33273
33274 節をご参照ください.
33275 \end_layout
33276
33277 \begin_layout Standard
33278 \begin_inset Note Greyedout
33279 status open
33280
33281 \begin_layout Plain Layout
33282
33283 \series bold
33284 【註】
33285 \series default
33286 ミニページ内にフロートや傍註を使用することはできませんが,ミニページを表・フロート・他のボックス内で使用することはできます.
33287 \end_layout
33288
33289 \end_inset
33290
33291
33292 \end_layout
33293
33294 \begin_layout Standard
33295 \begin_inset VSpace bigskip
33296 \end_inset
33297
33298
33299 \end_layout
33300
33301 \begin_layout Standard
33302 \SpecialChar LyX
33303 は,
33304 \emph on
33305 可変幅ミニページ
33306 \emph default
33307 モジュールを経由して,内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.ファイル
33308 \family typewriter
33309 examples/varwidth-floats-side-by-side.lyx
33310 \family default
33311 では,2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.これには,
33312 \family typewriter
33313 Varwidth
33314 \family default
33315  \SpecialChar LaTeX
33316 パッケージが必要です.
33317 \end_layout
33318
33319 \begin_layout Section
33320 段落ボックス(parbox)
33321 \begin_inset CommandInset label
33322 LatexCommand label
33323 name "sec:Parboxes"
33324
33325 \end_inset
33326
33327
33328 \begin_inset Index idx
33329 status collapsed
33330
33331 \begin_layout Plain Layout
33332 ほっくす@ボックス ! たんらく@段落—(parbox)
33333 \end_layout
33334
33335 \end_inset
33336
33337
33338 \end_layout
33339
33340 \begin_layout Standard
33341 段落ボックス(parbox)はミニページに非常によく似ていますが,脚註を付けることができない点が違います.
33342 \end_layout
33343
33344 \begin_layout Standard
33345 \align center
33346 \begin_inset Box Frameless
33347 position "t"
33348 hor_pos "c"
33349 has_inner_box 1
33350 inner_pos "t"
33351 use_parbox 1
33352 use_makebox 0
33353 width "33col%"
33354 special "none"
33355 height "1in"
33356 height_special "totalheight"
33357 thickness "0.4pt"
33358 separation "3pt"
33359 shadowsize "4pt"
33360 framecolor "black"
33361 backgroundcolor "none"
33362 status open
33363
33364 \begin_layout Plain Layout
33365 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
33366 \end_layout
33367
33368 \begin_layout Plain Layout
33369 右の脚註は表示されません.
33370 \begin_inset Foot
33371 status collapsed
33372
33373 \begin_layout Plain Layout
33374 これはparbox内の脚註であり,したがって表示はされません.
33375 \end_layout
33376
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \begin_layout Section
33388 単語や文字のボックス
33389 \begin_inset Index idx
33390 status collapsed
33391
33392 \begin_layout Plain Layout
33393 ぼっくす@ボックス ! もじよう@文字用
33394 \end_layout
33395
33396 \end_inset
33397
33398
33399 \end_layout
33400
33401 \begin_layout Subsection
33402 ハイフネーションの回避
33403 \begin_inset CommandInset label
33404 LatexCommand label
33405 name "sec:ハイフネーションの回避"
33406
33407 \end_inset
33408
33409
33410 \begin_inset Index idx
33411 status collapsed
33412
33413 \begin_layout Plain Layout
33414 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
33415 \end_layout
33416
33417 \end_inset
33418
33419
33420 \end_layout
33421
33422 \begin_layout Standard
33423 単語や文章がハイフネートされるのを防ぐには,
33424 \family sans
33425 makebox
33426 \family default
33427 型ボックスを使うことができます.
33428 \begin_inset Newline newline
33429 \end_inset
33430
33431 以下が例示用の文章です.
33432 \end_layout
33433
33434 \begin_layout Standard
33435 This line is an example to show how you can prevent the hyphenation of 
33436 \begin_inset Quotes eld
33437 \end_inset
33438
33439 veryverylongword
33440 \begin_inset Quotes erd
33441 \end_inset
33442
33443 .
33444 \end_layout
33445
33446 \begin_layout Standard
33447 単語「veryverylongword」がハイフネートされるのを防ぐには,単語をボックスの中に入れて,
33448 \family sans
33449 内部ボックス
33450 \family default
33451
33452 \family sans
33453 makebox
33454 \family default
33455 コマンドに設定し,幅は指定しません.
33456 \end_layout
33457
33458 \begin_layout Standard
33459 以下がその結果です.
33460 \end_layout
33461
33462 \begin_layout Standard
33463 This line is an example to show how you can prevent the hyphenation of 
33464 \begin_inset Box Frameless
33465 position "t"
33466 hor_pos "c"
33467 has_inner_box 1
33468 inner_pos "t"
33469 use_parbox 0
33470 use_makebox 1
33471 width ""
33472 special "none"
33473 height "1in"
33474 height_special "totalheight"
33475 thickness "0.4pt"
33476 separation "3pt"
33477 shadowsize "4pt"
33478 framecolor "black"
33479 backgroundcolor "none"
33480 status open
33481
33482 \begin_layout Plain Layout
33483 \begin_inset Quotes eld
33484 \end_inset
33485
33486 veryverylongword
33487 \begin_inset Quotes erd
33488 \end_inset
33489
33490
33491 \end_layout
33492
33493 \end_inset
33494
33495 .
33496 \end_layout
33497
33498 \begin_layout Standard
33499 別の方法としては,以下のように,単語の前に直接\SpecialChar TeX
33500 コードで「
33501 \series bold
33502
33503 \backslash
33504 -
33505 \series default
33506 」コマンドを設定する方法もあります.
33507 \end_layout
33508
33509 \begin_layout Standard
33510 This line is an example to show how you can prevent the hyphenation of 
33511 \begin_inset Quotes eld
33512 \end_inset
33513
33514
33515 \begin_inset ERT
33516 status collapsed
33517
33518 \begin_layout Plain Layout
33519
33520
33521 \backslash
33522 -
33523 \end_layout
33524
33525 \end_inset
33526
33527 veryverylongword
33528 \begin_inset Quotes erd
33529 \end_inset
33530
33531 .
33532 \end_layout
33533
33534 \begin_layout Standard
33535 もちろん,こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,以下のように
33536 \family sans
33537 挿入
33538 \family default
33539 \SpecialChar menuseparator
33540
33541 \family sans
33542 整形
33543 \family default
33544 \SpecialChar menuseparator
33545
33546 \family sans
33547 整形なし改行
33548 \family default
33549 メニュー(
33550 \begin_inset Flex Ruby
33551 status collapsed
33552
33553 \begin_layout Plain Layout
33554 捷径
33555 \begin_inset Argument post:1
33556 status collapsed
33557
33558 \begin_layout Plain Layout
33559 ショートカット
33560 \end_layout
33561
33562 \end_inset
33563
33564
33565 \end_layout
33566
33567 \end_inset
33568
33569
33570 \begin_inset Info
33571 type  "shortcut"
33572 arg   "newline-insert newline"
33573 \end_inset
33574
33575 )から改行を単語の前に入れてください.
33576 \end_layout
33577
33578 \begin_layout Standard
33579 This line is an example to show how you can prevent the hyphenation of 
33580 \begin_inset Newline newline
33581 \end_inset
33582
33583
33584 \begin_inset Box Frameless
33585 position "t"
33586 hor_pos "c"
33587 has_inner_box 1
33588 inner_pos "t"
33589 use_parbox 0
33590 use_makebox 1
33591 width ""
33592 special "none"
33593 height "1in"
33594 height_special "totalheight"
33595 thickness "0.4pt"
33596 separation "3pt"
33597 shadowsize "4pt"
33598 framecolor "black"
33599 backgroundcolor "none"
33600 status open
33601
33602 \begin_layout Plain Layout
33603 \begin_inset Quotes eld
33604 \end_inset
33605
33606 veryverylongword
33607 \begin_inset Quotes erd
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \end_inset
33614
33615 .
33616 \end_layout
33617
33618 \begin_layout Subsection
33619 垂直揃え
33620 \begin_inset CommandInset label
33621 LatexCommand label
33622 name "subsec:垂直揃え"
33623
33624 \end_inset
33625
33626
33627 \begin_inset Index idx
33628 status collapsed
33629
33630 \begin_layout Plain Layout
33631 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
33632 \end_layout
33633
33634 \end_inset
33635
33636
33637 \begin_inset Index idx
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 ぼっくす@ボックス ! Raiseboxes
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \begin_layout Standard
33650
33651 \series bold
33652
33653 \backslash
33654 raisebox
33655 \series default
33656 コマンドを使うと,単語や文字や他のボックスを,周囲の文章に対して垂直方向に整列させることができます.
33657 \series bold
33658
33659 \backslash
33660 raisebox
33661 \series default
33662 は以下の書式で使用します.
33663 \end_layout
33664
33665 \begin_layout Standard
33666
33667 \series bold
33668
33669 \backslash
33670 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
33671 \end_layout
33672
33673 \begin_layout Standard
33674 ここで持ち上げ幅は,正の値ならばボックスを持ち上げ,負の値ならばボックスを引き下げます.
33675 \end_layout
33676
33677 \begin_layout Standard
33678 たとえば,「preventing」という単語を,そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,単語の前に\SpecialChar TeX
33679 コードで
33680 \end_layout
33681
33682 \begin_layout Standard
33683
33684 \series bold
33685
33686 \backslash
33687 raisebox{
33688 \backslash
33689 depth}{
33690 \end_layout
33691
33692 \begin_layout Standard
33693 というコマンドを挿入してください.単語の後には,閉じ括弧「
33694 \series bold
33695 }
33696 \series default
33697 」を\SpecialChar TeX
33698 コードで挿入してください.
33699 \begin_inset Newline newline
33700 \end_inset
33701
33702 以下がその出力です.
33703 \end_layout
33704
33705 \begin_layout Standard
33706 This is a text line with the word 
33707 \begin_inset ERT
33708 status collapsed
33709
33710 \begin_layout Plain Layout
33711
33712
33713 \backslash
33714 raisebox{
33715 \backslash
33716 depth}{
33717 \end_layout
33718
33719 \end_inset
33720
33721
33722 \begin_inset Quotes eld
33723 \end_inset
33724
33725 preventing
33726 \begin_inset Quotes erd
33727 \end_inset
33728
33729
33730 \begin_inset ERT
33731 status collapsed
33732
33733 \begin_layout Plain Layout
33734
33735 }
33736 \end_layout
33737
33738 \end_inset
33739
33740  as raised word.
33741 \end_layout
33742
33743 \begin_layout Standard
33744 \begin_inset VSpace bigskip
33745 \end_inset
33746
33747 行中の文字を上げ下げすると,以下のように行間が広がります.
33748 \end_layout
33749
33750 \begin_layout Standard
33751 This is a text line with the word 
33752 \begin_inset ERT
33753 status collapsed
33754
33755 \begin_layout Plain Layout
33756
33757
33758 \backslash
33759 raisebox{-
33760 \backslash
33761 depth}{
33762 \end_layout
33763
33764 \end_inset
33765
33766
33767 \begin_inset Quotes eld
33768 \end_inset
33769
33770 preventing
33771 \begin_inset Quotes erd
33772 \end_inset
33773
33774
33775 \begin_inset ERT
33776 status collapsed
33777
33778 \begin_layout Plain Layout
33779
33780 }
33781 \end_layout
33782
33783 \end_inset
33784
33785  as lowered word.
33786 \begin_inset Newline newline
33787 \end_inset
33788
33789 This is a text line with the word 
33790 \begin_inset ERT
33791 status collapsed
33792
33793 \begin_layout Plain Layout
33794
33795
33796 \backslash
33797 raisebox{0.5cm}{
33798 \end_layout
33799
33800 \end_inset
33801
33802
33803 \begin_inset Quotes eld
33804 \end_inset
33805
33806 testing
33807 \begin_inset Quotes erd
33808 \end_inset
33809
33810
33811 \begin_inset ERT
33812 status collapsed
33813
33814 \begin_layout Plain Layout
33815
33816 }
33817 \end_layout
33818
33819 \end_inset
33820
33821  as raised word.
33822 \end_layout
33823
33824 \begin_layout Standard
33825 何らかの理由でこれを抑制したい場合には,ボックスの高さを零に設定してください.たとえば,
33826 \end_layout
33827
33828 \begin_layout Standard
33829
33830 \series bold
33831
33832 \backslash
33833 raisebox{-
33834 \backslash
33835 depth}[0pt]{
33836 \end_layout
33837
33838 \begin_layout Standard
33839 とすると,以下のようになります.
33840 \end_layout
33841
33842 \begin_layout Standard
33843 This is a text line with the word 
33844 \begin_inset ERT
33845 status collapsed
33846
33847 \begin_layout Plain Layout
33848
33849
33850 \backslash
33851 raisebox{-
33852 \backslash
33853 depth}[0pt]{
33854 \end_layout
33855
33856 \end_inset
33857
33858
33859 \begin_inset Quotes eld
33860 \end_inset
33861
33862 preventing
33863 \begin_inset Quotes erd
33864 \end_inset
33865
33866
33867 \begin_inset ERT
33868 status collapsed
33869
33870 \begin_layout Plain Layout
33871
33872 }
33873 \end_layout
33874
33875 \end_inset
33876
33877  as lowered word.
33878 \begin_inset Newline newline
33879 \end_inset
33880
33881
33882 \begin_inset Newline newline
33883 \end_inset
33884
33885 This is a text line with the word 
33886 \begin_inset ERT
33887 status collapsed
33888
33889 \begin_layout Plain Layout
33890
33891
33892 \backslash
33893 raisebox{0.5cm}[0pt]{
33894 \end_layout
33895
33896 \end_inset
33897
33898
33899 \begin_inset Quotes eld
33900 \end_inset
33901
33902 testing
33903 \begin_inset Quotes erd
33904 \end_inset
33905
33906
33907 \begin_inset ERT
33908 status collapsed
33909
33910 \begin_layout Plain Layout
33911
33912 }
33913 \end_layout
33914
33915 \end_inset
33916
33917  as raised word.
33918 \end_layout
33919
33920 \begin_layout Section
33921 色付きボックス
33922 \begin_inset CommandInset label
33923 LatexCommand label
33924 name "sec:色付きボックス"
33925
33926 \end_inset
33927
33928
33929 \begin_inset Index idx
33930 status collapsed
33931
33932 \begin_layout Plain Layout
33933 ぼっくす@ボックス ! いろつき@色付き
33934 \end_layout
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Standard
33942 ボックスの背景に色を付けるには,ボックスダイアログで好みの色を選択するだけです.これは,橙色の背景を持つボックスの例です:
33943 \begin_inset Box Frameless
33944 position "t"
33945 hor_pos "c"
33946 has_inner_box 1
33947 inner_pos "t"
33948 use_parbox 0
33949 use_makebox 1
33950 width ""
33951 special "none"
33952 height "1in"
33953 height_special "totalheight"
33954 thickness "0.4pt"
33955 separation "3pt"
33956 shadowsize "4pt"
33957 framecolor "black"
33958 backgroundcolor "orange"
33959 status open
33960
33961 \begin_layout Plain Layout
33962 橙色背景のボックス
33963 \end_layout
33964
33965 \end_inset
33966
33967
33968 \end_layout
33969
33970 \begin_layout Standard
33971 装飾を
33972 \family sans
33973 簡素な長方形の枠
33974 \family default
33975 にした場合には,枠の色を設定できます.この場合,背景色も指定しなくてはなりません(\SpecialChar LyX
33976 は白を既定色として設定します).
33977 \begin_inset Newline newline
33978 \end_inset
33979
33980 例:
33981 \begin_inset Box Boxed
33982 position "t"
33983 hor_pos "c"
33984 has_inner_box 0
33985 inner_pos "t"
33986 use_parbox 0
33987 use_makebox 0
33988 width ""
33989 special "none"
33990 height "1in"
33991 height_special "totalheight"
33992 thickness "0.4pt"
33993 separation "3pt"
33994 shadowsize "4pt"
33995 framecolor "teal"
33996 backgroundcolor "yellow"
33997 status open
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 \begin_inset VSpace bigskip
34010 \end_inset
34011
34012 もちろん,色付きボックスの中に色付きの文を入れることもできます:
34013 \begin_inset Newline newline
34014 \end_inset
34015
34016
34017 \begin_inset Box Boxed
34018 position "t"
34019 hor_pos "c"
34020 has_inner_box 0
34021 inner_pos "t"
34022 use_parbox 0
34023 use_makebox 0
34024 width ""
34025 special "none"
34026 height "1in"
34027 height_special "totalheight"
34028 thickness "0.4pt"
34029 separation "3pt"
34030 shadowsize "4pt"
34031 framecolor "cyan"
34032 backgroundcolor "magenta"
34033 status open
34034
34035 \begin_layout Plain Layout
34036
34037 \color yellow
34038 これは着色した色付きボックス中の色付き文章です.
34039 \end_layout
34040
34041 \end_inset
34042
34043
34044 \end_layout
34045
34046 \begin_layout Standard
34047 \begin_inset VSpace bigskip
34048 \end_inset
34049
34050
34051 \end_layout
34052
34053 \begin_layout Standard
34054 事前に設定された色以外の色が欲しいときは,第
34055 \begin_inset CommandInset ref
34056 LatexCommand ref
34057 reference "sec:色付きの表"
34058
34059 \end_inset
34060
34061 節に述べられているように,独自色を定義することができます.独自色を使う場合には,以下のように,TeXコードを使ってボックスを組版しなくてはなりません.
34062 \end_layout
34063
34064 \begin_layout Standard
34065 枠なしの色付きボックスは,
34066 \series bold
34067
34068 \backslash
34069 colorbox
34070 \series default
34071 コマンドで作ります.これは,以下のような書式で使われます.
34072 \end_layout
34073
34074 \begin_layout Standard
34075
34076 \series bold
34077
34078 \backslash
34079 colorbox{色}{ボックスの内容}
34080 \end_layout
34081
34082 \begin_layout Standard
34083 ボックスの内容には,ボックスが入ることもできますし,色付きボックスを他のボックスに入れることもできます.たとえば,単語の背景を濃緑にするには,単語の前に\SpecialChar TeX
34084 コードで
34085 \end_layout
34086
34087 \begin_layout Standard
34088
34089 \series bold
34090
34091 \backslash
34092 colorbox{darkgreen}{
34093 \end_layout
34094
34095 \begin_layout Standard
34096 というコマンドを入れてください.単語の後には,\SpecialChar TeX
34097 コードで閉じ括弧「
34098 \series bold
34099 }
34100 \series default
34101 」を入れてください.
34102 \begin_inset Newline newline
34103 \end_inset
34104
34105 以下がその結果です.
34106 \end_layout
34107
34108 \begin_layout Standard
34109 この行では,
34110 \begin_inset ERT
34111 status collapsed
34112
34113 \begin_layout Plain Layout
34114
34115
34116 \backslash
34117 colorbox{darkgreen}{
34118 \end_layout
34119
34120 \end_inset
34121
34122 「注意!」
34123 \begin_inset ERT
34124 status collapsed
34125
34126 \begin_layout Plain Layout
34127
34128 }
34129 \end_layout
34130
34131 \end_inset
34132
34133 という単語が濃緑の背景になっています.
34134 \end_layout
34135
34136 \begin_layout Standard
34137 枠付き色付きのボックスは,下記のように
34138 \series bold
34139
34140 \backslash
34141 fcolorbox
34142 \series default
34143 コマンドを使って作ります.
34144 \end_layout
34145
34146 \begin_layout Standard
34147
34148 \series bold
34149
34150 \backslash
34151 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
34152 \end_layout
34153
34154 \begin_layout Section
34155 ボックスの伸縮回転
34156 \end_layout
34157
34158 \begin_layout Standard
34159 本節に述べられているボックスを使うには,
34160 \family sans
34161 画像ボックス
34162 \family default
34163 モジュールを文書設定で読み込んでおく必要があります.
34164 \end_layout
34165
34166 \begin_layout Standard
34167 \begin_inset Note Greyedout
34168 status open
34169
34170 \begin_layout Plain Layout
34171
34172 \series bold
34173 【註】
34174 \series default
34175 DVIビューアによっては,回転伸縮したものの表示ができないものがあります.
34176 \end_layout
34177
34178 \end_inset
34179
34180
34181 \end_layout
34182
34183 \begin_layout Standard
34184 \begin_inset Note Greyedout
34185 status open
34186
34187 \begin_layout Plain Layout
34188
34189 \series bold
34190 【註】
34191 \series default
34192 フロートは回転伸縮したボックスの中に入れることはできません.
34193 \end_layout
34194
34195 \end_inset
34196
34197
34198 \end_layout
34199
34200 \begin_layout Subsection
34201 ボックスの回転
34202 \begin_inset Index idx
34203 status collapsed
34204
34205 \begin_layout Plain Layout
34206 ぼっくす@ボックス ! かいてんした@回転した
34207 \end_layout
34208
34209 \end_inset
34210
34211
34212 \begin_inset Index idx
34213 status collapsed
34214
34215 \begin_layout Plain Layout
34216 かいてん@回転 ! そざいの@素材の—
34217 \end_layout
34218
34219 \end_inset
34220
34221
34222 \begin_inset Index idx
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226 ず@図 ! のかいてん@—の回転
34227 \end_layout
34228
34229 \end_inset
34230
34231
34232 \begin_inset Index idx
34233 status collapsed
34234
34235 \begin_layout Plain Layout
34236 ひょうのちょうせい@表の調整 ! かいてん@回転
34237 \end_layout
34238
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \begin_layout Standard
34245 ものを回転するならば,
34246 \family sans
34247 回転ボックス
34248 \family default
34249 に入れることができます.このボックスは,
34250 \family sans
34251 挿入\SpecialChar menuseparator
34252 拡張差込枠\SpecialChar menuseparator
34253 回転ボックス
34254 \family default
34255 で挿入することができます.
34256 \end_layout
34257
34258 \begin_layout Standard
34259 回転の原点は,原点差込枠(メニュー「
34260 \family sans
34261 挿入\SpecialChar menuseparator
34262 原点
34263 \family default
34264 」)に
34265 \series bold
34266 origin=位置
34267 \series default
34268 の形で指定することができます.位置として指定可能なのは,
34269 \emph on
34270 c
34271 \emph default
34272 (中央揃え)・
34273 \emph on
34274 l
34275 \emph default
34276 (左揃え)・
34277 \emph on
34278 r
34279 \emph default
34280 (右揃え)・
34281 \emph on
34282 b
34283 \emph default
34284 (下揃え)・
34285 \emph on
34286 t
34287 \emph default
34288 (上揃え)と,これら五つの適切な組み合わせです.たとえば,
34289 \emph on
34290 lt
34291 \emph default
34292 と指定した場合には,回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,位置として
34293 \emph on
34294 l
34295 \emph default
34296 が使用されます.回転角は,角度を指定する数字で負の値もとることができます.回転の方向は,反時計回りです.
34297 \end_layout
34298
34299 \begin_layout Standard
34300 下の例では,
34301 \family sans
34302 原点
34303 \family default
34304 差込枠に
34305 \series bold
34306 origin=c
34307 \series default
34308
34309 \family sans
34310 回転
34311 \family default
34312 差込枠に
34313 \series bold
34314 60
34315 \series default
34316 と入れています.
34317 \end_layout
34318
34319 \begin_layout Standard
34320 これは,
34321 \begin_inset Flex Rotatebox
34322 status open
34323
34324 \begin_layout Plain Layout
34325 \begin_inset Argument 1
34326 status open
34327
34328 \begin_layout Plain Layout
34329 origin=c
34330 \end_layout
34331
34332 \end_inset
34333
34334
34335 \begin_inset Argument 2
34336 status open
34337
34338 \begin_layout Plain Layout
34339 60
34340 \end_layout
34341
34342 \end_inset
34343
34344 回転した
34345 \end_layout
34346
34347 \end_inset
34348
34349 文章を含む行です.
34350 \end_layout
34351
34352 \begin_layout Standard
34353 ボックスの中身には,以下のように,もう一つボックスを入れたり行内数式を入れたりすることもできます.
34354 \end_layout
34355
34356 \begin_layout Standard
34357 これは,
34358 \begin_inset Flex Rotatebox
34359 status open
34360
34361 \begin_layout Plain Layout
34362 \begin_inset Argument 1
34363 status open
34364
34365 \begin_layout Plain Layout
34366 origin=r
34367 \end_layout
34368
34369 \end_inset
34370
34371
34372 \begin_inset Argument 2
34373 status open
34374
34375 \begin_layout Plain Layout
34376 60
34377 \end_layout
34378
34379 \end_inset
34380
34381
34382 \begin_inset Box Doublebox
34383 position "c"
34384 hor_pos "c"
34385 has_inner_box 0
34386 inner_pos "c"
34387 use_parbox 0
34388 use_makebox 0
34389 width "1in"
34390 special "width"
34391 height "1in"
34392 height_special "totalheight"
34393 thickness "0.4pt"
34394 separation "3pt"
34395 shadowsize "4pt"
34396 framecolor "black"
34397 backgroundcolor "none"
34398 status open
34399
34400 \begin_layout Plain Layout
34401 回転した
34402 \end_layout
34403
34404 \end_inset
34405
34406
34407 \end_layout
34408
34409 \end_inset
34410
34411 枠付き文章と
34412 \begin_inset Flex Rotatebox
34413 status open
34414
34415 \begin_layout Plain Layout
34416 \begin_inset Argument 1
34417 status open
34418
34419 \begin_layout Plain Layout
34420 origin=lb
34421 \end_layout
34422
34423 \end_inset
34424
34425
34426 \begin_inset Argument 2
34427 status open
34428
34429 \begin_layout Plain Layout
34430 60
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34437 \end_inset
34438
34439
34440 \end_layout
34441
34442 \end_inset
34443
34444 数式を含む行です.
34445 \end_layout
34446
34447 \begin_layout Standard
34448 あるいは,以下のように図や表を入れることもできます.
34449 \end_layout
34450
34451 \begin_layout Standard
34452 これは,
34453 \begin_inset Flex Rotatebox
34454 status open
34455
34456 \begin_layout Plain Layout
34457 \begin_inset Argument 1
34458 status open
34459
34460 \begin_layout Plain Layout
34461 origin=lb
34462 \end_layout
34463
34464 \end_inset
34465
34466
34467 \begin_inset Argument 2
34468 status open
34469
34470 \begin_layout Plain Layout
34471 90
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \begin_inset Graphics
34478         filename ../clipart/Star-structure.pdf
34479         lyxscale 50
34480         width 25col%
34481
34482 \end_inset
34483
34484
34485 \end_layout
34486
34487 \end_inset
34488
34489 回転した画像と
34490 \begin_inset Flex Rotatebox
34491 status open
34492
34493 \begin_layout Plain Layout
34494 \begin_inset Argument 2
34495 status open
34496
34497 \begin_layout Plain Layout
34498 -90
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \begin_inset Tabular
34505 <lyxtabular version="3" rows="2" columns="2">
34506 <features tabularvalignment="middle">
34507 <column alignment="center" valignment="top">
34508 <column alignment="center" valignment="top">
34509 <row>
34510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34511 \begin_inset Text
34512
34513 \begin_layout Plain Layout
34514 q
34515 \end_layout
34516
34517 \end_inset
34518 </cell>
34519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34520 \begin_inset Text
34521
34522 \begin_layout Plain Layout
34523 w
34524 \end_layout
34525
34526 \end_inset
34527 </cell>
34528 </row>
34529 <row>
34530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34531 \begin_inset Text
34532
34533 \begin_layout Plain Layout
34534 e
34535 \end_layout
34536
34537 \end_inset
34538 </cell>
34539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34540 \begin_inset Text
34541
34542 \begin_layout Plain Layout
34543 r
34544 \end_layout
34545
34546 \end_inset
34547 </cell>
34548 </row>
34549 </lyxtabular>
34550
34551 \end_inset
34552
34553
34554 \end_layout
34555
34556 \end_inset
34557
34558 表を含む行です.
34559 \end_layout
34560
34561 \begin_layout Standard
34562 \begin_inset Note Greyedout
34563 status open
34564
34565 \begin_layout Plain Layout
34566
34567 \series bold
34568 【註】
34569 \family sans
34570 \series default
34571 角度
34572 \family default
34573 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34574 エラーが発生します.
34575 \end_layout
34576
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \begin_layout Subsection
34583 ボックスの伸縮
34584 \begin_inset Index idx
34585 status collapsed
34586
34587 \begin_layout Plain Layout
34588 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
34589 \end_layout
34590
34591 \end_inset
34592
34593
34594 \begin_inset Index idx
34595 status collapsed
34596
34597 \begin_layout Plain Layout
34598 しんしゅく@伸縮 ! そざいの@素材の—
34599 \end_layout
34600
34601 \end_inset
34602
34603
34604 \begin_inset Index idx
34605 status collapsed
34606
34607 \begin_layout Plain Layout
34608 ず@図 ! のしんしゅく@—の伸縮
34609 \end_layout
34610
34611 \end_inset
34612
34613
34614 \begin_inset Index idx
34615 status collapsed
34616
34617 \begin_layout Plain Layout
34618 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \end_layout
34625
34626 \begin_layout Standard
34627 ものを伸縮するならば,
34628 \family sans
34629 伸縮ボックス
34630 \family default
34631 に入れることができます.このボックスは,
34632 \family sans
34633 挿入\SpecialChar menuseparator
34634 拡張差込枠\SpecialChar menuseparator
34635 伸縮ボックス
34636 \family default
34637 で挿入することができます.
34638 \end_layout
34639
34640 \begin_layout Standard
34641
34642 \family sans
34643 伸縮ボックス
34644 \family default
34645 には,必須差込枠「
34646 \family sans
34647 水平因子
34648 \family default
34649 」と,非必須差込枠「
34650 \family sans
34651 垂直因子
34652 \family default
34653 」(「
34654 \family sans
34655 挿入\SpecialChar menuseparator
34656 垂直因子
34657 \family default
34658 」メニューで挿入可)がありますので,そこに水平因子と垂直因子を入力してください.
34659 \family sans
34660 垂直因子
34661 \family default
34662 を使わない場合には,水平因子が垂直因子としても使われます.
34663 \end_layout
34664
34665 \begin_layout Standard
34666 たとえば,文書の本文の大きさに比べて,文を2倍の大きさにしたい場合,
34667 \family sans
34668 水平因子
34669 \family default
34670 差込枠に
34671 \series bold
34672 2
34673 \series default
34674 と入力してください.例:
34675 \begin_inset Flex Scalebox
34676 status open
34677
34678 \begin_layout Plain Layout
34679 \begin_inset Argument 1
34680 status open
34681
34682 \begin_layout Plain Layout
34683 2
34684 \end_layout
34685
34686 \end_inset
34687
34688 こんにちは
34689 \end_layout
34690
34691 \end_inset
34692
34693
34694 \end_layout
34695
34696 \begin_layout Standard
34697
34698 \family sans
34699 水平因子
34700 \family default
34701
34702 \series bold
34703 2
34704 \series default
34705
34706 \family sans
34707 垂直因子
34708 \family default
34709
34710 \series bold
34711 1
34712 \series default
34713 にすると,このようにゆがみます:
34714 \begin_inset Flex Scalebox
34715 status open
34716
34717 \begin_layout Plain Layout
34718 \begin_inset Argument 1
34719 status open
34720
34721 \begin_layout Plain Layout
34722 2
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \begin_inset Argument 2
34729 status open
34730
34731 \begin_layout Plain Layout
34732 1
34733 \end_layout
34734
34735 \end_inset
34736
34737 こんにちは
34738 \end_layout
34739
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \begin_layout Standard
34746 伸縮因子を負に設定した場合,ボックスの内容は鏡像になります.鏡文字を作りたい場合には,
34747 \family sans
34748 水平因子
34749 \family default
34750
34751 \series bold
34752 -1
34753 \series default
34754
34755 \family sans
34756 垂直因子
34757 \family default
34758
34759 \series bold
34760 1
34761 \series default
34762 にします:
34763 \begin_inset Flex Scalebox
34764 status open
34765
34766 \begin_layout Plain Layout
34767 \begin_inset Argument 1
34768 status open
34769
34770 \begin_layout Plain Layout
34771 -1
34772 \end_layout
34773
34774 \end_inset
34775
34776
34777 \begin_inset Argument 2
34778 status open
34779
34780 \begin_layout Plain Layout
34781 1
34782 \end_layout
34783
34784 \end_inset
34785
34786 こんにちは
34787 \end_layout
34788
34789 \end_inset
34790
34791
34792 \end_layout
34793
34794 \begin_layout Standard
34795
34796 \family sans
34797 水平因子
34798 \family default
34799
34800 \series bold
34801 1
34802 \series default
34803
34804 \family sans
34805 垂直因子
34806 \family default
34807
34808 \series bold
34809 -1
34810 \series default
34811 にすると,ベースラインでひっくり返した形になります:
34812 \begin_inset Flex Scalebox
34813 status open
34814
34815 \begin_layout Plain Layout
34816 \begin_inset Argument 1
34817 status open
34818
34819 \begin_layout Plain Layout
34820 1
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \begin_inset Argument 2
34827 status open
34828
34829 \begin_layout Plain Layout
34830 -1
34831 \end_layout
34832
34833 \end_inset
34834
34835 こんにちは
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \begin_layout Standard
34844
34845 \family sans
34846 反転ボックス
34847 \family default
34848 (「
34849 \family sans
34850 挿入\SpecialChar menuseparator
34851 拡張差込枠\SpecialChar menuseparator
34852 反転ボックス
34853 \family default
34854 」メニュー)は,
34855 \family sans
34856 伸縮ボックス
34857 \family default
34858
34859 \family sans
34860 水平因子
34861 \family default
34862
34863 \series bold
34864 -1
34865 \series default
34866
34867 \family sans
34868 垂直因子
34869 \family default
34870
34871 \series bold
34872 1
34873 \series default
34874 にしたものと同じです.
34875 \end_layout
34876
34877 \begin_layout Standard
34878 \begin_inset Note Greyedout
34879 status open
34880
34881 \begin_layout Plain Layout
34882
34883 \series bold
34884 【註】
34885 \family sans
34886 \series default
34887 水平因子
34888 \family default
34889 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34890 エラーが発生します.
34891 \end_layout
34892
34893 \end_inset
34894
34895
34896 \end_layout
34897
34898 \begin_layout Standard
34899 \begin_inset VSpace bigskip
34900 \end_inset
34901
34902 中身を決まった幅と高さに伸縮したい場合には,
34903 \family sans
34904 寸法変更ボックス
34905 \family default
34906 (「
34907 \family sans
34908 挿入\SpecialChar menuseparator
34909 拡張差込枠\SpecialChar menuseparator
34910 寸法変更ボックス
34911 \family default
34912 」メニュー)を使うことができます.
34913 \family sans
34914 寸法変更ボックス
34915 \family default
34916 には,必須差込枠「
34917 \family sans
34918
34919 \family default
34920 」と,非必須差込枠「
34921 \family sans
34922 高さ
34923 \family default
34924 」(「
34925 \family sans
34926 挿入\SpecialChar menuseparator
34927 高さ
34928 \family default
34929 」メニューで挿入可)がありますので,そこに幅と高さを単位付きの値で入力してください.
34930 \begin_inset CommandInset ref
34931 LatexCommand ref
34932 reference "tab:単位"
34933
34934 \end_inset
34935
34936 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
34937 \series bold
34938 !
34939 \series default
34940 があると,ボックス内容のアスペクト比が保たれるように寸法が設定されます.
34941 \family sans
34942 高さ
34943 \family default
34944 差込枠を使わない場合には,高さには内部的に感嘆符が使用されます.
34945 \end_layout
34946
34947 \begin_layout Standard
34948
34949 \series bold
34950 2cm
34951 \series default
34952
34953 \family sans
34954
34955 \family default
34956 に,
34957 \series bold
34958 1cm
34959 \series default
34960
34961 \family sans
34962 高さ
34963 \family default
34964 に使用するとこうなります:
34965 \begin_inset Flex Resizebox
34966 status open
34967
34968 \begin_layout Plain Layout
34969 \begin_inset Argument 1
34970 status open
34971
34972 \begin_layout Plain Layout
34973 2cm
34974 \end_layout
34975
34976 \end_inset
34977
34978
34979 \begin_inset Argument 2
34980 status open
34981
34982 \begin_layout Plain Layout
34983 1cm
34984 \end_layout
34985
34986 \end_inset
34987
34988 こんにちは
34989 \end_layout
34990
34991 \end_inset
34992
34993
34994 \begin_inset Newline newline
34995 \end_inset
34996
34997
34998 \series bold
34999 2cm
35000 \series default
35001
35002 \family sans
35003
35004 \family default
35005 に,
35006 \series bold
35007 !
35008 \series default
35009
35010 \family sans
35011 高さ
35012 \family default
35013 に使用すると(あるいは
35014 \family sans
35015 高さ
35016 \family default
35017 なし)こうなります:
35018 \begin_inset Flex Resizebox
35019 status open
35020
35021 \begin_layout Plain Layout
35022 \begin_inset Argument 1
35023 status open
35024
35025 \begin_layout Plain Layout
35026 2cm
35027 \end_layout
35028
35029 \end_inset
35030
35031
35032 \begin_inset Argument 2
35033 status open
35034
35035 \begin_layout Plain Layout
35036 !
35037 \end_layout
35038
35039 \end_inset
35040
35041 こんにちは
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \begin_layout Standard
35050 \begin_inset Note Greyedout
35051 status open
35052
35053 \begin_layout Plain Layout
35054
35055 \series bold
35056 【註】
35057 \family sans
35058 \series default
35059
35060 \family default
35061 差込枠が空であったり,無効な単位が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
35062 エラーが発生します.
35063 \end_layout
35064
35065 \end_inset
35066
35067
35068 \end_layout
35069
35070 \begin_layout Standard
35071 \begin_inset VSpace bigskip
35072 \end_inset
35073
35074
35075 \end_layout
35076
35077 \begin_layout Standard
35078 ボックスは好きな順序で組み合わせることができます.
35079 \family sans
35080 回転ボックス
35081 \family default
35082 の中に
35083 \family sans
35084 寸法変更ボックス
35085 \family default
35086 が入り,さらにその中に
35087 \family sans
35088 反転ボックス
35089 \family default
35090 が入っている例です:
35091 \end_layout
35092
35093 \begin_layout Standard
35094 \noindent
35095 \align center
35096 \begin_inset Flex Rotatebox
35097 status open
35098
35099 \begin_layout Plain Layout
35100 \begin_inset Argument 1
35101 status open
35102
35103 \begin_layout Plain Layout
35104 origin=c
35105 \end_layout
35106
35107 \end_inset
35108
35109
35110 \begin_inset Argument 2
35111 status open
35112
35113 \begin_layout Plain Layout
35114 -45
35115 \end_layout
35116
35117 \end_inset
35118
35119
35120 \begin_inset Flex Resizebox
35121 status open
35122
35123 \begin_layout Plain Layout
35124 \begin_inset Argument 1
35125 status open
35126
35127 \begin_layout Plain Layout
35128 2cm
35129 \end_layout
35130
35131 \end_inset
35132
35133
35134 \begin_inset Flex Reflectbox
35135 status open
35136
35137 \begin_layout Plain Layout
35138 こんにちは
35139 \end_layout
35140
35141 \end_inset
35142
35143
35144 \end_layout
35145
35146 \end_inset
35147
35148
35149 \end_layout
35150
35151 \end_inset
35152
35153
35154 \end_layout
35155
35156 \begin_layout Standard
35157 \noindent
35158 という出力になります.ボックスの内容には,以下のように,画像や表や行内数式を入れてもかまいません.
35159 \end_layout
35160
35161 \begin_layout Standard
35162 \noindent
35163 \align center
35164 \begin_inset Flex Resizebox
35165 status open
35166
35167 \begin_layout Plain Layout
35168 \begin_inset Argument 1
35169 status open
35170
35171 \begin_layout Plain Layout
35172 2cm
35173 \end_layout
35174
35175 \end_inset
35176
35177
35178 \begin_inset Flex Reflectbox
35179 status open
35180
35181 \begin_layout Plain Layout
35182 \begin_inset Graphics
35183         filename ../clipart/Star-structure.pdf
35184         lyxscale 50
35185         width 25col%
35186
35187 \end_inset
35188
35189
35190 \end_layout
35191
35192 \end_inset
35193
35194
35195 \end_layout
35196
35197 \end_inset
35198
35199  
35200 \begin_inset Flex Resizebox
35201 status open
35202
35203 \begin_layout Plain Layout
35204 \begin_inset Argument 1
35205 status open
35206
35207 \begin_layout Plain Layout
35208 2cm
35209 \end_layout
35210
35211 \end_inset
35212
35213
35214 \begin_inset Flex Reflectbox
35215 status open
35216
35217 \begin_layout Plain Layout
35218 \begin_inset Tabular
35219 <lyxtabular version="3" rows="2" columns="2">
35220 <features tabularvalignment="middle">
35221 <column alignment="center" valignment="top">
35222 <column alignment="center" valignment="top">
35223 <row>
35224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35225 \begin_inset Text
35226
35227 \begin_layout Plain Layout
35228 q
35229 \end_layout
35230
35231 \end_inset
35232 </cell>
35233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35234 \begin_inset Text
35235
35236 \begin_layout Plain Layout
35237 w
35238 \end_layout
35239
35240 \end_inset
35241 </cell>
35242 </row>
35243 <row>
35244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35245 \begin_inset Text
35246
35247 \begin_layout Plain Layout
35248 e
35249 \end_layout
35250
35251 \end_inset
35252 </cell>
35253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35254 \begin_inset Text
35255
35256 \begin_layout Plain Layout
35257 r
35258 \end_layout
35259
35260 \end_inset
35261 </cell>
35262 </row>
35263 </lyxtabular>
35264
35265 \end_inset
35266
35267
35268 \end_layout
35269
35270 \end_inset
35271
35272
35273 \end_layout
35274
35275 \end_inset
35276
35277  
35278 \begin_inset Flex Resizebox
35279 status open
35280
35281 \begin_layout Plain Layout
35282 \begin_inset Argument 1
35283 status open
35284
35285 \begin_layout Plain Layout
35286 3cm
35287 \end_layout
35288
35289 \end_inset
35290
35291
35292 \begin_inset Flex Reflectbox
35293 status open
35294
35295 \begin_layout Plain Layout
35296 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35297 \end_inset
35298
35299
35300 \end_layout
35301
35302 \end_inset
35303
35304
35305 \end_layout
35306
35307 \end_inset
35308
35309
35310 \end_layout
35311
35312 \begin_layout Standard
35313 文書で大域的に数式様式
35314 \series bold
35315 fleqn
35316 \series default
35317 を使用している場合
35318 \begin_inset Foot
35319 status collapsed
35320
35321 \begin_layout Plain Layout
35322 つまり,文書クラスオプションに「fleqn」を書き加えた場合.
35323 \end_layout
35324
35325 \end_inset
35326
35327 には,別行建て数式も伸縮させることができます.
35328 \end_layout
35329
35330 \begin_layout Chapter
35331 本文回り込みオブジェクト
35332 \begin_inset Index idx
35333 status collapsed
35334
35335 \begin_layout Plain Layout
35336 ほんぶんまわりこみ@本文回り込み
35337 \end_layout
35338
35339 \end_inset
35340
35341
35342 \end_layout
35343
35344 \begin_layout Section
35345 折返しフロート
35346 \begin_inset CommandInset label
35347 LatexCommand label
35348 name "sec:折返しフロート"
35349
35350 \end_inset
35351
35352
35353 \begin_inset Index idx
35354 status collapsed
35355
35356 \begin_layout Plain Layout
35357 ふろーと@フロート ! おりかえしふろーと@折返しフロート
35358 \end_layout
35359
35360 \end_inset
35361
35362
35363 \begin_inset Index idx
35364 status collapsed
35365
35366 \begin_layout Plain Layout
35367 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
35368 \end_layout
35369
35370 \end_inset
35371
35372
35373 \end_layout
35374
35375 \begin_layout Standard
35376 \begin_inset Wrap figure
35377 lines 0
35378 placement l
35379 overhang 1cm
35380 width "40col%"
35381 status open
35382
35383 \begin_layout Plain Layout
35384 \begin_inset Graphics
35385         filename ../clipart/2D-intensity-plot.pdf
35386         width 40col%
35387         scaleBeforeRotation
35388         rotateOrigin center
35389
35390 \end_inset
35391
35392
35393 \end_layout
35394
35395 \begin_layout Plain Layout
35396 \begin_inset Caption Standard
35397
35398 \begin_layout Plain Layout
35399 \begin_inset CommandInset label
35400 LatexCommand label
35401 name "fig:折返し図フロート"
35402
35403 \end_inset
35404
35405 これは折返し図フロートです.
35406 \end_layout
35407
35408 \end_inset
35409
35410
35411 \end_layout
35412
35413 \end_inset
35414
35415 このフロート型は,本文が図の周りに折返して入ることによって,図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,\SpecialChar LaTeX
35416 パッケージの
35417 \series bold
35418 wrapfig
35419 \series default
35420
35421 \begin_inset Index idx
35422 status collapsed
35423
35424 \begin_layout Plain Layout
35425 \SpecialChar LaTeX
35426 ぱっけーじ@\SpecialChar LaTeX
35427 パッケージ ! wrapfig
35428 \end_layout
35429
35430 \end_inset
35431
35432 を導入済みであれば,
35433 \family sans
35434 挿入\SpecialChar menuseparator
35435 フロート\SpecialChar menuseparator
35436 折返し図フロート
35437 \family default
35438
35439 \family sans
35440 折返し表フロート
35441 \family default
35442 メニューで挿入することができます
35443 \begin_inset Foot
35444 status collapsed
35445
35446 \begin_layout Plain Layout
35447 \SpecialChar LaTeX
35448 パッケージの導入方法は,取扱説明書の『\SpecialChar LaTeX
35449 の設定』に説明されています.
35450 \end_layout
35451
35452 \end_inset
35453
35454 .フロートの設定は,フロートボックスを右クリックすることで変更することができます.必須の設定項目は,フロートの
35455 \family sans
35456 配置
35457 \family default
35458
35459 \family sans
35460
35461 \family default
35462 です.非必須項目として,
35463 \family sans
35464 ぶら下げ
35465 \family default
35466
35467 \family sans
35468 行幅
35469 \family default
35470 があります.前者は,フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,後者は,フロートが必要とするおおよその本文行数を指定するものです.
35471 行幅は,推測するのが難しいことがよくあるので,フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,フロートを段落内でフロートするよう
35472 にするか,周囲の段落までフロートすることを\SpecialChar LaTeX
35473 に許可するかを指定することができます.第
35474 \begin_inset CommandInset ref
35475 LatexCommand ref
35476 reference "fig:折返し図フロート"
35477
35478 \end_inset
35479
35480 図は,40
35481 \begin_inset space \thinspace{}
35482 \end_inset
35483
35484 列幅%の幅と1
35485 \begin_inset space \thinspace{}
35486 \end_inset
35487
35488 cmのぶら下げを持ち,左揃えの折返しフロートを例示してあります.
35489 \end_layout
35490
35491 \begin_layout Standard
35492 \begin_inset Note Greyedout
35493 status open
35494
35495 \begin_layout Plain Layout
35496
35497 \series bold
35498 【註】
35499 \series default
35500 折返しフロートは壊れやすいことがあります!例えば,図をページの下すぎる位置に置いてしまうと,ごちゃごちゃになって,フロートが出力に現れなかったり,他の本文の上に
35501 上書きされて出力されたりします.
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \end_layout
35508
35509 \begin_layout Standard
35510 原則として,
35511 \end_layout
35512
35513 \begin_layout Itemize
35514 折返しフロートは,改頁に掛かってしまう段落に置くべきではありません.つまり,折返しフロートは,文書がほぼ完成する段階になって,どこに改頁が現れるかを予測できるよ
35515 うになってから,正確な位置に挿入しなくてはなりません.
35516 \end_layout
35517
35518 \begin_layout Itemize
35519 折返しフロートは,入れ込む段落の前に単独の段落を設けて挿入するか,その段落自体の中に挿入しなくてはなりません.
35520 \end_layout
35521
35522 \begin_layout Itemize
35523 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
35524 \end_layout
35525
35526 \begin_layout Itemize
35527 折返しフロートは,節見出しや表中に入れることは認められていません.
35528 \end_layout
35529
35530 \begin_layout Itemize
35531 連番や参照は,第
35532 \begin_inset CommandInset ref
35533 LatexCommand ref
35534 reference "chap:フロート"
35535
35536 \end_inset
35537
35538 章で述べられているように動作します.
35539 \end_layout
35540
35541 \begin_layout Section
35542 固定回り込みオブジェクト
35543 \begin_inset Index idx
35544 status collapsed
35545
35546 \begin_layout Plain Layout
35547 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
35548 \end_layout
35549
35550 \end_inset
35551
35552
35553 \end_layout
35554
35555 \begin_layout Standard
35556
35557 \begin_inset CommandInset ref
35558 LatexCommand ref
35559 reference "sec:折返しフロート"
35560
35561 \end_inset
35562
35563 節の折返しフロートは,段落中で,以下のような配置がされます.
35564 \end_layout
35565
35566 \begin_layout Standard
35567 \noindent
35568 \align center
35569 \begin_inset Tabular
35570 <lyxtabular version="3" rows="2" columns="2">
35571 <features tabularvalignment="middle">
35572 <column alignment="center" valignment="top">
35573 <column alignment="center" valignment="top">
35574 <row>
35575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35576 \begin_inset Text
35577
35578 \begin_layout Plain Layout
35579 \begin_inset Info
35580 type  "icon"
35581 arg   "dialog-show-new-inset graphics"
35582 \end_inset
35583
35584
35585 \end_layout
35586
35587 \end_inset
35588 </cell>
35589 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35590 \begin_inset Text
35591
35592 \begin_layout Plain Layout
35593 文章
35594 \end_layout
35595
35596 \end_inset
35597 </cell>
35598 </row>
35599 <row>
35600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35601 \begin_inset Text
35602
35603 \begin_layout Plain Layout
35604 文章
35605 \end_layout
35606
35607 \end_inset
35608 </cell>
35609 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35610 \begin_inset Text
35611
35612 \begin_layout Plain Layout
35613 文章
35614 \end_layout
35615
35616 \end_inset
35617 </cell>
35618 </row>
35619 </lyxtabular>
35620
35621 \end_inset
35622
35623  or 
35624 \begin_inset Tabular
35625 <lyxtabular version="3" rows="2" columns="2">
35626 <features tabularvalignment="middle">
35627 <column alignment="center" valignment="top">
35628 <column alignment="center" valignment="top">
35629 <row>
35630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35631 \begin_inset Text
35632
35633 \begin_layout Plain Layout
35634 文章
35635 \end_layout
35636
35637 \end_inset
35638 </cell>
35639 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35640 \begin_inset Text
35641
35642 \begin_layout Plain Layout
35643 \begin_inset Info
35644 type  "icon"
35645 arg   "dialog-show-new-inset graphics"
35646 \end_inset
35647
35648
35649 \end_layout
35650
35651 \end_inset
35652 </cell>
35653 </row>
35654 <row>
35655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35656 \begin_inset Text
35657
35658 \begin_layout Plain Layout
35659 文章
35660 \end_layout
35661
35662 \end_inset
35663 </cell>
35664 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35665 \begin_inset Text
35666
35667 \begin_layout Plain Layout
35668 文章
35669 \end_layout
35670
35671 \end_inset
35672 </cell>
35673 </row>
35674 </lyxtabular>
35675
35676 \end_inset
35677
35678
35679 \end_layout
35680
35681 \begin_layout Standard
35682 以下に示すいずれかのように,
35683 \begin_inset VSpace defskip
35684 \end_inset
35685
35686
35687 \end_layout
35688
35689 \begin_layout Standard
35690 \noindent
35691 \align center
35692 \begin_inset Tabular
35693 <lyxtabular version="3" rows="2" columns="2">
35694 <features tabularvalignment="middle">
35695 <column alignment="center" valignment="top">
35696 <column alignment="center" valignment="top">
35697 <row>
35698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35699 \begin_inset Text
35700
35701 \begin_layout Plain Layout
35702 文章
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35708 \begin_inset Text
35709
35710 \begin_layout Plain Layout
35711 文章
35712 \end_layout
35713
35714 \end_inset
35715 </cell>
35716 </row>
35717 <row>
35718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35719 \begin_inset Text
35720
35721 \begin_layout Plain Layout
35722 \begin_inset Info
35723 type  "icon"
35724 arg   "dialog-show-new-inset graphics"
35725 \end_inset
35726
35727
35728 \end_layout
35729
35730 \end_inset
35731 </cell>
35732 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35733 \begin_inset Text
35734
35735 \begin_layout Plain Layout
35736 文章
35737 \end_layout
35738
35739 \end_inset
35740 </cell>
35741 </row>
35742 </lyxtabular>
35743
35744 \end_inset
35745
35746  
35747 \begin_inset Tabular
35748 <lyxtabular version="3" rows="2" columns="2">
35749 <features tabularvalignment="middle">
35750 <column alignment="center" valignment="top">
35751 <column alignment="center" valignment="top">
35752 <row>
35753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35754 \begin_inset Text
35755
35756 \begin_layout Plain Layout
35757 文章
35758 \end_layout
35759
35760 \end_inset
35761 </cell>
35762 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35763 \begin_inset Text
35764
35765 \begin_layout Plain Layout
35766 文章
35767 \end_layout
35768
35769 \end_inset
35770 </cell>
35771 </row>
35772 <row>
35773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35774 \begin_inset Text
35775
35776 \begin_layout Plain Layout
35777 文章
35778 \end_layout
35779
35780 \end_inset
35781 </cell>
35782 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35783 \begin_inset Text
35784
35785 \begin_layout Plain Layout
35786 \begin_inset Info
35787 type  "icon"
35788 arg   "dialog-show-new-inset graphics"
35789 \end_inset
35790
35791
35792 \end_layout
35793
35794 \end_inset
35795 </cell>
35796 </row>
35797 </lyxtabular>
35798
35799 \end_inset
35800
35801  
35802 \begin_inset Tabular
35803 <lyxtabular version="3" rows="2" columns="3">
35804 <features tabularvalignment="middle">
35805 <column alignment="center" valignment="top">
35806 <column alignment="center" valignment="top">
35807 <column alignment="center" valignment="top">
35808 <row>
35809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35810 \begin_inset Text
35811
35812 \begin_layout Plain Layout
35813 文章
35814 \end_layout
35815
35816 \end_inset
35817 </cell>
35818 <cell alignment="center" valignment="top" topline="true" usebox="none">
35819 \begin_inset Text
35820
35821 \begin_layout Plain Layout
35822 \begin_inset Info
35823 type  "icon"
35824 arg   "dialog-show-new-inset graphics"
35825 \end_inset
35826
35827
35828 \end_layout
35829
35830 \end_inset
35831 </cell>
35832 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35833 \begin_inset Text
35834
35835 \begin_layout Plain Layout
35836 文章
35837 \end_layout
35838
35839 \end_inset
35840 </cell>
35841 </row>
35842 <row>
35843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35844 \begin_inset Text
35845
35846 \begin_layout Plain Layout
35847 文章
35848 \end_layout
35849
35850 \end_inset
35851 </cell>
35852 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35853 \begin_inset Text
35854
35855 \begin_layout Plain Layout
35856 文章
35857 \end_layout
35858
35859 \end_inset
35860 </cell>
35861 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35862 \begin_inset Text
35863
35864 \begin_layout Plain Layout
35865 文章
35866 \end_layout
35867
35868 \end_inset
35869 </cell>
35870 </row>
35871 </lyxtabular>
35872
35873 \end_inset
35874
35875  
35876 \begin_inset Tabular
35877 <lyxtabular version="3" rows="2" columns="3">
35878 <features tabularvalignment="middle">
35879 <column alignment="center" valignment="top">
35880 <column alignment="center" valignment="top">
35881 <column alignment="center" valignment="top">
35882 <row>
35883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35884 \begin_inset Text
35885
35886 \begin_layout Plain Layout
35887 文章
35888 \end_layout
35889
35890 \end_inset
35891 </cell>
35892 <cell alignment="center" valignment="top" topline="true" usebox="none">
35893 \begin_inset Text
35894
35895 \begin_layout Plain Layout
35896 文章
35897 \end_layout
35898
35899 \end_inset
35900 </cell>
35901 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35902 \begin_inset Text
35903
35904 \begin_layout Plain Layout
35905 文章
35906 \end_layout
35907
35908 \end_inset
35909 </cell>
35910 </row>
35911 <row>
35912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35913 \begin_inset Text
35914
35915 \begin_layout Plain Layout
35916 文章
35917 \end_layout
35918
35919 \end_inset
35920 </cell>
35921 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35922 \begin_inset Text
35923
35924 \begin_layout Plain Layout
35925 \begin_inset Info
35926 type  "icon"
35927 arg   "dialog-show-new-inset graphics"
35928 \end_inset
35929
35930
35931 \end_layout
35932
35933 \end_inset
35934 </cell>
35935 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35936 \begin_inset Text
35937
35938 \begin_layout Plain Layout
35939 文章
35940 \end_layout
35941
35942 \end_inset
35943 </cell>
35944 </row>
35945 </lyxtabular>
35946
35947 \end_inset
35948
35949
35950 \end_layout
35951
35952 \begin_layout Standard
35953 \noindent
35954 \align center
35955 \begin_inset Tabular
35956 <lyxtabular version="3" rows="3" columns="2">
35957 <features tabularvalignment="middle">
35958 <column alignment="center" valignment="top">
35959 <column alignment="center" valignment="top">
35960 <row>
35961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35962 \begin_inset Text
35963
35964 \begin_layout Plain Layout
35965 文章
35966 \end_layout
35967
35968 \end_inset
35969 </cell>
35970 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35971 \begin_inset Text
35972
35973 \begin_layout Plain Layout
35974 文章
35975 \end_layout
35976
35977 \end_inset
35978 </cell>
35979 </row>
35980 <row>
35981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
35982 \begin_inset Text
35983
35984 \begin_layout Plain Layout
35985 \begin_inset Info
35986 type  "icon"
35987 arg   "dialog-show-new-inset graphics"
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \end_inset
35994 </cell>
35995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
35996 \begin_inset Text
35997
35998 \begin_layout Plain Layout
35999 文章
36000 \end_layout
36001
36002 \end_inset
36003 </cell>
36004 </row>
36005 <row>
36006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36007 \begin_inset Text
36008
36009 \begin_layout Plain Layout
36010 文章
36011 \end_layout
36012
36013 \end_inset
36014 </cell>
36015 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36016 \begin_inset Text
36017
36018 \begin_layout Plain Layout
36019 文章
36020 \end_layout
36021
36022 \end_inset
36023 </cell>
36024 </row>
36025 </lyxtabular>
36026
36027 \end_inset
36028
36029  
36030 \begin_inset Tabular
36031 <lyxtabular version="3" rows="3" columns="3">
36032 <features tabularvalignment="middle">
36033 <column alignment="center" valignment="top">
36034 <column alignment="center" valignment="top">
36035 <column alignment="center" valignment="top">
36036 <row>
36037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36038 \begin_inset Text
36039
36040 \begin_layout Plain Layout
36041 文章
36042 \end_layout
36043
36044 \end_inset
36045 </cell>
36046 <cell alignment="center" valignment="top" topline="true" usebox="none">
36047 \begin_inset Text
36048
36049 \begin_layout Plain Layout
36050 文章
36051 \end_layout
36052
36053 \end_inset
36054 </cell>
36055 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36056 \begin_inset Text
36057
36058 \begin_layout Plain Layout
36059 文章
36060 \end_layout
36061
36062 \end_inset
36063 </cell>
36064 </row>
36065 <row>
36066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36067 \begin_inset Text
36068
36069 \begin_layout Plain Layout
36070 文章
36071 \end_layout
36072
36073 \end_inset
36074 </cell>
36075 <cell alignment="center" valignment="top" usebox="none">
36076 \begin_inset Text
36077
36078 \begin_layout Plain Layout
36079 \begin_inset Info
36080 type  "icon"
36081 arg   "dialog-show-new-inset graphics"
36082 \end_inset
36083
36084
36085 \end_layout
36086
36087 \end_inset
36088 </cell>
36089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36090 \begin_inset Text
36091
36092 \begin_layout Plain Layout
36093 文章
36094 \end_layout
36095
36096 \end_inset
36097 </cell>
36098 </row>
36099 <row>
36100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36101 \begin_inset Text
36102
36103 \begin_layout Plain Layout
36104 文章
36105 \end_layout
36106
36107 \end_inset
36108 </cell>
36109 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36110 \begin_inset Text
36111
36112 \begin_layout Plain Layout
36113 文章
36114 \end_layout
36115
36116 \end_inset
36117 </cell>
36118 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36119 \begin_inset Text
36120
36121 \begin_layout Plain Layout
36122 文章
36123 \end_layout
36124
36125 \end_inset
36126 </cell>
36127 </row>
36128 </lyxtabular>
36129
36130 \end_inset
36131
36132  
36133 \begin_inset Tabular
36134 <lyxtabular version="3" rows="3" columns="2">
36135 <features tabularvalignment="middle">
36136 <column alignment="center" valignment="top">
36137 <column alignment="center" valignment="top">
36138 <row>
36139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36140 \begin_inset Text
36141
36142 \begin_layout Plain Layout
36143 文章
36144 \end_layout
36145
36146 \end_inset
36147 </cell>
36148 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36149 \begin_inset Text
36150
36151 \begin_layout Plain Layout
36152 文章
36153 \end_layout
36154
36155 \end_inset
36156 </cell>
36157 </row>
36158 <row>
36159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36160 \begin_inset Text
36161
36162 \begin_layout Plain Layout
36163 文章
36164 \end_layout
36165
36166 \end_inset
36167 </cell>
36168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36169 \begin_inset Text
36170
36171 \begin_layout Plain Layout
36172 \begin_inset Info
36173 type  "icon"
36174 arg   "dialog-show-new-inset graphics"
36175 \end_inset
36176
36177
36178 \end_layout
36179
36180 \end_inset
36181 </cell>
36182 </row>
36183 <row>
36184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36185 \begin_inset Text
36186
36187 \begin_layout Plain Layout
36188 文章
36189 \end_layout
36190
36191 \end_inset
36192 </cell>
36193 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36194 \begin_inset Text
36195
36196 \begin_layout Plain Layout
36197 文章
36198 \end_layout
36199
36200 \end_inset
36201 </cell>
36202 </row>
36203 </lyxtabular>
36204
36205 \end_inset
36206
36207
36208 \end_layout
36209
36210 \begin_layout Standard
36211 \noindent
36212 オブジェクトを挿入した場所に正確に配置したい時には,
36213 \series bold
36214 picinpar
36215 \series default
36216
36217 \begin_inset Index idx
36218 status collapsed
36219
36220 \begin_layout Plain Layout
36221 \SpecialChar LaTeX
36222 ぱっけーじ@\SpecialChar LaTeX
36223 パッケージ ! picinpar
36224 \end_layout
36225
36226 \end_inset
36227
36228 \SpecialChar LaTeX
36229 パッケージを使うことができます.下記はその用例です.
36230 \end_layout
36231
36232 \begin_layout Standard
36233 \begin_inset ERT
36234 status collapsed
36235
36236 \begin_layout Plain Layout
36237
36238
36239 \backslash
36240 ifpicinpar
36241 \end_layout
36242
36243 \end_inset
36244
36245
36246 \begin_inset Note Note
36247 status open
36248
36249 \begin_layout Plain Layout
36250 以下の部分は,\SpecialChar LaTeX
36251 パッケージ
36252 \series bold
36253 picinpar
36254 \series default
36255 が導入されているときのみ表示されます.
36256 \end_layout
36257
36258 \end_inset
36259
36260
36261 \end_layout
36262
36263 \begin_layout Standard
36264 \begin_inset ERT
36265 status collapsed
36266
36267 \begin_layout Plain Layout
36268
36269
36270 \backslash
36271 begin{window}[2,c,{
36272 \end_layout
36273
36274 \end_inset
36275
36276
36277 \begin_inset Graphics
36278         filename ../clipart/2D-intensity-plot.pdf
36279         lyxscale 60
36280         width 40col%
36281         scaleBeforeRotation
36282         rotateOrigin center
36283
36284 \end_inset
36285
36286
36287 \begin_inset ERT
36288 status collapsed
36289
36290 \begin_layout Plain Layout
36291
36292 },]
36293 \end_layout
36294
36295 \begin_layout Plain Layout
36296
36297 {}
36298 \end_layout
36299
36300 \end_inset
36301
36302
36303 \size small
36304 It was in the spring of the year 1894 that all London was interested, and
36305  the fashionable world dismayed, by the murder of the Honourable Ronald
36306  Adair under most unusual and inexplicable circumstances.
36307  The public has already learned those particulars of the crime which
36308 \size default
36309
36310 \begin_inset ERT
36311 status collapsed
36312
36313 \begin_layout Plain Layout
36314
36315
36316 \backslash
36317 footnotemark{}
36318 \end_layout
36319
36320 \end_inset
36321
36322
36323 \size small
36324  came out in the police investigation, but a good deal was suppressed upon
36325  that occasion, since the case for the prosecution was so overwhelmingly
36326  strong that it was not necessary to bring forward all the facts.
36327  Only now, at the end of nearly ten years, am I allowed to supply those
36328  missing links which make up the whole of that remarkable chain.
36329 \size default
36330
36331 \begin_inset ERT
36332 status collapsed
36333
36334 \begin_layout Plain Layout
36335
36336
36337 \backslash
36338 end{window}
36339 \end_layout
36340
36341 \end_inset
36342
36343
36344 \end_layout
36345
36346 \begin_layout Standard
36347 \begin_inset ERT
36348 status collapsed
36349
36350 \begin_layout Plain Layout
36351
36352
36353 \backslash
36354 footnotetext{
36355 \end_layout
36356
36357 \end_inset
36358
36359 固定オブジェクトのある段落の脚註
36360 \begin_inset ERT
36361 status collapsed
36362
36363 \begin_layout Plain Layout
36364
36365 }
36366 \end_layout
36367
36368 \end_inset
36369
36370
36371 \end_layout
36372
36373 \begin_layout Standard
36374 固定回り込みオブジェクトは,オブジェクトの周りに本文を流しこむのに用いられ,段落中のオブジェクトの位置は,オブジェクトの上の行数を指定することで決定します.フロ
36375 ートとは違って,連番のキャプションをつけることはできません.
36376 \end_layout
36377
36378 \begin_layout Standard
36379 固定オブジェクトは,段落冒頭に\SpecialChar TeX
36380 コードで
36381 \end_layout
36382
36383 \begin_layout Standard
36384
36385 \series bold
36386
36387 \backslash
36388 begin{window}[2,c,{
36389 \end_layout
36390
36391 \begin_layout Standard
36392 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,オブジェクト上に来る行数を指定し,二番目のパラメータ(ここでは「c
36393 」)はオブジェクトの位置を示します.位置としては,「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
36394 段幅の40
36395 \begin_inset space \thinspace{}
36396 \end_inset
36397
36398 %の画像が挿入されています.オブジェクトは,表やボックス,数式でも構いません.オブジェクトの後には,
36399 \end_layout
36400
36401 \begin_layout Standard
36402
36403 \series bold
36404 },説明文]
36405 \begin_inset Newline newline
36406 \end_inset
36407
36408 {}
36409 \end_layout
36410
36411 \begin_layout Standard
36412 というコマンドが挿入されています.2行目に「
36413 \series bold
36414 {}
36415 \series default
36416 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,オブジェクトと同じ段落になくてはなりませんので,
36417 \series bold
36418 {}
36419 \series default
36420 の直後から書き始めてください.段落末には,
36421 \end_layout
36422
36423 \begin_layout Standard
36424
36425 \series bold
36426
36427 \backslash
36428 end{window}
36429 \end_layout
36430
36431 \begin_layout Standard
36432 というコマンドを挿入してください.固定オブジェクトのある段落では,通常のように脚註を挿入することはできません.第
36433 \begin_inset CommandInset ref
36434 LatexCommand ref
36435 reference "sec:脚注"
36436
36437 \end_inset
36438
36439 節にあるように,代わりに,段落内で
36440 \series bold
36441
36442 \backslash
36443 footnotemark
36444 \series default
36445 コマンドを使用し,段落外に
36446 \series bold
36447
36448 \backslash
36449 footnotetext
36450 \series default
36451 コマンドを用いてください.
36452 \end_layout
36453
36454 \begin_layout Standard
36455 \begin_inset ERT
36456 status collapsed
36457
36458 \begin_layout Plain Layout
36459
36460
36461 \backslash
36462 else
36463 \end_layout
36464
36465 \end_inset
36466
36467
36468 \begin_inset Note Note
36469 status open
36470
36471 \begin_layout Plain Layout
36472 以下の部分は,\SpecialChar LaTeX
36473 パッケージ
36474 \series bold
36475 picinpar
36476 \series default
36477 が導入されていないときのみ表示されます.
36478 \end_layout
36479
36480 \end_inset
36481
36482
36483 \end_layout
36484
36485 \begin_layout Standard
36486 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36487 パッケージ
36488 \series bold
36489 picinpar
36490 \series default
36491 を導入する必要があります.
36492 \end_layout
36493
36494 \begin_layout Standard
36495 \begin_inset ERT
36496 status collapsed
36497
36498 \begin_layout Plain Layout
36499
36500
36501 \backslash
36502 fi
36503 \end_layout
36504
36505 \end_inset
36506
36507
36508 \end_layout
36509
36510 \begin_layout Section
36511 頭文字
36512 \begin_inset Index idx
36513 status collapsed
36514
36515 \begin_layout Plain Layout
36516 かしらもじ@頭文字
36517 \end_layout
36518
36519 \end_inset
36520
36521
36522 \begin_inset Index idx
36523 status collapsed
36524
36525 \begin_layout Plain Layout
36526 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
36527 \end_layout
36528
36529 \end_inset
36530
36531
36532 \end_layout
36533
36534 \begin_layout Standard
36535 頭文字を用いるには,\SpecialChar LaTeX
36536 パッケージ
36537 \begin_inset Index idx
36538 status collapsed
36539
36540 \begin_layout Plain Layout
36541 \SpecialChar LaTeX
36542 ぱっけーじ@\SpecialChar LaTeX
36543 パッケージ ! lettrine
36544 \end_layout
36545
36546 \end_inset
36547
36548 が導入済みでなくてはならず,文書中で
36549 \family sans
36550 頭文字
36551 \family default
36552 モジュールを使用する必要があります(
36553 \family sans
36554 文書\SpecialChar menuseparator
36555 設定\SpecialChar menuseparator
36556 モジュール
36557 \family default
36558 メニュー).頭文字を挿入するには,
36559 \family sans
36560 頭文字
36561 \family default
36562 様式を使用してください.この様式には,1つの必須引数と2つの非必須引数があります.引数は,
36563 \family sans
36564 挿入
36565 \family default
36566 メニューから挿入できます.必須引数
36567 \family sans
36568 頭文字
36569 \family default
36570 には,頭文字にする文字を入れ,引数
36571 \family sans
36572 頭文字の残り
36573 \family default
36574 には,頭文字の単語若しくは文字列の残りが入ります.引数
36575 \family sans
36576 オプション
36577 \family default
36578 には,頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
36579 \series bold
36580 lettrine
36581 \series default
36582 の取扱説明書
36583 \begin_inset CommandInset citation
36584 LatexCommand cite
36585 key "lettrine"
36586 literal "true"
36587
36588 \end_inset
36589
36590 をご覧ください.この様式の段落そのものに,頭文字に回り込む文章も入れます.通常,この様式では,最初の文字を頭文字とする単語全体が,
36591 \shape smallcaps
36592 スモールキャップ体(small caps
36593 \shape default
36594 )で印字されます.
36595 \end_layout
36596
36597 \begin_layout Standard
36598 下記がその例です.
36599 \end_layout
36600
36601 \begin_layout Standard
36602 \begin_inset ERT
36603 status collapsed
36604
36605 \begin_layout Plain Layout
36606
36607
36608 \backslash
36609 iflettrine
36610 \end_layout
36611
36612 \end_inset
36613
36614
36615 \begin_inset Note Note
36616 status open
36617
36618 \begin_layout Plain Layout
36619 以下の部分は,\SpecialChar LaTeX
36620 パッケージ
36621 \series bold
36622 lettrine
36623 \series default
36624 が導入されているときのみ表示されます.
36625 \end_layout
36626
36627 \end_inset
36628
36629
36630 \end_layout
36631
36632 \begin_layout Enumerate
36633 非必須引数なし.頭文字は,数式フォント
36634 \begin_inset Formula $\mathfrak{Fraktur}$
36635 \end_inset
36636
36637 の「I」.
36638 \end_layout
36639
36640 \begin_deeper
36641 \begin_layout Initial
36642 \begin_inset Argument 2
36643 status open
36644
36645 \begin_layout Plain Layout
36646 \begin_inset Formula $\mathfrak{I}$
36647 \end_inset
36648
36649
36650 \end_layout
36651
36652 \end_inset
36653
36654
36655 \begin_inset Argument 3
36656 status open
36657
36658 \begin_layout Plain Layout
36659 t
36660 \end_layout
36661
36662 \end_inset
36663
36664  was in the spring of the year 1894 that all London was interested, and
36665  the fashionable world dismayed, by the murder of the Honourable Ronald
36666  Adair under most unusual and inexplicable circumstances.
36667  The public has already learned those particulars of the crime which came
36668  out in the police investigation, but a good deal was suppressed upon that
36669  occasion, since the case for the prosecution was so overwhelmingly strong
36670  that it was not necessary to bring forward all the facts.
36671 \begin_inset Newpage newpage
36672 \end_inset
36673
36674
36675 \end_layout
36676
36677 \end_deeper
36678 \begin_layout Enumerate
36679 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
36680 \end_layout
36681
36682 \begin_deeper
36683 \begin_layout Initial
36684 \begin_inset Argument 1
36685 status open
36686
36687 \begin_layout Plain Layout
36688 lines=1
36689 \end_layout
36690
36691 \end_inset
36692
36693
36694 \begin_inset Argument 2
36695 status open
36696
36697 \begin_layout Plain Layout
36698 It
36699 \end_layout
36700
36701 \end_inset
36702
36703  was in the spring of the year 1894 that all London was interested, and
36704  the fashionable world dismayed, by the murder of the Honourable Ronald
36705  Adair under most unusual and inexplicable circumstances.
36706  The public has already learned those particulars of the crime which came
36707  out in the police investigation, but a good deal was suppressed upon that
36708  occasion, since the case for the prosecution was so overwhelmingly strong
36709  that it was not necessary to bring forward all the facts.
36710 \end_layout
36711
36712 \end_deeper
36713 \begin_layout Enumerate
36714 ぶら下がり頭文字は,数式フォント
36715 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36716 \end_inset
36717
36718 で3行にかかり,マゼンタ色.「t was in the spring」という文章を
36719 \shape smallcaps
36720 スモールキャップ体
36721 \shape default
36722 .頭文字に色をつけるには,頭文字の前に
36723 \begin_inset Newline newline
36724 \end_inset
36725
36726
36727 \series bold
36728
36729 \backslash
36730 renewcommand{
36731 \backslash
36732 LettrineFontHook}{
36733 \backslash
36734 color{色}}
36735 \series default
36736
36737 \begin_inset Newline newline
36738 \end_inset
36739
36740 というコマンドを挿入しなくてはなりません.ここで,
36741 \emph on
36742
36743 \emph default
36744 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,文書プリアン
36745 ブルに
36746 \begin_inset Newline newline
36747 \end_inset
36748
36749
36750 \series bold
36751
36752 \backslash
36753 @ifundefined{textcolor}
36754 \begin_inset Newline newline
36755 \end_inset
36756
36757
36758 \begin_inset space ~
36759 \end_inset
36760
36761 {
36762 \backslash
36763 usepackage{color}}{}
36764 \begin_inset Newline newline
36765 \end_inset
36766
36767
36768 \series default
36769 というコマンドを書きこんでおかなくてはなりません.
36770 \end_layout
36771
36772 \begin_deeper
36773 \begin_layout Standard
36774 \begin_inset ERT
36775 status collapsed
36776
36777 \begin_layout Plain Layout
36778
36779
36780 \backslash
36781 renewcommand{
36782 \backslash
36783 LettrineFontHook}{
36784 \backslash
36785 color{magenta}}
36786 \end_layout
36787
36788 \end_inset
36789
36790
36791 \begin_inset Note Note
36792 status collapsed
36793
36794 \begin_layout Plain Layout
36795
36796 \lang english
36797 makes the initial magenta
36798 \end_layout
36799
36800 \end_inset
36801
36802
36803 \end_layout
36804
36805 \begin_layout Initial
36806 \begin_inset Argument 1
36807 status open
36808
36809 \begin_layout Plain Layout
36810 lines=3, lhang=0.33, loversize=0.25
36811 \end_layout
36812
36813 \end_inset
36814
36815
36816 \begin_inset Argument 2
36817 status open
36818
36819 \begin_layout Plain Layout
36820 \begin_inset Formula $\mathcal{I}$
36821 \end_inset
36822
36823
36824 \end_layout
36825
36826 \end_inset
36827
36828
36829 \begin_inset Argument 3
36830 status open
36831
36832 \begin_layout Plain Layout
36833 t was in the spring
36834 \end_layout
36835
36836 \end_inset
36837
36838  of the year 1894 that all London was interested, and the fashionable world
36839  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36840  and inexplicable circumstances.
36841  The public has already learned those particulars of the crime which came
36842  out in the police investigation, but a good deal was suppressed upon that
36843  occasion, since the case for the prosecution was so overwhelmingly strong
36844  that it was not necessary to bring forward all the facts.
36845 \end_layout
36846
36847 \end_deeper
36848 \begin_layout Standard
36849 \begin_inset ERT
36850 status collapsed
36851
36852 \begin_layout Plain Layout
36853
36854
36855 \backslash
36856 else
36857 \end_layout
36858
36859 \end_inset
36860
36861
36862 \begin_inset Note Note
36863 status open
36864
36865 \begin_layout Plain Layout
36866 以下の部分は,\SpecialChar LaTeX
36867 パッケージ
36868 \series bold
36869 lettrine
36870 \series default
36871 が導入されていないときのみ表示されます.
36872 \end_layout
36873
36874 \end_inset
36875
36876
36877 \end_layout
36878
36879 \begin_layout Standard
36880 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36881 パッケージ
36882 \series bold
36883 lettrine
36884 \series default
36885 を導入する必要があります.
36886 \end_layout
36887
36888 \begin_layout Standard
36889 \begin_inset ERT
36890 status collapsed
36891
36892 \begin_layout Plain Layout
36893
36894
36895 \backslash
36896 fi
36897 \end_layout
36898
36899 \end_inset
36900
36901
36902 \end_layout
36903
36904 \begin_layout Chapter
36905 外部文書構成要素
36906 \begin_inset Index idx
36907 status collapsed
36908
36909 \begin_layout Plain Layout
36910 がいぶぶんしょこうせいようそ@外部文書構成要素
36911 \end_layout
36912
36913 \end_inset
36914
36915
36916 \end_layout
36917
36918 \begin_layout Standard
36919
36920 \family sans
36921 挿入\SpecialChar menuseparator
36922 ファイル
36923 \family default
36924 メニューを使うと,使用中の文書に外部素材を挿入することができます.挿入できるのは,
36925 \end_layout
36926
36927 \begin_layout Description
36928 \SpecialChar LyX
36929 文書 別の\SpecialChar LyX
36930 文書.その内容は直接使用中の文書に挿入されます.
36931 \end_layout
36932
36933 \begin_layout Description
36934 平文 テキスト文書.そのテキスト行各々が,使用中の文書に独立した段落として挿入されます.
36935 \end_layout
36936
36937 \begin_layout Description
36938 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,使用中の文書に新規段落を生成します.
36939 \end_layout
36940
36941 \begin_layout Description
36942 外部素材 様々な書式のファイル.
36943 \end_layout
36944
36945 \begin_layout Description
36946 子文書 \SpecialChar LyX
36947 あるいは\SpecialChar LaTeX
36948 文書.
36949 \end_layout
36950
36951 \begin_layout Section
36952 外部素材
36953 \begin_inset Index idx
36954 status collapsed
36955
36956 \begin_layout Plain Layout
36957 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
36958 \end_layout
36959
36960 \end_inset
36961
36962
36963 \end_layout
36964
36965 \begin_layout Standard
36966 外部素材機能は,文書の出力書式が読むことのできる形式に前もって変換しなくても,\SpecialChar LyX
36967 が必要な変換を行うことで,使用中の文書にファイルを挿入することができるようにするも
36968 のです.これは,画像が様々な画像形式のままで\SpecialChar LyX
36969 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
36970 設定の
36971 \family sans
36972 操作性\SpecialChar menuseparator
36973 表示
36974 \family default
36975 で自動プレビューを有効にすると,外部素材のDia形式とXfig形式は,直接\SpecialChar LyX
36976 中に表示されるようになります.
36977 \end_layout
36978
36979 \begin_layout Standard
36980 外部素材は,
36981 \family sans
36982 挿入
36983 \family default
36984 \SpecialChar menuseparator
36985
36986 \family sans
36987 ファイル
36988 \family default
36989 \SpecialChar menuseparator
36990
36991 \family sans
36992 外部素材
36993 \family default
36994 メニューで開くことのできる
36995 \family sans
36996 外部素材
36997 \family default
36998 ダイアログから挿入することができます.目下,以下のファイル形式(
36999 \family sans
37000 ひな型
37001 \family default
37002 )が使用できます.
37003 \end_layout
37004
37005 \begin_layout Description
37006 チェス棋譜 このひな型は,
37007 \series bold
37008
37009 \begin_inset CommandInset href
37010 LatexCommand href
37011 name "XBoard"
37012 target "https://en.wikipedia.org/wiki/XBoard"
37013 literal "false"
37014
37015 \end_inset
37016
37017
37018 \series default
37019 プログラムで作成されたチェス棋譜をサポートします.
37020 \end_layout
37021
37022 \begin_layout Description
37023 Dia このひな型は,
37024 \series bold
37025
37026 \begin_inset CommandInset href
37027 LatexCommand href
37028 name "Dia"
37029 target "https://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"
37030 literal "false"
37031
37032 \end_inset
37033
37034
37035 \series default
37036 プログラムで作成したダイアグラムをサポートします.
37037 \end_layout
37038
37039 \begin_layout Description
37040 Gnumeric表計算表 このひな型では,
37041 \series bold
37042
37043 \begin_inset CommandInset href
37044 LatexCommand href
37045 name "Gnumeric"
37046 target "https://ja.wikipedia.org/wiki/Gnumeric"
37047 literal "false"
37048
37049 \end_inset
37050
37051
37052 \series default
37053
37054 \begin_inset CommandInset href
37055 LatexCommand href
37056 name "OpenDocument"
37057 target "https://ja.wikipedia.org/wiki/OpenDocument"
37058 literal "false"
37059
37060 \end_inset
37061
37062
37063 \begin_inset CommandInset href
37064 LatexCommand href
37065 name "Microsoft Office XML"
37066 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37067 literal "false"
37068
37069 \end_inset
37070
37071
37072 \begin_inset CommandInset href
37073 LatexCommand href
37074 name "Office Open XML"
37075 target "https://ja.wikipedia.org/wiki/Office_Open_XML"
37076 literal "false"
37077
37078 \end_inset
37079
37080 形式の表計算表を挿入することができます.この機能を使用するには,\SpecialChar LyX
37081 の初期設定中に
37082 \family typewriter
37083 ssconvert
37084 \family default
37085 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,Gnumeric以外の形式の表を読み込む場合には,Gnumericが導入済
37086 みである必要があります.用例と制約については,\SpecialChar LyX
37087 用例ファイル
37088 \emph on
37089 spreadsheet.lyx
37090 \emph default
37091 をご覧ください.
37092 \end_layout
37093
37094 \begin_layout Description
37095 Inkscape
37096 \lang english
37097  This template supports specific scalable images derived from scalable vector
37098  graphics (SVG), in which the contained text is replaced by a version typeset
37099  by \SpecialChar LaTeX
37100  (and hence in the current document font).
37101  It relies on a feature of the program 
37102 \series bold
37103 \lang japanese
37104
37105 \begin_inset CommandInset href
37106 LatexCommand href
37107 name "Inkscape"
37108 target "https://inkscape.org/ja"
37109 literal "false"
37110
37111 \end_inset
37112
37113
37114 \series default
37115 \lang english
37116  which creates a special PDF or EPS and \SpecialChar LaTeX
37117  file from a given SVG file (in
37118  
37119 \noun on
37120 Inkscape
37121 \noun default
37122  itself, the feature is available via the option 
37123 \family sans
37124 Omit text in PDF and create LaTeX file
37125 \family default
37126  when saving a drawing as PDF or EPS).
37127  The benefit of such files is a uniform text style throughout the whole
37128  document.
37129 \begin_inset Newline newline
37130 \end_inset
37131
37132 The external template reads SVG files and uses a converter program to generate
37133  the respective PDF\SpecialChar breakableslash
37134 EPS and \SpecialChar LaTeX
37135  files (via
37136 \noun on
37137  
37138 \noun default
37139 Inkscape
37140 \noun on
37141 )
37142 \noun default
37143  on the fly, so you don't have to export those files yourself.
37144  If you prefer the latter and want use given 
37145 \family typewriter
37146 *.pdf
37147 \family default
37148  and 
37149 \family typewriter
37150 *.pdf_tex
37151 \family default
37152  or 
37153 \family typewriter
37154 *.eps
37155 \family default
37156  and 
37157 \family typewriter
37158 *.eps_tex
37159 \family default
37160  files instead, simply input the respective 
37161 \family typewriter
37162 *.pdf_tex
37163 \family default
37164  or 
37165 \family typewriter
37166 *.eps_tex
37167 \family default
37168  file via the 
37169 \family sans
37170 Child Documents
37171 \family default
37172  dialog (see sec.
37173 \begin_inset space ~
37174 \end_inset
37175
37176
37177 \lang japanese
37178
37179 \begin_inset CommandInset ref
37180 LatexCommand ref
37181 reference "sec:子文書"
37182
37183 \end_inset
37184
37185
37186 \lang english
37187 ) rather than using this template.
37188 \begin_inset Newline newline
37189 \end_inset
37190
37191 You can use \SpecialChar TeX
37192  code commands such as 
37193 \series bold
37194
37195 \backslash
37196 Large
37197 \series default
37198
37199 \series bold
37200
37201 \backslash
37202 small
37203 \series default
37204 , etc.
37205 \begin_inset space \space{}
37206 \end_inset
37207
37208 in the text of the SVG.
37209  The size of the font will be taken from the settings of the \SpecialChar LyX
37210  document.
37211  Please refer to 
37212 \begin_inset CommandInset citation
37213 LatexCommand cite
37214 key "Inkscape"
37215 literal "false"
37216
37217 \end_inset
37218
37219  for more information and examples.
37220 \end_layout
37221
37222 \begin_layout Description
37223 この外部ひな型は,\SpecialChar LaTeX
37224 で書かれたテキストを含むベクトルグラフィック画像(SVG)をサポートします.ただし,
37225 \noun on
37226 Inkscape
37227 \noun default
37228  
37229 \begin_inset CommandInset citation
37230 LatexCommand cite
37231 key "Inkscape"
37232 literal "false"
37233
37234 \end_inset
37235
37236 プログラムで図をPDFとして保存する際に,
37237 \family sans
37238 Omit text in PDF and create LaTeX file
37239 \family default
37240 オプションを指定することが前提です.これによって,\SpecialChar LaTeX
37241 がテキストを組版できる形で,SVG画像をインクルードすることができます.このようなSVGを使う利点として,文書
37242 全体で文字様式を統一することができることが挙げられます.
37243 \begin_inset Newline newline
37244 \end_inset
37245
37246 SVGのテキスト中では, 
37247 \series bold
37248
37249 \backslash
37250 Large
37251 \series default
37252
37253 \series bold
37254
37255 \backslash
37256 small
37257 \series default
37258 のような\SpecialChar TeX
37259 コードコマンドを使用することができます.フォントの大きさは,\SpecialChar LyX
37260 文書の設定から採用されます.詳しい情報と用例については
37261 \begin_inset CommandInset citation
37262 LatexCommand cite
37263 key "Inkscape"
37264 literal "false"
37265
37266 \end_inset
37267
37268 を参照してください.
37269 \begin_inset Newline newline
37270 \end_inset
37271
37272 このように画像テキストは,周囲のフォント設定を考慮に入れますが,\SpecialChar LyX
37273 中のプレビューではそうならないことに注意してください.外部差込枠をプレビュー差込枠の中に入れると
37274
37275 \family sans
37276 挿入\SpecialChar menuseparator
37277 プレビュー
37278 \family default
37279 メニュー),より良い結果が得られます.
37280 \begin_inset Newline newline
37281 \end_inset
37282
37283 このひな型は,Xfigサポートと非常に似た動作をします.\SpecialChar LyX
37284 は画像中のテキストを独立した\SpecialChar TeX
37285 ファイルに抜き出し,残りをPDFファイルに生成します.
37286 \end_layout
37287
37288 \begin_layout Description
37289 Lilypond組版楽譜 このひな型は,
37290 \series bold
37291
37292 \begin_inset CommandInset href
37293 LatexCommand href
37294 name "LilyPond"
37295 target "https://ja.wikipedia.org/wiki/GNU_LilyPond"
37296 literal "false"
37297
37298 \end_inset
37299
37300
37301 \series default
37302 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
37303 におけるLilyPond拡張サポートについては,\SpecialChar LyX
37304 用例ファイル
37305 \emph on
37306 lilypond.lyx
37307 \emph default
37308 をご覧ください.
37309 \end_layout
37310
37311 \begin_layout Description
37312 PDFページ このひな型を使えば,PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,ダイアログ中のひな型の解説に沿って,
37313 \family sans
37314 \SpecialChar LaTeX
37315 と\SpecialChar LyX
37316 オプション
37317 \family default
37318 タブ中の
37319 \family sans
37320 オプション
37321 \family default
37322 フィールドに
37323 \emph on
37324 pages
37325 \emph default
37326 オプションを指定してください.このオプションの引数は,コンマ区切りのリストで,ページ番号(オプションを
37327 \series bold
37328 pages={3,5,6,8}
37329 \series default
37330 の形で入れる)やページ範囲(
37331 \series bold
37332 pages={4-9}
37333 \series default
37334 ),あるいはこれらの組み合わせで指定できます.空のページを入れるには,{}を指定してください.例えば,
37335 \series bold
37336 pages={3,{},8-11,15}
37337 \series default
37338 は,3ページ目と空のページ,8・9・10・11・15ページ目を挿入します.ページ範囲は,
37339 \emph on
37340 開始頁-終了頁
37341 \emph default
37342 の文法で指定します.これは,
37343 \emph on
37344 開始頁
37345 \emph default
37346
37347 \emph on
37348 終了頁
37349 \emph default
37350 の間のすべてのページを選択します.
37351 \emph on
37352 開始頁
37353 \emph default
37354 を省略すると,1ページ目を指定したのと同じ事になり,
37355 \emph on
37356 終了頁
37357 \emph default
37358 を省略すると,文書の最終ページを指定したのと同じ事になります.最終ページは,
37359 \series bold
37360 last
37361 \series default
37362 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
37363 \series bold
37364 pages=-
37365 \series default
37366 は文書の全ページを挿入することになり,
37367 \series bold
37368 pages=last-1
37369 \series default
37370 は全ページを逆順で挿入します.pagesオプションを指定しないと,PDFの最初のページのみが挿入されます.
37371 \begin_inset Newline newline
37372 \end_inset
37373
37374
37375 \series bold
37376 noautoscale
37377 \series default
37378 オプションは,各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,各ページは文書のページ幅に合うように大きさが変更されます.
37379 \family sans
37380 寸法と回転
37381 \family default
37382 タブでは,取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
37383 \series bold
37384 noautoscale
37385 \series default
37386 オプションは無視されます.詳しい情報と取り得るオプション値については,\SpecialChar LaTeX
37387 パッケージ
37388 \series bold
37389 pdfpages
37390 \series default
37391 の取扱説明書
37392 \begin_inset CommandInset citation
37393 LatexCommand cite
37394 key "pdfpages"
37395 literal "true"
37396
37397 \end_inset
37398
37399 をご参照ください.
37400 \begin_inset Index idx
37401 status collapsed
37402
37403 \begin_layout Plain Layout
37404 \SpecialChar LaTeX
37405 ぱっけーじ@\SpecialChar LaTeX
37406 パッケージ ! pdfpages
37407 \end_layout
37408
37409 \end_inset
37410
37411
37412 \begin_inset Newline newline
37413 \end_inset
37414
37415 このひな型を
37416 \family sans
37417 Beamer
37418 \family default
37419 プレゼンテーションで使用するには,まず
37420 \family sans
37421 フレーム終了
37422 \family default
37423 環境を挿入して,続く段落で\SpecialChar TeX
37424 コードボックスを挿入し,
37425 \series bold
37426
37427 \backslash
37428 setbeamertemplate{background canvas}{}
37429 \series default
37430 というコマンドを入力してください.すると,PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,新しいフレ
37431 ームを開始するか,新しい節を開始することによって,Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐため
37432 に,ひな型を含む段落には,
37433 \family sans
37434 既定
37435 \family default
37436 配置を用いるようにしてください.
37437 \begin_inset Newline newline
37438 \end_inset
37439
37440 下記は,-5度回転させたPDFを取り込んだものです.
37441 \begin_inset Newline newline
37442 \end_inset
37443
37444
37445 \begin_inset Graphics
37446         filename ../clipart/Abstract.pdf
37447         rotateAngle -5
37448         rotateOrigin leftBottom
37449
37450 \end_inset
37451
37452
37453 \begin_inset Newline newline
37454 \end_inset
37455
37456
37457 \begin_inset Note Greyedout
37458 status open
37459
37460 \begin_layout Plain Layout
37461
37462 \series bold
37463 【訳註】
37464 \series default
37465 \SpecialChar LaTeX
37466 パッケージ
37467 \series bold
37468 pdfpages
37469 \series default
37470 は,pdflatexに基づいており,\SpecialChar LaTeX
37471 では組版ができない(\SpecialChar LaTeX
37472 パッケージ
37473 \series bold
37474 pdfpages
37475 \series default
37476 取扱説明書
37477 \begin_inset CommandInset citation
37478 LatexCommand cite
37479 key "pdfpages"
37480 literal "true"
37481
37482 \end_inset
37483
37484 参照)ため,この外部素材はp\SpecialChar LaTeX
37485 では使用することができません.英文版の取扱説明書では,上記のPDFは,
37486 \family sans
37487 挿入\SpecialChar menuseparator
37488 ファイル\SpecialChar menuseparator
37489 外部素材
37490 \family default
37491
37492 \family sans
37493 ひな型
37494 \family default
37495
37496 \family sans
37497 PDFページ
37498 \family default
37499 を指定して挿入されていますが,ここでは
37500 \family sans
37501 挿入\SpecialChar menuseparator
37502 画像
37503 \family default
37504 を使用して挿入しています.
37505 \end_layout
37506
37507 \end_inset
37508
37509
37510 \end_layout
37511
37512 \begin_layout Description
37513 ラスター画像 これはビットマップ画像に使用します.
37514 \family sans
37515 外部素材
37516 \family default
37517 ダイアログを使って入れる画像は,第
37518 \begin_inset CommandInset ref
37519 LatexCommand ref
37520 reference "sec:画像ダイアログ"
37521
37522 \end_inset
37523
37524 節にあるように
37525 \family sans
37526 画像
37527 \family default
37528 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ラスター画像を挿入した例です.
37529 \begin_inset External
37530         template RasterImage
37531         filename clipart/ToolbarEnvBox.png
37532
37533 \end_inset
37534
37535
37536 \end_layout
37537
37538 \begin_layout Description
37539 ベクトル画像 これは,ベクトル画像に使用することができます. 
37540 \family sans
37541 外部素材
37542 \family default
37543 ダイアログを使って入れる画像は,第
37544 \begin_inset CommandInset ref
37545 LatexCommand ref
37546 reference "sec:画像ダイアログ"
37547
37548 \end_inset
37549
37550 節にあるように
37551 \family sans
37552 画像
37553 \family default
37554 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ベクトル画像を挿入した例です.
37555 \begin_inset External
37556         template VectorGraphics
37557         filename ../clipart/SVG-Drawing.svg
37558         lyxscale 50
37559         scale 33
37560
37561 \end_inset
37562
37563
37564 \end_layout
37565
37566 \begin_layout Description
37567 XFig このひな型は,
37568 \begin_inset CommandInset href
37569 LatexCommand href
37570 name "Xfig"
37571 target "https://ja.wikipedia.org/wiki/Xfig"
37572 literal "false"
37573
37574 \end_inset
37575
37576 プログラムで作成した画像をサポートします.
37577 \end_layout
37578
37579 \begin_layout Standard
37580
37581 \family sans
37582 外部素材
37583 \family default
37584 ダイアログの
37585 \family sans
37586 ファイル
37587 \family default
37588 タブ中で
37589 \family sans
37590 下書き
37591 \family default
37592 オプションを指定すると,出力中には挿入したファイルのパスだけが表示されます.
37593 \begin_inset Newline newline
37594 \end_inset
37595
37596 \SpecialChar LyX
37597 中での外部素材は,ダイアログ内の
37598 \family sans
37599 LaTeXとLyXのオプション
37600 \family default
37601 タブにある
37602 \family sans
37603 LyX内に表示
37604 \family default
37605 オプションの指定に従って,
37606 \begin_inset Graphics
37607         filename clipart/ExternalMaterial.png
37608         scale 95
37609         scaleBeforeRotation
37610
37611 \end_inset
37612
37613 のようなボックスとして表示されるか,画像として表示されます.
37614 \end_layout
37615
37616 \begin_layout Standard
37617 取扱説明書
37618 \family sans
37619 \emph on
37620 カスタマイズ篇
37621 \family default
37622 \emph default
37623 には,自製のひな型を定義する方法が説明されています.
37624 \end_layout
37625
37626 \begin_layout Section
37627 子文書
37628 \begin_inset CommandInset label
37629 LatexCommand label
37630 name "sec:子文書"
37631
37632 \end_inset
37633
37634
37635 \begin_inset Index idx
37636 status collapsed
37637
37638 \begin_layout Plain Layout
37639 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
37640 \end_layout
37641
37642 \end_inset
37643
37644
37645 \begin_inset Index idx
37646 status collapsed
37647
37648 \begin_layout Plain Layout
37649 ふぁいる@ファイル ! いんくるーど@インクルード
37650 \end_layout
37651
37652 \end_inset
37653
37654
37655 \end_layout
37656
37657 \begin_layout Standard
37658 子文書は,大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,文書をいくつかのファイルに分割して,個別に修正できるようにした方
37659 が便利なことはよくあり,場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,親文書はこれら子文書を連結して,文書全体
37660 やその一部を印刷できるようにします.子文書は,\SpecialChar LaTeX
37661 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
37662 \end_layout
37663
37664 \begin_layout Standard
37665 親文書を開くことなく子文書で作業できるようにするには,子文書の
37666 \family sans
37667 文書
37668 \family default
37669 \SpecialChar menuseparator
37670
37671 \family sans
37672 設定
37673 \family default
37674 \SpecialChar menuseparator
37675
37676 \family sans
37677 文書クラス
37678 \family default
37679 メニューで親文書を指定してください.すると,子文書を編集する際には,\SpecialChar LyX
37680 がバックグラウンドでこの親文書を扱うようになります.
37681 \end_layout
37682
37683 \begin_layout Standard
37684 取り込んだ文書は,\SpecialChar LyX
37685 中で
37686 \begin_inset Graphics
37687         filename clipart/ChildDocument.png
37688         scale 95
37689         scaleBeforeRotation
37690
37691 \end_inset
37692
37693 のようなボックスとして表示されます.子文書を親文書に取り込むには,
37694 \family sans
37695 挿入
37696 \family default
37697 \SpecialChar menuseparator
37698
37699 \family sans
37700 ファイル
37701 \family default
37702 \SpecialChar menuseparator
37703
37704 \family sans
37705 子文書
37706 \family default
37707 メニューを使用します.するとダイアログが現れ,以下のように4つの取り込み方法を選択することができます.
37708 \end_layout
37709
37710 \begin_layout Description
37711 内包(include) \SpecialChar LyX
37712 文書と\SpecialChar LaTeX
37713 文書は,内包することができます.
37714 \family sans
37715 子文書
37716 \family default
37717 ダイアログの
37718 \family sans
37719 編集
37720 \family default
37721 ボタンを押すと,内包された文書が,\SpecialChar LyX
37722 中に新規ファイルタブとして開き,修正ができるようになります.
37723 \begin_inset Newline newline
37724 \end_inset
37725
37726
37727 \end_layout
37728
37729 \begin_layout Standard
37730 以下は,
37731 \family sans
37732 内包(include)
37733 \family default
37734 を使用して挿入した子文書です. 
37735 \begin_inset CommandInset include
37736 LatexCommand include
37737 filename "DummyDocument1.lyx"
37738
37739 \end_inset
37740
37741
37742 \end_layout
37743
37744 \begin_layout Standard
37745 取り込んだファイルの節番は,各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,上で取り込まんだ例示文書には,この節の小節として番号を振られた小節が
37746 あります.取り込んだ文書のラベルは,第
37747 \begin_inset CommandInset ref
37748 LatexCommand ref
37749 reference "subsec:外部文書の第1小節"
37750
37751 \end_inset
37752
37753 小節,のように参照することができます.
37754 \end_layout
37755
37756 \begin_layout Standard
37757 子文書のプリアンブルは無視され,親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,親文書は子文書の派生枝を無視します.取り込まれた文書
37758 は,新規頁から始まるように挿入され,改頁して終わります.
37759 \end_layout
37760
37761 \begin_layout Standard
37762 \begin_inset Note Greyedout
37763 status open
37764
37765 \begin_layout Plain Layout
37766
37767 \series bold
37768 【註】
37769 \series default
37770 \SpecialChar LyX
37771 または\SpecialChar LaTeX
37772 ファイルを内包する際,子文書が親文書と異なる文書クラスを使用している場合には,予期せぬ出力を避けるために,文書を書き出したり閲覧する際に警告が発せられます
37773
37774 \end_layout
37775
37776 \end_inset
37777
37778
37779 \end_layout
37780
37781 \begin_layout Description
37782 入力(input) この方法は,内包による方法に非常によく似ています.異なっている点は,
37783 \end_layout
37784
37785 \begin_deeper
37786 \begin_layout Itemize
37787 入力ファイルは,新規頁として始まることはなく,終わりに改頁されることもありません.
37788 \end_layout
37789
37790 \begin_layout Itemize
37791 入力ファイルは,\SpecialChar LyX
37792 設定の操作性
37793 \family sans
37794 \SpecialChar menuseparator
37795 表示
37796 \family default
37797 の下にある
37798 \family sans
37799 画像を表示
37800 \family default
37801 を有効にすると,\SpecialChar LyX
37802 中でプレビューすることができます.
37803 \end_layout
37804
37805 \begin_layout Itemize
37806 \SpecialChar LaTeX
37807 コマンドの
37808 \series bold
37809
37810 \backslash
37811 includeonly
37812 \series default
37813 は使用することができません.
37814 \end_layout
37815
37816 \end_deeper
37817 \begin_layout Standard
37818 右は,
37819 \family sans
37820 入力(input)
37821 \family default
37822 を使って挿入した子文書です. 
37823 \begin_inset CommandInset include
37824 LatexCommand input
37825 filename "DummyDocument2.lyx"
37826
37827 \end_inset
37828
37829
37830 \end_layout
37831
37832 \begin_layout Description
37833 原文儘(verbatim) この方法では,テキストファイルなら何でも取り込むことができます.出力中では,ファイルはそのソースコードの通りに表示され,テキスト中に
37834 用いられているコマンドは実行されません.
37835 \family sans
37836 出力の空白に印付けをする
37837 \family default
37838 オプションを有効にすると,ソースコード中のすべての空白文字に「
37839 \begin_inset ERT
37840 status collapsed
37841
37842 \begin_layout Plain Layout
37843
37844
37845 \backslash
37846 textvisiblespace 
37847 \end_layout
37848
37849 \end_inset
37850
37851 」文字を表示させることができます.
37852 \family sans
37853 挿入\SpecialChar menuseparator
37854 ファイル\SpecialChar menuseparator
37855 平文
37856 \family default
37857 メニューを使う方法との違いは,こちらは文書の内容が\SpecialChar LyX
37858 中に表示されないことです.
37859 \end_layout
37860
37861 \begin_layout Standard
37862 以下は,原文儘として挿入された子文書です. 
37863 \begin_inset CommandInset include
37864 LatexCommand verbatiminput
37865 filename "DummyTextDocument.txt"
37866
37867 \end_inset
37868
37869
37870 \begin_inset VSpace bigskip
37871 \end_inset
37872
37873 以下は,
37874 \family sans
37875 出力の空白に印付けをする
37876 \family default
37877 オプションを指定して,原文儘として挿入された子文書です. 
37878 \begin_inset CommandInset include
37879 LatexCommand verbatiminput*
37880 filename "DummyTextDocument.txt"
37881
37882 \end_inset
37883
37884
37885 \end_layout
37886
37887 \begin_layout Standard
37888 \begin_inset VSpace bigskip
37889 \end_inset
37890
37891
37892 \end_layout
37893
37894 \begin_layout Standard
37895 \begin_inset Note Greyedout
37896 status open
37897
37898 \begin_layout Plain Layout
37899
37900 \series bold
37901 【註】
37902 \series default
37903 上記の例でわかるように,
37904 \family sans
37905 原文儘(verbatim)
37906 \family default
37907 として取り込んだ文書の文章は,文書行の終わりで改行されません.
37908 \end_layout
37909
37910 \end_inset
37911
37912
37913 \end_layout
37914
37915 \begin_layout Standard
37916 \begin_inset Note Greyedout
37917 status open
37918
37919 \begin_layout Plain Layout
37920
37921 \series bold
37922 【訳註】
37923 \series default
37924 原文儘で日本語のファイルを読み込むときは,子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
37925 \end_layout
37926
37927 \end_inset
37928
37929
37930 \end_layout
37931
37932 \begin_layout Description
37933 プログラムリスト この型については,第
37934 \begin_inset CommandInset ref
37935 LatexCommand ref
37936 reference "cha:プログラムコードリスト"
37937
37938 \end_inset
37939
37940 章に説明されています.
37941 \end_layout
37942
37943 \begin_layout Standard
37944 \begin_inset Note Greyedout
37945 status open
37946
37947 \begin_layout Plain Layout
37948
37949 \series bold
37950 【註】
37951 \series default
37952 同一文書中に,同じ文書を異なる方法で二度取り込むと,\SpecialChar LaTeX
37953 で問題が発生する可能性があります.
37954 \end_layout
37955
37956 \end_inset
37957
37958
37959 \end_layout
37960
37961 \begin_layout Standard
37962 コンパイル時間を短縮したり,執筆中のbookの特定の章のみを配布したいなどの理由で,親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,子文書の
37963 一部を出力から排除することができます.これは,
37964 \family sans
37965 文書\SpecialChar menuseparator
37966 設定\SpecialChar menuseparator
37967 子文書
37968 \family default
37969 メニューから行うことができます.そこの一覧中の各子文書の
37970 \family sans
37971 出力に含める
37972 \family default
37973 列をダブルクリックすることによって,その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能するこ
37974 とにご注意ください).
37975 \family sans
37976 カウンタと引用を維持
37977 \family default
37978 オプションを有効にすると,\SpecialChar LyX
37979 は,すべてのページ番号と参照等が,文書全体を処理した時と同じように正しくなるようにします.これは,選択した部分文書が,文書全体のコンテ
37980 クストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,この機能を実現するには,\SpecialChar LyX
37981 はバックグラウンドで文書全体を処理しなくてはなりません.
37982 したがって,コンパイルの時間を節約し,カウンタや参照が必ずしも正しくなくてもいい場合には,このチェックボックスは外しておいてください.
37983 \end_layout
37984
37985 \begin_layout Standard
37986 あるいは,取り込んだファイルの各々を派生枝の中に入れる方法があります
37987 \begin_inset Foot
37988 status collapsed
37989
37990 \begin_layout Plain Layout
37991 派生枝は,\SpecialChar LyX
37992
37993 \emph on
37994 ユーザーの手引き
37995 \emph default
37996
37997 \emph on
37998 派生枝
37999 \emph default
38000 の節に説明されています.
38001 \end_layout
38002
38003 \end_inset
38004
38005 .派生枝を有効化したり無効化したりすることによって,取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,入力で取り込んだ部分文書につ
38006 いても動作するという利点があります.ただし,カウンタと参照は,この方法では維持されるとは限りません.
38007 \end_layout
38008
38009 \begin_layout Chapter
38010 プログラムコードリスト
38011 \begin_inset CommandInset label
38012 LatexCommand label
38013 name "cha:プログラムコードリスト"
38014
38015 \end_inset
38016
38017
38018 \begin_inset Index idx
38019 status collapsed
38020
38021 \begin_layout Plain Layout
38022 りすと@リスト
38023 \end_layout
38024
38025 \end_inset
38026
38027
38028 \begin_inset Index idx
38029 status collapsed
38030
38031 \begin_layout Plain Layout
38032 ぷろぐらむこーど@プログラムコード
38033 \end_layout
38034
38035 \end_inset
38036
38037
38038 \begin_inset Index idx
38039 status collapsed
38040
38041 \begin_layout Plain Layout
38042 ふろーと@フロート ! りすと@リスト
38043 \end_layout
38044
38045 \end_inset
38046
38047
38048 \end_layout
38049
38050 \begin_layout Standard
38051 プログラムコードを取り込んで組版するには,
38052 \family sans
38053 挿入
38054 \family default
38055 \SpecialChar menuseparator
38056
38057 \family sans
38058 プログラムリスト
38059 \family default
38060 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
38061 パッケージ
38062 \series bold
38063 listings
38064 \series default
38065
38066 \begin_inset Index idx
38067 status collapsed
38068
38069 \begin_layout Plain Layout
38070 \SpecialChar LaTeX
38071 ぱっけーじ@\SpecialChar LaTeX
38072 パッケージ ! listings
38073 \end_layout
38074
38075 \end_inset
38076
38077 または
38078 \series bold
38079 minted
38080 \series default
38081
38082 \begin_inset Index idx
38083 status collapsed
38084
38085 \begin_layout Plain Layout
38086 \SpecialChar LaTeX
38087 ぱっけーじ@\SpecialChar LaTeX
38088 パッケージ ! minted
38089 \end_layout
38090
38091 \end_inset
38092
38093 は,使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.一文書中では,これらのパッケージのうち一つしか使うことができません.既定値では,
38094 \series bold
38095 listings
38096 \series default
38097 が用いられます.
38098 \end_layout
38099
38100 \begin_layout Standard
38101 \begin_inset Note Note
38102 status open
38103
38104 \begin_layout Plain Layout
38105
38106 \series bold
38107 【註】
38108 \series default
38109 \SpecialChar LyX
38110 は,ユーザーが変換子の定義に
38111 \family typewriter
38112 -shell-escape
38113 \family default
38114 オプションを付けることを推奨したく
38115 \emph on
38116 ありません
38117 \emph default
38118 .これは動作しますが,莫大なセキュリティリスクを背負い込むことになります.これへの対処については,活発な議論が交わされています.これは,解決次第,適切にアップデ
38119 ートされる可能性があります.
38120 \end_layout
38121
38122 \begin_layout Plain Layout
38123 =====
38124 \end_layout
38125
38126 \begin_layout Plain Layout
38127
38128 \series bold
38129 minted
38130 \series default
38131 を使うためには,文書設定の
38132 \family sans
38133 プログラムリスト
38134 \family default
38135 で,文法ハイライト用パッケージとしてこれを選択する必要があります.さらに,
38136 \series bold
38137 minted
38138 \series default
38139 は,追加的に
38140 \noun on
38141 Python
38142 \noun default
38143 ソフトウェアの
38144 \family sans
38145 pygments
38146 \family default
38147 モジュールを必要とし
38148 \begin_inset Foot
38149 status collapsed
38150
38151 \begin_layout Plain Layout
38152 Windows版\SpecialChar LyX
38153 では,
38154 \family sans
38155 pygments
38156 \family default
38157 はすでに導入済みです.
38158 \end_layout
38159
38160 \end_inset
38161
38162 ,\SpecialChar LaTeX
38163 処理子に
38164 \family typewriter
38165 -shell-escape
38166 \family default
38167 オプションを付ける必要があります.例えば,文書を
38168 \family sans
38169 PDF
38170 \begin_inset space ~
38171 \end_inset
38172
38173 (pdflatex)
38174 \family default
38175 形式で閲覧・書き出ししたい場合には,\SpecialChar LyX
38176 設定の
38177 \family sans
38178 ファイル処理\SpecialChar menuseparator
38179 変換子
38180 \family default
38181 に行って,
38182 \family sans
38183 LaTeX
38184 \begin_inset space ~
38185 \end_inset
38186
38187 (pdflatex) -> PDF
38188 \begin_inset space ~
38189 \end_inset
38190
38191 (pdflatex)
38192 \family default
38193 項目を開き,
38194 \family sans
38195 変換子
38196 \family default
38197 フィールドを見ます.この内容は,既定では
38198 \begin_inset Newline newline
38199 \end_inset
38200
38201
38202 \series bold
38203 pdflatex $$i
38204 \series default
38205
38206 \begin_inset Newline newline
38207 \end_inset
38208
38209 となっているはずですが,これを
38210 \begin_inset Newline newline
38211 \end_inset
38212
38213
38214 \series bold
38215 pdflatex $$i -shell-escape
38216 \begin_inset Newline newline
38217 \end_inset
38218
38219
38220 \series default
38221 に変更して,
38222 \family sans
38223 修正
38224 \family default
38225 ボタンを押し,引き続き
38226 \family sans
38227 適用
38228 \family default
38229
38230 \family sans
38231 保存
38232 \family default
38233 を押してください.
38234 \family sans
38235 PDF
38236 \begin_inset space ~
38237 \end_inset
38238
38239 (LuaTeX)
38240 \family default
38241
38242 \family sans
38243 PDF
38244 \begin_inset space ~
38245 \end_inset
38246
38247 (XeTeX)
38248 \family default
38249 の出力形式に対しても,同じことを行います.
38250 \end_layout
38251
38252 \end_inset
38253
38254
38255 \end_layout
38256
38257 \begin_layout Standard
38258 プログラムリスト差込枠を右クリックすると,コンテクストメニューが開き,リスト書式を設定することができます.
38259 \end_layout
38260
38261 \begin_layout Standard
38262 既定では,出力におけるプログラムリストは,新しい段落として始まります.配置オプションで
38263 \family sans
38264 行内リスト
38265 \family default
38266 を指定すると,リストは
38267 \begin_inset listings
38268 lstparams "language={C++}"
38269 inline true
38270 status collapsed
38271
38272 \begin_layout Plain Layout
38273
38274 int a=5;
38275 \end_layout
38276
38277 \end_inset
38278
38279 のように行内に印字されます.
38280 \begin_inset Newline newline
38281 \end_inset
38282
38283
38284 \family sans
38285 フロート
38286 \family default
38287 オプションは,プログラムリストフロートを生成するものですが,ここで,第
38288 \begin_inset CommandInset ref
38289 LatexCommand ref
38290 reference "sec:フロートの配置"
38291
38292 \end_inset
38293
38294 節に説明されているフロート配置オプションに従って,「
38295 \family sans
38296 h
38297 \family default
38298 」「
38299 \family sans
38300 t
38301 \family default
38302 」「
38303 \family sans
38304 b
38305 \family default
38306 」「
38307 \family sans
38308 p
38309 \family default
38310 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,「
38311 \family sans
38312 htbp
38313 \family default
38314 」のように区切りを入れることなく入力することができます.「
38315 \family sans
38316 h
38317 \family default
38318 」オプションは効かない場合がありますが,フロートでないプログラムリストにもキャプションを入れることができ,また参照もできるので,この場合には
38319 \family sans
38320 フロート
38321 \family default
38322 オプションを使用しなければ大丈夫です.
38323 \end_layout
38324
38325 \begin_layout Standard
38326
38327 \family sans
38328 挿入
38329 \family default
38330 \SpecialChar menuseparator
38331
38332 \family sans
38333 キャプション
38334 \family default
38335 メニューを使えば,行中でないプログラムリストには,キャプションを付けることができます.プログラムリストは,フロート同様,リスト
38336 \begin_inset CommandInset ref
38337 LatexCommand ref
38338 reference "lst:ListFloat"
38339
38340 \end_inset
38341
38342 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
38343 \family sans
38344 挿入\SpecialChar menuseparator
38345 一覧/目次\SpecialChar menuseparator
38346 プログラムリスト一覧
38347 \family default
38348 で作成することができます.一覧の項目には,プログラムリストのキャプションとプログラムリスト番号が入ります.
38349 \end_layout
38350
38351 \begin_layout Standard
38352 \begin_inset listings
38353 lstparams "language=Python"
38354 inline false
38355 status open
38356
38357 \begin_layout Plain Layout
38358
38359 \begin_inset Caption Standard
38360
38361 \begin_layout Plain Layout
38362 \begin_inset CommandInset label
38363 LatexCommand label
38364 name "lst:ListFloat"
38365
38366 \end_inset
38367
38368 Example Listing Float
38369 \end_layout
38370
38371 \end_inset
38372
38373 # Example listing float
38374 \end_layout
38375
38376 \begin_layout Plain Layout
38377
38378 def func(param):
38379 \end_layout
38380
38381 \begin_layout Plain Layout
38382
38383     'this is a python function'
38384 \end_layout
38385
38386 \begin_layout Plain Layout
38387
38388     pass
38389 \end_layout
38390
38391 \end_inset
38392
38393
38394 \end_layout
38395
38396 \begin_layout Standard
38397 \begin_inset Note Greyedout
38398 status open
38399
38400 \begin_layout Plain Layout
38401
38402 \series bold
38403 【註】listings
38404 \series default
38405 パッケージは,既定ではプログラムリストの前にキャプションを置きます.
38406 \begin_inset Newline newline
38407 \end_inset
38408
38409
38410 \series bold
38411 minted
38412 \series default
38413 パッケージは,フロートの場合,既定ではプログラムリストの後にキャプションを置きます.フロートでない場合には,キャプションは,一行目に入れられた場合にはプログラム
38414 リストの前に組版され,そうでなければリストの後に置かれます.常にプログラムリストの前に置くように強制するためには,プリアンブルの最後に下記の行を加えてください.
38415 \begin_inset Newline newline
38416 \end_inset
38417
38418
38419 \series bold
38420
38421 \backslash
38422 @ifundefined{newfloat}
38423 \begin_inset Newline newline
38424 \end_inset
38425
38426
38427 \begin_inset Phantom HPhantom
38428 status open
38429
38430 \begin_layout Plain Layout
38431 \begin_inset space ~
38432 \end_inset
38433
38434
38435 \end_layout
38436
38437 \end_inset
38438
38439 {
38440 \backslash
38441 usepackage{float}}{}
38442 \begin_inset Newline newline
38443 \end_inset
38444
38445
38446 \backslash
38447 floatstyle{plaintop}
38448 \series default
38449
38450 \begin_inset Note Note
38451 status collapsed
38452
38453 \begin_layout Plain Layout
38454 文書全体を対象とするフロート配置設定を行うと,\SpecialChar LyX
38455 は自動的に
38456 \series bold
38457 float
38458 \series default
38459 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
38460 \series bold
38461
38462 \backslash
38463 @ifundefined
38464 \series default
38465 が使用されています.
38466 \end_layout
38467
38468 \end_inset
38469
38470
38471 \end_layout
38472
38473 \end_inset
38474
38475
38476 \end_layout
38477
38478 \begin_layout Standard
38479 プログラムリストダイアログでプログラミング言語を指定すると,その言語のキーワードが識別されて,出力中で特別に組版されます.上の例示プログラムリストでは,Pyth
38480 onのキーワード「def」が識別され,ボールド体で出力されます.
38481 \end_layout
38482
38483 \begin_layout Standard
38484 \begin_inset Note Greyedout
38485 status open
38486
38487 \begin_layout Plain Layout
38488
38489 \series bold
38490 【註】
38491 \series default
38492 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,おそらくお使いの
38493 \family typewriter
38494 typewriter
38495 \family default
38496 フォントがボールド体を提供していません.この場合には,
38497 \family sans
38498 文書
38499 \family default
38500 \SpecialChar menuseparator
38501
38502 \family sans
38503 設定
38504 \family default
38505 \SpecialChar menuseparator
38506
38507 \family sans
38508 フォント
38509 \family default
38510 メニューで別のフォントを選択してください(
38511 \emph on
38512 LuxiMono
38513 \emph default
38514
38515 \emph on
38516 BeraMono
38517 \emph default
38518
38519 \emph on
38520 Courier
38521 \emph default
38522 の各フォントはボールド体を提供します).
38523 \end_layout
38524
38525 \end_inset
38526
38527
38528 \end_layout
38529
38530 \begin_layout Standard
38531 \begin_inset Note Greyedout
38532 status open
38533
38534 \begin_layout Plain Layout
38535
38536 \series bold
38537 【訳註】
38538 \series default
38539 プログラムリスト差込枠中では,日本語のエンコーディングを表示できないため,日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
38540 \end_layout
38541
38542 \end_inset
38543
38544
38545 \end_layout
38546
38547 \begin_layout Standard
38548 プログラムリストダイアログの
38549 \family sans
38550 行番号
38551 \family default
38552 のセクションでは,行番号の様式を指定することができます.
38553 \family sans
38554 行間
38555 \family default
38556 フィールドでは,どの行に番号を振るかを指定する数字を入れることができます.たとえば,「3」と入れると,3行ごとに数字が振られます.
38557 \end_layout
38558
38559 \begin_layout Standard
38560 さらに行の範囲を指定することもでき,この場合にはこれらの行のみが出力に表示されます.
38561 \family sans
38562 拡張文字コード表を使う
38563 \family default
38564 オプションは,
38565 \series bold
38566 listings
38567 \series default
38568 パッケージにのみ有効であり,プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合に使用します.
38569 \begin_inset Newline newline
38570 \end_inset
38571
38572
38573 \begin_inset Note Greyedout
38574 status open
38575
38576 \begin_layout Plain Layout
38577
38578 \series bold
38579 【訳註】
38580 \series default
38581 これは,p\SpecialChar LaTeX
38582 ではうまく動作しません.
38583 \end_layout
38584
38585 \end_inset
38586
38587
38588 \begin_inset Newline newline
38589 \end_inset
38590
38591 以下は,左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
38592 \begin_inset space \thinspace{}
38593 \end_inset
38594
38595 -
38596 \begin_inset space \thinspace{}
38597 \end_inset
38598
38599 8」で設定したプログラムリストの例です.
38600 \end_layout
38601
38602 \begin_layout Standard
38603 \begin_inset listings
38604 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38605 inline false
38606 status open
38607
38608 \begin_layout Plain Layout
38609
38610 def func(param):
38611 \end_layout
38612
38613 \begin_layout Plain Layout
38614
38615     'this is a python function'
38616 \end_layout
38617
38618 \begin_layout Plain Layout
38619
38620     pass
38621 \end_layout
38622
38623 \begin_layout Plain Layout
38624
38625 def func(param):
38626 \end_layout
38627
38628 \begin_layout Plain Layout
38629
38630 'This is a German word: Tschuss'
38631 \end_layout
38632
38633 \begin_layout Plain Layout
38634
38635 pass
38636 \end_layout
38637
38638 \begin_layout Plain Layout
38639
38640 def func(param):
38641 \end_layout
38642
38643 \begin_layout Plain Layout
38644
38645 'this is a python function'
38646 \end_layout
38647
38648 \begin_layout Plain Layout
38649
38650 pass
38651 \end_layout
38652
38653 \end_inset
38654
38655
38656 \end_layout
38657
38658 \begin_layout Standard
38659 プログラムリスト中でタビュレータを使う場合は,タビュレータが確保する文字の数を
38660 \family sans
38661 タビュレータの大きさ
38662 \family default
38663 フィールドで指定することができます.
38664 \end_layout
38665
38666 \begin_layout Standard
38667 \begin_inset Note Greyedout
38668 status open
38669
38670 \begin_layout Plain Layout
38671
38672 \series bold
38673 【註】listings
38674 \series default
38675 パッケージにはバグがあり,前にプログラムリストがある毎に,行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,2行目と5行目
38676 に振られているのはこのためです.
38677 \end_layout
38678
38679 \end_inset
38680
38681
38682 \end_layout
38683
38684 \begin_layout Standard
38685 \begin_inset VSpace bigskip
38686 \end_inset
38687
38688
38689 \end_layout
38690
38691 \begin_layout Standard
38692 また,ファイルの各行をプログラムリストとして印字することも可能です.そのためには,
38693 \family sans
38694 挿入
38695 \family default
38696 \SpecialChar menuseparator
38697
38698 \family sans
38699 ファイル
38700 \family default
38701 \SpecialChar menuseparator
38702
38703 \family sans
38704 子文書
38705 \family default
38706 メニューを使用して
38707 \family sans
38708 プログラムリスト
38709 \family default
38710 型を選択してください
38711 \begin_inset Foot
38712 status collapsed
38713
38714 \begin_layout Plain Layout
38715 他の子文書型については,第 section
38716 \begin_inset space ~
38717 \end_inset
38718
38719
38720 \begin_inset CommandInset ref
38721 LatexCommand ref
38722 reference "sec:子文書"
38723
38724 \end_inset
38725
38726 節に説明があります.
38727 \end_layout
38728
38729 \end_inset
38730
38731 .子文書ダイアログでは,テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,テキストボックス中で
38732 疑問符「?」を打鍵してください.
38733 \end_layout
38734
38735 \begin_layout Standard
38736 子文書プログラムリストを参照したい場合には,子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,このラベルは
38737 \family sans
38738 挿入
38739 \family default
38740 \SpecialChar menuseparator
38741
38742 \family sans
38743 相互参照
38744 \family default
38745 メニューを使って参照できるようになります.
38746 \end_layout
38747
38748 \begin_layout Standard
38749 プログラムリスト
38750 \begin_inset CommandInset ref
38751 LatexCommand ref
38752 reference "lst:file-listing"
38753
38754 \end_inset
38755
38756 は,ファイルを使ったプログラムリストの一例です.ここでは,この\SpecialChar LyX
38757 ファイルの10行目から15行目が表示されています.
38758 \end_layout
38759
38760 \begin_layout Standard
38761 \begin_inset CommandInset include
38762 LatexCommand lstinputlisting
38763 filename "EmbeddedObjects.lyx"
38764 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
38765
38766 \end_inset
38767
38768
38769 \end_layout
38770
38771 \begin_layout Standard
38772 \begin_inset VSpace bigskip
38773 \end_inset
38774
38775
38776 \end_layout
38777
38778 \begin_layout Standard
38779 リストに数式を入れるには,以下のようにします.
38780 \end_layout
38781
38782 \begin_layout Enumerate
38783 リストダイアログを開き,
38784 \family sans
38785 詳細
38786 \family default
38787 タブのフィールド中に
38788 \begin_inset Newline newline
38789 \end_inset
38790
38791
38792 \family sans
38793 mathescape=true
38794 \family default
38795
38796 \begin_inset Newline newline
38797 \end_inset
38798
38799 と書き加えます.
38800 \end_layout
38801
38802 \begin_layout Enumerate
38803 リスト外で数式を作成します.
38804 \end_layout
38805
38806 \begin_layout Enumerate
38807 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
38808 \begin_inset Info
38809 type  "shortcut"
38810 arg   "copy"
38811 \end_inset
38812
38813 ).
38814 \end_layout
38815
38816 \begin_layout Enumerate
38817 リストに「$$」と書き,クリップボードの内容をドルマークの間に貼り付けます(短縮キー
38818 \begin_inset Info
38819 type  "shortcut"
38820 arg   "paste"
38821 \end_inset
38822
38823 ).
38824 \end_layout
38825
38826 \begin_layout Standard
38827 \begin_inset listings
38828 lstparams "language=Python,mathescape=true"
38829 inline false
38830 status open
38831
38832 \begin_layout Plain Layout
38833
38834 \begin_inset Caption Standard
38835
38836 \begin_layout Plain Layout
38837 Example Listing float containing a formula
38838 \end_layout
38839
38840 \end_inset
38841
38842 # Example listing float
38843 \end_layout
38844
38845 \begin_layout Plain Layout
38846
38847 def func(param):
38848 \end_layout
38849
38850 \begin_layout Plain Layout
38851
38852     # $
38853 \backslash
38854 prod_{n=1}^{
38855 \backslash
38856 infty}
38857 \backslash
38858 ,
38859 \backslash
38860 frac{1}{x^{2}}$
38861 \end_layout
38862
38863 \begin_layout Plain Layout
38864
38865     pass
38866 \end_layout
38867
38868 \end_inset
38869
38870
38871 \end_layout
38872
38873 \begin_layout Standard
38874 \begin_inset VSpace bigskip
38875 \end_inset
38876
38877
38878 \end_layout
38879
38880 \begin_layout Standard
38881 大域的なプログラムリストの設定は,
38882 \family sans
38883 文書
38884 \family default
38885 \SpecialChar menuseparator
38886
38887 \family sans
38888 設定
38889 \family default
38890 \SpecialChar menuseparator
38891
38892 \family sans
38893 リスト
38894 \family default
38895 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
38896 \family sans
38897 プログラムリスト設定
38898 \family default
38899 フィールドで疑問符「?」を打鍵してください.
38900 \end_layout
38901
38902 \begin_layout Standard
38903
38904 \series bold
38905 listings
38906 \series default
38907 及び
38908 \series bold
38909 minted
38910 \series default
38911 パッケージについての詳しい情報については,取扱説明書
38912 \begin_inset CommandInset citation
38913 LatexCommand cite
38914 key "listings,minted"
38915 literal "true"
38916
38917 \end_inset
38918
38919 をご参照ください.
38920 \end_layout
38921
38922 \begin_layout Standard
38923 \begin_inset Newpage newpage
38924 \end_inset
38925
38926
38927 \end_layout
38928
38929 \begin_layout Chapter
38930 \start_of_appendix
38931 \SpecialChar LyX
38932 で使用できる単位
38933 \begin_inset Index idx
38934 status collapsed
38935
38936 \begin_layout Plain Layout
38937 たんい@単位
38938 \end_layout
38939
38940 \end_inset
38941
38942
38943 \begin_inset CommandInset label
38944 LatexCommand label
38945 name "cha:LyXで使用できる単位"
38946
38947 \end_inset
38948
38949
38950 \end_layout
38951
38952 \begin_layout Standard
38953 この文書で用いられる単位の理解のために,表
38954 \begin_inset CommandInset ref
38955 LatexCommand ref
38956 reference "tab:単位"
38957
38958 \end_inset
38959
38960 に,\SpecialChar LyX
38961 で使うことのできる単位をまとめておきます.
38962 \end_layout
38963
38964 \begin_layout Standard
38965 \begin_inset Float table
38966 placement h
38967 wide false
38968 sideways false
38969 status open
38970
38971 \begin_layout Plain Layout
38972 \begin_inset Caption Standard
38973
38974 \begin_layout Plain Layout
38975 \begin_inset CommandInset label
38976 LatexCommand label
38977 name "tab:単位"
38978
38979 \end_inset
38980
38981 単位
38982 \end_layout
38983
38984 \end_inset
38985
38986
38987 \end_layout
38988
38989 \begin_layout Plain Layout
38990 \begin_inset VSpace medskip
38991 \end_inset
38992
38993
38994 \end_layout
38995
38996 \begin_layout Plain Layout
38997 \align center
38998 \begin_inset Tabular
38999 <lyxtabular version="3" rows="21" columns="3">
39000 <features tabularvalignment="middle">
39001 <column alignment="center" valignment="top">
39002 <column alignment="center" valignment="middle" width="50col%">
39003 <column alignment="center" valignment="top">
39004 <row>
39005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39006 \begin_inset Text
39007
39008 \begin_layout Plain Layout
39009 単位
39010 \end_layout
39011
39012 \end_inset
39013 </cell>
39014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39015 \begin_inset Text
39016
39017 \begin_layout Plain Layout
39018 名称/摘要
39019 \end_layout
39020
39021 \end_inset
39022 </cell>
39023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39024 \begin_inset Text
39025
39026 \begin_layout Plain Layout
39027 \SpecialChar LaTeX
39028  コマンド
39029 \end_layout
39030
39031 \end_inset
39032 </cell>
39033 </row>
39034 <row>
39035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39036 \begin_inset Text
39037
39038 \begin_layout Plain Layout
39039 bp
39040 \end_layout
39041
39042 \end_inset
39043 </cell>
39044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39045 \begin_inset Text
39046
39047 \begin_layout Plain Layout
39048 ビッグポイント (72
39049 \begin_inset space \thinspace{}
39050 \end_inset
39051
39052 bp = 1
39053 \begin_inset space \thinspace{}
39054 \end_inset
39055
39056 in)
39057 \end_layout
39058
39059 \end_inset
39060 </cell>
39061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39062 \begin_inset Text
39063
39064 \begin_layout Plain Layout
39065 -
39066 \end_layout
39067
39068 \end_inset
39069 </cell>
39070 </row>
39071 <row>
39072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39073 \begin_inset Text
39074
39075 \begin_layout Plain Layout
39076 cc
39077 \end_layout
39078
39079 \end_inset
39080 </cell>
39081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39082 \begin_inset Text
39083
39084 \begin_layout Plain Layout
39085 シセロ (1
39086 \begin_inset space \thinspace{}
39087 \end_inset
39088
39089 cc = 12
39090 \begin_inset space \thinspace{}
39091 \end_inset
39092
39093 dd)
39094 \end_layout
39095
39096 \end_inset
39097 </cell>
39098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39099 \begin_inset Text
39100
39101 \begin_layout Plain Layout
39102 -
39103 \end_layout
39104
39105 \end_inset
39106 </cell>
39107 </row>
39108 <row>
39109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39110 \begin_inset Text
39111
39112 \begin_layout Plain Layout
39113 cm
39114 \end_layout
39115
39116 \end_inset
39117 </cell>
39118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39119 \begin_inset Text
39120
39121 \begin_layout Plain Layout
39122 センチメートル
39123 \end_layout
39124
39125 \end_inset
39126 </cell>
39127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39128 \begin_inset Text
39129
39130 \begin_layout Plain Layout
39131 -
39132 \end_layout
39133
39134 \end_inset
39135 </cell>
39136 </row>
39137 <row>
39138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39139 \begin_inset Text
39140
39141 \begin_layout Plain Layout
39142 dd
39143 \end_layout
39144
39145 \end_inset
39146 </cell>
39147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39148 \begin_inset Text
39149
39150 \begin_layout Plain Layout
39151 ディドー (72
39152 \begin_inset space \thinspace{}
39153 \end_inset
39154
39155 dd 
39156 \begin_inset Formula $\approx$
39157 \end_inset
39158
39159  37.6
39160 \begin_inset space \thinspace{}
39161 \end_inset
39162
39163 mm)
39164 \end_layout
39165
39166 \end_inset
39167 </cell>
39168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39169 \begin_inset Text
39170
39171 \begin_layout Plain Layout
39172 -
39173 \end_layout
39174
39175 \end_inset
39176 </cell>
39177 </row>
39178 <row>
39179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39180 \begin_inset Text
39181
39182 \begin_layout Plain Layout
39183 em
39184 \end_layout
39185
39186 \end_inset
39187 </cell>
39188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39189 \begin_inset Text
39190
39191 \begin_layout Plain Layout
39192 現在のフォントの文字「M」の幅
39193 \end_layout
39194
39195 \end_inset
39196 </cell>
39197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39198 \begin_inset Text
39199
39200 \begin_layout Plain Layout
39201 -
39202 \end_layout
39203
39204 \end_inset
39205 </cell>
39206 </row>
39207 <row>
39208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39209 \begin_inset Text
39210
39211 \begin_layout Plain Layout
39212 ex
39213 \end_layout
39214
39215 \end_inset
39216 </cell>
39217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39218 \begin_inset Text
39219
39220 \begin_layout Plain Layout
39221 現在のフォントの文字「x」の高さ
39222 \end_layout
39223
39224 \end_inset
39225 </cell>
39226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39227 \begin_inset Text
39228
39229 \begin_layout Plain Layout
39230 -
39231 \end_layout
39232
39233 \end_inset
39234 </cell>
39235 </row>
39236 <row>
39237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39238 \begin_inset Text
39239
39240 \begin_layout Plain Layout
39241 in
39242 \end_layout
39243
39244 \end_inset
39245 </cell>
39246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39247 \begin_inset Text
39248
39249 \begin_layout Plain Layout
39250 インチ
39251 \end_layout
39252
39253 \end_inset
39254 </cell>
39255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39256 \begin_inset Text
39257
39258 \begin_layout Plain Layout
39259 -
39260 \end_layout
39261
39262 \end_inset
39263 </cell>
39264 </row>
39265 <row>
39266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39267 \begin_inset Text
39268
39269 \begin_layout Plain Layout
39270 mm
39271 \end_layout
39272
39273 \end_inset
39274 </cell>
39275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39276 \begin_inset Text
39277
39278 \begin_layout Plain Layout
39279 ミリメートル
39280 \end_layout
39281
39282 \end_inset
39283 </cell>
39284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39285 \begin_inset Text
39286
39287 \begin_layout Plain Layout
39288 -
39289 \end_layout
39290
39291 \end_inset
39292 </cell>
39293 </row>
39294 <row>
39295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39296 \begin_inset Text
39297
39298 \begin_layout Plain Layout
39299 mu
39300 \end_layout
39301
39302 \end_inset
39303 </cell>
39304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39305 \begin_inset Text
39306
39307 \begin_layout Plain Layout
39308 数式単位 (1
39309 \begin_inset space \thinspace{}
39310 \end_inset
39311
39312 mu = 1/18
39313 \begin_inset space \thinspace{}
39314 \end_inset
39315
39316 em)
39317 \end_layout
39318
39319 \end_inset
39320 </cell>
39321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39322 \begin_inset Text
39323
39324 \begin_layout Plain Layout
39325 -
39326 \end_layout
39327
39328 \end_inset
39329 </cell>
39330 </row>
39331 <row>
39332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39333 \begin_inset Text
39334
39335 \begin_layout Plain Layout
39336 pt
39337 \end_layout
39338
39339 \end_inset
39340 </cell>
39341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39342 \begin_inset Text
39343
39344 \begin_layout Plain Layout
39345 ポイント (72.27
39346 \begin_inset space \thinspace{}
39347 \end_inset
39348
39349 pt = 1
39350 \begin_inset space \thinspace{}
39351 \end_inset
39352
39353 in)
39354 \end_layout
39355
39356 \end_inset
39357 </cell>
39358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39359 \begin_inset Text
39360
39361 \begin_layout Plain Layout
39362 -
39363 \end_layout
39364
39365 \end_inset
39366 </cell>
39367 </row>
39368 <row>
39369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39370 \begin_inset Text
39371
39372 \begin_layout Plain Layout
39373 pc
39374 \end_layout
39375
39376 \end_inset
39377 </cell>
39378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39379 \begin_inset Text
39380
39381 \begin_layout Plain Layout
39382 パイカ (1
39383 \begin_inset space \thinspace{}
39384 \end_inset
39385
39386 pc = 12
39387 \begin_inset space \thinspace{}
39388 \end_inset
39389
39390 pt)
39391 \end_layout
39392
39393 \end_inset
39394 </cell>
39395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39396 \begin_inset Text
39397
39398 \begin_layout Plain Layout
39399 -
39400 \end_layout
39401
39402 \end_inset
39403 </cell>
39404 </row>
39405 <row>
39406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39407 \begin_inset Text
39408
39409 \begin_layout Plain Layout
39410 sp
39411 \end_layout
39412
39413 \end_inset
39414 </cell>
39415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39416 \begin_inset Text
39417
39418 \begin_layout Plain Layout
39419 スケールポイント (65536
39420 \begin_inset space \thinspace{}
39421 \end_inset
39422
39423 sp = 1
39424 \begin_inset space \thinspace{}
39425 \end_inset
39426
39427 pt)
39428 \end_layout
39429
39430 \end_inset
39431 </cell>
39432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39433 \begin_inset Text
39434
39435 \begin_layout Plain Layout
39436 -
39437 \end_layout
39438
39439 \end_inset
39440 </cell>
39441 </row>
39442 <row>
39443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39444 \begin_inset Text
39445
39446 \begin_layout Plain Layout
39447 画像の縮尺%
39448 \end_layout
39449
39450 \end_inset
39451 </cell>
39452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39453 \begin_inset Text
39454
39455 \begin_layout Plain Layout
39456 元の画像幅の%
39457 \end_layout
39458
39459 \end_inset
39460 </cell>
39461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39462 \begin_inset Text
39463
39464 \begin_layout Plain Layout
39465
39466 \end_layout
39467
39468 \end_inset
39469 </cell>
39470 </row>
39471 <row>
39472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39473 \begin_inset Text
39474
39475 \begin_layout Plain Layout
39476 本文幅%
39477 \end_layout
39478
39479 \end_inset
39480 </cell>
39481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39482 \begin_inset Text
39483
39484 \begin_layout Plain Layout
39485 テキスト幅の%
39486 \end_layout
39487
39488 \end_inset
39489 </cell>
39490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39491 \begin_inset Text
39492
39493 \begin_layout Plain Layout
39494
39495 \backslash
39496 textwidth
39497 \end_layout
39498
39499 \end_inset
39500 </cell>
39501 </row>
39502 <row>
39503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39504 \begin_inset Text
39505
39506 \begin_layout Plain Layout
39507 列幅%
39508 \end_layout
39509
39510 \end_inset
39511 </cell>
39512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39513 \begin_inset Text
39514
39515 \begin_layout Plain Layout
39516 組段幅の%
39517 \end_layout
39518
39519 \end_inset
39520 </cell>
39521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39522 \begin_inset Text
39523
39524 \begin_layout Plain Layout
39525
39526 \backslash
39527 columnwidth
39528 \end_layout
39529
39530 \end_inset
39531 </cell>
39532 </row>
39533 <row>
39534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39535 \begin_inset Text
39536
39537 \begin_layout Plain Layout
39538 ページ幅%
39539 \end_layout
39540
39541 \end_inset
39542 </cell>
39543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39544 \begin_inset Text
39545
39546 \begin_layout Plain Layout
39547 用紙幅の%
39548 \end_layout
39549
39550 \end_inset
39551 </cell>
39552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39553 \begin_inset Text
39554
39555 \begin_layout Plain Layout
39556
39557 \backslash
39558 paperwidth
39559 \end_layout
39560
39561 \end_inset
39562 </cell>
39563 </row>
39564 <row>
39565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39566 \begin_inset Text
39567
39568 \begin_layout Plain Layout
39569 行幅%
39570 \end_layout
39571
39572 \end_inset
39573 </cell>
39574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39575 \begin_inset Text
39576
39577 \begin_layout Plain Layout
39578 行幅の%
39579 \end_layout
39580
39581 \end_inset
39582 </cell>
39583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39584 \begin_inset Text
39585
39586 \begin_layout Plain Layout
39587
39588 \backslash
39589 linewidth
39590 \end_layout
39591
39592 \end_inset
39593 </cell>
39594 </row>
39595 <row>
39596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39597 \begin_inset Text
39598
39599 \begin_layout Plain Layout
39600 本文高%
39601 \end_layout
39602
39603 \end_inset
39604 </cell>
39605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39606 \begin_inset Text
39607
39608 \begin_layout Plain Layout
39609 テキスト高さの%
39610 \end_layout
39611
39612 \end_inset
39613 </cell>
39614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39615 \begin_inset Text
39616
39617 \begin_layout Plain Layout
39618
39619 \backslash
39620 textheight
39621 \end_layout
39622
39623 \end_inset
39624 </cell>
39625 </row>
39626 <row>
39627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39628 \begin_inset Text
39629
39630 \begin_layout Plain Layout
39631 ページ高%
39632 \end_layout
39633
39634 \end_inset
39635 </cell>
39636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39637 \begin_inset Text
39638
39639 \begin_layout Plain Layout
39640 用紙高さの%
39641 \end_layout
39642
39643 \end_inset
39644 </cell>
39645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39646 \begin_inset Text
39647
39648 \begin_layout Plain Layout
39649
39650 \backslash
39651 paperheight
39652 \end_layout
39653
39654 \end_inset
39655 </cell>
39656 </row>
39657 <row>
39658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39659 \begin_inset Text
39660
39661 \begin_layout Plain Layout
39662 行幅%
39663 \end_layout
39664
39665 \end_inset
39666 </cell>
39667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39668 \begin_inset Text
39669
39670 \begin_layout Plain Layout
39671
39672 \lang english
39673 % of height between baselines of two subsequent text lines
39674 \end_layout
39675
39676 \end_inset
39677 </cell>
39678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39679 \begin_inset Text
39680
39681 \begin_layout Plain Layout
39682
39683 \backslash
39684 baselineskip
39685 \end_layout
39686
39687 \end_inset
39688 </cell>
39689 </row>
39690 </lyxtabular>
39691
39692 \end_inset
39693
39694
39695 \end_layout
39696
39697 \end_inset
39698
39699
39700 \end_layout
39701
39702 \begin_layout Chapter
39703 画像を含む場合のファイル出力形式
39704 \begin_inset CommandInset label
39705 LatexCommand label
39706 name "cha:ファイル出力形式"
39707
39708 \end_inset
39709
39710
39711 \end_layout
39712
39713 \begin_layout Section
39714 DVI
39715 \begin_inset Index idx
39716 status collapsed
39717
39718 \begin_layout Plain Layout
39719 ふぁいるしょしき@ファイル書式 ! DVI
39720 \end_layout
39721
39722 \end_inset
39723
39724
39725 \begin_inset Index idx
39726 status collapsed
39727
39728 \begin_layout Plain Layout
39729 DVI
39730 \begin_inset ERT
39731 status collapsed
39732
39733 \begin_layout Plain Layout
39734
39735 |see{
39736 \end_layout
39737
39738 \end_inset
39739
39740 ファイル書式
39741 \begin_inset ERT
39742 status collapsed
39743
39744 \begin_layout Plain Layout
39745
39746 }
39747 \end_layout
39748
39749 \end_inset
39750
39751
39752 \end_layout
39753
39754 \end_inset
39755
39756
39757 \end_layout
39758
39759 \begin_layout Standard
39760 このファイル型の拡張子は「
39761 \family typewriter
39762 .dvi
39763 \family default
39764 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています.これはあるコンピュータから
39765 別のコンピュータへ,何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,これは当然のことでは全くありませんでした.DVIは手
39766 っ取り早くプレビューしたり,PostScriptなどの他の出力形式への中間段階として使用されます.
39767 \end_layout
39768
39769 \begin_layout Standard
39770 \begin_inset Note Greyedout
39771 status open
39772
39773 \begin_layout Plain Layout
39774
39775 \series bold
39776 【註】
39777 \series default
39778 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
39779 \end_layout
39780
39781 \end_inset
39782
39783 ですから,お使いの
39784 \family typewriter
39785 .dvi
39786 \family default
39787 ファイルを別のコンピュータに移すときには,このことを忘れてはいけません.この性質は,DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DV
39788 Iビューアは,DVIをスクロールする際,画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,画像のたくさんあるファイルの場合は,P
39789 DFを使用することをお勧めします.
39790 \end_layout
39791
39792 \begin_layout Standard
39793 使用中の文書は,
39794 \family sans
39795 ファイル
39796 \family default
39797 \SpecialChar menuseparator
39798
39799 \family sans
39800 書き出し
39801 \family default
39802 \SpecialChar menuseparator
39803
39804 \family sans
39805 DVI
39806 \family default
39807 メニューを使用して,DVIに書き出すことができます.
39808 \family sans
39809 表示
39810 \family default
39811 メニューから,文書をDVIとして表示させることもできます.
39812 \end_layout
39813
39814 \begin_layout Section
39815 PostScript
39816 \begin_inset Index idx
39817 status collapsed
39818
39819 \begin_layout Plain Layout
39820 ふぁいるしょしき@ファイル書式 ! PostScript
39821 \end_layout
39822
39823 \end_inset
39824
39825
39826 \begin_inset Index idx
39827 status collapsed
39828
39829 \begin_layout Plain Layout
39830 PostScript
39831 \begin_inset ERT
39832 status collapsed
39833
39834 \begin_layout Plain Layout
39835
39836 |see{
39837 \end_layout
39838
39839 \end_inset
39840
39841 ファイル書式
39842 \begin_inset ERT
39843 status collapsed
39844
39845 \begin_layout Plain Layout
39846
39847 }
39848 \end_layout
39849
39850 \end_inset
39851
39852
39853 \end_layout
39854
39855 \end_inset
39856
39857
39858 \end_layout
39859
39860 \begin_layout Standard
39861 このファイル型の拡張子は「
39862 \family typewriter
39863 .ps
39864 \family default
39865 」です.PostScriptは,
39866 \family typewriter
39867 Adobe
39868 \family default
39869 社によってプリンタ言語として開発されました.したがって,このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,計算を行った
39870 り図表や画像を描いたりすることもできるので,「プログラミング言語」と見なすことができます
39871 \begin_inset Foot
39872 status collapsed
39873
39874 \begin_layout Plain Layout
39875 これについてもう少し学ぶ気があれば,\SpecialChar LaTeX
39876 パッケージ
39877 \series bold
39878 PSTricks
39879 \series default
39880
39881 \begin_inset CommandInset citation
39882 LatexCommand cite
39883 key "pstricks"
39884 literal "true"
39885
39886 \end_inset
39887
39888 を見てみてください.
39889 \end_layout
39890
39891 \end_inset
39892
39893 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
39894 \end_layout
39895
39896 \begin_layout Standard
39897 PostScriptは,「Encapsulated PostScript(EPS:ファイル拡張子「
39898 \family typewriter
39899 .eps
39900 \family default
39901 」)」形式の画像のみを含めることができます.\SpecialChar LyX
39902 では,既知の画像形式であればどれでも文書中で使用することができるようになっているため,\SpecialChar LyX
39903 はバックグラウンドで画像をEP
39904 Sに変換しなくてはなりません.文書中に,仮に50の画像があれば,文書を表示したり書き出ししたりするたびに,\SpecialChar LyX
39905 は50もの変換を行わなくてはなりません.すると,\SpecialChar LyX
39906 で行う
39907 作業手順が,著しく遅れてしまいます.したがって,もしPostScriptを使用することを考えているならば,この問題を回避するために,画像を直接EPSとして入れて
39908 おく方がよいでしょう.
39909 \end_layout
39910
39911 \begin_layout Standard
39912 文書は,
39913 \family sans
39914 ファイル
39915 \family default
39916 \SpecialChar menuseparator
39917
39918 \family sans
39919 書き出し
39920 \family default
39921 \SpecialChar menuseparator
39922
39923 \family sans
39924 Postscript
39925 \family default
39926 メニューを使用して,PostScriptに書き出すことができます.使用中の文書は,
39927 \family sans
39928 表示
39929 \family default
39930 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
39931 \end_layout
39932
39933 \begin_layout Section
39934 PDF
39935 \begin_inset Index idx
39936 status collapsed
39937
39938 \begin_layout Plain Layout
39939 ふぁいるしょしき@ファイル書式 ! PDF
39940 \end_layout
39941
39942 \end_inset
39943
39944
39945 \begin_inset Index idx
39946 status collapsed
39947
39948 \begin_layout Plain Layout
39949 PDF
39950 \end_layout
39951
39952 \end_inset
39953
39954
39955 \end_layout
39956
39957 \begin_layout Standard
39958 このファイル型の拡張子は「
39959 \family typewriter
39960 .pdf
39961 \family default
39962 」です.この「Portable Document Format (PDF)」は,
39963 \family typewriter
39964 Adobe
39965 \family default
39966 社によってPostScriptの派生として開発されました.PDFは,PostScriptよりも圧縮されており,かなり少ないコマンドしか使いません.「portab
39967 le(可搬的)」の名称が示すとおり,この形式は,どのコンピュータシステムでも処理することができ,印字出力は全く同じように出すことができます.
39968 \end_layout
39969
39970 \begin_layout Standard
39971 PDFは画像を,同じPDF形式か,「Joint Photographic Experts Group(JPG:ファイル拡張子「
39972 \family typewriter
39973 .jpg
39974 \family default
39975 」または「
39976 \family typewriter
39977 .jpeg
39978 \family default
39979 」)」形式か,「Portable Network Graphics(PNG:ファイル拡張子「
39980 \family typewriter
39981 .png
39982 \family default
39983 」)」として含めることができます.それにもかかわらず,\SpecialChar LyX
39984 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,他の画像形式も自由に使用することができま
39985 す.しかし,PostScriptの節で説明したように,この画像変換は作業手順を遅らせます.したがって,上記で述べた3つの画像形式のうちいずれかを使用することをお
39986 勧めします.
39987 \end_layout
39988
39989 \begin_layout Standard
39990 使用中の文書は,
39991 \family sans
39992 ファイル
39993 \family default
39994 \SpecialChar menuseparator
39995
39996 \family sans
39997 書き出し
39998 \family default
39999 メニューを使用して,以下の3つの方法のうちいずれかでPDFに書き出すことができます.
40000 \end_layout
40001
40002 \begin_layout Description
40003 PDF
40004 \begin_inset space ~
40005 \end_inset
40006
40007 (ps2pdf) これは
40008 \family typewriter
40009 ps2pdf
40010 \family default
40011 プログラムを使って,現在のファイルのPostScript版からPDFを生成します.このPostScript版は,中間段階にDVI版を使用する
40012 \family typewriter
40013 dvips
40014 \family default
40015 プログラムによって生成されます.つまり,この書き出し方法は,3段階の変換を伴います.
40016 \end_layout
40017
40018 \begin_layout Description
40019 PDF
40020 \begin_inset space ~
40021 \end_inset
40022
40023 (dvipdfm) これは
40024 \family typewriter
40025 dvipdfm
40026 \family default
40027 プログラムを使って,現在のファイルをバックグラウンドでDVIに変換し,2段階目でPDFに変換します.
40028 \end_layout
40029
40030 \begin_layout Description
40031 PDF
40032 \begin_inset space ~
40033 \end_inset
40034
40035 (pdflatex) これは
40036 \family typewriter
40037 pdftex
40038 \family default
40039 プログラムを使って,現在のファイルを直接PDFに変換します.
40040 \end_layout
40041
40042 \begin_layout Standard
40043
40044 \family typewriter
40045 pdftex
40046 \family default
40047 は現在のPDF版のすべての機能をサポートし,高速で問題なく安定して動作するので,
40048 \family sans
40049 PDF
40050 \begin_inset space ~
40051 \end_inset
40052
40053 (pdflatex)
40054 \family default
40055 を使用することが推奨されます.
40056 \family typewriter
40057 dvipdfm
40058 \family default
40059 プログラムは開発が停止しており,若干時代遅れになっています.
40060 \end_layout
40061
40062 \begin_layout Standard
40063 使用中の文書をPDFとして表示するには,
40064 \family sans
40065 表示
40066 \family default
40067 メニューかツールバーボタン(これは
40068 \family sans
40069 PDF
40070 \begin_inset space ~
40071 \end_inset
40072
40073 (pdflatex)
40074 \family default
40075 を使用します)を用います.
40076 \end_layout
40077
40078 \begin_layout Chapter
40079 dvips色名一覧
40080 \begin_inset CommandInset label
40081 LatexCommand label
40082 name "chap:dvips色名一覧"
40083
40084 \end_inset
40085
40086
40087 \end_layout
40088
40089 \begin_layout Standard
40090 \begin_inset Tabular
40091 <lyxtabular version="3" rows="17" columns="4">
40092 <features tabularvalignment="middle">
40093 <column alignment="left" valignment="top" width="0pt">
40094 <column alignment="left" valignment="top" width="0pt">
40095 <column alignment="left" valignment="top" width="0pt">
40096 <column alignment="left" valignment="top" width="0pt">
40097 <row>
40098 <cell alignment="left" valignment="top" usebox="none">
40099 \begin_inset Text
40100
40101 \begin_layout Plain Layout
40102 \begin_inset ERT
40103 status collapsed
40104
40105 \begin_layout Plain Layout
40106
40107
40108 \backslash
40109 fcolorbox{black}{
40110 \end_layout
40111
40112 \end_inset
40113
40114 white
40115 \begin_inset ERT
40116 status collapsed
40117
40118 \begin_layout Plain Layout
40119
40120 }{
40121 \end_layout
40122
40123 \end_inset
40124
40125
40126 \begin_inset ERT
40127 status collapsed
40128
40129 \begin_layout Plain Layout
40130
40131 }
40132 \end_layout
40133
40134 \end_inset
40135
40136  色名
40137 \end_layout
40138
40139 \end_inset
40140 </cell>
40141 <cell alignment="left" valignment="top" usebox="none">
40142 \begin_inset Text
40143
40144 \begin_layout Plain Layout
40145 \begin_inset ERT
40146 status collapsed
40147
40148 \begin_layout Plain Layout
40149
40150
40151 \backslash
40152 fcolorbox{black}{
40153 \end_layout
40154
40155 \end_inset
40156
40157 white
40158 \begin_inset ERT
40159 status collapsed
40160
40161 \begin_layout Plain Layout
40162
40163 }{
40164 \end_layout
40165
40166 \end_inset
40167
40168
40169 \begin_inset ERT
40170 status collapsed
40171
40172 \begin_layout Plain Layout
40173
40174 }
40175 \end_layout
40176
40177 \end_inset
40178
40179  色名
40180 \end_layout
40181
40182 \end_inset
40183 </cell>
40184 <cell alignment="left" valignment="top" usebox="none">
40185 \begin_inset Text
40186
40187 \begin_layout Plain Layout
40188 \begin_inset ERT
40189 status collapsed
40190
40191 \begin_layout Plain Layout
40192
40193
40194 \backslash
40195 fcolorbox{black}{
40196 \end_layout
40197
40198 \end_inset
40199
40200 white
40201 \begin_inset ERT
40202 status collapsed
40203
40204 \begin_layout Plain Layout
40205
40206 }{
40207 \end_layout
40208
40209 \end_inset
40210
40211
40212 \begin_inset ERT
40213 status collapsed
40214
40215 \begin_layout Plain Layout
40216
40217 }
40218 \end_layout
40219
40220 \end_inset
40221
40222  色名
40223 \end_layout
40224
40225 \end_inset
40226 </cell>
40227 <cell alignment="left" valignment="top" usebox="none">
40228 \begin_inset Text
40229
40230 \begin_layout Plain Layout
40231 \begin_inset ERT
40232 status collapsed
40233
40234 \begin_layout Plain Layout
40235
40236
40237 \backslash
40238 fcolorbox{black}{
40239 \end_layout
40240
40241 \end_inset
40242
40243 white
40244 \begin_inset ERT
40245 status collapsed
40246
40247 \begin_layout Plain Layout
40248
40249 }{
40250 \end_layout
40251
40252 \end_inset
40253
40254
40255 \begin_inset ERT
40256 status collapsed
40257
40258 \begin_layout Plain Layout
40259
40260 }
40261 \end_layout
40262
40263 \end_inset
40264
40265  色名
40266 \end_layout
40267
40268 \end_inset
40269 </cell>
40270 </row>
40271 <row>
40272 <cell alignment="center" valignment="top" usebox="none">
40273 \begin_inset Text
40274
40275 \begin_layout Plain Layout
40276 \begin_inset ERT
40277 status collapsed
40278
40279 \begin_layout Plain Layout
40280
40281
40282 \backslash
40283 fcolorbox{black}{
40284 \end_layout
40285
40286 \end_inset
40287
40288 Apricot
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 \begin_inset Phantom Phantom
40301 status open
40302
40303 \begin_layout Plain Layout
40304 W
40305 \end_layout
40306
40307 \end_inset
40308
40309
40310 \begin_inset ERT
40311 status collapsed
40312
40313 \begin_layout Plain Layout
40314
40315 }
40316 \end_layout
40317
40318 \end_inset
40319
40320  Apricot
40321 \end_layout
40322
40323 \end_inset
40324 </cell>
40325 <cell alignment="center" valignment="top" usebox="none">
40326 \begin_inset Text
40327
40328 \begin_layout Plain Layout
40329 \begin_inset ERT
40330 status collapsed
40331
40332 \begin_layout Plain Layout
40333
40334
40335 \backslash
40336 fcolorbox{black}{
40337 \end_layout
40338
40339 \end_inset
40340
40341 Aquamarine
40342 \begin_inset ERT
40343 status collapsed
40344
40345 \begin_layout Plain Layout
40346
40347 }{
40348 \end_layout
40349
40350 \end_inset
40351
40352
40353 \begin_inset Phantom Phantom
40354 status open
40355
40356 \begin_layout Plain Layout
40357 W
40358 \end_layout
40359
40360 \end_inset
40361
40362
40363 \begin_inset ERT
40364 status collapsed
40365
40366 \begin_layout Plain Layout
40367
40368 }
40369 \end_layout
40370
40371 \end_inset
40372
40373  Aquamarine
40374 \end_layout
40375
40376 \end_inset
40377 </cell>
40378 <cell alignment="center" valignment="top" usebox="none">
40379 \begin_inset Text
40380
40381 \begin_layout Plain Layout
40382 \begin_inset ERT
40383 status collapsed
40384
40385 \begin_layout Plain Layout
40386
40387
40388 \backslash
40389 fcolorbox{black}{
40390 \end_layout
40391
40392 \end_inset
40393
40394 Bittersweet
40395 \begin_inset ERT
40396 status collapsed
40397
40398 \begin_layout Plain Layout
40399
40400 }{
40401 \end_layout
40402
40403 \end_inset
40404
40405
40406 \begin_inset Phantom Phantom
40407 status open
40408
40409 \begin_layout Plain Layout
40410 W
40411 \end_layout
40412
40413 \end_inset
40414
40415
40416 \begin_inset ERT
40417 status collapsed
40418
40419 \begin_layout Plain Layout
40420
40421 }
40422 \end_layout
40423
40424 \end_inset
40425
40426  Bittersweet
40427 \end_layout
40428
40429 \end_inset
40430 </cell>
40431 <cell alignment="center" valignment="top" usebox="none">
40432 \begin_inset Text
40433
40434 \begin_layout Plain Layout
40435 \begin_inset ERT
40436 status collapsed
40437
40438 \begin_layout Plain Layout
40439
40440
40441 \backslash
40442 fcolorbox{black}{
40443 \end_layout
40444
40445 \end_inset
40446
40447 BlueGreen
40448 \begin_inset ERT
40449 status collapsed
40450
40451 \begin_layout Plain Layout
40452
40453 }{
40454 \end_layout
40455
40456 \end_inset
40457
40458
40459 \begin_inset Phantom Phantom
40460 status open
40461
40462 \begin_layout Plain Layout
40463 W
40464 \end_layout
40465
40466 \end_inset
40467
40468
40469 \begin_inset ERT
40470 status collapsed
40471
40472 \begin_layout Plain Layout
40473
40474 }
40475 \end_layout
40476
40477 \end_inset
40478
40479  BlueGreen
40480 \end_layout
40481
40482 \end_inset
40483 </cell>
40484 </row>
40485 <row>
40486 <cell alignment="left" valignment="top" usebox="none">
40487 \begin_inset Text
40488
40489 \begin_layout Plain Layout
40490 \begin_inset ERT
40491 status collapsed
40492
40493 \begin_layout Plain Layout
40494
40495
40496 \backslash
40497 fcolorbox{black}{
40498 \end_layout
40499
40500 \end_inset
40501
40502 BlueViolet
40503 \begin_inset ERT
40504 status collapsed
40505
40506 \begin_layout Plain Layout
40507
40508 }{
40509 \end_layout
40510
40511 \end_inset
40512
40513
40514 \begin_inset Phantom Phantom
40515 status open
40516
40517 \begin_layout Plain Layout
40518 W
40519 \end_layout
40520
40521 \end_inset
40522
40523
40524 \begin_inset ERT
40525 status collapsed
40526
40527 \begin_layout Plain Layout
40528
40529 }
40530 \end_layout
40531
40532 \end_inset
40533
40534  BlueViolet
40535 \end_layout
40536
40537 \end_inset
40538 </cell>
40539 <cell alignment="left" valignment="top" usebox="none">
40540 \begin_inset Text
40541
40542 \begin_layout Plain Layout
40543 \begin_inset ERT
40544 status collapsed
40545
40546 \begin_layout Plain Layout
40547
40548
40549 \backslash
40550 fcolorbox{black}{
40551 \end_layout
40552
40553 \end_inset
40554
40555 BrickRed
40556 \begin_inset ERT
40557 status collapsed
40558
40559 \begin_layout Plain Layout
40560
40561 }{
40562 \end_layout
40563
40564 \end_inset
40565
40566
40567 \begin_inset Phantom Phantom
40568 status open
40569
40570 \begin_layout Plain Layout
40571 W
40572 \end_layout
40573
40574 \end_inset
40575
40576
40577 \begin_inset ERT
40578 status collapsed
40579
40580 \begin_layout Plain Layout
40581
40582 }
40583 \end_layout
40584
40585 \end_inset
40586
40587  BrickRed
40588 \end_layout
40589
40590 \end_inset
40591 </cell>
40592 <cell alignment="left" valignment="top" usebox="none">
40593 \begin_inset Text
40594
40595 \begin_layout Plain Layout
40596 \begin_inset ERT
40597 status collapsed
40598
40599 \begin_layout Plain Layout
40600
40601
40602 \backslash
40603 fcolorbox{black}{
40604 \end_layout
40605
40606 \end_inset
40607
40608 Brown
40609 \begin_inset ERT
40610 status collapsed
40611
40612 \begin_layout Plain Layout
40613
40614 }{
40615 \end_layout
40616
40617 \end_inset
40618
40619
40620 \begin_inset Phantom Phantom
40621 status open
40622
40623 \begin_layout Plain Layout
40624 W
40625 \end_layout
40626
40627 \end_inset
40628
40629
40630 \begin_inset ERT
40631 status collapsed
40632
40633 \begin_layout Plain Layout
40634
40635 }
40636 \end_layout
40637
40638 \end_inset
40639
40640  Brown
40641 \end_layout
40642
40643 \end_inset
40644 </cell>
40645 <cell alignment="left" valignment="top" usebox="none">
40646 \begin_inset Text
40647
40648 \begin_layout Plain Layout
40649 \begin_inset ERT
40650 status collapsed
40651
40652 \begin_layout Plain Layout
40653
40654
40655 \backslash
40656 fcolorbox{black}{
40657 \end_layout
40658
40659 \end_inset
40660
40661 BurntOrange
40662 \begin_inset ERT
40663 status collapsed
40664
40665 \begin_layout Plain Layout
40666
40667 }{
40668 \end_layout
40669
40670 \end_inset
40671
40672
40673 \begin_inset Phantom Phantom
40674 status open
40675
40676 \begin_layout Plain Layout
40677 W
40678 \end_layout
40679
40680 \end_inset
40681
40682
40683 \begin_inset ERT
40684 status collapsed
40685
40686 \begin_layout Plain Layout
40687
40688 }
40689 \end_layout
40690
40691 \end_inset
40692
40693  BurntOrange
40694 \end_layout
40695
40696 \end_inset
40697 </cell>
40698 </row>
40699 <row>
40700 <cell alignment="left" valignment="top" usebox="none">
40701 \begin_inset Text
40702
40703 \begin_layout Plain Layout
40704 \begin_inset ERT
40705 status collapsed
40706
40707 \begin_layout Plain Layout
40708
40709
40710 \backslash
40711 fcolorbox{black}{
40712 \end_layout
40713
40714 \end_inset
40715
40716 CadetBlue
40717 \begin_inset ERT
40718 status collapsed
40719
40720 \begin_layout Plain Layout
40721
40722 }{
40723 \end_layout
40724
40725 \end_inset
40726
40727
40728 \begin_inset Phantom Phantom
40729 status open
40730
40731 \begin_layout Plain Layout
40732 W
40733 \end_layout
40734
40735 \end_inset
40736
40737
40738 \begin_inset ERT
40739 status collapsed
40740
40741 \begin_layout Plain Layout
40742
40743 }
40744 \end_layout
40745
40746 \end_inset
40747
40748  CadetBlue
40749 \end_layout
40750
40751 \end_inset
40752 </cell>
40753 <cell alignment="left" valignment="top" usebox="none">
40754 \begin_inset Text
40755
40756 \begin_layout Plain Layout
40757 \begin_inset ERT
40758 status collapsed
40759
40760 \begin_layout Plain Layout
40761
40762
40763 \backslash
40764 fcolorbox{black}{
40765 \end_layout
40766
40767 \end_inset
40768
40769 CarnationPink
40770 \begin_inset ERT
40771 status collapsed
40772
40773 \begin_layout Plain Layout
40774
40775 }{
40776 \end_layout
40777
40778 \end_inset
40779
40780
40781 \begin_inset Phantom Phantom
40782 status open
40783
40784 \begin_layout Plain Layout
40785 W
40786 \end_layout
40787
40788 \end_inset
40789
40790
40791 \begin_inset ERT
40792 status collapsed
40793
40794 \begin_layout Plain Layout
40795
40796 }
40797 \end_layout
40798
40799 \end_inset
40800
40801  CarnationPink
40802 \end_layout
40803
40804 \end_inset
40805 </cell>
40806 <cell alignment="left" valignment="top" usebox="none">
40807 \begin_inset Text
40808
40809 \begin_layout Plain Layout
40810 \begin_inset ERT
40811 status collapsed
40812
40813 \begin_layout Plain Layout
40814
40815
40816 \backslash
40817 fcolorbox{black}{
40818 \end_layout
40819
40820 \end_inset
40821
40822 Cerulean
40823 \begin_inset ERT
40824 status collapsed
40825
40826 \begin_layout Plain Layout
40827
40828 }{
40829 \end_layout
40830
40831 \end_inset
40832
40833
40834 \begin_inset Phantom Phantom
40835 status open
40836
40837 \begin_layout Plain Layout
40838 W
40839 \end_layout
40840
40841 \end_inset
40842
40843
40844 \begin_inset ERT
40845 status collapsed
40846
40847 \begin_layout Plain Layout
40848
40849 }
40850 \end_layout
40851
40852 \end_inset
40853
40854  Cerulean
40855 \end_layout
40856
40857 \end_inset
40858 </cell>
40859 <cell alignment="left" valignment="top" usebox="none">
40860 \begin_inset Text
40861
40862 \begin_layout Plain Layout
40863 \begin_inset ERT
40864 status collapsed
40865
40866 \begin_layout Plain Layout
40867
40868
40869 \backslash
40870 fcolorbox{black}{
40871 \end_layout
40872
40873 \end_inset
40874
40875 CornflowerBlue
40876 \begin_inset ERT
40877 status collapsed
40878
40879 \begin_layout Plain Layout
40880
40881 }{
40882 \end_layout
40883
40884 \end_inset
40885
40886
40887 \begin_inset Phantom Phantom
40888 status open
40889
40890 \begin_layout Plain Layout
40891 W
40892 \end_layout
40893
40894 \end_inset
40895
40896
40897 \begin_inset ERT
40898 status collapsed
40899
40900 \begin_layout Plain Layout
40901
40902 }
40903 \end_layout
40904
40905 \end_inset
40906
40907  CornflowerBlue
40908 \end_layout
40909
40910 \end_inset
40911 </cell>
40912 </row>
40913 <row>
40914 <cell alignment="left" valignment="top" usebox="none">
40915 \begin_inset Text
40916
40917 \begin_layout Plain Layout
40918 \begin_inset ERT
40919 status collapsed
40920
40921 \begin_layout Plain Layout
40922
40923
40924 \backslash
40925 fcolorbox{black}{
40926 \end_layout
40927
40928 \end_inset
40929
40930 Dandelion
40931 \begin_inset ERT
40932 status collapsed
40933
40934 \begin_layout Plain Layout
40935
40936 }{
40937 \end_layout
40938
40939 \end_inset
40940
40941
40942 \begin_inset Phantom Phantom
40943 status open
40944
40945 \begin_layout Plain Layout
40946 W
40947 \end_layout
40948
40949 \end_inset
40950
40951
40952 \begin_inset ERT
40953 status collapsed
40954
40955 \begin_layout Plain Layout
40956
40957 }
40958 \end_layout
40959
40960 \end_inset
40961
40962  Dandelion
40963 \end_layout
40964
40965 \end_inset
40966 </cell>
40967 <cell alignment="left" valignment="top" usebox="none">
40968 \begin_inset Text
40969
40970 \begin_layout Plain Layout
40971 \begin_inset ERT
40972 status collapsed
40973
40974 \begin_layout Plain Layout
40975
40976
40977 \backslash
40978 fcolorbox{black}{
40979 \end_layout
40980
40981 \end_inset
40982
40983 DarkOrchid
40984 \begin_inset ERT
40985 status collapsed
40986
40987 \begin_layout Plain Layout
40988
40989 }{
40990 \end_layout
40991
40992 \end_inset
40993
40994
40995 \begin_inset Phantom Phantom
40996 status open
40997
40998 \begin_layout Plain Layout
40999 W
41000 \end_layout
41001
41002 \end_inset
41003
41004
41005 \begin_inset ERT
41006 status collapsed
41007
41008 \begin_layout Plain Layout
41009
41010 }
41011 \end_layout
41012
41013 \end_inset
41014
41015  DarkOrchid
41016 \end_layout
41017
41018 \end_inset
41019 </cell>
41020 <cell alignment="left" valignment="top" usebox="none">
41021 \begin_inset Text
41022
41023 \begin_layout Plain Layout
41024 \begin_inset ERT
41025 status collapsed
41026
41027 \begin_layout Plain Layout
41028
41029
41030 \backslash
41031 fcolorbox{black}{
41032 \end_layout
41033
41034 \end_inset
41035
41036 Emerald
41037 \begin_inset ERT
41038 status collapsed
41039
41040 \begin_layout Plain Layout
41041
41042 }{
41043 \end_layout
41044
41045 \end_inset
41046
41047
41048 \begin_inset Phantom Phantom
41049 status open
41050
41051 \begin_layout Plain Layout
41052 W
41053 \end_layout
41054
41055 \end_inset
41056
41057
41058 \begin_inset ERT
41059 status collapsed
41060
41061 \begin_layout Plain Layout
41062
41063 }
41064 \end_layout
41065
41066 \end_inset
41067
41068  Emerald
41069 \end_layout
41070
41071 \end_inset
41072 </cell>
41073 <cell alignment="left" valignment="top" usebox="none">
41074 \begin_inset Text
41075
41076 \begin_layout Plain Layout
41077 \begin_inset ERT
41078 status collapsed
41079
41080 \begin_layout Plain Layout
41081
41082
41083 \backslash
41084 fcolorbox{black}{
41085 \end_layout
41086
41087 \end_inset
41088
41089 ForestGreen
41090 \begin_inset ERT
41091 status collapsed
41092
41093 \begin_layout Plain Layout
41094
41095 }{
41096 \end_layout
41097
41098 \end_inset
41099
41100
41101 \begin_inset Phantom Phantom
41102 status open
41103
41104 \begin_layout Plain Layout
41105 W
41106 \end_layout
41107
41108 \end_inset
41109
41110
41111 \begin_inset ERT
41112 status collapsed
41113
41114 \begin_layout Plain Layout
41115
41116 }
41117 \end_layout
41118
41119 \end_inset
41120
41121  ForestGreen
41122 \end_layout
41123
41124 \end_inset
41125 </cell>
41126 </row>
41127 <row>
41128 <cell alignment="left" valignment="top" usebox="none">
41129 \begin_inset Text
41130
41131 \begin_layout Plain Layout
41132 \begin_inset ERT
41133 status collapsed
41134
41135 \begin_layout Plain Layout
41136
41137
41138 \backslash
41139 fcolorbox{black}{
41140 \end_layout
41141
41142 \end_inset
41143
41144 Fuchsia
41145 \begin_inset ERT
41146 status collapsed
41147
41148 \begin_layout Plain Layout
41149
41150 }{
41151 \end_layout
41152
41153 \end_inset
41154
41155
41156 \begin_inset Phantom Phantom
41157 status open
41158
41159 \begin_layout Plain Layout
41160 W
41161 \end_layout
41162
41163 \end_inset
41164
41165
41166 \begin_inset ERT
41167 status collapsed
41168
41169 \begin_layout Plain Layout
41170
41171 }
41172 \end_layout
41173
41174 \end_inset
41175
41176  Fuchsia
41177 \end_layout
41178
41179 \end_inset
41180 </cell>
41181 <cell alignment="left" valignment="top" usebox="none">
41182 \begin_inset Text
41183
41184 \begin_layout Plain Layout
41185 \begin_inset ERT
41186 status collapsed
41187
41188 \begin_layout Plain Layout
41189
41190
41191 \backslash
41192 fcolorbox{black}{
41193 \end_layout
41194
41195 \end_inset
41196
41197 Goldenrod
41198 \begin_inset ERT
41199 status collapsed
41200
41201 \begin_layout Plain Layout
41202
41203 }{
41204 \end_layout
41205
41206 \end_inset
41207
41208
41209 \begin_inset Phantom Phantom
41210 status open
41211
41212 \begin_layout Plain Layout
41213 W
41214 \end_layout
41215
41216 \end_inset
41217
41218
41219 \begin_inset ERT
41220 status collapsed
41221
41222 \begin_layout Plain Layout
41223
41224 }
41225 \end_layout
41226
41227 \end_inset
41228
41229  Goldenrod
41230 \end_layout
41231
41232 \end_inset
41233 </cell>
41234 <cell alignment="left" valignment="top" usebox="none">
41235 \begin_inset Text
41236
41237 \begin_layout Plain Layout
41238 \begin_inset ERT
41239 status collapsed
41240
41241 \begin_layout Plain Layout
41242
41243
41244 \backslash
41245 fcolorbox{black}{
41246 \end_layout
41247
41248 \end_inset
41249
41250 Gray
41251 \begin_inset ERT
41252 status collapsed
41253
41254 \begin_layout Plain Layout
41255
41256 }{
41257 \end_layout
41258
41259 \end_inset
41260
41261
41262 \begin_inset Phantom Phantom
41263 status open
41264
41265 \begin_layout Plain Layout
41266 W
41267 \end_layout
41268
41269 \end_inset
41270
41271
41272 \begin_inset ERT
41273 status collapsed
41274
41275 \begin_layout Plain Layout
41276
41277 }
41278 \end_layout
41279
41280 \end_inset
41281
41282  Gray
41283 \end_layout
41284
41285 \end_inset
41286 </cell>
41287 <cell alignment="left" valignment="top" usebox="none">
41288 \begin_inset Text
41289
41290 \begin_layout Plain Layout
41291 \begin_inset ERT
41292 status collapsed
41293
41294 \begin_layout Plain Layout
41295
41296
41297 \backslash
41298 fcolorbox{black}{
41299 \end_layout
41300
41301 \end_inset
41302
41303 GreenYellow
41304 \begin_inset ERT
41305 status collapsed
41306
41307 \begin_layout Plain Layout
41308
41309 }{
41310 \end_layout
41311
41312 \end_inset
41313
41314
41315 \begin_inset Phantom Phantom
41316 status open
41317
41318 \begin_layout Plain Layout
41319 W
41320 \end_layout
41321
41322 \end_inset
41323
41324
41325 \begin_inset ERT
41326 status collapsed
41327
41328 \begin_layout Plain Layout
41329
41330 }
41331 \end_layout
41332
41333 \end_inset
41334
41335  GreenYellow
41336 \end_layout
41337
41338 \end_inset
41339 </cell>
41340 </row>
41341 <row>
41342 <cell alignment="center" valignment="top" usebox="none">
41343 \begin_inset Text
41344
41345 \begin_layout Plain Layout
41346 \begin_inset ERT
41347 status collapsed
41348
41349 \begin_layout Plain Layout
41350
41351
41352 \backslash
41353 fcolorbox{black}{
41354 \end_layout
41355
41356 \end_inset
41357
41358 JungleGreen
41359 \begin_inset ERT
41360 status collapsed
41361
41362 \begin_layout Plain Layout
41363
41364 }{
41365 \end_layout
41366
41367 \end_inset
41368
41369
41370 \begin_inset Phantom Phantom
41371 status open
41372
41373 \begin_layout Plain Layout
41374 W
41375 \end_layout
41376
41377 \end_inset
41378
41379
41380 \begin_inset ERT
41381 status collapsed
41382
41383 \begin_layout Plain Layout
41384
41385 }
41386 \end_layout
41387
41388 \end_inset
41389
41390  JungleGreen
41391 \end_layout
41392
41393 \end_inset
41394 </cell>
41395 <cell alignment="center" valignment="top" usebox="none">
41396 \begin_inset Text
41397
41398 \begin_layout Plain Layout
41399 \begin_inset ERT
41400 status collapsed
41401
41402 \begin_layout Plain Layout
41403
41404
41405 \backslash
41406 fcolorbox{black}{
41407 \end_layout
41408
41409 \end_inset
41410
41411 Lavender
41412 \begin_inset ERT
41413 status collapsed
41414
41415 \begin_layout Plain Layout
41416
41417 }{
41418 \end_layout
41419
41420 \end_inset
41421
41422
41423 \begin_inset Phantom Phantom
41424 status open
41425
41426 \begin_layout Plain Layout
41427 W
41428 \end_layout
41429
41430 \end_inset
41431
41432
41433 \begin_inset ERT
41434 status collapsed
41435
41436 \begin_layout Plain Layout
41437
41438 }
41439 \end_layout
41440
41441 \end_inset
41442
41443  Lavender
41444 \end_layout
41445
41446 \end_inset
41447 </cell>
41448 <cell alignment="center" valignment="top" usebox="none">
41449 \begin_inset Text
41450
41451 \begin_layout Plain Layout
41452 \begin_inset ERT
41453 status collapsed
41454
41455 \begin_layout Plain Layout
41456
41457
41458 \backslash
41459 fcolorbox{black}{
41460 \end_layout
41461
41462 \end_inset
41463
41464 LimeGreen
41465 \begin_inset ERT
41466 status collapsed
41467
41468 \begin_layout Plain Layout
41469
41470 }{
41471 \end_layout
41472
41473 \end_inset
41474
41475
41476 \begin_inset Phantom Phantom
41477 status open
41478
41479 \begin_layout Plain Layout
41480 W
41481 \end_layout
41482
41483 \end_inset
41484
41485
41486 \begin_inset ERT
41487 status collapsed
41488
41489 \begin_layout Plain Layout
41490
41491 }
41492 \end_layout
41493
41494 \end_inset
41495
41496  LimeGreen
41497 \end_layout
41498
41499 \end_inset
41500 </cell>
41501 <cell alignment="center" valignment="top" usebox="none">
41502 \begin_inset Text
41503
41504 \begin_layout Plain Layout
41505 \begin_inset ERT
41506 status collapsed
41507
41508 \begin_layout Plain Layout
41509
41510
41511 \backslash
41512 fcolorbox{black}{
41513 \end_layout
41514
41515 \end_inset
41516
41517 Mahogany
41518 \begin_inset ERT
41519 status collapsed
41520
41521 \begin_layout Plain Layout
41522
41523 }{
41524 \end_layout
41525
41526 \end_inset
41527
41528
41529 \begin_inset Phantom Phantom
41530 status open
41531
41532 \begin_layout Plain Layout
41533 W
41534 \end_layout
41535
41536 \end_inset
41537
41538
41539 \begin_inset ERT
41540 status collapsed
41541
41542 \begin_layout Plain Layout
41543
41544 }
41545 \end_layout
41546
41547 \end_inset
41548
41549  Mahogany
41550 \end_layout
41551
41552 \end_inset
41553 </cell>
41554 </row>
41555 <row>
41556 <cell alignment="left" valignment="top" usebox="none">
41557 \begin_inset Text
41558
41559 \begin_layout Plain Layout
41560 \begin_inset ERT
41561 status collapsed
41562
41563 \begin_layout Plain Layout
41564
41565
41566 \backslash
41567 fcolorbox{black}{
41568 \end_layout
41569
41570 \end_inset
41571
41572 Mahogany
41573 \begin_inset ERT
41574 status collapsed
41575
41576 \begin_layout Plain Layout
41577
41578 }{
41579 \end_layout
41580
41581 \end_inset
41582
41583
41584 \begin_inset Phantom Phantom
41585 status open
41586
41587 \begin_layout Plain Layout
41588 W
41589 \end_layout
41590
41591 \end_inset
41592
41593
41594 \begin_inset ERT
41595 status collapsed
41596
41597 \begin_layout Plain Layout
41598
41599 }
41600 \end_layout
41601
41602 \end_inset
41603
41604  Mahogany
41605 \end_layout
41606
41607 \end_inset
41608 </cell>
41609 <cell alignment="left" valignment="top" usebox="none">
41610 \begin_inset Text
41611
41612 \begin_layout Plain Layout
41613 \begin_inset ERT
41614 status collapsed
41615
41616 \begin_layout Plain Layout
41617
41618
41619 \backslash
41620 fcolorbox{black}{
41621 \end_layout
41622
41623 \end_inset
41624
41625 Maroon
41626 \begin_inset ERT
41627 status collapsed
41628
41629 \begin_layout Plain Layout
41630
41631 }{
41632 \end_layout
41633
41634 \end_inset
41635
41636
41637 \begin_inset Phantom Phantom
41638 status open
41639
41640 \begin_layout Plain Layout
41641 W
41642 \end_layout
41643
41644 \end_inset
41645
41646
41647 \begin_inset ERT
41648 status collapsed
41649
41650 \begin_layout Plain Layout
41651
41652 }
41653 \end_layout
41654
41655 \end_inset
41656
41657  Maroon
41658 \end_layout
41659
41660 \end_inset
41661 </cell>
41662 <cell alignment="left" valignment="top" usebox="none">
41663 \begin_inset Text
41664
41665 \begin_layout Plain Layout
41666 \begin_inset ERT
41667 status collapsed
41668
41669 \begin_layout Plain Layout
41670
41671
41672 \backslash
41673 fcolorbox{black}{
41674 \end_layout
41675
41676 \end_inset
41677
41678 Melon
41679 \begin_inset ERT
41680 status collapsed
41681
41682 \begin_layout Plain Layout
41683
41684 }{
41685 \end_layout
41686
41687 \end_inset
41688
41689
41690 \begin_inset Phantom Phantom
41691 status open
41692
41693 \begin_layout Plain Layout
41694 W
41695 \end_layout
41696
41697 \end_inset
41698
41699
41700 \begin_inset ERT
41701 status collapsed
41702
41703 \begin_layout Plain Layout
41704
41705 }
41706 \end_layout
41707
41708 \end_inset
41709
41710  Melon
41711 \end_layout
41712
41713 \end_inset
41714 </cell>
41715 <cell alignment="left" valignment="top" usebox="none">
41716 \begin_inset Text
41717
41718 \begin_layout Plain Layout
41719 \begin_inset ERT
41720 status collapsed
41721
41722 \begin_layout Plain Layout
41723
41724
41725 \backslash
41726 fcolorbox{black}{
41727 \end_layout
41728
41729 \end_inset
41730
41731 MidnightBlue
41732 \begin_inset ERT
41733 status collapsed
41734
41735 \begin_layout Plain Layout
41736
41737 }{
41738 \end_layout
41739
41740 \end_inset
41741
41742
41743 \begin_inset Phantom Phantom
41744 status open
41745
41746 \begin_layout Plain Layout
41747 W
41748 \end_layout
41749
41750 \end_inset
41751
41752
41753 \begin_inset ERT
41754 status collapsed
41755
41756 \begin_layout Plain Layout
41757
41758 }
41759 \end_layout
41760
41761 \end_inset
41762
41763  MidnightBlue
41764 \end_layout
41765
41766 \end_inset
41767 </cell>
41768 </row>
41769 <row>
41770 <cell alignment="left" valignment="top" usebox="none">
41771 \begin_inset Text
41772
41773 \begin_layout Plain Layout
41774 \begin_inset ERT
41775 status collapsed
41776
41777 \begin_layout Plain Layout
41778
41779
41780 \backslash
41781 fcolorbox{black}{
41782 \end_layout
41783
41784 \end_inset
41785
41786 Mulberry
41787 \begin_inset ERT
41788 status collapsed
41789
41790 \begin_layout Plain Layout
41791
41792 }{
41793 \end_layout
41794
41795 \end_inset
41796
41797
41798 \begin_inset Phantom Phantom
41799 status open
41800
41801 \begin_layout Plain Layout
41802 W
41803 \end_layout
41804
41805 \end_inset
41806
41807
41808 \begin_inset ERT
41809 status collapsed
41810
41811 \begin_layout Plain Layout
41812
41813 }
41814 \end_layout
41815
41816 \end_inset
41817
41818  Mulberry
41819 \end_layout
41820
41821 \end_inset
41822 </cell>
41823 <cell alignment="left" valignment="top" usebox="none">
41824 \begin_inset Text
41825
41826 \begin_layout Plain Layout
41827 \begin_inset ERT
41828 status collapsed
41829
41830 \begin_layout Plain Layout
41831
41832
41833 \backslash
41834 fcolorbox{black}{
41835 \end_layout
41836
41837 \end_inset
41838
41839 NavyBlue
41840 \begin_inset ERT
41841 status collapsed
41842
41843 \begin_layout Plain Layout
41844
41845 }{
41846 \end_layout
41847
41848 \end_inset
41849
41850
41851 \begin_inset Phantom Phantom
41852 status open
41853
41854 \begin_layout Plain Layout
41855 W
41856 \end_layout
41857
41858 \end_inset
41859
41860
41861 \begin_inset ERT
41862 status collapsed
41863
41864 \begin_layout Plain Layout
41865
41866 }
41867 \end_layout
41868
41869 \end_inset
41870
41871  NavyBlue
41872 \end_layout
41873
41874 \end_inset
41875 </cell>
41876 <cell alignment="left" valignment="top" usebox="none">
41877 \begin_inset Text
41878
41879 \begin_layout Plain Layout
41880 \begin_inset ERT
41881 status collapsed
41882
41883 \begin_layout Plain Layout
41884
41885
41886 \backslash
41887 fcolorbox{black}{
41888 \end_layout
41889
41890 \end_inset
41891
41892 OliveGreen
41893 \begin_inset ERT
41894 status collapsed
41895
41896 \begin_layout Plain Layout
41897
41898 }{
41899 \end_layout
41900
41901 \end_inset
41902
41903
41904 \begin_inset Phantom Phantom
41905 status open
41906
41907 \begin_layout Plain Layout
41908 W
41909 \end_layout
41910
41911 \end_inset
41912
41913
41914 \begin_inset ERT
41915 status collapsed
41916
41917 \begin_layout Plain Layout
41918
41919 }
41920 \end_layout
41921
41922 \end_inset
41923
41924  OliveGreen
41925 \end_layout
41926
41927 \end_inset
41928 </cell>
41929 <cell alignment="left" valignment="top" usebox="none">
41930 \begin_inset Text
41931
41932 \begin_layout Plain Layout
41933 \begin_inset ERT
41934 status collapsed
41935
41936 \begin_layout Plain Layout
41937
41938
41939 \backslash
41940 fcolorbox{black}{
41941 \end_layout
41942
41943 \end_inset
41944
41945 Orange
41946 \begin_inset ERT
41947 status collapsed
41948
41949 \begin_layout Plain Layout
41950
41951 }{
41952 \end_layout
41953
41954 \end_inset
41955
41956
41957 \begin_inset Phantom Phantom
41958 status open
41959
41960 \begin_layout Plain Layout
41961 W
41962 \end_layout
41963
41964 \end_inset
41965
41966
41967 \begin_inset ERT
41968 status collapsed
41969
41970 \begin_layout Plain Layout
41971
41972 }
41973 \end_layout
41974
41975 \end_inset
41976
41977  Orange
41978 \end_layout
41979
41980 \end_inset
41981 </cell>
41982 </row>
41983 <row>
41984 <cell alignment="left" valignment="top" usebox="none">
41985 \begin_inset Text
41986
41987 \begin_layout Plain Layout
41988 \begin_inset ERT
41989 status collapsed
41990
41991 \begin_layout Plain Layout
41992
41993
41994 \backslash
41995 fcolorbox{black}{
41996 \end_layout
41997
41998 \end_inset
41999
42000 OrangeRed
42001 \begin_inset ERT
42002 status collapsed
42003
42004 \begin_layout Plain Layout
42005
42006 }{
42007 \end_layout
42008
42009 \end_inset
42010
42011
42012 \begin_inset Phantom Phantom
42013 status open
42014
42015 \begin_layout Plain Layout
42016 W
42017 \end_layout
42018
42019 \end_inset
42020
42021
42022 \begin_inset ERT
42023 status collapsed
42024
42025 \begin_layout Plain Layout
42026
42027 }
42028 \end_layout
42029
42030 \end_inset
42031
42032  OrangeRed
42033 \end_layout
42034
42035 \end_inset
42036 </cell>
42037 <cell alignment="left" valignment="top" usebox="none">
42038 \begin_inset Text
42039
42040 \begin_layout Plain Layout
42041 \begin_inset ERT
42042 status collapsed
42043
42044 \begin_layout Plain Layout
42045
42046
42047 \backslash
42048 fcolorbox{black}{
42049 \end_layout
42050
42051 \end_inset
42052
42053 Orchid
42054 \begin_inset ERT
42055 status collapsed
42056
42057 \begin_layout Plain Layout
42058
42059 }{
42060 \end_layout
42061
42062 \end_inset
42063
42064
42065 \begin_inset Phantom Phantom
42066 status open
42067
42068 \begin_layout Plain Layout
42069 W
42070 \end_layout
42071
42072 \end_inset
42073
42074
42075 \begin_inset ERT
42076 status collapsed
42077
42078 \begin_layout Plain Layout
42079
42080 }
42081 \end_layout
42082
42083 \end_inset
42084
42085  Orchid
42086 \end_layout
42087
42088 \end_inset
42089 </cell>
42090 <cell alignment="left" valignment="top" usebox="none">
42091 \begin_inset Text
42092
42093 \begin_layout Plain Layout
42094 \begin_inset ERT
42095 status collapsed
42096
42097 \begin_layout Plain Layout
42098
42099
42100 \backslash
42101 fcolorbox{black}{
42102 \end_layout
42103
42104 \end_inset
42105
42106 Peach
42107 \begin_inset ERT
42108 status collapsed
42109
42110 \begin_layout Plain Layout
42111
42112 }{
42113 \end_layout
42114
42115 \end_inset
42116
42117
42118 \begin_inset Phantom Phantom
42119 status open
42120
42121 \begin_layout Plain Layout
42122 W
42123 \end_layout
42124
42125 \end_inset
42126
42127
42128 \begin_inset ERT
42129 status collapsed
42130
42131 \begin_layout Plain Layout
42132
42133 }
42134 \end_layout
42135
42136 \end_inset
42137
42138  Peach
42139 \end_layout
42140
42141 \end_inset
42142 </cell>
42143 <cell alignment="left" valignment="top" usebox="none">
42144 \begin_inset Text
42145
42146 \begin_layout Plain Layout
42147 \begin_inset ERT
42148 status collapsed
42149
42150 \begin_layout Plain Layout
42151
42152
42153 \backslash
42154 fcolorbox{black}{
42155 \end_layout
42156
42157 \end_inset
42158
42159 Periwinkle
42160 \begin_inset ERT
42161 status collapsed
42162
42163 \begin_layout Plain Layout
42164
42165 }{
42166 \end_layout
42167
42168 \end_inset
42169
42170
42171 \begin_inset Phantom Phantom
42172 status open
42173
42174 \begin_layout Plain Layout
42175 W
42176 \end_layout
42177
42178 \end_inset
42179
42180
42181 \begin_inset ERT
42182 status collapsed
42183
42184 \begin_layout Plain Layout
42185
42186 }
42187 \end_layout
42188
42189 \end_inset
42190
42191  Periwinkle
42192 \end_layout
42193
42194 \end_inset
42195 </cell>
42196 </row>
42197 <row>
42198 <cell alignment="left" valignment="top" usebox="none">
42199 \begin_inset Text
42200
42201 \begin_layout Plain Layout
42202 \begin_inset ERT
42203 status collapsed
42204
42205 \begin_layout Plain Layout
42206
42207
42208 \backslash
42209 fcolorbox{black}{
42210 \end_layout
42211
42212 \end_inset
42213
42214 PineGreen
42215 \begin_inset ERT
42216 status collapsed
42217
42218 \begin_layout Plain Layout
42219
42220 }{
42221 \end_layout
42222
42223 \end_inset
42224
42225
42226 \begin_inset Phantom Phantom
42227 status open
42228
42229 \begin_layout Plain Layout
42230 W
42231 \end_layout
42232
42233 \end_inset
42234
42235
42236 \begin_inset ERT
42237 status collapsed
42238
42239 \begin_layout Plain Layout
42240
42241 }
42242 \end_layout
42243
42244 \end_inset
42245
42246  PineGreen
42247 \end_layout
42248
42249 \end_inset
42250 </cell>
42251 <cell alignment="left" valignment="top" usebox="none">
42252 \begin_inset Text
42253
42254 \begin_layout Plain Layout
42255 \begin_inset ERT
42256 status collapsed
42257
42258 \begin_layout Plain Layout
42259
42260
42261 \backslash
42262 fcolorbox{black}{
42263 \end_layout
42264
42265 \end_inset
42266
42267 Plum
42268 \begin_inset ERT
42269 status collapsed
42270
42271 \begin_layout Plain Layout
42272
42273 }{
42274 \end_layout
42275
42276 \end_inset
42277
42278
42279 \begin_inset Phantom Phantom
42280 status open
42281
42282 \begin_layout Plain Layout
42283 W
42284 \end_layout
42285
42286 \end_inset
42287
42288
42289 \begin_inset ERT
42290 status collapsed
42291
42292 \begin_layout Plain Layout
42293
42294 }
42295 \end_layout
42296
42297 \end_inset
42298
42299  Plum
42300 \end_layout
42301
42302 \end_inset
42303 </cell>
42304 <cell alignment="left" valignment="top" usebox="none">
42305 \begin_inset Text
42306
42307 \begin_layout Plain Layout
42308 \begin_inset ERT
42309 status collapsed
42310
42311 \begin_layout Plain Layout
42312
42313
42314 \backslash
42315 fcolorbox{black}{
42316 \end_layout
42317
42318 \end_inset
42319
42320 ProcessBlue
42321 \begin_inset ERT
42322 status collapsed
42323
42324 \begin_layout Plain Layout
42325
42326 }{
42327 \end_layout
42328
42329 \end_inset
42330
42331
42332 \begin_inset Phantom Phantom
42333 status open
42334
42335 \begin_layout Plain Layout
42336 W
42337 \end_layout
42338
42339 \end_inset
42340
42341
42342 \begin_inset ERT
42343 status collapsed
42344
42345 \begin_layout Plain Layout
42346
42347 }
42348 \end_layout
42349
42350 \end_inset
42351
42352  ProcessBlue
42353 \end_layout
42354
42355 \end_inset
42356 </cell>
42357 <cell alignment="left" valignment="top" usebox="none">
42358 \begin_inset Text
42359
42360 \begin_layout Plain Layout
42361 \begin_inset ERT
42362 status collapsed
42363
42364 \begin_layout Plain Layout
42365
42366
42367 \backslash
42368 fcolorbox{black}{
42369 \end_layout
42370
42371 \end_inset
42372
42373 Purple
42374 \begin_inset ERT
42375 status collapsed
42376
42377 \begin_layout Plain Layout
42378
42379 }{
42380 \end_layout
42381
42382 \end_inset
42383
42384
42385 \begin_inset Phantom Phantom
42386 status open
42387
42388 \begin_layout Plain Layout
42389 W
42390 \end_layout
42391
42392 \end_inset
42393
42394
42395 \begin_inset ERT
42396 status collapsed
42397
42398 \begin_layout Plain Layout
42399
42400 }
42401 \end_layout
42402
42403 \end_inset
42404
42405  Purple
42406 \end_layout
42407
42408 \end_inset
42409 </cell>
42410 </row>
42411 <row>
42412 <cell alignment="left" valignment="top" usebox="none">
42413 \begin_inset Text
42414
42415 \begin_layout Plain Layout
42416 \begin_inset ERT
42417 status collapsed
42418
42419 \begin_layout Plain Layout
42420
42421
42422 \backslash
42423 fcolorbox{black}{
42424 \end_layout
42425
42426 \end_inset
42427
42428 RawSienna
42429 \begin_inset ERT
42430 status collapsed
42431
42432 \begin_layout Plain Layout
42433
42434 }{
42435 \end_layout
42436
42437 \end_inset
42438
42439
42440 \begin_inset Phantom Phantom
42441 status open
42442
42443 \begin_layout Plain Layout
42444 W
42445 \end_layout
42446
42447 \end_inset
42448
42449
42450 \begin_inset ERT
42451 status collapsed
42452
42453 \begin_layout Plain Layout
42454
42455 }
42456 \end_layout
42457
42458 \end_inset
42459
42460  RawSienna
42461 \end_layout
42462
42463 \end_inset
42464 </cell>
42465 <cell alignment="left" valignment="top" usebox="none">
42466 \begin_inset Text
42467
42468 \begin_layout Plain Layout
42469 \begin_inset ERT
42470 status collapsed
42471
42472 \begin_layout Plain Layout
42473
42474
42475 \backslash
42476 fcolorbox{black}{
42477 \end_layout
42478
42479 \end_inset
42480
42481 RedOrange
42482 \begin_inset ERT
42483 status collapsed
42484
42485 \begin_layout Plain Layout
42486
42487 }{
42488 \end_layout
42489
42490 \end_inset
42491
42492
42493 \begin_inset Phantom Phantom
42494 status open
42495
42496 \begin_layout Plain Layout
42497 W
42498 \end_layout
42499
42500 \end_inset
42501
42502
42503 \begin_inset ERT
42504 status collapsed
42505
42506 \begin_layout Plain Layout
42507
42508 }
42509 \end_layout
42510
42511 \end_inset
42512
42513  RedOrange
42514 \end_layout
42515
42516 \end_inset
42517 </cell>
42518 <cell alignment="left" valignment="top" usebox="none">
42519 \begin_inset Text
42520
42521 \begin_layout Plain Layout
42522 \begin_inset ERT
42523 status collapsed
42524
42525 \begin_layout Plain Layout
42526
42527
42528 \backslash
42529 fcolorbox{black}{
42530 \end_layout
42531
42532 \end_inset
42533
42534 RedViolet
42535 \begin_inset ERT
42536 status collapsed
42537
42538 \begin_layout Plain Layout
42539
42540 }{
42541 \end_layout
42542
42543 \end_inset
42544
42545
42546 \begin_inset Phantom Phantom
42547 status open
42548
42549 \begin_layout Plain Layout
42550 W
42551 \end_layout
42552
42553 \end_inset
42554
42555
42556 \begin_inset ERT
42557 status collapsed
42558
42559 \begin_layout Plain Layout
42560
42561 }
42562 \end_layout
42563
42564 \end_inset
42565
42566  RedViolet
42567 \end_layout
42568
42569 \end_inset
42570 </cell>
42571 <cell alignment="left" valignment="top" usebox="none">
42572 \begin_inset Text
42573
42574 \begin_layout Plain Layout
42575 \begin_inset ERT
42576 status collapsed
42577
42578 \begin_layout Plain Layout
42579
42580
42581 \backslash
42582 fcolorbox{black}{
42583 \end_layout
42584
42585 \end_inset
42586
42587 Rhodamine
42588 \begin_inset ERT
42589 status collapsed
42590
42591 \begin_layout Plain Layout
42592
42593 }{
42594 \end_layout
42595
42596 \end_inset
42597
42598
42599 \begin_inset Phantom Phantom
42600 status open
42601
42602 \begin_layout Plain Layout
42603 W
42604 \end_layout
42605
42606 \end_inset
42607
42608
42609 \begin_inset ERT
42610 status collapsed
42611
42612 \begin_layout Plain Layout
42613
42614 }
42615 \end_layout
42616
42617 \end_inset
42618
42619  Rhodamine
42620 \end_layout
42621
42622 \end_inset
42623 </cell>
42624 </row>
42625 <row>
42626 <cell alignment="left" valignment="top" usebox="none">
42627 \begin_inset Text
42628
42629 \begin_layout Plain Layout
42630 \begin_inset ERT
42631 status collapsed
42632
42633 \begin_layout Plain Layout
42634
42635
42636 \backslash
42637 fcolorbox{black}{
42638 \end_layout
42639
42640 \end_inset
42641
42642 RoyalBlue
42643 \begin_inset ERT
42644 status collapsed
42645
42646 \begin_layout Plain Layout
42647
42648 }{
42649 \end_layout
42650
42651 \end_inset
42652
42653
42654 \begin_inset Phantom Phantom
42655 status open
42656
42657 \begin_layout Plain Layout
42658 W
42659 \end_layout
42660
42661 \end_inset
42662
42663
42664 \begin_inset ERT
42665 status collapsed
42666
42667 \begin_layout Plain Layout
42668
42669 }
42670 \end_layout
42671
42672 \end_inset
42673
42674  RoyalBlue
42675 \end_layout
42676
42677 \end_inset
42678 </cell>
42679 <cell alignment="left" valignment="top" usebox="none">
42680 \begin_inset Text
42681
42682 \begin_layout Plain Layout
42683 \begin_inset ERT
42684 status collapsed
42685
42686 \begin_layout Plain Layout
42687
42688
42689 \backslash
42690 fcolorbox{black}{
42691 \end_layout
42692
42693 \end_inset
42694
42695 RoyalPurple
42696 \begin_inset ERT
42697 status collapsed
42698
42699 \begin_layout Plain Layout
42700
42701 }{
42702 \end_layout
42703
42704 \end_inset
42705
42706
42707 \begin_inset Phantom Phantom
42708 status open
42709
42710 \begin_layout Plain Layout
42711 W
42712 \end_layout
42713
42714 \end_inset
42715
42716
42717 \begin_inset ERT
42718 status collapsed
42719
42720 \begin_layout Plain Layout
42721
42722 }
42723 \end_layout
42724
42725 \end_inset
42726
42727  RoyalPurple
42728 \end_layout
42729
42730 \end_inset
42731 </cell>
42732 <cell alignment="left" valignment="top" usebox="none">
42733 \begin_inset Text
42734
42735 \begin_layout Plain Layout
42736 \begin_inset ERT
42737 status collapsed
42738
42739 \begin_layout Plain Layout
42740
42741
42742 \backslash
42743 fcolorbox{black}{
42744 \end_layout
42745
42746 \end_inset
42747
42748 RubineRed
42749 \begin_inset ERT
42750 status collapsed
42751
42752 \begin_layout Plain Layout
42753
42754 }{
42755 \end_layout
42756
42757 \end_inset
42758
42759
42760 \begin_inset Phantom Phantom
42761 status open
42762
42763 \begin_layout Plain Layout
42764 W
42765 \end_layout
42766
42767 \end_inset
42768
42769
42770 \begin_inset ERT
42771 status collapsed
42772
42773 \begin_layout Plain Layout
42774
42775 }
42776 \end_layout
42777
42778 \end_inset
42779
42780  RubineRed
42781 \end_layout
42782
42783 \end_inset
42784 </cell>
42785 <cell alignment="left" valignment="top" usebox="none">
42786 \begin_inset Text
42787
42788 \begin_layout Plain Layout
42789 \begin_inset ERT
42790 status collapsed
42791
42792 \begin_layout Plain Layout
42793
42794
42795 \backslash
42796 fcolorbox{black}{
42797 \end_layout
42798
42799 \end_inset
42800
42801 Salmon
42802 \begin_inset ERT
42803 status collapsed
42804
42805 \begin_layout Plain Layout
42806
42807 }{
42808 \end_layout
42809
42810 \end_inset
42811
42812
42813 \begin_inset Phantom Phantom
42814 status open
42815
42816 \begin_layout Plain Layout
42817 W
42818 \end_layout
42819
42820 \end_inset
42821
42822
42823 \begin_inset ERT
42824 status collapsed
42825
42826 \begin_layout Plain Layout
42827
42828 }
42829 \end_layout
42830
42831 \end_inset
42832
42833  Salmon
42834 \end_layout
42835
42836 \end_inset
42837 </cell>
42838 </row>
42839 <row>
42840 <cell alignment="left" valignment="top" usebox="none">
42841 \begin_inset Text
42842
42843 \begin_layout Plain Layout
42844 \begin_inset ERT
42845 status collapsed
42846
42847 \begin_layout Plain Layout
42848
42849
42850 \backslash
42851 fcolorbox{black}{
42852 \end_layout
42853
42854 \end_inset
42855
42856 SeaGreen
42857 \begin_inset ERT
42858 status collapsed
42859
42860 \begin_layout Plain Layout
42861
42862 }{
42863 \end_layout
42864
42865 \end_inset
42866
42867
42868 \begin_inset Phantom Phantom
42869 status open
42870
42871 \begin_layout Plain Layout
42872 W
42873 \end_layout
42874
42875 \end_inset
42876
42877
42878 \begin_inset ERT
42879 status collapsed
42880
42881 \begin_layout Plain Layout
42882
42883 }
42884 \end_layout
42885
42886 \end_inset
42887
42888  SeaGreen
42889 \end_layout
42890
42891 \end_inset
42892 </cell>
42893 <cell alignment="left" valignment="top" usebox="none">
42894 \begin_inset Text
42895
42896 \begin_layout Plain Layout
42897 \begin_inset ERT
42898 status collapsed
42899
42900 \begin_layout Plain Layout
42901
42902
42903 \backslash
42904 fcolorbox{black}{
42905 \end_layout
42906
42907 \end_inset
42908
42909 Sepia
42910 \begin_inset ERT
42911 status collapsed
42912
42913 \begin_layout Plain Layout
42914
42915 }{
42916 \end_layout
42917
42918 \end_inset
42919
42920
42921 \begin_inset Phantom Phantom
42922 status open
42923
42924 \begin_layout Plain Layout
42925 W
42926 \end_layout
42927
42928 \end_inset
42929
42930
42931 \begin_inset ERT
42932 status collapsed
42933
42934 \begin_layout Plain Layout
42935
42936 }
42937 \end_layout
42938
42939 \end_inset
42940
42941  Sepia
42942 \end_layout
42943
42944 \end_inset
42945 </cell>
42946 <cell alignment="left" valignment="top" usebox="none">
42947 \begin_inset Text
42948
42949 \begin_layout Plain Layout
42950 \begin_inset ERT
42951 status collapsed
42952
42953 \begin_layout Plain Layout
42954
42955
42956 \backslash
42957 fcolorbox{black}{
42958 \end_layout
42959
42960 \end_inset
42961
42962 SkyBlue
42963 \begin_inset ERT
42964 status collapsed
42965
42966 \begin_layout Plain Layout
42967
42968 }{
42969 \end_layout
42970
42971 \end_inset
42972
42973
42974 \begin_inset Phantom Phantom
42975 status open
42976
42977 \begin_layout Plain Layout
42978 W
42979 \end_layout
42980
42981 \end_inset
42982
42983
42984 \begin_inset ERT
42985 status collapsed
42986
42987 \begin_layout Plain Layout
42988
42989 }
42990 \end_layout
42991
42992 \end_inset
42993
42994  SkyBlue
42995 \end_layout
42996
42997 \end_inset
42998 </cell>
42999 <cell alignment="left" valignment="top" usebox="none">
43000 \begin_inset Text
43001
43002 \begin_layout Plain Layout
43003 \begin_inset ERT
43004 status collapsed
43005
43006 \begin_layout Plain Layout
43007
43008
43009 \backslash
43010 fcolorbox{black}{
43011 \end_layout
43012
43013 \end_inset
43014
43015 SpringGreen
43016 \begin_inset ERT
43017 status collapsed
43018
43019 \begin_layout Plain Layout
43020
43021 }{
43022 \end_layout
43023
43024 \end_inset
43025
43026
43027 \begin_inset Phantom Phantom
43028 status open
43029
43030 \begin_layout Plain Layout
43031 W
43032 \end_layout
43033
43034 \end_inset
43035
43036
43037 \begin_inset ERT
43038 status collapsed
43039
43040 \begin_layout Plain Layout
43041
43042 }
43043 \end_layout
43044
43045 \end_inset
43046
43047  SpringGreen
43048 \end_layout
43049
43050 \end_inset
43051 </cell>
43052 </row>
43053 <row>
43054 <cell alignment="left" valignment="top" usebox="none">
43055 \begin_inset Text
43056
43057 \begin_layout Plain Layout
43058 \begin_inset ERT
43059 status collapsed
43060
43061 \begin_layout Plain Layout
43062
43063
43064 \backslash
43065 fcolorbox{black}{
43066 \end_layout
43067
43068 \end_inset
43069
43070 Tan
43071 \begin_inset ERT
43072 status collapsed
43073
43074 \begin_layout Plain Layout
43075
43076 }{
43077 \end_layout
43078
43079 \end_inset
43080
43081
43082 \begin_inset Phantom Phantom
43083 status open
43084
43085 \begin_layout Plain Layout
43086 W
43087 \end_layout
43088
43089 \end_inset
43090
43091
43092 \begin_inset ERT
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096
43097 }
43098 \end_layout
43099
43100 \end_inset
43101
43102  Tan
43103 \end_layout
43104
43105 \end_inset
43106 </cell>
43107 <cell alignment="left" valignment="top" usebox="none">
43108 \begin_inset Text
43109
43110 \begin_layout Plain Layout
43111 \begin_inset ERT
43112 status collapsed
43113
43114 \begin_layout Plain Layout
43115
43116
43117 \backslash
43118 fcolorbox{black}{
43119 \end_layout
43120
43121 \end_inset
43122
43123 TealBlue
43124 \begin_inset ERT
43125 status collapsed
43126
43127 \begin_layout Plain Layout
43128
43129 }{
43130 \end_layout
43131
43132 \end_inset
43133
43134
43135 \begin_inset Phantom Phantom
43136 status open
43137
43138 \begin_layout Plain Layout
43139 W
43140 \end_layout
43141
43142 \end_inset
43143
43144
43145 \begin_inset ERT
43146 status collapsed
43147
43148 \begin_layout Plain Layout
43149
43150 }
43151 \end_layout
43152
43153 \end_inset
43154
43155  TealBlue
43156 \end_layout
43157
43158 \end_inset
43159 </cell>
43160 <cell alignment="left" valignment="top" usebox="none">
43161 \begin_inset Text
43162
43163 \begin_layout Plain Layout
43164 \begin_inset ERT
43165 status collapsed
43166
43167 \begin_layout Plain Layout
43168
43169
43170 \backslash
43171 fcolorbox{black}{
43172 \end_layout
43173
43174 \end_inset
43175
43176 Thistle
43177 \begin_inset ERT
43178 status collapsed
43179
43180 \begin_layout Plain Layout
43181
43182 }{
43183 \end_layout
43184
43185 \end_inset
43186
43187
43188 \begin_inset Phantom Phantom
43189 status open
43190
43191 \begin_layout Plain Layout
43192 W
43193 \end_layout
43194
43195 \end_inset
43196
43197
43198 \begin_inset ERT
43199 status collapsed
43200
43201 \begin_layout Plain Layout
43202
43203 }
43204 \end_layout
43205
43206 \end_inset
43207
43208  Thistle
43209 \end_layout
43210
43211 \end_inset
43212 </cell>
43213 <cell alignment="left" valignment="top" usebox="none">
43214 \begin_inset Text
43215
43216 \begin_layout Plain Layout
43217 \begin_inset ERT
43218 status collapsed
43219
43220 \begin_layout Plain Layout
43221
43222
43223 \backslash
43224 fcolorbox{black}{
43225 \end_layout
43226
43227 \end_inset
43228
43229 Turquoise
43230 \begin_inset ERT
43231 status collapsed
43232
43233 \begin_layout Plain Layout
43234
43235 }{
43236 \end_layout
43237
43238 \end_inset
43239
43240
43241 \begin_inset Phantom Phantom
43242 status open
43243
43244 \begin_layout Plain Layout
43245 W
43246 \end_layout
43247
43248 \end_inset
43249
43250
43251 \begin_inset ERT
43252 status collapsed
43253
43254 \begin_layout Plain Layout
43255
43256 }
43257 \end_layout
43258
43259 \end_inset
43260
43261  Turquoise
43262 \end_layout
43263
43264 \end_inset
43265 </cell>
43266 </row>
43267 <row>
43268 <cell alignment="left" valignment="top" usebox="none">
43269 \begin_inset Text
43270
43271 \begin_layout Plain Layout
43272 \begin_inset ERT
43273 status collapsed
43274
43275 \begin_layout Plain Layout
43276
43277
43278 \backslash
43279 fcolorbox{black}{
43280 \end_layout
43281
43282 \end_inset
43283
43284 Violet
43285 \begin_inset ERT
43286 status collapsed
43287
43288 \begin_layout Plain Layout
43289
43290 }{
43291 \end_layout
43292
43293 \end_inset
43294
43295
43296 \begin_inset Phantom Phantom
43297 status open
43298
43299 \begin_layout Plain Layout
43300 W
43301 \end_layout
43302
43303 \end_inset
43304
43305
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311 }
43312 \end_layout
43313
43314 \end_inset
43315
43316  Violet
43317 \end_layout
43318
43319 \end_inset
43320 </cell>
43321 <cell alignment="left" valignment="top" usebox="none">
43322 \begin_inset Text
43323
43324 \begin_layout Plain Layout
43325 \begin_inset ERT
43326 status collapsed
43327
43328 \begin_layout Plain Layout
43329
43330
43331 \backslash
43332 fcolorbox{black}{
43333 \end_layout
43334
43335 \end_inset
43336
43337 VioletRed
43338 \begin_inset ERT
43339 status collapsed
43340
43341 \begin_layout Plain Layout
43342
43343 }{
43344 \end_layout
43345
43346 \end_inset
43347
43348
43349 \begin_inset Phantom Phantom
43350 status open
43351
43352 \begin_layout Plain Layout
43353 W
43354 \end_layout
43355
43356 \end_inset
43357
43358
43359 \begin_inset ERT
43360 status collapsed
43361
43362 \begin_layout Plain Layout
43363
43364 }
43365 \end_layout
43366
43367 \end_inset
43368
43369  VioletRed
43370 \end_layout
43371
43372 \end_inset
43373 </cell>
43374 <cell alignment="left" valignment="top" usebox="none">
43375 \begin_inset Text
43376
43377 \begin_layout Plain Layout
43378 \begin_inset ERT
43379 status collapsed
43380
43381 \begin_layout Plain Layout
43382
43383
43384 \backslash
43385 fcolorbox{black}{
43386 \end_layout
43387
43388 \end_inset
43389
43390 WildStrawberry
43391 \begin_inset ERT
43392 status collapsed
43393
43394 \begin_layout Plain Layout
43395
43396 }{
43397 \end_layout
43398
43399 \end_inset
43400
43401
43402 \begin_inset Phantom Phantom
43403 status open
43404
43405 \begin_layout Plain Layout
43406 W
43407 \end_layout
43408
43409 \end_inset
43410
43411
43412 \begin_inset ERT
43413 status collapsed
43414
43415 \begin_layout Plain Layout
43416
43417 }
43418 \end_layout
43419
43420 \end_inset
43421
43422  WildStrawberry
43423 \end_layout
43424
43425 \end_inset
43426 </cell>
43427 <cell alignment="left" valignment="top" usebox="none">
43428 \begin_inset Text
43429
43430 \begin_layout Plain Layout
43431 \begin_inset ERT
43432 status collapsed
43433
43434 \begin_layout Plain Layout
43435
43436
43437 \backslash
43438 fcolorbox{black}{
43439 \end_layout
43440
43441 \end_inset
43442
43443 YellowGreen
43444 \begin_inset ERT
43445 status collapsed
43446
43447 \begin_layout Plain Layout
43448
43449 }{
43450 \end_layout
43451
43452 \end_inset
43453
43454
43455 \begin_inset Phantom Phantom
43456 status open
43457
43458 \begin_layout Plain Layout
43459 W
43460 \end_layout
43461
43462 \end_inset
43463
43464
43465 \begin_inset ERT
43466 status collapsed
43467
43468 \begin_layout Plain Layout
43469
43470 }
43471 \end_layout
43472
43473 \end_inset
43474
43475  YellowGreen
43476 \end_layout
43477
43478 \end_inset
43479 </cell>
43480 </row>
43481 <row>
43482 <cell alignment="left" valignment="top" usebox="none">
43483 \begin_inset Text
43484
43485 \begin_layout Plain Layout
43486 \begin_inset ERT
43487 status collapsed
43488
43489 \begin_layout Plain Layout
43490
43491
43492 \backslash
43493 fcolorbox{black}{
43494 \end_layout
43495
43496 \end_inset
43497
43498 YellowOrange
43499 \begin_inset ERT
43500 status collapsed
43501
43502 \begin_layout Plain Layout
43503
43504 }{
43505 \end_layout
43506
43507 \end_inset
43508
43509
43510 \begin_inset Phantom Phantom
43511 status open
43512
43513 \begin_layout Plain Layout
43514 W
43515 \end_layout
43516
43517 \end_inset
43518
43519
43520 \begin_inset ERT
43521 status collapsed
43522
43523 \begin_layout Plain Layout
43524
43525 }
43526 \end_layout
43527
43528 \end_inset
43529
43530  YellowOrange
43531 \end_layout
43532
43533 \end_inset
43534 </cell>
43535 <cell alignment="left" valignment="top" usebox="none">
43536 \begin_inset Text
43537
43538 \begin_layout Plain Layout
43539
43540 \end_layout
43541
43542 \end_inset
43543 </cell>
43544 <cell alignment="left" valignment="top" usebox="none">
43545 \begin_inset Text
43546
43547 \begin_layout Plain Layout
43548
43549 \end_layout
43550
43551 \end_inset
43552 </cell>
43553 <cell alignment="left" valignment="top" usebox="none">
43554 \begin_inset Text
43555
43556 \begin_layout Plain Layout
43557
43558 \end_layout
43559
43560 \end_inset
43561 </cell>
43562 </row>
43563 </lyxtabular>
43564
43565 \end_inset
43566
43567
43568 \end_layout
43569
43570 \begin_layout Chapter
43571 第(
43572 \begin_inset CommandInset ref
43573 LatexCommand ref
43574 reference "eq:Wgn"
43575
43576 \end_inset
43577
43578 )式の説明
43579 \begin_inset CommandInset label
43580 LatexCommand label
43581 name "cha:式の説明"
43582
43583 \end_inset
43584
43585
43586 \end_layout
43587
43588 \begin_layout Standard
43589 \begin_inset Formula $n$
43590 \end_inset
43591
43592 個の表セルの全幅
43593 \begin_inset Formula $W_{\text{全}:n}$
43594 \end_inset
43595
43596
43597 \begin_inset Formula 
43598 \begin{equation}
43599 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43600 \end{equation}
43601
43602 \end_inset
43603
43604
43605 \end_layout
43606
43607 \begin_layout Standard
43608 で計算できます.ここで
43609 \begin_inset Formula $W_{\text{指}:n}$
43610 \end_inset
43611
43612 は,すべてのセルが持つ固定幅です.
43613 \series bold
43614
43615 \backslash
43616 tabcolsep
43617 \series default
43618 は,セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
43619 長であり,既定値は6
43620 \begin_inset space \thinspace{}
43621 \end_inset
43622
43623 ptです.
43624 \series bold
43625
43626 \backslash
43627 arrayrulewidth
43628 \series default
43629 は,セル罫線幅であり,既定値は0.4
43630 \begin_inset space \thinspace{}
43631 \end_inset
43632
43633 ptです.
43634 \end_layout
43635
43636 \begin_layout Standard
43637
43638 \begin_inset CommandInset ref
43639 LatexCommand eqref
43640 reference "eq:Wtot_n"
43641
43642 \end_inset
43643
43644 式にしたがえば,連結列の全幅
43645 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
43646 \end_inset
43647
43648
43649 \begin_inset Formula 
43650 \begin{equation}
43651 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43652 \end{equation}
43653
43654 \end_inset
43655
43656
43657 \end_layout
43658
43659 \begin_layout Standard
43660 となります.
43661 \begin_inset Formula $n$
43662 \end_inset
43663
43664 列を連結する時には各列の全幅は
43665 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
43666 \end_inset
43667
43668 となるので,第
43669 \begin_inset CommandInset ref
43670 LatexCommand eqref
43671 reference "eq:Wtot_n"
43672
43673 \end_inset
43674
43675 式と第
43676 \begin_inset CommandInset ref
43677 LatexCommand eqref
43678 reference "eq:Wtot_mult"
43679
43680 \end_inset
43681
43682 式が等しいものと置けば,必要となる固定幅
43683 \begin_inset Formula $W_{\text{指}:n}$
43684 \end_inset
43685
43686 を計算することができて,
43687 \begin_inset Formula 
43688 \begin{equation}
43689 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43690 \end{equation}
43691
43692 \end_inset
43693
43694 となります.
43695 \end_layout
43696
43697 \begin_layout Bibliography
43698 \labelwidthstring 参考文献
43699 \begin_inset CommandInset bibitem
43700 LatexCommand bibitem
43701 key "latexcompanion"
43702 literal "true"
43703
43704 \end_inset
43705
43706 Frank Mittelbach and Michel Goossens: 
43707 \emph on
43708 The \SpecialChar LaTeX
43709  Companion Second Edition.
43710
43711 \emph default
43712  Addison-Wesley, 2004
43713 \end_layout
43714
43715 \begin_layout Bibliography
43716 \labelwidthstring 参考文献
43717 \begin_inset CommandInset bibitem
43718 LatexCommand bibitem
43719 key "latexguide"
43720 literal "true"
43721
43722 \end_inset
43723
43724 Helmut Kopka and Patrick W.
43725  Daly: 
43726 \emph on
43727 A Guide to \SpecialChar LaTeX
43728  Fourth Edition.
43729
43730 \emph default
43731  Addison-Wesley, 2003
43732 \end_layout
43733
43734 \begin_layout Bibliography
43735 \labelwidthstring 参考文献
43736 \begin_inset CommandInset bibitem
43737 LatexCommand bibitem
43738 key "latexbook"
43739 literal "true"
43740
43741 \end_inset
43742
43743 Leslie Lamport: 
43744 \emph on
43745 \SpecialChar LaTeX
43746 : A Document Preparation System.
43747
43748 \emph default
43749  Addison-Wesley, second edition, 1994
43750 \end_layout
43751
43752 \begin_layout Bibliography
43753 \labelwidthstring 参考文献
43754 \begin_inset CommandInset bibitem
43755 LatexCommand bibitem
43756 key "arydshln"
43757 literal "true"
43758
43759 \end_inset
43760
43761 \SpecialChar LaTeX
43762 パッケージ
43763 \series bold
43764
43765 \begin_inset CommandInset href
43766 LatexCommand href
43767 name "arydshln"
43768 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
43769 literal "false"
43770
43771 \end_inset
43772
43773
43774 \series default
43775
43776 \begin_inset Index idx
43777 status collapsed
43778
43779 \begin_layout Plain Layout
43780 \SpecialChar LaTeX
43781 ぱっけーじ@\SpecialChar LaTeX
43782 パッケージ ! arydshln
43783 \end_layout
43784
43785 \end_inset
43786
43787
43788 \end_layout
43789
43790 \begin_layout Bibliography
43791 \labelwidthstring 参考文献
43792 \begin_inset CommandInset bibitem
43793 LatexCommand bibitem
43794 key "booktabs"
43795 literal "true"
43796
43797 \end_inset
43798
43799 \SpecialChar LaTeX
43800 パッケージ
43801 \series bold
43802
43803 \begin_inset CommandInset href
43804 LatexCommand href
43805 name "booktabs"
43806 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
43807 literal "false"
43808
43809 \end_inset
43810
43811
43812 \series default
43813
43814 \begin_inset Index idx
43815 status collapsed
43816
43817 \begin_layout Plain Layout
43818 \SpecialChar LaTeX
43819 ぱっけーじ@\SpecialChar LaTeX
43820 パッケージ ! booktabs
43821 \end_layout
43822
43823 \end_inset
43824
43825 の取扱説明書
43826 \end_layout
43827
43828 \begin_layout Bibliography
43829 \labelwidthstring 参考文献
43830 \begin_inset CommandInset bibitem
43831 LatexCommand bibitem
43832 key "caption"
43833 literal "true"
43834
43835 \end_inset
43836
43837 \SpecialChar LaTeX
43838 パッケージ
43839 \series bold
43840
43841 \begin_inset CommandInset href
43842 LatexCommand href
43843 name "caption"
43844 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
43845 literal "false"
43846
43847 \end_inset
43848
43849
43850 \series default
43851
43852 \begin_inset Index idx
43853 status collapsed
43854
43855 \begin_layout Plain Layout
43856 \SpecialChar LaTeX
43857 ぱっけーじ@\SpecialChar LaTeX
43858 パッケージ ! caption
43859 \end_layout
43860
43861 \end_inset
43862
43863 の取扱説明書
43864 \end_layout
43865
43866 \begin_layout Bibliography
43867 \labelwidthstring 参考文献
43868 \begin_inset CommandInset bibitem
43869 LatexCommand bibitem
43870 key "diagbox"
43871 literal "true"
43872
43873 \end_inset
43874
43875 \SpecialChar LaTeX
43876 パッケージ
43877 \series bold
43878
43879 \begin_inset CommandInset href
43880 LatexCommand href
43881 name "diagbox"
43882 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
43883 literal "false"
43884
43885 \end_inset
43886
43887
43888 \series default
43889
43890 \begin_inset Index idx
43891 status collapsed
43892
43893 \begin_layout Plain Layout
43894 \SpecialChar LaTeX
43895 ぱっけーじ@\SpecialChar LaTeX
43896 パッケージ ! diagbox
43897 \end_layout
43898
43899 \end_inset
43900
43901
43902 \end_layout
43903
43904 \begin_layout Bibliography
43905 \labelwidthstring 参考文献
43906 \begin_inset CommandInset bibitem
43907 LatexCommand bibitem
43908 key "endfloat"
43909 literal "true"
43910
43911 \end_inset
43912
43913 \SpecialChar LaTeX
43914 パッケージ
43915 \series bold
43916
43917 \begin_inset CommandInset href
43918 LatexCommand href
43919 name "endfloat"
43920 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
43921 literal "false"
43922
43923 \end_inset
43924
43925
43926 \series default
43927
43928 \begin_inset Index idx
43929 status collapsed
43930
43931 \begin_layout Plain Layout
43932 \SpecialChar LaTeX
43933 ぱっけーじ@\SpecialChar LaTeX
43934 パッケージ ! endfloat
43935 \end_layout
43936
43937 \end_inset
43938
43939 の取扱説明書
43940 \end_layout
43941
43942 \begin_layout Bibliography
43943 \labelwidthstring 参考文献
43944 \begin_inset CommandInset bibitem
43945 LatexCommand bibitem
43946 key "footmisc"
43947 literal "true"
43948
43949 \end_inset
43950
43951 \SpecialChar LaTeX
43952 パッケージ
43953 \series bold
43954
43955 \begin_inset CommandInset href
43956 LatexCommand href
43957 name "footmisc"
43958 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
43959 literal "false"
43960
43961 \end_inset
43962
43963
43964 \series default
43965
43966 \begin_inset Index idx
43967 status collapsed
43968
43969 \begin_layout Plain Layout
43970 \SpecialChar LaTeX
43971 ぱっけーじ@\SpecialChar LaTeX
43972 パッケージ ! footmisc
43973 \end_layout
43974
43975 \end_inset
43976
43977 の取扱説明書
43978 \end_layout
43979
43980 \begin_layout Bibliography
43981 \labelwidthstring 参考文献
43982 \begin_inset CommandInset bibitem
43983 LatexCommand bibitem
43984 key "hypcap"
43985 literal "true"
43986
43987 \end_inset
43988
43989 \SpecialChar LaTeX
43990 パッケージ
43991 \series bold
43992
43993 \begin_inset CommandInset href
43994 LatexCommand href
43995 name "hypcap"
43996 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
43997 literal "false"
43998
43999 \end_inset
44000
44001
44002 \series default
44003
44004 \begin_inset Index idx
44005 status collapsed
44006
44007 \begin_layout Plain Layout
44008 \SpecialChar LaTeX
44009 ぱっけーじ@\SpecialChar LaTeX
44010 パッケージ ! hyperref
44011 \end_layout
44012
44013 \end_inset
44014
44015 の取扱説明書
44016 \end_layout
44017
44018 \begin_layout Bibliography
44019 \labelwidthstring 参考文献
44020 \begin_inset CommandInset bibitem
44021 LatexCommand bibitem
44022 key "hyperref"
44023 literal "true"
44024
44025 \end_inset
44026
44027 \SpecialChar LaTeX
44028 パッケージ
44029 \series bold
44030
44031 \begin_inset CommandInset href
44032 LatexCommand href
44033 name "hyperref"
44034 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
44035 literal "false"
44036
44037 \end_inset
44038
44039
44040 \series default
44041
44042 \begin_inset Index idx
44043 status collapsed
44044
44045 \begin_layout Plain Layout
44046 \SpecialChar LaTeX
44047 ぱっけーじ@\SpecialChar LaTeX
44048 パッケージ ! hyperref
44049 \end_layout
44050
44051 \end_inset
44052
44053 の取扱説明書
44054 \end_layout
44055
44056 \begin_layout Bibliography
44057 \labelwidthstring 参考文献
44058 \begin_inset CommandInset bibitem
44059 LatexCommand bibitem
44060 key "KOMA-script"
44061 literal "true"
44062
44063 \end_inset
44064
44065 \SpecialChar LaTeX
44066 パッケージ
44067 \series bold
44068
44069 \begin_inset CommandInset href
44070 LatexCommand href
44071 name "KOMA-script"
44072 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
44073 literal "false"
44074
44075 \end_inset
44076
44077
44078 \series default
44079
44080 \begin_inset Index idx
44081 status collapsed
44082
44083 \begin_layout Plain Layout
44084 \SpecialChar LaTeX
44085 ぱっけーじ@\SpecialChar LaTeX
44086 パッケージ ! KOMA-script
44087 \end_layout
44088
44089 \end_inset
44090
44091 の取扱説明書
44092 \end_layout
44093
44094 \begin_layout Bibliography
44095 \labelwidthstring 参考文献
44096 \begin_inset CommandInset bibitem
44097 LatexCommand bibitem
44098 key "lettrine"
44099 literal "true"
44100
44101 \end_inset
44102
44103 \SpecialChar LaTeX
44104 パッケージ
44105 \series bold
44106
44107 \begin_inset CommandInset href
44108 LatexCommand href
44109 name "lettrine"
44110 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44111 literal "false"
44112
44113 \end_inset
44114
44115
44116 \series default
44117 及び
44118 \begin_inset CommandInset href
44119 LatexCommand href
44120 name "用例"
44121 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
44122 literal "false"
44123
44124 \end_inset
44125
44126
44127 \begin_inset Index idx
44128 status collapsed
44129
44130 \begin_layout Plain Layout
44131 \SpecialChar LaTeX
44132 ぱっけーじ@\SpecialChar LaTeX
44133 パッケージ ! lettrine
44134 \end_layout
44135
44136 \end_inset
44137
44138
44139 \end_layout
44140
44141 \begin_layout Bibliography
44142 \labelwidthstring 参考文献
44143 \begin_inset CommandInset bibitem
44144 LatexCommand bibitem
44145 key "listings"
44146 literal "true"
44147
44148 \end_inset
44149
44150 \SpecialChar LaTeX
44151 パッケージ
44152 \series bold
44153
44154 \begin_inset CommandInset href
44155 LatexCommand href
44156 name "listings"
44157 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
44158 literal "false"
44159
44160 \end_inset
44161
44162
44163 \series default
44164
44165 \begin_inset Index idx
44166 status collapsed
44167
44168 \begin_layout Plain Layout
44169 \SpecialChar LaTeX
44170 ぱっけーじ@\SpecialChar LaTeX
44171 パッケージ ! listings
44172 \end_layout
44173
44174 \end_inset
44175
44176 の取扱説明書
44177 \end_layout
44178
44179 \begin_layout Bibliography
44180 \labelwidthstring 参考文献
44181 \begin_inset CommandInset bibitem
44182 LatexCommand bibitem
44183 key "minted"
44184 literal "true"
44185
44186 \end_inset
44187
44188 \SpecialChar LaTeX
44189 パッケージ
44190 \series bold
44191
44192 \begin_inset CommandInset href
44193 LatexCommand href
44194 name "minted"
44195 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
44196 literal "false"
44197
44198 \end_inset
44199
44200
44201 \series default
44202
44203 \begin_inset Index idx
44204 status collapsed
44205
44206 \begin_layout Plain Layout
44207 \SpecialChar LaTeX
44208 ぱっけーじ@\SpecialChar LaTeX
44209 パッケージ ! minted
44210 \end_layout
44211
44212 \end_inset
44213
44214 の取扱説明書
44215 \end_layout
44216
44217 \begin_layout Bibliography
44218 \labelwidthstring 参考文献
44219 \begin_inset CommandInset bibitem
44220 LatexCommand bibitem
44221 key "marginnote"
44222 literal "true"
44223
44224 \end_inset
44225
44226 \SpecialChar LaTeX
44227 パッケージ
44228 \series bold
44229
44230 \begin_inset CommandInset href
44231 LatexCommand href
44232 name "marginnote"
44233 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
44234 literal "false"
44235
44236 \end_inset
44237
44238
44239 \series default
44240
44241 \begin_inset Index idx
44242 status collapsed
44243
44244 \begin_layout Plain Layout
44245 \SpecialChar LaTeX
44246 ぱっけーじ@\SpecialChar LaTeX
44247 パッケージ ! marginnote
44248 \end_layout
44249
44250 \end_inset
44251
44252 の取扱説明書
44253 \end_layout
44254
44255 \begin_layout Bibliography
44256 \labelwidthstring 参考文献
44257 \begin_inset CommandInset bibitem
44258 LatexCommand bibitem
44259 key "pdfpages"
44260 literal "true"
44261
44262 \end_inset
44263
44264 \SpecialChar LaTeX
44265 パッケージ
44266 \series bold
44267
44268 \begin_inset CommandInset href
44269 LatexCommand href
44270 name "pdfpages"
44271 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44272 literal "false"
44273
44274 \end_inset
44275
44276
44277 \series default
44278
44279 \begin_inset Index idx
44280 status collapsed
44281
44282 \begin_layout Plain Layout
44283 \SpecialChar LaTeX
44284 ぱっけーじ@\SpecialChar LaTeX
44285 パッケージ ! pdfpages
44286 \end_layout
44287
44288 \end_inset
44289
44290 の取扱説明書
44291 \end_layout
44292
44293 \begin_layout Bibliography
44294 \labelwidthstring 参考文献
44295 \begin_inset CommandInset bibitem
44296 LatexCommand bibitem
44297 key "prettyref"
44298 literal "true"
44299
44300 \end_inset
44301
44302 \SpecialChar LaTeX
44303 パッケージ
44304 \series bold
44305
44306 \begin_inset CommandInset href
44307 LatexCommand href
44308 name "prettyref"
44309 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44310 literal "false"
44311
44312 \end_inset
44313
44314
44315 \series default
44316
44317 \begin_inset Index idx
44318 status collapsed
44319
44320 \begin_layout Plain Layout
44321 \SpecialChar LaTeX
44322 ぱっけーじ@\SpecialChar LaTeX
44323 パッケージ! prettyref
44324 \end_layout
44325
44326 \end_inset
44327
44328 の取扱説明書
44329 \end_layout
44330
44331 \begin_layout Bibliography
44332 \labelwidthstring 参考文献
44333 \begin_inset CommandInset bibitem
44334 LatexCommand bibitem
44335 key "pstricks"
44336 literal "true"
44337
44338 \end_inset
44339
44340 \SpecialChar LaTeX
44341 パッケージ
44342 \series bold
44343
44344 \begin_inset CommandInset href
44345 LatexCommand href
44346 name "PSTricks"
44347 target "http://tug.org/PSTricks/"
44348 literal "false"
44349
44350 \end_inset
44351
44352
44353 \series default
44354
44355 \begin_inset Index idx
44356 status collapsed
44357
44358 \begin_layout Plain Layout
44359 \SpecialChar LaTeX
44360 ぱっけーじ@\SpecialChar LaTeX
44361 パッケージ ! PSTricks
44362 \end_layout
44363
44364 \end_inset
44365
44366 のウェブページ
44367 \end_layout
44368
44369 \begin_layout Bibliography
44370 \labelwidthstring 参考文献
44371 \begin_inset CommandInset bibitem
44372 LatexCommand bibitem
44373 key "refstyle"
44374 literal "true"
44375
44376 \end_inset
44377
44378 \SpecialChar LaTeX
44379 パッケージ
44380 \series bold
44381
44382 \begin_inset CommandInset href
44383 LatexCommand href
44384 name "refstyle"
44385 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
44386 literal "false"
44387
44388 \end_inset
44389
44390
44391 \series default
44392
44393 \begin_inset Index idx
44394 status collapsed
44395
44396 \begin_layout Plain Layout
44397 \SpecialChar LaTeX
44398 ぱっけーじ@\SpecialChar LaTeX
44399 パッケージ ! refstyle
44400 \end_layout
44401
44402 \end_inset
44403
44404 の取扱説明書
44405 \end_layout
44406
44407 \begin_layout Bibliography
44408 \labelwidthstring 参考文献
44409 \begin_inset CommandInset bibitem
44410 LatexCommand bibitem
44411 key "sidecap"
44412 literal "true"
44413
44414 \end_inset
44415
44416 \SpecialChar LaTeX
44417 パッケージ
44418 \series bold
44419
44420 \begin_inset CommandInset href
44421 LatexCommand href
44422 name "sidecap"
44423 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
44424 literal "false"
44425
44426 \end_inset
44427
44428
44429 \series default
44430
44431 \begin_inset Index idx
44432 status collapsed
44433
44434 \begin_layout Plain Layout
44435 \SpecialChar LaTeX
44436 ぱっけーじ@\SpecialChar LaTeX
44437 パッケージ ! sidecap
44438 \end_layout
44439
44440 \end_inset
44441
44442 の取扱説明書
44443 \end_layout
44444
44445 \begin_layout Bibliography
44446 \labelwidthstring 参考文献
44447 \begin_inset CommandInset bibitem
44448 LatexCommand bibitem
44449 key "Inkscape"
44450 literal "true"
44451
44452 \end_inset
44453
44454
44455 \noun on
44456
44457 \begin_inset CommandInset href
44458 LatexCommand href
44459 name "Inkscape"
44460 target "https://inkscape.org/ja/"
44461 literal "false"
44462
44463 \end_inset
44464
44465 プログラムの
44466 \noun default
44467
44468 \begin_inset CommandInset href
44469 LatexCommand href
44470 name "Omit text in PDF"
44471 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
44472 literal "false"
44473
44474 \end_inset
44475
44476 オプションの取扱説明書
44477 \end_layout
44478
44479 \begin_layout Standard
44480 \begin_inset CommandInset index_print
44481 LatexCommand printindex
44482 type "idx"
44483 name "索引"
44484 literal "false"
44485
44486 \end_inset
44487
44488
44489 \end_layout
44490
44491 \end_body
44492 \end_document