]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Linguistics: add support for Discourse Representation Structures
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 574
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,bookmarkpackage=false
172 \use_default_options false
173 \begin_modules
174 initials
175 graphicboxes
176 varwidth
177 ruby
178 \end_modules
179 \maintain_unincluded_children false
180 \language japanese
181 \language_package default
182 \inputencoding utf8
183 \fontencoding auto
184 \font_roman "lmodern" "IPAexMincho"
185 \font_sans "default" "IPAexGothic"
186 \font_typewriter "default" "default"
187 \font_math "auto" "auto"
188 \font_default_family default
189 \use_non_tex_fonts false
190 \font_sc false
191 \font_osf false
192 \font_sf_scale 100 100
193 \font_tt_scale 100 100
194 \use_microtype false
195 \use_dash_ligatures false
196 \graphics default
197 \default_output_format default
198 \output_sync 0
199 \bibtex_command default
200 \index_command default
201 \paperfontsize 12
202 \spacing single
203 \use_hyperref true
204 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
205 \pdf_author "LyX Team, Uwe Stohr"
206 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
207 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
208 \pdf_bookmarks false
209 \pdf_bookmarksnumbered true
210 \pdf_bookmarksopen true
211 \pdf_bookmarksopenlevel 1
212 \pdf_breaklinks false
213 \pdf_pdfborder false
214 \pdf_colorlinks true
215 \pdf_backref false
216 \pdf_pdfusetitle false
217 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
218 \papersize default
219 \use_geometry false
220 \use_package amsmath 1
221 \use_package amssymb 1
222 \use_package cancel 1
223 \use_package esint 1
224 \use_package mathdots 1
225 \use_package mathtools 1
226 \use_package mhchem 1
227 \use_package stackrel 1
228 \use_package stmaryrd 1
229 \use_package undertilde 1
230 \cite_engine basic
231 \cite_engine_type default
232 \biblio_style plain
233 \use_bibtopic false
234 \use_indices false
235 \paperorientation portrait
236 \suppress_date false
237 \justification true
238 \use_refstyle 0
239 \use_minted 0
240 \notefontcolor #0000ff
241 \index 索引
242 \shortcut idx
243 \color #008000
244 \end_index
245 \leftmargin 2.5cm
246 \topmargin 2.5cm
247 \rightmargin 2.5cm
248 \bottommargin 3cm
249 \secnumdepth 3
250 \tocdepth 3
251 \paragraph_separation skip
252 \defskip medskip
253 \is_math_indent 0
254 \math_numbering_side default
255 \quotes_style english
256 \dynamic_quotes 0
257 \papercolumns 1
258 \papersides 2
259 \paperpagestyle default
260 \tablestyle default
261 \bullet 1 1 34 -1
262 \bullet 2 2 35 -1
263 \bullet 3 2 7 -1
264 \tracking_changes false
265 \output_changes false
266 \html_math_output 0
267 \html_css_as_file 0
268 \html_be_strict false
269 \end_header
270
271 \begin_body
272
273 \begin_layout Title
274 \SpecialChar LyX
275 の図表・フロート・註釈・ボックス・外部素材に関する詳細説明書
276 \end_layout
277
278 \begin_layout Author
279 \SpecialChar LyX
280 プロジェクトチーム
281 \begin_inset Foot
282 status collapsed
283
284 \begin_layout Plain Layout
285 \noindent
286 コメントや間違いの指摘がありましたら,\SpecialChar LyX
287 文書化メーリングリスト 
288 \begin_inset CommandInset href
289 LatexCommand href
290 name "lyx-docs@lists.lyx.org"
291 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
292 type "mailto:"
293 literal "false"
294
295 \end_inset
296
297  までお送り下さい.
298 \end_layout
299
300 \end_inset
301
302
303 \begin_inset Note Note
304 status collapsed
305
306 \begin_layout Plain Layout
307 著者:Uwe Stöhr
308 \end_layout
309
310 \end_inset
311
312
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \begin_inset Newline newline
318 \end_inset
319
320
321 \family sans
322 第2.3.x版
323 \end_layout
324
325 \begin_layout Standard
326 \begin_inset CommandInset toc
327 LatexCommand tableofcontents
328
329 \end_inset
330
331
332 \end_layout
333
334 \begin_layout Standard
335 \begin_inset Note Note
336 status open
337
338 \begin_layout Plain Layout
339 本文書の全体をPDFやPS,DVIに書き出すには,
340 \series bold
341 arydshln
342 \series default
343
344 \series bold
345 colortbl
346 \series default
347
348 \series bold
349 diagbox
350 \series default
351
352 \series bold
353 lettrine
354 \series default
355
356 \series bold
357 marginnote
358 \series default
359
360 \series bold
361 picinpar
362 \series default
363
364 \series bold
365 sidecap
366 \series default
367 の各\SpecialChar LaTeX
368 パッケージが導入されている必要があります.これらが導入されていなくても,文書を書き出すことはできますが,これらのパッケージが必要な節は出力には表示されません
369
370 \end_layout
371
372 \begin_layout Plain Layout
373 本文書の最新PDF版は
374 \begin_inset Newline newline
375 \end_inset
376
377
378 \series bold
379 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
380 \series default
381
382 \begin_inset Newline newline
383 \end_inset
384
385 にあります.
386 \end_layout
387
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Chapter
394
395 \begin_inset Index idx
396 status collapsed
397
398 \begin_layout Plain Layout
399 ず@図
400 \end_layout
401
402 \end_inset
403
404
405 \begin_inset Index idx
406 status collapsed
407
408 \begin_layout Plain Layout
409 がぞう@画像
410 \begin_inset ERT
411 status collapsed
412
413 \begin_layout Plain Layout
414
415 |see{
416 \end_layout
417
418 \end_inset
419
420
421 \begin_inset ERT
422 status collapsed
423
424 \begin_layout Plain Layout
425
426 }
427 \end_layout
428
429 \end_inset
430
431
432 \end_layout
433
434 \end_inset
435
436
437 \end_layout
438
439 \begin_layout Section
440 画像ダイアログ
441 \begin_inset Index idx
442 status collapsed
443
444 \begin_layout Plain Layout
445 ず@図 ! がぞうだいあろぐ@画像ダイアログ
446 \end_layout
447
448 \end_inset
449
450
451 \begin_inset CommandInset label
452 LatexCommand label
453 name "sec:画像ダイアログ"
454
455 \end_inset
456
457
458 \end_layout
459
460 \begin_layout Standard
461 画像を文書に挿入するには,文中の挿入箇所にカーソルを置いて,ツールバーアイコン
462 \family sans
463
464 \begin_inset Info
465 type  "icon"
466 arg   "dialog-show-new-inset graphics"
467 \end_inset
468
469
470 \family default
471 をクリックするか,
472 \family sans
473 挿入\SpecialChar menuseparator
474 画像
475 \family default
476 メニューを使用して下さい.すると,ダイアログが現れるので,読み込むファイルを選択して下さい.出力中での画像は,本文中の挿入位置に正確に出力されます.
477 \end_layout
478
479 \begin_layout Standard
480 画像ダイアログは,画像をクリックすることによって,いつでも呼び出すことができます.このダイアログには,以下の三つのタブがあります.
481 \end_layout
482
483 \begin_layout Description
484
485 \family sans
486 画像
487 \family default
488  ここでは,画像ファイルを選択し,その出力での表示のしかたを調整することができます.画像寸法で使用することのできる単位については付録
489 \begin_inset CommandInset ref
490 LatexCommand ref
491 reference "cha:LyXで使用できる単位"
492
493 \end_inset
494
495 に説明があります.
496 \begin_inset Newline newline
497 \end_inset
498
499
500 \begin_inset Index idx
501 status collapsed
502
503 \begin_layout Plain Layout
504 ず@図 ! のかいてん@—の回転
505 \end_layout
506
507 \end_inset
508
509 回転角と回転原点を指定することによって,反時計廻り方向へ画像を回転することができます.画像は,\SpecialChar LyX
510 内でも回転して表示されます.
511 \begin_inset Newline newline
512 \end_inset
513
514
515 \begin_inset Index idx
516 status collapsed
517
518 \begin_layout Plain Layout
519 ず@図 ! のしんしゅく@—の伸縮
520 \end_layout
521
522 \end_inset
523
524 画像は,パーセント値を指定するか,幅と高さを明示的に設定することによって,伸縮させることができます.幅と高さのどちらか一方のみを指定した場合には,残りの寸法は自
525 動的に決定されます.両方とも指定した場合には,指定した寸法に画像が変換されますので,変形してしまう可能性があります.画像が変形するのを防ぐには,
526 \family sans
527 縦横比を維持する
528 \family default
529 オプションを指定して下さい.すると画像は,幅と高さが指定した寸法を越えないように伸縮されます.
530 \begin_inset Newline newline
531 \end_inset
532
533 画像を右クリックすると現れるコンテクストメニューで
534 \family sans
535 外部で編集
536 \family default
537 という項目を選ぶことによって,画像を指定したプログラムで開くことができます.このプログラムは,\SpecialChar LyX
538 設定のファイル書式設定で,各画像書式ごとに設定することができます.
539 \end_layout
540
541 \begin_layout Description
542
543 \family sans
544 切り抜き
545 \family default
546  伸縮単位を使用する代わりに,出力における画像の縦横の長さを調整するのに,画像座標の設定をすることができます.座標は,
547 \family sans
548 ファイルから取得
549 \family default
550 ボタンを押すことによって,自動的に計算することもできます.
551 \family sans
552 境界枠で切り抜く
553 \family default
554 オプションは,指定された座標内の画像領域のみ印字します.通常は,画像座標を気にする必要はないので,このタブは無視して構いません.
555 \end_layout
556
557 \begin_layout Description
558
559 \family sans
560 \SpecialChar LaTeX
561 と\SpecialChar LyX
562 のオプション
563 \family default
564  このタブでは,\SpecialChar LyX
565 内での画像表示法を調整できる他,\SpecialChar LaTeX
566 のエキスパート向けに\SpecialChar LaTeX
567 オプションを追加することができるようになっています.
568 \family sans
569
570 \begin_inset Newline newline
571 \end_inset
572
573 下書きモード
574 \family default
575 オプションを指定すると,画像は出力には現れず,画像と同じ大きさの枠だけが表示されます.
576 \family sans
577
578 \begin_inset Newline newline
579 \end_inset
580
581 画像グループ
582 \family default
583 のセクションでは,画像設定グループを定義したり,既存のものに所属させたりすることができます.
584 \begin_inset Index idx
585 status collapsed
586
587 \begin_layout Plain Layout
588 ず@図 ! せっていぐるーぷ@設定グループ
589 \end_layout
590
591 \end_inset
592
593 これらのグループ内の画像は,共通した設定を持つので,グループ内の一つの画像の設定をいじると,自動的にグループ内の全ての画像の設定が同じように変更されます.したが
594 って,たとえば,たくさんの画像の寸法を変更したいときにも,一つ一つの寸法を手動で変更せずに済むのです.既存のグループに帰属させるには,画像のコンテクストメニュー
595 を使用して,望むグループ名をチェックすることで行うこともできます.
596 \end_layout
597
598 \begin_layout Standard
599 \begin_inset VSpace bigskip
600 \end_inset
601
602
603 \end_layout
604
605 \begin_layout Standard
606 下記はPDF書式
607 \begin_inset Foot
608 status collapsed
609
610 \begin_layout Plain Layout
611 画像書式は,第
612 \begin_inset CommandInset ref
613 LatexCommand ref
614 reference "sec:画像形式"
615
616 \end_inset
617
618 節に説明されています.
619 \end_layout
620
621 \end_inset
622
623 の画像の例で,単独の中央揃えの段落に置いてあります.
624 \end_layout
625
626 \begin_layout Standard
627 \align center
628 \begin_inset Graphics
629         filename ../clipart/2D-intensity-plot.pdf
630         scaleBeforeRotation
631         rotateOrigin center
632
633 \end_inset
634
635
636 \end_layout
637
638 \begin_layout Standard
639 下記は上と同じ画像ですが,下書きモードのものです.
640 \end_layout
641
642 \begin_layout Standard
643 \align center
644 \begin_inset Graphics
645         filename ../clipart/2D-intensity-plot.pdf
646         draft
647         scaleBeforeRotation
648         rotateOrigin center
649
650 \end_inset
651
652
653 \end_layout
654
655 \begin_layout Standard
656 \begin_inset Newpage newpage
657 \end_inset
658
659
660 \end_layout
661
662 \begin_layout Section
663 図フロート
664 \begin_inset CommandInset label
665 LatexCommand label
666 name "sec:図フロート"
667
668 \end_inset
669
670
671 \begin_inset Index idx
672 status collapsed
673
674 \begin_layout Plain Layout
675 ふろーと@フロート ! ず@図
676 \end_layout
677
678 \end_inset
679
680
681 \begin_inset Index idx
682 status collapsed
683
684 \begin_layout Plain Layout
685 ず@図 ! ふろーと@フロート
686 \end_layout
687
688 \end_inset
689
690
691 \end_layout
692
693 \begin_layout Standard
694 フロートについての一般的な説明は,第
695 \begin_inset CommandInset ref
696 LatexCommand ref
697 reference "sec:フロートはじめに"
698
699 \end_inset
700
701 節をご覧下さい.
702 \end_layout
703
704 \begin_layout Standard
705 ツールバーボタンの
706 \family sans
707
708 \begin_inset Info
709 type  "icon"
710 arg   "float-insert figure"
711 \end_inset
712
713
714 \family default
715
716 \family sans
717 挿入\SpecialChar menuseparator
718 フロート\SpecialChar menuseparator
719
720 \family default
721 メニューを用いると,「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます.画像は,図
722 \begin_inset CommandInset ref
723 LatexCommand ref
724 reference "fig:星形"
725
726 \end_inset
727
728 のようにキャプションの上に置くこともできますし,図
729 \begin_inset CommandInset ref
730 LatexCommand ref
731 reference "fig:3Dオブジェクト"
732
733 \end_inset
734
735 のようにキャプションの下に置くこともできます.キャプションの配置について詳しくは,第
736 \begin_inset CommandInset ref
737 LatexCommand ref
738 reference "sec:キャプションの配置"
739
740 \end_inset
741
742 節に述べられています.
743 \end_layout
744
745 \begin_layout Standard
746 \begin_inset Float figure
747 placement document
748 alignment document
749 wide false
750 sideways false
751 status open
752
753 \begin_layout Plain Layout
754 \align center
755 \begin_inset Graphics
756         filename ../clipart/Star-structure.pdf
757         lyxscale 60
758         width 50col%
759         scaleBeforeRotation
760         rotateOrigin center
761
762 \end_inset
763
764
765 \end_layout
766
767 \begin_layout Plain Layout
768 \begin_inset Caption Standard
769
770 \begin_layout Plain Layout
771 \begin_inset CommandInset label
772 LatexCommand label
773 name "fig:星形"
774
775 \end_inset
776
777 フロート中の星形
778 \end_layout
779
780 \end_inset
781
782
783 \end_layout
784
785 \end_inset
786
787
788 \end_layout
789
790 \begin_layout Standard
791 \begin_inset Float figure
792 placement document
793 alignment document
794 wide false
795 sideways false
796 status open
797
798 \begin_layout Plain Layout
799 \begin_inset Caption Standard
800
801 \begin_layout Plain Layout
802 \begin_inset CommandInset label
803 LatexCommand label
804 name "fig:3Dオブジェクト"
805
806 \end_inset
807
808 3Dオブジェクト
809 \end_layout
810
811 \end_inset
812
813
814 \end_layout
815
816 \begin_layout Plain Layout
817 \align center
818 \begin_inset Graphics
819         filename ../clipart/3D-structure-distort.pdf
820         lyxscale 60
821         scale 80
822         scaleBeforeRotation
823         rotateOrigin center
824
825 \end_inset
826
827
828 \end_layout
829
830 \end_inset
831
832
833 \end_layout
834
835 \begin_layout Standard
836 \begin_inset Index idx
837 status collapsed
838
839 \begin_layout Plain Layout
840 さんしょう@参照 ! ずへの@図への —
841 \end_layout
842
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "fig:星形"
849
850 \end_inset
851
852 図と第
853 \begin_inset CommandInset ref
854 LatexCommand ref
855 reference "fig:3Dオブジェクト"
856
857 \end_inset
858
859 図は,参照された図の例です.図は,本文中でラベルを参照することによって参照できます.これをするには,まず,
860 \family sans
861 挿入\SpecialChar menuseparator
862 ラベル
863 \family default
864 メニューかツールバーボタン
865 \family sans
866
867 \begin_inset Info
868 type  "icon"
869 arg   "label-insert"
870 \end_inset
871
872
873 \family default
874 を使用して,キャプションにラベルを挿入してください.その後,
875 \family sans
876 挿入\SpecialChar menuseparator
877 相互参照
878 \family default
879 メニューかツールバーボタン
880 \family sans
881
882 \begin_inset Info
883 type  "icon"
884 arg   "dialog-show-new-inset ref"
885 \end_inset
886
887
888 \family default
889 を使用して,ラベルを参照することができます.\SpecialChar LaTeX
890 は仕上文書でのフロートの位置を調整するので,「上図」のような曖昧な参照のしかたをするのではなく,フロートを直接参照す
891 ることが重要です.仕上文書では,「上図」ではないことが,大いにありうるからです.
892 \begin_inset Newline newline
893 \end_inset
894
895 参照は,第
896 \begin_inset CommandInset ref
897 LatexCommand ref
898 reference "sec:フロートの参照"
899
900 \end_inset
901
902 節で詳細に説明されています.
903 \end_layout
904
905 \begin_layout Standard
906 通常,図フロートには一つの画像だけを挿入しますが,場合によっては,二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません.その場合は,既存の
907 図フロートの中に図フロートを入れ込むことによって,実現することができます.ただし,図一覧にはフロートの主キャプションのみが表示されることに留意してください.図
908 \begin_inset CommandInset ref
909 LatexCommand ref
910 reference "fig:歪められた二つの像"
911
912 \end_inset
913
914 は,二つの画像が横に並んでいる図フロートの例です.二つめの画像を一つめの下に持ってくることも可能です.図
915 \begin_inset CommandInset ref
916 LatexCommand ref
917 reference "fig:Pink-object"
918
919 \end_inset
920
921 と図
922 \begin_inset CommandInset ref
923 LatexCommand ref
924 reference "fig:A-star"
925
926 \end_inset
927
928 が内部図になります.
929 \end_layout
930
931 \begin_layout Standard
932 \begin_inset Float figure
933 placement document
934 alignment document
935 wide false
936 sideways false
937 status open
938
939 \begin_layout Plain Layout
940 \begin_inset space \hfill{}
941 \end_inset
942
943
944 \begin_inset Float figure
945 placement document
946 alignment document
947 wide false
948 sideways false
949 status collapsed
950
951 \begin_layout Plain Layout
952 \begin_inset Caption Standard
953
954 \begin_layout Plain Layout
955 \begin_inset CommandInset label
956 LatexCommand label
957 name "fig:Pink-object"
958
959 \end_inset
960
961 ももいろオブジェクト
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \begin_layout Plain Layout
970 \begin_inset Graphics
971         filename ../clipart/3D-structure-distort.pdf
972         width 45col%
973         scaleBeforeRotation
974         groupId distorted
975
976 \end_inset
977
978
979 \end_layout
980
981 \end_inset
982
983
984 \begin_inset space \hfill{}
985 \end_inset
986
987
988 \begin_inset Float figure
989 placement document
990 alignment document
991 wide false
992 sideways false
993 status collapsed
994
995 \begin_layout Plain Layout
996 \begin_inset Caption Standard
997
998 \begin_layout Plain Layout
999 \begin_inset CommandInset label
1000 LatexCommand label
1001 name "fig:A-star"
1002
1003 \end_inset
1004
1005 ほし
1006 \end_layout
1007
1008 \end_inset
1009
1010
1011 \end_layout
1012
1013 \begin_layout Plain Layout
1014 \begin_inset Graphics
1015         filename ../clipart/Star-structure.pdf
1016         width 45col%
1017         scaleBeforeRotation
1018         groupId distorted
1019
1020 \end_inset
1021
1022
1023 \end_layout
1024
1025 \end_inset
1026
1027
1028 \begin_inset space \hfill{}
1029 \end_inset
1030
1031
1032 \end_layout
1033
1034 \begin_layout Plain Layout
1035 \begin_inset Caption Standard
1036
1037 \begin_layout Plain Layout
1038 \begin_inset CommandInset label
1039 LatexCommand label
1040 name "fig:歪められた二つの像"
1041
1042 \end_inset
1043
1044 二つの像.両画像とも「distorted」画像設定グループに属しています.
1045 \end_layout
1046
1047 \end_inset
1048
1049
1050 \end_layout
1051
1052 \end_inset
1053
1054
1055 \end_layout
1056
1057 \begin_layout Standard
1058 \begin_inset Newpage newpage
1059 \end_inset
1060
1061
1062 \end_layout
1063
1064 \begin_layout Section
1065 画像形式
1066 \begin_inset CommandInset label
1067 LatexCommand label
1068 name "sec:画像形式"
1069
1070 \end_inset
1071
1072
1073 \begin_inset Index idx
1074 status collapsed
1075
1076 \begin_layout Plain Layout
1077 がぞうけいしき@画像形式
1078 \end_layout
1079
1080 \end_inset
1081
1082
1083 \begin_inset Index idx
1084 status collapsed
1085
1086 \begin_layout Plain Layout
1087 ず@図 ! がぞうけいしき@画像形式
1088 \end_layout
1089
1090 \end_inset
1091
1092
1093 \end_layout
1094
1095 \begin_layout Standard
1096 画像は,既知のファイル形式であれば,どのような形式でも挿入することができます.しかし,付録
1097 \begin_inset CommandInset ref
1098 LatexCommand ref
1099 reference "cha:ファイル出力形式"
1100
1101 \end_inset
1102
1103 で説明されているように,出力に関しては,どの出力文書形式も,いくつかの画像形式しか受け付けません.したがって\SpecialChar LyX
1104 は,画像を正しい形式に変換するのに,バックグラウンド
1105
1106 \family typewriter
1107 ImageMagick
1108 \family default
1109 というプログラムを使用しています.バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば,出力ファイル形式に直接埋め込める画像形式のみを使
1110 用するとよいでしょう.出力ファイル形式は,付録
1111 \begin_inset CommandInset ref
1112 LatexCommand ref
1113 reference "cha:ファイル出力形式"
1114
1115 \end_inset
1116
1117 に説明されています.
1118 \end_layout
1119
1120 \begin_layout Standard
1121 フォントと同じく,画像形式にも以下の二つの型があります.
1122 \end_layout
1123
1124 \begin_layout Description
1125 ビットマップ画像 は,ピクセル値を(時により圧縮された形で)保持しています.したがって,この画像形式は完全に伸縮可能ではなく,拡大するとピクセルが目立つようにな
1126 ります.よく知られたビットマップ画像形式には,「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1127 \family typewriter
1128 .gif
1129 \family default
1130 」)
1131 \begin_inset Index idx
1132 status collapsed
1133
1134 \begin_layout Plain Layout
1135 GIF
1136 \begin_inset ERT
1137 status collapsed
1138
1139 \begin_layout Plain Layout
1140
1141 |see{
1142 \end_layout
1143
1144 \end_inset
1145
1146 画像書式
1147 \begin_inset ERT
1148 status collapsed
1149
1150 \begin_layout Plain Layout
1151
1152 }
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \end_inset
1161
1162 ,「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1163 \family typewriter
1164 .png
1165 \family default
1166 」)
1167 \begin_inset Index idx
1168 status collapsed
1169
1170 \begin_layout Plain Layout
1171 PNG
1172 \begin_inset ERT
1173 status collapsed
1174
1175 \begin_layout Plain Layout
1176
1177 |see{
1178 \end_layout
1179
1180 \end_inset
1181
1182 画像書式
1183 \begin_inset ERT
1184 status collapsed
1185
1186 \begin_layout Plain Layout
1187
1188 }
1189 \end_layout
1190
1191 \end_inset
1192
1193
1194 \end_layout
1195
1196 \end_inset
1197
1198 ,「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1199 \family typewriter
1200 .jpg
1201 \family default
1202 」または「
1203 \family typewriter
1204 .jpeg
1205 \family default
1206 」)
1207 \begin_inset Index idx
1208 status collapsed
1209
1210 \begin_layout Plain Layout
1211 JPG
1212 \begin_inset ERT
1213 status collapsed
1214
1215 \begin_layout Plain Layout
1216
1217 |see{
1218 \end_layout
1219
1220 \end_inset
1221
1222 画像書式
1223 \begin_inset ERT
1224 status collapsed
1225
1226 \begin_layout Plain Layout
1227
1228 }
1229 \end_layout
1230
1231 \end_inset
1232
1233
1234 \end_layout
1235
1236 \end_inset
1237
1238 などがあります.
1239 \end_layout
1240
1241 \begin_layout Description
1242 ベクトル画像 はベクトル値を保持しているので,データ損失なしに任意の寸法の伸縮させることができます.プレゼンテーションは,ビデオプロジェクタがかならず伸縮操作を
1243 行うことになるので,プレゼンテーションを作成したいときには画像が伸縮できることが必須です.また,伸縮性は,オンライン文書でユーザーが図の拡大ができるようにするの
1244 に便利です.
1245 \begin_inset Newline newline
1246 \end_inset
1247
1248 よく知られた伸縮可能画像形式には,「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1249 \family typewriter
1250 .svg
1251 \family default
1252 」)
1253 \begin_inset Index idx
1254 status collapsed
1255
1256 \begin_layout Plain Layout
1257 SVG
1258 \begin_inset ERT
1259 status collapsed
1260
1261 \begin_layout Plain Layout
1262
1263 |see{
1264 \end_layout
1265
1266 \end_inset
1267
1268 画像書式
1269 \begin_inset ERT
1270 status collapsed
1271
1272 \begin_layout Plain Layout
1273
1274 }
1275 \end_layout
1276
1277 \end_inset
1278
1279
1280 \end_layout
1281
1282 \end_inset
1283
1284 ,「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1285 \family typewriter
1286 .eps
1287 \family default
1288 」)
1289 \begin_inset Index idx
1290 status collapsed
1291
1292 \begin_layout Plain Layout
1293 EPS
1294 \begin_inset ERT
1295 status collapsed
1296
1297 \begin_layout Plain Layout
1298
1299 |see{
1300 \end_layout
1301
1302 \end_inset
1303
1304 画像書式
1305 \begin_inset ERT
1306 status collapsed
1307
1308 \begin_layout Plain Layout
1309
1310 }
1311 \end_layout
1312
1313 \end_inset
1314
1315
1316 \end_layout
1317
1318 \end_inset
1319
1320 ,「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1321 \family typewriter
1322 .pdf
1323 \family default
1324 」)
1325 \begin_inset Index idx
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329 PDF
1330 \end_layout
1331
1332 \end_inset
1333
1334 ,「Windowsメタファイル」(WMF・ファイル拡張子は「
1335 \family typewriter
1336 .wmf
1337 \family default
1338 」)
1339 \begin_inset Index idx
1340 status collapsed
1341
1342 \begin_layout Plain Layout
1343 SVG
1344 \begin_inset ERT
1345 status collapsed
1346
1347 \begin_layout Plain Layout
1348
1349 |see{
1350 \end_layout
1351
1352 \end_inset
1353
1354 画像書式
1355 \begin_inset ERT
1356 status collapsed
1357
1358 \begin_layout Plain Layout
1359
1360 }
1361 \end_layout
1362
1363 \end_inset
1364
1365
1366 \end_layout
1367
1368 \end_inset
1369
1370 がありえます.「ありえます」と言ったのは,ビットマップ画像はいつでもPDFやEPSに変換することができますが,変換後も依然としてビットマップ画像のままだからです
1371 .このような場合には,画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1372 \begin_inset Foot
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376 PDFの場合には,さらに元画像が圧縮されます.
1377 \end_layout
1378
1379 \end_inset
1380
1381 .たとえば,
1382 \family typewriter
1383 Adobe Photoshop
1384 \family default
1385 が生成するPDFファイルは,ビットマップ画像です.
1386 \end_layout
1387
1388 \begin_layout Standard
1389 通常,ビットマップ画像を伸縮可能画像には変換できず,その逆のみが可能です.PDFやPostScript出力ファイルに直接埋め込むことができるのは,それぞれPDF
1390 画像書式とEPS画像書式のみです.いまのところ適切なWMF/SVG
1391 \begin_inset Formula $\to$
1392 \end_inset
1393
1394 PDF/EPS変換子がないので,SVGおよびWMF画像は,出力ファイルが生成される際にビットマップに計算し直されます.
1395 \end_layout
1396
1397 \begin_layout Chapter
1398
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 ひょう@表
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \begin_layout Section
1412 はじめに
1413 \begin_inset Index idx
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 ひょう@表 ! はじめに
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \end_layout
1424
1425 \begin_layout Standard
1426
1427 \family roman
1428 \series medium
1429 \shape up
1430 \size normal
1431 \emph off
1432 \bar no
1433 \noun off
1434 \color none
1435 表を挿入するには,ツールバーボタ
1436 \family default
1437 \series default
1438 \shape default
1439 \size default
1440 \emph default
1441 \bar default
1442 \noun default
1443 \color inherit
1444
1445 \begin_inset Info
1446 type  "icon"
1447 arg   "tabular-insert"
1448 \end_inset
1449
1450
1451 \family roman
1452 \series medium
1453 \shape up
1454 \size normal
1455 \emph off
1456 \bar no
1457 \noun off
1458 \color none
1459
1460 \family sans
1461 \series default
1462 \shape default
1463 \size default
1464 \emph default
1465 \bar default
1466 \noun default
1467 \color inherit
1468 挿入\SpecialChar menuseparator
1469
1470 \family default
1471 メニューを選択します.ツールバーボタンを押すと,グラフィカルな選択ができます.マウスを動かして,生成する表の行数・列数を設定し,マウスボタンを押して下さい.表を
1472 作るのにメニューを使う場合は,ダイアログが現れ,行数と列数を訊いてきます.
1473 \begin_inset Newline newline
1474 \end_inset
1475
1476 既定の表では,各セルの周囲に罫線が引かれ,第一行が表の他の部分から分離して表示されます.この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っている
1477 のと同時に,第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
1478 \end_layout
1479
1480 \begin_layout Standard
1481 \align center
1482 \begin_inset Tabular
1483 <lyxtabular version="3" rows="4" columns="4">
1484 <features tabularvalignment="middle">
1485 <column alignment="center" valignment="top">
1486 <column alignment="center" valignment="top">
1487 <column alignment="center" valignment="top">
1488 <column alignment="center" valignment="top">
1489 <row>
1490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1491 \begin_inset Text
1492
1493 \begin_layout Plain Layout
1494
1495 \end_layout
1496
1497 \end_inset
1498 </cell>
1499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1500 \begin_inset Text
1501
1502 \begin_layout Plain Layout
1503 1
1504 \end_layout
1505
1506 \end_inset
1507 </cell>
1508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1509 \begin_inset Text
1510
1511 \begin_layout Plain Layout
1512 2
1513 \end_layout
1514
1515 \end_inset
1516 </cell>
1517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1518 \begin_inset Text
1519
1520 \begin_layout Plain Layout
1521 3
1522 \end_layout
1523
1524 \end_inset
1525 </cell>
1526 </row>
1527 <row>
1528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541
1542 \end_layout
1543
1544 \end_inset
1545 </cell>
1546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1547 \begin_inset Text
1548
1549 \begin_layout Plain Layout
1550
1551 \end_layout
1552
1553 \end_inset
1554 </cell>
1555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1556 \begin_inset Text
1557
1558 \begin_layout Plain Layout
1559
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 </row>
1565 <row>
1566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 </row>
1603 <row>
1604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1605 \begin_inset Text
1606
1607 \begin_layout Plain Layout
1608
1609 \end_layout
1610
1611 \end_inset
1612 </cell>
1613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1614 \begin_inset Text
1615
1616 \begin_layout Plain Layout
1617
1618 \end_layout
1619
1620 \end_inset
1621 </cell>
1622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1623 \begin_inset Text
1624
1625 \begin_layout Plain Layout
1626
1627 \end_layout
1628
1629 \end_inset
1630 </cell>
1631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1632 \begin_inset Text
1633
1634 \begin_layout Plain Layout
1635
1636 \end_layout
1637
1638 \end_inset
1639 </cell>
1640 </row>
1641 </lyxtabular>
1642
1643 \end_inset
1644
1645
1646 \end_layout
1647
1648 \begin_layout Section
1649 表ダイアログ
1650 \begin_inset Index idx
1651 status collapsed
1652
1653 \begin_layout Plain Layout
1654 ひょう@表 ! だいあろぐ@ダイアログ
1655 \end_layout
1656
1657 \end_inset
1658
1659
1660 \end_layout
1661
1662 \begin_layout Standard
1663
1664 \family roman
1665 \series medium
1666 \shape up
1667 \size normal
1668 \emph off
1669 \bar no
1670 \noun off
1671 \color none
1672 表を右クリックすると,文脈依存メニューが表示されて,表を変更することができます.メニュー項目
1673 \family sans
1674 \series default
1675 \shape default
1676 \size default
1677 \emph default
1678 \bar default
1679 \noun default
1680 \color inherit
1681 詳細
1682 \family roman
1683 \series medium
1684 \shape up
1685 \size normal
1686 \emph off
1687 \bar no
1688 \noun off
1689 \color none
1690 以下では,現在カーソルが置かれているセルないし行・列の設定を調節することができます.文脈依存メニュー
1691 \family sans
1692 \series default
1693 \shape default
1694 \size default
1695 \emph default
1696 \bar default
1697 \noun default
1698 \color inherit
1699 詳細\SpecialChar menuseparator
1700 設定
1701 \family roman
1702 \series medium
1703 \shape up
1704 \size normal
1705 \emph off
1706 \bar no
1707 \noun off
1708 \color none
1709 を選ぶと,ダイアログボックスが開いて,更に詳細な設定を行うことができます.また,ダイアログオプションのほとんどは,選択範囲に対しても動作します.つまり,複数のセ
1710 ルや行・列を選択していれば,操作は選択範囲の全てに対して行われます.
1711 \family default
1712 \series default
1713 \shape default
1714 \size default
1715 \emph default
1716 \bar default
1717 \noun default
1718 \color inherit
1719 セルの
1720 \emph on
1721 内容
1722 \emph default
1723 を選択するのと,セル自体を選択するのは異なることに注意して下さい.
1724 \begin_inset Newline newline
1725 \end_inset
1726
1727 ダイアログオプションの
1728 \family sans
1729 直ちに適用
1730 \family default
1731 を使用すると,ダイアログ中に行った変更が直ちに適用されるようになります.カーソルを別のセルに移動すると,ダイアログも新しいセルのパラメーターに更新されます.ダイ
1732 アログ中の長さの値を変更した場合には,リターンを押さないと変更が適用されません.
1733 \begin_inset Newline newline
1734 \end_inset
1735
1736 表ダイアログの以下の各タブを使用して,表に変更を加えることができます.
1737 \end_layout
1738
1739 \begin_layout Description
1740 表の設定 ここでは,現在列の幅と水平揃えを設定することができます.
1741 \family sans
1742 小数点で
1743 \family default
1744 とある揃えは,第
1745 \begin_inset CommandInset ref
1746 LatexCommand ref
1747 reference "subsec:特殊なセル揃え"
1748
1749 \end_inset
1750
1751 で説明されています.幅を設定した場合には,現在行の垂直揃えも調整することができます.列幅を与えると,改行や多段落の文章をセルに入れることができます.これに関して
1752 は,第
1753 \begin_inset CommandInset ref
1754 LatexCommand ref
1755 reference "subsec:複数行"
1756
1757 \end_inset
1758
1759 節をご参照下さい.列幅を設定しない場合には,列幅は,もっとも幅の広いセル内容の幅になります.
1760 \begin_inset Newline newline
1761 \end_inset
1762
1763 さらに,同一行の一つまたは複数のセルを連結列セルとして指定することができます.これに関しては,第
1764 \begin_inset CommandInset ref
1765 LatexCommand ref
1766 reference "subsec:連結列"
1767
1768 \end_inset
1769
1770 節をご参照下さい.あるいは同一列のセルを連結行セルとして指定することもできます.これについては,第
1771 \begin_inset CommandInset ref
1772 LatexCommand ref
1773 reference "subsec:連結行"
1774
1775 \end_inset
1776
1777 節をご参照ください.
1778 \begin_inset Newline newline
1779 \end_inset
1780
1781 回転関連のチェックボックスは,現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます.回転は,\SpecialChar LyX
1782 内部では反映されず,出力にのみ現れます.詳細については,
1783
1784 \begin_inset CommandInset ref
1785 LatexCommand ref
1786 reference "sec:表セルの回転"
1787
1788 \end_inset
1789
1790 節をご覧下さい.
1791 \begin_inset Newline newline
1792 \end_inset
1793
1794
1795 \begin_inset Note Greyedout
1796 status open
1797
1798 \begin_layout Plain Layout
1799
1800 \series bold
1801 【註】
1802 \series default
1803 DVIビューアのすべてが回転を表示できるわけではありません.
1804 \end_layout
1805
1806 \end_inset
1807
1808
1809 \begin_inset Newline newline
1810 \end_inset
1811
1812 下記は,本文行中の表に,表全体の垂直揃えを適用したものです.
1813 \begin_inset Newline newline
1814 \end_inset
1815
1816 各種の揃えを適用した同一行中の表:
1817 \begin_inset Tabular
1818 <lyxtabular version="3" rows="2" columns="2">
1819 <features tabularvalignment="top">
1820 <column alignment="center" valignment="top" width="0pt">
1821 <column alignment="center" valignment="top">
1822 <row>
1823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836 1
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 </row>
1842 <row>
1843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847 A
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 </row>
1862 </lyxtabular>
1863
1864 \end_inset
1865
1866  
1867 \begin_inset Tabular
1868 <lyxtabular version="3" rows="2" columns="2">
1869 <features tabularvalignment="middle">
1870 <column alignment="center" valignment="top">
1871 <column alignment="center" valignment="top">
1872 <row>
1873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886 1
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 </row>
1892 <row>
1893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897 A
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1903 \begin_inset Text
1904
1905 \begin_layout Plain Layout
1906
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 </row>
1912 </lyxtabular>
1913
1914 \end_inset
1915
1916  
1917 \begin_inset Tabular
1918 <lyxtabular version="3" rows="2" columns="2">
1919 <features tabularvalignment="bottom">
1920 <column alignment="center" valignment="top" width="0pt">
1921 <column alignment="center" valignment="top">
1922 <row>
1923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936 1
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 </row>
1942 <row>
1943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947 A
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Plain Layout
1956
1957 \end_layout
1958
1959 \end_inset
1960 </cell>
1961 </row>
1962 </lyxtabular>
1963
1964 \end_inset
1965
1966
1967 \begin_inset Newline newline
1968 \end_inset
1969
1970 また,特殊な表設定に必要な\SpecialChar LaTeX
1971 引数を入力することもできます.これに関しては,第
1972 \begin_inset CommandInset ref
1973 LatexCommand ref
1974 reference "subsec:連結列の計算"
1975
1976 \end_inset
1977
1978 節および第
1979 \begin_inset CommandInset ref
1980 LatexCommand ref
1981 reference "sec:色付きの表"
1982
1983 \end_inset
1984
1985 節をご参照下さい.
1986 \end_layout
1987
1988 \begin_layout Description
1989 罫線 このタブでは,現在列ないし現在行の罫線を引いたり消したりすることができます.
1990 \begin_inset Newline newline
1991 \end_inset
1992
1993 様式オプションとして
1994 \family sans
1995 フォーマル様式
1996 \family default
1997 を使用すると,第
1998 \begin_inset CommandInset ref
1999 LatexCommand ref
2000 reference "sec:フォーマル様式の表"
2001
2002 \end_inset
2003
2004 節に述べられているフォーマル様式の表に表を変換します.
2005 \begin_inset Newline newline
2006 \end_inset
2007
2008 またここで,第
2009 \begin_inset CommandInset ref
2010 LatexCommand ref
2011 reference "subsec:行の余白取り"
2012
2013 \end_inset
2014
2015 節に述べられているように,表の行に空白を追加することもできます.
2016 \end_layout
2017
2018 \begin_layout Description
2019 多頁表 このタブは,複数のページにわたる,いわゆる「
2020 \emph on
2021 多頁表
2022 \emph default
2023 」を作るためのものです.第
2024 \begin_inset CommandInset ref
2025 LatexCommand ref
2026 reference "sec:多頁表"
2027
2028 \end_inset
2029
2030 節および第
2031 \begin_inset CommandInset ref
2032 LatexCommand ref
2033 reference "sec:多頁表にまつわる諸点"
2034
2035 \end_inset
2036
2037 節に,多頁表の機能に関する詳細な説明があります.
2038 \end_layout
2039
2040 \begin_layout Section
2041 表ツールバー
2042 \begin_inset Index idx
2043 status collapsed
2044
2045 \begin_layout Plain Layout
2046 ひょう@表 ! つーるばー@ツールバー
2047 \end_layout
2048
2049 \end_inset
2050
2051
2052 \end_layout
2053
2054 \begin_layout Standard
2055 表ツールバーは,表ダイアログの代わりに,表をすばやく変更できるようにするためのものです.通常,カーソルが表の内部にあるときに,\SpecialChar LyX
2056 のメインウィンドウの底部に表示され
2057 ます.ご希望であれば,\SpecialChar LyX
2058 のメインメニューバーを右クリックすることによって,つねに表示されるように切り替えることもできます.
2059 \end_layout
2060
2061 \begin_layout Standard
2062 ツールバーには,以下のアイコンがあります.
2063 \end_layout
2064
2065 \begin_layout Labeling
2066 \labelwidthstring 00.00.0000
2067
2068 \family sans
2069 \begin_inset Info
2070 type  "icon"
2071 arg   "tabular-feature append-row"
2072 \end_inset
2073
2074
2075 \family default
2076  は,現在セルあるいは選択範囲の下に行を追加します.
2077 \end_layout
2078
2079 \begin_layout Labeling
2080 \labelwidthstring 00.00.0000
2081
2082 \family sans
2083 \begin_inset Info
2084 type  "icon"
2085 arg   "tabular-feature append-column"
2086 \end_inset
2087
2088
2089 \family default
2090  は,現在セルあるいは選択範囲の右に列を追加します.
2091 \end_layout
2092
2093 \begin_layout Labeling
2094 \labelwidthstring 00.00.0000
2095
2096 \family sans
2097 \begin_inset Info
2098 type  "icon"
2099 arg   "tabular-feature delete-row"
2100 \end_inset
2101
2102
2103 \family default
2104  は,現在行あるいは選択範囲行を削除します.
2105 \end_layout
2106
2107 \begin_layout Labeling
2108 \labelwidthstring 00.00.0000
2109
2110 \family sans
2111 \begin_inset Info
2112 type  "icon"
2113 arg   "tabular-feature delete-column"
2114 \end_inset
2115
2116
2117 \family default
2118  は,現在列あるいは選択範囲列を削除します.
2119 \end_layout
2120
2121 \begin_layout Labeling
2122 \labelwidthstring 00.00.0000
2123 \begin_inset Info
2124 type  "icon"
2125 arg   "tabular-feature move-row-up"
2126 \end_inset
2127
2128  は,行を上に移動します.
2129 \end_layout
2130
2131 \begin_layout Labeling
2132 \labelwidthstring 00.00.0000
2133 \begin_inset Info
2134 type  "icon"
2135 arg   "tabular-feature move-column-left"
2136 \end_inset
2137
2138  は,列を左に移動します.
2139 \end_layout
2140
2141 \begin_layout Labeling
2142 \labelwidthstring 00.00.0000
2143 \begin_inset Info
2144 type  "icon"
2145 arg   "tabular-feature move-row-down"
2146 \end_inset
2147
2148  は,行を下に移動します.
2149 \end_layout
2150
2151 \begin_layout Labeling
2152 \labelwidthstring 00.00.0000
2153 \begin_inset Info
2154 type  "icon"
2155 arg   "tabular-feature move-column-right"
2156 \end_inset
2157
2158  は,列を右に移動します.
2159 \end_layout
2160
2161 \begin_layout Labeling
2162 \labelwidthstring 00.00.0000
2163
2164 \family sans
2165 \begin_inset Info
2166 type  "icon"
2167 arg   "tabular-feature toggle-line-top"
2168 \end_inset
2169
2170
2171 \family default
2172  は,現在セルや現在行,あるいは選択範囲の上部に罫線を描画します.
2173 \end_layout
2174
2175 \begin_layout Labeling
2176 \labelwidthstring 00.00.0000
2177
2178 \family sans
2179 \begin_inset Info
2180 type  "icon"
2181 arg   "tabular-feature toggle-line-bottom"
2182 \end_inset
2183
2184
2185 \family default
2186  は,現在セルや現在行,あるいは選択範囲の下部に罫線を描画します.
2187 \end_layout
2188
2189 \begin_layout Labeling
2190 \labelwidthstring 00.00.0000
2191
2192 \family sans
2193 \begin_inset Info
2194 type  "icon"
2195 arg   "tabular-feature toggle-line-left"
2196 \end_inset
2197
2198
2199 \family default
2200  は,現在セルや現在行,あるいは選択範囲の左側に罫線を描画します.
2201 \end_layout
2202
2203 \begin_layout Labeling
2204 \labelwidthstring 00.00.0000
2205
2206 \family sans
2207 \begin_inset Info
2208 type  "icon"
2209 arg   "tabular-feature toggle-line-right"
2210 \end_inset
2211
2212
2213 \family default
2214  は,現在セルや現在行,あるいは選択範囲の右側に罫線を描画します.
2215 \end_layout
2216
2217 \begin_layout Labeling
2218 \labelwidthstring 00.00.0000
2219
2220 \family sans
2221 \begin_inset Info
2222 type  "icon"
2223 arg   "tabular-feature set-all-lines"
2224 \end_inset
2225
2226
2227 \family default
2228  は,現在セルあるいは選択範囲の周囲に罫線を描画します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2229 \end_layout
2230
2231 \begin_layout Labeling
2232 \labelwidthstring 00.00.0000
2233
2234 \family sans
2235 \begin_inset Info
2236 type  "icon"
2237 arg   "tabular-feature unset-all-lines"
2238 \end_inset
2239
2240
2241 \family default
2242  は,現在セルあるいは選択範囲のすべての罫線を消去します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2243 \end_layout
2244
2245 \begin_layout Labeling
2246 \labelwidthstring 00.00.0000
2247
2248 \family sans
2249 \begin_inset Info
2250 type  "icon"
2251 arg   "tabular-feature m-align-left"
2252 \end_inset
2253
2254
2255 \family default
2256  は,現在セルあるいは現在列の内容を左揃えにします.
2257 \end_layout
2258
2259 \begin_layout Labeling
2260 \labelwidthstring 00.00.0000
2261
2262 \family sans
2263 \begin_inset Info
2264 type  "icon"
2265 arg   "tabular-feature m-align-center"
2266 \end_inset
2267
2268
2269 \family default
2270  は,現在セルあるいは現在列の内容を水平方向中央揃えにします.
2271 \end_layout
2272
2273 \begin_layout Labeling
2274 \labelwidthstring 00.00.0000
2275
2276 \family sans
2277 \begin_inset Info
2278 type  "icon"
2279 arg   "tabular-feature m-align-right"
2280 \end_inset
2281
2282
2283 \family default
2284  は,現在セルあるいは現在列の内容を右揃えにします.
2285 \end_layout
2286
2287 \begin_layout Labeling
2288 \labelwidthstring 00.00.0000
2289
2290 \family sans
2291 \begin_inset Info
2292 type  "icon"
2293 arg   "tabular-feature align-decimal"
2294 \end_inset
2295
2296
2297 \family default
2298  は,現在セルの内容を特定文字位置で揃えます.
2299 \end_layout
2300
2301 \begin_layout Labeling
2302 \labelwidthstring 00.00.0000
2303
2304 \family sans
2305 \begin_inset Info
2306 type  "icon"
2307 arg   "tabular-feature m-valign-top"
2308 \end_inset
2309
2310
2311 \family default
2312  は,現在セルの内容を垂直方向上揃えにします.
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317
2318 \family sans
2319 \begin_inset Info
2320 type  "icon"
2321 arg   "tabular-feature m-valign-middle"
2322 \end_inset
2323
2324
2325 \family default
2326  は,現在セルの内容を垂直方向中央揃えにします.
2327 \end_layout
2328
2329 \begin_layout Labeling
2330 \labelwidthstring 00.00.0000
2331
2332 \family sans
2333 \begin_inset Info
2334 type  "icon"
2335 arg   "tabular-feature m-valign-bottom"
2336 \end_inset
2337
2338
2339 \family default
2340  は,現在セルの内容を垂直方向下揃えにします.
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345
2346 \family sans
2347 \begin_inset Info
2348 type  "icon"
2349 arg   "tabular-feature set-rotate-cell"
2350 \end_inset
2351
2352
2353 \family default
2354  は,現在セルあるいは選択範囲を反時計廻りに90度回転します.
2355 \end_layout
2356
2357 \begin_layout Labeling
2358 \labelwidthstring 00.00.0000
2359
2360 \family sans
2361 \begin_inset Info
2362 type  "icon"
2363 arg   "tabular-feature set-rotate-tabular"
2364 \end_inset
2365
2366
2367 \family default
2368  は,表全体を反時計廻りに90度回転します.
2369 \end_layout
2370
2371 \begin_layout Labeling
2372 \labelwidthstring 00.00.0000
2373
2374 \family sans
2375 \begin_inset Info
2376 type  "icon"
2377 arg   "tabular-feature multicolumn"
2378 \end_inset
2379
2380
2381 \family default
2382  は,現在セルあるいは選択範囲を連結列にします.
2383 \end_layout
2384
2385 \begin_layout Labeling
2386 \labelwidthstring 00.00.0000
2387
2388 \family sans
2389 \begin_inset Info
2390 type  "icon"
2391 arg   "tabular-feature multirow"
2392 \end_inset
2393
2394
2395 \family default
2396  は,現在セルあるいは選択範囲を連結行にします.
2397 \end_layout
2398
2399 \begin_layout Standard
2400 \begin_inset Note Greyedout
2401 status open
2402
2403 \begin_layout Plain Layout
2404
2405 \series bold
2406 【註】
2407 \series default
2408 出力では,行の最初のセルの垂直揃えが,同一行の他のセルすべてに適用されます.
2409 \end_layout
2410
2411 \end_inset
2412
2413
2414 \end_layout
2415
2416 \begin_layout Section
2417 表編集メニュー
2418 \begin_inset Index idx
2419 status collapsed
2420
2421 \begin_layout Plain Layout
2422 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2423 \end_layout
2424
2425 \end_inset
2426
2427
2428 \end_layout
2429
2430 \begin_layout Standard
2431 表ダイアログと表ツールバーの他に,
2432 \family sans
2433 編集\SpecialChar menuseparator
2434
2435 \family default
2436 メニューでも,現在行や現在列の罫線を引いたり消したりすることができ,あるいは現在の選択範囲を連結列に指定したりすることができます.このメニューは,カーソルが表内
2437 部にあるときのみ,表示されます.
2438 \end_layout
2439
2440 \begin_layout Section
2441 表フロート
2442 \begin_inset CommandInset label
2443 LatexCommand label
2444 name "sec:表フロート"
2445
2446 \end_inset
2447
2448
2449 \begin_inset Index idx
2450 status collapsed
2451
2452 \begin_layout Plain Layout
2453 ふろーと@フロート ! ひょう@表
2454 \end_layout
2455
2456 \end_inset
2457
2458
2459 \begin_inset Index idx
2460 status collapsed
2461
2462 \begin_layout Plain Layout
2463 ひょう@表 ! ふろーと@フロート
2464 \end_layout
2465
2466 \end_inset
2467
2468
2469 \end_layout
2470
2471 \begin_layout Standard
2472 フロートの一般的な説明については,第
2473 \begin_inset CommandInset ref
2474 LatexCommand ref
2475 reference "sec:フロートはじめに"
2476
2477 \end_inset
2478
2479 節をご覧下さい.
2480 \end_layout
2481
2482 \begin_layout Standard
2483 \begin_inset Float table
2484 placement h
2485 alignment document
2486 wide false
2487 sideways false
2488 status open
2489
2490 \begin_layout Plain Layout
2491 \begin_inset Caption Standard
2492
2493 \begin_layout Plain Layout
2494 \begin_inset CommandInset label
2495 LatexCommand label
2496 name "tab:表フロート"
2497
2498 \end_inset
2499
2500 表フロート
2501 \end_layout
2502
2503 \end_inset
2504
2505
2506 \end_layout
2507
2508 \begin_layout Plain Layout
2509 \align center
2510 \begin_inset Tabular
2511 <lyxtabular version="3" rows="3" columns="3">
2512 <features tabularvalignment="middle">
2513 <column alignment="center" valignment="top" width="0pt">
2514 <column alignment="center" valignment="top" width="0pt">
2515 <column alignment="center" valignment="top" width="0pt">
2516 <row>
2517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2518 \begin_inset Text
2519
2520 \begin_layout Plain Layout
2521
2522 \family roman
2523 \series medium
2524 \shape up
2525 \size normal
2526 \emph off
2527 \bar no
2528 \noun off
2529 \color none
2530 1
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2536 \begin_inset Text
2537
2538 \begin_layout Plain Layout
2539
2540 \family roman
2541 \series medium
2542 \shape up
2543 \size normal
2544 \emph off
2545 \bar no
2546 \noun off
2547 \color none
2548 2
2549 \end_layout
2550
2551 \end_inset
2552 </cell>
2553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2554 \begin_inset Text
2555
2556 \begin_layout Plain Layout
2557
2558 \family roman
2559 \series medium
2560 \shape up
2561 \size normal
2562 \emph off
2563 \bar no
2564 \noun off
2565 \color none
2566 3
2567 \end_layout
2568
2569 \end_inset
2570 </cell>
2571 </row>
2572 <row>
2573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2574 \begin_inset Text
2575
2576 \begin_layout Plain Layout
2577 森嶋
2578 \end_layout
2579
2580 \end_inset
2581 </cell>
2582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2583 \begin_inset Text
2584
2585 \begin_layout Plain Layout
2586 宇沢
2587 \end_layout
2588
2589 \end_inset
2590 </cell>
2591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2592 \begin_inset Text
2593
2594 \begin_layout Plain Layout
2595 二階堂
2596 \end_layout
2597
2598 \end_inset
2599 </cell>
2600 </row>
2601 <row>
2602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2603 \begin_inset Text
2604
2605 \begin_layout Plain Layout
2606
2607 \family roman
2608 \series medium
2609 \shape up
2610 \size normal
2611 \emph off
2612 \bar no
2613 \noun off
2614 \color none
2615 \begin_inset Formula $\int x^{2}dx$
2616 \end_inset
2617
2618
2619 \end_layout
2620
2621 \end_inset
2622 </cell>
2623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2624 \begin_inset Text
2625
2626 \begin_layout Plain Layout
2627
2628 \family roman
2629 \series medium
2630 \shape up
2631 \size normal
2632 \emph off
2633 \bar no
2634 \noun off
2635 \color none
2636 \begin_inset Formula $\left[\begin{array}{cc}
2637 a & b\\
2638 c & d
2639 \end{array}\right]$
2640 \end_inset
2641
2642
2643 \end_layout
2644
2645 \end_inset
2646 </cell>
2647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2648 \begin_inset Text
2649
2650 \begin_layout Plain Layout
2651
2652 \family roman
2653 \series medium
2654 \shape up
2655 \size normal
2656 \emph off
2657 \bar no
2658 \noun off
2659 \color none
2660 \begin_inset Formula $1+1=2$
2661 \end_inset
2662
2663
2664 \end_layout
2665
2666 \end_inset
2667 </cell>
2668 </row>
2669 </lyxtabular>
2670
2671 \end_inset
2672
2673
2674 \end_layout
2675
2676 \end_inset
2677
2678
2679 \end_layout
2680
2681 \begin_layout Standard
2682 表フロートは,
2683 \family sans
2684 挿入
2685 \shape up
2686 \SpecialChar menuseparator
2687 フロート\SpecialChar menuseparator
2688
2689 \family default
2690 \shape default
2691 メニューかツールバーボタン
2692 \family sans
2693
2694 \begin_inset Info
2695 type  "icon"
2696 arg   "float-insert table"
2697 \end_inset
2698
2699
2700 \family default
2701 を使うと挿入することができます.
2702 \end_layout
2703
2704 \begin_layout Standard
2705 フロートは折りたたむことのできるボックスとして表示され,中には「表
2706 \begin_inset space ~
2707 \end_inset
2708
2709 #:」(#は実際には表番号です)というラベルのついたキャプションがあります.表は,このキャプションの上にも下にも入れることができます.
2710 \end_layout
2711
2712 \begin_layout Standard
2713
2714 \begin_inset space ~
2715 \end_inset
2716
2717
2718 \begin_inset CommandInset ref
2719 LatexCommand ref
2720 reference "tab:表フロート"
2721
2722 \end_inset
2723
2724 は,表フロートに入れた表の例です.
2725 \end_layout
2726
2727 \begin_layout Standard
2728 キャプションを表の上に入れるのは,標準的な組版方法ですが,残念ながら\SpecialChar LaTeX
2729 の標準クラスではサポートされていません.つまり,article・book・letter・re
2730 portのような文書クラスを使用した場合には,キャプションと表のあいだに余白が入りません.必要な余白を入れるには,使用中の文書のプリアンブルに,LaTeXパッケ
2731 ージの
2732 \series bold
2733 caption
2734 \series default
2735
2736 \begin_inset Index idx
2737 status collapsed
2738
2739 \begin_layout Plain Layout
2740 \SpecialChar LaTeX
2741 ぱっけーじ@\SpecialChar LaTeX
2742 パッケージ ! caption
2743 \end_layout
2744
2745 \end_inset
2746
2747
2748 \end_layout
2749
2750 \begin_layout Standard
2751
2752 \series bold
2753 tableposition=top
2754 \end_layout
2755
2756 \begin_layout Standard
2757 というオプションとともにloadコマンドを使って読み込んでください
2758 \begin_inset Foot
2759 status collapsed
2760
2761 \begin_layout Plain Layout
2762 詳しくは,第
2763 \begin_inset CommandInset ref
2764 LatexCommand ref
2765 reference "sec:キャプションの配置"
2766
2767 \end_inset
2768
2769 節をご覧下さい.
2770 \end_layout
2771
2772 \end_inset
2773
2774 .キャプション書式を調整するには,第
2775 \begin_inset CommandInset ref
2776 LatexCommand ref
2777 reference "sec:キャプションの書式設定"
2778
2779 \end_inset
2780
2781 節にものべられているように
2782 \series bold
2783 caption
2784 \series default
2785 パッケージを使用します.
2786 \end_layout
2787
2788 \begin_layout Standard
2789 \begin_inset Index idx
2790 status collapsed
2791
2792 \begin_layout Plain Layout
2793 さんしょう@参照 ! ひょうへの@表への
2794 \end_layout
2795
2796 \end_inset
2797
2798 表は,本文中において,ラベルを参照することによって相互参照することができます.そのためには,
2799 \family sans
2800 挿入\SpecialChar menuseparator
2801 ラベル
2802 \family default
2803 メニューかツールバーボタンの
2804 \family sans
2805
2806 \begin_inset Info
2807 type  "icon"
2808 arg   "label-insert"
2809 \end_inset
2810
2811
2812 \family default
2813 を用いて,キャプションにラベルを挿入して下さい.然る後に,挿入\SpecialChar menuseparator
2814 相互参照メニューかツールバーボタンの
2815 \family sans
2816
2817 \begin_inset Info
2818 type  "icon"
2819 arg   "dialog-show-new-inset ref"
2820 \end_inset
2821
2822
2823 \family default
2824 を用いて,このラベルを参照することができます.
2825 \begin_inset Newline newline
2826 \end_inset
2827
2828 参照は,第
2829 \begin_inset CommandInset ref
2830 LatexCommand ref
2831 reference "sec:フロートの参照"
2832
2833 \end_inset
2834
2835 節で詳細に説明されています.
2836 \end_layout
2837
2838 \begin_layout Section
2839 多頁表
2840 \begin_inset CommandInset label
2841 LatexCommand label
2842 name "sec:多頁表"
2843
2844 \end_inset
2845
2846
2847 \begin_inset Index idx
2848 status collapsed
2849
2850 \begin_layout Plain Layout
2851 たへえしひよう@多頁表
2852 \end_layout
2853
2854 \end_inset
2855
2856
2857 \begin_inset Index idx
2858 status collapsed
2859
2860 \begin_layout Plain Layout
2861 ひょう@表 ! たへえしひよう@多頁—
2862 \end_layout
2863
2864 \end_inset
2865
2866
2867 \end_layout
2868
2869 \begin_layout Standard
2870 表が長すぎて1ページに収まりきらないときには,表ダイアログの
2871 \family sans
2872 多頁表
2873 \family default
2874 タブにある
2875 \family sans
2876 多頁表を使う
2877 \family default
2878 オプションを使用して,複数ページに自動的に分割させることができます.このオプションを有効にすると,いくつかのチェックボックスが使えるようになり,以下のものを定義
2879 することができるようになります.
2880 \end_layout
2881
2882 \begin_layout Description
2883 ヘッダ: カーソル位置の行が,多頁表の全ページに表示されるヘッダ行として定義されます.
2884 \family roman
2885 \series medium
2886 \shape up
2887 \size normal
2888 \emph off
2889 \bar no
2890 \noun off
2891 \color none
2892 ただし,
2893 \family sans
2894 \series default
2895 \shape default
2896 \size default
2897 \emph default
2898 \bar default
2899 \noun default
2900 \color inherit
2901 冒頭ヘッダ
2902 \family roman
2903 \series medium
2904 \shape up
2905 \size normal
2906 \emph off
2907 \bar no
2908 \noun off
2909 \color none
2910 が定義されているときは,冒頭ページを除きます.
2911 \family default
2912 \series default
2913 \shape default
2914 \size default
2915 \emph default
2916 \bar default
2917 \noun default
2918 \color inherit
2919 これと区別して,このヘッダは本体ヘッダと呼びます.
2920 \end_layout
2921
2922 \begin_layout Description
2923 冒頭ヘッダ: カーソル位置の行が,多頁表の最初のページに表示されるヘッダ行として定義されます.
2924 \end_layout
2925
2926 \begin_layout Description
2927 フッタ: カーソル位置の行が,多頁表の全ページに表示されるフッタ行として定義されます.
2928 \family roman
2929 \series medium
2930 \shape up
2931 \size normal
2932 \emph off
2933 \bar no
2934 \noun off
2935 \color none
2936 ただし,
2937 \family sans
2938 \series default
2939 \shape default
2940 \size default
2941 \emph default
2942 \bar default
2943 \noun default
2944 \color inherit
2945 末尾フッタ
2946 \family roman
2947 \series medium
2948 \shape up
2949 \size normal
2950 \emph off
2951 \bar no
2952 \noun off
2953 \color none
2954 が定義されているときは,末尾ページを除きます.
2955 \end_layout
2956
2957 \begin_layout Description
2958 末尾フッタ: カーソル位置の行が,多頁表の最後のページに表示されるフッタ行として定義されます.
2959 \end_layout
2960
2961 \begin_layout Description
2962 キャプション: カーソル位置の行を表のキャプションにします.この行は一列にリセットされ,キャプションが挿入されます.多頁表のキャプションについての詳細は,第
2963 \begin_inset CommandInset ref
2964 LatexCommand ref
2965 reference "subsec:多頁表のキャプション"
2966
2967 \end_inset
2968
2969 節で説明されています.
2970 \end_layout
2971
2972 \begin_layout Standard
2973 加えて,表が分割される行を指定することができます.多頁表の動作を見るために以下の例を参照してください.
2974 \end_layout
2975
2976 \begin_layout Standard
2977 \align center
2978 \begin_inset Tabular
2979 <lyxtabular version="3" rows="69" columns="3">
2980 <features islongtable="true" longtabularalignment="center">
2981 <column alignment="left" valignment="top" width="0cm">
2982 <column alignment="left" valignment="top" width="0pt">
2983 <column alignment="center" valignment="top" width="0pt">
2984 <row endfirsthead="true">
2985 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2986 \begin_inset Text
2987
2988 \begin_layout Plain Layout
2989
2990 \series bold
2991 例示用電話帳(名前は無視してください)
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3006 \begin_inset Text
3007
3008 \begin_layout Plain Layout
3009
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 </row>
3015 <row endfirsthead="true">
3016 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3017 \begin_inset Text
3018
3019 \begin_layout Plain Layout
3020 氏名
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038
3039 \series bold
3040 TEL.
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 </row>
3046 <row endhead="true">
3047 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3048 \begin_inset Text
3049
3050 \begin_layout Plain Layout
3051
3052 \series bold
3053 例示用電話帳
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3068 \begin_inset Text
3069
3070 \begin_layout Plain Layout
3071
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 </row>
3077 <row endhead="true">
3078 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082 氏名
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100
3101 \series bold
3102 TEL.
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 </row>
3108 <row endfoot="true">
3109 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113 次頁へつづく
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 </row>
3137 <row>
3138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142
3143 \series bold
3144 Annovi
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 <cell alignment="center" valignment="top" usebox="none">
3150 \begin_inset Text
3151
3152 \begin_layout Plain Layout
3153 Silvia
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162 111
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 </row>
3168 <row>
3169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173
3174 \series bold
3175 Bertoli
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 <cell alignment="center" valignment="top" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184 Stefano
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193 111
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 </row>
3199 <row>
3200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204
3205 \series bold
3206 Bozzi
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 <cell alignment="center" valignment="top" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215 Walter
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224 111
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 </row>
3230 <row>
3231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235
3236 \series bold
3237 Cachia
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 <cell alignment="center" valignment="top" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246 Maria
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255 111
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 </row>
3261 <row>
3262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266
3267 \series bold
3268 Cachia
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 <cell alignment="center" valignment="top" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277 Maurizio
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3283 \begin_inset Text
3284
3285 \begin_layout Plain Layout
3286 111
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 </row>
3292 <row>
3293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297
3298 \series bold
3299 Cinquemani
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 <cell alignment="center" valignment="top" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308 Giusi
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317 111
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 </row>
3323 <row>
3324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328
3329 \series bold
3330 Colin
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell alignment="center" valignment="top" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 Bernard
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348 111
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 </row>
3354 <row>
3355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359
3360 \series bold
3361 Concli
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell alignment="center" valignment="top" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 Gianfranco
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379 111
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 </row>
3385 <row>
3386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \series bold
3392 Dal Bosco
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 Carolina
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410 111
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 </row>
3416 <row>
3417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421
3422 \series bold
3423 Dalpiaz
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 Annamaria
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441 111
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 </row>
3447 <row>
3448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452
3453 \series bold
3454 Feliciello
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="center" valignment="top" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 Domenico
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472 111
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 </row>
3478 <row>
3479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483
3484 \series bold
3485 Focarelli
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 Paola
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 111
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 </row>
3509 <row>
3510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514
3515 \series bold
3516 Galletti
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 Oreste
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 111
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 </row>
3540 <row>
3541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \series bold
3547 Gasparini
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 Franca
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 111
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 </row>
3571 <row>
3572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578 Rizzardi
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 Paola
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 111
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 </row>
3602 <row>
3603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \series bold
3609 Lassini
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 Giancarlo
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 111
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row>
3634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \series bold
3640 Malfatti
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 Luciano
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 111
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 </row>
3664 <row>
3665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669
3670 \series bold
3671 Malfatti
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 Valeriano
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 111
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 </row>
3695 <row>
3696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700
3701 \series bold
3702 Meneguzzo
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 Roberto
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 111
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 </row>
3726 <row>
3727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731
3732 \series bold
3733 Mezzadra
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 Roberto
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 111
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 </row>
3757 <row>
3758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762
3763 \series bold
3764 Pirpamer
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 Erich
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 111
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row>
3789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793
3794 \series bold
3795 Pochiesa
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 Paolo
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 111, 222
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row>
3820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824
3825 \series bold
3826 Radina
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 Claudio
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 111
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 </row>
3850 <row>
3851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855
3856 \series bold
3857 Stuffer
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 Oskar
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 111
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 </row>
3881 <row>
3882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886
3887 \series bold
3888 Tacchelli
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 Ugo
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 111
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 </row>
3912 <row>
3913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917
3918 \series bold
3919 Tezzele
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 Margit
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 111
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 </row>
3943 <row>
3944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948
3949 \series bold
3950 Unterkalmsteiner
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 Frieda
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 111
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 </row>
3974 <row>
3975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979
3980 \series bold
3981 Vieider
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 Hilde
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 111
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 </row>
4005 <row>
4006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010
4011 \series bold
4012 Vigna
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 Jürgen
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 111
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 </row>
4036 <row>
4037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041
4042 \series bold
4043 Weber
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 Maurizio
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 111
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 </row>
4067 <row>
4068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072
4073 \series bold
4074 Winkler
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 Franz
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 111
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 </row>
4098 <row>
4099 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103  
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 </row>
4127 <row>
4128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132
4133 \series bold
4134 Annovi
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 Silvia
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 555
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 </row>
4158 <row>
4159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163
4164 \series bold
4165 Bertoli
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 Stefano
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 555
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 </row>
4189 <row>
4190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194
4195 \series bold
4196 Bozzi
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 Walter
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 555
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 </row>
4220 <row>
4221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225
4226 \series bold
4227 Cachia
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 Maria
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245 555
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 </row>
4251 <row>
4252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256
4257 \series bold
4258 Cachia
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 Maurizio
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 555
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 <row>
4283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287
4288 \series bold
4289 Cinquemani
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 Giusi
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 555
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 </row>
4313 <row>
4314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318
4319 \series bold
4320 Colin
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 Bernard
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 555
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 </row>
4344 <row>
4345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349
4350 \series bold
4351 Concli
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 Gianfranco
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 555
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 </row>
4375 <row>
4376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380
4381 \series bold
4382 Dal Bosco
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 Carolina
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 555
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411
4412 \series bold
4413 Dalpiaz
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 Annamaria
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 555
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 </row>
4437 <row>
4438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442
4443 \series bold
4444 Feliciello
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 Domenico
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 555
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 </row>
4468 <row>
4469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473
4474 \series bold
4475 Focarelli
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 Paola
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 555
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 </row>
4499 <row>
4500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504
4505 \series bold
4506 Galletti
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 Oreste
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 555
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 </row>
4530 <row>
4531 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535
4536 \series bold
4537 Gasparini
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 Franca
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 555
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566
4567 \series bold
4568 Rizzardi
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 Paola
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 555
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 </row>
4592 <row>
4593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597
4598 \series bold
4599 Lassini
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 Giancarlo
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 555
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 </row>
4623 <row>
4624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628
4629 \series bold
4630 Malfatti
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 Luciano
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 555
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659
4660 \series bold
4661 Malfatti
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 Valeriano
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 555
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 </row>
4685 <row>
4686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690
4691 \series bold
4692 Meneguzzo
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 Roberto
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 555
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721
4722 \series bold
4723 Mezzadra
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 Roberto
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 555
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 </row>
4747 <row>
4748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752
4753 \series bold
4754 Pirpamer
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 Erich
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 555
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 </row>
4778 <row>
4779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783
4784 \series bold
4785 Pochiesa
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 Paolo
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 555, 222
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 </row>
4809 <row>
4810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814
4815 \series bold
4816 Radina
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 Claudio
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 555
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 </row>
4840 <row>
4841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845
4846 \series bold
4847 Stuffer
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 Oskar
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 555
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 </row>
4871 <row>
4872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876
4877 \series bold
4878 Tacchelli
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 Ugo
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 555
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 </row>
4902 <row>
4903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907
4908 \series bold
4909 Tezzele
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 Margit
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 555
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 </row>
4933 <row>
4934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938
4939 \series bold
4940 Unterkalmsteiner
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 Frieda
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 555
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 </row>
4964 <row>
4965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969
4970 \series bold
4971 Vieider
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 Hilde
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 555
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 </row>
4995 <row>
4996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000
5001 \series bold
5002 Vigna
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 Jürgen
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 999
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 </row>
5026 <row>
5027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031
5032 \series bold
5033 Weber
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 Maurizio
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 555
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row>
5058 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062
5063 \series bold
5064 Winkler
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 Franz
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 555
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row endlastfoot="true">
5089 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 以上
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 </row>
5117 </lyxtabular>
5118
5119 \end_inset
5120
5121
5122 \begin_inset ERT
5123 status collapsed
5124
5125 \begin_layout Plain Layout
5126
5127
5128 \backslash
5129 addtocounter{table}{-1}
5130 \end_layout
5131
5132 \end_inset
5133
5134
5135 \begin_inset Note Note
5136 status collapsed
5137
5138 \begin_layout Plain Layout
5139 本コマンドの説明については,第
5140 \begin_inset CommandInset ref
5141 LatexCommand ref
5142 reference "subsec:多頁表のキャプション"
5143
5144 \end_inset
5145
5146 節の最初の淡色註釈をご覧下さい.
5147 \end_layout
5148
5149 \end_inset
5150
5151
5152 \end_layout
5153
5154 \begin_layout Subsection
5155 多頁表での脚註
5156 \begin_inset CommandInset label
5157 LatexCommand label
5158 name "subsec:多頁表での脚注"
5159
5160 \end_inset
5161
5162
5163 \begin_inset Index idx
5164 status collapsed
5165
5166 \begin_layout Plain Layout
5167 たへえしひよう@多頁表 ! きやくちゆう@脚註
5168 \end_layout
5169
5170 \end_inset
5171
5172
5173 \end_layout
5174
5175 \begin_layout Standard
5176 脚註は,どの多頁表セルにも入れることができます.脚註は,脚註のついた表セルのあるページの下部に表示されます.たとえば,表
5177 \begin_inset CommandInset ref
5178 LatexCommand ref
5179 reference "tab:別キャプション"
5180
5181 \end_inset
5182
5183 には脚註が付いています.
5184 \end_layout
5185
5186 \begin_layout Subsection
5187 多頁表の縦横揃え
5188 \begin_inset Index idx
5189 status collapsed
5190
5191 \begin_layout Plain Layout
5192 たへえしひよう@多頁表 ! たてよこぞろえ@縦横揃え
5193 \end_layout
5194
5195 \end_inset
5196
5197
5198 \end_layout
5199
5200 \begin_layout Standard
5201 表設定ダイアログでは,多頁表の水平揃えを指定することができます.左揃えや右揃えでは,表は直接ページ境界に寄せられます.表と境界の間に余白を加えるには,中央揃えに
5202 設定してから
5203 \end_layout
5204
5205 \begin_layout Standard
5206
5207 \series bold
5208
5209 \backslash
5210 setlength{
5211 \backslash
5212 LTleft}{値}
5213 \end_layout
5214
5215 \begin_layout Standard
5216 という行を当該多頁表の前に\SpecialChar TeX
5217 コードとして挿入して,長さ
5218 \series bold
5219
5220 \backslash
5221 LTleft
5222 \series default
5223 および
5224 \series bold
5225
5226 \backslash
5227 LTright
5228 \series default
5229 の値を変更しなくてはなりません.ここで「値」は,第
5230 \begin_inset CommandInset ref
5231 LatexCommand ref
5232 reference "tab:単位"
5233
5234 \end_inset
5235
5236 表に挙げてある単位であれば,どの単位を取ることもできます.
5237 \series bold
5238
5239 \backslash
5240 LTleft
5241 \series default
5242 は,左頁余白から多頁表までの水平方向の距離を制御し,
5243 \series bold
5244
5245 \backslash
5246 LTright
5247 \series default
5248 は,右頁余白からの距離を制御します.これらの長さの既定値は
5249 \series bold
5250
5251 \backslash
5252 fill
5253 \series default
5254 となっており,\SpecialChar LyX
5255 の水平フィルと同等になっています.
5256 \end_layout
5257
5258 \begin_layout Standard
5259 以下の多頁表は,中央揃えの上,
5260 \series bold
5261
5262 \backslash
5263 LTleft
5264 \series default
5265
5266 \family sans
5267 0.1
5268 \backslash
5269 columnwidth
5270 \family default
5271 に設定してあります.
5272 \begin_inset ERT
5273 status collapsed
5274
5275 \begin_layout Plain Layout
5276
5277
5278 \backslash
5279 setlength{
5280 \backslash
5281 LTleft}{0.1
5282 \backslash
5283 columnwidth}
5284 \end_layout
5285
5286 \end_inset
5287
5288
5289 \end_layout
5290
5291 \begin_layout Standard
5292 \begin_inset Tabular
5293 <lyxtabular version="3" rows="5" columns="5">
5294 <features islongtable="true" longtabularalignment="center">
5295 <column alignment="center" valignment="top">
5296 <column alignment="center" valignment="top">
5297 <column alignment="center" valignment="top">
5298 <column alignment="center" valignment="top">
5299 <column alignment="center" valignment="top">
5300 <row>
5301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305 1
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 2
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 3
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 4
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 5
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 </row>
5347 <row>
5348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 いろは
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 いろは
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 </row>
5394 <row>
5395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399 いろは
5400 \end_layout
5401
5402 \end_inset
5403 </cell>
5404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 いろは
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 </row>
5441 <row>
5442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 いろは
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Plain Layout
5464
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 いろは
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 </row>
5488 <row>
5489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493 いろは
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 いろは
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 いろは
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 いろは
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 いろは
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 </row>
5535 </lyxtabular>
5536
5537 \end_inset
5538
5539
5540 \begin_inset ERT
5541 status collapsed
5542
5543 \begin_layout Plain Layout
5544
5545
5546 \backslash
5547 setlength{
5548 \backslash
5549 LTleft}{
5550 \backslash
5551 fill}
5552 \end_layout
5553
5554 \end_inset
5555
5556
5557 \begin_inset ERT
5558 status collapsed
5559
5560 \begin_layout Plain Layout
5561
5562
5563 \backslash
5564 addtocounter{table}{-1}
5565 \end_layout
5566
5567 \end_inset
5568
5569
5570 \begin_inset Note Note
5571 status collapsed
5572
5573 \begin_layout Plain Layout
5574 このコマンドの説明に関しては,第
5575 \begin_inset CommandInset ref
5576 LatexCommand ref
5577 reference "subsec:多頁表のキャプション"
5578
5579 \end_inset
5580
5581 節の最初の淡色註釈をご覧下さい.
5582 \end_layout
5583
5584 \end_inset
5585
5586
5587 \end_layout
5588
5589 \begin_layout Subsection
5590 多頁表のキャプション
5591 \begin_inset Index idx
5592 status collapsed
5593
5594 \begin_layout Plain Layout
5595 たへえしひよう@多頁表 ! きやふしよん@キャプション
5596 \end_layout
5597
5598 \end_inset
5599
5600
5601 \begin_inset CommandInset label
5602 LatexCommand label
5603 name "subsec:多頁表のキャプション"
5604
5605 \end_inset
5606
5607
5608 \end_layout
5609
5610 \begin_layout Standard
5611 フロートは一頁に収まらなくてはならないので,多頁表を表フロートに入れることはできません.しかし,第
5612 \begin_inset CommandInset ref
5613 LatexCommand ref
5614 reference "sec:多頁表"
5615
5616 \end_inset
5617
5618 節に述べられているように,ある行で多頁表オプションの
5619 \family sans
5620 キャプション
5621 \family default
5622 を使用すれば,フロートのキャプション環境を多頁表でも使用することができます.キャプションは,
5623 \family sans
5624 冒頭ヘッダ
5625 \family default
5626
5627 \family sans
5628 ヘッダ
5629 \family default
5630
5631 \family sans
5632 フッタ
5633 \family default
5634
5635 \family sans
5636 末尾フッタ
5637 \family default
5638 のいずれかに入れなくてはなりません.それぞれのヘッダ・フッタに入れることができる行は,ひとつだけです.
5639 \end_layout
5640
5641 \begin_layout Standard
5642 以下は,動作を確認するための短い多頁表です.
5643 \end_layout
5644
5645 \begin_layout Standard
5646 \begin_inset Tabular
5647 <lyxtabular version="3" rows="6" columns="5">
5648 <features islongtable="true" longtabularalignment="center">
5649 <column alignment="center" valignment="top">
5650 <column alignment="center" valignment="top">
5651 <column alignment="center" valignment="top">
5652 <column alignment="center" valignment="top">
5653 <column alignment="center" valignment="top">
5654 <row endfirsthead="true" caption="true">
5655 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 \begin_inset Caption Standard
5660
5661 \begin_layout Plain Layout
5662 キャプション付き多頁表
5663 \begin_inset Argument 1
5664 status collapsed
5665
5666 \begin_layout Plain Layout
5667 多頁表
5668 \end_layout
5669
5670 \end_inset
5671
5672
5673 \end_layout
5674
5675 \end_inset
5676
5677
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 </row>
5719 <row>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 1
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 2
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 3
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 4
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 5
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 <row>
5767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 いろは
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 いろは
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 </row>
5813 <row>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 いろは
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 いろは
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 いろは
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 いろは
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 </row>
5907 <row>
5908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 いろは
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 いろは
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 いろは
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 いろは
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948 いろは
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 </lyxtabular>
5955
5956 \end_inset
5957
5958
5959 \end_layout
5960
5961 \begin_layout Standard
5962 \begin_inset VSpace medskip
5963 \end_inset
5964
5965
5966 \begin_inset Note Greyedout
5967 status open
5968
5969 \begin_layout Plain Layout
5970
5971 \series bold
5972 【註1】
5973 \series default
5974 表番号は,多頁表にキャプションを付けなかったとしても,各多頁表毎に加番されます.このため,あいだにキャプションのない二つの多頁表が挟まっていたならば,表一覧では
5975 ,たとえば表2.1の後に表2.4が来ることがあります.これを回避するためには,キャプションのないすべての多頁表の後に,\SpecialChar TeX
5976 コードで
5977 \end_layout
5978
5979 \begin_layout Plain Layout
5980
5981 \series bold
5982
5983 \backslash
5984 addtocounter{table}{-1}
5985 \end_layout
5986
5987 \begin_layout Plain Layout
5988 というコマンドを挿入する方法があります.
5989 \end_layout
5990
5991 \begin_layout Plain Layout
5992 全多頁表にキャプションがなかったり,文書プリアンブルに以下のコードを書き加えていれば,以上のことは必要ありません.
5993 \end_layout
5994
5995 \begin_layout Plain Layout
5996
5997 \series bold
5998
5999 \backslash
6000 let
6001 \backslash
6002 myEnd
6003 \backslash
6004 endlongtable
6005 \begin_inset Newline newline
6006 \end_inset
6007
6008
6009 \backslash
6010 renewcommand{
6011 \backslash
6012 endlongtable}{
6013 \backslash
6014 myEnd
6015 \backslash
6016 addtocounter{table}{-1}}
6017 \end_layout
6018
6019 \end_inset
6020
6021
6022 \end_layout
6023
6024 \begin_layout Standard
6025 \begin_inset Note Greyedout
6026 status open
6027
6028 \begin_layout Plain Layout
6029
6030 \series bold
6031 【註2】
6032 \series default
6033 相互参照をリンクするために,
6034 \family sans
6035 文書設定
6036 \family default
6037 ダイアログの
6038 \family sans
6039 PDF特性
6040 \family default
6041
6042 \series bold
6043 hyperref
6044 \series default
6045
6046 \begin_inset Index idx
6047 status collapsed
6048
6049 \begin_layout Plain Layout
6050 \SpecialChar LaTeX
6051 ぱっけーじ@\SpecialChar LaTeX
6052 パッケージ ! hyperref
6053 \end_layout
6054
6055 \end_inset
6056
6057 を使用している場合,多頁表キャプションへのリンクは,つねに文頭に向けられます.
6058 \end_layout
6059
6060 \end_inset
6061
6062
6063 \end_layout
6064
6065 \begin_layout Subsubsection
6066 多頁表への参照
6067 \begin_inset Index idx
6068 status collapsed
6069
6070 \begin_layout Plain Layout
6071 たへえしひよう@多頁表 ! さんしよう@参照
6072 \end_layout
6073
6074 \end_inset
6075
6076
6077 \end_layout
6078
6079 \begin_layout Standard
6080 \begin_inset Tabular
6081 <lyxtabular version="3" rows="6" columns="5">
6082 <features islongtable="true" longtabularalignment="center">
6083 <column alignment="center" valignment="top">
6084 <column alignment="center" valignment="top">
6085 <column alignment="center" valignment="top">
6086 <column alignment="center" valignment="top">
6087 <column alignment="center" valignment="top">
6088 <row endfirsthead="true" caption="true">
6089 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 \begin_inset Caption Standard
6094
6095 \begin_layout Plain Layout
6096 参照された多頁表
6097 \begin_inset CommandInset label
6098 LatexCommand label
6099 name "tab:参照例"
6100
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \end_inset
6107
6108
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 </row>
6150 <row>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 1
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 2
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 3
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 4
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 5
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 </row>
6197 <row>
6198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 いろは
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 いろは
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 </row>
6244 <row>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 いろは
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 いろは
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 </row>
6291 <row>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 いろは
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 いろは
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 </row>
6338 <row>
6339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 いろは
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 いろは
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 いろは
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 いろは
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 いろは
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 </row>
6385 </lyxtabular>
6386
6387 \end_inset
6388
6389
6390 \end_layout
6391
6392 \begin_layout Standard
6393 多頁表を参照するには,キャプションにラベルを挿入してください.
6394 \end_layout
6395
6396 \begin_layout Standard
6397 これは表
6398 \begin_inset CommandInset ref
6399 LatexCommand ref
6400 reference "tab:参照例"
6401
6402 \end_inset
6403
6404 への参照です.
6405 \end_layout
6406
6407 \begin_layout Standard
6408 キャプションのレイアウトは,文書中の他のすべてのキャプションと一緒に,\SpecialChar LaTeX
6409 パッケージの
6410 \series bold
6411 caption
6412 \series default
6413
6414 \begin_inset Index idx
6415 status collapsed
6416
6417 \begin_layout Plain Layout
6418 \SpecialChar LaTeX
6419 ぱっけーじ@\SpecialChar LaTeX
6420 パッケージ ! caption
6421 \end_layout
6422
6423 \end_inset
6424
6425 を使用して設定することができます.第
6426 \begin_inset CommandInset ref
6427 LatexCommand ref
6428 reference "sec:キャプションの書式設定"
6429
6430 \end_inset
6431
6432 節をご覧下さい.
6433 \end_layout
6434
6435 \begin_layout Subsubsection
6436 キャプションの幅
6437 \begin_inset Index idx
6438 status collapsed
6439
6440 \begin_layout Plain Layout
6441 たへえしひよう@多頁表 ! きやふしよんのはは@キャプションの幅
6442 \end_layout
6443
6444 \end_inset
6445
6446
6447 \end_layout
6448
6449 \begin_layout Standard
6450 キャプション行の最大長は,長さ
6451 \series bold
6452
6453 \backslash
6454 LTcapwidth
6455 \series default
6456 によって指定することができます.既定値は4
6457 \begin_inset space \thinspace{}
6458 \end_inset
6459
6460 inです.これを変更するには,現文書の文書プリアンブルか,調整したい多頁表の前の文中に\SpecialChar TeX
6461 コードとして
6462 \end_layout
6463
6464 \begin_layout Standard
6465
6466 \series bold
6467
6468 \backslash
6469 setlength{
6470 \backslash
6471 LTcapwidth}{幅}
6472 \end_layout
6473
6474 \begin_layout Standard
6475 というコマンドを書き加えて下さい.ここで「幅」には,付録
6476 \begin_inset CommandInset ref
6477 LatexCommand ref
6478 reference "cha:LyXで使用できる単位"
6479
6480 \end_inset
6481
6482 に挙げられている単位を取ることができます.
6483 \end_layout
6484
6485 \begin_layout Standard
6486 以下の各表で違いを示します.
6487 \end_layout
6488
6489 \begin_layout Standard
6490 \begin_inset Tabular
6491 <lyxtabular version="3" rows="6" columns="5">
6492 <features islongtable="true" longtabularalignment="center">
6493 <column alignment="center" valignment="top">
6494 <column alignment="center" valignment="top">
6495 <column alignment="center" valignment="top">
6496 <column alignment="center" valignment="top">
6497 <column alignment="center" valignment="top">
6498 <row endfirsthead="true" caption="true">
6499 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503 \begin_inset Caption Standard
6504
6505 \begin_layout Plain Layout
6506 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6507 \begin_inset Argument 1
6508 status collapsed
6509
6510 \begin_layout Plain Layout
6511 既定幅のキャプション
6512 \end_layout
6513
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \end_inset
6520
6521
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 </row>
6563 <row>
6564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568 1
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577 2
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 3
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 4
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 5
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 </row>
6610 <row>
6611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615 いろは
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 いろは
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 </row>
6657 <row>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 いろは
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 いろは
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 </row>
6704 <row>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 いろは
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 いろは
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 </row>
6751 <row>
6752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 いろは
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 いろは
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 いろは
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 いろは
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 いろは
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 </row>
6798 </lyxtabular>
6799
6800 \end_inset
6801
6802
6803 \end_layout
6804
6805 \begin_layout Standard
6806 \begin_inset ERT
6807 status collapsed
6808
6809 \begin_layout Plain Layout
6810
6811
6812 \backslash
6813 setlength{
6814 \backslash
6815 LTcapwidth}{5cm}
6816 \end_layout
6817
6818 \end_inset
6819
6820
6821 \begin_inset Tabular
6822 <lyxtabular version="3" rows="6" columns="5">
6823 <features islongtable="true" longtabularalignment="center">
6824 <column alignment="center" valignment="top">
6825 <column alignment="center" valignment="top">
6826 <column alignment="center" valignment="top">
6827 <column alignment="center" valignment="top">
6828 <column alignment="center" valignment="top">
6829 <row endfirsthead="true" caption="true">
6830 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 \begin_inset Caption Standard
6835
6836 \begin_layout Plain Layout
6837 5
6838 \begin_inset space \thinspace{}
6839 \end_inset
6840
6841 cm幅のなが〜いフルタイトル・5
6842 \begin_inset space \thinspace{}
6843 \end_inset
6844
6845 cm幅のなが〜いフルタイトル・5
6846 \begin_inset space \thinspace{}
6847 \end_inset
6848
6849 cm幅のなが〜いフルタイトル
6850 \begin_inset Argument 1
6851 status collapsed
6852
6853 \begin_layout Plain Layout
6854 5
6855 \begin_inset space \thinspace{}
6856 \end_inset
6857
6858 cm幅のキャプション
6859 \end_layout
6860
6861 \end_inset
6862
6863
6864 \end_layout
6865
6866 \end_inset
6867
6868
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 </row>
6910 <row>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 1
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 2
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 3
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 4
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 5
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 </row>
6957 <row>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 いろは
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 いろは
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 </row>
7004 <row>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 いろは
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 いろは
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 </row>
7051 <row>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 いろは
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 いろは
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 </row>
7098 <row>
7099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 いろは
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 いろは
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 いろは
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 いろは
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139 いろは
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 </row>
7145 </lyxtabular>
7146
7147 \end_inset
7148
7149
7150 \end_layout
7151
7152 \begin_layout Standard
7153 \begin_inset ERT
7154 status collapsed
7155
7156 \begin_layout Plain Layout
7157
7158
7159 \backslash
7160 setlength{
7161 \backslash
7162 LTcapwidth}{4in}
7163 \end_layout
7164
7165 \end_inset
7166
7167
7168 \end_layout
7169
7170 \begin_layout Standard
7171 \begin_inset Note Greyedout
7172 status open
7173
7174 \begin_layout Plain Layout
7175
7176 \series bold
7177 【註】
7178 \series default
7179 この文書のように\SpecialChar LaTeX
7180 パッケージの
7181 \series bold
7182 caption
7183 \series default
7184
7185 \begin_inset Index idx
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189 \SpecialChar LaTeX
7190 ぱっけーじ@\SpecialChar LaTeX
7191 パッケージ ! caption
7192 \end_layout
7193
7194 \end_inset
7195
7196 を使用している時には,
7197 \series bold
7198
7199 \backslash
7200 LTcapwidth
7201 \series default
7202 に既定値の4
7203 \begin_inset space \thinspace{}
7204 \end_inset
7205
7206 inを使用している場合,ページの全幅が用いられます.この場合,正確に4
7207 \begin_inset space \thinspace{}
7208 \end_inset
7209
7210 in幅のキャプションを作るには,3.99
7211 \begin_inset space \thinspace{}
7212 \end_inset
7213
7214 inのように4.0
7215 \begin_inset space \thinspace{}
7216 \end_inset
7217
7218 inと少し違う値を指定するか,
7219 \series bold
7220 caption
7221 \series default
7222 パッケージが提供している
7223 \series bold
7224
7225 \backslash
7226 captionsetup{width=値}
7227 \series default
7228 という\SpecialChar LaTeX
7229 コマンドを用いる方法があります.
7230 \end_layout
7231
7232 \end_inset
7233
7234
7235 \end_layout
7236
7237 \begin_layout Subsubsection
7238 表の各ページごとに異なるキャプション
7239 \begin_inset Index idx
7240 status collapsed
7241
7242 \begin_layout Plain Layout
7243 たへえしひよう@多頁表 ! へえしことにことなるきやふしよん@ページごとに異なるキャプション
7244 \end_layout
7245
7246 \end_inset
7247
7248
7249 \end_layout
7250
7251 \begin_layout Standard
7252 次頁以降の表キャプションを,1頁めとは異なるものにしたい場合には,キャプションを入れる空行をヘッダに指定して下さい.それから,キャプションを右クリックして,文脈
7253 依存メニューから
7254 \family sans
7255 キャプション(無番多頁表)
7256 \family default
7257 を選択してください.表
7258 \begin_inset CommandInset ref
7259 LatexCommand ref
7260 reference "tab:別キャプション"
7261
7262 \end_inset
7263
7264 は,異なるヘッダを持つ多頁表の一例です.2番目のキャプションには表番が現れないようにしてあります.
7265 \end_layout
7266
7267 \begin_layout Standard
7268 \align center
7269 \begin_inset Tabular
7270 <lyxtabular version="3" rows="59" columns="3">
7271 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7272 <column alignment="left" valignment="top" width="0cm">
7273 <column alignment="left" valignment="top" width="0pt">
7274 <column alignment="center" valignment="top" width="0pt">
7275 <row endfirsthead="true" caption="true">
7276 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 \begin_inset Caption Standard
7281
7282 \begin_layout Plain Layout
7283 例示用電話帳
7284 \begin_inset CommandInset label
7285 LatexCommand label
7286 name "tab:別キャプション"
7287
7288 \end_inset
7289
7290
7291 \begin_inset Argument 1
7292 status collapsed
7293
7294 \begin_layout Plain Layout
7295 例示用電話帳
7296 \end_layout
7297
7298 \end_inset
7299
7300
7301 \end_layout
7302
7303 \end_inset
7304
7305
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 </row>
7329 <row endfirsthead="true">
7330 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334
7335 \series bold
7336 例示用電話帳(名前は無視の事)
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 </row>
7360 <row endfirsthead="true">
7361 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365
7366 \series bold
7367 氏名
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385
7386 \series bold
7387 TEL.
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 </row>
7393 <row endhead="true">
7394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 \begin_inset ERT
7399 status collapsed
7400
7401 \begin_layout Plain Layout
7402
7403
7404 \backslash
7405 caption*{例示用電話帳の続き}
7406 \backslash
7407
7408 \backslash
7409 %
7410 \end_layout
7411
7412 \end_inset
7413
7414
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 </row>
7438 <row endhead="true">
7439 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443
7444 \series bold
7445 例示用電話帳
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 </row>
7469 <row endhead="true">
7470 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474
7475 \series bold
7476 氏名
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494
7495 \series bold
7496 TEL.
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 </row>
7502 <row endfoot="true">
7503 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 次頁に続く
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 </row>
7531 <row>
7532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \series bold
7538 Annovi
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 Silvia
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 111
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 </row>
7562 <row>
7563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \series bold
7569 Bertoli
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 Stefano
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 111
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 </row>
7593 <row>
7594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \series bold
7600 Bozzi
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 Walter
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 111
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 </row>
7624 <row>
7625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \series bold
7631 Cachia
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 Maria
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 111
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 </row>
7655 <row>
7656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660
7661 \series bold
7662 Cachia
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671 Maurizio
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 111
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 </row>
7686 <row>
7687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691
7692 \series bold
7693 Cinquemani
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702 Giusi
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 111
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row>
7718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \series bold
7724 Colin
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 Bernard
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742 111
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row>
7749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \series bold
7755 Concli
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 Gianfranco
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773 111
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row>
7780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 Dal Bosco
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795 Carolina
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 111
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row>
7811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 Dalpiaz
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826 Annamaria
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 111
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \series bold
7848 Feliciello
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 Domenico
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 111
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row>
7873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \series bold
7879 Focarelli
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 Paola
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 111
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row>
7904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \series bold
7910 Galletti
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 Oreste
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928 111
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 </row>
7934 <row>
7935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939
7940 \series bold
7941 Gasparini
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 Franca
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 111
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \series bold
7972 Rizzardi
7973 \series default
7974
7975 \begin_inset Foot
7976 status collapsed
7977
7978 \begin_layout Plain Layout
7979 例示用脚註
7980 \end_layout
7981
7982 \end_inset
7983
7984
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 Paola
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 111
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \series bold
8015 Lassini
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 Giancarlo
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 111
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \series bold
8046 Malfatti
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 Luciano
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 111
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Malfatti
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 Valeriano
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 111
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 Meneguzzo
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 Roberto
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 111
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 <row>
8133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \series bold
8139 Mezzadra
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 Roberto
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 111
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 </row>
8163 <row>
8164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168
8169 \series bold
8170 Pirpamer
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 Erich
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 111
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 </row>
8194 <row>
8195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199
8200 \series bold
8201 Pochiesa
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 Paolo
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 111, 222
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 </row>
8225 <row>
8226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230
8231 \series bold
8232 Radina
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 Claudio
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 111
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \series bold
8263 Stuffer
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 Oskar
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 111
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292
8293 \series bold
8294 Tacchelli
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 Ugo
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 111
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \series bold
8325 Tezzele
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 Margit
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 111
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \series bold
8356 Unterkalmsteiner
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Frieda
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 111
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \series bold
8387 Vieider
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Hilde
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 111
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416
8417 \series bold
8418 Vigna
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 Jürgen
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 111
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \series bold
8449 Weber
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 Maurizio
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 111
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 <row>
8474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478
8479 \series bold
8480 Winkler
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 Franz
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 111
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509  
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \series bold
8540 Annovi
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 Silvia
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 555
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569
8570 \series bold
8571 Bertoli
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 Stefano
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 555
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600
8601 \series bold
8602 Bozzi
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 Walter
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 555
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \series bold
8633 Cachia
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 Maria
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 555
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 </row>
8657 <row>
8658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662
8663 \series bold
8664 Cachia
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 Maurizio
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 555
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 </row>
8688 <row>
8689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693
8694 \series bold
8695 Cinquemani
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 Giusi
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 555
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 </row>
8719 <row>
8720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724
8725 \series bold
8726 Colin
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 Bernard
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 555
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 </row>
8750 <row>
8751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755
8756 \series bold
8757 Concli
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 Gianfranco
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 555
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 </row>
8781 <row>
8782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786
8787 \series bold
8788 Dal Bosco
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 Carolina
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 555
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row>
8813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \series bold
8819 Dalpiaz
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 Annamaria
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 555
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 <row>
8844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848
8849 \series bold
8850 Feliciello
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 Domenico
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 555
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 </row>
8874 <row>
8875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879
8880 \series bold
8881 Focarelli
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 Paola
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 555
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 </row>
8905 <row>
8906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910
8911 \series bold
8912 Galletti
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 Oreste
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 555
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 <row>
8937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941
8942 \series bold
8943 Gasparini
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 Franca
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 555
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \series bold
8974 Rizzardi
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 Paola
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 555
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \series bold
9005 Lassini
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 Giancarlo
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 555
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \series bold
9036 Malfatti
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 Luciano
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 555
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row>
9061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \series bold
9067 Malfatti
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 Valeriano
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 555
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row>
9092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \series bold
9098 Meneguzzo
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 Roberto
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 555
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \series bold
9129 Mezzadra
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Roberto
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 555
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 </lyxtabular>
9154
9155 \end_inset
9156
9157
9158 \end_layout
9159
9160 \begin_layout Section
9161 多頁表にまつわる諸点
9162 \begin_inset CommandInset label
9163 LatexCommand label
9164 name "sec:多頁表にまつわる諸点"
9165
9166 \end_inset
9167
9168
9169 \end_layout
9170
9171 \begin_layout Subsection
9172 多頁表の計算
9173 \begin_inset Index idx
9174 status collapsed
9175
9176 \begin_layout Plain Layout
9177 たへえしひよう@多頁表 ! けいさん@計算
9178 \end_layout
9179
9180 \end_inset
9181
9182
9183 \end_layout
9184
9185 \begin_layout Standard
9186 \SpecialChar LaTeX
9187 は,表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します.単位塊は,一度に\SpecialChar LaTeX
9188 のメモリに読み込まれる表の断片です.歴史上の経緯から,既定値は
9189 たった表20行分に設定されています.多頁にわたる多頁表がある場合,この設定では文書の生成に時間がかかるかもしれません.この場合,
9190 \end_layout
9191
9192 \begin_layout Standard
9193
9194 \series bold
9195
9196 \backslash
9197 setcounter{LTchunksize}{100}
9198 \end_layout
9199
9200 \begin_layout Standard
9201 というコマンド行を文書のプリアンブルに書き加えることで,単位塊の大きさを100から1000の値に支障なく増やすことができます.
9202 \end_layout
9203
9204 \begin_layout Subsection
9205 フロートと多頁表
9206 \begin_inset Index idx
9207 status collapsed
9208
9209 \begin_layout Plain Layout
9210 たへえしひよう@多頁表 ! ふろおと@フロート
9211 \end_layout
9212
9213 \end_inset
9214
9215
9216 \end_layout
9217
9218 \begin_layout Standard
9219 多頁表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります.このような状況を避けるためには,
9220 \series bold
9221
9222 \backslash
9223 clearpage
9224 \series default
9225 コマンドを多頁表の前に\SpecialChar TeX
9226 コードとして書き加えてください.
9227 \end_layout
9228
9229 \begin_layout Subsection
9230 強制改頁
9231 \begin_inset Index idx
9232 status collapsed
9233
9234 \begin_layout Plain Layout
9235 たへえしひよう@多頁表 ! きようせいかいへえし@強制改頁
9236 \end_layout
9237
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \begin_layout Standard
9244 既定の設定では,表は行の間でのみ改頁されます.もし複数行を含むセルがあり,そのセル中で改頁を行いたい時には,セル中の改頁してもよい場所に\SpecialChar TeX
9245 コードで改行コマンド「
9246 \series bold
9247
9248 \backslash
9249
9250 \backslash
9251
9252 \series default
9253 」を挿入します.
9254 \series bold
9255
9256 \backslash
9257
9258 \backslash
9259
9260 \series default
9261 コマンドの前には,現セルよりも右にある列数と同じ数の「
9262 \series bold
9263 &
9264 \series default
9265 」文字を,\SpecialChar TeX
9266 コードで挿入してやる必要があります.この
9267 \series bold
9268 &
9269 \series default
9270 は,表セルの区切り文字です.各
9271 \series bold
9272 &
9273 \series default
9274 の後に,右側の本来のセルに入るべき内容を\SpecialChar TeX
9275 コードで書き込み,右側のセルの内容は削除してください.
9276 \begin_inset Newline newline
9277 \end_inset
9278
9279
9280 \series bold
9281
9282 \backslash
9283
9284 \backslash
9285
9286 \series default
9287 コマンドの後ろには,現在列の左側にある列数と同じ数の
9288 \series bold
9289 &
9290 \series default
9291 文字を挿入してください.表
9292 \begin_inset CommandInset ref
9293 LatexCommand ref
9294 reference "tab:強制改頁"
9295
9296 \end_inset
9297
9298 では,改頁さるべきセルは,全3列中2列めにあります.したがって,
9299 \end_layout
9300
9301 \begin_layout Standard
9302
9303 \series bold
9304 & 111
9305 \backslash
9306
9307 \backslash
9308  
9309 \backslash
9310 newpage
9311 \begin_inset Newline newline
9312 \end_inset
9313
9314 &
9315 \end_layout
9316
9317 \begin_layout Standard
9318 というコマンドが,セル中「
9319 \emph on
9320 Castelchiodato,
9321 \emph default
9322 」の後に\SpecialChar TeX
9323 コードとして挿入してあります.
9324 \end_layout
9325
9326 \begin_layout Standard
9327 同一行3列目の「111」は削除してあります.
9328 \series bold
9329
9330 \backslash
9331 newpage
9332 \series default
9333 は,改行がこの場所でかならず起こるように指定したいときのみ必要です.これを書かなければ,改頁の候補として指定するに過ぎません.何らかの理由で多頁表のフッタ行に上
9334 罫線を引いていないけれども,セルを改頁する場所で水平線を引きたい場合には,代わりに
9335 \end_layout
9336
9337 \begin_layout Standard
9338
9339 \series bold
9340 & 111
9341 \backslash
9342
9343 \backslash
9344
9345 \begin_inset Newline newline
9346 \end_inset
9347
9348
9349 \backslash
9350 hline &
9351 \end_layout
9352
9353 \begin_layout Standard
9354 というコマンドを使用して下さい.
9355 \end_layout
9356
9357 \begin_layout Standard
9358 改頁をしたいセルが最右列にある場合には,
9359 \end_layout
9360
9361 \begin_layout Standard
9362
9363 \series bold
9364
9365 \backslash
9366 setlength{
9367 \backslash
9368 parfillskip}{0pt}
9369 \end_layout
9370
9371 \begin_layout Standard
9372 というコマンドを当該セルの初めに\SpecialChar TeX
9373 コードで挿入しなくてはなりません.こうすることで,新規頁部分に表示されるセル内の部分が,正しく全幅を使用するようにできます.
9374 \end_layout
9375
9376 \begin_layout Standard
9377 \align center
9378 \begin_inset Tabular
9379 <lyxtabular version="3" rows="38" columns="3">
9380 <features islongtable="true" longtabularalignment="center">
9381 <column alignment="left" valignment="top" width="0pt">
9382 <column alignment="left" valignment="top" width="3cm">
9383 <column alignment="center" valignment="top" width="0pt">
9384 <row endfirsthead="true" caption="true">
9385 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 \begin_inset Caption Standard
9390
9391 \begin_layout Plain Layout
9392 表セル内で強制改頁をしている表
9393 \begin_inset CommandInset label
9394 LatexCommand label
9395 name "tab:強制改頁"
9396
9397 \end_inset
9398
9399
9400 \begin_inset Argument 1
9401 status collapsed
9402
9403 \begin_layout Plain Layout
9404 表セル内で強制改頁をしている表
9405 \end_layout
9406
9407 \end_inset
9408
9409
9410 \end_layout
9411
9412 \end_inset
9413
9414
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row endfirsthead="true">
9439 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443
9444 \series bold
9445 例示用電話帳(氏名は無視の事)
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 </row>
9469 <row endfirsthead="true">
9470 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474
9475 \series bold
9476 氏名
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494
9495 \series bold
9496 TEL.
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 </row>
9502 <row endhead="true" caption="true">
9503 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507 \begin_inset Caption Unnumbered
9508
9509 \begin_layout Plain Layout
9510 例示用電話帳の続き
9511 \end_layout
9512
9513 \end_inset
9514
9515
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 </row>
9539 <row endhead="true">
9540 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 例示用電話帳
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 </row>
9568 <row endhead="true">
9569 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573
9574 \series bold
9575 氏名
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Plain Layout
9584
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593
9594 \series bold
9595 TEL.
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 </row>
9601 <row endfoot="true">
9602 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606 次頁に続く
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 </row>
9630 <row>
9631 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \series bold
9637 Annovi
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646 Silvia
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655 111
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 </row>
9661 <row>
9662 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666
9667 \series bold
9668 Bertoli
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677 Stefano
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686 111
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 </row>
9692 <row>
9693 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697
9698 \series bold
9699 Bozzi
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708 Walter
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717 111
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 </row>
9723 <row>
9724 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728
9729 \series bold
9730 Cachia
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 Maria
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748 111
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 </row>
9754 <row>
9755 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759
9760 \series bold
9761 Cachia
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770 Maurizio
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779 111
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 </row>
9785 <row>
9786 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790
9791 \series bold
9792 Cinquemani
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801 Giusi
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810 111
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 </row>
9816 <row>
9817 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821
9822 \series bold
9823 Colin
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832 Bernard
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841 111
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 </row>
9847 <row>
9848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852
9853 \series bold
9854 Concli
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863 Gianfranco
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872 111
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 </row>
9878 <row>
9879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883
9884 \series bold
9885 Dal Bosco
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894 Carolina
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903 111
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row>
9910 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \series bold
9916 Dalpiaz
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925 Annamaria
9926 \end_layout
9927
9928 \end_inset
9929 </cell>
9930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934 111
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 </row>
9940 <row>
9941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945
9946 \series bold
9947 Feliciello
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956 Domenico
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965 111
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 </row>
9971 <row>
9972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976
9977 \series bold
9978 Focarelli
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 Paola
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996 111
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 </row>
10002 <row>
10003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007
10008 \series bold
10009 Galletti
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 Oreste
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027 111
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 <row>
10034 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \series bold
10040 Gasparini
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049 Franca
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058 111
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 <row>
10065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \series bold
10071 Lassini
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 Giancarlo
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 111
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row>
10096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \series bold
10102 Malfatti
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 Luciano
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 111
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row>
10127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 Malfatti
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142 Valeriano
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 111
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 <row>
10158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162
10163 \series bold
10164 Meneguzzo
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 Roberto
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 111
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 </row>
10188 <row>
10189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193
10194 \series bold
10195 Mezzadra
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 Roberto
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 111
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 </row>
10219 <row>
10220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \series bold
10226 Pirpamer
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 Erich
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 111
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 </row>
10250 <row>
10251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \series bold
10257 Pochiesa
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 Paolo
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 111, 222
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 </row>
10281 <row>
10282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286
10287 \series bold
10288 Radina
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 Claudio
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 111
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row>
10313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317
10318 \series bold
10319 Rizzardi
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328 Paolo, 11.
10329  Fürst von Montecompatri, 11.
10330  Fürst von Sulmona und Vivaro, 10.
10331  Fürst von Rossano, 5.
10332  Herzog von Canemorte, 11.
10333  Herzog von Palombara, 5.
10334  Herzog von Castelchiodato,
10335 \begin_inset ERT
10336 status collapsed
10337
10338 \begin_layout Plain Layout
10339
10340 & 111
10341 \backslash
10342
10343 \backslash
10344  
10345 \backslash
10346 newpage
10347 \end_layout
10348
10349 \begin_layout Plain Layout
10350
10351 &
10352 \end_layout
10353
10354 \end_inset
10355
10356  11.
10357  Herzog von Poggionativo, 11.
10358  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10359  Graf von Valinfreda, 11.
10360  Baron von Cropalati, 11.
10361  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 </row>
10376 <row>
10377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381
10382 \series bold
10383 Stuffer
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 Oskar
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 111
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 </row>
10407 <row>
10408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412
10413 \series bold
10414 Tacchelli
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 Ugo
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 111
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 </row>
10438 <row>
10439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443
10444 \series bold
10445 Tezzele
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 Margit
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 111
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \series bold
10476 Unterkalmsteiner
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 Frieda
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 111
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 <row>
10501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505
10506 \series bold
10507 Vieider
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 Hilde
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 111
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 </row>
10531 <row>
10532 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536
10537 \series bold
10538 Vigna
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 Jürgen
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 111
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 </row>
10562 <row>
10563 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567
10568 \series bold
10569 Weber
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 Maurizio
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 111
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 <row>
10594 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598
10599 \series bold
10600 Winkler
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 Franz
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 111
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 </lyxtabular>
10625
10626 \end_inset
10627
10628
10629 \end_layout
10630
10631 \begin_layout Section
10632 複数行・連結列・連結行
10633 \end_layout
10634
10635 \begin_layout Subsection
10636 表セル内の複数行
10637 \begin_inset CommandInset label
10638 LatexCommand label
10639 name "subsec:複数行"
10640
10641 \end_inset
10642
10643
10644 \begin_inset Index idx
10645 status collapsed
10646
10647 \begin_layout Plain Layout
10648 ひょうせるないのふくすうぎょう@表セル内の複数行
10649 \end_layout
10650
10651 \end_inset
10652
10653
10654 \begin_inset Index idx
10655 status collapsed
10656
10657 \begin_layout Plain Layout
10658 ひょう@表 ! かいぎょう@改行
10659 \end_layout
10660
10661 \end_inset
10662
10663
10664 \end_layout
10665
10666 \begin_layout Standard
10667 \noindent
10668 \begin_inset Float table
10669 placement H
10670 alignment document
10671 wide false
10672 sideways false
10673 status open
10674
10675 \begin_layout Plain Layout
10676 \begin_inset Caption Standard
10677
10678 \begin_layout Plain Layout
10679 \begin_inset CommandInset label
10680 LatexCommand label
10681 name "tab:複数行表"
10682
10683 \end_inset
10684
10685 セル内に複数の行がある表
10686 \end_layout
10687
10688 \end_inset
10689
10690
10691 \end_layout
10692
10693 \begin_layout Plain Layout
10694 \align center
10695 \begin_inset Tabular
10696 <lyxtabular version="3" rows="3" columns="3">
10697 <features tabularvalignment="middle">
10698 <column alignment="center" valignment="middle" width="2.5cm">
10699 <column alignment="center" valignment="middle">
10700 <column alignment="center" valignment="middle">
10701 <row>
10702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 複数の
10707 \begin_inset Newline linebreak
10708 \end_inset
10709
10710
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 </row>
10763 <row>
10764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 </lyxtabular>
10793
10794 \end_inset
10795
10796
10797 \end_layout
10798
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \begin_layout Standard
10805 列に固定幅を指定することによって,文章をハイフネーションを伴った複数行の段落として,入れることができるようになります.
10806 \end_layout
10807
10808 \begin_layout Standard
10809
10810 \begin_inset CommandInset ref
10811 LatexCommand ref
10812 reference "tab:複数行表"
10813
10814 \end_inset
10815
10816 を生成するには,まず3
10817 \begin_inset Formula $\times$
10818 \end_inset
10819
10820 3表を作り,最初のセルを右クリックして現れるメニューから,
10821 \family sans
10822 設定
10823 \family default
10824 メニューを選択します.すると表ダイアログが現れるので,セル幅を2.5
10825 \begin_inset space \thinspace{}
10826 \end_inset
10827
10828 cm幅とし,水平揃え及び垂直揃えをともに中央揃えに設定します.垂直揃えは,その行のすべてのセルに適用されます.この例の文章は2.5
10829 \begin_inset space \thinspace{}
10830 \end_inset
10831
10832 cmよりも短いため,一行しか表示されません.そこで二行とも表示するために,両端揃え改行(
10833 \begin_inset Flex Ruby
10834 status collapsed
10835
10836 \begin_layout Plain Layout
10837 捷径
10838 \begin_inset Argument post:1
10839 status collapsed
10840
10841 \begin_layout Plain Layout
10842 ショートカット
10843 \end_layout
10844
10845 \end_inset
10846
10847
10848 \end_layout
10849
10850 \end_inset
10851
10852
10853 \begin_inset Info
10854 type  "shortcut"
10855 arg   "newline-insert linebreak"
10856 \end_inset
10857
10858 )を挿入してあります.もし文章が設定されたセル幅よりも広い場合には,文章は自動的にいくつかの行に改行されます.
10859 \end_layout
10860
10861 \begin_layout Standard
10862 固定幅のセルに長い単語を入れた場合,もしそれがセルの最初にあると,\SpecialChar LaTeX
10863 はハイフネーションを行うことができません.したがって,その単語がセルの最初に来ないようにするた
10864 めには,何かを入れなくてはなりません.そこで,その単語の前に0
10865 \begin_inset space \thinspace{}
10866 \end_inset
10867
10868 pt幅の水平空白を挿入します.空白がゼロ幅なので,出力は変わりません.表
10869 \begin_inset CommandInset ref
10870 LatexCommand ref
10871 reference "tab:ハイフネーション表"
10872
10873 \end_inset
10874
10875 が違いを示しています
10876 \begin_inset Foot
10877 status open
10878
10879 \begin_layout Plain Layout
10880
10881 \series bold
10882 【訳註】
10883 \series default
10884 p\SpecialChar LaTeX
10885 を使用している場合,日本語の文章は正しく改行されます.
10886 \end_layout
10887
10888 \end_inset
10889
10890
10891 \end_layout
10892
10893 \begin_layout Standard
10894 \begin_inset Float table
10895 placement h
10896 alignment document
10897 wide false
10898 sideways false
10899 status open
10900
10901 \begin_layout Plain Layout
10902 \begin_inset Caption Standard
10903
10904 \begin_layout Plain Layout
10905 \begin_inset CommandInset label
10906 LatexCommand label
10907 name "tab:ハイフネーション表"
10908
10909 \end_inset
10910
10911 ハイフネーション有/無の表
10912 \end_layout
10913
10914 \end_inset
10915
10916
10917 \end_layout
10918
10919 \begin_layout Plain Layout
10920 \begin_inset space \hfill{}
10921 \end_inset
10922
10923
10924 \begin_inset Tabular
10925 <lyxtabular version="3" rows="3" columns="3">
10926 <features tabularvalignment="middle">
10927 <column alignment="center" valignment="middle" width="2.5cm">
10928 <column alignment="center" valignment="middle">
10929 <column alignment="center" valignment="middle">
10930 <row>
10931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 verylongtablecellword
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 </row>
10959 <row>
10960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 </row>
10988 <row>
10989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 </row>
11017 </lyxtabular>
11018
11019 \end_inset
11020
11021
11022 \begin_inset space \hfill{}
11023 \end_inset
11024
11025
11026 \begin_inset Tabular
11027 <lyxtabular version="3" rows="3" columns="3">
11028 <features tabularvalignment="middle">
11029 <column alignment="center" valignment="middle" width="2.5cm">
11030 <column alignment="center" valignment="middle">
11031 <column alignment="center" valignment="middle">
11032 <row>
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 \begin_inset space \hspace{}
11038 \length 0pt
11039 \end_inset
11040
11041 verylongtablecellword
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 </row>
11065 <row>
11066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 </row>
11094 <row>
11095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 </row>
11123 </lyxtabular>
11124
11125 \end_inset
11126
11127
11128 \begin_inset space \hfill{}
11129 \end_inset
11130
11131
11132 \end_layout
11133
11134 \end_inset
11135
11136
11137 \end_layout
11138
11139 \begin_layout Subsection
11140 連結列
11141 \begin_inset CommandInset label
11142 LatexCommand label
11143 name "subsec:連結列"
11144
11145 \end_inset
11146
11147
11148 \begin_inset Index idx
11149 status collapsed
11150
11151 \begin_layout Plain Layout
11152 れんけつれつ@連結列
11153 \end_layout
11154
11155 \end_inset
11156
11157
11158 \begin_inset Index idx
11159 status collapsed
11160
11161 \begin_layout Plain Layout
11162 ひょう@表 ! れんけつれつ@連結列
11163 \end_layout
11164
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \begin_layout Subsubsection
11171 連結列の基礎
11172 \end_layout
11173
11174 \begin_layout Standard
11175 一つのセルが複数の列にまたがるようにするためには,行中から一つの連結セルにまとめるべき各セルを選択して,表ツールバーボタン
11176 \family sans
11177
11178 \begin_inset Info
11179 type  "icon"
11180 arg   "tabular-feature multicolumn"
11181 \end_inset
11182
11183
11184 \family default
11185 を押すか,
11186 \family sans
11187 編集\SpecialChar menuseparator
11188 表\SpecialChar menuseparator
11189 連結列
11190 \family default
11191 メニューを使用するか,あるいは選択したセルを右クリックして現れるメニューから
11192 \family sans
11193 連結列
11194 \family default
11195 を有効にするかしてください.
11196 \end_layout
11197
11198 \begin_layout Standard
11199 連結列はセル設定が独立しています.つまり,セル罫線やセルの縦横揃え,幅設定等を変更した場合には,現在の連結列のみに適用されるのです.以下は,第一行に連結行があり
11200 ,最下行に上罫線のない連結行がある表の例です.
11201 \end_layout
11202
11203 \begin_layout Standard
11204 \align center
11205 \begin_inset Tabular
11206 <lyxtabular version="3" rows="3" columns="4">
11207 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11208 <column alignment="center" valignment="top" width="0pt">
11209 <column alignment="center" valignment="middle">
11210 <column alignment="center" valignment="top" width="0in">
11211 <column alignment="center" valignment="top" width="0pt">
11212 <row>
11213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 いろは
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 にほへとちり
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 ぬるを
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 </row>
11250 <row>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 </row>
11288 <row>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 </lyxtabular>
11327
11328 \end_inset
11329
11330
11331 \end_layout
11332
11333 \begin_layout Subsubsection
11334 連結列の計算
11335 \begin_inset CommandInset label
11336 LatexCommand label
11337 name "subsec:連結列の計算"
11338
11339 \end_inset
11340
11341
11342 \begin_inset Index idx
11343 status collapsed
11344
11345 \begin_layout Plain Layout
11346 れんけつれつ@連結列 ! けいさん@計算
11347 \end_layout
11348
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \begin_layout Standard
11355 \SpecialChar LyX
11356 は,連結列を直接にサポートしていますが,同列にある連結セル以外のセル幅については,考慮が必要です.
11357 \end_layout
11358
11359 \begin_layout Standard
11360 \begin_inset Float table
11361 placement h
11362 alignment document
11363 wide false
11364 sideways false
11365 status open
11366
11367 \begin_layout Plain Layout
11368 \begin_inset Caption Standard
11369
11370 \begin_layout Plain Layout
11371 \begin_inset CommandInset label
11372 LatexCommand label
11373 name "tab:中央揃え表"
11374
11375 \end_inset
11376
11377 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11378 \begin_inset Argument 1
11379 status collapsed
11380
11381 \begin_layout Plain Layout
11382 完全なる連結列表
11383 \end_layout
11384
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \end_inset
11391
11392
11393 \end_layout
11394
11395 \begin_layout Plain Layout
11396 \align center
11397 \begin_inset Tabular
11398 <lyxtabular version="3" rows="3" columns="3">
11399 <features tabularvalignment="middle">
11400 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11401 <column alignment="center" valignment="middle">
11402 <column alignment="center" valignment="top">
11403 <row>
11404 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 複数行にわたる連結列
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 <row>
11433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 </row>
11461 <row>
11462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 </row>
11490 </lyxtabular>
11491
11492 \end_inset
11493
11494
11495 \end_layout
11496
11497 \end_inset
11498
11499
11500 \end_layout
11501
11502 \begin_layout Standard
11503 たとえば,表
11504 \begin_inset CommandInset ref
11505 LatexCommand ref
11506 reference "tab:中央揃え表"
11507
11508 \end_inset
11509
11510 を生成するには,3
11511 \begin_inset Formula $\times$
11512 \end_inset
11513
11514 3表の第一行の最初の二つのセルを選択して,右クリックして現れるメニューから
11515 \family sans
11516 設定
11517 \family default
11518 を選択します.そして現れる表の設定ダイアログで,このセルを
11519 \emph on
11520 連結列
11521 \emph default
11522
11523 \emph on
11524 中央揃え
11525 \emph default
11526 ,2.5
11527 \begin_inset space \thinspace{}
11528 \end_inset
11529
11530 cm幅に設定します.被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので,第一列の幅を1.25
11531 \begin_inset space \thinspace{}
11532 \end_inset
11533
11534 cm幅に設定します.すると第二列は自動的に1.25
11535 \begin_inset space \thinspace{}
11536 \end_inset
11537
11538 cm幅(連結列幅マイナス第一列の幅)になります.表
11539 \begin_inset CommandInset ref
11540 LatexCommand ref
11541 reference "tab:半分でない表"
11542
11543 \end_inset
11544
11545 もこのようにして作成してあります.
11546 \end_layout
11547
11548 \begin_layout Standard
11549 \begin_inset Float table
11550 placement document
11551 alignment document
11552 wide false
11553 sideways false
11554 status open
11555
11556 \begin_layout Plain Layout
11557 \begin_inset Caption Standard
11558
11559 \begin_layout Plain Layout
11560 \begin_inset CommandInset label
11561 LatexCommand label
11562 name "tab:半分でない表"
11563
11564 \end_inset
11565
11566 連結セルの下の列が正確に半分になっていない表
11567 \begin_inset Argument 1
11568 status collapsed
11569
11570 \begin_layout Plain Layout
11571 不完全な連結列表
11572 \end_layout
11573
11574 \end_inset
11575
11576
11577 \end_layout
11578
11579 \end_inset
11580
11581
11582 \end_layout
11583
11584 \begin_layout Plain Layout
11585 \align center
11586 \begin_inset Tabular
11587 <lyxtabular version="3" rows="3" columns="3">
11588 <features tabularvalignment="middle">
11589 <column alignment="center" valignment="top" width="1.25cm">
11590 <column alignment="center" valignment="top">
11591 <column alignment="center" valignment="top">
11592 <row>
11593 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 複数行にわたる連結列
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 </row>
11621 <row>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
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" rightline="true" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Plain Layout
11644
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 </row>
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
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" rightline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 </row>
11679 </lyxtabular>
11680
11681 \end_inset
11682
11683
11684 \end_layout
11685
11686 \end_inset
11687
11688
11689 \end_layout
11690
11691 \begin_layout Standard
11692 ご覧になって分かるように,第一列が,連結セルの幅の半分よりも少し大きくなっています.その原因は,セル幅が,指定された幅よりもつねに少しだけ大きく描かれるために,
11693 指定したセル幅
11694 \begin_inset Formula $W_{\text{指}}$
11695 \end_inset
11696
11697 がセルの全幅
11698 \begin_inset Formula $W_{\text{全}}$
11699 \end_inset
11700
11701 と等しくならないためです.付録
11702 \begin_inset CommandInset ref
11703 LatexCommand ref
11704 reference "cha:式の説明"
11705
11706 \end_inset
11707
11708 がこの事情を詳細に説明しています.
11709 \end_layout
11710
11711 \begin_layout Standard
11712
11713 \emph on
11714 n
11715 \emph default
11716 列を連結する際,各列の全幅が
11717 \begin_inset Formula $W_{\text{全}:\text{連結}}/n$
11718 \end_inset
11719
11720 となるために必要な指定幅
11721 \begin_inset Formula $W_{\text{指}:n}$
11722 \end_inset
11723
11724 は,
11725 \begin_inset Formula 
11726 \begin{equation}
11727 W_{\text{指}:n}=(W_{\text{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11728 \end{equation}
11729
11730 \end_inset
11731
11732
11733 \end_layout
11734
11735 \begin_layout Standard
11736 で計算することができます.上記の例では
11737 \begin_inset Formula $n=2$
11738 \end_inset
11739
11740 かつ
11741 \begin_inset Formula $W_{\text{指}:\text{連結列}}=2.5\,$
11742 \end_inset
11743
11744 cmかつ長さは既定値ですから,第
11745 \begin_inset CommandInset ref
11746 LatexCommand ref
11747 reference "eq:Wgn"
11748
11749 \end_inset
11750
11751 式は
11752 \begin_inset Formula 
11753 \begin{equation}
11754 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11755 \end{equation}
11756
11757 \end_inset
11758
11759
11760 \end_layout
11761
11762 \begin_layout Standard
11763 となります.\SpecialChar LaTeX
11764 中で計算を可能にするには,文書プリアンブル行に
11765 \end_layout
11766
11767 \begin_layout Standard
11768
11769 \series bold
11770
11771 \backslash
11772 usepackage{calc}
11773 \end_layout
11774
11775 \begin_layout Standard
11776 と書いて,\SpecialChar LaTeX
11777 パッケージ
11778 \series bold
11779 calc
11780 \series default
11781
11782 \begin_inset Index idx
11783 status collapsed
11784
11785 \begin_layout Plain Layout
11786 \SpecialChar LaTeX
11787 ぱっけーじ@\SpecialChar LaTeX
11788 パッケージ ! calc
11789 \end_layout
11790
11791 \end_inset
11792
11793 を読み込まなくてはなりません.\SpecialChar LyX
11794 の「表の設定」ダイアログの幅フィールドでは,長さを計算することができません.したがって,ダイアログの\SpecialChar LaTeX
11795 の引数欄に書き込むことによって
11796 列を整形しなくてはなりません.以下は,その引数の概要です.
11797 \end_layout
11798
11799 \begin_layout Itemize
11800
11801 \series bold
11802 p{幅}
11803 \series default
11804 は固定幅セルを生成し,内容文は垂直方向上揃えになります.
11805 \end_layout
11806
11807 \begin_layout Itemize
11808
11809 \series bold
11810 m{幅}
11811 \series default
11812 は固定幅セルを生成し,内容文は垂直方向中央揃えになります.
11813 \end_layout
11814
11815 \begin_layout Itemize
11816
11817 \series bold
11818 b{幅}
11819 \series default
11820 は固定幅セルを生成し,内容文は垂直方向下揃えになります.
11821 \end_layout
11822
11823 \begin_layout Standard
11824 \SpecialChar LaTeX
11825 変数を入力すると,表ダイアログで設定されたすべてのセル設定は無効になります.
11826 \end_layout
11827
11828 \begin_layout Standard
11829 \begin_inset Note Greyedout
11830 status open
11831
11832 \begin_layout Plain Layout
11833
11834 \series bold
11835 【註】
11836 \series default
11837 バグのせいで,\SpecialChar LyX
11838 は無効にされた設定も表示してしまいます.
11839 \end_layout
11840
11841 \end_inset
11842
11843
11844 \end_layout
11845
11846 \begin_layout Standard
11847 文章を水平方向中央揃えにしたいので,
11848 \series bold
11849
11850 \backslash
11851 centering
11852 \series default
11853 コマンドを入れます.したがって,以下のような\SpecialChar LaTeX
11854 変数を,最初の被連結列に入れます.
11855 \end_layout
11856
11857 \begin_layout Standard
11858
11859 \series bold
11860 >{
11861 \backslash
11862 centering}m{1.25cm-6.2pt}
11863 \end_layout
11864
11865 \begin_layout Standard
11866
11867 \series bold
11868 >{ }
11869 \series default
11870 コマンドは,セルが生成される前に中括弧内のコマンドを適用するという意味です.
11871 \end_layout
11872
11873 \begin_layout Standard
11874 こうして被連結列セルの文章に,中央揃えを選択しましたが,連結セルの文章は依然として左揃えになっています.これは,\SpecialChar LyX
11875 は揃えを一列分のみに適用するためです.したがって
11876 ,連結セルには
11877 \end_layout
11878
11879 \begin_layout Standard
11880
11881 \series bold
11882 >{
11883 \backslash
11884 centering}m{2.5cm}
11885 \end_layout
11886
11887 \begin_layout Standard
11888 という\SpecialChar LaTeX
11889 変数を指定しなくてはなりません.
11890 \end_layout
11891
11892 \begin_layout Subsection
11893 連結行
11894 \begin_inset CommandInset label
11895 LatexCommand label
11896 name "subsec:連結行"
11897
11898 \end_inset
11899
11900
11901 \begin_inset Index idx
11902 status collapsed
11903
11904 \begin_layout Plain Layout
11905 れんけつぎょう@連結行
11906 \end_layout
11907
11908 \end_inset
11909
11910
11911 \begin_inset Index idx
11912 status collapsed
11913
11914 \begin_layout Plain Layout
11915 ひょう@表 ! れんけつぎょう@連結行
11916 \end_layout
11917
11918 \end_inset
11919
11920
11921 \end_layout
11922
11923 \begin_layout Standard
11924 複数行にかかるセルを連結するには,同一列中の統合したいセルをすべて選択し,ツールバーボタン
11925 \family sans
11926
11927 \begin_inset Info
11928 type  "icon"
11929 arg   "tabular-feature multirow"
11930 \end_inset
11931
11932
11933 \family default
11934 を押すか,メニュー
11935 \family sans
11936 編集\SpecialChar menuseparator
11937 表\SpecialChar menuseparator
11938 連結行
11939 \family default
11940 を選ぶか,選択したセルを右クリックして,コンテクストメニューから
11941 \family sans
11942 \SpecialChar menuseparator
11943 連結行
11944 \family default
11945 を選んでください.
11946 \end_layout
11947
11948 \begin_layout Standard
11949 下記は一列目に連結列を適用した表の例です.
11950 \end_layout
11951
11952 \begin_layout Standard
11953 \align center
11954 \begin_inset Tabular
11955 <lyxtabular version="3" rows="3" columns="3">
11956 <features tabularvalignment="middle">
11957 <column alignment="center" valignment="top" width="0pt">
11958 <column alignment="center" valignment="top">
11959 <column alignment="center" valignment="top">
11960 <row>
11961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 長いセル項目
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
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" rightline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 </row>
11989 <row>
11990 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994 連結列
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 <cell alignment="center" valignment="top" topline="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" rightline="true" usebox="none">
12009 \begin_inset Text
12010
12011 \begin_layout Plain Layout
12012
12013 \end_layout
12014
12015 \end_inset
12016 </cell>
12017 </row>
12018 <row>
12019 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 <cell 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" rightline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 </row>
12047 </lyxtabular>
12048
12049 \end_inset
12050
12051
12052 \end_layout
12053
12054 \begin_layout Standard
12055 連結列の幅は,列全体の幅と揃えを設定することによって設定することができます.
12056 \family sans
12057 垂直オフセット
12058 \family default
12059 は,正または負の値を与えると,連結列の内容を上下にシフトします.
12060 \end_layout
12061
12062 \begin_layout Standard
12063 連結行セルの列に明示的な幅が与えられていない場合,連結行セルは当該列の揃えを継承します.それもなければ左揃えです.既定値を上書きするには,
12064 \end_layout
12065
12066 \begin_layout Standard
12067
12068 \series bold
12069
12070 \backslash
12071 renewcommand{
12072 \backslash
12073 multirowsetup}{
12074 \backslash
12075 centering}
12076 \end_layout
12077
12078 \begin_layout Standard
12079 というコマンドを使用して,コマンド
12080 \series bold
12081
12082 \backslash
12083 multirowsetup
12084 \series default
12085 を書き換えて下さい.すると,文書中の連結行の中身が,すべて中央揃えになります.もしいくつかの表だけ中央揃えにしたいのであれば,プリアンブルではなく表の直前にTe
12086 Xコードボックスを入れて,このコマンドを書き換えれば済みます.文章を右揃えにしたい場合には,
12087 \series bold
12088
12089 \backslash
12090 centering
12091 \series default
12092 の代わりに
12093 \series bold
12094
12095 \backslash
12096 raggedleft
12097 \series default
12098 を使用して下さい.左揃えに戻すには,
12099 \series bold
12100
12101 \backslash
12102 raggedright
12103 \series default
12104 とします.
12105 \end_layout
12106
12107 \begin_layout Standard
12108 下記は,-4ミリの垂直オフセットを設定し,3センチ幅の列中にある右揃えの連結列セルがある表の例です.
12109 \end_layout
12110
12111 \begin_layout Standard
12112 \noindent
12113 \align center
12114 \begin_inset ERT
12115 status collapsed
12116
12117 \begin_layout Plain Layout
12118
12119
12120 \backslash
12121 renewcommand{
12122 \backslash
12123 multirowsetup}{
12124 \backslash
12125 raggedleft}
12126 \end_layout
12127
12128 \end_inset
12129
12130
12131 \begin_inset Tabular
12132 <lyxtabular version="3" rows="4" columns="3">
12133 <features tabularvalignment="middle">
12134 <column alignment="center" valignment="top" width="3cm">
12135 <column alignment="center" valignment="top">
12136 <column alignment="center" valignment="top">
12137 <row>
12138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 長いセル項目
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
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" rightline="true" usebox="none">
12157 \begin_inset Text
12158
12159 \begin_layout Plain Layout
12160
12161 \end_layout
12162
12163 \end_inset
12164 </cell>
12165 </row>
12166 <row>
12167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
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" rightline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 </row>
12195 <row>
12196 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12197 \begin_inset Text
12198
12199 \begin_layout Plain Layout
12200 連結列
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 <cell alignment="center" valignment="top" topline="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" rightline="true" usebox="none">
12215 \begin_inset Text
12216
12217 \begin_layout Plain Layout
12218
12219 \end_layout
12220
12221 \end_inset
12222 </cell>
12223 </row>
12224 <row>
12225 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 <cell 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" rightline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 </row>
12253 </lyxtabular>
12254
12255 \end_inset
12256
12257
12258 \begin_inset ERT
12259 status collapsed
12260
12261 \begin_layout Plain Layout
12262
12263
12264 \backslash
12265 renewcommand{
12266 \backslash
12267 multirowsetup}{
12268 \backslash
12269 raggedright}
12270 \end_layout
12271
12272 \end_inset
12273
12274
12275 \end_layout
12276
12277 \begin_layout Standard
12278 連結行で新しい行に移るには,強制改行(
12279 \begin_inset Flex Ruby
12280 status collapsed
12281
12282 \begin_layout Plain Layout
12283 捷径
12284 \begin_inset Argument post:1
12285 status collapsed
12286
12287 \begin_layout Plain Layout
12288 ショートカット
12289 \end_layout
12290
12291 \end_inset
12292
12293
12294 \end_layout
12295
12296 \end_inset
12297
12298
12299 \begin_inset Info
12300 type  "shortcut"
12301 arg   "newline-insert newline"
12302 \end_inset
12303
12304 )を使用できますが,この場合,下記の例に示されているようにセル行との整合を顧慮しません.
12305 \end_layout
12306
12307 \begin_layout Standard
12308 \noindent
12309 \align center
12310 \begin_inset Tabular
12311 <lyxtabular version="3" rows="3" columns="2">
12312 <features tabularvalignment="middle">
12313 <column alignment="left" valignment="middle" width="2cm">
12314 <column alignment="center" valignment="top">
12315 <row>
12316 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12317 \begin_inset Text
12318
12319 \begin_layout Plain Layout
12320 いいい
12321 \begin_inset Newline newline
12322 \end_inset
12323
12324 いいい
12325 \begin_inset Newline newline
12326 \end_inset
12327
12328 おかしなセル
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Plain Layout
12337 ははは
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 </row>
12343 <row>
12344 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12345 \begin_inset Text
12346
12347 \begin_layout Plain Layout
12348
12349 \end_layout
12350
12351 \end_inset
12352 </cell>
12353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12354 \begin_inset Text
12355
12356 \begin_layout Plain Layout
12357 ににに
12358 \end_layout
12359
12360 \end_inset
12361 </cell>
12362 </row>
12363 <row>
12364 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12365 \begin_inset Text
12366
12367 \begin_layout Plain Layout
12368 ろろろ
12369 \end_layout
12370
12371 \end_inset
12372 </cell>
12373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12374 \begin_inset Text
12375
12376 \begin_layout Plain Layout
12377 ほほほ
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 </row>
12383 </lyxtabular>
12384
12385 \end_inset
12386
12387
12388 \end_layout
12389
12390 \begin_layout Standard
12391 したがって,強制改行を使うのは注意が必要です.
12392 \end_layout
12393
12394 \begin_layout Subsection
12395 対角線付きのセル
12396 \end_layout
12397
12398 \begin_layout Standard
12399 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには,表の第1セルに対角線を一本ないし二本引いて分割すると便利です.これは,\SpecialChar LaTeX
12400 パッケージの
12401 \series bold
12402 diagbox
12403 \series default
12404
12405 \begin_inset Index idx
12406 status collapsed
12407
12408 \begin_layout Plain Layout
12409 \SpecialChar LaTeX
12410 ぱっけーじ@\SpecialChar LaTeX
12411 パッケージ ! diagbox
12412 \end_layout
12413
12414 \end_inset
12415
12416 を文書プリアンブルに読み込むことによって実現できます.このパッケージには,
12417 \series bold
12418
12419 \backslash
12420 diagbox
12421 \series default
12422 というコマンドがありますので,以下のように,これに2ないし3の引数をつけて,\SpecialChar TeX
12423 コードで挿入します.
12424 \end_layout
12425
12426 \begin_layout Standard
12427
12428 \series bold
12429
12430 \backslash
12431 diagbox[オプション]{左下}{右上}
12432 \end_layout
12433
12434 \begin_layout Standard
12435
12436 \series bold
12437
12438 \backslash
12439 diagbox[オプション]{左下}{左上}{右上}
12440 \end_layout
12441
12442 \begin_layout Standard
12443 最初の書式は,第1セルを一本の対角線で分割し,引数の内容がその上下に入れられます.二つ目の書式は,第1セルを二本の線で分割します.
12444 \end_layout
12445
12446 \begin_layout Standard
12447 \begin_inset ERT
12448 status collapsed
12449
12450 \begin_layout Plain Layout
12451
12452
12453 \backslash
12454 ifdiagbox
12455 \end_layout
12456
12457 \end_inset
12458
12459
12460 \begin_inset Note Note
12461 status open
12462
12463 \begin_layout Plain Layout
12464 この節は,\SpecialChar LaTeX
12465 パッケージ
12466 \series bold
12467 diagbox
12468 \series default
12469 が導入済みの時のみ表示されます.
12470 \end_layout
12471
12472 \end_inset
12473
12474
12475 \end_layout
12476
12477 \begin_layout Standard
12478 下記は,
12479 \series bold
12480
12481 \backslash
12482 diagbox
12483 \series default
12484 を第1セル中に2引数書式で使用した表の例です.
12485 \begin_inset VSpace medskip
12486 \end_inset
12487
12488
12489 \end_layout
12490
12491 \begin_layout Standard
12492 \noindent
12493 \begin_inset Tabular
12494 <lyxtabular version="3" rows="4" columns="4">
12495 <features tabularvalignment="middle">
12496 <column alignment="center" valignment="top">
12497 <column alignment="center" valignment="top">
12498 <column alignment="center" valignment="top">
12499 <column alignment="center" valignment="top">
12500 <row>
12501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 \begin_inset ERT
12506 status collapsed
12507
12508 \begin_layout Plain Layout
12509
12510
12511 \backslash
12512 diagbox{
12513 \end_layout
12514
12515 \end_inset
12516
12517 名称
12518 \begin_inset ERT
12519 status collapsed
12520
12521 \begin_layout Plain Layout
12522
12523 }{
12524 \end_layout
12525
12526 \end_inset
12527
12528 パラメータ
12529 \begin_inset ERT
12530 status collapsed
12531
12532 \begin_layout Plain Layout
12533
12534 }
12535 \end_layout
12536
12537 \end_inset
12538
12539
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 厚み(nm)
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12554 \begin_inset Text
12555
12556 \begin_layout Plain Layout
12557 透明度(%)
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566 硬度(MPa)
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 </row>
12572 <row>
12573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 Perfect Green
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 45
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 80
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 504
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 </row>
12610 <row>
12611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 Dark Multi-P
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 60
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 72
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 982
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 </row>
12648 <row>
12649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 Crystal Clear Pro
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
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 18
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 86
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 374
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 </lyxtabular>
12687
12688 \end_inset
12689
12690
12691 \begin_inset VSpace medskip
12692 \end_inset
12693
12694
12695 \end_layout
12696
12697 \begin_layout Standard
12698 3引数書式は,例えばスポーツリーグや距離を示すクロス表に便利です.
12699 \end_layout
12700
12701 \begin_layout Standard
12702 \noindent
12703 \align center
12704 \begin_inset Tabular
12705 <lyxtabular version="3" rows="4" columns="4">
12706 <features tabularvalignment="middle">
12707 <column alignment="center" valignment="top" width="0pt">
12708 <column alignment="center" valignment="top">
12709 <column alignment="center" valignment="top">
12710 <column alignment="center" valignment="top">
12711 <row>
12712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 \begin_inset ERT
12717 status collapsed
12718
12719 \begin_layout Plain Layout
12720
12721
12722 \backslash
12723 diagbox{
12724 \end_layout
12725
12726 \end_inset
12727
12728 ホームチーム
12729 \begin_inset ERT
12730 status collapsed
12731
12732 \begin_layout Plain Layout
12733
12734 }{
12735 \end_layout
12736
12737 \end_inset
12738
12739 結果
12740 \begin_inset ERT
12741 status collapsed
12742
12743 \begin_layout Plain Layout
12744
12745 }{
12746 \end_layout
12747
12748 \end_inset
12749
12750 アウェイチーム
12751 \begin_inset ERT
12752 status collapsed
12753
12754 \begin_layout Plain Layout
12755
12756 }
12757 \end_layout
12758
12759 \end_inset
12760
12761
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770 Tigers
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Plain Layout
12779 Panthers
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Plain Layout
12788 Falcons
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 </row>
12794 <row>
12795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 Tigers
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808
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 1:3
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 0:1
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 </row>
12832 <row>
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 Panthers
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 3:1
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
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 0:0
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 </row>
12870 <row>
12871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 Falcons
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
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 1:0
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 0:0
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 </row>
12908 </lyxtabular>
12909
12910 \end_inset
12911
12912
12913 \end_layout
12914
12915 \begin_layout Standard
12916 大きなクロス表では,下記のように,2つないし全部のコーナーセルに対角線を入れると良いかもしれません.
12917 \end_layout
12918
12919 \begin_layout Standard
12920 \noindent
12921 \align center
12922 \begin_inset Tabular
12923 <lyxtabular version="3" rows="5" columns="5">
12924 <features tabularvalignment="middle">
12925 <column alignment="center" valignment="top" width="0pt">
12926 <column alignment="center" valignment="top">
12927 <column alignment="center" valignment="top">
12928 <column alignment="center" valignment="top">
12929 <column alignment="center" valignment="top">
12930 <row>
12931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 \begin_inset ERT
12936 status open
12937
12938 \begin_layout Plain Layout
12939
12940
12941 \backslash
12942 diagbox{
12943 \end_layout
12944
12945 \end_inset
12946
12947 ホームチーム
12948 \begin_inset ERT
12949 status collapsed
12950
12951 \begin_layout Plain Layout
12952
12953 }{
12954 \end_layout
12955
12956 \end_inset
12957
12958 結果
12959 \begin_inset ERT
12960 status collapsed
12961
12962 \begin_layout Plain Layout
12963
12964 }{
12965 \end_layout
12966
12967 \end_inset
12968
12969 アウェイチーム
12970 \begin_inset ERT
12971 status collapsed
12972
12973 \begin_layout Plain Layout
12974
12975 }
12976 \end_layout
12977
12978 \end_inset
12979
12980
12981 \end_layout
12982
12983 \end_inset
12984 </cell>
12985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 Tigers
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998 Panthers
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 Falcons
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 \begin_inset ERT
13017 status open
13018
13019 \begin_layout Plain Layout
13020
13021
13022 \backslash
13023 diagbox[dir=NE]{
13024 \end_layout
13025
13026 \end_inset
13027
13028 ホームチーム
13029 \begin_inset ERT
13030 status collapsed
13031
13032 \begin_layout Plain Layout
13033
13034 }{
13035 \end_layout
13036
13037 \end_inset
13038
13039 結果
13040 \begin_inset ERT
13041 status collapsed
13042
13043 \begin_layout Plain Layout
13044
13045 }{
13046 \end_layout
13047
13048 \end_inset
13049
13050 アウェイチーム
13051 \begin_inset ERT
13052 status collapsed
13053
13054 \begin_layout Plain Layout
13055
13056 }
13057 \end_layout
13058
13059 \end_inset
13060
13061
13062 \end_layout
13063
13064 \end_inset
13065 </cell>
13066 </row>
13067 <row>
13068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 Tigers
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081
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 1:3
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 0:1
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 Tigers
13109 \end_layout
13110
13111 \end_inset
13112 </cell>
13113 </row>
13114 <row>
13115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13116 \begin_inset Text
13117
13118 \begin_layout Plain Layout
13119 Panthers
13120 \end_layout
13121
13122 \end_inset
13123 </cell>
13124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13125 \begin_inset Text
13126
13127 \begin_layout Plain Layout
13128 3:1
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
13138 \end_layout
13139
13140 \end_inset
13141 </cell>
13142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146 0:0
13147 \end_layout
13148
13149 \end_inset
13150 </cell>
13151 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 Panthers
13156 \end_layout
13157
13158 \end_inset
13159 </cell>
13160 </row>
13161 <row>
13162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 Falcons
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 1:0
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 0:0
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 Falcons
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 </row>
13208 <row>
13209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 \begin_inset ERT
13214 status open
13215
13216 \begin_layout Plain Layout
13217
13218
13219 \backslash
13220 diagbox[dir=SW]{
13221 \end_layout
13222
13223 \end_inset
13224
13225 ホームチーム
13226 \begin_inset ERT
13227 status collapsed
13228
13229 \begin_layout Plain Layout
13230
13231 }{
13232 \end_layout
13233
13234 \end_inset
13235
13236 結果
13237 \begin_inset ERT
13238 status collapsed
13239
13240 \begin_layout Plain Layout
13241
13242 }{
13243 \end_layout
13244
13245 \end_inset
13246
13247 アウェイチーム
13248 \begin_inset ERT
13249 status collapsed
13250
13251 \begin_layout Plain Layout
13252
13253 }
13254 \end_layout
13255
13256 \end_inset
13257
13258
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267 Tigers
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 Panthers
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 Falcons
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 \begin_inset ERT
13295 status open
13296
13297 \begin_layout Plain Layout
13298
13299
13300 \backslash
13301 diagbox[dir=SE]{
13302 \end_layout
13303
13304 \end_inset
13305
13306 ホームチーム
13307 \begin_inset ERT
13308 status collapsed
13309
13310 \begin_layout Plain Layout
13311
13312 }{
13313 \end_layout
13314
13315 \end_inset
13316
13317 結果
13318 \begin_inset ERT
13319 status collapsed
13320
13321 \begin_layout Plain Layout
13322
13323 }{
13324 \end_layout
13325
13326 \end_inset
13327
13328 アウェイチーム
13329 \begin_inset ERT
13330 status collapsed
13331
13332 \begin_layout Plain Layout
13333
13334 }
13335 \end_layout
13336
13337 \end_inset
13338
13339
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 </row>
13345 </lyxtabular>
13346
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \begin_layout Standard
13353 対角線を廻すために,コマンドオプションとして
13354 \series bold
13355 dir=方角
13356 \series default
13357 を使用しています.
13358 \emph on
13359 方角
13360 \emph default
13361 は,
13362 \series bold
13363 NE
13364 \series default
13365
13366 \series bold
13367 SE
13368 \series default
13369
13370 \series bold
13371 SW
13372 \series default
13373
13374 \series bold
13375 NW
13376 \series default
13377 のいずれかで,コンパスでの位置を示します.例えば,
13378 \series bold
13379 SW
13380 \series default
13381 は南西かど(south-west)を示します.したがって,上の表の左下のセルでは, 
13382 \end_layout
13383
13384 \begin_layout Standard
13385
13386 \series bold
13387
13388 \backslash
13389 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13390 \end_layout
13391
13392 \begin_layout Standard
13393 というコマンドを使用しています.方角を指定しなければ,NWを指定したのと同じ事になります.
13394 \end_layout
13395
13396 \begin_layout Standard
13397 対角線を引いたセルに必要な幅は,自動的に計算されます.したがって,計算された幅よりも小さい固定列幅を指定してしまうと,下記の例のように,セルの中身がはみ出てしま
13398 います.
13399 \end_layout
13400
13401 \begin_layout Standard
13402 \noindent
13403 \align center
13404 \begin_inset Tabular
13405 <lyxtabular version="3" rows="2" columns="2">
13406 <features tabularvalignment="middle">
13407 <column alignment="center" valignment="top" width="3cm">
13408 <column alignment="center" valignment="top">
13409 <row>
13410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 \begin_inset ERT
13415 status collapsed
13416
13417 \begin_layout Plain Layout
13418
13419
13420 \backslash
13421 diagbox{
13422 \end_layout
13423
13424 \end_inset
13425
13426 名称
13427 \begin_inset ERT
13428 status collapsed
13429
13430 \begin_layout Plain Layout
13431
13432 }{
13433 \end_layout
13434
13435 \end_inset
13436
13437 パラメータ
13438 \begin_inset ERT
13439 status collapsed
13440
13441 \begin_layout Plain Layout
13442
13443 }
13444 \end_layout
13445
13446 \end_inset
13447
13448
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 厚み(nm)
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 </row>
13463 <row>
13464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 Perfect Green
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 45
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 </lyxtabular>
13484
13485 \end_inset
13486
13487
13488 \end_layout
13489
13490 \begin_layout Standard
13491 対角線を引いたセルの列に一定の幅が必要な場合は,コマンドオプションとして
13492 \series bold
13493 width=3cm
13494 \series default
13495  (必要に応じて「3cm」を必要な幅に変更)を与えてください.下記の表では,第1列の幅が4
13496 \begin_inset space \thinspace{}
13497 \end_inset
13498
13499 cmに設定してあります.
13500 \series bold
13501
13502 \backslash
13503 diagbox
13504 \series default
13505 全体の幅は,本文幅(この場合は4
13506 \begin_inset space \thinspace{}
13507 \end_inset
13508
13509 cm)に,本文とセル罫線との間隔の2倍を加えたものになるので,
13510 \series bold
13511
13512 \backslash
13513 diagbox
13514 \series default
13515 には4
13516 \begin_inset space \thinspace{}
13517 \end_inset
13518
13519 cm + 2
13520 \begin_inset space \thinspace{}
13521 \end_inset
13522
13523
13524 \backslash
13525 tabcolsepの幅が必要です.幅の計算は,
13526 \series bold
13527
13528 \backslash
13529 diagbox
13530 \series default
13531 のコマンドオプション内では行うことができないので,前もって新しい長さを定義しておく必要があります.これは,\SpecialChar TeX
13532 コードコマンドで
13533 \end_layout
13534
13535 \begin_layout Standard
13536
13537 \series bold
13538
13539 \backslash
13540 newlength{
13541 \backslash
13542 diagtest}
13543 \begin_inset Newline newline
13544 \end_inset
13545
13546
13547 \backslash
13548 setlength{
13549 \backslash
13550 diagtest}{4cm+2
13551 \backslash
13552 tabcolsep}
13553 \end_layout
13554
13555 \begin_layout Standard
13556 \begin_inset ERT
13557 status collapsed
13558
13559 \begin_layout Plain Layout
13560
13561
13562 \backslash
13563 newlength{
13564 \backslash
13565 diagtest}
13566 \end_layout
13567
13568 \begin_layout Plain Layout
13569
13570
13571 \backslash
13572 setlength{
13573 \backslash
13574 diagtest}{4cm+2
13575 \backslash
13576 tabcolsep}
13577 \end_layout
13578
13579 \end_inset
13580
13581
13582 \end_layout
13583
13584 \begin_layout Standard
13585 とすれば実現できます.\SpecialChar LaTeX
13586 内で計算を行うには,文書プリアンブル中で
13587 \series bold
13588 calc
13589 \series default
13590
13591 \begin_inset Index idx
13592 status collapsed
13593
13594 \begin_layout Plain Layout
13595 \SpecialChar LaTeX
13596 ぱっけーじ@\SpecialChar LaTeX
13597 パッケージ ! calc
13598 \end_layout
13599
13600 \end_inset
13601
13602 パッケージを読み込んでおく必要があります.
13603 \end_layout
13604
13605 \begin_layout Standard
13606 さて,この表の第1セルで
13607 \end_layout
13608
13609 \begin_layout Standard
13610
13611 \series bold
13612
13613 \backslash
13614 diagbox[width=
13615 \backslash
13616 diagtest]{A}{B}
13617 \end_layout
13618
13619 \begin_layout Standard
13620 というコマンドを使用します.
13621 \end_layout
13622
13623 \begin_layout Standard
13624 \noindent
13625 \align center
13626 \begin_inset Tabular
13627 <lyxtabular version="3" rows="2" columns="2">
13628 <features tabularvalignment="middle">
13629 <column alignment="center" valignment="top" width="4cm">
13630 <column alignment="center" valignment="top">
13631 <row>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 \begin_inset ERT
13637 status open
13638
13639 \begin_layout Plain Layout
13640
13641
13642 \backslash
13643 diagbox[width=
13644 \backslash
13645 diagtest]{
13646 \end_layout
13647
13648 \end_inset
13649
13650 A
13651 \begin_inset ERT
13652 status collapsed
13653
13654 \begin_layout Plain Layout
13655
13656 }{
13657 \end_layout
13658
13659 \end_inset
13660
13661 B
13662 \begin_inset ERT
13663 status collapsed
13664
13665 \begin_layout Plain Layout
13666
13667 }
13668 \end_layout
13669
13670 \end_inset
13671
13672
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 厚み (nm)
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 </row>
13687 <row>
13688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13689 \begin_inset Text
13690
13691 \begin_layout Plain Layout
13692 Perfect Green
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 45
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 </row>
13707 </lyxtabular>
13708
13709 \end_inset
13710
13711
13712 \end_layout
13713
13714 \begin_layout Standard
13715 対角線の引いたセルは,当該列中で最も幅広くなっていなくてはなりません.さもないと,次の表のように,対角線の長さが正しく計算できなくなってしまいます.
13716 \end_layout
13717
13718 \begin_layout Standard
13719 \noindent
13720 \align center
13721 \begin_inset Tabular
13722 <lyxtabular version="3" rows="2" columns="2">
13723 <features tabularvalignment="middle">
13724 <column alignment="center" valignment="top" width="0pt">
13725 <column alignment="center" valignment="top">
13726 <row>
13727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 \begin_inset ERT
13732 status collapsed
13733
13734 \begin_layout Plain Layout
13735
13736
13737 \backslash
13738 diagbox{
13739 \end_layout
13740
13741 \end_inset
13742
13743 A
13744 \begin_inset ERT
13745 status collapsed
13746
13747 \begin_layout Plain Layout
13748
13749 }{
13750 \end_layout
13751
13752 \end_inset
13753
13754 B
13755 \begin_inset ERT
13756 status collapsed
13757
13758 \begin_layout Plain Layout
13759
13760 }
13761 \end_layout
13762
13763 \end_inset
13764
13765
13766 \end_layout
13767
13768 \end_inset
13769 </cell>
13770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 厚み (nm)
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 </row>
13780 <row>
13781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 Perfect Green
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 45
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 </row>
13800 </lyxtabular>
13801
13802 \end_inset
13803
13804
13805 \end_layout
13806
13807 \begin_layout Standard
13808 このような場合には,
13809 \series bold
13810
13811 \backslash
13812 diagbox
13813 \series default
13814 コマンドの
13815 \series bold
13816 width
13817 \series default
13818 オプションを使用してください.こうすると,セル幅が列幅に等しくなるので,2
13819 \backslash
13820 tabcolsepを足す必要はなくなります.下記の表では,3
13821 \begin_inset space \thinspace{}
13822 \end_inset
13823
13824 cm幅を使用しています.
13825 \end_layout
13826
13827 \begin_layout Standard
13828 \noindent
13829 \align center
13830 \begin_inset Tabular
13831 <lyxtabular version="3" rows="2" columns="2">
13832 <features tabularvalignment="middle">
13833 <column alignment="center" valignment="top" width="0pt">
13834 <column alignment="center" valignment="top">
13835 <row>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 \begin_inset ERT
13841 status open
13842
13843 \begin_layout Plain Layout
13844
13845
13846 \backslash
13847 diagbox[width=3cm]{
13848 \end_layout
13849
13850 \end_inset
13851
13852 A
13853 \begin_inset ERT
13854 status collapsed
13855
13856 \begin_layout Plain Layout
13857
13858 }{
13859 \end_layout
13860
13861 \end_inset
13862
13863 B
13864 \begin_inset ERT
13865 status collapsed
13866
13867 \begin_layout Plain Layout
13868
13869 }
13870 \end_layout
13871
13872 \end_inset
13873
13874
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 厚み (nm)
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 </row>
13889 <row>
13890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 Perfect Green
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 45
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 </lyxtabular>
13910
13911 \end_inset
13912
13913
13914 \end_layout
13915
13916 \begin_layout Standard
13917 対角線を引いたセルに複数行を入力するには,文章をセルに合わせるために高さを追加する必要があります.これは,
13918 \series bold
13919
13920 \backslash
13921 diagbox
13922 \series default
13923 にオプション
13924 \series bold
13925 height=3cm
13926 \series default
13927 を与えることで実現できます(「3cm」は必要な高さに置き換えてください).下記の表では,第1セルに
13928 \end_layout
13929
13930 \begin_layout Standard
13931
13932 \series bold
13933
13934 \backslash
13935 diagbox[width=3cm,height=1.4cm]{A
13936 \backslash
13937
13938 \backslash
13939 B}{C
13940 \backslash
13941
13942 \backslash
13943 D}
13944 \end_layout
13945
13946 \begin_layout Standard
13947 というコマンドを使用しています.ここでコマンド
13948 \series bold
13949
13950 \backslash
13951
13952 \backslash
13953
13954 \series default
13955 は改行をするためのものです
13956 \begin_inset Foot
13957 status collapsed
13958
13959 \begin_layout Plain Layout
13960
13961 \family sans
13962 Ctrl+Return
13963 \family default
13964 を使っての改行は,列が固定幅の時のみ,使用することができます.
13965 \end_layout
13966
13967 \end_inset
13968
13969
13970 \end_layout
13971
13972 \begin_layout Standard
13973 \noindent
13974 \align center
13975 \begin_inset Tabular
13976 <lyxtabular version="3" rows="2" columns="2">
13977 <features tabularvalignment="middle">
13978 <column alignment="center" valignment="top">
13979 <column alignment="center" valignment="top">
13980 <row>
13981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 \begin_inset ERT
13986 status open
13987
13988 \begin_layout Plain Layout
13989
13990
13991 \backslash
13992 diagbox[width=3cm,height=1.4cm]{
13993 \end_layout
13994
13995 \end_inset
13996
13997 A
13998 \begin_inset ERT
13999 status collapsed
14000
14001 \begin_layout Plain Layout
14002
14003
14004 \backslash
14005
14006 \backslash
14007
14008 \end_layout
14009
14010 \end_inset
14011
14012 B
14013 \begin_inset ERT
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017
14018 }{
14019 \end_layout
14020
14021 \end_inset
14022
14023 C
14024 \begin_inset ERT
14025 status collapsed
14026
14027 \begin_layout Plain Layout
14028
14029
14030 \backslash
14031
14032 \backslash
14033
14034 \end_layout
14035
14036 \end_inset
14037
14038 D
14039 \begin_inset ERT
14040 status collapsed
14041
14042 \begin_layout Plain Layout
14043
14044 }
14045 \end_layout
14046
14047 \end_inset
14048
14049
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 厚み (nm)
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 </row>
14064 <row>
14065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 Perfect Green
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 45
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 </row>
14084 </lyxtabular>
14085
14086 \end_inset
14087
14088
14089 \end_layout
14090
14091 \begin_layout Standard
14092 \begin_inset ERT
14093 status collapsed
14094
14095 \begin_layout Plain Layout
14096
14097
14098 \backslash
14099 else
14100 \end_layout
14101
14102 \end_inset
14103
14104
14105 \begin_inset Note Note
14106 status open
14107
14108 \begin_layout Plain Layout
14109 以下は,\SpecialChar LaTeX
14110 パッケージ
14111 \series bold
14112 diagbox
14113 \series default
14114 が導入済みでないときに表示されます.
14115 \end_layout
14116
14117 \end_inset
14118
14119
14120 \end_layout
14121
14122 \begin_layout Standard
14123 本節の内容を出力に表示するためには,
14124 \series bold
14125 diagbox
14126 \series default
14127 パッケージを導入しなくてはなりません.
14128 \end_layout
14129
14130 \begin_layout Standard
14131 \begin_inset ERT
14132 status collapsed
14133
14134 \begin_layout Plain Layout
14135
14136
14137 \backslash
14138 fi
14139 \end_layout
14140
14141 \end_inset
14142
14143
14144 \end_layout
14145
14146 \begin_layout Standard
14147 \SpecialChar LaTeX
14148 パッケージ
14149 \series bold
14150 diagbox
14151 \series default
14152 についての詳しい情報は,取扱説明書
14153 \begin_inset CommandInset citation
14154 LatexCommand cite
14155 key "diagbox"
14156 literal "true"
14157
14158 \end_inset
14159
14160 をご覧ください.
14161 \end_layout
14162
14163 \begin_layout Section
14164 フォーマル様式の表
14165 \begin_inset CommandInset label
14166 LatexCommand label
14167 name "sec:フォーマル様式の表"
14168
14169 \end_inset
14170
14171
14172 \begin_inset Index idx
14173 status collapsed
14174
14175 \begin_layout Plain Layout
14176 ひょう@表 ! ふぉーまるけいしき@フォーマル様式
14177 \end_layout
14178
14179 \end_inset
14180
14181
14182 \end_layout
14183
14184 \begin_layout Standard
14185 書籍中の表は,よく表
14186 \begin_inset CommandInset ref
14187 LatexCommand ref
14188 reference "tab:ブックタブ表の例"
14189
14190 \end_inset
14191
14192 のように組版されます.この種の表は,「
14193 \emph on
14194 フォーマル様式
14195 \emph default
14196 」と呼ばれます.表をフォーマル様式にするには,表の設定ダイアログの罫線タブでフォーマル様式オプションを有効にして下さい.
14197 \end_layout
14198
14199 \begin_layout Standard
14200 \begin_inset Float table
14201 placement h
14202 alignment document
14203 wide false
14204 sideways false
14205 status open
14206
14207 \begin_layout Plain Layout
14208 \begin_inset Caption Standard
14209
14210 \begin_layout Plain Layout
14211 \begin_inset CommandInset label
14212 LatexCommand label
14213 name "tab:ブックタブ表の例"
14214
14215 \end_inset
14216
14217 ブックタブ表の例
14218 \end_layout
14219
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \begin_layout Plain Layout
14226 \align center
14227 \begin_inset Tabular
14228 <lyxtabular version="3" rows="8" columns="4">
14229 <features booktabs="true" tabularvalignment="middle">
14230 <column alignment="center" valignment="top">
14231 <column alignment="center" valignment="top">
14232 <column alignment="center" valignment="top">
14233 <column alignment="center" valignment="top">
14234 <row>
14235 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Plain Layout
14239 システム
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 <cell alignment="center" valignment="top" topline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248 Medipix
14249 \begin_inset space \thinspace{}
14250 \end_inset
14251
14252 1
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261 Medipix
14262 \begin_inset space \thinspace{}
14263 \end_inset
14264
14265 2
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 </row>
14280 <row>
14281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 \begin_inset ERT
14286 status collapsed
14287
14288 \begin_layout Plain Layout
14289
14290
14291 \backslash
14292 cmidrule(r){2-2}
14293 \end_layout
14294
14295 \end_inset
14296
14297
14298 \begin_inset ERT
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302
14303
14304 \backslash
14305 cmidrule(l){3-4}
14306 \end_layout
14307
14308 \end_inset
14309
14310 検知器の厚み [
14311 \begin_inset Formula $\mu m$
14312 \end_inset
14313
14314 ]
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell alignment="center" valignment="top" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 300
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 300
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 700
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 </row>
14347 <row>
14348 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 エッジ角 [度]
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 <cell alignment="center" valignment="top" topline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 3.55
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" topline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 2.71
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 <cell alignment="center" valignment="top" topline="true" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379 7.99
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 </row>
14385 <row topspace="default">
14386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390 空間分解能 [
14391 \begin_inset Formula $\mu m$
14392 \end_inset
14393
14394 ]
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 <cell alignment="center" valignment="top" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 4.26
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 <cell alignment="center" valignment="top" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Plain Layout
14412 10.17
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 <cell alignment="center" valignment="top" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 10.56
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 </row>
14427 <row topspace="default">
14428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14429 \begin_inset Text
14430
14431 \begin_layout Plain Layout
14432 \begin_inset Formula $f_{\mathrm{max}}$
14433 \end_inset
14434
14435 におけるMTF
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 <cell alignment="center" valignment="top" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 0.53
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 0.37
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 0.39
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 </row>
14468 <row topspace="default">
14469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 \begin_inset ERT
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477
14478
14479 \backslash
14480 cmidrule[2pt](l{10pt}){1-1}
14481 \end_layout
14482
14483 \end_inset
14484
14485 LSF空間分解能
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 <cell alignment="center" valignment="top" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 <cell alignment="center" valignment="top" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 <row>
14519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 \begin_inset Formula $\mu m$
14524 \end_inset
14525
14526 表示
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 <cell alignment="center" valignment="top" usebox="none">
14532 \begin_inset Text
14533
14534 \begin_layout Plain Layout
14535 129.7
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 <cell alignment="center" valignment="top" usebox="none">
14541 \begin_inset Text
14542
14543 \begin_layout Plain Layout
14544 52.75
14545 \end_layout
14546
14547 \end_inset
14548 </cell>
14549 <cell alignment="center" valignment="top" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553 50.78
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 </row>
14559 <row>
14560 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14561 \begin_inset Text
14562
14563 \begin_layout Plain Layout
14564 ピクセルサイズに対する%表示
14565 \end_layout
14566
14567 \end_inset
14568 </cell>
14569 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14570 \begin_inset Text
14571
14572 \begin_layout Plain Layout
14573 76.3
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14579 \begin_inset Text
14580
14581 \begin_layout Plain Layout
14582 95.9
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Plain Layout
14591 92.3
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 </row>
14597 </lyxtabular>
14598
14599 \end_inset
14600
14601
14602 \end_layout
14603
14604 \end_inset
14605
14606
14607 \end_layout
14608
14609 \begin_layout Standard
14610 表中の行に余白を加えるには,第
14611 \begin_inset CommandInset ref
14612 LatexCommand ref
14613 reference "subsec:行の余白取り"
14614
14615 \end_inset
14616
14617 節に述べられているように,表の設定ダイアログの
14618 \family sans
14619 罫線
14620 \family default
14621 タブを使用します.
14622 \end_layout
14623
14624 \begin_layout Standard
14625 通常の表と違って,フォーマル様式の表には縦罫線がありません.表の横罫線は,通常の表と同様に指定することができますが,出力でこれらの線幅は異なります.
14626 \begin_inset Newline newline
14627 \end_inset
14628
14629 最初と最後の表罫線の既定幅は0.08
14630 \begin_inset space \thinspace{}
14631 \end_inset
14632
14633 emですが,他の罫線の既定幅は0.05
14634 \begin_inset space \thinspace{}
14635 \end_inset
14636
14637 emです.
14638 \end_layout
14639
14640 \begin_layout Standard
14641 これらの既定幅は,以下のプリアンブル行を指定することによって変更することができます.
14642 \end_layout
14643
14644 \begin_layout Standard
14645
14646 \series bold
14647
14648 \backslash
14649 let
14650 \backslash
14651 mytoprule
14652 \backslash
14653 toprule
14654 \begin_inset Newline newline
14655 \end_inset
14656
14657
14658 \backslash
14659 renewcommand{
14660 \backslash
14661 toprule}{
14662 \backslash
14663 mytoprule[幅]}
14664 \end_layout
14665
14666 \begin_layout Standard
14667 上の例は,
14668 \series bold
14669 toprule
14670 \series default
14671 という最初の罫線を設定しています.最後の罫線の線幅を変更するには,
14672 \series bold
14673 toprule
14674 \series default
14675
14676 \series bold
14677 bottomrule
14678 \series default
14679 に置き換えて下さい.他の罫線の線幅を変更するには,
14680 \series bold
14681 toprule
14682 \series default
14683
14684 \series bold
14685 midrule
14686 \series default
14687 に置き換えます.線幅を設定する上では,付録
14688 \begin_inset CommandInset ref
14689 LatexCommand ref
14690 reference "cha:LyXで使用できる単位"
14691
14692 \end_inset
14693
14694 に挙げてあるすべての単位を使用することができます.
14695 \end_layout
14696
14697 \begin_layout Standard
14698 全列にまたがらない罫線は,連結列セルに罫線を指定することで作成することができます.\SpecialChar LyX
14699 は,内部的に
14700 \series bold
14701
14702 \backslash
14703 cmidrule
14704 \series default
14705 コマンドを使用して,このような罫線を引きます.このコマンドの完全な書式は
14706 \end_layout
14707
14708 \begin_layout Standard
14709
14710 \series bold
14711
14712 \backslash
14713 cmidrule[幅](刈込){開始列-終了列}
14714 \end_layout
14715
14716 \begin_layout Standard
14717 です.
14718 \series bold
14719
14720 \backslash
14721 cmidrule
14722 \series default
14723 のオプションは,現在のところ\SpecialChar LyX
14724 がサポートしていないので,オプションを使用するためには,\SpecialChar TeX
14725 コードを使わなくてはなりません.
14726 \series bold
14727
14728 \backslash
14729 cmidrule
14730 \series default
14731 は,行の第一列の中に,最初に\SpecialChar TeX
14732 コードでこのコマンドを入れることによって,手動で指定することができます.この罫線は,出力では現在行の上に引かれることになります.
14733 \end_layout
14734
14735 \begin_layout Standard
14736 この線幅の既定値は0.03
14737 \begin_inset space \thinspace{}
14738 \end_inset
14739
14740 emです.「開始列」は罫線を開始する列番号で,「終了列」は罫線を終了する列番号です.終了列は,罫線を一列だけに引きたいときも含めて,常に指定しなくてはなりません
14741 .非必須パラメーターの「刈込」は,
14742 \emph on
14743 l{刈込幅}
14744 \emph default
14745 あるいは
14746 \emph on
14747 r{刈込幅}
14748 \emph default
14749 の値を取り,刈込幅の指定は非必須です.たとえば,
14750 \emph on
14751 l{2pt}
14752 \emph default
14753 というパラメーターを使うと,罫線が左端から2
14754 \begin_inset space \thinspace{}
14755 \end_inset
14756
14757 ptだけ刈り込まれます.刈込幅を指定しないと,罫線は既定値の0.5
14758 \begin_inset space \thinspace{}
14759 \end_inset
14760
14761 emだけ刈り込まれます.
14762 \end_layout
14763
14764 \begin_layout Standard
14765 \begin_inset VSpace bigskip
14766 \end_inset
14767
14768
14769 \begin_inset CommandInset ref
14770 LatexCommand ref
14771 reference "tab:ブックタブ表の例"
14772
14773 \end_inset
14774
14775 は,
14776 \end_layout
14777
14778 \begin_layout Standard
14779
14780 \series bold
14781
14782 \backslash
14783 cmidrule(r){2-2}
14784 \backslash
14785 cmidrule(l){3-4}
14786 \end_layout
14787
14788 \begin_layout Standard
14789 というコマンドを第二行の初めに使用し,
14790 \end_layout
14791
14792 \begin_layout Standard
14793
14794 \series bold
14795
14796 \backslash
14797 cmidrule[2pt](l{10pt}){1-1}
14798 \end_layout
14799
14800 \begin_layout Standard
14801 を第六行に使用して作成されています.
14802 \end_layout
14803
14804 \begin_layout Standard
14805 \begin_inset VSpace bigskip
14806 \end_inset
14807
14808
14809 \end_layout
14810
14811 \begin_layout Standard
14812 ときには,表
14813 \begin_inset CommandInset ref
14814 LatexCommand ref
14815 reference "tab:特殊なブックタブ表"
14816
14817 \end_inset
14818
14819 のような重なり合った
14820 \series bold
14821
14822 \backslash
14823 cmidrule
14824 \series default
14825 が欲しいことがあるかもしれません.これは,\SpecialChar TeX
14826 コードで
14827 \end_layout
14828
14829 \begin_layout Standard
14830
14831 \series bold
14832
14833 \backslash
14834 morecmidrules
14835 \end_layout
14836
14837 \begin_layout Standard
14838 コマンドを使用することによって実現することができます.表
14839 \begin_inset CommandInset ref
14840 LatexCommand ref
14841 reference "tab:特殊なブックタブ表"
14842
14843 \end_inset
14844
14845 の第二列には
14846 \end_layout
14847
14848 \begin_layout Standard
14849
14850 \series bold
14851
14852 \backslash
14853 cmidrule(r){2-2}
14854 \backslash
14855 cmidrule(l){3-4}
14856 \backslash
14857 morecmidrules
14858 \backslash
14859 cmidrule{2-4}
14860 \end_layout
14861
14862 \begin_layout Standard
14863 というコマンドが使用されており,第六列には
14864 \end_layout
14865
14866 \begin_layout Standard
14867
14868 \series bold
14869
14870 \backslash
14871 midrule
14872 \backslash
14873 morecmidrules
14874 \backslash
14875 cmidrule{3-4}
14876 \end_layout
14877
14878 \begin_layout Standard
14879 というコマンドが使用されています.
14880 \end_layout
14881
14882 \begin_layout Standard
14883 \begin_inset VSpace bigskip
14884 \end_inset
14885
14886
14887 \end_layout
14888
14889 \begin_layout Standard
14890 罫線の余白取りにどうしても満足が行かない場合には,
14891 \end_layout
14892
14893 \begin_layout Standard
14894
14895 \series bold
14896
14897 \backslash
14898 specialrule{幅}{上余白}{下余白}
14899 \end_layout
14900
14901 \begin_layout Standard
14902 というコマンドを使用すれば,全列にわたる罫線を生成することができます.これらの特殊機能については,\SpecialChar LaTeX
14903 パッケージ
14904 \series bold
14905 booktabs
14906 \series default
14907  
14908 \begin_inset CommandInset citation
14909 LatexCommand cite
14910 key "booktabs"
14911 literal "true"
14912
14913 \end_inset
14914
14915
14916 \begin_inset Index idx
14917 status collapsed
14918
14919 \begin_layout Plain Layout
14920 \SpecialChar LaTeX
14921 ぱっけーじ@\SpecialChar LaTeX
14922 パッケージ ! booktabs
14923 \end_layout
14924
14925 \end_inset
14926
14927 の取扱説明書をご参照下さい.
14928 \end_layout
14929
14930 \begin_layout Standard
14931 \begin_inset Float table
14932 placement h
14933 alignment document
14934 wide false
14935 sideways false
14936 status open
14937
14938 \begin_layout Plain Layout
14939 \begin_inset Caption Standard
14940
14941 \begin_layout Plain Layout
14942 \begin_inset CommandInset label
14943 LatexCommand label
14944 name "tab:特殊なブックタブ表"
14945
14946 \end_inset
14947
14948 特殊なブックタブ表
14949 \end_layout
14950
14951 \end_inset
14952
14953
14954 \end_layout
14955
14956 \begin_layout Plain Layout
14957 \align center
14958 \begin_inset Tabular
14959 <lyxtabular version="3" rows="8" columns="4">
14960 <features booktabs="true" tabularvalignment="middle">
14961 <column alignment="center" valignment="top">
14962 <column alignment="center" valignment="top">
14963 <column alignment="center" valignment="top">
14964 <column alignment="center" valignment="top">
14965 <row>
14966 <cell alignment="center" valignment="top" topline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970 システム
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 <cell alignment="center" valignment="top" topline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 Medipix
14980 \begin_inset space \thinspace{}
14981 \end_inset
14982
14983 1
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 Medipix
14993 \begin_inset space \thinspace{}
14994 \end_inset
14995
14996 2
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 </row>
15011 <row>
15012 <cell alignment="center" valignment="top" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 \begin_inset ERT
15017 status collapsed
15018
15019 \begin_layout Plain Layout
15020
15021
15022 \backslash
15023 cmidrule(r){2-2}
15024 \end_layout
15025
15026 \end_inset
15027
15028
15029 \begin_inset ERT
15030 status collapsed
15031
15032 \begin_layout Plain Layout
15033
15034
15035 \backslash
15036 cmidrule(l){3-4}
15037 \end_layout
15038
15039 \end_inset
15040
15041
15042 \begin_inset ERT
15043 status collapsed
15044
15045 \begin_layout Plain Layout
15046
15047
15048 \backslash
15049 morecmidrules 
15050 \end_layout
15051
15052 \end_inset
15053
15054
15055 \begin_inset ERT
15056 status collapsed
15057
15058 \begin_layout Plain Layout
15059
15060
15061 \backslash
15062 cmidrule{2-4}
15063 \end_layout
15064
15065 \end_inset
15066
15067 検知器の厚み [
15068 \begin_inset Formula $\mu m$
15069 \end_inset
15070
15071 ]
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 300
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 300
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098 700
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 </row>
15104 <row>
15105 <cell alignment="center" valignment="top" topline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109 エッジ角 [度]
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" topline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118 3.55
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" topline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127 2.71
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" topline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 7.99
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 <row topspace="default">
15143 <cell alignment="center" valignment="top" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147 空間分解能 [
15148 \begin_inset Formula $\mu m$
15149 \end_inset
15150
15151 ]
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 4.26
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 10.17
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 10.56
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row topspace="default">
15185 <cell alignment="center" valignment="top" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189 \begin_inset Formula $f_{\mathrm{max}}$
15190 \end_inset
15191
15192 におけるMTF
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 0.53
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 0.37
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 0.39
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 </row>
15225 <row>
15226 <cell alignment="center" valignment="top" topline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 \begin_inset ERT
15231 status collapsed
15232
15233 \begin_layout Plain Layout
15234
15235
15236 \backslash
15237 morecmidrules 
15238 \end_layout
15239
15240 \end_inset
15241
15242
15243 \begin_inset ERT
15244 status collapsed
15245
15246 \begin_layout Plain Layout
15247
15248
15249 \backslash
15250 cmidrule{3-4}
15251 \end_layout
15252
15253 \end_inset
15254
15255 LSF空間分解能
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 <cell alignment="center" valignment="top" topline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 <cell alignment="center" valignment="top" topline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 </row>
15288 <row>
15289 <cell alignment="center" valignment="top" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293 \begin_inset Formula $\mu m$
15294 \end_inset
15295
15296 表示
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 129.7
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 <cell alignment="center" valignment="top" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314 52.75
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 <cell alignment="center" valignment="top" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323 50.78
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 </row>
15329 <row>
15330 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334 ピクセルサイズに対する%表示
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 76.3
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352 95.9
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 92.3
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 </row>
15367 </lyxtabular>
15368
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \begin_layout Section
15380 表の垂直揃え
15381 \begin_inset Index idx
15382 status collapsed
15383
15384 \begin_layout Plain Layout
15385 ひょう@表 ! そろえ@揃え
15386 \end_layout
15387
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \begin_layout Standard
15394 本文行中で表の垂直揃えをするには,その表をボックスの中に入れなくてはなりません.そうした上で,第
15395 \begin_inset CommandInset ref
15396 LatexCommand ref
15397 reference "sec:ボックスダイアログ"
15398
15399 \end_inset
15400
15401 節に述べられているように,ボックスの垂直揃えを行います.
15402 \end_layout
15403
15404 \begin_layout Standard
15405 以下の例では,各表は15
15406 \begin_inset space \thinspace{}
15407 \end_inset
15408
15409 列幅%を持つminipage
15410 \begin_inset Foot
15411 status collapsed
15412
15413 \begin_layout Plain Layout
15414 minipageは第
15415 \begin_inset CommandInset ref
15416 LatexCommand ref
15417 reference "sec:ミニページ"
15418
15419 \end_inset
15420
15421 節で説明されています.
15422 \end_layout
15423
15424 \end_inset
15425
15426 ボックスの中に入れてあります.
15427 \end_layout
15428
15429 \begin_layout Itemize
15430 動作試験 
15431 \begin_inset Box Frameless
15432 position "t"
15433 hor_pos "c"
15434 has_inner_box 1
15435 inner_pos "c"
15436 use_parbox 0
15437 use_makebox 0
15438 width "15col%"
15439 special "none"
15440 height "1in"
15441 height_special "totalheight"
15442 thickness "0.4pt"
15443 separation "3pt"
15444 shadowsize "4pt"
15445 framecolor "black"
15446 backgroundcolor "none"
15447 status collapsed
15448
15449 \begin_layout Plain Layout
15450 \begin_inset Tabular
15451 <lyxtabular version="3" rows="3" columns="3">
15452 <features tabularvalignment="middle">
15453 <column alignment="center" valignment="top">
15454 <column alignment="center" valignment="top">
15455 <column alignment="center" valignment="top">
15456 <row>
15457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 </row>
15485 <row>
15486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 </row>
15514 <row>
15515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528
15529 \end_layout
15530
15531 \end_inset
15532 </cell>
15533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 </row>
15543 </lyxtabular>
15544
15545 \end_inset
15546
15547
15548 \end_layout
15549
15550 \end_inset
15551
15552  動作試験 
15553 \begin_inset ERT
15554 status collapsed
15555
15556 \begin_layout Plain Layout
15557
15558
15559 \backslash
15560 raisebox{0.85
15561 \backslash
15562 baselineskip}{
15563 \end_layout
15564
15565 \end_inset
15566
15567
15568 \begin_inset Box Frameless
15569 position "t"
15570 hor_pos "c"
15571 has_inner_box 1
15572 inner_pos "c"
15573 use_parbox 0
15574 use_makebox 0
15575 width "15col%"
15576 special "none"
15577 height "1in"
15578 height_special "totalheight"
15579 thickness "0.4pt"
15580 separation "3pt"
15581 shadowsize "4pt"
15582 framecolor "black"
15583 backgroundcolor "none"
15584 status collapsed
15585
15586 \begin_layout Plain Layout
15587 \begin_inset Tabular
15588 <lyxtabular version="3" rows="3" columns="3">
15589 <features tabularvalignment="middle">
15590 <column alignment="center" valignment="top">
15591 <column alignment="center" valignment="top">
15592 <column alignment="center" valignment="top">
15593 <row>
15594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15604 \begin_inset Text
15605
15606 \begin_layout Plain Layout
15607
15608 \end_layout
15609
15610 \end_inset
15611 </cell>
15612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616
15617 \end_layout
15618
15619 \end_inset
15620 </cell>
15621 </row>
15622 <row>
15623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15633 \begin_inset Text
15634
15635 \begin_layout Plain Layout
15636
15637 \end_layout
15638
15639 \end_inset
15640 </cell>
15641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 </row>
15651 <row>
15652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15671 \begin_inset Text
15672
15673 \begin_layout Plain Layout
15674
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 </row>
15680 </lyxtabular>
15681
15682 \end_inset
15683
15684
15685 \end_layout
15686
15687 \end_inset
15688
15689
15690 \begin_inset ERT
15691 status collapsed
15692
15693 \begin_layout Plain Layout
15694
15695 }
15696 \end_layout
15697
15698 \end_inset
15699
15700
15701 \end_layout
15702
15703 \begin_layout Itemize
15704 動作試験 
15705 \begin_inset Box Frameless
15706 position "c"
15707 hor_pos "c"
15708 has_inner_box 1
15709 inner_pos "c"
15710 use_parbox 0
15711 use_makebox 0
15712 width "15col%"
15713 special "none"
15714 height "1in"
15715 height_special "totalheight"
15716 thickness "0.4pt"
15717 separation "3pt"
15718 shadowsize "4pt"
15719 framecolor "black"
15720 backgroundcolor "none"
15721 status collapsed
15722
15723 \begin_layout Plain Layout
15724 \begin_inset Tabular
15725 <lyxtabular version="3" rows="3" columns="3">
15726 <features tabularvalignment="middle">
15727 <column alignment="center" valignment="top">
15728 <column alignment="center" valignment="top">
15729 <column alignment="center" valignment="top">
15730 <row>
15731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Plain Layout
15744
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15750 \begin_inset Text
15751
15752 \begin_layout Plain Layout
15753
15754 \end_layout
15755
15756 \end_inset
15757 </cell>
15758 </row>
15759 <row>
15760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 </row>
15788 <row>
15789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 </row>
15817 </lyxtabular>
15818
15819 \end_inset
15820
15821
15822 \end_layout
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \begin_layout Itemize
15830 動作試験 
15831 \begin_inset Box Frameless
15832 position "b"
15833 hor_pos "c"
15834 has_inner_box 1
15835 inner_pos "c"
15836 use_parbox 0
15837 use_makebox 0
15838 width "15col%"
15839 special "none"
15840 height "1in"
15841 height_special "totalheight"
15842 thickness "0.4pt"
15843 separation "3pt"
15844 shadowsize "4pt"
15845 framecolor "black"
15846 backgroundcolor "none"
15847 status collapsed
15848
15849 \begin_layout Plain Layout
15850 \begin_inset Tabular
15851 <lyxtabular version="3" rows="3" columns="3">
15852 <features tabularvalignment="middle">
15853 <column alignment="center" valignment="top">
15854 <column alignment="center" valignment="top">
15855 <column alignment="center" valignment="top">
15856 <row>
15857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 </row>
15885 <row>
15886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 </row>
15914 <row>
15915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 </row>
15943 </lyxtabular>
15944
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \end_inset
15951
15952  動作試験 
15953 \begin_inset ERT
15954 status collapsed
15955
15956 \begin_layout Plain Layout
15957
15958
15959 \backslash
15960 raisebox{-0.32
15961 \backslash
15962 baselineskip}{
15963 \end_layout
15964
15965 \end_inset
15966
15967
15968 \begin_inset Box Frameless
15969 position "b"
15970 hor_pos "c"
15971 has_inner_box 1
15972 inner_pos "c"
15973 use_parbox 0
15974 use_makebox 0
15975 width "15col%"
15976 special "none"
15977 height "1in"
15978 height_special "totalheight"
15979 thickness "0.4pt"
15980 separation "3pt"
15981 shadowsize "4pt"
15982 framecolor "black"
15983 backgroundcolor "none"
15984 status collapsed
15985
15986 \begin_layout Plain Layout
15987 \begin_inset Tabular
15988 <lyxtabular version="3" rows="3" columns="3">
15989 <features tabularvalignment="middle">
15990 <column alignment="center" valignment="top">
15991 <column alignment="center" valignment="top">
15992 <column alignment="center" valignment="top">
15993 <row>
15994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 </row>
16022 <row>
16023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 </row>
16051 <row>
16052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 </row>
16080 </lyxtabular>
16081
16082 \end_inset
16083
16084
16085 \end_layout
16086
16087 \end_inset
16088
16089
16090 \begin_inset ERT
16091 status collapsed
16092
16093 \begin_layout Plain Layout
16094
16095 }
16096 \end_layout
16097
16098 \end_inset
16099
16100
16101 \end_layout
16102
16103 \begin_layout Standard
16104 上記のとおり,表の第一行あるいは最終行の中身が,表外の本文行と揃っていません.これらを揃えるには,minipageボックスをraisebox
16105 \begin_inset Foot
16106 status collapsed
16107
16108 \begin_layout Plain Layout
16109 raiseboxは,第
16110 \begin_inset CommandInset ref
16111 LatexCommand ref
16112 reference "subsec:垂直揃え"
16113
16114 \end_inset
16115
16116 節で説明されています.
16117 \end_layout
16118
16119 \end_inset
16120
16121 の中に入れなくてはなりません.上記の例では,最初の項目の第二表は,ボックスの前に
16122 \end_layout
16123
16124 \begin_layout Standard
16125
16126 \series bold
16127
16128 \backslash
16129 raisebox{0.85
16130 \backslash
16131 baselineskip}{
16132 \end_layout
16133
16134 \begin_layout Standard
16135 という\SpecialChar TeX
16136 コードコマンドを使用して揃えています.ボックスの後には,閉じ括弧
16137 \series bold
16138 }
16139 \series default
16140 を\SpecialChar TeX
16141 コードとして挿入してあります.最後の項目の第二表には,
16142 \end_layout
16143
16144 \begin_layout Standard
16145
16146 \series bold
16147
16148 \backslash
16149 raisebox{-0.32
16150 \backslash
16151 baselineskip}{
16152 \end_layout
16153
16154 \begin_layout Standard
16155 というコマンドを使用しています.
16156 \end_layout
16157
16158 \begin_layout Standard
16159 \begin_inset Note Greyedout
16160 status open
16161
16162 \begin_layout Plain Layout
16163
16164 \series bold
16165 【註】
16166 \series default
16167 表の行の中身の周囲の本文行への揃えは,つねに同じ値をとるわけではありません.この揃え方に必要な
16168 \series bold
16169
16170 \backslash
16171 raisebox
16172 \series default
16173 コマンドの値は,文書フォントやフォント寸法,表罫線の線幅によって変わります.
16174 \end_layout
16175
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \begin_layout Section
16182 色付きの表
16183 \begin_inset CommandInset label
16184 LatexCommand label
16185 name "sec:色付きの表"
16186
16187 \end_inset
16188
16189
16190 \begin_inset Index idx
16191 status collapsed
16192
16193 \begin_layout Plain Layout
16194 ひょう@表 ! いろつき@色付き
16195 \end_layout
16196
16197 \end_inset
16198
16199
16200 \end_layout
16201
16202 \begin_layout Subsection
16203 色付きのセル
16204 \begin_inset Index idx
16205 status collapsed
16206
16207 \begin_layout Plain Layout
16208 ひょうのいろ@表の色 ! せるぶ@セル部
16209 \end_layout
16210
16211 \end_inset
16212
16213
16214 \begin_inset Index idx
16215 status collapsed
16216
16217 \begin_layout Plain Layout
16218 いろつき@色付き ! ひょうせるぶ@表セル部
16219 \end_layout
16220
16221 \end_inset
16222
16223
16224 \end_layout
16225
16226 \begin_layout Standard
16227 \begin_inset Float table
16228 placement h
16229 alignment document
16230 wide false
16231 sideways false
16232 status open
16233
16234 \begin_layout Plain Layout
16235 \begin_inset Caption Standard
16236
16237 \begin_layout Plain Layout
16238 \begin_inset CommandInset label
16239 LatexCommand label
16240 name "tab:colortblなしの表"
16241
16242 \end_inset
16243
16244
16245 \series bold
16246 colortbl
16247 \series default
16248 パッケージを使用しない色付き表
16249 \begin_inset Argument 1
16250 status collapsed
16251
16252 \begin_layout Plain Layout
16253 colortblなしの表
16254 \end_layout
16255
16256 \end_inset
16257
16258
16259 \end_layout
16260
16261 \end_inset
16262
16263
16264 \end_layout
16265
16266 \begin_layout Plain Layout
16267 \align center
16268 \begin_inset Tabular
16269 <lyxtabular version="3" rows="3" columns="3">
16270 <features tabularvalignment="middle">
16271 <column alignment="center" valignment="top">
16272 <column alignment="center" valignment="top">
16273 <column alignment="center" valignment="top">
16274 <row>
16275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279
16280 \color green
16281
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290
16291 \color red
16292
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301
16302 \color red
16303
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 </row>
16309 <row>
16310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314
16315 \color green
16316
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325
16326 \color blue
16327
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336
16337 \color blue
16338
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 </row>
16344 <row>
16345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349
16350 \color green
16351
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Plain Layout
16360
16361 \color blue
16362
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371
16372 \color blue
16373
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 </row>
16379 </lyxtabular>
16380
16381 \end_inset
16382
16383
16384 \end_layout
16385
16386 \end_inset
16387
16388
16389 \end_layout
16390
16391 \begin_layout Standard
16392 もし色の付いた文章が欲しいだけならば,そのセルを選択して,
16393 \family sans
16394 編集\SpecialChar menuseparator
16395 文字様式
16396 \family default
16397 メニューで色を選んでください.表
16398 \begin_inset CommandInset ref
16399 LatexCommand ref
16400 reference "tab:colortblなしの表"
16401
16402 \end_inset
16403
16404 を作るのに,この方法が使われています.それ以外の場合には,\SpecialChar LaTeX
16405 パッケージの
16406 \series bold
16407 colortbl
16408 \series default
16409
16410 \begin_inset Index idx
16411 status collapsed
16412
16413 \begin_layout Plain Layout
16414 \SpecialChar LaTeX
16415 ぱっけーじ@\SpecialChar LaTeX
16416 パッケージ ! colortbl
16417 \end_layout
16418
16419 \end_inset
16420
16421 を使用しなくてはなりません.
16422 \end_layout
16423
16424 \begin_layout Standard
16425 \begin_inset ERT
16426 status collapsed
16427
16428 \begin_layout Plain Layout
16429
16430
16431 \backslash
16432 ifcolortbl
16433 \end_layout
16434
16435 \end_inset
16436
16437
16438 \begin_inset Note Note
16439 status open
16440
16441 \begin_layout Plain Layout
16442 本節の以下の部分は,\SpecialChar LaTeX
16443 パッケージ
16444 \series bold
16445 colortbl
16446 \series default
16447 が導入済みのときのみ表示されます.
16448 \end_layout
16449
16450 \end_inset
16451
16452
16453 \end_layout
16454
16455 \begin_layout Standard
16456 色付きの表を作成するには,プリアンブルに
16457 \end_layout
16458
16459 \begin_layout Standard
16460
16461 \series bold
16462
16463 \backslash
16464 usepackage{colortbl}
16465 \end_layout
16466
16467 \begin_layout Standard
16468 という行を書いて
16469 \series bold
16470 colortbl
16471 \series default
16472 を読み込まなくてはなりません.列の色は,
16473 \series bold
16474 >{ }
16475 \series default
16476 コマンドの中に
16477 \end_layout
16478
16479 \begin_layout Standard
16480
16481 \series bold
16482
16483 \backslash
16484 columncolor{色彩名}
16485 \end_layout
16486
16487 \begin_layout Standard
16488 というコマンドを書いて指定することができます.
16489 \series bold
16490 >{}
16491 \series default
16492 コマンドに関する詳細は,第
16493 \begin_inset CommandInset ref
16494 LatexCommand ref
16495 reference "subsec:連結列の計算"
16496
16497 \end_inset
16498
16499 節に述べられています.
16500 \end_layout
16501
16502 \begin_layout Standard
16503 以下の色彩名が事前に定義されています.
16504 \end_layout
16505
16506 \begin_layout Standard
16507
16508 \family sans
16509 red
16510 \family default
16511
16512 \family sans
16513 green
16514 \family default
16515
16516 \family sans
16517 yellow
16518 \family default
16519
16520 \family sans
16521 blue
16522 \family default
16523
16524 \family sans
16525 cyan
16526 \family default
16527
16528 \family sans
16529 magenta
16530 \family default
16531
16532 \family sans
16533 black
16534 \family default
16535
16536 \family sans
16537 white
16538 \end_layout
16539
16540 \begin_layout Standard
16541 \begin_inset VSpace medskip
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \begin_layout Standard
16548 また,文書設定中で,文書クラスオプションに
16549 \end_layout
16550
16551 \begin_layout Standard
16552
16553 \series bold
16554 dvipsnames
16555 \end_layout
16556
16557 \begin_layout Standard
16558 を与えると,さらに61色を使用することができます.これらの色は,附録
16559 \begin_inset CommandInset ref
16560 LatexCommand ref
16561 reference "chap:dvips色名一覧"
16562
16563 \end_inset
16564
16565 に列挙されています.それらの色の1つ,
16566 \family sans
16567 Maroon
16568 \family default
16569 が,例として表
16570 \begin_inset CommandInset ref
16571 LatexCommand ref
16572 reference "tab:色付き表"
16573
16574 \end_inset
16575
16576 に使用されています.
16577 \end_layout
16578
16579 \begin_layout Standard
16580 \begin_inset VSpace medskip
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \begin_layout Standard
16587 また
16588 \end_layout
16589
16590 \begin_layout Standard
16591
16592 \series bold
16593
16594 \backslash
16595 definecolor{色彩名}{色彩モデル}{色彩値}
16596 \end_layout
16597
16598 \begin_layout Standard
16599 というコマンドを使用すれば,自分自身の色彩を定義することができます.ここで色彩モデルは
16600 \end_layout
16601
16602 \begin_layout Labeling
16603 \labelwidthstring 00.00.0000
16604 cmyk: シアン(cyan)・マゼンタ(magenta)・黄(yellow)・黒(black)
16605 \end_layout
16606
16607 \begin_layout Labeling
16608 \labelwidthstring 00.00.0000
16609 rgb: 赤(red)・緑(green)・青(blue)
16610 \end_layout
16611
16612 \begin_layout Labeling
16613 \labelwidthstring 00.00.0000
16614 gray: グレー
16615 \end_layout
16616
16617 \begin_layout Standard
16618 から選択することができ,色彩値は,0から1の間の数字をコンマで区切ったもので,それぞれ当該色彩モデルにおける各色彩の大きさを示します.
16619 \end_layout
16620
16621 \begin_layout Standard
16622 たとえば,プリアンブルに
16623 \end_layout
16624
16625 \begin_layout Standard
16626
16627 \series bold
16628
16629 \backslash
16630 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16631 \end_layout
16632
16633 \begin_layout Standard
16634 と書くことによって,「
16635 \emph on
16636 darkgreen
16637 \emph default
16638 」色を定義することができますし,
16639 \end_layout
16640
16641 \begin_layout Standard
16642
16643 \series bold
16644
16645 \backslash
16646 definecolor{lightgray}{gray}{0.8}
16647 \end_layout
16648
16649 \begin_layout Standard
16650 と書けば,「
16651 \emph on
16652 lightgray
16653 \emph default
16654 」色を定義することができます.
16655 \end_layout
16656
16657 \begin_layout Standard
16658 \begin_inset VSpace medskip
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \begin_layout Standard
16665 罫線は
16666 \end_layout
16667
16668 \begin_layout Standard
16669
16670 \series bold
16671
16672 \backslash
16673 rowcolor{色彩名}
16674 \end_layout
16675
16676 \begin_layout Standard
16677 というコマンドを使用して色付けすることができ,セルは
16678 \end_layout
16679
16680 \begin_layout Standard
16681
16682 \series bold
16683
16684 \backslash
16685 cellcolor{色彩名}
16686 \end_layout
16687
16688 \begin_layout Standard
16689 というコマンドで色付けすることができます.どちらのコマンドも,セルの冒頭に\SpecialChar TeX
16690 コードで書き込みます.
16691 \end_layout
16692
16693 \begin_layout Standard
16694 表中の文字に色付けをするには,セルを選択してから,\SpecialChar LyX
16695 のメニュー
16696 \family sans
16697 編集\SpecialChar menuseparator
16698 文字様式
16699 \family default
16700 を使用します.セルに\SpecialChar TeX
16701 コードが入っている場合には,文章部分だけ選択してください.さもないと色付け指定された\SpecialChar TeX
16702 コードが\SpecialChar LaTeX
16703 エラーを引き起こしてしまいます.
16704 \end_layout
16705
16706 \begin_layout Standard
16707 \begin_inset Note Greyedout
16708 status open
16709
16710 \begin_layout Plain Layout
16711
16712 \series bold
16713 【註】
16714 \series default
16715 DVIビューアーのすべてが自己定義の色を表示できるわけではありません.
16716 \end_layout
16717
16718 \end_inset
16719
16720
16721 \end_layout
16722
16723 \begin_layout Standard
16724 \begin_inset VSpace bigskip
16725 \end_inset
16726
16727
16728 \end_layout
16729
16730 \begin_layout Standard
16731
16732 \begin_inset CommandInset ref
16733 LatexCommand ref
16734 reference "tab:色付き表"
16735
16736 \end_inset
16737
16738 を作成するには,以下のようにしてください.第一列の色は
16739 \emph on
16740 darkgreen
16741 \emph default
16742 にしたいので,この列の\SpecialChar LaTeX
16743 変数として
16744 \end_layout
16745
16746 \begin_layout Standard
16747
16748 \series bold
16749 >{
16750 \backslash
16751 columncolor{darkgreen}
16752 \backslash
16753 centering}c
16754 \end_layout
16755
16756 \begin_layout Standard
16757 と書き込みます.第一列は青にしたいので,この列の最初のセルに
16758 \end_layout
16759
16760 \begin_layout Standard
16761
16762 \series bold
16763
16764 \backslash
16765 rowcolow{cyan}
16766 \end_layout
16767
16768 \begin_layout Standard
16769 という\SpecialChar TeX
16770 コードコマンドを書き込みます.これによって,第一セルの列色指定が上書きされてしまうことに注意してください.最終行の最後のセルは,
16771 \end_layout
16772
16773 \begin_layout Standard
16774
16775 \series bold
16776
16777 \backslash
16778 cellcolor{Maroon}
16779 \end_layout
16780
16781 \begin_layout Standard
16782 という\SpecialChar TeX
16783 コードコマンドを書き込むことで,マルーンに色づけされています.この後,
16784 \family sans
16785 編集\SpecialChar menuseparator
16786 文字様式
16787 \family default
16788 メニューを使って,各文字に色付けをすることができます.
16789 \end_layout
16790
16791 \begin_layout Standard
16792 \begin_inset Float table
16793 placement h
16794 alignment document
16795 wide false
16796 sideways false
16797 status open
16798
16799 \begin_layout Plain Layout
16800 \begin_inset Caption Standard
16801
16802 \begin_layout Plain Layout
16803
16804 \series bold
16805 \begin_inset CommandInset label
16806 LatexCommand label
16807 name "tab:色付き表"
16808
16809 \end_inset
16810
16811 colortbl
16812 \series default
16813 パッケージを使用した色付き表
16814 \begin_inset Argument 1
16815 status collapsed
16816
16817 \begin_layout Plain Layout
16818 colortblを使った表
16819 \end_layout
16820
16821 \end_inset
16822
16823
16824 \end_layout
16825
16826 \end_inset
16827
16828
16829 \end_layout
16830
16831 \begin_layout Plain Layout
16832 \align center
16833 \begin_inset Tabular
16834 <lyxtabular version="3" rows="3" columns="3">
16835 <features tabularvalignment="middle">
16836 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16837 <column alignment="center" valignment="top">
16838 <column alignment="center" valignment="top">
16839 <row>
16840 <cell alignment="center" valignment="top" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 \begin_inset ERT
16845 status collapsed
16846
16847 \begin_layout Plain Layout
16848
16849
16850 \backslash
16851 rowcolor{cyan}
16852 \end_layout
16853
16854 \end_inset
16855
16856
16857 \color magenta
16858
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell alignment="center" valignment="top" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867
16868 \color red
16869
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell alignment="center" valignment="top" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878
16879 \color red
16880
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 </row>
16886 <row>
16887 <cell alignment="center" valignment="top" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891
16892 \color yellow
16893
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 <cell alignment="center" valignment="top" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902
16903 \color blue
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell alignment="center" valignment="top" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913
16914 \color blue
16915
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 </row>
16921 <row>
16922 <cell alignment="center" valignment="top" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926
16927 \color yellow
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937
16938 \color blue
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset ERT
16949 status collapsed
16950
16951 \begin_layout Plain Layout
16952
16953
16954 \backslash
16955 cellcolor{Maroon}
16956 \end_layout
16957
16958 \end_inset
16959
16960
16961 \color green
16962
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 </row>
16968 </lyxtabular>
16969
16970 \end_inset
16971
16972
16973 \end_layout
16974
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \begin_layout Standard
16981 \begin_inset ERT
16982 status collapsed
16983
16984 \begin_layout Plain Layout
16985
16986
16987 \backslash
16988 else
16989 \end_layout
16990
16991 \end_inset
16992
16993
16994 \begin_inset Note Note
16995 status open
16996
16997 \begin_layout Plain Layout
16998 以下は,\SpecialChar LaTeX
16999 パッケージ
17000 \series bold
17001 colortbl
17002 \series default
17003 が導入されていないときに表示されます.
17004 \end_layout
17005
17006 \end_inset
17007
17008
17009 \end_layout
17010
17011 \begin_layout Standard
17012 この節の内容を出力で表示させるには,
17013 \series bold
17014 colortbl
17015 \series default
17016 パッケージを導入する必要があります.
17017 \end_layout
17018
17019 \begin_layout Standard
17020 \begin_inset ERT
17021 status collapsed
17022
17023 \begin_layout Plain Layout
17024
17025
17026 \backslash
17027 fi
17028 \end_layout
17029
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \begin_layout Subsection
17036 色付き行
17037 \begin_inset Index idx
17038 status collapsed
17039
17040 \begin_layout Plain Layout
17041 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
17042 \end_layout
17043
17044 \end_inset
17045
17046
17047 \begin_inset Index idx
17048 status collapsed
17049
17050 \begin_layout Plain Layout
17051 いろつき@色付き ! ひょうのぎょう@表の行
17052 \end_layout
17053
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \begin_layout Standard
17060 表の行を交互に色付けする必要がある場合,前節に述べたのとは別な方法があります.文書プリアンブルに
17061 \end_layout
17062
17063 \begin_layout Standard
17064
17065 \series bold
17066
17067 \backslash
17068 usepackage[table]{xcolor}
17069 \end_layout
17070
17071 \begin_layout Standard
17072 というコマンドを使用して,
17073 \series bold
17074 xcolor
17075 \series default
17076
17077 \begin_inset Index idx
17078 status collapsed
17079
17080 \begin_layout Plain Layout
17081 \SpecialChar LaTeX
17082 ぱっけーじ@\SpecialChar LaTeX
17083 パッケージ ! xcolor
17084 \begin_inset ERT
17085 status collapsed
17086
17087 \begin_layout Plain Layout
17088
17089
17090 \backslash
17091 vspace{4mm}
17092 \end_layout
17093
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \end_inset
17100
17101 パッケージを読み込むのです.
17102 \series bold
17103 xcolor
17104 \series default
17105 は,自動的に
17106 \series bold
17107 colortbl
17108 \series default
17109
17110 \begin_inset Index idx
17111 status collapsed
17112
17113 \begin_layout Plain Layout
17114 \SpecialChar LaTeX
17115 ぱっけーじ@\SpecialChar LaTeX
17116 パッケージ ! colortbl
17117 \end_layout
17118
17119 \end_inset
17120
17121 パッケージも読み込むので,\SpecialChar LaTeX
17122 エラーを防ぐためには,お使いの\SpecialChar LaTeX
17123 頒布版中に
17124 \series bold
17125 colortbl
17126 \series default
17127 も導入されていなくてはなりません.
17128 \end_layout
17129
17130 \begin_layout Standard
17131 \begin_inset ERT
17132 status collapsed
17133
17134 \begin_layout Plain Layout
17135
17136
17137 \backslash
17138 ifcolortbl
17139 \end_layout
17140
17141 \end_inset
17142
17143
17144 \begin_inset Note Note
17145 status open
17146
17147 \begin_layout Plain Layout
17148 本節の以下の部分は,\SpecialChar LaTeX
17149 パッケージ
17150 \series bold
17151 colortbl
17152 \series default
17153 が導入済みのときのみ表示されます.
17154 \end_layout
17155
17156 \end_inset
17157
17158
17159 \end_layout
17160
17161 \begin_layout Standard
17162 表の行は,文書プリアンブル中か,色付けする最初の表の前に\SpecialChar TeX
17163 コードで
17164 \end_layout
17165
17166 \begin_layout Standard
17167
17168 \series bold
17169
17170 \backslash
17171 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17172 \end_layout
17173
17174 \begin_layout Standard
17175 というコマンドを使用すれば,色付けすることができます.ここで,「行番号」は,奇数行色で色付けする最初の行の番号です.「コマンド」は,各行の前で実行したいコマンド
17176 を付加する時に用います.したがって,例えば
17177 \end_layout
17178
17179 \begin_layout Standard
17180
17181 \series bold
17182
17183 \backslash
17184 rowcolors{1}{white}{lightgray}
17185 \end_layout
17186
17187 \begin_layout Standard
17188 というコマンドは,表
17189 \begin_inset CommandInset ref
17190 LatexCommand ref
17191 reference "tab:表-行色"
17192
17193 \end_inset
17194
17195 のようなカラースキームをもたらします.また,
17196 \end_layout
17197
17198 \begin_layout Standard
17199
17200 \series bold
17201
17202 \backslash
17203 rowcolors[
17204 \backslash
17205 hline]{1}{lightgray}{cyan}
17206 \end_layout
17207
17208 \begin_layout Standard
17209 というコマンドを用いると,表
17210 \begin_inset CommandInset ref
17211 LatexCommand ref
17212 reference "tab:表-行色-2"
17213
17214 \end_inset
17215
17216 のようなカラースキームになります.「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは,色付けはされませんので,
17217 \end_layout
17218
17219 \begin_layout Standard
17220
17221 \series bold
17222
17223 \backslash
17224 rowcolors{1}{}{}
17225 \end_layout
17226
17227 \begin_layout Standard
17228 というコマンドはすべての色付けを削除することになります.
17229 \series bold
17230
17231 \backslash
17232 rowcolors
17233 \series default
17234 は,コマンドに続くすべての表に影響を及ぼします.
17235 \end_layout
17236
17237 \begin_layout Standard
17238 \begin_inset ERT
17239 status open
17240
17241 \begin_layout Plain Layout
17242
17243
17244 \backslash
17245 rowcolors{1}{white}{lightgray}
17246 \end_layout
17247
17248 \end_inset
17249
17250
17251 \end_layout
17252
17253 \begin_layout Standard
17254 \begin_inset Float table
17255 placement h
17256 alignment document
17257 wide false
17258 sideways false
17259 status open
17260
17261 \begin_layout Plain Layout
17262 \begin_inset Caption Standard
17263
17264 \begin_layout Plain Layout
17265 \begin_inset CommandInset label
17266 LatexCommand label
17267 name "tab:表-行色"
17268
17269 \end_inset
17270
17271 隔行が灰色に着色された表
17272 \end_layout
17273
17274 \end_inset
17275
17276
17277 \end_layout
17278
17279 \begin_layout Plain Layout
17280 \align center
17281 \begin_inset Tabular
17282 <lyxtabular version="3" rows="4" columns="3">
17283 <features tabularvalignment="middle">
17284 <column alignment="center" valignment="top">
17285 <column alignment="center" valignment="top" width="0pt">
17286 <column alignment="center" valignment="top" width="0pt">
17287 <row>
17288 <cell alignment="center" valignment="top" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 <cell alignment="center" valignment="top" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 <cell alignment="center" valignment="top" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 </row>
17316 <row>
17317 <cell alignment="center" valignment="top" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 1
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 <cell alignment="center" valignment="top" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 2
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 <cell alignment="center" valignment="top" usebox="none">
17336 \begin_inset Text
17337
17338 \begin_layout Plain Layout
17339 3
17340 \end_layout
17341
17342 \end_inset
17343 </cell>
17344 </row>
17345 <row>
17346 <cell alignment="center" valignment="top" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350 4
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 5
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 <cell alignment="center" valignment="top" usebox="none">
17365 \begin_inset Text
17366
17367 \begin_layout Plain Layout
17368 6
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 </row>
17374 <row>
17375 <cell alignment="center" valignment="top" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379 7
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 8
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 9
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 </row>
17403 </lyxtabular>
17404
17405 \end_inset
17406
17407
17408 \end_layout
17409
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \begin_layout Standard
17416 \begin_inset ERT
17417 status open
17418
17419 \begin_layout Plain Layout
17420
17421
17422 \backslash
17423 rowcolors[
17424 \backslash
17425 hline]{1}{lightgray}{cyan}
17426 \end_layout
17427
17428 \end_inset
17429
17430
17431 \end_layout
17432
17433 \begin_layout Standard
17434 \begin_inset Float table
17435 placement h
17436 alignment document
17437 wide false
17438 sideways false
17439 status open
17440
17441 \begin_layout Plain Layout
17442 \begin_inset Caption Standard
17443
17444 \begin_layout Plain Layout
17445 \begin_inset CommandInset label
17446 LatexCommand label
17447 name "tab:表-行色-2"
17448
17449 \end_inset
17450
17451 隔行でシアン色に着色され,行間に線の入った表
17452 \end_layout
17453
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \begin_layout Plain Layout
17460 \align center
17461 \begin_inset Tabular
17462 <lyxtabular version="3" rows="4" columns="3">
17463 <features tabularvalignment="middle">
17464 <column alignment="center" valignment="top">
17465 <column alignment="center" valignment="top">
17466 <column alignment="center" valignment="top" width="0pt">
17467 <row>
17468 <cell alignment="center" valignment="top" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 </row>
17496 <row>
17497 <cell alignment="center" valignment="top" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501 1
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 <cell alignment="center" valignment="top" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510 2
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 <cell alignment="center" valignment="top" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 3
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 </row>
17525 <row>
17526 <cell alignment="center" valignment="top" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530 4
17531 \end_layout
17532
17533 \end_inset
17534 </cell>
17535 <cell alignment="center" valignment="top" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539 5
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 <cell alignment="center" valignment="top" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548 6
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 </row>
17554 <row>
17555 <cell alignment="center" valignment="top" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559 7
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 8
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 9
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 </row>
17583 </lyxtabular>
17584
17585 \end_inset
17586
17587
17588 \end_layout
17589
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \begin_layout Standard
17596 \begin_inset ERT
17597 status collapsed
17598
17599 \begin_layout Plain Layout
17600
17601
17602 \backslash
17603 rowcolors{1}{}{}
17604 \end_layout
17605
17606 \end_inset
17607
17608
17609 \begin_inset Note Note
17610 status collapsed
17611
17612 \begin_layout Plain Layout
17613 行色を解除
17614 \end_layout
17615
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \begin_layout Standard
17622 \begin_inset ERT
17623 status collapsed
17624
17625 \begin_layout Plain Layout
17626
17627
17628 \backslash
17629 else
17630 \end_layout
17631
17632 \end_inset
17633
17634
17635 \begin_inset Note Note
17636 status open
17637
17638 \begin_layout Plain Layout
17639 以下は,\SpecialChar LaTeX
17640 パッケージ
17641 \series bold
17642 colortbl
17643 \series default
17644 が導入されていないときに表示されます.
17645 \end_layout
17646
17647 \end_inset
17648
17649
17650 \end_layout
17651
17652 \begin_layout Standard
17653 この節の内容を出力で表示させるには,
17654 \series bold
17655 colortbl
17656 \series default
17657 パッケージを導入する必要があります.
17658 \end_layout
17659
17660 \begin_layout Standard
17661 \begin_inset ERT
17662 status collapsed
17663
17664 \begin_layout Plain Layout
17665
17666
17667 \backslash
17668 fi
17669 \end_layout
17670
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \begin_layout Subsection
17677 色付き罫線
17678 \begin_inset Index idx
17679 status collapsed
17680
17681 \begin_layout Plain Layout
17682 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17683 \end_layout
17684
17685 \end_inset
17686
17687
17688 \begin_inset Index idx
17689 status collapsed
17690
17691 \begin_layout Plain Layout
17692 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17693 \end_layout
17694
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \begin_layout Standard
17701
17702 \begin_inset CommandInset ref
17703 LatexCommand ref
17704 reference "subsec:罫線幅"
17705
17706 \end_inset
17707
17708 節に述べられているように,表中の全罫線の線幅は,長さ
17709 \series bold
17710
17711 \backslash
17712 arrayrulewidth
17713 \series default
17714 を使って調節することができます.本節の表では,すべて1.5
17715 \begin_inset space \thinspace{}
17716 \end_inset
17717
17718 ptに設定されています.
17719 \begin_inset ERT
17720 status collapsed
17721
17722 \begin_layout Plain Layout
17723
17724
17725 \backslash
17726 setlength{
17727 \backslash
17728 arrayrulewidth}{1.5pt}
17729 \end_layout
17730
17731 \end_inset
17732
17733
17734 \end_layout
17735
17736 \begin_layout Standard
17737 たとえば縦罫線を緑に着色するには,第
17738 \begin_inset CommandInset ref
17739 LatexCommand ref
17740 reference "subsec:自製書式"
17741
17742 \end_inset
17743
17744 節の説明にしたがって,以下の列書式を文書プリアンブル中で作成して下さい.
17745 \end_layout
17746
17747 \begin_layout Standard
17748
17749 \series bold
17750
17751 \backslash
17752 newcolumntype{W}{!{
17753 \backslash
17754 color{green}
17755 \backslash
17756 vline}}
17757 \end_layout
17758
17759 \begin_layout Standard
17760
17761 \begin_inset CommandInset ref
17762 LatexCommand ref
17763 reference "tab:色付き縦罫線の表"
17764
17765 \end_inset
17766
17767 では,最右列に\SpecialChar LaTeX
17768 変数
17769 \series bold
17770 WcW
17771 \series default
17772 ,他の列に\SpecialChar LaTeX
17773 変数
17774 \series bold
17775 Wc
17776 \series default
17777 が使用されています.
17778 \end_layout
17779
17780 \begin_layout Standard
17781 複数の色を用いたいときには,列書式をもっと定義してください.
17782 \end_layout
17783
17784 \begin_layout Standard
17785 \begin_inset Float table
17786 placement h
17787 alignment document
17788 wide false
17789 sideways false
17790 status open
17791
17792 \begin_layout Plain Layout
17793 \begin_inset Caption Standard
17794
17795 \begin_layout Plain Layout
17796 \begin_inset CommandInset label
17797 LatexCommand label
17798 name "tab:色付き縦罫線の表"
17799
17800 \end_inset
17801
17802 色付き縦罫線の表
17803 \end_layout
17804
17805 \end_inset
17806
17807
17808 \end_layout
17809
17810 \begin_layout Plain Layout
17811 \align center
17812 \begin_inset Tabular
17813 <lyxtabular version="3" rows="3" columns="3">
17814 <features tabularvalignment="middle">
17815 <column alignment="center" valignment="top" special="Wc">
17816 <column alignment="center" valignment="top" special="Wc">
17817 <column alignment="center" valignment="top" special="WcW">
17818 <row>
17819 <cell alignment="center" valignment="top" topline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823 sd
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" topline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 <cell alignment="center" valignment="top" topline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 </row>
17847 <row>
17848 <cell alignment="center" valignment="top" topline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 <cell alignment="center" valignment="top" topline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861 sd
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 <cell alignment="center" valignment="top" topline="true" usebox="none">
17867 \begin_inset Text
17868
17869 \begin_layout Plain Layout
17870
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 </row>
17876 <row>
17877 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890
17891 \end_layout
17892
17893 \end_inset
17894 </cell>
17895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899 sd
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 </row>
17905 </lyxtabular>
17906
17907 \end_inset
17908
17909
17910 \end_layout
17911
17912 \end_inset
17913
17914
17915 \end_layout
17916
17917 \begin_layout Standard
17918 \begin_inset VSpace bigskip
17919 \end_inset
17920
17921
17922 \begin_inset CommandInset ref
17923 LatexCommand ref
17924 reference "tab:色付き横罫線の表"
17925
17926 \end_inset
17927
17928 のように,たとえば横罫線を赤にしたいときには,表ないし表フロートの前に\SpecialChar TeX
17929 コードで
17930 \end_layout
17931
17932 \begin_layout Standard
17933
17934 \series bold
17935
17936 \backslash
17937 let
17938 \backslash
17939 myHlineC
17940 \backslash
17941 hline
17942 \begin_inset Newline newline
17943 \end_inset
17944
17945
17946 \backslash
17947 renewcommand{
17948 \backslash
17949 hline}
17950 \begin_inset Newline newline
17951 \end_inset
17952
17953
17954 \begin_inset Phantom HPhantom
17955 status open
17956
17957 \begin_layout Plain Layout
17958 \begin_inset space ~
17959 \end_inset
17960
17961
17962 \end_layout
17963
17964 \end_inset
17965
17966 {
17967 \backslash
17968 arrayrulecolor{red}
17969 \backslash
17970 myHlineC
17971 \backslash
17972 arrayrulecolor{black}}
17973 \end_layout
17974
17975 \begin_layout Standard
17976 というコマンドを入力して下さい.
17977 \end_layout
17978
17979 \begin_layout Standard
17980 \begin_inset ERT
17981 status collapsed
17982
17983 \begin_layout Plain Layout
17984
17985
17986 \backslash
17987 let
17988 \backslash
17989 myHlineC
17990 \backslash
17991 hline
17992 \end_layout
17993
17994 \begin_layout Plain Layout
17995
17996
17997 \backslash
17998 renewcommand{
17999 \backslash
18000 hline}
18001 \end_layout
18002
18003 \begin_layout Plain Layout
18004
18005  {
18006 \backslash
18007 arrayrulecolor{red}
18008 \backslash
18009 myHlineC
18010 \backslash
18011 arrayrulecolor{black}}
18012 \end_layout
18013
18014 \end_inset
18015
18016
18017 \begin_inset Float table
18018 placement h
18019 alignment document
18020 wide false
18021 sideways false
18022 status open
18023
18024 \begin_layout Plain Layout
18025 \begin_inset Caption Standard
18026
18027 \begin_layout Plain Layout
18028 \begin_inset CommandInset label
18029 LatexCommand label
18030 name "tab:色付き横罫線の表"
18031
18032 \end_inset
18033
18034 色付き横罫線の表
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \begin_layout Plain Layout
18043 \align center
18044 \begin_inset Tabular
18045 <lyxtabular version="3" rows="3" columns="3">
18046 <features tabularvalignment="middle">
18047 <column alignment="center" valignment="top">
18048 <column alignment="center" valignment="top">
18049 <column alignment="center" valignment="top">
18050 <row>
18051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055 sd
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 </row>
18079 <row>
18080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 sd
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 </row>
18108 <row>
18109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 sd
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 </row>
18137 </lyxtabular>
18138
18139 \end_inset
18140
18141
18142 \end_layout
18143
18144 \end_inset
18145
18146
18147 \end_layout
18148
18149 \begin_layout Standard
18150 既定値の黒罫線に戻るには,
18151 \end_layout
18152
18153 \begin_layout Standard
18154
18155 \series bold
18156
18157 \backslash
18158 renewcommand{
18159 \backslash
18160 hline}{
18161 \backslash
18162 myHlineC}
18163 \end_layout
18164
18165 \begin_layout Standard
18166 というコマンドを,表ないし表フロートの後に\SpecialChar TeX
18167 コードで入力して下さい.表
18168 \begin_inset CommandInset ref
18169 LatexCommand ref
18170 reference "tab:色付き罫線の表"
18171
18172 \end_inset
18173
18174 は,縦横罫線を着色した例です.
18175 \end_layout
18176
18177 \begin_layout Standard
18178 \begin_inset Float table
18179 placement h
18180 alignment document
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 placement document
18392 alignment document
18393 wide false
18394 sideways false
18395 status open
18396
18397 \begin_layout Plain Layout
18398 \begin_inset Caption Standard
18399
18400 \begin_layout Plain Layout
18401 \begin_inset CommandInset label
18402 LatexCommand label
18403 name "tab:着色水平罫線表"
18404
18405 \end_inset
18406
18407 異なる色の横罫線を持つ表
18408 \end_layout
18409
18410 \end_inset
18411
18412
18413 \end_layout
18414
18415 \begin_layout Plain Layout
18416 \align center
18417 \begin_inset Tabular
18418 <lyxtabular version="3" rows="6" columns="7">
18419 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top">
18426 <column alignment="center" valignment="top">
18427 <row>
18428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432
18433 \end_layout
18434
18435 \end_inset
18436 </cell>
18437 <cell alignment="center" valignment="top" topline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 <cell alignment="center" valignment="top" topline="true" usebox="none">
18465 \begin_inset Text
18466
18467 \begin_layout Plain Layout
18468
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" topline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 \begin_inset ERT
18487 status open
18488
18489 \begin_layout Plain Layout
18490
18491
18492 \backslash
18493
18494 \backslash
18495
18496 \backslash
18497 arrayrulecolor{blue}%
18498 \end_layout
18499
18500 \end_inset
18501
18502
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 </row>
18508 <row>
18509 <cell alignment="center" valignment="top" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513 Y
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 <cell alignment="center" valignment="top" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567 Y
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 </row>
18573 <row>
18574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578 \begin_inset ERT
18579 status open
18580
18581 \begin_layout Plain Layout
18582
18583
18584 \backslash
18585 arrayrulecolor{black}
18586 \end_layout
18587
18588 \end_inset
18589
18590
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 <cell alignment="center" valignment="top" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 <cell alignment="center" valignment="top" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 </row>
18650 <row>
18651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700
18701 \end_layout
18702
18703 \end_inset
18704 </cell>
18705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18706 \begin_inset Text
18707
18708 \begin_layout Plain Layout
18709 \begin_inset ERT
18710 status collapsed
18711
18712 \begin_layout Plain Layout
18713
18714
18715 \backslash
18716
18717 \backslash
18718
18719 \backslash
18720 arrayrulecolor{green}%
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 </row>
18731 <row>
18732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18733 \begin_inset Text
18734
18735 \begin_layout Plain Layout
18736
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 </row>
18796 <row>
18797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801 \begin_inset ERT
18802 status collapsed
18803
18804 \begin_layout Plain Layout
18805
18806
18807 \backslash
18808 arrayrulecolor{black}
18809 \end_layout
18810
18811 \end_inset
18812
18813 B
18814 \end_layout
18815
18816 \end_inset
18817 </cell>
18818 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18855 \begin_inset Text
18856
18857 \begin_layout Plain Layout
18858
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
18864 \begin_inset Text
18865
18866 \begin_layout Plain Layout
18867 \begin_inset ERT
18868 status collapsed
18869
18870 \begin_layout Plain Layout
18871
18872
18873 \backslash
18874
18875 \backslash
18876
18877 \backslash
18878 arrayrulecolor{blue}%
18879 \end_layout
18880
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 </row>
18889 </lyxtabular>
18890
18891 \end_inset
18892
18893
18894 \end_layout
18895
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \begin_layout Standard
18902
18903 \begin_inset CommandInset ref
18904 LatexCommand ref
18905 reference "tab:別色縦罫線表"
18906
18907 \end_inset
18908
18909 のように行内の縦罫線の色を変更するには,連結列を使う必要があります.まず始めに,列全体に渡らない縦罫線を全て削除します.それから,前例のように,全罫線を以下のコ
18910 マンドを使って着色します.
18911 \end_layout
18912
18913 \begin_layout Standard
18914
18915 \series bold
18916
18917 \backslash
18918
18919 \backslash
18920
18921 \backslash
18922 arrayrulecolor{blue}%
18923 \end_layout
18924
18925 \begin_layout Standard
18926 最後に,縦罫線の色を変える必要のある行の全てのセルに\SpecialChar TeX
18927 コードで下記のコマンドを挿入します.
18928 \end_layout
18929
18930 \begin_layout Standard
18931
18932 \series bold
18933
18934 \backslash
18935 multicolumn{1}{!{
18936 \backslash
18937 color{green}
18938 \backslash
18939 vline}c!{
18940 \backslash
18941 color{red}
18942 \backslash
18943 vline}}{
18944 \end_layout
18945
18946 \begin_layout Standard
18947 これで,セルの両側に縦罫線が追加され,左側の罫線は緑,右側の罫線は赤になります.色を変える必要がなければ,上記コマンド中,
18948 \series bold
18949
18950 \backslash
18951 color
18952 \series default
18953 コマンドは要りません.黒の左罫線と青の右罫線を得るには,全罫線がすでに青に設定されていますので,
18954 \end_layout
18955
18956 \begin_layout Standard
18957
18958 \series bold
18959
18960 \backslash
18961 multicolumn{1}{!{
18962 \backslash
18963 color{black}
18964 \backslash
18965 vline}c|}{
18966 \end_layout
18967
18968 \begin_layout Standard
18969 と書きます.ここで,
18970 \series bold
18971 |
18972 \series default
18973 は縦罫線を生成しますが,
18974 \series bold
18975
18976 \backslash
18977 color
18978 \series default
18979 が使用されている時には,
18980 \series bold
18981
18982 \backslash
18983 vline
18984 \series default
18985 が同じ働きをします.色を全く変えないで縦罫線を設定するには,
18986 \end_layout
18987
18988 \begin_layout Standard
18989
18990 \series bold
18991
18992 \backslash
18993 multicolumn{1}{|c|}{
18994 \end_layout
18995
18996 \begin_layout Standard
18997 とします.このコマンドの後に,セルの内容を通常通り挿入し,\SpecialChar TeX
18998 コードで閉じ括弧
18999 \series bold
19000 }
19001 \series default
19002 を入れてセルを終わります.
19003 \end_layout
19004
19005 \begin_layout Standard
19006 \begin_inset Float table
19007 placement document
19008 alignment document
19009 wide false
19010 sideways false
19011 status open
19012
19013 \begin_layout Plain Layout
19014 \begin_inset Caption Standard
19015
19016 \begin_layout Plain Layout
19017 \begin_inset CommandInset label
19018 LatexCommand label
19019 name "tab:別色縦罫線表"
19020
19021 \end_inset
19022
19023 一行中に異なる色の縦罫線を持つ表
19024 \end_layout
19025
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \begin_layout Plain Layout
19032 \align center
19033 \begin_inset Tabular
19034 <lyxtabular version="3" rows="5" columns="7">
19035 <features tabularvalignment="middle">
19036 <column alignment="center" valignment="top">
19037 <column alignment="center" valignment="top">
19038 <column alignment="center" valignment="top">
19039 <column alignment="center" valignment="top">
19040 <column alignment="center" valignment="top">
19041 <column alignment="center" valignment="top">
19042 <column alignment="center" valignment="top">
19043 <row>
19044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 <cell alignment="center" valignment="top" topline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 <cell alignment="center" valignment="top" topline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 <cell alignment="center" valignment="top" topline="true" usebox="none">
19081 \begin_inset Text
19082
19083 \begin_layout Plain Layout
19084
19085 \end_layout
19086
19087 \end_inset
19088 </cell>
19089 <cell alignment="center" valignment="top" topline="true" usebox="none">
19090 \begin_inset Text
19091
19092 \begin_layout Plain Layout
19093
19094 \end_layout
19095
19096 \end_inset
19097 </cell>
19098 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102 \begin_inset ERT
19103 status open
19104
19105 \begin_layout Plain Layout
19106
19107
19108 \backslash
19109
19110 \backslash
19111
19112 \backslash
19113 arrayrulecolor{red}%
19114 \end_layout
19115
19116 \end_inset
19117
19118
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 </row>
19124 <row>
19125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19126 \begin_inset Text
19127
19128 \begin_layout Plain Layout
19129 \begin_inset ERT
19130 status open
19131
19132 \begin_layout Plain Layout
19133
19134
19135 \backslash
19136 multicolumn{1}{!{
19137 \backslash
19138 color{black}
19139 \backslash
19140 vline}c|}{
19141 \end_layout
19142
19143 \end_inset
19144
19145 Y
19146 \begin_inset ERT
19147 status collapsed
19148
19149 \begin_layout Plain Layout
19150
19151 }
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 \begin_inset ERT
19202 status open
19203
19204 \begin_layout Plain Layout
19205
19206
19207 \backslash
19208 multicolumn{1}{c|}{
19209 \end_layout
19210
19211 \end_inset
19212
19213
19214 \begin_inset ERT
19215 status collapsed
19216
19217 \begin_layout Plain Layout
19218
19219 }
19220 \end_layout
19221
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 \begin_inset ERT
19234 status open
19235
19236 \begin_layout Plain Layout
19237
19238
19239 \backslash
19240 multicolumn{1}{c!{
19241 \backslash
19242 color{black}
19243 \backslash
19244 vline}}{
19245 \end_layout
19246
19247 \end_inset
19248
19249 Y
19250 \begin_inset ERT
19251 status collapsed
19252
19253 \begin_layout Plain Layout
19254
19255 }
19256 \end_layout
19257
19258 \end_inset
19259
19260
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 </row>
19266 <row>
19267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 \begin_inset ERT
19272 status collapsed
19273
19274 \begin_layout Plain Layout
19275
19276
19277 \backslash
19278 arrayrulecolor{black}
19279 \end_layout
19280
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 <cell alignment="center" valignment="top" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337 \begin_inset ERT
19338 status collapsed
19339
19340 \begin_layout Plain Layout
19341
19342
19343 \backslash
19344
19345 \backslash
19346
19347 \backslash
19348 arrayrulecolor{magenta}%
19349 \end_layout
19350
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 </row>
19359 <row>
19360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 \begin_inset ERT
19365 status collapsed
19366
19367 \begin_layout Plain Layout
19368
19369
19370 \backslash
19371 multicolumn{1}{|c!{
19372 \backslash
19373 color{red}
19374 \backslash
19375 vline}}{
19376 \end_layout
19377
19378 \end_inset
19379
19380
19381 \begin_inset ERT
19382 status collapsed
19383
19384 \begin_layout Plain Layout
19385
19386 }
19387 \end_layout
19388
19389 \end_inset
19390
19391
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400 \begin_inset ERT
19401 status collapsed
19402
19403 \begin_layout Plain Layout
19404
19405
19406 \backslash
19407 multicolumn{1}{c!{
19408 \backslash
19409 color{green}
19410 \backslash
19411 vline}}{
19412 \end_layout
19413
19414 \end_inset
19415
19416
19417 \begin_inset ERT
19418 status collapsed
19419
19420 \begin_layout Plain Layout
19421
19422 }
19423 \end_layout
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19433 \begin_inset Text
19434
19435 \begin_layout Plain Layout
19436 \begin_inset ERT
19437 status collapsed
19438
19439 \begin_layout Plain Layout
19440
19441
19442 \backslash
19443 multicolumn{1}{c!{
19444 \backslash
19445 color{yellow}
19446 \backslash
19447 vline}}{
19448 \end_layout
19449
19450 \end_inset
19451
19452
19453 \begin_inset ERT
19454 status collapsed
19455
19456 \begin_layout Plain Layout
19457
19458 }
19459 \end_layout
19460
19461 \end_inset
19462
19463
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 \begin_inset ERT
19473 status collapsed
19474
19475 \begin_layout Plain Layout
19476
19477
19478 \backslash
19479 multicolumn{1}{c!{
19480 \backslash
19481 color{blue}
19482 \backslash
19483 vline}}{
19484 \end_layout
19485
19486 \end_inset
19487
19488
19489 \begin_inset ERT
19490 status collapsed
19491
19492 \begin_layout Plain Layout
19493
19494 }
19495 \end_layout
19496
19497 \end_inset
19498
19499
19500 \end_layout
19501
19502 \end_inset
19503 </cell>
19504 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19505 \begin_inset Text
19506
19507 \begin_layout Plain Layout
19508 \begin_inset ERT
19509 status collapsed
19510
19511 \begin_layout Plain Layout
19512
19513
19514 \backslash
19515 multicolumn{1}{c!{
19516 \backslash
19517 color{cyan}
19518 \backslash
19519 vline}}{
19520 \end_layout
19521
19522 \end_inset
19523
19524
19525 \begin_inset ERT
19526 status collapsed
19527
19528 \begin_layout Plain Layout
19529
19530 }
19531 \end_layout
19532
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544 \begin_inset ERT
19545 status collapsed
19546
19547 \begin_layout Plain Layout
19548
19549
19550 \backslash
19551 multicolumn{1}{c!{
19552 \backslash
19553 color{black}
19554 \backslash
19555 vline}}{
19556 \end_layout
19557
19558 \end_inset
19559
19560
19561 \begin_inset ERT
19562 status collapsed
19563
19564 \begin_layout Plain Layout
19565
19566 }
19567 \end_layout
19568
19569 \end_inset
19570
19571
19572 \end_layout
19573
19574 \end_inset
19575 </cell>
19576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580 \begin_inset ERT
19581 status collapsed
19582
19583 \begin_layout Plain Layout
19584
19585
19586 \backslash
19587 multicolumn{1}{c|}{
19588 \end_layout
19589
19590 \end_inset
19591
19592
19593 \begin_inset ERT
19594 status collapsed
19595
19596 \begin_layout Plain Layout
19597
19598 }
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 \begin_inset ERT
19615 status collapsed
19616
19617 \begin_layout Plain Layout
19618
19619
19620 \backslash
19621 arrayrulecolor{black}
19622 \end_layout
19623
19624 \end_inset
19625
19626 B
19627 \end_layout
19628
19629 \end_inset
19630 </cell>
19631 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19641 \begin_inset Text
19642
19643 \begin_layout Plain Layout
19644
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 </row>
19686 </lyxtabular>
19687
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \end_inset
19694
19695
19696 \end_layout
19697
19698 \begin_layout Standard
19699 \begin_inset ERT
19700 status collapsed
19701
19702 \begin_layout Plain Layout
19703
19704
19705 \backslash
19706 setlength{
19707 \backslash
19708 arrayrulewidth}{0.4pt}
19709 \end_layout
19710
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \begin_layout Section
19717 表セルの回転
19718 \begin_inset CommandInset label
19719 LatexCommand label
19720 name "sec:表セルの回転"
19721
19722 \end_inset
19723
19724
19725 \begin_inset Index idx
19726 status collapsed
19727
19728 \begin_layout Plain Layout
19729 ひょう@表 ! せるのかいてん@セルの回転
19730 \end_layout
19731
19732 \end_inset
19733
19734
19735 \begin_inset Index idx
19736 status collapsed
19737
19738 \begin_layout Plain Layout
19739 かいてん@回転 ! そざいの@素材の—
19740 \end_layout
19741
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \begin_layout Standard
19748 \begin_inset Note Greyedout
19749 status open
19750
19751 \begin_layout Plain Layout
19752
19753 \series bold
19754 【註】
19755 \series default
19756 すべてのDVIビューアが回転表示できるわけではありません.
19757 \end_layout
19758
19759 \end_inset
19760
19761
19762 \end_layout
19763
19764 \begin_layout Standard
19765 と入れてください.表
19766 \begin_inset CommandInset ref
19767 LatexCommand ref
19768 reference "tab:回転表"
19769
19770 \end_inset
19771
19772 は,3つのセルを45°回転させた用例です.
19773 \end_layout
19774
19775 \begin_layout Standard
19776 \begin_inset Float table
19777 placement document
19778 alignment document
19779 wide false
19780 sideways false
19781 status open
19782
19783 \begin_layout Plain Layout
19784 \begin_inset Caption Standard
19785
19786 \begin_layout Plain Layout
19787 \begin_inset CommandInset label
19788 LatexCommand label
19789 name "tab:回転表"
19790
19791 \end_inset
19792
19793 1行目に回転セルのある表
19794 \end_layout
19795
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \begin_layout Plain Layout
19802 \noindent
19803 \align center
19804 \begin_inset Tabular
19805 <lyxtabular version="3" rows="2" columns="3">
19806 <features tabularvalignment="middle">
19807 <column alignment="center" valignment="top" width="0pt">
19808 <column alignment="center" valignment="top" width="0pt">
19809 <column alignment="center" valignment="top" width="0pt">
19810 <row>
19811 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815 コップ
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833 受け皿
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 </row>
19839 <row>
19840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844 45
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853 33
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 21
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 </row>
19868 </lyxtabular>
19869
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \begin_layout Standard
19881 \begin_inset Note Greyedout
19882 status open
19883
19884 \begin_layout Plain Layout
19885
19886 \series bold
19887 【註】
19888 \series default
19889 回転セル中では,改行(
19890 \begin_inset Flex Ruby
19891 status collapsed
19892
19893 \begin_layout Plain Layout
19894 捷径
19895 \begin_inset Argument post:1
19896 status collapsed
19897
19898 \begin_layout Plain Layout
19899 ショートカット
19900 \end_layout
19901
19902 \end_inset
19903
19904
19905 \end_layout
19906
19907 \end_inset
19908
19909
19910 \begin_inset Info
19911 type  "shortcut"
19912 arg   "newline-insert newline"
19913 \end_inset
19914
19915 )はできません.
19916 \end_layout
19917
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \begin_layout Standard
19924 改行を含むセルを回転させたい場合には,セルの内容をminipageかparboxに置かなくてはなりません
19925 \begin_inset Foot
19926 status collapsed
19927
19928 \begin_layout Plain Layout
19929 これらのボックスについて詳しくは,第
19930 \begin_inset CommandInset ref
19931 LatexCommand ref
19932 reference "sec:ミニページ"
19933
19934 \end_inset
19935
19936 節および第
19937 \begin_inset CommandInset ref
19938 LatexCommand ref
19939 reference "sec:Parboxes"
19940
19941 \end_inset
19942
19943 節をご覧ください.
19944 \end_layout
19945
19946 \end_inset
19947
19948 .このセルを90
19949 \begin_inset space \thinspace{}
19950 \end_inset
19951
19952 °回転させると,ボックス幅はセルの高さになります.
19953 \lang english
19954 To avoid to estimate a suitable box width one can use a minipage with a
19955  variable width.
19956  Such a box is inserted by loading the module 
19957 \family sans
19958 Variable-width
19959 \begin_inset space ~
19960 \end_inset
19961
19962 Minipages
19963 \family default
19964  in the document settings.
19965  Then one can use the menu 
19966 \family sans
19967 Insert\SpecialChar menuseparator
19968 Custom
19969 \begin_inset space ~
19970 \end_inset
19971
19972 Insets\SpecialChar menuseparator
19973 Minipage
19974 \begin_inset space ~
19975 \end_inset
19976
19977
19978 \family default
19979 (Var.
19980 \begin_inset space ~
19981 \end_inset
19982
19983 Width)
19984 \lang japanese
19985 .表
19986 \begin_inset CommandInset ref
19987 LatexCommand ref
19988 reference "tab:表多行回転"
19989
19990 \end_inset
19991
19992
19993 \lang english
19994 is an example for a rotated multiline cell where a variable width minipage
19995  is used
19996 \lang japanese
19997
19998 \end_layout
19999
20000 \begin_layout Standard
20001 \begin_inset Float table
20002 placement document
20003 alignment document
20004 wide false
20005 sideways false
20006 status open
20007
20008 \begin_layout Plain Layout
20009 \begin_inset Caption Standard
20010
20011 \begin_layout Plain Layout
20012 \begin_inset CommandInset label
20013 LatexCommand label
20014 name "tab:表多行回転"
20015
20016 \end_inset
20017
20018 多行セルを回転させた表
20019 \end_layout
20020
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \begin_layout Plain Layout
20027 \noindent
20028 \align center
20029 \begin_inset Tabular
20030 <lyxtabular version="3" rows="2" columns="3">
20031 <features tabularvalignment="middle">
20032 <column alignment="center" valignment="top">
20033 <column alignment="center" valignment="top" width="0pt">
20034 <column alignment="center" valignment="top">
20035 <row>
20036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20046 \begin_inset Text
20047
20048 \begin_layout Plain Layout
20049 \begin_inset Flex Minipage (Var. Width)
20050 status open
20051
20052 \begin_layout Plain Layout
20053 改行を含む
20054 \begin_inset Newline newline
20055 \end_inset
20056
20057 回転
20058 \begin_inset space ~
20059 \end_inset
20060
20061
20062 \end_layout
20063
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 </row>
20081 <row>
20082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 </row>
20110 </lyxtabular>
20111
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \end_inset
20118
20119
20120 \end_layout
20121
20122 \begin_layout Section
20123 表幅の計算
20124 \begin_inset CommandInset label
20125 LatexCommand label
20126 name "sec:表幅の計算"
20127
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \begin_layout Standard
20134 幅広の表では,表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,では各列にどれくらいの幅を
20135 設ければ良いのでしょうか?
20136 \end_layout
20137
20138 \begin_layout Standard
20139 表幅
20140 \begin_inset Formula $W_{\text{表}}$
20141 \end_inset
20142
20143 は計算することができます.各列の実際の幅は,指定した列幅
20144 \begin_inset Formula $W_{\text{列}}$
20145 \end_inset
20146
20147 に,列の内容と列罫線との間の余白(\SpecialChar LaTeX
20148
20149 \series bold
20150
20151 \backslash
20152 tabcolsep
20153 \series default
20154 ・既定値6
20155 \begin_inset space \thinspace{}
20156 \end_inset
20157
20158 pt)の2倍と,罫線幅(\SpecialChar LaTeX
20159
20160 \series bold
20161
20162 \backslash
20163 arrayrulewidth
20164 \series default
20165 ・既定値0.4
20166 \begin_inset space \thinspace{}
20167 \end_inset
20168
20169 pt)を加えたものになります.したがって,もし同じ幅の
20170 \begin_inset Formula $n$
20171 \end_inset
20172
20173 列を作るならば,表幅は
20174 \begin_inset Formula 
20175 \begin{equation}
20176 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20177 \end{equation}
20178
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \begin_layout Standard
20185 となります.表が使用できる幅は,ページ余白の間の幅か,本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
20186
20187 \series bold
20188
20189 \backslash
20190 columnwidth
20191 \series default
20192 ).表の列をすべて同じ幅にするとすれば,
20193 \begin_inset Formula $W_{\text{表}}$
20194 \end_inset
20195
20196 が1
20197 \begin_inset space \thinspace{}
20198 \end_inset
20199
20200
20201 \backslash
20202 columnwidthになりますので,
20203 \begin_inset Formula $W_{\text{列}}$
20204 \end_inset
20205
20206 は簡単に計算できます.
20207 \end_layout
20208
20209 \begin_layout Standard
20210 計算を行わせる場合には,文書プリアンブル中で\SpecialChar LaTeX
20211 パッケージ
20212 \series bold
20213 calc
20214 \series default
20215
20216 \begin_inset Index idx
20217 status collapsed
20218
20219 \begin_layout Plain Layout
20220 \SpecialChar LaTeX
20221 ぱっけーじ@\SpecialChar LaTeX
20222 パッケージ ! calc
20223 \end_layout
20224
20225 \end_inset
20226
20227 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
20228 \family sans
20229 \SpecialChar LaTeX
20230 の引数
20231 \family default
20232 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,第
20233 \begin_inset CommandInset ref
20234 LatexCommand ref
20235 reference "subsec:連結列の計算"
20236
20237 \end_inset
20238
20239 節で説明したのと同様です.同幅中央揃え5列の表ならば,各列の同フィールドに
20240 \end_layout
20241
20242 \begin_layout Standard
20243
20244 \series bold
20245 >{
20246 \backslash
20247 centering}p{(1
20248 \backslash
20249 columnwidth-62.4pt)/5}
20250 \end_layout
20251
20252 \begin_layout Standard
20253 というコマンドを入力します.5列の表で,うち2列が他の3列の幅の0.75倍であるような表の場合には,計算は
20254 \begin_inset Formula 
20255 \begin{align}
20256 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20257  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20258  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
20259 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20260 \end{align}
20261
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \begin_layout Standard
20268 となります.したがって,表中の広い列には
20269 \end_layout
20270
20271 \begin_layout Standard
20272
20273 \series bold
20274 >{
20275 \backslash
20276 centering}p{(1
20277 \backslash
20278 columnwidth-62.4pt)/
20279 \backslash
20280 real{4.5}}
20281 \end_layout
20282
20283 \begin_layout Standard
20284 というコマンドを用い,狭い列には
20285 \end_layout
20286
20287 \begin_layout Standard
20288
20289 \series bold
20290 >{
20291 \backslash
20292 centering}p{(1
20293 \backslash
20294 columnwidth-62.4pt)/
20295 \backslash
20296 real{4.5}*
20297 \backslash
20298 real{0.75}}
20299 \end_layout
20300
20301 \begin_layout Standard
20302 というコマンドを用いることにすると,以下の表が出来上がります.
20303 \end_layout
20304
20305 \begin_layout Standard
20306 \begin_inset Tabular
20307 <lyxtabular version="3" rows="2" columns="5">
20308 <features tabularvalignment="middle">
20309 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20310 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20311 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20312 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20313 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20314 <row>
20315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319 1
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328 2
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337 3
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 4
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 5
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 </row>
20361 <row>
20362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 111111 1111111 111111 111111111 11111 11111 1111
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384 2222 22222 222222 222222222 2222222 22 22222
20385 \end_layout
20386
20387 \end_inset
20388 </cell>
20389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20390 \begin_inset Text
20391
20392 \begin_layout Plain Layout
20393
20394 \end_layout
20395
20396 \end_inset
20397 </cell>
20398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402 333333 333333 333333 33333 3333333 333
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 </row>
20408 </lyxtabular>
20409
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \begin_layout Section
20416 表の調整
20417 \begin_inset Index idx
20418 status collapsed
20419
20420 \begin_layout Plain Layout
20421 ひょうのちょうせい@表の調整
20422 \end_layout
20423
20424 \end_inset
20425
20426
20427 \begin_inset Index idx
20428 status collapsed
20429
20430 \begin_layout Plain Layout
20431 ひょう@表 ! ちょうせい@調整
20432 \end_layout
20433
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \begin_layout Subsection
20440 行の余白取り
20441 \begin_inset CommandInset label
20442 LatexCommand label
20443 name "subsec:行の余白取り"
20444
20445 \end_inset
20446
20447
20448 \begin_inset Index idx
20449 status collapsed
20450
20451 \begin_layout Plain Layout
20452 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
20453 \end_layout
20454
20455 \end_inset
20456
20457
20458 \end_layout
20459
20460 \begin_layout Standard
20461 表の設定ダイアログの
20462 \family sans
20463 罫線
20464 \family default
20465 タブで,表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
20466 \end_layout
20467
20468 \begin_layout Description
20469 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
20470 \begin_inset Foot
20471 status collapsed
20472
20473 \begin_layout Plain Layout
20474 フォーマル様式の表は第
20475 \begin_inset CommandInset ref
20476 LatexCommand ref
20477 reference "sec:フォーマル様式の表"
20478
20479 \end_inset
20480
20481 節で説明されています.
20482 \end_layout
20483
20484 \end_inset
20485
20486 ならば,\SpecialChar LyX
20487 は既定値として0.5
20488 \begin_inset space \thinspace{}
20489 \end_inset
20490
20491 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20492 \begin_inset VSpace medskip
20493 \end_inset
20494
20495
20496 \begin_inset Newline newline
20497 \end_inset
20498
20499
20500 \begin_inset space \hspace*{}
20501 \length 0pt
20502 \end_inset
20503
20504
20505 \begin_inset space \hfill{}
20506 \end_inset
20507
20508
20509 \begin_inset Tabular
20510 <lyxtabular version="3" rows="3" columns="1">
20511 <features tabularvalignment="middle">
20512 <column alignment="center" valignment="top">
20513 <row>
20514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 </row>
20524 <row topspace="3mm">
20525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529 行上に3
20530 \begin_inset space \thinspace{}
20531 \end_inset
20532
20533 mmの余白
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 </row>
20539 <row>
20540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 </row>
20550 </lyxtabular>
20551
20552 \end_inset
20553
20554
20555 \begin_inset space \hfill{}
20556 \end_inset
20557
20558
20559 \begin_inset space \hspace*{}
20560 \length 0pt
20561 \end_inset
20562
20563
20564 \begin_inset VSpace medskip
20565 \end_inset
20566
20567
20568 \begin_inset Newline newline
20569 \end_inset
20570
20571 したがって,通常表の行上に余白を加えるのは,縦罫線がないときのみに使用することができます.
20572 \end_layout
20573
20574 \begin_layout Description
20575 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20576 は既定値として0.5
20577 \begin_inset space \thinspace{}
20578 \end_inset
20579
20580 emの余白を挿入し,通常の表ならば既定値として2
20581 \begin_inset space \thinspace{}
20582 \end_inset
20583
20584 ptを挿入します.
20585 \end_layout
20586
20587 \begin_layout Description
20588 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20589 は既定値として0.5
20590 \begin_inset space \thinspace{}
20591 \end_inset
20592
20593 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20594 \begin_inset VSpace medskip
20595 \end_inset
20596
20597
20598 \begin_inset Newline newline
20599 \end_inset
20600
20601
20602 \begin_inset space \hspace*{}
20603 \length 0pt
20604 \end_inset
20605
20606
20607 \begin_inset space \hfill{}
20608 \end_inset
20609
20610
20611 \begin_inset Tabular
20612 <lyxtabular version="3" rows="3" columns="1">
20613 <features tabularvalignment="middle">
20614 <column alignment="center" valignment="top">
20615 <row>
20616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 </row>
20626 <row interlinespace="3mm">
20627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631 \begin_inset Formula $\downarrow$
20632 \end_inset
20633
20634  行間に3
20635 \begin_inset space \thinspace{}
20636 \end_inset
20637
20638 mmの余白 
20639 \begin_inset Formula $\downarrow$
20640 \end_inset
20641
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653 \begin_inset Formula $\uparrow$
20654 \end_inset
20655
20656  行間に3
20657 \begin_inset space \thinspace{}
20658 \end_inset
20659
20660 mmの余白 
20661 \begin_inset Formula $\uparrow$
20662 \end_inset
20663
20664
20665 \end_layout
20666
20667 \end_inset
20668 </cell>
20669 </row>
20670 </lyxtabular>
20671
20672 \end_inset
20673
20674
20675 \begin_inset space \hfill{}
20676 \end_inset
20677
20678
20679 \begin_inset space \hspace*{}
20680 \length 0pt
20681 \end_inset
20682
20683
20684 \begin_inset VSpace medskip
20685 \end_inset
20686
20687
20688 \begin_inset Newline newline
20689 \end_inset
20690
20691 したがって,通常表の行間に余白を加えるのは,縦罫線がないときのみに使用することができます.
20692 \end_layout
20693
20694 \begin_layout Standard
20695 \begin_inset VSpace bigskip
20696 \end_inset
20697
20698 すべての表の全セルの高さを上げたい場合には,以下の行をプリアンブルに加えることによって実現できます.
20699 \end_layout
20700
20701 \begin_layout Standard
20702
20703 \series bold
20704
20705 \backslash
20706 @ifundefined{extrarowheight}
20707 \begin_inset Newline newline
20708 \end_inset
20709
20710
20711 \begin_inset Phantom HPhantom
20712 status open
20713
20714 \begin_layout Plain Layout
20715 \begin_inset space ~
20716 \end_inset
20717
20718
20719 \end_layout
20720
20721 \end_inset
20722
20723 {
20724 \backslash
20725 usepackage{array}}{}
20726 \begin_inset Newline newline
20727 \end_inset
20728
20729
20730 \backslash
20731 setlength{
20732 \backslash
20733 extrarowheight}{高さ}
20734 \series default
20735
20736 \begin_inset Note Note
20737 status collapsed
20738
20739 \begin_layout Plain Layout
20740 自己定義の表書式を用いると,\SpecialChar LyX
20741 は自動的に
20742 \series bold
20743 array
20744 \series default
20745 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
20746 \series bold
20747
20748 \backslash
20749 @ifundefined
20750 \series default
20751 が使用されています.
20752 \end_layout
20753
20754 \end_inset
20755
20756
20757 \end_layout
20758
20759 \begin_layout Standard
20760 というコマンドを書き加えて下さい.ここで「高さ」には,付録
20761 \begin_inset CommandInset ref
20762 LatexCommand ref
20763 reference "cha:LyXで使用できる単位"
20764
20765 \end_inset
20766
20767 に挙げられている単位を取ることができます.しかしこの方法は,セル内の文章が縦方向に中央揃えにならないという欠点があります.
20768 \end_layout
20769
20770 \begin_layout Standard
20771 標準大よりも大きいフォント寸法を使用している場合には,文字が表罫線に近寄りすぎることがよくあります.これは,表の行の最初に\SpecialChar TeX
20772 コードで
20773 \series bold
20774
20775 \backslash
20776 strut
20777 \series default
20778 コマンドを挿入することで補正することができます.表
20779 \begin_inset CommandInset ref
20780 LatexCommand ref
20781 reference "tab:垂直揃え"
20782
20783 \end_inset
20784
20785 は,この効果を示したものです.
20786 \end_layout
20787
20788 \begin_layout Standard
20789 \noindent
20790 \begin_inset Float table
20791 placement h
20792 alignment document
20793 wide false
20794 sideways false
20795 status open
20796
20797 \begin_layout Plain Layout
20798 \begin_inset Caption Standard
20799
20800 \begin_layout Plain Layout
20801 \begin_inset CommandInset label
20802 LatexCommand label
20803 name "tab:垂直揃え"
20804
20805 \end_inset
20806
20807 大きなフォント寸法の文章の垂直揃え
20808 \end_layout
20809
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \begin_layout Plain Layout
20816 \begin_inset space \hfill{}
20817 \end_inset
20818
20819
20820 \begin_inset Float table
20821 placement document
20822 alignment document
20823 wide false
20824 sideways false
20825 status collapsed
20826
20827 \begin_layout Plain Layout
20828 \begin_inset Caption Standard
20829
20830 \begin_layout Plain Layout
20831 通常の表
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \begin_layout Plain Layout
20840 \noindent
20841 \align center
20842 \begin_inset Tabular
20843 <lyxtabular version="3" rows="6" columns="1">
20844 <features tabularvalignment="middle">
20845 <column alignment="left" valignment="top">
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 ふつう, g
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \size large
20864 やや大
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 </row>
20870 <row>
20871 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20872 \begin_inset Text
20873
20874 \begin_layout Plain Layout
20875
20876 \size larger
20877
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 </row>
20883 <row>
20884 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888
20889 \size largest
20890 極大
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \size huge
20903 極々大
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 </row>
20909 <row>
20910 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914
20915 \size giant
20916 最大
20917 \end_layout
20918
20919 \end_inset
20920 </cell>
20921 </row>
20922 </lyxtabular>
20923
20924 \end_inset
20925
20926
20927 \end_layout
20928
20929 \end_inset
20930
20931
20932 \begin_inset space \hfill{}
20933 \end_inset
20934
20935
20936 \begin_inset Float table
20937 placement document
20938 alignment document
20939 wide false
20940 sideways false
20941 status collapsed
20942
20943 \begin_layout Plain Layout
20944 \begin_inset Caption Standard
20945
20946 \begin_layout Plain Layout
20947
20948 \series bold
20949
20950 \backslash
20951 strut
20952 \series default
20953 コマンドを使用した表
20954 \end_layout
20955
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \begin_layout Plain Layout
20962 \noindent
20963 \align center
20964 \begin_inset Tabular
20965 <lyxtabular version="3" rows="6" columns="1">
20966 <features tabularvalignment="middle">
20967 <column alignment="left" valignment="top">
20968 <row>
20969 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973 ふつう, g
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 </row>
20979 <row>
20980 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984
20985 \size large
20986 \begin_inset ERT
20987 status collapsed
20988
20989 \begin_layout Plain Layout
20990
20991
20992 \backslash
20993 strut 
20994 \end_layout
20995
20996 \end_inset
20997
20998 やや大
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 </row>
21004 <row>
21005 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009
21010 \size larger
21011 \begin_inset ERT
21012 status collapsed
21013
21014 \begin_layout Plain Layout
21015
21016
21017 \backslash
21018 strut 
21019 \end_layout
21020
21021 \end_inset
21022
21023
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 </row>
21029 <row>
21030 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034
21035 \size largest
21036 \begin_inset ERT
21037 status collapsed
21038
21039 \begin_layout Plain Layout
21040
21041
21042 \backslash
21043 strut 
21044 \end_layout
21045
21046 \end_inset
21047
21048 極大
21049 \end_layout
21050
21051 \end_inset
21052 </cell>
21053 </row>
21054 <row>
21055 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059
21060 \size huge
21061 \begin_inset ERT
21062 status collapsed
21063
21064 \begin_layout Plain Layout
21065
21066
21067 \backslash
21068 strut 
21069 \end_layout
21070
21071 \end_inset
21072
21073 極々大
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 </row>
21079 <row>
21080 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084
21085 \size giant
21086 \begin_inset ERT
21087 status collapsed
21088
21089 \begin_layout Plain Layout
21090
21091
21092 \backslash
21093 strut 
21094 \end_layout
21095
21096 \end_inset
21097
21098 最大
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 </row>
21104 </lyxtabular>
21105
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \end_inset
21112
21113
21114 \begin_inset space \hfill{}
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \end_inset
21121
21122
21123 \end_layout
21124
21125 \begin_layout Subsection
21126 特殊なセル揃え
21127 \begin_inset CommandInset label
21128 LatexCommand label
21129 name "subsec:特殊なセル揃え"
21130
21131 \end_inset
21132
21133
21134 \begin_inset Index idx
21135 status collapsed
21136
21137 \begin_layout Plain Layout
21138 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
21139 \end_layout
21140
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \begin_layout Standard
21147 ときには表
21148 \begin_inset CommandInset ref
21149 LatexCommand ref
21150 reference "tab:表セル"
21151
21152 \end_inset
21153
21154 の小数点のように,同一列の各セルの内容が,特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,当該列にカーソルを置いて,ツールバーボタン
21155 \begin_inset Info
21156 type  "icon"
21157 arg   "tabular-feature align-decimal"
21158 \end_inset
21159
21160 を押すか,表設定中で揃えを
21161 \family sans
21162 小数点で
21163 \family default
21164 に設定します.
21165 \end_layout
21166
21167 \begin_layout Standard
21168 \begin_inset Float table
21169 placement h
21170 alignment document
21171 wide false
21172 sideways false
21173 status open
21174
21175 \begin_layout Plain Layout
21176 \begin_inset Caption Standard
21177
21178 \begin_layout Plain Layout
21179 \begin_inset CommandInset label
21180 LatexCommand label
21181 name "tab:表セル"
21182
21183 \end_inset
21184
21185 一列が小数点で揃えられた表セル
21186 \end_layout
21187
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \begin_layout Plain Layout
21194 \align center
21195 \begin_inset Tabular
21196 <lyxtabular version="3" rows="4" columns="1">
21197 <features booktabs="true" tabularvalignment="middle">
21198 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
21199 <row>
21200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 見出し
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 </row>
21210 <row>
21211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215 12.6
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 </row>
21221 <row>
21222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 0.68
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 </row>
21232 <row>
21233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 -123.0
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 </lyxtabular>
21244
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \begin_layout Standard
21256 \begin_inset Float table
21257 placement h
21258 alignment document
21259 wide false
21260 sideways false
21261 status open
21262
21263 \begin_layout Plain Layout
21264 \begin_inset Caption Standard
21265
21266 \begin_layout Plain Layout
21267 \begin_inset CommandInset label
21268 LatexCommand label
21269 name "tab:演算子揃え表"
21270
21271 \end_inset
21272
21273 一列が演算子で揃えられた表セル
21274 \end_layout
21275
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \begin_layout Plain Layout
21282 \align center
21283 \begin_inset Tabular
21284 <lyxtabular version="3" rows="4" columns="2">
21285 <features booktabs="true" tabularvalignment="middle">
21286 <column alignment="right" valignment="top" width="0pt">
21287 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21288 <row>
21289 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 見出し
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 </row>
21308 <row>
21309 <cell alignment="center" valignment="top" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $12\,+$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell alignment="center" valignment="top" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325 \begin_inset Formula $\,6$
21326 \end_inset
21327
21328
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 </row>
21334 <row>
21335 <cell alignment="center" valignment="top" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 \begin_inset Formula $0\,-$
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 <cell alignment="center" valignment="top" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351 \begin_inset Formula $\,68$
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 </row>
21360 <row>
21361 <cell alignment="center" valignment="top" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Plain Layout
21365 \begin_inset Formula $-123\,/$
21366 \end_inset
21367
21368
21369 \end_layout
21370
21371 \end_inset
21372 </cell>
21373 <cell alignment="center" valignment="top" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377 \begin_inset Formula $\,0$
21378 \end_inset
21379
21380
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 </row>
21386 </lyxtabular>
21387
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \begin_layout Standard
21399 揃え文字を指定するフィールドには,数式を用いることができないので,この方法を使って,数式中の文字で揃えることはできません.このような場合には,表
21400 \begin_inset CommandInset ref
21401 LatexCommand ref
21402 reference "tab:演算子揃え表"
21403
21404 \end_inset
21405
21406 のような方法を用いる必要があります.この表は,4
21407 \begin_inset Formula $\times$
21408 \end_inset
21409
21410 2表として作成されており,見出しは中央揃え連結列です.第1列には,右揃えで演算子を含む前半部を収め,第2列には,左揃えで残りを収めます.演算子の周りに通常加えら
21411 れる空白を得るために,第2列の各セルの冒頭には,小空白が加えられています.通常,表の列間に加えられる余白を削るために,
21412 \end_layout
21413
21414 \begin_layout Standard
21415
21416 \series bold
21417 @{}l
21418 \end_layout
21419
21420 \begin_layout Standard
21421 という\SpecialChar LaTeX
21422 引数を第2列に指定します.
21423 \end_layout
21424
21425 \begin_layout Standard
21426
21427 \begin_inset CommandInset ref
21428 LatexCommand ref
21429 reference "tab:表セル揃え"
21430
21431 \end_inset
21432
21433 は,揃え方の例をいくつか示しています.関係子で揃えるために,表
21434 \begin_inset CommandInset ref
21435 LatexCommand ref
21436 reference "tab:演算子揃え表"
21437
21438 \end_inset
21439
21440 の冒頭には,小空白が加えられています.
21441 \end_layout
21442
21443 \begin_layout Standard
21444 \begin_inset Float table
21445 placement document
21446 alignment document
21447 wide false
21448 sideways false
21449 status open
21450
21451 \begin_layout Plain Layout
21452 \begin_inset Caption Standard
21453
21454 \begin_layout Plain Layout
21455 \begin_inset CommandInset label
21456 LatexCommand label
21457 name "tab:表セル揃え"
21458
21459 \end_inset
21460
21461 表セルの揃えの例
21462 \end_layout
21463
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \begin_layout Plain Layout
21470 \align center
21471 \begin_inset Tabular
21472 <lyxtabular version="3" rows="4" columns="6">
21473 <features tabularvalignment="middle">
21474 <column alignment="right" valignment="top">
21475 <column alignment="left" valignment="top" special="@{}l">
21476 <column alignment="right" valignment="top">
21477 <column alignment="left" valignment="top" special="@{}l">
21478 <column alignment="right" valignment="top">
21479 <column alignment="left" valignment="top" special="@{}l">
21480 <row>
21481 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485 単位
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 冪数
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 関係子
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 </row>
21536 <row>
21537 <cell alignment="center" valignment="top" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541 12
21542 \begin_inset Formula $\times$
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 24本の瓶
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 <cell alignment="center" valignment="top" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 \begin_inset Formula $10\cdot$
21564 \end_inset
21565
21566
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 \begin_inset Formula $10^{\mbox{-}17}$
21576 \end_inset
21577
21578
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 <cell alignment="center" valignment="top" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587 \begin_inset Formula $\Gamma(t)\propto$
21588 \end_inset
21589
21590
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 <cell alignment="center" valignment="top" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599 \begin_inset Formula $\:\Upsilon(t)$
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 </row>
21608 <row>
21609 <cell alignment="center" valignment="top" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613 1024
21614 \begin_inset Formula $\times$
21615 \end_inset
21616
21617
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626 768ピクセル
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 <cell alignment="center" valignment="top" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635 \begin_inset Formula $5.78\cdot$
21636 \end_inset
21637
21638
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 \begin_inset Formula $10^{7}$
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 \begin_inset Formula $A\ne$
21660 \end_inset
21661
21662
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 <cell alignment="center" valignment="top" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 \begin_inset Formula $\:B_{\mathrm{red}}$
21672 \end_inset
21673
21674
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 </row>
21680 <row>
21681 <cell alignment="center" valignment="top" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685 32
21686 \begin_inset Formula $\times$
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 6
21699 \begin_inset space \thinspace{}
21700 \end_inset
21701
21702 cm
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 -
21712 \begin_inset Formula $33.5\cdot$
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 \begin_inset Formula $10^{4}$
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 <cell alignment="center" valignment="top" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 \begin_inset Formula $\sin(\alpha)\ge$
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 <cell alignment="center" valignment="top" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748 \begin_inset Formula $\:\sin(\beta)$
21749 \end_inset
21750
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 </row>
21757 </lyxtabular>
21758
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \begin_layout Subsection
21770 自製のセル書式および列書式
21771 \begin_inset CommandInset label
21772 LatexCommand label
21773 name "subsec:自製書式"
21774
21775 \end_inset
21776
21777
21778 \begin_inset Index idx
21779 status collapsed
21780
21781 \begin_layout Plain Layout
21782 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
21783 \end_layout
21784
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \begin_layout Standard
21791
21792 \begin_inset CommandInset ref
21793 LatexCommand ref
21794 reference "sec:表幅の計算"
21795
21796 \end_inset
21797
21798 節のようにして通常列の必要幅を計算したり,第
21799 \begin_inset CommandInset ref
21800 LatexCommand ref
21801 reference "subsec:連結列の計算"
21802
21803 \end_inset
21804
21805 節のように連結列の必要幅を計算したりするのは,計算の必要な表が複数あるときには,とても大変です.そこで楽をするために,プリアンブルでセル・列書式を定義してしまえ
21806 ば,それを文書中のすべての表で使うことができます.書式は,以下のように定義します.
21807 \end_layout
21808
21809 \begin_layout Standard
21810
21811 \series bold
21812
21813 \backslash
21814 newcolumntype{書式名}[引数の数]{コマンド}
21815 \end_layout
21816
21817 \begin_layout Standard
21818 書式名は,一文字だけでも構いません.
21819 \emph on
21820 b
21821 \emph default
21822
21823 \emph on
21824 c
21825 \emph default
21826
21827 \emph on
21828 l
21829 \emph default
21830
21831 \emph on
21832 m
21833 \emph default
21834
21835 \emph on
21836 p
21837 \emph default
21838
21839 \emph on
21840 r
21841 \emph default
21842 の文字は定義済みですので使用することができませんが,これらの文字の大文字は使用可能です.
21843 \end_layout
21844
21845 \begin_layout Standard
21846 \begin_inset VSpace medskip
21847 \end_inset
21848
21849
21850 \end_layout
21851
21852 \begin_layout Standard
21853 固定幅の縦横中央揃えの連結列セルの場合は,以下のセル書式を定義するとよいでしょう.
21854 \end_layout
21855
21856 \begin_layout Standard
21857
21858 \series bold
21859
21860 \backslash
21861 newcolumntype{M}[1]{>{
21862 \backslash
21863 centering
21864 \backslash
21865 hspace{0pt}}m{#1}}
21866 \end_layout
21867
21868 \begin_layout Standard
21869 ここで
21870 \series bold
21871
21872 \backslash
21873 hspace{0pt}
21874 \series default
21875 は,第
21876 \begin_inset CommandInset ref
21877 LatexCommand ref
21878 reference "subsec:複数行"
21879
21880 \end_inset
21881
21882 節で述べたように,最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,表ダイアログの
21883 \family sans
21884 \SpecialChar LaTeX
21885 の引数
21886 \family default
21887
21888 \end_layout
21889
21890 \begin_layout Standard
21891
21892 \series bold
21893 M{width}
21894 \end_layout
21895
21896 \begin_layout Standard
21897 と入力するだけですみます.
21898 \end_layout
21899
21900 \begin_layout Standard
21901 \begin_inset VSpace bigskip
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \begin_layout Standard
21908 連結列セルにまたがられる各セルについては,以下の書式を定義するとよいでしょう.
21909 \end_layout
21910
21911 \begin_layout Standard
21912
21913 \series bold
21914
21915 \backslash
21916 newcolumntype{S}[2]{>{
21917 \backslash
21918 centering
21919 \backslash
21920 hspace{0pt}}
21921 \begin_inset Newline newline
21922 \end_inset
21923
21924
21925 \begin_inset Phantom HPhantom
21926 status open
21927
21928 \begin_layout Plain Layout
21929
21930 \series bold
21931
21932 \backslash
21933 newcolumntype
21934 \end_layout
21935
21936 \end_inset
21937
21938 m{(#1+(2
21939 \backslash
21940 tabcolsep+
21941 \backslash
21942 arrayrulewidth)*(1-#2))/#2}}
21943 \end_layout
21944
21945 \begin_layout Standard
21946 この書式は,またがられる各セルが同じ幅になる幅を計算するのに,第
21947 \begin_inset CommandInset ref
21948 LatexCommand eqref
21949 reference "eq:Wgn"
21950
21951 \end_inset
21952
21953 式を使用しています.
21954 \end_layout
21955
21956 \begin_layout Standard
21957 こうしておけば,当該セルの\SpecialChar LaTeX
21958 引数に
21959 \end_layout
21960
21961 \begin_layout Standard
21962
21963 \series bold
21964 S{連結列セルの幅}{連結列セルがまたがる列の数}
21965 \end_layout
21966
21967 \begin_layout Standard
21968 と入力するだけですみます.
21969 \end_layout
21970
21971 \begin_layout Standard
21972 \begin_inset VSpace bigskip
21973 \end_inset
21974
21975
21976 \end_layout
21977
21978 \begin_layout Standard
21979 色付き列については,以下のように定義するとよいでしょう.
21980 \end_layout
21981
21982 \begin_layout Standard
21983
21984 \series bold
21985
21986 \backslash
21987 newcolumntype{K}[1]{>{
21988 \backslash
21989 columncolor{#1}
21990 \backslash
21991 hspace{0pt}}c}
21992 \end_layout
21993
21994 \begin_layout Standard
21995 最後の「c」は,文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,\SpecialChar LaTeX
21996 引数に
21997 \end_layout
21998
21999 \begin_layout Standard
22000
22001 \series bold
22002 K{色名}
22003 \end_layout
22004
22005 \begin_layout Standard
22006 と入力します.
22007 \end_layout
22008
22009 \begin_layout Standard
22010 \begin_inset VSpace bigskip
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \begin_layout Standard
22017
22018 \begin_inset CommandInset ref
22019 LatexCommand ref
22020 reference "tab:ユーザー定義の表書式"
22021
22022 \end_inset
22023
22024 を生成するには,第1列と連結列に\SpecialChar LaTeX
22025 引数として
22026 \end_layout
22027
22028 \begin_layout Standard
22029
22030 \series bold
22031 M{2.5cm}
22032 \end_layout
22033
22034 \begin_layout Standard
22035 を指定し,最終列に
22036 \end_layout
22037
22038 \begin_layout Standard
22039
22040 \series bold
22041 K{red}
22042 \end_layout
22043
22044 \begin_layout Standard
22045 そして第2列の各セルに
22046 \end_layout
22047
22048 \begin_layout Standard
22049
22050 \series bold
22051 S{2.5cm}{2}
22052 \end_layout
22053
22054 \begin_layout Standard
22055 と指定します.
22056 \end_layout
22057
22058 \begin_layout Standard
22059 \begin_inset Float table
22060 placement h
22061 alignment document
22062 wide false
22063 sideways false
22064 status open
22065
22066 \begin_layout Plain Layout
22067 \begin_inset Caption Standard
22068
22069 \begin_layout Plain Layout
22070 \begin_inset CommandInset label
22071 LatexCommand label
22072 name "tab:ユーザー定義の表書式"
22073
22074 \end_inset
22075
22076 ユーザー定義の表書式を使用した表
22077 \end_layout
22078
22079 \end_inset
22080
22081
22082 \end_layout
22083
22084 \begin_layout Plain Layout
22085 \align center
22086 \begin_inset Tabular
22087 <lyxtabular version="3" rows="3" columns="4">
22088 <features tabularvalignment="middle">
22089 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22090 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22091 <column alignment="center" valignment="middle">
22092 <column alignment="center" valignment="middle" special="K{red}">
22093 <row>
22094 <cell alignment="center" valignment="top" topline="true" leftline="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 multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 複数行の連結列
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 </row>
22131 <row>
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" usebox="none">
22142 \begin_inset Text
22143
22144 \begin_layout Plain Layout
22145
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154
22155 \end_layout
22156
22157 \end_inset
22158 </cell>
22159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 </row>
22169 <row>
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" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 </row>
22207 </lyxtabular>
22208
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \end_inset
22215
22216
22217 \end_layout
22218
22219 \begin_layout Subsection
22220 罫線幅
22221 \begin_inset CommandInset label
22222 LatexCommand label
22223 name "subsec:罫線幅"
22224
22225 \end_inset
22226
22227
22228 \begin_inset Index idx
22229 status collapsed
22230
22231 \begin_layout Plain Layout
22232 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
22233 \end_layout
22234
22235 \end_inset
22236
22237
22238 \end_layout
22239
22240 \begin_layout Standard
22241 表中のすべての罫線の罫線幅を調整するには,長さ
22242 \series bold
22243
22244 \backslash
22245 arrayrulewidth
22246 \series default
22247 を使用します.たとえば,表
22248 \begin_inset CommandInset ref
22249 LatexCommand ref
22250 reference "tab:Table-with-1.5"
22251
22252 \end_inset
22253
22254 のように罫線幅を1.5
22255 \begin_inset space \thinspace{}
22256 \end_inset
22257
22258 ptにするには,表や表フロートの前に\SpecialChar TeX
22259 コードで
22260 \end_layout
22261
22262 \begin_layout Standard
22263
22264 \series bold
22265
22266 \backslash
22267 setlength{
22268 \backslash
22269 arrayrulewidth}{1.5pt}
22270 \end_layout
22271
22272 \begin_layout Standard
22273 というコマンドを挿入します.こうして変更した罫線幅は,これ以降のすべての表に適用されます.ふたたび既定値を使用するには,表か表フロートの前に\SpecialChar TeX
22274 コードで
22275 \series bold
22276
22277 \backslash
22278 arrayrulewidth
22279 \series default
22280 を0.4
22281 \begin_inset space \thinspace{}
22282 \end_inset
22283
22284 ptに設定してください.
22285 \end_layout
22286
22287 \begin_layout Standard
22288 \begin_inset ERT
22289 status collapsed
22290
22291 \begin_layout Plain Layout
22292
22293
22294 \backslash
22295 setlength{
22296 \backslash
22297 arrayrulewidth}{1.5pt}
22298 \end_layout
22299
22300 \end_inset
22301
22302
22303 \begin_inset Float table
22304 placement document
22305 alignment document
22306 wide false
22307 sideways false
22308 status open
22309
22310 \begin_layout Plain Layout
22311 \begin_inset Caption Standard
22312
22313 \begin_layout Plain Layout
22314 \begin_inset CommandInset label
22315 LatexCommand label
22316 name "tab:Table-with-1.5"
22317
22318 \end_inset
22319
22320 1.5
22321 \begin_inset space \thinspace{}
22322 \end_inset
22323
22324 pt幅罫線の表
22325 \end_layout
22326
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \begin_layout Plain Layout
22333 \align center
22334 \begin_inset Tabular
22335 <lyxtabular version="3" rows="3" columns="3">
22336 <features tabularvalignment="middle">
22337 <column alignment="center" valignment="top">
22338 <column alignment="center" valignment="top">
22339 <column alignment="center" valignment="top">
22340 <row>
22341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345 sd
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
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" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 </row>
22369 <row>
22370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383 sd
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 </row>
22398 <row>
22399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 sd
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 </row>
22427 </lyxtabular>
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \end_inset
22435
22436
22437 \begin_inset ERT
22438 status collapsed
22439
22440 \begin_layout Plain Layout
22441
22442
22443 \backslash
22444 setlength{
22445 \backslash
22446 arrayrulewidth}{0.4pt}
22447 \end_layout
22448
22449 \end_inset
22450
22451
22452 \end_layout
22453
22454 \begin_layout Standard
22455 \begin_inset VSpace bigskip
22456 \end_inset
22457
22458
22459 \begin_inset CommandInset ref
22460 LatexCommand ref
22461 reference "tab:1.5pt幅横罫"
22462
22463 \end_inset
22464
22465 のように横罫だけを1.5
22466 \begin_inset space \thinspace{}
22467 \end_inset
22468
22469 pt幅にするには,表または表フロートの前に\SpecialChar TeX
22470 コードとして以下のコマンドを挿入してください.
22471 \end_layout
22472
22473 \begin_layout Standard
22474
22475 \series bold
22476
22477 \backslash
22478 let
22479 \backslash
22480 myHline
22481 \backslash
22482 hline
22483 \begin_inset Newline newline
22484 \end_inset
22485
22486
22487 \backslash
22488 renewcommand{
22489 \backslash
22490 hline}
22491 \begin_inset Newline newline
22492 \end_inset
22493
22494  {
22495 \backslash
22496 noalign{
22497 \backslash
22498 global
22499 \backslash
22500 arrayrulewidth 1.5pt}
22501 \begin_inset Newline newline
22502 \end_inset
22503
22504  
22505 \backslash
22506 myHline
22507 \backslash
22508 noalign{
22509 \backslash
22510 global
22511 \backslash
22512 arrayrulewidth 0.4pt}}
22513 \end_layout
22514
22515 \begin_layout Standard
22516 既定幅に戻すには,表または表フロートの後に\SpecialChar TeX
22517 コードとして以下のコマンドを挿入します.
22518 \end_layout
22519
22520 \begin_layout Standard
22521
22522 \series bold
22523
22524 \backslash
22525 renewcommand{
22526 \backslash
22527 hline}{
22528 \backslash
22529 myHline}
22530 \end_layout
22531
22532 \begin_layout Standard
22533 \begin_inset ERT
22534 status collapsed
22535
22536 \begin_layout Plain Layout
22537
22538
22539 \backslash
22540 let
22541 \backslash
22542 myHline
22543 \backslash
22544 hline
22545 \end_layout
22546
22547 \begin_layout Plain Layout
22548
22549
22550 \backslash
22551 renewcommand{
22552 \backslash
22553 hline}
22554 \end_layout
22555
22556 \begin_layout Plain Layout
22557
22558  {
22559 \backslash
22560 noalign{
22561 \backslash
22562 global
22563 \backslash
22564 arrayrulewidth 1.5pt}
22565 \end_layout
22566
22567 \begin_layout Plain Layout
22568
22569   
22570 \backslash
22571 myHline
22572 \backslash
22573 noalign{
22574 \backslash
22575 global
22576 \backslash
22577 arrayrulewidth 0.4pt}}
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \begin_inset Float table
22584 placement document
22585 alignment document
22586 wide false
22587 sideways false
22588 status open
22589
22590 \begin_layout Plain Layout
22591 \begin_inset Caption Standard
22592
22593 \begin_layout Plain Layout
22594 \begin_inset CommandInset label
22595 LatexCommand label
22596 name "tab:1.5pt幅横罫"
22597
22598 \end_inset
22599
22600 1.5
22601 \begin_inset space \thinspace{}
22602 \end_inset
22603
22604 pt幅横罫の表
22605 \end_layout
22606
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \begin_layout Plain Layout
22613 \align center
22614 \begin_inset Tabular
22615 <lyxtabular version="3" rows="3" columns="3">
22616 <features tabularvalignment="middle">
22617 <column alignment="center" valignment="top">
22618 <column alignment="center" valignment="top">
22619 <column alignment="center" valignment="top">
22620 <row>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 sd
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 </row>
22649 <row>
22650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663 sd
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 </row>
22678 <row>
22679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701 sd
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 </lyxtabular>
22708
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \end_inset
22715
22716
22717 \begin_inset ERT
22718 status collapsed
22719
22720 \begin_layout Plain Layout
22721
22722
22723 \backslash
22724 renewcommand{
22725 \backslash
22726 hline}{
22727 \backslash
22728 myHline}
22729 \end_layout
22730
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \begin_layout Standard
22737 \begin_inset VSpace bigskip
22738 \end_inset
22739
22740 縦罫だけを1.5
22741 \begin_inset space \thinspace{}
22742 \end_inset
22743
22744 pt幅にするには,第
22745 \begin_inset CommandInset ref
22746 LatexCommand ref
22747 reference "subsec:自製書式"
22748
22749 \end_inset
22750
22751 節の説明にしたがって,文書プリアンブルに以下のような列書式を作成してください.
22752 \end_layout
22753
22754 \begin_layout Standard
22755
22756 \series bold
22757
22758 \backslash
22759 newcolumntype{V}{!{
22760 \backslash
22761 vrule width 1.5pt}}
22762 \end_layout
22763
22764 \begin_layout Standard
22765
22766 \begin_inset CommandInset ref
22767 LatexCommand ref
22768 reference "tab:1.5pt幅縦罫"
22769
22770 \end_inset
22771
22772 を作るには,最右列に\SpecialChar LaTeX
22773 引数
22774 \end_layout
22775
22776 \begin_layout Standard
22777
22778 \series bold
22779 VcV
22780 \end_layout
22781
22782 \begin_layout Standard
22783 を指定し,他の列には
22784 \end_layout
22785
22786 \begin_layout Standard
22787
22788 \series bold
22789 Vc
22790 \end_layout
22791
22792 \begin_layout Standard
22793 を指定します.
22794 \end_layout
22795
22796 \begin_layout Standard
22797 \begin_inset Float table
22798 placement document
22799 alignment document
22800 wide false
22801 sideways false
22802 status open
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Caption Standard
22806
22807 \begin_layout Plain Layout
22808 \begin_inset CommandInset label
22809 LatexCommand label
22810 name "tab:1.5pt幅縦罫"
22811
22812 \end_inset
22813
22814 1.5
22815 \begin_inset space \thinspace{}
22816 \end_inset
22817
22818 pt幅縦罫の表
22819 \end_layout
22820
22821 \end_inset
22822
22823
22824 \end_layout
22825
22826 \begin_layout Plain Layout
22827 \align center
22828 \begin_inset Tabular
22829 <lyxtabular version="3" rows="3" columns="3">
22830 <features tabularvalignment="middle">
22831 <column alignment="center" valignment="top" special="Vc">
22832 <column alignment="center" valignment="top" special="Vc">
22833 <column alignment="center" valignment="top" special="VcV">
22834 <row>
22835 <cell alignment="center" valignment="top" topline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 sd
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 <cell alignment="center" valignment="top" topline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 <row>
22864 <cell alignment="center" valignment="top" topline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 <cell alignment="center" valignment="top" topline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877 sd
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 <cell alignment="center" valignment="top" topline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 </row>
22892 <row>
22893 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915 sd
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 </row>
22921 </lyxtabular>
22922
22923 \end_inset
22924
22925
22926 \end_layout
22927
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \begin_layout Subsection
22934 点罫
22935 \begin_inset Index idx
22936 status collapsed
22937
22938 \begin_layout Plain Layout
22939 ひょうのちょうせい@表の調整 ! てんけい@点罫
22940 \end_layout
22941
22942 \end_inset
22943
22944
22945 \end_layout
22946
22947 \begin_layout Standard
22948 \begin_inset ERT
22949 status collapsed
22950
22951 \begin_layout Plain Layout
22952
22953
22954 \backslash
22955 ifarydshln
22956 \end_layout
22957
22958 \end_inset
22959
22960
22961 \begin_inset Note Note
22962 status open
22963
22964 \begin_layout Plain Layout
22965 この節は,\SpecialChar LaTeX
22966 パッケージ
22967 \series bold
22968 arydshln
22969 \series default
22970 が導入済みの時のみ表示されます.
22971 \end_layout
22972
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \begin_layout Standard
22979 \begin_inset Float table
22980 placement H
22981 alignment document
22982 wide false
22983 sideways false
22984 status open
22985
22986 \begin_layout Plain Layout
22987 \begin_inset Caption Standard
22988
22989 \begin_layout Plain Layout
22990 \begin_inset CommandInset label
22991 LatexCommand label
22992 name "tab:点罫表"
22993
22994 \end_inset
22995
22996 点罫を使用した表
22997 \end_layout
22998
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \begin_layout Plain Layout
23005 \align center
23006 \begin_inset Tabular
23007 <lyxtabular version="3" rows="5" columns="5">
23008 <features tabularvalignment="middle">
23009 <column alignment="center" valignment="top">
23010 <column alignment="center" valignment="top">
23011 <column alignment="center" valignment="top" special=":c">
23012 <column alignment="center" valignment="top">
23013 <column alignment="center" valignment="top">
23014 <row>
23015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 <row>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 <cell alignment="center" valignment="top" topline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23090 \begin_inset Text
23091
23092 \begin_layout Plain Layout
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23099 \begin_inset Text
23100
23101 \begin_layout Plain Layout
23102
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 </row>
23108 <row>
23109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113 \begin_inset ERT
23114 status collapsed
23115
23116 \begin_layout Plain Layout
23117
23118
23119 \backslash
23120 hdashline 
23121 \end_layout
23122
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23131 \begin_inset Text
23132
23133 \begin_layout Plain Layout
23134
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 <cell alignment="center" valignment="top" usebox="none">
23140 \begin_inset Text
23141
23142 \begin_layout Plain Layout
23143
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 </row>
23167 <row>
23168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 \begin_inset ERT
23173 status collapsed
23174
23175 \begin_layout Plain Layout
23176
23177
23178 \backslash
23179 cdashline{4-5}
23180 \end_layout
23181
23182 \end_inset
23183
23184
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23199 \begin_inset Text
23200
23201 \begin_layout Plain Layout
23202
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211
23212 \end_layout
23213
23214 \end_inset
23215 </cell>
23216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 </row>
23226 <row>
23227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23255 \begin_inset Text
23256
23257 \begin_layout Plain Layout
23258
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 </row>
23273 </lyxtabular>
23274
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \end_inset
23281
23282
23283 \end_layout
23284
23285 \begin_layout Standard
23286 \SpecialChar LyX
23287 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
23288 コードを使用する必要があります.必須要件として,文書プリアンブル中に
23289 \end_layout
23290
23291 \begin_layout Standard
23292
23293 \series bold
23294
23295 \backslash
23296 usepackage{arydshln}
23297 \end_layout
23298
23299 \begin_layout Standard
23300 というコマンドを書き,\SpecialChar LaTeX
23301 パッケージの
23302 \series bold
23303 arydshln
23304 \series default
23305
23306 \begin_inset Index idx
23307 status collapsed
23308
23309 \begin_layout Plain Layout
23310 \SpecialChar LaTeX
23311 ぱっけーじ@\SpecialChar LaTeX
23312 パッケージ ! arydshln
23313 \end_layout
23314
23315 \end_inset
23316
23317 を読み込んでおく必要があります.縦罫を点罫にするには,表セルダイアログの\SpecialChar LaTeX
23318 変数として,水平揃え用の文字とともにコロン「:」を入力してください.
23319 \end_layout
23320
23321 \begin_layout Standard
23322 横点罫を得るには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23323 コードで
23324 \end_layout
23325
23326 \begin_layout Standard
23327
23328 \series bold
23329
23330 \backslash
23331 hdashline
23332 \end_layout
23333
23334 \begin_layout Standard
23335 というコマンドを加えてください.
23336 \end_layout
23337
23338 \begin_layout Standard
23339 連結列に点罫を書くには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23340 コードで
23341 \end_layout
23342
23343 \begin_layout Standard
23344
23345 \series bold
23346
23347 \backslash
23348 cdashline{列番号
23349 \series default
23350 }
23351 \end_layout
23352
23353 \begin_layout Standard
23354 なるコマンドを使用してください.たとえば,第2列から第4列にわたる連結列があって,その上に点罫が欲しい場合には,連結列のある行の最初のセルの冒頭に
23355 \end_layout
23356
23357 \begin_layout Standard
23358
23359 \series bold
23360
23361 \backslash
23362 cdashline{2-4}
23363 \end_layout
23364
23365 \begin_layout Standard
23366 なるコマンドを置いてください.
23367 \end_layout
23368
23369 \begin_layout Standard
23370 \begin_inset VSpace bigskip
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \begin_layout Standard
23377
23378 \begin_inset CommandInset ref
23379 LatexCommand ref
23380 reference "tab:点罫表"
23381
23382 \end_inset
23383
23384 は,第3列の\SpecialChar LaTeX
23385 変数に「:c」を指定して作られています.第3行の最初のセルには,\SpecialChar TeX
23386 コードのコマンド
23387 \series bold
23388
23389 \backslash
23390 hdashline
23391 \series default
23392 が挿れられており,第4行の最初のセルには,\SpecialChar TeX
23393 コードのコマンド
23394 \begin_inset Newline newline
23395 \end_inset
23396
23397  
23398 \series bold
23399
23400 \backslash
23401 cdashline{4-5}
23402 \series default
23403 が挿れられています.
23404 \end_layout
23405
23406 \begin_layout Standard
23407 \begin_inset VSpace bigskip
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \begin_layout Standard
23414 点罫を持つ表も,表
23415 \begin_inset CommandInset ref
23416 LatexCommand ref
23417 reference "tab:Colored-table-with"
23418
23419 \end_inset
23420
23421 のように色付けをすることができます.
23422 \end_layout
23423
23424 \begin_layout Standard
23425 \begin_inset ERT
23426 status collapsed
23427
23428 \begin_layout Plain Layout
23429
23430
23431 \backslash
23432 setlength{
23433 \backslash
23434 arrayrulewidth}{1pt}
23435 \end_layout
23436
23437 \end_inset
23438
23439
23440 \begin_inset Note Note
23441 status collapsed
23442
23443 \begin_layout Plain Layout
23444 罫線色が見易いように線を太く
23445 \end_layout
23446
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \begin_layout Standard
23453 \begin_inset ERT
23454 status collapsed
23455
23456 \begin_layout Plain Layout
23457
23458
23459 \backslash
23460 dashgapcolor{green}
23461 \end_layout
23462
23463 \end_inset
23464
23465
23466 \begin_inset Note Note
23467 status collapsed
23468
23469 \begin_layout Plain Layout
23470 緑点罫の間の色付き余白
23471 \end_layout
23472
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \begin_layout Standard
23479 \begin_inset ERT
23480 status collapsed
23481
23482 \begin_layout Plain Layout
23483
23484
23485 \backslash
23486 let
23487 \backslash
23488 myHdashline
23489 \backslash
23490 hdashline
23491 \end_layout
23492
23493 \begin_layout Plain Layout
23494
23495
23496 \backslash
23497 renewcommand{
23498 \backslash
23499 hdashline}
23500 \end_layout
23501
23502 \begin_layout Plain Layout
23503
23504  {
23505 \backslash
23506 arrayrulecolor{red}
23507 \backslash
23508 myHdashline
23509 \backslash
23510 arrayrulecolor{black}}
23511 \end_layout
23512
23513 \end_inset
23514
23515
23516 \begin_inset Note Note
23517 status collapsed
23518
23519 \begin_layout Plain Layout
23520 色付き水平線・点罫赤
23521 \end_layout
23522
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \begin_layout Standard
23529 \begin_inset ERT
23530 status collapsed
23531
23532 \begin_layout Plain Layout
23533
23534
23535 \backslash
23536 let
23537 \backslash
23538 myCdashline
23539 \backslash
23540 cdashline
23541 \end_layout
23542
23543 \begin_layout Plain Layout
23544
23545
23546 \backslash
23547 renewcommand{
23548 \backslash
23549 cdashline}[1]
23550 \end_layout
23551
23552 \begin_layout Plain Layout
23553
23554  {
23555 \backslash
23556 arrayrulecolor{yellow}
23557 \backslash
23558 myCdashline{#1}
23559 \backslash
23560 arrayrulecolor{black}}
23561 \end_layout
23562
23563 \end_inset
23564
23565
23566 \begin_inset Note Note
23567 status collapsed
23568
23569 \begin_layout Plain Layout
23570 色付き部分水平線・点罫黄色
23571 \end_layout
23572
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \begin_layout Standard
23579 \begin_inset Float table
23580 placement h
23581 alignment document
23582 wide false
23583 sideways false
23584 status open
23585
23586 \begin_layout Plain Layout
23587 \begin_inset Caption Standard
23588
23589 \begin_layout Plain Layout
23590 \begin_inset CommandInset label
23591 LatexCommand label
23592 name "tab:Colored-table-with"
23593
23594 \end_inset
23595
23596 点罫線の色付き表
23597 \end_layout
23598
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \begin_layout Plain Layout
23605 \align center
23606 \begin_inset Tabular
23607 <lyxtabular version="3" rows="5" columns="5">
23608 <features tabularvalignment="middle">
23609 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23610 <column alignment="center" valignment="top" width="0pt">
23611 <column alignment="center" valignment="top" width="0pt" special=":c">
23612 <column alignment="center" valignment="top">
23613 <column alignment="center" valignment="top">
23614 <row>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" topline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 </row>
23661 <row>
23662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23663 \begin_inset Text
23664
23665 \begin_layout Plain Layout
23666
23667 \end_layout
23668
23669 \end_inset
23670 </cell>
23671 <cell alignment="center" valignment="top" topline="true" usebox="none">
23672 \begin_inset Text
23673
23674 \begin_layout Plain Layout
23675
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" topline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693
23694 \end_layout
23695
23696 \end_inset
23697 </cell>
23698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23699 \begin_inset Text
23700
23701 \begin_layout Plain Layout
23702
23703 \end_layout
23704
23705 \end_inset
23706 </cell>
23707 </row>
23708 <row>
23709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713 \begin_inset ERT
23714 status collapsed
23715
23716 \begin_layout Plain Layout
23717
23718
23719 \backslash
23720 hdashline 
23721 \end_layout
23722
23723 \end_inset
23724
23725
23726 \begin_inset ERT
23727 status collapsed
23728
23729 \begin_layout Plain Layout
23730
23731
23732 \backslash
23733 rowcolor{Gray}
23734 \end_layout
23735
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 </row>
23780 <row>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 \begin_inset ERT
23786 status collapsed
23787
23788 \begin_layout Plain Layout
23789
23790
23791 \backslash
23792 cdashline{4-5}
23793 \end_layout
23794
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23812 \begin_inset Text
23813
23814 \begin_layout Plain Layout
23815
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 </row>
23839 <row>
23840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880 \begin_inset ERT
23881 status collapsed
23882
23883 \begin_layout Plain Layout
23884
23885
23886 \backslash
23887 cellcolor{Maroon}
23888 \end_layout
23889
23890 \end_inset
23891
23892
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 </row>
23898 </lyxtabular>
23899
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \begin_layout Standard
23911 \begin_inset ERT
23912 status collapsed
23913
23914 \begin_layout Plain Layout
23915
23916
23917 \backslash
23918 renewcommand{
23919 \backslash
23920 hdashline}{
23921 \backslash
23922 myHdashline}
23923 \end_layout
23924
23925 \end_inset
23926
23927
23928 \begin_inset Note Note
23929 status collapsed
23930
23931 \begin_layout Plain Layout
23932 既定値に戻す
23933 \end_layout
23934
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \begin_layout Standard
23941 \begin_inset ERT
23942 status collapsed
23943
23944 \begin_layout Plain Layout
23945
23946
23947 \backslash
23948 renewcommand{
23949 \backslash
23950 cdashline}{
23951 \backslash
23952 myCdashline}
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 nodashgapcolor
23979 \end_layout
23980
23981 \end_inset
23982
23983
23984 \begin_inset Note Note
23985 status collapsed
23986
23987 \begin_layout Plain Layout
23988 既定値に戻す
23989 \end_layout
23990
23991 \end_inset
23992
23993
23994 \end_layout
23995
23996 \begin_layout Standard
23997 \begin_inset ERT
23998 status collapsed
23999
24000 \begin_layout Plain Layout
24001
24002
24003 \backslash
24004 setlength{
24005 \backslash
24006 arrayrulewidth}{0.4pt}
24007 \end_layout
24008
24009 \end_inset
24010
24011
24012 \begin_inset Note Note
24013 status collapsed
24014
24015 \begin_layout Plain Layout
24016 既定値に戻す
24017 \end_layout
24018
24019 \end_inset
24020
24021
24022 \end_layout
24023
24024 \begin_layout Standard
24025 行や列,罫線の着色は,第
24026 \begin_inset CommandInset ref
24027 LatexCommand ref
24028 reference "sec:色付きの表"
24029
24030 \end_inset
24031
24032 節に述べられているように動作します.水平線の着色も,
24033 \series bold
24034
24035 \backslash
24036 myHlineC
24037 \series default
24038 コマンドを
24039 \series bold
24040
24041 \backslash
24042 myHdashline
24043 \series default
24044 に置き換え,
24045 \series bold
24046
24047 \backslash
24048 hline
24049 \series default
24050
24051 \series bold
24052
24053 \backslash
24054 hdashline
24055 \series default
24056 に置き換えれば,そこで述べられているのと同様に機能します.したがって,以下のようなコマンドを使います.
24057 \end_layout
24058
24059 \begin_layout Standard
24060
24061 \series bold
24062
24063 \backslash
24064 let
24065 \backslash
24066 myHdashline
24067 \backslash
24068 hdashline
24069 \begin_inset Newline newline
24070 \end_inset
24071
24072
24073 \backslash
24074 renewcommand{
24075 \backslash
24076 hdashline}
24077 \begin_inset Newline newline
24078 \end_inset
24079
24080
24081 \begin_inset Phantom HPhantom
24082 status open
24083
24084 \begin_layout Plain Layout
24085 \begin_inset space ~
24086 \end_inset
24087
24088
24089 \end_layout
24090
24091 \end_inset
24092
24093 {
24094 \backslash
24095 arrayrulecolor{red}
24096 \backslash
24097 myHdashline
24098 \backslash
24099 arrayrulecolor{black}}
24100 \end_layout
24101
24102 \begin_layout Standard
24103
24104 \series bold
24105
24106 \backslash
24107 cdashline
24108 \series default
24109 に色をつけるならば,コマンドは
24110 \end_layout
24111
24112 \begin_layout Standard
24113
24114 \series bold
24115
24116 \backslash
24117 let
24118 \backslash
24119 myCdashline
24120 \backslash
24121 cdashline
24122 \begin_inset Newline newline
24123 \end_inset
24124
24125
24126 \backslash
24127 renewcommand{
24128 \backslash
24129 cdashline}[1]
24130 \begin_inset Newline newline
24131 \end_inset
24132
24133
24134 \begin_inset Phantom HPhantom
24135 status open
24136
24137 \begin_layout Plain Layout
24138 \begin_inset space ~
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \end_inset
24145
24146 {
24147 \backslash
24148 arrayrulecolor{red}
24149 \backslash
24150 myCdashline{#1}
24151 \backslash
24152 arrayrulecolor{black}}
24153 \end_layout
24154
24155 \begin_layout Standard
24156 のようになります.黒の罫線に戻すには,以下のコマンドを表の後ろに\SpecialChar TeX
24157 コードで挿入する必要があります.
24158 \end_layout
24159
24160 \begin_layout Standard
24161
24162 \series bold
24163
24164 \backslash
24165 hdashline
24166 \series default
24167 の場合は
24168 \end_layout
24169
24170 \begin_layout Standard
24171
24172 \series bold
24173
24174 \backslash
24175 renewcommand{
24176 \backslash
24177 hdashline}{
24178 \backslash
24179 myHdashline}
24180 \end_layout
24181
24182 \begin_layout Standard
24183 とし,
24184 \series bold
24185
24186 \backslash
24187 cdashline
24188 \series default
24189 の場合は
24190 \end_layout
24191
24192 \begin_layout Standard
24193
24194 \series bold
24195
24196 \backslash
24197 renewcommand{
24198 \backslash
24199 cdashline}{
24200 \backslash
24201 myCdashline}
24202 \end_layout
24203
24204 \begin_layout Standard
24205 としてください.点線の間の余白に色をつけるには,表の前に\SpecialChar TeX
24206 コードで
24207 \end_layout
24208
24209 \begin_layout Standard
24210
24211 \series bold
24212
24213 \backslash
24214 dashgapcolor{色}
24215 \end_layout
24216
24217 \begin_layout Standard
24218 とすれば良いです.ここで「色」は,定義済みの色名です.
24219 \end_layout
24220
24221 \begin_layout Standard
24222
24223 \series bold
24224
24225 \backslash
24226 nodashgapcolor
24227 \end_layout
24228
24229 \begin_layout Standard
24230 というコマンドは,
24231 \series bold
24232
24233 \backslash
24234 dashgapcolor
24235 \series default
24236 が行った変更を元に戻します.
24237 \end_layout
24238
24239 \begin_layout Standard
24240 \begin_inset Note Greyedout
24241 status open
24242
24243 \begin_layout Plain Layout
24244
24245 \series bold
24246 【註】
24247 \series default
24248 1つのセル中に複数のコマンドがある場合,
24249 \series bold
24250 arydshln
24251 \series default
24252 のコマンドが,そのセル中で最初に来る必要があります.したがって,表
24253 \begin_inset CommandInset ref
24254 LatexCommand ref
24255 reference "tab:Colored-table-with"
24256
24257 \end_inset
24258
24259 のセル
24260 \emph on
24261 k
24262 \emph default
24263 では,
24264 \series bold
24265
24266 \backslash
24267 hdashline
24268 \series default
24269 コマンドが
24270 \series bold
24271
24272 \backslash
24273 rowcolor
24274 \series default
24275 の前に来ています.
24276 \end_layout
24277
24278 \end_inset
24279
24280
24281 \end_layout
24282
24283 \begin_layout Standard
24284 \begin_inset Note Greyedout
24285 status open
24286
24287 \begin_layout Plain Layout
24288
24289 \series bold
24290 【註】
24291 \series default
24292 \SpecialChar LaTeX
24293 パッケージ
24294 \series bold
24295 arydshln
24296 \series default
24297 は,文書プリアンブル中で\SpecialChar LaTeX
24298 パッケージ
24299 \series bold
24300 colortbl
24301 \series default
24302
24303 \begin_inset Index idx
24304 status collapsed
24305
24306 \begin_layout Plain Layout
24307 \SpecialChar LaTeX
24308 ぱっけーじ@\SpecialChar LaTeX
24309 パッケージ ! colortbl
24310 \end_layout
24311
24312 \end_inset
24313
24314 よりも前に読み込まれている必要があります.
24315 \end_layout
24316
24317 \end_inset
24318
24319
24320 \end_layout
24321
24322 \begin_layout Standard
24323 \begin_inset ERT
24324 status collapsed
24325
24326 \begin_layout Plain Layout
24327
24328
24329 \backslash
24330 else
24331 \end_layout
24332
24333 \end_inset
24334
24335
24336 \begin_inset Note Note
24337 status open
24338
24339 \begin_layout Plain Layout
24340 以下は,\SpecialChar LaTeX
24341 パッケージ
24342 \series bold
24343 arydshln
24344 \series default
24345 が導入済みでないときに表示されます.
24346 \end_layout
24347
24348 \end_inset
24349
24350
24351 \end_layout
24352
24353 \begin_layout Standard
24354 本節の内容を出力に表示するためには,
24355 \series bold
24356 arydshln
24357 \series default
24358 パッケージを導入しなくてはなりません.
24359 \end_layout
24360
24361 \begin_layout Standard
24362 \begin_inset ERT
24363 status collapsed
24364
24365 \begin_layout Plain Layout
24366
24367
24368 \backslash
24369 fi
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \end_layout
24376
24377 \begin_layout Standard
24378 点罫について詳しい情報は,
24379 \series bold
24380 arydshln
24381 \series default
24382 の取扱説明書
24383 \begin_inset CommandInset citation
24384 LatexCommand cite
24385 key "arydshln"
24386 literal "true"
24387
24388 \end_inset
24389
24390 をご覧ください.
24391 \end_layout
24392
24393 \begin_layout Chapter
24394 フロート
24395 \begin_inset CommandInset label
24396 LatexCommand label
24397 name "chap:フロート"
24398
24399 \end_inset
24400
24401
24402 \begin_inset Index idx
24403 status collapsed
24404
24405 \begin_layout Plain Layout
24406 ふろーと@フロート
24407 \end_layout
24408
24409 \end_inset
24410
24411
24412 \end_layout
24413
24414 \begin_layout Section
24415 はじめに
24416 \begin_inset CommandInset label
24417 LatexCommand label
24418 name "sec:フロートはじめに"
24419
24420 \end_inset
24421
24422
24423 \begin_inset Index idx
24424 status collapsed
24425
24426 \begin_layout Plain Layout
24427 ふろーと@フロート ! はじめに
24428 \end_layout
24429
24430 \end_inset
24431
24432
24433 \end_layout
24434
24435 \begin_layout Standard
24436 フロートは,何かしらのラベルに関連付けられた文章の塊で,固定された居場所を持ちません.フロートはもっとも適した場所を求めて,1頁ないし2頁,前後にただよう(フロ
24437 ート)ことができます.
24438 \family sans
24439 脚註
24440 \family default
24441
24442 \family sans
24443 傍註
24444 \family default
24445 も,当該ページに註が多すぎる場合には次頁にただよって行きますので,フロートの一種です.
24446 \end_layout
24447
24448 \begin_layout Standard
24449 フロートを使うと,質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,文章のない空白やページが出ることを避けることができるためです
24450 .このようなフローティングは,文章と図表のあいだの連関を破壊してしまうことがあるので,各フロートは文中から参照することができるようになっています.このため,フロ
24451 ートには連番が割り当てられます.参照については,第
24452 \begin_inset CommandInset ref
24453 LatexCommand ref
24454 reference "sec:フロートの参照"
24455
24456 \end_inset
24457
24458 節で述べられています.
24459 \end_layout
24460
24461 \begin_layout Standard
24462 フロートを挿入するには,
24463 \family sans
24464 挿入\SpecialChar menuseparator
24465 フロート
24466 \family default
24467 メニュー(
24468 \begin_inset Info
24469 type  "icon"
24470 arg   "float-insert figure"
24471 \end_inset
24472
24473 または
24474 \begin_inset Info
24475 type  "icon"
24476 arg   "float-insert table"
24477 \end_inset
24478
24479 ツールバーボタン)を使えば,ラベルのついたボックスすなわち
24480 \family sans
24481 キャプション
24482 \family default
24483 差込枠が挿入されます.このラベルは,出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,キャプションの文章を入れ,画像ないし表は,フロート中,キャプショ
24484 ンの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,第
24485 \begin_inset CommandInset ref
24486 LatexCommand ref
24487 reference "sec:キャプションの配置"
24488
24489 \end_inset
24490
24491 節に述べられています.また,\SpecialChar LyX
24492 文書を読みやすくするために,ボックスラベルを左クリックすれば,フロートボックスを広げたり畳んだりすることができるようになっています.
24493 畳んだフロートボックスは,
24494 \begin_inset Graphics
24495         filename clipart/float.png
24496         scale 95
24497         scaleBeforeRotation
24498
24499 \end_inset
24500
24501 のように,灰色ボタンに赤字ラベルで表示されます.
24502 \end_layout
24503
24504 \begin_layout Standard
24505 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
24506 エラーが発生し得るので,これを避けるために,フロートは独立した段落として挿入することをお勧めします.
24507 \end_layout
24508
24509 \begin_layout Standard
24510 既存の図表は,選択した後に新規フロートのツールバーボタンを押せば,フロート中の図表にすることができます.
24511 \end_layout
24512
24513 \begin_layout Section
24514 フロート型
24515 \end_layout
24516
24517 \begin_layout Standard
24518 \SpecialChar LyX
24519 には,第
24520 \begin_inset CommandInset ref
24521 LatexCommand ref
24522 reference "sec:図フロート"
24523
24524 \end_inset
24525
24526 節および第
24527 \begin_inset CommandInset ref
24528 LatexCommand ref
24529 reference "sec:表フロート"
24530
24531 \end_inset
24532
24533 節で各々説明されている図フロートと表フロート以外に,
24534 \family sans
24535 アルゴリズム型
24536 \series bold
24537
24538 \series default
24539 折返し型
24540 \family default
24541 のフロート型があります.後者は,第
24542 \begin_inset CommandInset ref
24543 LatexCommand ref
24544 reference "sec:折返しフロート"
24545
24546 \end_inset
24547
24548 節に説明があります.
24549 \end_layout
24550
24551 \begin_layout Subsection
24552 アルゴリズムフロート
24553 \begin_inset Index idx
24554 status collapsed
24555
24556 \begin_layout Plain Layout
24557 ふろーと@フロート ! あるごりずむ@アルゴリズム
24558 \end_layout
24559
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \begin_layout Standard
24566 \begin_inset Float algorithm
24567 placement h
24568 alignment document
24569 wide false
24570 sideways false
24571 status open
24572
24573 \begin_layout Plain Layout
24574 \begin_inset Caption Standard
24575
24576 \begin_layout Plain Layout
24577 \begin_inset CommandInset label
24578 LatexCommand label
24579 name "alg:アルゴリズムフロートの例"
24580
24581 \end_inset
24582
24583 アルゴリズムフロートの例
24584 \end_layout
24585
24586 \end_inset
24587
24588
24589 \end_layout
24590
24591 \begin_layout LyX-Code
24592 for I in 1..N loop
24593 \begin_inset Newline newline
24594 \end_inset
24595
24596  Sum:= Sum + A(I); /*comment*/
24597 \begin_inset Newline newline
24598 \end_inset
24599
24600 end loop
24601 \begin_inset VSpace -4mm
24602 \end_inset
24603
24604
24605 \end_layout
24606
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Standard
24613 このフロート型は,
24614 \family sans
24615 挿入
24616 \shape up
24617 \SpecialChar menuseparator
24618 フロート\SpecialChar menuseparator
24619 アルゴリズム
24620 \family default
24621 \shape default
24622 メニューを使うと挿入することができます.これは,プログラムコードやアルゴリズムの記述に用いられ,第
24623 \begin_inset CommandInset ref
24624 LatexCommand ref
24625 reference "cha:プログラムコードリスト"
24626
24627 \end_inset
24628
24629 章で説明されているプログラムコードリストの代わりとみなすことができます.
24630 \emph on
24631 \SpecialChar LyX
24632 ユーザーの手引き
24633 \emph default
24634 に述べられているように,アルゴリズム向けの環境としては,
24635 \family sans
24636 \SpecialChar LyX
24637 コード
24638 \family default
24639 があります. アルゴリズム
24640 \begin_inset CommandInset ref
24641 LatexCommand ref
24642 reference "alg:アルゴリズムフロートの例"
24643
24644 \end_inset
24645
24646 は,アルゴリズムフロートの一例であり,下の罫線が最後の文字行のちょうど下に来るように,フロートの終わりに-4
24647 \begin_inset space \thinspace{}
24648 \end_inset
24649
24650 mmの垂直空白が入れてあります.
24651 \end_layout
24652
24653 \begin_layout Standard
24654 フロートラベルは,自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,文書プリアンブルに
24655 \end_layout
24656
24657 \begin_layout Standard
24658
24659 \series bold
24660
24661 \backslash
24662 floatname{algorithm}{付けたい名称}
24663 \end_layout
24664
24665 \begin_layout Standard
24666 という行を手動で加える必要があります.ここで
24667 \family sans
24668 \series bold
24669 付けたい名称
24670 \family default
24671 \series default
24672 には,お使いの言語で「
24673 \emph on
24674 algorithm
24675 \emph default
24676 」に対応する単語を指定します.
24677 \end_layout
24678
24679 \begin_layout Standard
24680 アルゴリズム一覧を挿入するには,文書言語が\SpecialChar LyX
24681 のメニューに表示されている言語と同じであるならば,
24682 \family sans
24683 挿入\SpecialChar menuseparator
24684 一覧/目次\SpecialChar menuseparator
24685 アルゴリズム一覧
24686 \family default
24687 メニューを使用します.それ以外の場合には,代わりに
24688 \end_layout
24689
24690 \begin_layout Standard
24691
24692 \series bold
24693
24694 \backslash
24695 listof{algorithm}{付けたい名称}
24696 \end_layout
24697
24698 \begin_layout Standard
24699 というコマンドを\SpecialChar TeX
24700 コードとして用います.ここで
24701 \family sans
24702 付けたい名称
24703 \family default
24704 とは,「
24705 \emph on
24706 List of Algorithm
24707 \emph default
24708 s」という単語に相当する,ご使用になりたい言語での単語です.
24709 \end_layout
24710
24711 \begin_layout Standard
24712 アルゴリズムフロートは,多くの文書クラスにおける図表フロートとは違って,「chapter.algorithm」スキームでは既定で付番されていません.このスキームで
24713 アルゴリズムフロートに連番を振るには,使用している文書のプリアンブルに
24714 \end_layout
24715
24716 \begin_layout Standard
24717
24718 \series bold
24719
24720 \backslash
24721 numberwithin{algorithm}{chapter}
24722 \end_layout
24723
24724 \begin_layout Standard
24725 というコマンドを追加してください.
24726 \series bold
24727
24728 \backslash
24729 numberwithin
24730 \series default
24731 というコマンドを使用するには,文書設定の
24732 \family sans
24733 数式オプション
24734 \family default
24735 タブで
24736 \family sans
24737 AMS mathパッケージを使用する
24738 \family default
24739 オプションを有効にしてください.
24740 \end_layout
24741
24742 \begin_layout Section
24743 フロートの連番
24744 \begin_inset Index idx
24745 status collapsed
24746
24747 \begin_layout Plain Layout
24748 ふろーと@フロート ! れんばん@連番
24749 \end_layout
24750
24751 \end_inset
24752
24753
24754 \end_layout
24755
24756 \begin_layout Standard
24757 フロートは通常,フロートのある節とは関係なく番号が振られるか,あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,使用している文書クラスによっ
24758 て変わります.
24759 \end_layout
24760
24761 \begin_layout Standard
24762 節から独立して付けられている連番を変更するには,文書プリアンブルで
24763 \end_layout
24764
24765 \begin_layout Standard
24766
24767 \series bold
24768
24769 \backslash
24770 renewcommand{
24771 \backslash
24772 thetable}{
24773 \backslash
24774 roman{table}}
24775 \end_layout
24776
24777 \begin_layout Standard
24778
24779 \series bold
24780 というコマンドを使うと良いでしょう.
24781 \backslash
24782 thetable
24783 \series default
24784 は表番号を印字するコマンドで,図フロートの場合であれば,代わりに
24785 \series bold
24786
24787 \backslash
24788 thefigure
24789 \series default
24790 コマンドを使用します.上のコマンドで使用されている
24791 \series bold
24792
24793 \backslash
24794 roman
24795 \series default
24796 は,表番号を小文字のローマ数字で印字するコマンドです.
24797 \end_layout
24798
24799 \begin_layout Standard
24800 連番の付け方をたとえば「小節.番号」に変更するには,プリアンブルで
24801 \end_layout
24802
24803 \begin_layout Standard
24804
24805 \series bold
24806
24807 \backslash
24808 numberwithin{table}{subsection}
24809 \end_layout
24810
24811 \begin_layout Standard
24812 というコマンドを使用してください.
24813 \series bold
24814
24815 \backslash
24816 numberwithin
24817 \series default
24818 コマンドを使用可能にするためには,文書設定の
24819 \family sans
24820 数式オプション
24821 \family default
24822 タブで,
24823 \family sans
24824 AMS
24825 \begin_inset space ~
24826 \end_inset
24827
24828 math数式パッケージを使用する
24829 \family default
24830 を使用します.
24831 \end_layout
24832
24833 \begin_layout Standard
24834 連番コマンドについての詳細と大切な注意点については,第
24835 \begin_inset CommandInset ref
24836 LatexCommand ref
24837 reference "subsec:脚注の付番"
24838
24839 \end_inset
24840
24841 節もご覧ください.
24842 \end_layout
24843
24844 \begin_layout Section
24845 フロートの参照
24846 \begin_inset CommandInset label
24847 LatexCommand label
24848 name "sec:フロートの参照"
24849
24850 \end_inset
24851
24852
24853 \begin_inset Index idx
24854 status collapsed
24855
24856 \begin_layout Plain Layout
24857 ふろーと@フロート ! さんしょう@参照
24858 \end_layout
24859
24860 \end_inset
24861
24862
24863 \begin_inset Index idx
24864 status collapsed
24865
24866 \begin_layout Plain Layout
24867 さんしょう@参照 ! ふろーとにたいする@フロートに対する
24868 \end_layout
24869
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \begin_layout Standard
24876 フロートを参照するには,
24877 \family sans
24878 挿入\SpecialChar menuseparator
24879 ラベル
24880 \family default
24881 メニューかツールバーボタンを使用して,フロートのキャプションにラベルを挿入してください.
24882 \begin_inset Graphics
24883         filename clipart/label.png
24884         scaleBeforeRotation
24885
24886 \end_inset
24887
24888 のような灰色のラベルボックスが挿入され,ラベルウィンドウがポップアップして,ラベルの字句を入力するよう促します.\SpecialChar LyX
24889 は,キャプションの最初の数単語に前置句をつけたも
24890 のを候補として示します.前置句はフロート型に依存し,たとえば図フロートには「
24891 \family sans
24892 fig:
24893 \family default
24894 」という前置句がつけられます.
24895 \end_layout
24896
24897 \begin_layout Standard
24898 ラベルは,参照のための名称兼位置標として用いられます.
24899 \family sans
24900 挿入\SpecialChar menuseparator
24901 相互参照
24902 \family default
24903 メニューかツールバーボタン
24904 \family sans
24905
24906 \begin_inset Info
24907 type  "icon"
24908 arg   "dialog-show-new-inset ref"
24909 \end_inset
24910
24911
24912 \family default
24913 を使えば,ラベルを参照することができます.
24914 \begin_inset Graphics
24915         filename clipart/reference.png
24916         scaleBeforeRotation
24917
24918 \end_inset
24919
24920 のような灰色の相互参照ボックスが挿入され,文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
24921 文書が開かれている場合には,ダイアログの上方にある
24922 ドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,相互参照ボックスの位置にはフロート番号が表示されます
24923
24924 \end_layout
24925
24926 \begin_layout Standard
24927 相互参照名と数字の間に改行が入るのを防ぐために,両者の間の空白には保護された空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
24928 出力では,参照の代わりに二つの疑問符が表示されることになります.
24929 \end_layout
24930
24931 \begin_layout Standard
24932 ラベルは,ラベルボックスをクリックすることによって,いつでも変更することができます.変更されたラベルへの参照は,自動的に新しいラベル文へのリンクに変更されますの
24933 で,リンクの更新に手間を割く必要はありません.
24934 \end_layout
24935
24936 \begin_layout Standard
24937 相互参照ウィンドウの
24938 \family sans
24939 ラベルへ移動
24940 \family default
24941 ボタンは,参照されているラベルの前にカーソルを移動します.すると,ボタンの文字が
24942 \family sans
24943 戻る
24944 \family default
24945 に変わるので,相互参照にカーソルを戻すのに使用することができます.
24946 \end_layout
24947
24948 \begin_layout Subsection
24949 相互参照の書式
24950 \begin_inset CommandInset label
24951 LatexCommand label
24952 name "subsec:相互参照の書式"
24953
24954 \end_inset
24955
24956
24957 \begin_inset Index idx
24958 status collapsed
24959
24960 \begin_layout Plain Layout
24961 さんしょう@参照 ! しょしき@書式
24962 \end_layout
24963
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \begin_layout Standard
24970 相互参照には,以下の6種類があります.
24971 \end_layout
24972
24973 \begin_layout Description
24974 <参照>: これはフロート番号を表示します.これが既定値です.例:
24975 \begin_inset CommandInset ref
24976 LatexCommand ref
24977 reference "fig:歪められた二つの像"
24978
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \begin_layout Description
24985 (<参照>): これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,とくに参照名「Equation」を省略して参照する際に用いられる様式です.
24986 例:
24987 \begin_inset CommandInset ref
24988 LatexCommand eqref
24989 reference "eq:Wgn"
24990
24991 \end_inset
24992
24993
24994 \end_layout
24995
24996 \begin_layout Description
24997 <参照ページ>: これはページ番号を表示します.例:Page
24998 \begin_inset space ~
24999 \end_inset
25000
25001
25002 \begin_inset CommandInset ref
25003 LatexCommand pageref
25004 reference "fig:歪められた二つの像"
25005
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \begin_layout Description
25012 on
25013 \begin_inset space ~
25014 \end_inset
25015
25016 page
25017 \begin_inset space ~
25018 \end_inset
25019
25020 <参照ページ>: これは「on page」という文とページ番号を表示します.例:
25021 \begin_inset CommandInset ref
25022 LatexCommand vpageref
25023 reference "fig:歪められた二つの像"
25024
25025 \end_inset
25026
25027
25028 \end_layout
25029
25030 \begin_layout Description
25031 <参照>
25032 \begin_inset space ~
25033 \end_inset
25034
25035 on
25036 \begin_inset space ~
25037 \end_inset
25038
25039 page
25040 \begin_inset space ~
25041 \end_inset
25042
25043 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します.例:
25044 \begin_inset CommandInset ref
25045 LatexCommand vref
25046 reference "fig:歪められた二つの像"
25047
25048 \end_inset
25049
25050
25051 \end_layout
25052
25053 \begin_layout Description
25054 整形された参照: これは自製の相互参照書式で出力します.
25055 \begin_inset Newline newline
25056 \end_inset
25057
25058
25059 \begin_inset Note Greyedout
25060 status open
25061
25062 \begin_layout Plain Layout
25063
25064 \series bold
25065 【註】
25066 \series default
25067 この機能は,\SpecialChar LaTeX
25068 パッケージ
25069 \series bold
25070 prettyref
25071 \series default
25072 または
25073 \series bold
25074 refstyle
25075 \series default
25076 が導入されている場合のみ使用することができます.
25077 \begin_inset Index idx
25078 status collapsed
25079
25080 \begin_layout Plain Layout
25081 \SpecialChar LaTeX
25082 ぱっけーじ@\SpecialChar LaTeX
25083 パッケージ! prettyref
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \begin_inset Index idx
25090 status collapsed
25091
25092 \begin_layout Plain Layout
25093 \SpecialChar LaTeX
25094 ぱっけーじ@\SpecialChar LaTeX
25095 パッケージ ! refstyle
25096 \end_layout
25097
25098 \end_inset
25099
25100
25101 \end_layout
25102
25103 \end_inset
25104
25105
25106 \begin_inset Newline newline
25107 \end_inset
25108
25109 メニュー
25110 \family sans
25111 文書\SpecialChar menuseparator
25112 設定\SpecialChar menuseparator
25113 文書クラス
25114 \family default
25115 でオプション
25116 \family sans
25117 相互参照に(prettyrefではなく)refstyleを使用
25118 \family default
25119 を設定すると,この機能で使用する\SpecialChar LaTeX
25120 パッケージを選択することができます.書式は,文書プリアンブルに
25121 \series bold
25122
25123 \backslash
25124 newrefformat
25125 \series default
25126 コマンド(prettyrefの場合)あるいは
25127 \series bold
25128
25129 \backslash
25130 newref
25131 \series default
25132 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,図への参照(これは短絡ラベル「
25133 \family sans
25134 fig
25135 \family default
25136 」を持ちます)をすべて定義し直すには,
25137 \begin_inset Newline newline
25138 \end_inset
25139
25140
25141 \series bold
25142
25143 \backslash
25144 newref{fig}{refcmd={Image on page 
25145 \backslash
25146 pageref{#1}}}
25147 \begin_inset Newline newline
25148 \end_inset
25149
25150
25151 \series default
25152 というコマンドを用います.書式についての詳細は,パッケージの取扱説明書
25153 \begin_inset CommandInset citation
25154 LatexCommand cite
25155 key "prettyref,refstyle"
25156 literal "true"
25157
25158 \end_inset
25159
25160 をご覧ください.
25161 \begin_inset Newline newline
25162 \end_inset
25163
25164
25165 \family sans
25166 複数形
25167 \family default
25168
25169 \family sans
25170 大文字化
25171 \family default
25172 のオプションは,\SpecialChar LaTeX
25173 パッケージ
25174 \series bold
25175 refstyle
25176 \series default
25177 を使用している時のみ,利用可能になります.
25178 \family sans
25179 複数形
25180 \family default
25181 は,例えば「images」のように単語に
25182 \emph on
25183 s
25184 \emph default
25185 を付けるものであり,
25186 \family sans
25187 大文字化
25188 \family default
25189 は「Image」のように単語を大文字にするものですので,日本語文書には有用ではありません.
25190 \end_layout
25191
25192 \begin_layout Description
25193 名称参照: これは,下のような参照のキャプションを出力します.
25194 \begin_inset Newline newline
25195 \end_inset
25196
25197  
25198 \begin_inset CommandInset ref
25199 LatexCommand nameref
25200 reference "fig:歪められた二つの像"
25201
25202 \end_inset
25203
25204
25205 \end_layout
25206
25207 \begin_layout Description
25208 ラベルのみ これは,
25209 \begin_inset CommandInset ref
25210 LatexCommand labelonly
25211 reference "fig:歪められた二つの像"
25212 plural "false"
25213 caps "false"
25214 noprefix "false"
25215
25216 \end_inset
25217
25218 のように参照の\SpecialChar LaTeX
25219 ラベルのみ出力します.
25220 \begin_inset Newline newline
25221 \end_inset
25222
25223 これによって,ラベルを\SpecialChar TeX
25224 コード中でしようできるようになります.
25225 \family sans
25226 接頭辞なし
25227 \family default
25228 オプションを使えば,ラベル名の接頭辞を
25229 \begin_inset CommandInset ref
25230 LatexCommand labelonly
25231 reference "fig:歪められた二つの像"
25232 plural "false"
25233 caps "false"
25234 noprefix "true"
25235
25236 \end_inset
25237
25238 のように取り除くことができます.
25239 \end_layout
25240
25241 \begin_layout Standard
25242
25243 \family sans
25244 <参照ページ>
25245 \family default
25246 は,ラベルが同一あるいは前後ページにある場合には,ページ番号を出力しません.その代わりに「
25247 \family sans
25248 on this page
25249 \family default
25250 」のような文章が表示されます.様式
25251 \family sans
25252 <参照> on page <参照ページ>
25253 \family default
25254 では,ラベルが同一ページにある場合には,ページに関することは出力されません.
25255 \end_layout
25256
25257 \begin_layout Standard
25258 出力中で参照されている頁番号と文書中の位置は,\SpecialChar LaTeX
25259 が自動的に計算します.参照の種類は,相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
25260 \family sans
25261 書式
25262 \family default
25263 フィールドで選ぶことができます.
25264 \end_layout
25265
25266 \begin_layout Standard
25267 \begin_inset Note Greyedout
25268 status open
25269
25270 \begin_layout Plain Layout
25271
25272 \series bold
25273 【註】
25274 \series default
25275 \SpecialChar LaTeX
25276 パッケージ
25277 \series bold
25278 prettyref
25279 \series default
25280
25281 \begin_inset Index idx
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285 \SpecialChar LaTeX
25286 ぱっけーじ@\SpecialChar LaTeX
25287 パッケージ! prettyref
25288 \end_layout
25289
25290 \end_inset
25291
25292 は,\SpecialChar LyX
25293 の取り得るラベル
25294 \begin_inset Flex Ruby
25295 status collapsed
25296
25297 \begin_layout Plain Layout
25298 捷径
25299 \begin_inset Argument post:1
25300 status collapsed
25301
25302 \begin_layout Plain Layout
25303 ショートカット
25304 \end_layout
25305
25306 \end_inset
25307
25308
25309 \end_layout
25310
25311 \end_inset
25312
25313
25314 \begin_inset Foot
25315 status collapsed
25316
25317 \begin_layout Plain Layout
25318 例えば,
25319 \begin_inset Quotes eld
25320 \end_inset
25321
25322 fig:
25323 \begin_inset Quotes erd
25324 \end_inset
25325
25326 は図キャプションを表す\SpecialChar LyX
25327
25328 \begin_inset Flex Ruby
25329 status collapsed
25330
25331 \begin_layout Plain Layout
25332 捷径
25333 \begin_inset Argument post:1
25334 status collapsed
25335
25336 \begin_layout Plain Layout
25337 ショートカット
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \end_inset
25346
25347 です.
25348 \end_layout
25349
25350 \end_inset
25351
25352 を全部は解釈できず,国際化もされていないので,
25353 \series bold
25354 refstyle
25355 \series default
25356
25357 \begin_inset Index idx
25358 status collapsed
25359
25360 \begin_layout Plain Layout
25361 \SpecialChar LaTeX
25362 ぱっけーじ@\SpecialChar LaTeX
25363 パッケージ ! refstyle
25364 \end_layout
25365
25366 \end_inset
25367
25368 を使用することを推奨します.
25369 \end_layout
25370
25371 \end_inset
25372
25373
25374 \end_layout
25375
25376 \begin_layout Subsection
25377 参照名の自動命名
25378 \begin_inset Index idx
25379 status collapsed
25380
25381 \begin_layout Plain Layout
25382 さんしょう@参照 ! じどうめいめい@自動命名
25383 \end_layout
25384
25385 \end_inset
25386
25387
25388 \end_layout
25389
25390 \begin_layout Standard
25391
25392 \family sans
25393 文書設定
25394 \family default
25395 ダイアログの
25396 \family sans
25397 PDF特性
25398 \family default
25399 で有効にされた
25400 \series bold
25401 hyperref
25402 \series default
25403
25404 \begin_inset Index idx
25405 status collapsed
25406
25407 \begin_layout Plain Layout
25408 \SpecialChar LaTeX
25409 ぱっけーじ@\SpecialChar LaTeX
25410 パッケージ ! hyperref
25411 \end_layout
25412
25413 \end_inset
25414
25415  \SpecialChar LaTeX
25416 パッケージは,相互参照が参照されたフロート(あるいは
25417 \emph on
25418
25419 \emph default
25420 のような文章中の箇所)の名称を自動的に取り入れてくれるという,たいへん便利な機能を提供します.つまり,図への参照毎に前に「図」と書き込む必要はなくなるのです.こ
25421 の機能を使用するには,hyperrefを有効にして,
25422 \end_layout
25423
25424 \begin_layout Standard
25425
25426 \series bold
25427
25428 \backslash
25429 AtBeginDocument{
25430 \backslash
25431 renewcommand{
25432 \backslash
25433 ref}[1]{
25434 \backslash
25435 mbox{
25436 \backslash
25437 autoref{#1}}}}
25438 \end_layout
25439
25440 \begin_layout Standard
25441 という行を\SpecialChar LaTeX
25442 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
25443 \begin_inset space \thinspace{}
25444 \end_inset
25445
25446 」としたいなど,既定の参照名以外のものが欲しい場合には,
25447 \end_layout
25448
25449 \begin_layout Standard
25450
25451 \series bold
25452
25453 \backslash
25454 addto
25455 \backslash
25456 extrasjapanese{
25457 \backslash
25458 renewcommand{
25459 \backslash
25460 sectionautorefname}
25461 \begin_inset Newline newline
25462 \end_inset
25463
25464
25465 \begin_inset Phantom HPhantom
25466 status open
25467
25468 \begin_layout Plain Layout
25469
25470 \series bold
25471 \begin_inset space ~
25472 \end_inset
25473
25474
25475 \end_layout
25476
25477 \end_inset
25478
25479 {sec.
25480 \backslash
25481 negthinspace}}
25482 \end_layout
25483
25484 \begin_layout Standard
25485 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
25486 \begin_inset Newline newline
25487 \end_inset
25488
25489
25490 \series bold
25491
25492 \backslash
25493 extrasjapaneseを
25494 \backslash
25495 extras***
25496 \series default
25497 に置き換えてください(***は使用中の言語名).
25498 \end_layout
25499
25500 \begin_layout Standard
25501 自動命名を行いたいけれども,ある参照型以外,たとえば数式以外に対して行いたいときには,以下のようなプリアンブルコードを書いてください.
25502 \end_layout
25503
25504 \begin_layout Standard
25505
25506 \series bold
25507
25508 \backslash
25509 addto
25510 \backslash
25511 extrasjapanese{
25512 \backslash
25513 renewcommand*{
25514 \backslash
25515 equationautorefname}[1]{}}
25516 \end_layout
25517
25518 \begin_layout Standard
25519 この話題に関する詳細は,hyperrefの説明書
25520 \begin_inset CommandInset citation
25521 LatexCommand cite
25522 key "hyperref"
25523 literal "true"
25524
25525 \end_inset
25526
25527 をお読みください.
25528 \end_layout
25529
25530 \begin_layout Standard
25531 \begin_inset Note Greyedout
25532 status open
25533
25534 \begin_layout Plain Layout
25535
25536 \series bold
25537 【註】
25538 \series default
25539 参照の自動命名は,相互参照を
25540 \family sans
25541 整形参照
25542 \family default
25543 様式(第
25544 \begin_inset CommandInset ref
25545 LatexCommand ref
25546 reference "subsec:相互参照の書式"
25547
25548 \end_inset
25549
25550 節)で使用しているときには,使用することができません.
25551 \end_layout
25552
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \begin_layout Standard
25559 \SpecialChar LyX
25560 の取扱説明書『
25561 \emph on
25562 数式篇
25563 \emph default
25564 』では,参照名の自動命名が使用されています.
25565 \end_layout
25566
25567 \begin_layout Subsection
25568 参照位置
25569 \begin_inset CommandInset label
25570 LatexCommand label
25571 name "subsec:参照位置"
25572
25573 \end_inset
25574
25575
25576 \begin_inset Index idx
25577 status collapsed
25578
25579 \begin_layout Plain Layout
25580 さんしょう@参照 ! さんしょういち@参照位置
25581 \end_layout
25582
25583 \end_inset
25584
25585
25586 \end_layout
25587
25588 \begin_layout Standard
25589
25590 \family sans
25591 文書設定
25592 \family default
25593 ダイアログの
25594 \family sans
25595 PDF特性
25596 \family default
25597 で,
25598 \series bold
25599 hyperref
25600 \series default
25601
25602 \begin_inset Index idx
25603 status collapsed
25604
25605 \begin_layout Plain Layout
25606 \SpecialChar LaTeX
25607 ぱっけーじ@\SpecialChar LaTeX
25608 パッケージ ! hyperref
25609 \end_layout
25610
25611 \end_inset
25612
25613 を使用して出力中で相互参照をリンクするようにした場合には,画像フロート参照をクリックすると,画像ラベルに移動できるようになります.キャプションは,スクリーン上の
25614 テキストの最初の部分なので,スクロールしないと画像を見ることができません.これは,参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
25615 パッケージの
25616 \series bold
25617 hyperref
25618 \series default
25619
25620 \begin_inset Index idx
25621 status collapsed
25622
25623 \begin_layout Plain Layout
25624 \SpecialChar LaTeX
25625 ぱっけーじ@\SpecialChar LaTeX
25626 パッケージ ! hyperref
25627 \end_layout
25628
25629 \end_inset
25630
25631 の一部である
25632 \series bold
25633 hyperref
25634 \series default
25635
25636 \begin_inset Index idx
25637 status collapsed
25638
25639 \begin_layout Plain Layout
25640 \SpecialChar LaTeX
25641 ぱっけーじ@\SpecialChar LaTeX
25642 パッケージ ! hyperref
25643 \end_layout
25644
25645 \end_inset
25646
25647 パッケージを使うと,リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,文書プリアンブルに
25648 \end_layout
25649
25650 \begin_layout Standard
25651
25652 \series bold
25653
25654 \backslash
25655 usepackage[figure]{hypcap}
25656 \end_layout
25657
25658 \begin_layout Standard
25659 という行を書いて,hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,安定性の問題から推奨できません.詳しくは,
25660 hypcapの説明書
25661 \begin_inset CommandInset citation
25662 LatexCommand cite
25663 key "hypcap"
25664 literal "true"
25665
25666 \end_inset
25667
25668 をご覧ください.
25669 \end_layout
25670
25671 \begin_layout Standard
25672 \begin_inset Note Greyedout
25673 status open
25674
25675 \begin_layout Plain Layout
25676
25677 \series bold
25678 【註】hypcap
25679 \series default
25680 は内部図への参照には効力がありません.
25681 \end_layout
25682
25683 \end_inset
25684
25685
25686 \end_layout
25687
25688 \begin_layout Section
25689 フロートの配置
25690 \begin_inset CommandInset label
25691 LatexCommand label
25692 name "sec:フロートの配置"
25693
25694 \end_inset
25695
25696
25697 \begin_inset Index idx
25698 status collapsed
25699
25700 \begin_layout Plain Layout
25701 ふろーと@フロート ! はいち@配置
25702 \end_layout
25703
25704 \end_inset
25705
25706
25707 \end_layout
25708
25709 \begin_layout Standard
25710
25711 \family roman
25712 \series medium
25713 \shape up
25714 \size normal
25715 \emph off
25716 \bar no
25717 \noun off
25718 \color none
25719 フロートボックスを右クリックすると,ダイアログが開いて,ここで\SpecialChar LaTeX
25720 がフロートを配置するのに使う配置オプションを変更できるようになります.
25721 \begin_inset Newline newline
25722 \end_inset
25723
25724
25725 \family sans
25726 \series default
25727 \shape default
25728 \size default
25729 \emph default
25730 \bar default
25731 \noun default
25732 \color inherit
25733 段をまたぐ
25734 \family roman
25735 \series medium
25736 \shape up
25737 \size normal
25738 \emph off
25739 \bar no
25740 \noun off
25741 \color none
25742 オプションは,二段組文書でのみ有効です.これを選択すると,フロートは段の中のみに収められないで,ページの両段にまたがって広がります.
25743 \begin_inset Newline newline
25744 \end_inset
25745
25746
25747 \family sans
25748 \series default
25749 \shape default
25750 \size default
25751 \emph default
25752 \bar default
25753 \noun default
25754 \color inherit
25755 横倒しに回転
25756 \family roman
25757 \series medium
25758 \shape up
25759 \size normal
25760 \emph off
25761 \bar no
25762 \noun off
25763 \color none
25764 オプションは,フロートを回転するのに用います.第
25765 \family default
25766 \series default
25767 \shape default
25768 \size default
25769 \emph default
25770 \bar default
25771 \noun default
25772 \color inherit
25773
25774 \begin_inset CommandInset ref
25775 LatexCommand ref
25776 reference "sec:回転フロート"
25777
25778 \end_inset
25779
25780
25781 \family roman
25782 \series medium
25783 \shape up
25784 \size normal
25785 \emph off
25786 \bar no
25787 \noun off
25788 \color none
25789 節をご参照ください.
25790 \end_layout
25791
25792 \begin_layout Standard
25793
25794 \family roman
25795 \series medium
25796 \shape up
25797 \size normal
25798 \emph off
25799 \bar no
25800 \noun off
25801 \color none
25802 フロートダイアログでは,
25803 \family sans
25804 \series default
25805 \shape default
25806 \size default
25807 \emph default
25808 \bar default
25809 \noun default
25810 \color inherit
25811 既定の配置を使う
25812 \family roman
25813 \series medium
25814 \shape up
25815 \size normal
25816 \emph off
25817 \bar no
25818 \noun off
25819 \color none
25820 オプションを無効にしたときには,特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます.
25821 \end_layout
25822
25823 \begin_layout Description
25824 可能ならば現在位置に: 
25825 \family roman
25826 \series medium
25827 \shape up
25828 \size normal
25829 \emph off
25830 \bar no
25831 \noun off
25832 \color none
25833 フロートを挿入位置に配置することを試みます
25834 \end_layout
25835
25836 \begin_layout Description
25837 ページ上部: 
25838 \family roman
25839 \series medium
25840 \shape up
25841 \size normal
25842 \emph off
25843 \bar no
25844 \noun off
25845 \color none
25846 フロートを現在ページの上部に配置することを試みます
25847 \end_layout
25848
25849 \begin_layout Description
25850 ページ下部: 
25851 \family roman
25852 \series medium
25853 \shape up
25854 \size normal
25855 \emph off
25856 \bar no
25857 \noun off
25858 \color none
25859 フロートを現在ページの下部に配置することを試みます
25860 \end_layout
25861
25862 \begin_layout Description
25863 フロートを独立したページに: 
25864 \family roman
25865 \series medium
25866 \shape up
25867 \size normal
25868 \emph off
25869 \bar no
25870 \noun off
25871 \color none
25872 フロートを独立したページに配置することを試みます
25873 \end_layout
25874
25875 \begin_layout Standard
25876 \SpecialChar LaTeX
25877 は,
25878 \emph on
25879 つねに
25880 \emph default
25881 上記のオプション順を用います.すなわち,既定の配置を使用すると,\SpecialChar LaTeX
25882 はまず
25883 \family sans
25884 可能ならば現在位置に
25885 \family default
25886 を試み,次に
25887 \family sans
25888 ページの上部
25889 \family default
25890 ,その後他のオプションを試みます.既定値を使わないときには,\SpecialChar LaTeX
25891 は有効化されたオプションのみを使用しますが,やはり同じ順序でこれらを試みます.これら四つの配置がいず
25892 れも無理な場合は,フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
25893 \end_layout
25894
25895 \begin_layout Standard
25896 既定では,各オプションはそれぞれ以下の規則を持っています.
25897 \end_layout
25898
25899 \begin_layout Labeling
25900 \labelwidthstring 00.00.0000
25901
25902 \family sans
25903 ページ上部
25904 \family default
25905  は,フロートのページに占める割合が7割以下の場合のみ,ページ上部に配置します(
25906 \series bold
25907
25908 \backslash
25909 topfraction
25910 \series default
25911 ).
25912 \end_layout
25913
25914 \begin_layout Labeling
25915 \labelwidthstring 00.00.0000
25916
25917 \family sans
25918 ページ下部
25919 \family default
25920  は,フロートのページに占める割合が3割以下の場合のみ,ページ下部に配置します(
25921 \series bold
25922
25923 \backslash
25924 bottomfraction
25925 \series default
25926 ).
25927 \end_layout
25928
25929 \begin_layout Labeling
25930 \labelwidthstring 00.00.0000
25931
25932 \family sans
25933 フロートを独立したページ 
25934 \family default
25935 には,フロートのページに占める割合が5割以下の場合のみ,複数のフロートを同一ページに配置します(
25936 \series bold
25937
25938 \backslash
25939 floatpagefraction
25940 \series default
25941 ).
25942 \end_layout
25943
25944 \begin_layout Standard
25945 これらの規則に従いたくないときは,
25946 \family sans
25947 \SpecialChar LaTeX
25948 の規則を無視する
25949 \family default
25950 オプションを追加することによって,これらを無視することができます.
25951 \begin_inset Newline newline
25952 \end_inset
25953
25954 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
25955 コマンドを使うと,これらの規則を定義しなおすこともできます.たとえば,往々にして小さすぎる,ページ下部規則の既定値を,ページの
25956 5割に変えるには,文書プリアンブルに
25957 \end_layout
25958
25959 \begin_layout Standard
25960
25961 \series bold
25962
25963 \backslash
25964 renewcommand{
25965 \backslash
25966 bottomfraction}{0.5}
25967 \end_layout
25968
25969 \begin_layout Standard
25970 という行を加えてください.
25971 \end_layout
25972
25973 \begin_layout Standard
25974 ときにはフロートを,挿入位置に正確に,しかもかならず配置させたい場合があるかもしれません.このような場合には,
25975 \family sans
25976 何としても現在位置に置く
25977 \family default
25978 オプションを使用します.このオプションはできる限り使わないようにし,使う場合でも印刷する直前にまで文書が仕上がってから,使用するようにしてください.なぜならば,
25979 このオプションを使うことによって,フロートはもはや「漂う」ことができなくなりますから,文書に変更を加えてしまうと,ページのレイアウトが往々にして破壊されてしまう
25980 からです.
25981 \end_layout
25982
25983 \begin_layout Standard
25984 折返しフロートは,つねにどれかの段落の本文で囲まれますので,配置オプションはありません.
25985 \end_layout
25986
25987 \begin_layout Standard
25988 \begin_inset VSpace bigskip
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \begin_layout Standard
25995 対応する節がページの中程から始まるのというのに,フロートがページの先頭に置かれてしまうために,読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
25996 することがあります.この問題を避けるには,\SpecialChar LaTeX
25997 コマンドの
25998 \backslash
25999 suppressfloatsを使用することができます.これは,これが挿入されたページの特定のフロートの配置を抑制するので,節が始まる前にフロートが設定されてしま
26000 うのを避けるのに使用することができます.これを用いるには,文書プリアンブルに以下のコマンドを加えてください.
26001 \end_layout
26002
26003 \begin_layout Standard
26004
26005 \series bold
26006
26007 \backslash
26008 let
26009 \backslash
26010 mySection
26011 \backslash
26012 section
26013 \begin_inset Newline newline
26014 \end_inset
26015
26016
26017 \backslash
26018 renewcommand{
26019 \backslash
26020 section}{
26021 \backslash
26022 suppressfloats[t]
26023 \backslash
26024 mySection}
26025 \end_layout
26026
26027 \begin_layout Standard
26028 これと同じものは,章や小節など,すべての節見出しに用いることができます.この定義は,小々節のような小さい文字の部分では,\SpecialChar LaTeX
26029 が適当な配置を見つけるのに失敗することが
26030 あるので,これらに対する定義はお勧めしません.
26031 \end_layout
26032
26033 \begin_layout Standard
26034 \begin_inset VSpace bigskip
26035 \end_inset
26036
26037 場合によっては,すべての図表を文末に置く必要があることがあります.この目的のために,\SpecialChar LaTeX
26038 パッケージ
26039 \series bold
26040 endfloat
26041 \series default
26042
26043 \begin_inset Index idx
26044 status collapsed
26045
26046 \begin_layout Plain Layout
26047 \SpecialChar LaTeX
26048 ぱっけーじ@\SpecialChar LaTeX
26049 パッケージ ! endfloat
26050 \end_layout
26051
26052 \end_inset
26053
26054 が開発されました.このパッケージは,すべての図表を文末に独立した節として置きます.元のフロート位置には,
26055 \begin_inset Quotes eld
26056 \end_inset
26057
26058
26059 \family sans
26060 [Figure
26061 \begin_inset space ~
26062 \end_inset
26063
26064 3.2 about here.]
26065 \family default
26066
26067 \begin_inset Quotes erd
26068 \end_inset
26069
26070 というようなヒント文が挿入されます.endfloatパッケージは,プリアンブルに
26071 \end_layout
26072
26073 \begin_layout Standard
26074
26075 \series bold
26076
26077 \backslash
26078 usepackage[options]{endfloat}
26079 \end_layout
26080
26081 \begin_layout Standard
26082 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,さまざまなパッケージオプションがあります.詳細は,
26083 \series bold
26084 endfloat
26085 \series default
26086 取扱説明書
26087 \begin_inset CommandInset citation
26088 LatexCommand cite
26089 key "endfloat"
26090 literal "true"
26091
26092 \end_inset
26093
26094 をご参照ください.
26095 \begin_inset Newline newline
26096 \end_inset
26097
26098
26099 \begin_inset Note Greyedout
26100 status open
26101
26102 \begin_layout Plain Layout
26103
26104 \series bold
26105 【註】endfloat
26106 \series default
26107 は,ヒント文の自動翻訳を行わないので,手動で行わなくてはなりません.
26108 \begin_inset CommandInset citation
26109 LatexCommand cite
26110 key "endfloat"
26111 literal "true"
26112
26113 \end_inset
26114
26115 の第4節をご参照ください.
26116 \end_layout
26117
26118 \end_inset
26119
26120
26121 \begin_inset Newline newline
26122 \end_inset
26123
26124
26125 \begin_inset Note Greyedout
26126 status open
26127
26128 \begin_layout Plain Layout
26129
26130 \series bold
26131 【註】
26132 \series default
26133 現在のところ,
26134 \series bold
26135 endfloat
26136 \series default
26137 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,「ß」の代わりに\SpecialChar TeX
26138 コードで「
26139 \series bold
26140
26141 \backslash
26142 ss
26143 \series default
26144 」コマンドを使用してください.
26145 \end_layout
26146
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \begin_layout Standard
26153 \begin_inset VSpace bigskip
26154 \end_inset
26155
26156 フロートの割付に関する詳細は,\SpecialChar LaTeX
26157 関連書
26158 \begin_inset CommandInset citation
26159 LatexCommand cite
26160 key "latexcompanion,latexguide,latexbook"
26161 literal "true"
26162
26163 \end_inset
26164
26165 をご覧ください.
26166 \end_layout
26167
26168 \begin_layout Section
26169 回転フロート
26170 \begin_inset CommandInset label
26171 LatexCommand label
26172 name "sec:回転フロート"
26173
26174 \end_inset
26175
26176
26177 \begin_inset Index idx
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181 ふろーと@フロート ! かいてん@回転
26182 \end_layout
26183
26184 \end_inset
26185
26186
26187 \end_layout
26188
26189 \begin_layout Standard
26190 特に横長の表などの場合,フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,フロートボックスを右クリックして,
26191 \family sans
26192 横倒しに回転
26193 \family default
26194 オプションを有効にします.
26195 \end_layout
26196
26197 \begin_layout Standard
26198 回転フロートは,つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
26199 \family sans
26200 段をまたぐ
26201 \family default
26202 オプションを有効にすれば,複数の段にまたがるようにすることができます.また,回転フロートは,外側余白方向から読むことができるような形に回転されます.全ページにわ
26203 たって回転方向を強制したい場合には,文書クラスオプションに
26204 \series bold
26205 figuresleft
26206 \series default
26207 オプションあるいは
26208 \series bold
26209 figuresright
26210 \series default
26211 オプションを加えることができます.
26212 \end_layout
26213
26214 \begin_layout Standard
26215 回転フロートへの相互参照は,通常のフロートの場合と同じです.キャプションの形式も同じです.表
26216 \begin_inset CommandInset ref
26217 LatexCommand ref
26218 reference "tab:回転した表"
26219
26220 \end_inset
26221
26222 が回転表フロートの例です.
26223 \end_layout
26224
26225 \begin_layout Standard
26226 \begin_inset Note Greyedout
26227 status open
26228
26229 \begin_layout Plain Layout
26230
26231 \series bold
26232 【註】
26233 \series default
26234 すべてのDVIビューアが回転フロートを表示できるわけではありません.
26235 \end_layout
26236
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \begin_layout Standard
26243 \begin_inset Float table
26244 placement document
26245 alignment document
26246 wide false
26247 sideways true
26248 status open
26249
26250 \begin_layout Plain Layout
26251 \begin_inset Caption Standard
26252
26253 \begin_layout Plain Layout
26254 \begin_inset CommandInset label
26255 LatexCommand label
26256 name "tab:回転した表"
26257
26258 \end_inset
26259
26260 回転した表
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \begin_layout Plain Layout
26269 \align center
26270 \begin_inset Tabular
26271 <lyxtabular version="3" rows="1" columns="5">
26272 <features tabularvalignment="middle">
26273 <column alignment="center" valignment="top">
26274 <column alignment="center" valignment="top">
26275 <column alignment="center" valignment="top">
26276 <column alignment="center" valignment="top">
26277 <column alignment="center" valignment="top">
26278 <row>
26279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 試験
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310
26311 \end_layout
26312
26313 \end_inset
26314 </cell>
26315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Plain Layout
26319
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 </row>
26325 </lyxtabular>
26326
26327 \end_inset
26328
26329
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \end_layout
26336
26337 \begin_layout Section
26338 従属フロート
26339 \begin_inset Index idx
26340 status collapsed
26341
26342 \begin_layout Plain Layout
26343 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
26344 \end_layout
26345
26346 \end_inset
26347
26348
26349 \end_layout
26350
26351 \begin_layout Standard
26352 従属フロートは,図が複数の画像から成るような場合に使用します.これは,フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,表
26353 \begin_inset CommandInset ref
26354 LatexCommand ref
26355 reference "tab:従属表を横に並べたもの"
26356
26357 \end_inset
26358
26359 と表
26360 \begin_inset CommandInset ref
26361 LatexCommand ref
26362 reference "tab:従属表を縦に並べたもの"
26363
26364 \end_inset
26365
26366 に示されているように段落と同様に指定することができます.
26367 \end_layout
26368
26369 \begin_layout Standard
26370 従属フロートの参照は,通常のフロートの参照と同様にすることができます.例:表
26371 \begin_inset CommandInset ref
26372 LatexCommand ref
26373 reference "tab:これは従属表a"
26374
26375 \end_inset
26376
26377 と表
26378 \begin_inset CommandInset ref
26379 LatexCommand ref
26380 reference "tab:これは従属表b"
26381
26382 \end_inset
26383
26384 は表
26385 \begin_inset CommandInset ref
26386 LatexCommand ref
26387 reference "tab:従属表を横に並べたもの"
26388
26389 \end_inset
26390
26391 の従属フロートです.
26392 \begin_inset Float table
26393 placement document
26394 alignment document
26395 wide false
26396 sideways false
26397 status open
26398
26399 \begin_layout Plain Layout
26400 \begin_inset Caption Standard
26401
26402 \begin_layout Plain Layout
26403 \begin_inset CommandInset label
26404 LatexCommand label
26405 name "tab:従属表を横に並べたもの"
26406
26407 \end_inset
26408
26409 従属表を横に並べたもの
26410 \end_layout
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \begin_layout Plain Layout
26418 \begin_inset space \hfill{}
26419 \end_inset
26420
26421
26422 \begin_inset Float table
26423 placement document
26424 alignment document
26425 wide false
26426 sideways false
26427 status collapsed
26428
26429 \begin_layout Plain Layout
26430 \begin_inset Caption Standard
26431
26432 \begin_layout Plain Layout
26433 \begin_inset CommandInset label
26434 LatexCommand label
26435 name "tab:これは従属表a"
26436
26437 \end_inset
26438
26439 これは従属表aです.
26440 \end_layout
26441
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \begin_layout Plain Layout
26448 \align center
26449 \begin_inset Tabular
26450 <lyxtabular version="3" rows="1" columns="5">
26451 <features tabularvalignment="middle">
26452 <column alignment="center" valignment="top">
26453 <column alignment="center" valignment="top">
26454 <column alignment="center" valignment="top">
26455 <column alignment="center" valignment="top">
26456 <column alignment="center" valignment="top">
26457 <row>
26458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26459 \begin_inset Text
26460
26461 \begin_layout Plain Layout
26462 試験
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471
26472 \end_layout
26473
26474 \end_inset
26475 </cell>
26476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480
26481 \end_layout
26482
26483 \end_inset
26484 </cell>
26485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26486 \begin_inset Text
26487
26488 \begin_layout Plain Layout
26489
26490 \end_layout
26491
26492 \end_inset
26493 </cell>
26494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26495 \begin_inset Text
26496
26497 \begin_layout Plain Layout
26498
26499 \end_layout
26500
26501 \end_inset
26502 </cell>
26503 </row>
26504 </lyxtabular>
26505
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \end_inset
26512
26513
26514 \begin_inset space \hfill{}
26515 \end_inset
26516
26517
26518 \begin_inset Float table
26519 placement document
26520 alignment document
26521 wide false
26522 sideways false
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526 \begin_inset Caption Standard
26527
26528 \begin_layout Plain Layout
26529 \begin_inset CommandInset label
26530 LatexCommand label
26531 name "tab:これは従属表b"
26532
26533 \end_inset
26534
26535 これは従属表bです.
26536 \end_layout
26537
26538 \end_inset
26539
26540
26541 \end_layout
26542
26543 \begin_layout Plain Layout
26544 \align center
26545 \begin_inset Tabular
26546 <lyxtabular version="3" rows="1" columns="5">
26547 <features tabularvalignment="middle">
26548 <column alignment="center" valignment="top">
26549 <column alignment="center" valignment="top">
26550 <column alignment="center" valignment="top">
26551 <column alignment="center" valignment="top">
26552 <column alignment="center" valignment="top">
26553 <row>
26554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Plain Layout
26576
26577 \end_layout
26578
26579 \end_inset
26580 </cell>
26581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26582 \begin_inset Text
26583
26584 \begin_layout Plain Layout
26585
26586 \end_layout
26587
26588 \end_inset
26589 </cell>
26590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26591 \begin_inset Text
26592
26593 \begin_layout Plain Layout
26594 試験
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 </row>
26600 </lyxtabular>
26601
26602 \end_inset
26603
26604
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \begin_inset space \hfill{}
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \begin_inset Float table
26620 placement document
26621 alignment document
26622 wide false
26623 sideways false
26624 status open
26625
26626 \begin_layout Plain Layout
26627 \begin_inset Caption Standard
26628
26629 \begin_layout Plain Layout
26630 \begin_inset CommandInset label
26631 LatexCommand label
26632 name "tab:従属表を縦に並べたもの"
26633
26634 \end_inset
26635
26636 従属表を縦に並べたもの.(a)は4セルから成る表,(b)は5セルから成る表.
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \begin_layout Plain Layout
26645 \noindent
26646 \align center
26647 \begin_inset Float table
26648 placement document
26649 alignment document
26650 wide false
26651 sideways false
26652 status collapsed
26653
26654 \begin_layout Plain Layout
26655 \begin_inset Caption Standard
26656
26657 \begin_layout Plain Layout
26658
26659 \end_layout
26660
26661 \end_inset
26662
26663
26664 \end_layout
26665
26666 \begin_layout Plain Layout
26667 \align center
26668 \begin_inset Tabular
26669 <lyxtabular version="3" rows="1" columns="4">
26670 <features tabularvalignment="middle">
26671 <column alignment="center" valignment="top">
26672 <column alignment="center" valignment="top">
26673 <column alignment="center" valignment="top">
26674 <column alignment="center" valignment="top">
26675 <row>
26676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 試験
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689 試験
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698 試験
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707 試験
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 </row>
26713 </lyxtabular>
26714
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \end_inset
26721
26722
26723 \end_layout
26724
26725 \begin_layout Plain Layout
26726 \noindent
26727 \align center
26728 \begin_inset Float table
26729 placement document
26730 alignment document
26731 wide false
26732 sideways false
26733 status collapsed
26734
26735 \begin_layout Plain Layout
26736 \begin_inset Caption Standard
26737
26738 \begin_layout Plain Layout
26739
26740 \end_layout
26741
26742 \end_inset
26743
26744
26745 \end_layout
26746
26747 \begin_layout Plain Layout
26748 \align center
26749 \begin_inset Tabular
26750 <lyxtabular version="3" rows="1" columns="5">
26751 <features tabularvalignment="middle">
26752 <column alignment="center" valignment="top">
26753 <column alignment="center" valignment="top">
26754 <column alignment="center" valignment="top">
26755 <column alignment="center" valignment="top">
26756 <column alignment="center" valignment="top">
26757 <row>
26758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26759 \begin_inset Text
26760
26761 \begin_layout Plain Layout
26762
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26768 \begin_inset Text
26769
26770 \begin_layout Plain Layout
26771
26772 \end_layout
26773
26774 \end_inset
26775 </cell>
26776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26777 \begin_inset Text
26778
26779 \begin_layout Plain Layout
26780
26781 \end_layout
26782
26783 \end_inset
26784 </cell>
26785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26786 \begin_inset Text
26787
26788 \begin_layout Plain Layout
26789
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Plain Layout
26798
26799 \end_layout
26800
26801 \end_inset
26802 </cell>
26803 </row>
26804 </lyxtabular>
26805
26806 \end_inset
26807
26808
26809 \end_layout
26810
26811 \end_inset
26812
26813
26814 \end_layout
26815
26816 \end_inset
26817
26818
26819 \end_layout
26820
26821 \begin_layout Section
26822 横並びのフロート
26823 \begin_inset Index idx
26824 status collapsed
26825
26826 \begin_layout Plain Layout
26827 ふろーと@フロート ! よこならび@横並び
26828 \end_layout
26829
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \begin_layout Standard
26836
26837 \begin_inset CommandInset ref
26838 LatexCommand ref
26839 reference "fig:左側のフロート"
26840
26841 \end_inset
26842
26843 や図
26844 \begin_inset CommandInset ref
26845 LatexCommand ref
26846 reference "fig:右側のフロート"
26847
26848 \end_inset
26849
26850 のようにフロートを横並びに配置するには,
26851 \emph on
26852 ひとつの
26853 \emph default
26854 フロートのみを使用し,その中に二つのminipageボックスを挿入します
26855 \begin_inset Foot
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859 Minipageは第
26860 \begin_inset CommandInset ref
26861 LatexCommand ref
26862 reference "sec:ミニページ"
26863
26864 \end_inset
26865
26866 節に説明があります.
26867 \end_layout
26868
26869 \end_inset
26870
26871 .幅は45
26872 \begin_inset space \thinspace{}
26873 \end_inset
26874
26875 -50
26876 \begin_inset space \thinspace{}
26877 \end_inset
26878
26879 列幅%とし,各minipageのボックス配置を
26880 \family sans
26881
26882 \family default
26883 に設定します.minipageボックスには,フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,画像単位
26884 \family sans
26885 列幅%
26886 \family default
26887 がここではminipageボックスの幅によって計算されることです.
26888 \end_layout
26889
26890 \begin_layout Standard
26891 \begin_inset Float figure
26892 placement document
26893 alignment document
26894 wide false
26895 sideways false
26896 status open
26897
26898 \begin_layout Plain Layout
26899 \begin_inset Box Frameless
26900 position "b"
26901 hor_pos "c"
26902 has_inner_box 1
26903 inner_pos "t"
26904 use_parbox 0
26905 use_makebox 0
26906 width "45col%"
26907 special "none"
26908 height "1in"
26909 height_special "totalheight"
26910 thickness "0.4pt"
26911 separation "3pt"
26912 shadowsize "4pt"
26913 framecolor "black"
26914 backgroundcolor "none"
26915 status open
26916
26917 \begin_layout Plain Layout
26918 \align center
26919 \begin_inset Graphics
26920         filename ../clipart/2D-intensity-plot.pdf
26921         width 100col%
26922         scaleBeforeRotation
26923
26924 \end_inset
26925
26926
26927 \end_layout
26928
26929 \begin_layout Plain Layout
26930 \begin_inset Caption Standard
26931
26932 \begin_layout Plain Layout
26933 \begin_inset CommandInset label
26934 LatexCommand label
26935 name "fig:左側のフロート"
26936
26937 \end_inset
26938
26939 左側のフロート
26940 \end_layout
26941
26942 \end_inset
26943
26944
26945 \end_layout
26946
26947 \end_inset
26948
26949
26950 \begin_inset space \hfill{}
26951 \end_inset
26952
26953
26954 \begin_inset Box Frameless
26955 position "b"
26956 hor_pos "c"
26957 has_inner_box 1
26958 inner_pos "t"
26959 use_parbox 0
26960 use_makebox 0
26961 width "45col%"
26962 special "none"
26963 height "1in"
26964 height_special "totalheight"
26965 thickness "0.4pt"
26966 separation "3pt"
26967 shadowsize "4pt"
26968 framecolor "black"
26969 backgroundcolor "none"
26970 status open
26971
26972 \begin_layout Plain Layout
26973 \align center
26974 \begin_inset Graphics
26975         filename ../clipart/Star-structure.pdf
26976         width 100col%
26977         scaleBeforeRotation
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \begin_layout Plain Layout
26985 \begin_inset Caption Standard
26986
26987 \begin_layout Plain Layout
26988 \begin_inset CommandInset label
26989 LatexCommand label
26990 name "fig:右側のフロート"
26991
26992 \end_inset
26993
26994 右側のフロート
26995 \end_layout
26996
26997 \end_inset
26998
26999
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \begin_layout Plain Layout
27008
27009 \end_layout
27010
27011 \end_inset
27012
27013 2つのフロートを横に並べるには,可変幅ミニページを使うと簡単にできます(第
27014 \begin_inset CommandInset ref
27015 LatexCommand ref
27016 reference "sec:ミニページ"
27017
27018 \end_inset
27019
27020 節参照).可変幅ミニページは,図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,図の水平方向の配置も調整してくれます.ファイル
27021 \family typewriter
27022 examples/varwidth-floats-side-by-side.lyx
27023 \family default
27024 に,この方法の例があります.
27025 \end_layout
27026
27027 \begin_layout Section
27028 キャプションの書式設定
27029 \begin_inset Index idx
27030 status collapsed
27031
27032 \begin_layout Plain Layout
27033 きゃぷしょん@キャプション ! しょしきせってい@書式設定
27034 \end_layout
27035
27036 \end_inset
27037
27038
27039 \begin_inset Index idx
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
27044 \end_layout
27045
27046 \end_inset
27047
27048
27049 \begin_inset CommandInset label
27050 LatexCommand label
27051 name "sec:キャプションの書式設定"
27052
27053 \end_inset
27054
27055
27056 \end_layout
27057
27058 \begin_layout Standard
27059
27060 \family sans
27061 キャプション
27062 \family default
27063 環境は,
27064 \family sans
27065 フロート
27066 \family default
27067 の既定の段落環境です.キャプションは,\SpecialChar LyX
27068 画面上では,例えば「
27069 \family sans
27070 図 #:
27071 \family default
27072 」のようなラベルの後に,キャプション文を伴って表示されます.ここで「
27073 \family sans
27074 #
27075 \family default
27076 」には,実際には参照番号が入ります.既定の設定では,ラベルと番号はキャプション文と同じフォントになっており,ラベルと文を分けるために,番号の後にコロンが入ります
27077 .このキャプション書式は,すべての文書書式に適しているわけではありません.
27078 \end_layout
27079
27080 \begin_layout Standard
27081 既定のキャプション書式を変更するには,文書プリアンブルに
27082 \end_layout
27083
27084 \begin_layout Standard
27085
27086 \series bold
27087
27088 \backslash
27089 usepackage[format definition]{caption}
27090 \end_layout
27091
27092 \begin_layout Standard
27093 という行を加えて,\SpecialChar LaTeX
27094 パッケージ
27095 \series bold
27096 caption
27097 \series default
27098
27099 \begin_inset Index idx
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103 \SpecialChar LaTeX
27104 ぱっけーじ@\SpecialChar LaTeX
27105 パッケージ ! caption
27106 \end_layout
27107
27108 \end_inset
27109
27110 を読み込んでください.たとえば,ラベルと番号をサンセリフのボールド体にして,表キャプションを,この文書のように常に表の上に置くようにするには,
27111 \end_layout
27112
27113 \begin_layout Standard
27114
27115 \series bold
27116
27117 \backslash
27118 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27119 \end_layout
27120
27121 \begin_layout Standard
27122 というコマンドを使用してください.また,各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
27123 \series bold
27124 caption
27125 \series default
27126 パッケージを書式関連オプション抜きで読み込み,文書プリアンブルに
27127 \end_layout
27128
27129 \begin_layout Standard
27130
27131 \series bold
27132
27133 \backslash
27134 captionsetup[フロート型]{書式定義}
27135 \end_layout
27136
27137 \begin_layout Standard
27138 というコマンドを使用して,個別の書式を指定してください.たとえば,図
27139 \begin_inset CommandInset ref
27140 LatexCommand ref
27141 reference "fig:図キャプション"
27142
27143 \end_inset
27144
27145 と表
27146 \begin_inset CommandInset ref
27147 LatexCommand ref
27148 reference "tab:表キャプション"
27149
27150 \end_inset
27151
27152 に使われているキャプション書式は,文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
27153 \end_layout
27154
27155 \begin_layout Standard
27156
27157 \series bold
27158
27159 \backslash
27160 usepackage[tableposition=top]{caption}
27161 \series default
27162
27163 \begin_inset Newline newline
27164 \end_inset
27165
27166
27167 \series bold
27168
27169 \backslash
27170 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27171 \begin_inset Newline newline
27172 \end_inset
27173
27174
27175 \begin_inset Phantom HPhantom
27176 status open
27177
27178 \begin_layout Plain Layout
27179
27180 \backslash
27181 captionsetup[figure]{
27182 \end_layout
27183
27184 \end_inset
27185
27186 labelsep=period}
27187 \begin_inset Newline newline
27188 \end_inset
27189
27190
27191 \backslash
27192 captionsetup[table]{labelfont={bf,sf}}
27193 \end_layout
27194
27195 \begin_layout Standard
27196 \begin_inset Note Greyedout
27197 status open
27198
27199 \begin_layout Plain Layout
27200
27201 \series bold
27202 【註】
27203 \series default
27204 オプションのうち,
27205 \series bold
27206 tableposition=top
27207 \series default
27208 は,文書クラスに
27209 \series bold
27210 KOMA-script
27211 \series default
27212
27213 \begin_inset Index idx
27214 status collapsed
27215
27216 \begin_layout Plain Layout
27217 \SpecialChar LaTeX
27218 ぱっけーじ@\SpecialChar LaTeX
27219 パッケージ ! KOMA-script
27220 \end_layout
27221
27222 \end_inset
27223
27224 が使われているときには,無効になります.この場合には,文書クラスオプション
27225 \series bold
27226 captions=tableheading
27227 \series default
27228 を指定しなくてはなりません.
27229 \end_layout
27230
27231 \end_inset
27232
27233
27234 \end_layout
27235
27236 \begin_layout Standard
27237
27238 \series bold
27239 caption
27240 \series default
27241 パッケージについての詳細は,その取扱説明書
27242 \begin_inset CommandInset citation
27243 LatexCommand cite
27244 key "caption"
27245 literal "true"
27246
27247 \end_inset
27248
27249 をご覧ください.
27250 \end_layout
27251
27252 \begin_layout Standard
27253 ラベル名を,たとえば「図」から「画像」に変更するには,以下のプリアンブルコマンドを使用してください.
27254 \end_layout
27255
27256 \begin_layout Standard
27257
27258 \series bold
27259
27260 \backslash
27261 renewcommand{
27262 \backslash
27263 fnum@figure}{画像~
27264 \backslash
27265 thefigure}
27266 \end_layout
27267
27268 \begin_layout Standard
27269 なお,
27270 \series bold
27271
27272 \backslash
27273 thefigure
27274 \series default
27275 は表番号を挿入し,「
27276 \series bold
27277 ~
27278 \series default
27279 」は保護された空白を入れます.
27280 \end_layout
27281
27282 \begin_layout Standard
27283 \begin_inset VSpace bigskip
27284 \end_inset
27285
27286
27287 \series bold
27288 KOMA-script
27289 \series default
27290
27291 \begin_inset Index idx
27292 status collapsed
27293
27294 \begin_layout Plain Layout
27295 \SpecialChar LaTeX
27296 ぱっけーじ@\SpecialChar LaTeX
27297 パッケージ ! KOMA-script
27298 \end_layout
27299
27300 \end_inset
27301
27302 文書クラス(
27303 \family sans
27304 article (KOMA-script)
27305 \family default
27306
27307 \family sans
27308 book (KOMA-script)
27309 \family default
27310
27311 \family sans
27312 letter (KOMA-script)
27313 \family default
27314
27315 \family sans
27316 report (KOMA-script)
27317 \family default
27318 )を使用している場合には,
27319 \series bold
27320 caption
27321 \series default
27322 パッケージの代わりに
27323 \series bold
27324 KOMA-script
27325 \series default
27326 のビルトインコマンド
27327 \series bold
27328 etkomafont
27329 \series default
27330 を使用することもできます.たとえば,キャプションラベルをボールド体にするには,以下のコマンドを文書プリアンブルに加えます.
27331 \end_layout
27332
27333 \begin_layout Standard
27334
27335 \series bold
27336
27337 \backslash
27338 setkomafont{captionlabel}{
27339 \backslash
27340 bfseries}
27341 \end_layout
27342
27343 \begin_layout Standard
27344
27345 \series bold
27346
27347 \backslash
27348 setkomafont
27349 \series default
27350 についての詳細は,
27351 \series bold
27352 KOMA-script
27353 \series default
27354 の取扱説明書
27355 \begin_inset CommandInset citation
27356 LatexCommand cite
27357 key "koma-script"
27358 literal "true"
27359
27360 \end_inset
27361
27362 をご覧ください.
27363 \end_layout
27364
27365 \begin_layout Standard
27366 \begin_inset ERT
27367 status collapsed
27368
27369 \begin_layout Plain Layout
27370
27371
27372 \backslash
27373 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27374 }
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \begin_inset Note Note
27381 status open
27382
27383 \begin_layout Plain Layout
27384 キャプション書式は,この例のみ変更してあります.
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Standard
27393 \begin_inset Float figure
27394 placement !p
27395 alignment document
27396 wide false
27397 sideways false
27398 status open
27399
27400 \begin_layout Plain Layout
27401 \align center
27402 \begin_inset Graphics
27403         filename ../clipart/2D-intensity-plot.pdf
27404         scaleBeforeRotation
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \begin_layout Plain Layout
27412 \begin_inset Caption Standard
27413
27414 \begin_layout Plain Layout
27415 \begin_inset CommandInset label
27416 LatexCommand label
27417 name "fig:図キャプション"
27418
27419 \end_inset
27420
27421 これは,別のキャプション書式を例示するための,一行よりも長い図キャプションです.ここでは,自製キャプション書式が使用されています.
27422 \end_layout
27423
27424 \end_inset
27425
27426
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \end_layout
27433
27434 \begin_layout Standard
27435 \begin_inset ERT
27436 status collapsed
27437
27438 \begin_layout Plain Layout
27439
27440
27441 \backslash
27442 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27443 on}
27444 \end_layout
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \begin_layout Standard
27452 \begin_inset Float table
27453 placement !p
27454 alignment document
27455 wide false
27456 sideways false
27457 status open
27458
27459 \begin_layout Plain Layout
27460 \begin_inset Caption Standard
27461
27462 \begin_layout Plain Layout
27463 \begin_inset CommandInset label
27464 LatexCommand label
27465 name "tab:表キャプション"
27466
27467 \end_inset
27468
27469 これは,別のキャプション書式を例示するための,一行よりも長い表キャプションです.ここでは,この文書での表キャプションの標準書式が使用されています.
27470 \end_layout
27471
27472 \end_inset
27473
27474
27475 \end_layout
27476
27477 \begin_layout Plain Layout
27478 \align center
27479 \begin_inset Tabular
27480 <lyxtabular version="3" rows="1" columns="5">
27481 <features tabularvalignment="middle">
27482 <column alignment="center" valignment="top">
27483 <column alignment="center" valignment="top">
27484 <column alignment="center" valignment="top">
27485 <column alignment="center" valignment="top">
27486 <column alignment="center" valignment="top">
27487 <row>
27488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27489 \begin_inset Text
27490
27491 \begin_layout Plain Layout
27492
27493 \end_layout
27494
27495 \end_inset
27496 </cell>
27497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27498 \begin_inset Text
27499
27500 \begin_layout Plain Layout
27501
27502 \end_layout
27503
27504 \end_inset
27505 </cell>
27506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27507 \begin_inset Text
27508
27509 \begin_layout Plain Layout
27510
27511 \end_layout
27512
27513 \end_inset
27514 </cell>
27515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27516 \begin_inset Text
27517
27518 \begin_layout Plain Layout
27519
27520 \end_layout
27521
27522 \end_inset
27523 </cell>
27524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27525 \begin_inset Text
27526
27527 \begin_layout Plain Layout
27528
27529 \end_layout
27530
27531 \end_inset
27532 </cell>
27533 </row>
27534 </lyxtabular>
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \end_inset
27542
27543
27544 \end_layout
27545
27546 \begin_layout Section
27547 キャプションの配置
27548 \begin_inset Index idx
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552 きゃぷしょん@キャプション ! はいち@配置
27553 \end_layout
27554
27555 \end_inset
27556
27557
27558 \begin_inset Index idx
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
27563 \end_layout
27564
27565 \end_inset
27566
27567
27568 \begin_inset CommandInset label
27569 LatexCommand label
27570 name "sec:キャプションの配置"
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \begin_layout Standard
27578 通常,キャプションの配置原則は,
27579 \end_layout
27580
27581 \begin_layout Description
27582 図の場合: キャプションを図の下に置く
27583 \end_layout
27584
27585 \begin_layout Description
27586 表の場合: キャプションを表の上に置く
27587 \end_layout
27588
27589 \begin_layout Standard
27590 という風になっています.\SpecialChar LaTeX
27591 の標準クラスでは,キャプションを表の上に置くことは,残念ながらサポートされていません.したがって,
27592 \family sans
27593 article
27594 \family default
27595
27596 \family sans
27597 book
27598 \family default
27599
27600 \family sans
27601 letter
27602 \family default
27603
27604 \family sans
27605 report
27606 \family default
27607 といった文書クラスを使用している時には,キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,お使いの文書プリアンブルでLaT
27608 eXパッケージ
27609 \series bold
27610 caption
27611 \series default
27612 を読み込むコマンドに
27613 \end_layout
27614
27615 \begin_layout Standard
27616
27617 \series bold
27618 tableposition=top
27619 \end_layout
27620
27621 \begin_layout Standard
27622 というオプションを追加してください
27623 \begin_inset Foot
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627
27628 \series bold
27629 caption
27630 \series default
27631 パッケージについての詳細な情報は,第
27632 \begin_inset CommandInset ref
27633 LatexCommand ref
27634 reference "sec:キャプションの書式設定"
27635
27636 \end_inset
27637
27638 節をご覧ください.
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \series bold
27645 KOMA-script
27646 \series default
27647
27648 \begin_inset Index idx
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652 \SpecialChar LaTeX
27653 ぱっけーじ@\SpecialChar LaTeX
27654 パッケージ ! KOMA-script
27655 \end_layout
27656
27657 \end_inset
27658
27659 文書クラス(
27660 \family sans
27661 article (KOMA-script)
27662 \family default
27663
27664 \family sans
27665 book (KOMA-script)
27666 \family default
27667
27668 \family sans
27669 letter (KOMA-script)
27670 \family default
27671
27672 \family sans
27673 report (KOMA-script)
27674 \family default
27675
27676 \begin_inset space \thinspace{}
27677 \end_inset
27678
27679 )をお使いの場合には,
27680 \series bold
27681 caption
27682 \series default
27683 パッケージにオプションを与える代わりに,文書クラスオプション
27684 \end_layout
27685
27686 \begin_layout Standard
27687
27688 \series bold
27689 captions=tableheading
27690 \end_layout
27691
27692 \begin_layout Standard
27693 を設定することもできます
27694 \begin_inset Foot
27695 status collapsed
27696
27697 \begin_layout Plain Layout
27698 このオプションは本文書で使用されています.
27699 \end_layout
27700
27701 \end_inset
27702
27703
27704 \end_layout
27705
27706 \begin_layout Standard
27707 KOMA-Script文書クラスの文書では,キャプションを右クリックして,文脈依存メニューから,これが図表の上または下に来るべきキャプションかを指定することもで
27708 きます.これによって,文書全体のキャプション配置指定にかかわらず,特定のキャプションの配置を変えることができます.表
27709 \begin_inset CommandInset ref
27710 LatexCommand ref
27711 reference "tab:指定付きキャプション"
27712
27713 \end_inset
27714
27715 は,キャプションは,\SpecialChar LyX
27716 中では上に置かれているけれども,表の下に来るように指定されている例です.比較のために,表
27717 \begin_inset CommandInset ref
27718 LatexCommand ref
27719 reference "tab:標準表"
27720
27721 \end_inset
27722
27723 のキャプションでは,指定が為されていません.
27724 \end_layout
27725
27726 \begin_layout Standard
27727 \begin_inset Float table
27728 placement document
27729 alignment document
27730 wide false
27731 sideways false
27732 status open
27733
27734 \begin_layout Plain Layout
27735 \begin_inset Caption Below
27736
27737 \begin_layout Plain Layout
27738 \begin_inset CommandInset label
27739 LatexCommand label
27740 name "tab:指定付きキャプション"
27741
27742 \end_inset
27743
27744 表下に来るように指定されたキャプション
27745 \end_layout
27746
27747 \end_inset
27748
27749
27750 \end_layout
27751
27752 \begin_layout Plain Layout
27753 \align center
27754 \begin_inset Tabular
27755 <lyxtabular version="3" rows="3" columns="3">
27756 <features tabularvalignment="middle">
27757 <column alignment="center" valignment="top" width="0pt">
27758 <column alignment="center" valignment="top" width="0pt">
27759 <column alignment="center" valignment="top" width="0pt">
27760 <row>
27761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Plain Layout
27765 1
27766 \end_layout
27767
27768 \end_inset
27769 </cell>
27770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27771 \begin_inset Text
27772
27773 \begin_layout Plain Layout
27774 2
27775 \end_layout
27776
27777 \end_inset
27778 </cell>
27779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27780 \begin_inset Text
27781
27782 \begin_layout Plain Layout
27783 3
27784 \end_layout
27785
27786 \end_inset
27787 </cell>
27788 </row>
27789 <row>
27790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27791 \begin_inset Text
27792
27793 \begin_layout Plain Layout
27794 森嶋
27795 \end_layout
27796
27797 \end_inset
27798 </cell>
27799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27800 \begin_inset Text
27801
27802 \begin_layout Plain Layout
27803 宇沢
27804 \end_layout
27805
27806 \end_inset
27807 </cell>
27808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27809 \begin_inset Text
27810
27811 \begin_layout Plain Layout
27812 二階堂
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 </row>
27818 <row>
27819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27820 \begin_inset Text
27821
27822 \begin_layout Plain Layout
27823 \begin_inset Formula $\int x^{2}dx$
27824 \end_inset
27825
27826
27827 \end_layout
27828
27829 \end_inset
27830 </cell>
27831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27832 \begin_inset Text
27833
27834 \begin_layout Plain Layout
27835 \begin_inset Formula $\left[\begin{array}{cc}
27836 a & b\\
27837 c & d
27838 \end{array}\right]$
27839 \end_inset
27840
27841
27842 \end_layout
27843
27844 \end_inset
27845 </cell>
27846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27847 \begin_inset Text
27848
27849 \begin_layout Plain Layout
27850 \begin_inset Formula $1+1=2$
27851 \end_inset
27852
27853
27854 \end_layout
27855
27856 \end_inset
27857 </cell>
27858 </row>
27859 </lyxtabular>
27860
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \end_inset
27867
27868
27869 \end_layout
27870
27871 \begin_layout Standard
27872 \begin_inset Float table
27873 placement document
27874 alignment document
27875 wide false
27876 sideways false
27877 status open
27878
27879 \begin_layout Plain Layout
27880 \begin_inset Caption Standard
27881
27882 \begin_layout Plain Layout
27883 \begin_inset CommandInset label
27884 LatexCommand label
27885 name "tab:標準表"
27886
27887 \end_inset
27888
27889 標準の表キャプション
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \end_layout
27896
27897 \begin_layout Plain Layout
27898 \align center
27899 \begin_inset Tabular
27900 <lyxtabular version="3" rows="3" columns="3">
27901 <features tabularvalignment="middle">
27902 <column alignment="center" valignment="top" width="0pt">
27903 <column alignment="center" valignment="top" width="0pt">
27904 <column alignment="center" valignment="top" width="0pt">
27905 <row>
27906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27907 \begin_inset Text
27908
27909 \begin_layout Plain Layout
27910 1
27911 \end_layout
27912
27913 \end_inset
27914 </cell>
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 2
27920 \end_layout
27921
27922 \end_inset
27923 </cell>
27924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27925 \begin_inset Text
27926
27927 \begin_layout Plain Layout
27928 3
27929 \end_layout
27930
27931 \end_inset
27932 </cell>
27933 </row>
27934 <row>
27935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27936 \begin_inset Text
27937
27938 \begin_layout Plain Layout
27939 森嶋
27940 \end_layout
27941
27942 \end_inset
27943 </cell>
27944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27945 \begin_inset Text
27946
27947 \begin_layout Plain Layout
27948 宇沢
27949 \end_layout
27950
27951 \end_inset
27952 </cell>
27953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27954 \begin_inset Text
27955
27956 \begin_layout Plain Layout
27957 二階堂
27958 \end_layout
27959
27960 \end_inset
27961 </cell>
27962 </row>
27963 <row>
27964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27965 \begin_inset Text
27966
27967 \begin_layout Plain Layout
27968 \begin_inset Formula $\int x^{2}dx$
27969 \end_inset
27970
27971
27972 \end_layout
27973
27974 \end_inset
27975 </cell>
27976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27977 \begin_inset Text
27978
27979 \begin_layout Plain Layout
27980 \begin_inset Formula $\left[\begin{array}{cc}
27981 a & b\\
27982 c & d
27983 \end{array}\right]$
27984 \end_inset
27985
27986
27987 \end_layout
27988
27989 \end_inset
27990 </cell>
27991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27992 \begin_inset Text
27993
27994 \begin_layout Plain Layout
27995 \begin_inset Formula $1+1=2$
27996 \end_inset
27997
27998
27999 \end_layout
28000
28001 \end_inset
28002 </cell>
28003 </row>
28004 </lyxtabular>
28005
28006 \end_inset
28007
28008
28009 \end_layout
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \begin_layout Standard
28017 \begin_inset VSpace bigskip
28018 \end_inset
28019
28020 また,キャプションは,図表の横に置くこともできます.これを実現するには,文書プリアンブルに
28021 \end_layout
28022
28023 \begin_layout Standard
28024
28025 \series bold
28026
28027 \backslash
28028 usepackage[option]{sidecap}
28029 \end_layout
28030
28031 \begin_layout Standard
28032 という行を入れて,\SpecialChar LaTeX
28033 パッケージ
28034 \series bold
28035 sidecap
28036 \series default
28037
28038 \begin_inset Index idx
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042 \SpecialChar LaTeX
28043 ぱっけーじ@\SpecialChar LaTeX
28044 パッケージ ! sidecap
28045 \end_layout
28046
28047 \end_inset
28048
28049 を読み込まなくてはなりません.オプションを与えなければ,ページの外側余白の側に—偶数ページでは右側,奇数頁では左側に—キャプションが置かれます.
28050 \series bold
28051 innercaption
28052 \series default
28053 オプションを与えれば,内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
28054 \series bold
28055 rightcaption
28056 \series default
28057 ないし
28058 \series bold
28059 leftcaption
28060 \series default
28061 オプションを用います.
28062 \end_layout
28063
28064 \begin_layout Standard
28065 \begin_inset ERT
28066 status collapsed
28067
28068 \begin_layout Plain Layout
28069
28070
28071 \backslash
28072 ifsidecap
28073 \end_layout
28074
28075 \end_inset
28076
28077
28078 \begin_inset Note Note
28079 status open
28080
28081 \begin_layout Plain Layout
28082 以下の部分は,\SpecialChar LaTeX
28083 パッケージ
28084 \series bold
28085 sidecap
28086 \series default
28087 が導入されているときのみ表示されます.
28088 \end_layout
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Standard
28096 \SpecialChar LyX
28097 でフロートのキャプションを横に配置するには,以下のコマンド群を文書プリアンブルに追加する必要があります.
28098 \end_layout
28099
28100 \begin_layout Standard
28101 \noindent
28102 \begin_inset CommandInset line
28103 LatexCommand rule
28104 offset "0.5ex"
28105 width "100line%"
28106 height "1pt"
28107
28108 \end_inset
28109
28110
28111 \end_layout
28112
28113 \begin_layout Standard
28114
28115 \series bold
28116
28117 \backslash
28118 newcommand{
28119 \backslash
28120 TabBesBeg}[1][1.0]{%
28121 \begin_inset Newline newline
28122 \end_inset
28123
28124
28125 \begin_inset Phantom HPhantom
28126 status open
28127
28128 \begin_layout Plain Layout
28129 \begin_inset space ~
28130 \end_inset
28131
28132
28133 \end_layout
28134
28135 \end_inset
28136
28137
28138 \backslash
28139 let
28140 \backslash
28141 MyTable
28142 \backslash
28143 table
28144 \begin_inset Newline newline
28145 \end_inset
28146
28147
28148 \begin_inset Phantom HPhantom
28149 status open
28150
28151 \begin_layout Plain Layout
28152
28153 \series medium
28154 \begin_inset space ~
28155 \end_inset
28156
28157
28158 \end_layout
28159
28160 \end_inset
28161
28162
28163 \backslash
28164 let
28165 \backslash
28166 MyEndtable
28167 \backslash
28168 endtable
28169 \begin_inset Newline newline
28170 \end_inset
28171
28172
28173 \begin_inset Phantom HPhantom
28174 status open
28175
28176 \begin_layout Plain Layout
28177
28178 \series medium
28179 \begin_inset space ~
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \end_inset
28186
28187
28188 \backslash
28189 renewenvironment{table}[1]{
28190 \backslash
28191 begin{SCtable}[#1]##1}{
28192 \backslash
28193 end{SCtable}}}
28194 \end_layout
28195
28196 \begin_layout Standard
28197
28198 \series bold
28199
28200 \backslash
28201 newcommand{
28202 \backslash
28203 TabBesEnd}{%
28204 \begin_inset Newline newline
28205 \end_inset
28206
28207
28208 \begin_inset Phantom HPhantom
28209 status open
28210
28211 \begin_layout Plain Layout
28212 \begin_inset space ~
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \end_inset
28219
28220
28221 \backslash
28222 let
28223 \backslash
28224 table
28225 \backslash
28226 MyTable
28227 \begin_inset Newline newline
28228 \end_inset
28229
28230
28231 \begin_inset Phantom HPhantom
28232 status open
28233
28234 \begin_layout Plain Layout
28235 \begin_inset space ~
28236 \end_inset
28237
28238
28239 \end_layout
28240
28241 \end_inset
28242
28243
28244 \backslash
28245 let
28246 \backslash
28247 endtable
28248 \backslash
28249 MyEndtable
28250 \end_layout
28251
28252 \begin_layout Standard
28253
28254 \series bold
28255
28256 \backslash
28257 newcommand{
28258 \backslash
28259 FigBesBeg}[1][1.0]{%
28260 \begin_inset Newline newline
28261 \end_inset
28262
28263
28264 \begin_inset Phantom HPhantom
28265 status open
28266
28267 \begin_layout Plain Layout
28268 \begin_inset space ~
28269 \end_inset
28270
28271
28272 \end_layout
28273
28274 \end_inset
28275
28276
28277 \backslash
28278 let
28279 \backslash
28280 MyFigure
28281 \backslash
28282 figure
28283 \begin_inset Newline newline
28284 \end_inset
28285
28286
28287 \begin_inset Phantom HPhantom
28288 status open
28289
28290 \begin_layout Plain Layout
28291 \begin_inset space ~
28292 \end_inset
28293
28294
28295 \end_layout
28296
28297 \end_inset
28298
28299
28300 \backslash
28301 let
28302 \backslash
28303 MyEndfigure
28304 \backslash
28305 endfigure
28306 \begin_inset Newline newline
28307 \end_inset
28308
28309
28310 \begin_inset Phantom HPhantom
28311 status open
28312
28313 \begin_layout Plain Layout
28314 \begin_inset space ~
28315 \end_inset
28316
28317
28318 \end_layout
28319
28320 \end_inset
28321
28322
28323 \backslash
28324 renewenvironment{figure}[1]{
28325 \backslash
28326 begin{SCfigure}[#1]##1}{
28327 \backslash
28328 end{SCfigure}}}
28329 \end_layout
28330
28331 \begin_layout Standard
28332
28333 \series bold
28334
28335 \backslash
28336 newcommand{
28337 \backslash
28338 FigBesEnd}{%
28339 \begin_inset Newline newline
28340 \end_inset
28341
28342
28343 \begin_inset Phantom HPhantom
28344 status open
28345
28346 \begin_layout Plain Layout
28347 \begin_inset space ~
28348 \end_inset
28349
28350
28351 \end_layout
28352
28353 \end_inset
28354
28355
28356 \backslash
28357 let
28358 \backslash
28359 figure
28360 \backslash
28361 MyFigure
28362 \begin_inset Newline newline
28363 \end_inset
28364
28365
28366 \begin_inset Phantom HPhantom
28367 status open
28368
28369 \begin_layout Plain Layout
28370 \begin_inset space ~
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \end_inset
28377
28378
28379 \backslash
28380 let
28381 \backslash
28382 endfigure
28383 \backslash
28384 MyEndfigure}
28385 \end_layout
28386
28387 \begin_layout Standard
28388 \noindent
28389 \begin_inset CommandInset line
28390 LatexCommand rule
28391 offset "0.5ex"
28392 width "100line%"
28393 height "1pt"
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \begin_layout Standard
28401 これらのコマンドは,キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
28402 \end_layout
28403
28404 \begin_layout Standard
28405
28406 \series bold
28407
28408 \backslash
28409 FigBesBeg
28410 \end_layout
28411
28412 \begin_layout Standard
28413 というコマンドを,フロートの前に\SpecialChar TeX
28414 コードで入れてください.そして,元のフロート定義に戻したいところで,
28415 \end_layout
28416
28417 \begin_layout Standard
28418
28419 \series bold
28420
28421 \backslash
28422 FigBesEnd
28423 \end_layout
28424
28425 \begin_layout Standard
28426 という\SpecialChar TeX
28427 コードを入れてください.
28428 \end_layout
28429
28430 \begin_layout Standard
28431 表フロートに対しては,対応するコマンド
28432 \end_layout
28433
28434 \begin_layout Standard
28435
28436 \series bold
28437
28438 \backslash
28439 TabBesBeg
28440 \series default
28441 および
28442 \series bold
28443
28444 \backslash
28445 TabBesEnd
28446 \end_layout
28447
28448 \begin_layout Standard
28449 を使用してください.図
28450 \begin_inset CommandInset ref
28451 LatexCommand ref
28452 reference "fig:図横キャプション"
28453
28454 \end_inset
28455
28456 と表
28457 \begin_inset CommandInset ref
28458 LatexCommand ref
28459 reference "tab:表横キャプション"
28460
28461 \end_inset
28462
28463 がキャプションを脇に設定した例です.
28464 \end_layout
28465
28466 \begin_layout Standard
28467 これらの例において,表フロートの場合には,キャプションの文章がフロート上部に表示され,図フロートではフロート下部に表示されることが確認いただけると思います.これ
28468 を変更するには,文書プリアンブルかフロート直前に,\SpecialChar TeX
28469 コードとして
28470 \end_layout
28471
28472 \begin_layout Standard
28473
28474 \series bold
28475
28476 \backslash
28477 sidecaptionvpos{フロート型}{配置}
28478 \end_layout
28479
28480 \begin_layout Standard
28481 というコマンドを使用します.ここで「フロート型」は
28482 \family sans
28483 figure
28484 \family default
28485
28486 \family sans
28487 table
28488 \family default
28489 であり,「配置」は,上揃えの場合はtopの
28490 \end_layout
28491
28492 \begin_layout Standard
28493
28494 \family sans
28495 t
28496 \family default
28497 」,中央揃えの場合はcenterの「
28498 \family sans
28499 c
28500 \family default
28501 」,下揃えの場合はbottomの「
28502 \family sans
28503 b
28504 \family default
28505 」のいずれかになります.たとえば,図フロートのキャプションを縦方向中央揃えとしたい場合には,
28506 \end_layout
28507
28508 \begin_layout Standard
28509
28510 \series bold
28511
28512 \backslash
28513 sidecaptionvpos{figure}{c}
28514 \end_layout
28515
28516 \begin_layout Standard
28517 というコマンドを使用します.これは,図
28518 \begin_inset CommandInset ref
28519 LatexCommand ref
28520 reference "fig:図横キャプション-2"
28521
28522 \end_inset
28523
28524 で使用されています.
28525 \end_layout
28526
28527 \begin_layout Standard
28528 \begin_inset VSpace medskip
28529 \end_inset
28530
28531
28532 \end_layout
28533
28534 \begin_layout Standard
28535 キャプション幅の既定値は,画像幅ないし表幅です.しかし,表
28536 \begin_inset CommandInset ref
28537 LatexCommand ref
28538 reference "tab:表横キャプション"
28539
28540 \end_inset
28541
28542 のように幅狭の表では,これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,画像幅ないし表幅に掛ける因数を指定することができます.指定した幅で
28543 は,キャプションがページ余白ないし段余白に突き出てしまうような場合は,キャプション幅は自動的に再計算してくれます.
28544 \emph on
28545 因数
28546 \emph default
28547 は,
28548 \end_layout
28549
28550 \begin_layout Standard
28551
28552 \series bold
28553
28554 \backslash
28555 FigBesBeg[因数]
28556 \end_layout
28557
28558 \begin_layout Standard
28559 のように,
28560 \series bold
28561
28562 \backslash
28563 FigBesBeg
28564 \series default
28565 への非必須引数として与えることもできますし,
28566 \series bold
28567
28568 \backslash
28569 FigBesBeg
28570 \series default
28571 の定義中で
28572 \series bold
28573 1.0
28574 \series default
28575 を他の値に変更することもできます.表
28576 \begin_inset CommandInset ref
28577 LatexCommand ref
28578 reference "tab:図横幅広"
28579
28580 \end_inset
28581
28582 では,因子5が指定されています.
28583 \end_layout
28584
28585 \begin_layout Standard
28586 \begin_inset Note Greyedout
28587 status open
28588
28589 \begin_layout Plain Layout
28590
28591 \series bold
28592 【註】
28593 \series default
28594 キャプションを横につけたフロートでは,フロート配置オプションの
28595 \family sans
28596 何としても現在地に置く
28597 \family default
28598 は,
28599 \series bold
28600 sidecap
28601 \series default
28602 がサポートしていないので,使用することができません..
28603 \end_layout
28604
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \begin_layout Standard
28611 \begin_inset VSpace medskip
28612 \end_inset
28613
28614
28615 \series bold
28616 sidecap
28617 \series default
28618 パッケージについての詳細は,
28619 \begin_inset CommandInset citation
28620 LatexCommand cite
28621 key "sidecap"
28622 literal "true"
28623
28624 \end_inset
28625
28626 の説明書をご参照ください.
28627 \end_layout
28628
28629 \begin_layout Standard
28630 \begin_inset Note Greyedout
28631 status open
28632
28633 \begin_layout Plain Layout
28634
28635 \series bold
28636 【註】
28637 \series default
28638
28639 \begin_inset CommandInset ref
28640 LatexCommand ref
28641 reference "subsec:参照位置"
28642
28643 \end_inset
28644
28645 節に説明がある\SpecialChar LaTeX
28646 パッケージ
28647 \series bold
28648 hypcap
28649 \series default
28650
28651 \begin_inset Index idx
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655 \SpecialChar LaTeX
28656 ぱっけーじ@\SpecialChar LaTeX
28657 パッケージ ! hypcap
28658 \end_layout
28659
28660 \end_inset
28661
28662 は,キャプションを脇に表示したフロートに対しては,効果を持ちません.
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \begin_layout Standard
28671 \begin_inset Note Greyedout
28672 status open
28673
28674 \begin_layout Plain Layout
28675
28676 \series bold
28677 【訳註】
28678 \series default
28679 \SpecialChar LaTeX
28680 パッケージ
28681 \series bold
28682 sidecap
28683 \series default
28684
28685 \begin_inset Index idx
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689 \SpecialChar LaTeX
28690 ぱっけーじ@\SpecialChar LaTeX
28691 パッケージ ! sidecap
28692 \end_layout
28693
28694 \end_inset
28695
28696 は,p\SpecialChar LaTeX
28697 と互換性がなく,特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,本日本語訳では当該パッケージを使用していません.その使用例については,
28698 取扱説明書『
28699 \emph on
28700 埋め込み機能篇
28701 \emph default
28702 』(つまりこの文書)の\SpecialChar LyX
28703 文書本体を見るか,出力結果を見たい場合には英語版を出力するようにしてください.
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \begin_inset ERT
28710 status collapsed
28711
28712 \begin_layout Plain Layout
28713
28714
28715 \backslash
28716 FigBesBeg 
28717 \end_layout
28718
28719 \end_inset
28720
28721
28722 \end_layout
28723
28724 \begin_layout Standard
28725 \begin_inset Float figure
28726 placement document
28727 alignment document
28728 wide false
28729 sideways false
28730 status open
28731
28732 \begin_layout Plain Layout
28733 \begin_inset Graphics
28734         filename ../clipart/3D-structure-distort.pdf
28735         scale 50
28736         scaleBeforeRotation
28737
28738 \end_inset
28739
28740
28741 \end_layout
28742
28743 \begin_layout Plain Layout
28744 \begin_inset Caption Standard
28745
28746 \begin_layout Plain Layout
28747 \begin_inset CommandInset label
28748 LatexCommand label
28749 name "fig:図横キャプション"
28750
28751 \end_inset
28752
28753 これは図の横にあるキャプションです.
28754 \end_layout
28755
28756 \end_inset
28757
28758
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Standard
28767 \begin_inset ERT
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771
28772
28773 \backslash
28774 FigBesEnd
28775 \end_layout
28776
28777 \end_inset
28778
28779
28780 \end_layout
28781
28782 \begin_layout Standard
28783 \begin_inset ERT
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787
28788
28789 \backslash
28790 TabBesBeg 
28791 \end_layout
28792
28793 \end_inset
28794
28795
28796 \end_layout
28797
28798 \begin_layout Standard
28799 \begin_inset Float table
28800 placement document
28801 alignment document
28802 wide false
28803 sideways false
28804 status open
28805
28806 \begin_layout Plain Layout
28807 \begin_inset Caption Standard
28808
28809 \begin_layout Plain Layout
28810 \begin_inset CommandInset label
28811 LatexCommand label
28812 name "tab:表横キャプション"
28813
28814 \end_inset
28815
28816 これは表の横にあるキャプションです.
28817 \end_layout
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \begin_layout Plain Layout
28825 \begin_inset Tabular
28826 <lyxtabular version="3" rows="4" columns="5">
28827 <features tabularvalignment="middle">
28828 <column alignment="center" valignment="top">
28829 <column alignment="center" valignment="top">
28830 <column alignment="center" valignment="top">
28831 <column alignment="center" valignment="top">
28832 <column alignment="center" valignment="top">
28833 <row>
28834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28835 \begin_inset Text
28836
28837 \begin_layout Plain Layout
28838
28839 \end_layout
28840
28841 \end_inset
28842 </cell>
28843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28844 \begin_inset Text
28845
28846 \begin_layout Plain Layout
28847
28848 \end_layout
28849
28850 \end_inset
28851 </cell>
28852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28853 \begin_inset Text
28854
28855 \begin_layout Plain Layout
28856
28857 \end_layout
28858
28859 \end_inset
28860 </cell>
28861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28862 \begin_inset Text
28863
28864 \begin_layout Plain Layout
28865
28866 \end_layout
28867
28868 \end_inset
28869 </cell>
28870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28871 \begin_inset Text
28872
28873 \begin_layout Plain Layout
28874
28875 \end_layout
28876
28877 \end_inset
28878 </cell>
28879 </row>
28880 <row>
28881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28882 \begin_inset Text
28883
28884 \begin_layout Plain Layout
28885
28886 \end_layout
28887
28888 \end_inset
28889 </cell>
28890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28891 \begin_inset Text
28892
28893 \begin_layout Plain Layout
28894
28895 \end_layout
28896
28897 \end_inset
28898 </cell>
28899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28900 \begin_inset Text
28901
28902 \begin_layout Plain Layout
28903
28904 \end_layout
28905
28906 \end_inset
28907 </cell>
28908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28909 \begin_inset Text
28910
28911 \begin_layout Plain Layout
28912
28913 \end_layout
28914
28915 \end_inset
28916 </cell>
28917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28918 \begin_inset Text
28919
28920 \begin_layout Plain Layout
28921
28922 \end_layout
28923
28924 \end_inset
28925 </cell>
28926 </row>
28927 <row>
28928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28929 \begin_inset Text
28930
28931 \begin_layout Plain Layout
28932
28933 \end_layout
28934
28935 \end_inset
28936 </cell>
28937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28938 \begin_inset Text
28939
28940 \begin_layout Plain Layout
28941
28942 \end_layout
28943
28944 \end_inset
28945 </cell>
28946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28947 \begin_inset Text
28948
28949 \begin_layout Plain Layout
28950
28951 \end_layout
28952
28953 \end_inset
28954 </cell>
28955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28956 \begin_inset Text
28957
28958 \begin_layout Plain Layout
28959
28960 \end_layout
28961
28962 \end_inset
28963 </cell>
28964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28965 \begin_inset Text
28966
28967 \begin_layout Plain Layout
28968
28969 \end_layout
28970
28971 \end_inset
28972 </cell>
28973 </row>
28974 <row>
28975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28976 \begin_inset Text
28977
28978 \begin_layout Plain Layout
28979
28980 \end_layout
28981
28982 \end_inset
28983 </cell>
28984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28985 \begin_inset Text
28986
28987 \begin_layout Plain Layout
28988
28989 \end_layout
28990
28991 \end_inset
28992 </cell>
28993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28994 \begin_inset Text
28995
28996 \begin_layout Plain Layout
28997
28998 \end_layout
28999
29000 \end_inset
29001 </cell>
29002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29003 \begin_inset Text
29004
29005 \begin_layout Plain Layout
29006
29007 \end_layout
29008
29009 \end_inset
29010 </cell>
29011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29012 \begin_inset Text
29013
29014 \begin_layout Plain Layout
29015
29016 \end_layout
29017
29018 \end_inset
29019 </cell>
29020 </row>
29021 </lyxtabular>
29022
29023 \end_inset
29024
29025
29026 \end_layout
29027
29028 \end_inset
29029
29030
29031 \end_layout
29032
29033 \begin_layout Standard
29034 \begin_inset ERT
29035 status collapsed
29036
29037 \begin_layout Plain Layout
29038
29039
29040 \backslash
29041 TabBesEnd
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \end_layout
29048
29049 \begin_layout Standard
29050 \begin_inset ERT
29051 status collapsed
29052
29053 \begin_layout Plain Layout
29054
29055
29056 \backslash
29057 FigBesBeg 
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \begin_inset ERT
29064 status collapsed
29065
29066 \begin_layout Plain Layout
29067
29068
29069 \backslash
29070 sidecaptionvpos{figure}{c}
29071 \end_layout
29072
29073 \end_inset
29074
29075
29076 \begin_inset Float figure
29077 placement document
29078 alignment document
29079 wide false
29080 sideways false
29081 status open
29082
29083 \begin_layout Plain Layout
29084 \begin_inset Graphics
29085         filename ../clipart/3D-structure-distort.pdf
29086         scale 50
29087         scaleBeforeRotation
29088
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \begin_layout Plain Layout
29095 \begin_inset Caption Standard
29096
29097 \begin_layout Plain Layout
29098 \begin_inset CommandInset label
29099 LatexCommand label
29100 name "fig:図横キャプション-2"
29101
29102 \end_inset
29103
29104 これは図の横にある縦方向中央揃えのキャプションです.
29105 \end_layout
29106
29107 \end_inset
29108
29109
29110 \end_layout
29111
29112 \end_inset
29113
29114
29115 \end_layout
29116
29117 \begin_layout Standard
29118 \begin_inset ERT
29119 status collapsed
29120
29121 \begin_layout Plain Layout
29122
29123
29124 \backslash
29125 FigBesEnd
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Standard
29134 \begin_inset ERT
29135 status collapsed
29136
29137 \begin_layout Plain Layout
29138
29139
29140 \backslash
29141 TabBesBeg[5]
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Standard
29150 \begin_inset Float table
29151 placement document
29152 alignment document
29153 wide false
29154 sideways false
29155 status open
29156
29157 \begin_layout Plain Layout
29158 \begin_inset Caption Standard
29159
29160 \begin_layout Plain Layout
29161 \begin_inset CommandInset label
29162 LatexCommand label
29163 name "tab:図横幅広"
29164
29165 \end_inset
29166
29167 これは表
29168 \begin_inset CommandInset ref
29169 LatexCommand ref
29170 reference "tab:表横キャプション"
29171
29172 \end_inset
29173
29174 よりも幅広のキャプションです
29175 \end_layout
29176
29177 \end_inset
29178
29179
29180 \end_layout
29181
29182 \begin_layout Plain Layout
29183 \begin_inset Tabular
29184 <lyxtabular version="3" rows="4" columns="5">
29185 <features tabularvalignment="middle">
29186 <column alignment="center" valignment="top">
29187 <column alignment="center" valignment="top">
29188 <column alignment="center" valignment="top">
29189 <column alignment="center" valignment="top">
29190 <column alignment="center" valignment="top">
29191 <row>
29192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29193 \begin_inset Text
29194
29195 \begin_layout Plain Layout
29196 a
29197 \end_layout
29198
29199 \end_inset
29200 </cell>
29201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29202 \begin_inset Text
29203
29204 \begin_layout Plain Layout
29205
29206 \end_layout
29207
29208 \end_inset
29209 </cell>
29210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29211 \begin_inset Text
29212
29213 \begin_layout Plain Layout
29214 b
29215 \end_layout
29216
29217 \end_inset
29218 </cell>
29219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29220 \begin_inset Text
29221
29222 \begin_layout Plain Layout
29223
29224 \end_layout
29225
29226 \end_inset
29227 </cell>
29228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29229 \begin_inset Text
29230
29231 \begin_layout Plain Layout
29232 c
29233 \end_layout
29234
29235 \end_inset
29236 </cell>
29237 </row>
29238 <row>
29239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29240 \begin_inset Text
29241
29242 \begin_layout Plain Layout
29243
29244 \end_layout
29245
29246 \end_inset
29247 </cell>
29248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29249 \begin_inset Text
29250
29251 \begin_layout Plain Layout
29252 d
29253 \end_layout
29254
29255 \end_inset
29256 </cell>
29257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29258 \begin_inset Text
29259
29260 \begin_layout Plain Layout
29261
29262 \end_layout
29263
29264 \end_inset
29265 </cell>
29266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29267 \begin_inset Text
29268
29269 \begin_layout Plain Layout
29270 e
29271 \end_layout
29272
29273 \end_inset
29274 </cell>
29275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29276 \begin_inset Text
29277
29278 \begin_layout Plain Layout
29279
29280 \end_layout
29281
29282 \end_inset
29283 </cell>
29284 </row>
29285 <row>
29286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29287 \begin_inset Text
29288
29289 \begin_layout Plain Layout
29290 f
29291 \end_layout
29292
29293 \end_inset
29294 </cell>
29295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29296 \begin_inset Text
29297
29298 \begin_layout Plain Layout
29299
29300 \end_layout
29301
29302 \end_inset
29303 </cell>
29304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29305 \begin_inset Text
29306
29307 \begin_layout Plain Layout
29308 g
29309 \end_layout
29310
29311 \end_inset
29312 </cell>
29313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29314 \begin_inset Text
29315
29316 \begin_layout Plain Layout
29317
29318 \end_layout
29319
29320 \end_inset
29321 </cell>
29322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29323 \begin_inset Text
29324
29325 \begin_layout Plain Layout
29326 h
29327 \end_layout
29328
29329 \end_inset
29330 </cell>
29331 </row>
29332 <row>
29333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29334 \begin_inset Text
29335
29336 \begin_layout Plain Layout
29337
29338 \end_layout
29339
29340 \end_inset
29341 </cell>
29342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29343 \begin_inset Text
29344
29345 \begin_layout Plain Layout
29346 i
29347 \end_layout
29348
29349 \end_inset
29350 </cell>
29351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29352 \begin_inset Text
29353
29354 \begin_layout Plain Layout
29355
29356 \end_layout
29357
29358 \end_inset
29359 </cell>
29360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29361 \begin_inset Text
29362
29363 \begin_layout Plain Layout
29364 j
29365 \end_layout
29366
29367 \end_inset
29368 </cell>
29369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29370 \begin_inset Text
29371
29372 \begin_layout Plain Layout
29373
29374 \end_layout
29375
29376 \end_inset
29377 </cell>
29378 </row>
29379 </lyxtabular>
29380
29381 \end_inset
29382
29383
29384 \end_layout
29385
29386 \end_inset
29387
29388
29389 \end_layout
29390
29391 \begin_layout Standard
29392 \begin_inset ERT
29393 status collapsed
29394
29395 \begin_layout Plain Layout
29396
29397
29398 \backslash
29399 TabBesEnd
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Standard
29408 \begin_inset ERT
29409 status collapsed
29410
29411 \begin_layout Plain Layout
29412
29413
29414 \backslash
29415 else
29416 \end_layout
29417
29418 \end_inset
29419
29420
29421 \begin_inset Note Note
29422 status open
29423
29424 \begin_layout Plain Layout
29425 以下の部分は,\SpecialChar LaTeX
29426 パッケージ
29427 \series bold
29428 sidecap
29429 \series default
29430 が導入されていないときのみ表示されます.
29431 \end_layout
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \begin_layout Standard
29439 本節の残りの部分を出力で表示するには,\SpecialChar LaTeX
29440 パッケージ
29441 \series bold
29442 sidecap
29443 \series default
29444 を導入する必要があります.
29445 \end_layout
29446
29447 \begin_layout Standard
29448 \begin_inset ERT
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452
29453
29454 \backslash
29455 fi
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \end_layout
29462
29463 \begin_layout Section
29464 フロート一覧
29465 \begin_inset Index idx
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469 ふろーと@フロート ! ふろーといちらん@フロート一覧
29470 \end_layout
29471
29472 \end_inset
29473
29474
29475 \end_layout
29476
29477 \begin_layout Standard
29478 文書中の各節が列挙されたものである目次と同様,文書中の図など,すべてのフロート型に一覧があります.これらは,
29479 \family sans
29480 挿入\SpecialChar menuseparator
29481 一覧/目次
29482 \family default
29483 メニューで挿入することができます.
29484 \end_layout
29485
29486 \begin_layout Standard
29487 一覧の見出しは,フロートのキャプションないし短縮タイトル,フロート番号,これらが文書中で現れるページ番号で構成されます.
29488 \end_layout
29489
29490 \begin_layout Standard
29491 本文書の終わりに,図一覧と表一覧があります.
29492 \end_layout
29493
29494 \begin_layout Chapter
29495 註釈
29496 \end_layout
29497
29498 \begin_layout Section
29499 \SpecialChar LyX
29500 註釈
29501 \begin_inset Index idx
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505 ちゅうしゃく@註釈 ! \SpecialChar LyX
29506 のーと@\SpecialChar LyX
29507 ノート
29508 \end_layout
29509
29510 \end_inset
29511
29512
29513 \end_layout
29514
29515 \begin_layout Standard
29516 註釈は,ツールバーボタン
29517 \family sans
29518
29519 \begin_inset Info
29520 type  "icon"
29521 arg   "note-insert"
29522 \end_inset
29523
29524
29525 \family default
29526 か,
29527 \family sans
29528 挿入\SpecialChar menuseparator
29529 註釈
29530 \family default
29531 メニューで挿入することができます.註釈には,以下の三つの型があります.
29532 \end_layout
29533
29534 \begin_layout Description
29535 \SpecialChar LyX
29536 註釈 この註釈型は,内部用途の註釈で出力には現れません.註釈ボックスは,以下のように表示されます.
29537 \begin_inset Newline newline
29538 \end_inset
29539
29540
29541 \begin_inset Newline newline
29542 \end_inset
29543
29544
29545 \begin_inset Graphics
29546         filename clipart/LyXNoteImage.png
29547         display false
29548         scale 50
29549         scaleBeforeRotation
29550
29551 \end_inset
29552
29553
29554 \begin_inset Note Note
29555 status open
29556
29557 \begin_layout Plain Layout
29558 これは,出力には現れない註釈ボックスに書かれた文章です.
29559 \end_layout
29560
29561 \end_inset
29562
29563
29564 \end_layout
29565
29566 \begin_layout Description
29567 コメント この註釈も出力には現れませんが,
29568 \family sans
29569 ファイル\SpecialChar menuseparator
29570 書き出し\SpecialChar menuseparator
29571 LaTeX
29572 \begin_inset space ~
29573 \end_inset
29574
29575 (pdflatex) / (平文)
29576 \family default
29577  メニューを使って文書を\SpecialChar LaTeX
29578 にエクスポートする際には,\SpecialChar LaTeX
29579 コメントとして出力されます.註釈ボックスは,以下のように表示されます.
29580 \begin_inset Newline newline
29581 \end_inset
29582
29583
29584 \begin_inset Newline newline
29585 \end_inset
29586
29587
29588 \begin_inset Graphics
29589         filename clipart/CommentNoteImage.png
29590         display false
29591         scale 50
29592         scaleBeforeRotation
29593
29594 \end_inset
29595
29596  
29597 \begin_inset Note Comment
29598 status open
29599
29600 \begin_layout Plain Layout
29601 これは,\SpecialChar LaTeX
29602 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \end_layout
29609
29610 \begin_layout Description
29611 淡色表示 この註釈は,薄灰色の文章として出力に現れます.註釈ボックスは,以下のように表示されます.
29612 \begin_inset Newline newline
29613 \end_inset
29614
29615
29616 \begin_inset Newline newline
29617 \end_inset
29618
29619
29620 \begin_inset Graphics
29621         filename clipart/GreyedOutNoteImage.png
29622         display false
29623         scale 50
29624         scaleBeforeRotation
29625
29626 \end_inset
29627
29628
29629 \begin_inset Newline newline
29630 \end_inset
29631
29632
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638
29639 \backslash
29640 renewenvironment{lyxgreyedout}
29641 \end_layout
29642
29643 \begin_layout Plain Layout
29644
29645 {
29646 \backslash
29647 textcolor[gray]{0.8}
29648 \backslash
29649 bgroup}{
29650 \backslash
29651 egroup}
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \begin_inset Note Greyedout
29658 status open
29659
29660 \begin_layout Plain Layout
29661 これは,出力に薄灰色の文章として現れるコメントに書かれた文章
29662 \begin_inset Foot
29663 status collapsed
29664
29665 \begin_layout Plain Layout
29666 これは,淡色註釈内に脚註を用いた例です.
29667 \end_layout
29668
29669 \end_inset
29670
29671 です.
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \begin_inset ERT
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681
29682
29683 \backslash
29684 renewenvironment{lyxgreyedout}
29685 \end_layout
29686
29687 \begin_layout Plain Layout
29688
29689 {
29690 \backslash
29691 textcolor{blue}
29692 \backslash
29693 bgroup}{
29694 \backslash
29695 egroup}
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \begin_inset Note Note
29702 status open
29703
29704 \begin_layout Plain Layout
29705 以下に述べられているように,淡色註釈は,青文字で表示されるよう本文書のプリアンブルで再定義されているため,ここの淡色註釈は,\SpecialChar LyX
29706 本来の定義で表示されるように再定義さ
29707 れています.
29708 \end_layout
29709
29710 \end_inset
29711
29712
29713 \begin_inset Newline newline
29714 \end_inset
29715
29716
29717 \begin_inset Newline newline
29718 \end_inset
29719
29720 この例から分かるように,淡色註釈の最初の行は少し字下げされるほか,淡色註釈には脚註を入れることができます.
29721 \end_layout
29722
29723 \begin_layout Standard
29724 \begin_inset VSpace bigskip
29725 \end_inset
29726
29727 註釈を挿入するのにツールバーボタン
29728 \family sans
29729
29730 \begin_inset Info
29731 type  "icon"
29732 arg   "note-insert"
29733 \end_inset
29734
29735
29736 \family default
29737 を使用すると,
29738 \family sans
29739 \SpecialChar LyX
29740 註釈
29741 \family default
29742 が挿入されます.註釈ボックスを右クリックすれば,五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,平文を選択して,註釈ツールバーボタンをクリ
29743 ックしてください.註釈を平文に変更するには,カーソルを註釈の先頭に置いてBackspaceキーを押すか,カーソルを註釈の最後に置いてDeleteキーを押してくだ
29744 さい.
29745 \end_layout
29746
29747 \begin_layout Standard
29748 \begin_inset VSpace bigskip
29749 \end_inset
29750
29751 淡色註釈の文字色は,
29752 \family sans
29753 文書\SpecialChar menuseparator
29754 設定\SpecialChar menuseparator
29755
29756 \family default
29757 メニューで変更することができます.
29758 \end_layout
29759
29760 \begin_layout Section
29761 脚註
29762 \begin_inset CommandInset label
29763 LatexCommand label
29764 name "sec:脚注"
29765
29766 \end_inset
29767
29768
29769 \begin_inset Index idx
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 ちゅうしゃく@註釈 ! きゃくちゅう@脚註
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \begin_inset Index idx
29780 status collapsed
29781
29782 \begin_layout Plain Layout
29783 きゃくちゅう@脚註
29784 \end_layout
29785
29786 \end_inset
29787
29788
29789 \end_layout
29790
29791 \begin_layout Standard
29792 脚註は,ツールバーボタン
29793 \family sans
29794
29795 \begin_inset Info
29796 type  "icon"
29797 arg   "footnote-insert"
29798 \end_inset
29799
29800
29801 \family default
29802 か,
29803 \family sans
29804 挿入\SpecialChar menuseparator
29805 脚註
29806 \family default
29807 メニューを使って挿入することができます.すると,脚註文を挿入したとこ
29808 \begin_inset Graphics
29809         filename clipart/footnote.png
29810         scale 95
29811         scaleBeforeRotation
29812
29813 \end_inset
29814
29815 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,その文章を選択して,脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,カ
29816 ーソルが脚註の先頭にある時にBackspaceキーを押すか,カーソルが脚註の最後にある時にDeleteキーを押します.
29817 \end_layout
29818
29819 \begin_layout Standard
29820 これが脚註の例です
29821 \begin_inset Foot
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825 \begin_inset CommandInset label
29826 LatexCommand label
29827 name "fn:これは脚注の一例"
29828
29829 \end_inset
29830
29831 これは脚註の一例です.
29832 \end_layout
29833
29834 \end_inset
29835
29836
29837 \begin_inset ERT
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841
29842
29843 \backslash
29844 newcounter{MyRepeatFoot}
29845 \end_layout
29846
29847 \begin_layout Plain Layout
29848
29849
29850 \backslash
29851 setcounter{MyRepeatFoot}{
29852 \backslash
29853 thefootnote}
29854 \end_layout
29855
29856 \end_inset
29857
29858
29859 \end_layout
29860
29861 \begin_layout Standard
29862 出力に於いては,脚註は,文中の脚註ボックスを置いた位置に上付き数字として表示され,脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
29863 が計算を行い,連番が付けられます.
29864 脚註番号が章毎にリセットされるか否かは,使用する文書クラスに依ります.
29865 \end_layout
29866
29867 \begin_layout Standard
29868 脚註もフロート同様,参照することができます.脚註にラベルを挿入し,第
29869 \begin_inset CommandInset ref
29870 LatexCommand ref
29871 reference "sec:フロートの参照"
29872
29873 \end_inset
29874
29875 節に説明されているようにして,本文中でこのラベルを相互参照してください.
29876 \begin_inset Newline newline
29877 \end_inset
29878
29879 これは脚註
29880 \begin_inset CommandInset ref
29881 LatexCommand ref
29882 reference "fn:これは脚注の一例"
29883
29884 \end_inset
29885
29886 の相互参照です.
29887 \end_layout
29888
29889 \begin_layout Standard
29890 \begin_inset VSpace defskip
29891 \end_inset
29892
29893 表題環境における脚註は,通常,記号付きで付番はされず,複数の段落を含むことはできません.たとえば,この文書の表題の脚註をご覧ください.
29894 \end_layout
29895
29896 \begin_layout Standard
29897 多頁表中の脚註は,第
29898 \begin_inset CommandInset ref
29899 LatexCommand ref
29900 reference "subsec:多頁表での脚注"
29901
29902 \end_inset
29903
29904 節で述べられています.
29905 \end_layout
29906
29907 \begin_layout Standard
29908 \begin_inset VSpace defskip
29909 \end_inset
29910
29911
29912 \end_layout
29913
29914 \begin_layout Standard
29915 ミニページ中の脚註は出力されますが,ミニボックスは頁中の頁のようなものなので,ボックス内に独立した連番として出力されます(ミニページについての詳細は,第
29916 \begin_inset CommandInset ref
29917 LatexCommand ref
29918 reference "sec:ミニページ"
29919
29920 \end_inset
29921
29922 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,しかし,それを行うには他の方法があり,まず脚註の代わりに\SpecialChar TeX
29923 コードで
29924 \series bold
29925
29926 \backslash
29927 footnotemark{}
29928 \series default
29929 コマンドを入れてください.脚註の本文は.表の後で\SpecialChar TeX
29930 コード
29931 \series bold
29932
29933 \backslash
29934 footnotetext
29935 \series default
29936 コマンドの引数として入力します
29937 \lang english
29938 minipage
29939 \lang japanese
29940
29941 \begin_inset Newline newline
29942 \end_inset
29943
29944 以下の表ではコマンド
29945 \begin_inset Newline newline
29946 \end_inset
29947
29948
29949 \series bold
29950
29951 \backslash
29952 footnotetext{
29953 \series default
29954 ミニページ外の脚註です.
29955 \series bold
29956 }
29957 \series default
29958
29959 \begin_inset Newline newline
29960 \end_inset
29961
29962 を用いています
29963 \lang english
29964 minipage
29965 \lang japanese
29966
29967 \end_layout
29968
29969 \begin_layout Standard
29970 \begin_inset Box Frameless
29971 position "t"
29972 hor_pos "c"
29973 has_inner_box 1
29974 inner_pos "t"
29975 use_parbox 0
29976 use_makebox 0
29977 width "100col%"
29978 special "none"
29979 height "1in"
29980 height_special "totalheight"
29981 thickness "0.4pt"
29982 separation "3pt"
29983 shadowsize "4pt"
29984 framecolor "black"
29985 backgroundcolor "none"
29986 status open
29987
29988 \begin_layout Plain Layout
29989 これはミニページ中の例文です.
29990 \begin_inset Foot
29991 status open
29992
29993 \begin_layout Plain Layout
29994 ミニページ中の脚註です.
29995 \end_layout
29996
29997 \end_inset
29998
29999
30000 \end_layout
30001
30002 \begin_layout Plain Layout
30003 これはミニページ中の例文です.
30004 \begin_inset ERT
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008
30009
30010 \backslash
30011 footnotemark{}
30012 \end_layout
30013
30014 \end_inset
30015
30016
30017 \end_layout
30018
30019 \end_inset
30020
30021
30022 \end_layout
30023
30024 \begin_layout Standard
30025 \begin_inset ERT
30026 status collapsed
30027
30028 \begin_layout Plain Layout
30029
30030
30031 \backslash
30032 footnotetext{
30033 \end_layout
30034
30035 \end_inset
30036
30037 ミニページ外の脚註です.
30038 \begin_inset ERT
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042
30043 }
30044 \end_layout
30045
30046 \end_inset
30047
30048
30049 \begin_inset VSpace defskip
30050 \end_inset
30051
30052
30053 \end_layout
30054
30055 \begin_layout Standard
30056 毎回脚註本文を出力せずに,同じ脚註を何度か参照したい場合には,\SpecialChar TeX
30057 コードでコマンド
30058 \series bold
30059
30060 \backslash
30061 footnotemark[番号]
30062 \series default
30063 を使用してください.
30064 \begin_inset Newline newline
30065 \end_inset
30066
30067 文章を書いている途中には,繰り返す脚註の数はわからないので,その番号は保存しておかなくてはなりません.以下の脚註例では,脚註
30068 \begin_inset CommandInset ref
30069 LatexCommand ref
30070 reference "fn:これは脚注の一例"
30071
30072 \end_inset
30073
30074 の後に,\SpecialChar TeX
30075 コードで
30076 \end_layout
30077
30078 \begin_layout Standard
30079
30080 \series bold
30081
30082 \backslash
30083 newcounter{MyRepeatFoot}
30084 \begin_inset Newline newline
30085 \end_inset
30086
30087
30088 \backslash
30089 setcounter{MyRepeatFoot}{
30090 \backslash
30091 thefootnote}
30092 \end_layout
30093
30094 \begin_layout Standard
30095 というコマンドを挿入しています.そして脚註マークは,
30096 \end_layout
30097
30098 \begin_layout Standard
30099
30100 \series bold
30101
30102 \backslash
30103 footnotemark[
30104 \backslash
30105 theMyRepeatFoot]
30106 \end_layout
30107
30108 \begin_layout Standard
30109 で作成します.
30110 \end_layout
30111
30112 \begin_layout Standard
30113 これは繰り返し脚註の例です.
30114 \begin_inset ERT
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118
30119
30120 \backslash
30121 footnotemark[
30122 \backslash
30123 theMyRepeatFoot]
30124 \end_layout
30125
30126 \end_inset
30127
30128
30129 \end_layout
30130
30131 \begin_layout Standard
30132 直前の脚註を繰り返すには,脚註番号の保存を行わないで,直ちに
30133 \end_layout
30134
30135 \begin_layout Standard
30136
30137 \series bold
30138
30139 \backslash
30140 footnotemark[
30141 \backslash
30142 thefootnote]
30143 \end_layout
30144
30145 \begin_layout Standard
30146 を使用してください.
30147 \end_layout
30148
30149 \begin_layout Standard
30150 これは繰り返し脚註の例です.
30151 \begin_inset ERT
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155
30156
30157 \backslash
30158 footnotemark[
30159 \backslash
30160 thefootnote]
30161 \end_layout
30162
30163 \end_inset
30164
30165
30166 \end_layout
30167
30168 \begin_layout Subsection
30169 脚註の付番
30170 \begin_inset CommandInset label
30171 LatexCommand label
30172 name "subsec:脚注の付番"
30173
30174 \end_inset
30175
30176
30177 \begin_inset Index idx
30178 status collapsed
30179
30180 \begin_layout Plain Layout
30181 きゃくちゅう@脚註 ! ふばん@付番
30182 \end_layout
30183
30184 \end_inset
30185
30186
30187 \end_layout
30188
30189 \begin_layout Standard
30190 各節毎に脚註番号を1にリセットするには,文書プリアンブルに
30191 \end_layout
30192
30193 \begin_layout Standard
30194
30195 \series bold
30196
30197 \backslash
30198 @addtoreset{footnote}{section}
30199 \end_layout
30200
30201 \begin_layout Standard
30202 というコマンドを加えてください.
30203 \end_layout
30204
30205 \begin_layout Standard
30206 \begin_inset VSpace bigskip
30207 \end_inset
30208
30209 以下のプリアンブルコマンドを使うと,脚註の付番様式を小文字ローマ数字に変更することができます.
30210 \end_layout
30211
30212 \begin_layout Standard
30213
30214 \series bold
30215
30216 \backslash
30217 renewcommand{
30218 \backslash
30219 thefootnote}{
30220 \backslash
30221 roman{footnote}}
30222 \end_layout
30223
30224 \begin_layout Standard
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230
30231 \backslash
30232 renewcommand{
30233 \backslash
30234 thefootnote}{
30235 \backslash
30236 roman{footnote}}
30237 \end_layout
30238
30239 \end_inset
30240
30241 これは,ローマ数字を使った脚註です
30242 \begin_inset Foot
30243 status collapsed
30244
30245 \begin_layout Plain Layout
30246 これは,ローマ数字を使った脚註の例です.
30247 \end_layout
30248
30249 \end_inset
30250
30251
30252 \end_layout
30253
30254 \begin_layout Standard
30255 付番様式を大文字ローマ数字に変更するには,上記コマンドの
30256 \series bold
30257
30258 \backslash
30259 roman
30260 \series default
30261
30262 \series bold
30263
30264 \backslash
30265 Roman
30266 \series default
30267 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,それぞれ
30268 \series bold
30269
30270 \backslash
30271 Alph
30272 \series default
30273 または
30274 \series bold
30275
30276 \backslash
30277 alph
30278 \series default
30279 を使用してください.記号を使って付「番」するには,
30280 \series bold
30281
30282 \backslash
30283 fnsymbol
30284 \series default
30285 を使ってください.
30286 \end_layout
30287
30288 \begin_layout Standard
30289 \begin_inset Note Greyedout
30290 status open
30291
30292 \begin_layout Plain Layout
30293
30294 \series bold
30295 【註】
30296 \series default
30297 この付番方法には1文字しか使えないので,ラテン文字を使うと26個の脚註しか番号を振ることができません.
30298 \end_layout
30299
30300 \end_inset
30301
30302
30303 \begin_inset Newline newline
30304 \end_inset
30305
30306
30307 \begin_inset Note Greyedout
30308 status open
30309
30310 \begin_layout Plain Layout
30311
30312 \series bold
30313 【註】
30314 \series default
30315 記号を使うと9個の脚註しか番号を振ることができません.
30316 \end_layout
30317
30318 \end_inset
30319
30320
30321 \end_layout
30322
30323 \begin_layout Standard
30324 付番様式を変更した後,既定様式に戻すには,上記コマンドの
30325 \series bold
30326
30327 \backslash
30328 roman
30329 \series default
30330
30331 \series bold
30332
30333 \backslash
30334 arabic
30335 \series default
30336 に置き換えて使用してください.
30337 \begin_inset ERT
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341
30342
30343 \backslash
30344 renewcommand{
30345 \backslash
30346 thefootnote}{
30347 \backslash
30348 arabic{footnote}}
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \end_layout
30355
30356 \begin_layout Standard
30357 \begin_inset VSpace bigskip
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \begin_layout Standard
30364 脚註を「章番号.脚註番号」スキームで付番したいときには,使用中文書のプリアンブルに
30365 \end_layout
30366
30367 \begin_layout Standard
30368
30369 \series bold
30370
30371 \backslash
30372 numberwithin{footnote}{chapter}
30373 \end_layout
30374
30375 \begin_layout Standard
30376 というコマンドを加えてください.
30377 \series bold
30378
30379 \backslash
30380 numberwithin
30381 \series default
30382 コマンドを使用できるようにするためには,文書設定の
30383 \family sans
30384 数式オプション
30385 \family default
30386 タブで
30387 \family sans
30388 AMS
30389 \begin_inset space ~
30390 \end_inset
30391
30392 mathパッケージを使う
30393 \family default
30394 オプションを有効にしてください.
30395 \end_layout
30396
30397 \begin_layout Standard
30398 \begin_inset ERT
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402
30403
30404 \backslash
30405 numberwithin{footnote}{chapter}
30406 \end_layout
30407
30408 \end_inset
30409
30410 これは,脚註のもう一つの例です
30411 \series bold
30412
30413 \begin_inset Foot
30414 status open
30415
30416 \begin_layout Plain Layout
30417
30418 \series bold
30419 これは,
30420 \series default
30421 「章番号.脚註番号」スキームで番号を振られた脚註です.
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \series default
30428
30429 \begin_inset ERT
30430 status collapsed
30431
30432 \begin_layout Plain Layout
30433
30434
30435 \backslash
30436 renewcommand{
30437 \backslash
30438 thefootnote}{
30439 \backslash
30440 arabic{footnote}}
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \end_layout
30447
30448 \begin_layout Standard
30449 \begin_inset Note Greyedout
30450 status open
30451
30452 \begin_layout Plain Layout
30453
30454 \series bold
30455 【註】
30456 \backslash
30457 numberwithin
30458 \series default
30459 は,脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \end_layout
30466
30467 \begin_layout Standard
30468 また,例えば「章番号.
30469 \backslash
30470 Roman{footnote}」スキームを得るには,
30471 \series bold
30472
30473 \backslash
30474 numberwithin
30475 \series default
30476 の代わりに以下のコマンドを使用してください.
30477 \end_layout
30478
30479 \begin_layout Standard
30480
30481 \series bold
30482
30483 \backslash
30484 renewcommand{
30485 \backslash
30486 thefootnote}{
30487 \backslash
30488 thechapter.
30489 \backslash
30490 Roman{footnote}}
30491 \end_layout
30492
30493 \begin_layout Subsection
30494 脚註の配置
30495 \begin_inset Index idx
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499 きゃくちゅう@脚註 ! はいち@配置
30500 \end_layout
30501
30502 \end_inset
30503
30504
30505 \end_layout
30506
30507 \begin_layout Standard
30508 同一ページに複数の脚註がある場合,それらはページ底部に縦方向の余白を空けることなく,並べられます.これを読みやすくするには,例えば以下のようなコマンドをプリアン
30509 ブルに足して,1.5
30510 \begin_inset space \thinspace{}
30511 \end_inset
30512
30513 mmの余白を追加することもできます.
30514 \end_layout
30515
30516 \begin_layout Standard
30517
30518 \series bold
30519
30520 \backslash
30521 let
30522 \backslash
30523 myFoot
30524 \backslash
30525 footnote
30526 \begin_inset Newline newline
30527 \end_inset
30528
30529
30530 \backslash
30531 renewcommand{
30532 \backslash
30533 footnote}[1]{
30534 \backslash
30535 myFoot{#1
30536 \backslash
30537 vspace{1.5mm}}}
30538 \end_layout
30539
30540 \begin_layout Standard
30541 \begin_inset VSpace bigskip
30542 \end_inset
30543
30544 二段組文書では,脚註は各段底部に表示されます(図
30545 \begin_inset CommandInset ref
30546 LatexCommand ref
30547 reference "fig:標準的脚注配置"
30548
30549 \end_inset
30550
30551 ).図
30552 \begin_inset CommandInset ref
30553 LatexCommand ref
30554 reference "fig:ftnright脚注配置"
30555
30556 \end_inset
30557
30558 のように,脚註を右段底部にのみ表示するようにするには,文書プリアンブルに
30559 \end_layout
30560
30561 \begin_layout Standard
30562
30563 \series bold
30564
30565 \backslash
30566 usepackage{ftnright}
30567 \end_layout
30568
30569 \begin_layout Standard
30570 というコマンドを書いて,\SpecialChar LaTeX
30571 パッケージ
30572 \series bold
30573 ftnright
30574 \series default
30575
30576 \begin_inset Index idx
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580 \SpecialChar LaTeX
30581 ぱっけーじ@\SpecialChar LaTeX
30582 パッケージ ! ftnright
30583 \end_layout
30584
30585 \end_inset
30586
30587 を読み込みます.
30588 \begin_inset Float figure
30589 placement !h
30590 alignment document
30591 wide false
30592 sideways false
30593 status open
30594
30595 \begin_layout Plain Layout
30596 \noindent
30597 \align center
30598 \begin_inset Box Boxed
30599 position "t"
30600 hor_pos "c"
30601 has_inner_box 0
30602 inner_pos "t"
30603 use_parbox 0
30604 use_makebox 0
30605 width ""
30606 special "none"
30607 height "1in"
30608 height_special "totalheight"
30609 thickness "0.4pt"
30610 separation "3pt"
30611 shadowsize "4pt"
30612 framecolor "black"
30613 backgroundcolor "none"
30614 status open
30615
30616 \begin_layout Plain Layout
30617 \begin_inset Graphics
30618         filename ../clipart/without_fntright.pdf
30619         width 100col%
30620         scaleBeforeRotation
30621
30622 \end_inset
30623
30624
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \end_layout
30631
30632 \begin_layout Plain Layout
30633 \begin_inset Caption Standard
30634
30635 \begin_layout Plain Layout
30636 \begin_inset CommandInset label
30637 LatexCommand label
30638 name "fig:標準的脚注配置"
30639
30640 \end_inset
30641
30642 二段組文書の標準的な脚註配置
30643 \end_layout
30644
30645 \end_inset
30646
30647
30648 \end_layout
30649
30650 \end_inset
30651
30652
30653 \end_layout
30654
30655 \begin_layout Standard
30656 \begin_inset Float figure
30657 placement !h
30658 alignment document
30659 wide false
30660 sideways false
30661 status open
30662
30663 \begin_layout Plain Layout
30664 \noindent
30665 \align center
30666 \begin_inset Box Boxed
30667 position "t"
30668 hor_pos "c"
30669 has_inner_box 0
30670 inner_pos "t"
30671 use_parbox 0
30672 use_makebox 0
30673 width ""
30674 special "none"
30675 height "1in"
30676 height_special "totalheight"
30677 thickness "0.4pt"
30678 separation "3pt"
30679 shadowsize "4pt"
30680 framecolor "black"
30681 backgroundcolor "none"
30682 status open
30683
30684 \begin_layout Plain Layout
30685 \begin_inset Graphics
30686         filename ../clipart/with_fntright.pdf
30687         width 100col%
30688         scaleBeforeRotation
30689
30690 \end_inset
30691
30692
30693 \end_layout
30694
30695 \end_inset
30696
30697
30698 \end_layout
30699
30700 \begin_layout Plain Layout
30701 \begin_inset Caption Standard
30702
30703 \begin_layout Plain Layout
30704 \begin_inset CommandInset label
30705 LatexCommand label
30706 name "fig:ftnright脚注配置"
30707
30708 \end_inset
30709
30710 \SpecialChar LaTeX
30711 パッケージ
30712 \series bold
30713 ftnright
30714 \series default
30715 を使用したときの二段組文書の脚註配置
30716 \end_layout
30717
30718 \end_inset
30719
30720
30721 \end_layout
30722
30723 \end_inset
30724
30725
30726 \end_layout
30727
30728 \begin_layout Standard
30729 \begin_inset VSpace bigskip
30730 \end_inset
30731
30732 科学的文献においては,図
30733 \begin_inset CommandInset ref
30734 LatexCommand ref
30735 reference "fig:後註"
30736
30737 \end_inset
30738
30739 のように,節の末尾に別段落を設けて,脚註をまとめて出力することも普通に行われます.これは「後註
30740 \begin_inset Index idx
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744 こちゆう@後註
30745 \end_layout
30746
30747 \end_inset
30748
30749 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
30750 \family sans
30751 文書\SpecialChar menuseparator
30752 設定\SpecialChar menuseparator
30753 モジュール
30754 \family default
30755 メニューで
30756 \family sans
30757 脚註から後註へ
30758 \family default
30759 を読み込んでください.まとめた注を出力するには,節ないし章末に\SpecialChar TeX
30760 コードで
30761 \end_layout
30762
30763 \begin_layout Standard
30764
30765 \series bold
30766
30767 \backslash
30768 theendnotes
30769 \end_layout
30770
30771 \begin_layout Standard
30772 というコマンドを挿入してください.
30773 \end_layout
30774
30775 \begin_layout Standard
30776 \begin_inset Float figure
30777 placement document
30778 alignment document
30779 wide false
30780 sideways false
30781 status open
30782
30783 \begin_layout Plain Layout
30784 \align center
30785 \begin_inset Box Boxed
30786 position "t"
30787 hor_pos "c"
30788 has_inner_box 0
30789 inner_pos "t"
30790 use_parbox 0
30791 use_makebox 0
30792 width ""
30793 special "none"
30794 height "1in"
30795 height_special "totalheight"
30796 thickness "0.4pt"
30797 separation "3pt"
30798 shadowsize "4pt"
30799 framecolor "black"
30800 backgroundcolor "none"
30801 status open
30802
30803 \begin_layout Plain Layout
30804 \begin_inset Graphics
30805         filename ../clipart/endnotes.pdf
30806         width 100col%
30807         scaleBeforeRotation
30808
30809 \end_inset
30810
30811
30812 \end_layout
30813
30814 \end_inset
30815
30816
30817 \end_layout
30818
30819 \begin_layout Plain Layout
30820 \begin_inset Caption Standard
30821
30822 \begin_layout Plain Layout
30823 \begin_inset CommandInset label
30824 LatexCommand label
30825 name "fig:後註"
30826
30827 \end_inset
30828
30829 後註 – 注を節ないし章末に別段落として印字します.
30830 \end_layout
30831
30832 \end_inset
30833
30834
30835 \end_layout
30836
30837 \end_inset
30838
30839
30840 \end_layout
30841
30842 \begin_layout Standard
30843 \begin_inset VSpace medskip
30844 \end_inset
30845
30846 後註の段落見出しは,文書言語に自動的に翻訳されることはありませんので,手動で翻訳しなくてはなりません.プリアンブルで
30847 \end_layout
30848
30849 \begin_layout Standard
30850
30851 \series bold
30852
30853 \backslash
30854 renewcommand{
30855 \backslash
30856 notesname}{Anmerkungen}
30857 \end_layout
30858
30859 \begin_layout Standard
30860 というコマンドを使えば,既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
30861 \end_layout
30862
30863 \begin_layout Standard
30864 \begin_inset VSpace medskip
30865 \end_inset
30866
30867
30868 \begin_inset CommandInset ref
30869 LatexCommand ref
30870 reference "subsec:脚注の付番"
30871
30872 \end_inset
30873
30874 節で述べた脚註の付番と同様に,後註の付番も変更することができます.
30875 \series bold
30876
30877 \backslash
30878 thefootnote
30879 \series default
30880 コマンドの代わりに
30881 \series bold
30882
30883 \backslash
30884 theendnote
30885 \series default
30886 を用いてください.後註番号をリセットするには,第
30887 \begin_inset CommandInset ref
30888 LatexCommand ref
30889 reference "subsec:脚注の付番"
30890
30891 \end_inset
30892
30893 節で述べたコマンド
30894 \series bold
30895
30896 \backslash
30897 @addtoreset
30898 \series default
30899 の,パラメータ
30900 \series bold
30901 footnote
30902 \series default
30903
30904 \series bold
30905 endnote
30906 \series default
30907 に変えて,使用してください.
30908 \end_layout
30909
30910 \begin_layout Standard
30911 後註の印だけを作成するには,第
30912 \begin_inset CommandInset ref
30913 LatexCommand ref
30914 reference "sec:脚注"
30915
30916 \end_inset
30917
30918 節で説明した
30919 \series bold
30920
30921 \backslash
30922 footnotemark
30923 \series default
30924 コマンドの代わりに,
30925 \series bold
30926
30927 \backslash
30928 endnotemark[番号]
30929 \series default
30930 コマンドを使用してください.
30931 \end_layout
30932
30933 \begin_layout Standard
30934 \begin_inset VSpace bigskip
30935 \end_inset
30936
30937 脚註はページ余白に置くこともでき,脚註文の揃えも変更することができます.詳細は,\SpecialChar LaTeX
30938 パッケージ
30939 \series bold
30940 footmisc
30941 \series default
30942
30943 \begin_inset Index idx
30944 status collapsed
30945
30946 \begin_layout Plain Layout
30947 \SpecialChar LaTeX
30948 ぱっけーじ@\SpecialChar LaTeX
30949 パッケージ ! footmisc
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \begin_inset CommandInset citation
30956 LatexCommand cite
30957 key "footmisc"
30958 literal "true"
30959
30960 \end_inset
30961
30962 を参照してください.
30963 \end_layout
30964
30965 \begin_layout Standard
30966 脚註の整形にまつわるその他多くの話題が,\SpecialChar LaTeX
30967 関連書籍
30968 \begin_inset CommandInset citation
30969 LatexCommand cite
30970 key "latexcompanion,latexguide,latexbook"
30971 literal "true"
30972
30973 \end_inset
30974
30975 に載っています.
30976 \series bold
30977 KOMA-Script
30978 \series default
30979
30980 \begin_inset Index idx
30981 status collapsed
30982
30983 \begin_layout Plain Layout
30984 \SpecialChar LaTeX
30985 ぱっけーじ@\SpecialChar LaTeX
30986 パッケージ ! KOMA-Script
30987 \end_layout
30988
30989 \end_inset
30990
30991 文書クラスを使用している場合には,すべての脚註設定を,クラス固有のコマンドで調節することができます(
30992 \begin_inset CommandInset citation
30993 LatexCommand cite
30994 key "KOMA-Script"
30995 literal "true"
30996
30997 \end_inset
30998
30999 参照).
31000 \end_layout
31001
31002 \begin_layout Section
31003 傍註
31004 \begin_inset Index idx
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008 ちゅうしゃく@註釈 ! ぼうちゅう@傍註
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \end_layout
31015
31016 \begin_layout Standard
31017 \SpecialChar LyX
31018 内において,傍註註釈は,脚註のような外見と挙動を示します.これは
31019 \family sans
31020 挿入\SpecialChar menuseparator
31021 傍註
31022 \family default
31023 メニューかツールバーボタン
31024 \family sans
31025
31026 \begin_inset Info
31027 type  "icon"
31028 arg   "marginalnote-insert"
31029 \end_inset
31030
31031
31032 \family default
31033 で挿入することができます.すると,紫字で「傍註」と書かれた灰色のボックスが現れて,そこに傍註文を入れることができます.
31034 \end_layout
31035
31036 \begin_layout Standard
31037 横にあるのが傍註です
31038 \begin_inset Marginal
31039 status open
31040
31041 \begin_layout Plain Layout
31042 これは傍註文です.
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \begin_layout Standard
31051 片面文書においては,傍註は右側に表示され,両面文書においては外側余白—偶数ページでは左側,奇数ページでは右側—に表示されます.傍註文は,外側余白の反対側に—注が
31052 左余白に現れるときには右揃えに—寄せられます.傍註文の一行目は,傍註が挿入された文書箇所と同じ行に来るように配置されます.
31053 \end_layout
31054
31055 \begin_layout Standard
31056 \begin_inset VSpace bigskip
31057 \end_inset
31058
31059 傍註を内側余白に置くには,傍註の前に\SpecialChar TeX
31060 コードで
31061 \end_layout
31062
31063 \begin_layout Standard
31064
31065 \series bold
31066
31067 \backslash
31068 reversemarginpar
31069 \end_layout
31070
31071 \begin_layout Standard
31072 というコマンドを書き加えてください.この新しい配置は,以後のすべての傍註に対して効力があります.
31073 \begin_inset ERT
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077
31078
31079 \backslash
31080 reversemarginpar 
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \begin_inset Marginal
31087 status open
31088
31089 \begin_layout Plain Layout
31090 これは内側余白の傍註です.
31091 \end_layout
31092
31093 \end_inset
31094
31095
31096 \series bold
31097
31098 \begin_inset Newline newline
31099 \end_inset
31100
31101
31102 \series default
31103
31104 \begin_inset Note Greyedout
31105 status open
31106
31107 \begin_layout Plain Layout
31108
31109 \series bold
31110 【註】
31111 \series default
31112 内側余白には充分な空白がないことがよくあり,出力で傍註が正しく表示されないことがあります.
31113 \end_layout
31114
31115 \end_inset
31116
31117
31118 \end_layout
31119
31120 \begin_layout Standard
31121 既定の配置に戻すには,\SpecialChar TeX
31122 コードで
31123 \end_layout
31124
31125 \begin_layout Standard
31126
31127 \series bold
31128
31129 \backslash
31130 normalmarginpar
31131 \end_layout
31132
31133 \begin_layout Standard
31134 というコマンドを書き加えてください.
31135 \begin_inset ERT
31136 status collapsed
31137
31138 \begin_layout Plain Layout
31139
31140
31141 \backslash
31142 normalmarginpar 
31143 \end_layout
31144
31145 \end_inset
31146
31147  
31148 \begin_inset Note Greyedout
31149 status open
31150
31151 \begin_layout Plain Layout
31152
31153 \series bold
31154 【註】
31155 \backslash
31156 reversemarginpar
31157 \series default
31158 コマンドが既に挿入されている段落内では,このコマンドは無視されます.
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \begin_layout Standard
31167 \begin_inset VSpace bigskip
31168 \end_inset
31169
31170
31171 \begin_inset Marginal
31172 status open
31173
31174 \begin_layout Plain Layout
31175 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
31176 \end_layout
31177
31178 \end_inset
31179
31180
31181 \begin_inset CommandInset ref
31182 LatexCommand ref
31183 reference "subsec:複数行"
31184
31185 \end_inset
31186
31187 節で述べられている事例と同様に,長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,その単語の前に0
31188 \begin_inset space \thinspace{}
31189 \end_inset
31190
31191 pt水平空白を挿入してください 
31192 \begin_inset Marginal
31193 status open
31194
31195 \begin_layout Plain Layout
31196 \begin_inset space \hspace*{}
31197 \length 0pt
31198 \end_inset
31199
31200 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
31201 \end_layout
31202
31203 \end_inset
31204
31205
31206 \end_layout
31207
31208 \begin_layout Standard
31209 \begin_inset VSpace bigskip
31210 \end_inset
31211
31212
31213 \end_layout
31214
31215 \begin_layout Standard
31216 \begin_inset Note Greyedout
31217 status open
31218
31219 \begin_layout Plain Layout
31220
31221 \series bold
31222 【註】
31223 \series default
31224 通常,傍註は表やフロート,脚註の中では使用することができません.
31225 \end_layout
31226
31227 \end_inset
31228
31229
31230 \end_layout
31231
31232 \begin_layout Standard
31233 \begin_inset VSpace bigskip
31234 \end_inset
31235
31236
31237 \end_layout
31238
31239 \begin_layout Standard
31240 \begin_inset ERT
31241 status collapsed
31242
31243 \begin_layout Plain Layout
31244
31245
31246 \backslash
31247 ifmarginnote
31248 \end_layout
31249
31250 \end_inset
31251
31252
31253 \begin_inset Note Note
31254 status open
31255
31256 \begin_layout Plain Layout
31257 以下の部分は,\SpecialChar LaTeX
31258 パッケージ
31259 \series bold
31260 marginnote
31261 \series default
31262 が導入されているときのみ表示されます.
31263 \end_layout
31264
31265 \end_inset
31266
31267
31268 \end_layout
31269
31270 \begin_layout Standard
31271 この制約は,\SpecialChar LaTeX
31272 パッケージ
31273 \series bold
31274 marginnote
31275 \series default
31276
31277 \begin_inset Index idx
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281 \SpecialChar LaTeX
31282 ぱっけーじ@\SpecialChar LaTeX
31283 パッケージ ! marginnote
31284 \end_layout
31285
31286 \end_inset
31287
31288 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,\SpecialChar LyX
31289 が傍註に使うコマンドが再定義されて,
31290 \series bold
31291 marginnote
31292 \series default
31293 パッケージが提供するコマンドを使うようになります.
31294 \end_layout
31295
31296 \begin_layout Standard
31297
31298 \series bold
31299
31300 \backslash
31301 usepackage{marginnote}
31302 \begin_inset Newline newline
31303 \end_inset
31304
31305
31306 \backslash
31307 let
31308 \backslash
31309 marginpar
31310 \backslash
31311 marginnote
31312 \end_layout
31313
31314 \begin_layout Standard
31315
31316 \series bold
31317 marginnote
31318 \series default
31319 には他にも便利な機能があるので,この方法が本文書でも使われています.というのは,
31320 \series bold
31321 marginnote
31322 \series default
31323 を使うと,傍註文に垂直オフセットを設定することができるからです.これは,あまりにもたくさんの傍註が非常に近いところに集まっていたり,もっとよいページレイアウトが
31324 望まれるときなどに,よく必要とされます.オフセットは,\SpecialChar LyX
31325 中の傍註の後ろに\SpecialChar TeX
31326 コードで直接
31327 \end_layout
31328
31329 \begin_layout Standard
31330
31331 \series bold
31332 [オフセット]
31333 \end_layout
31334
31335 \begin_layout Standard
31336 という形で書くことで設定することができます.ここで「オフセット」には,表
31337 \begin_inset CommandInset ref
31338 LatexCommand ref
31339 reference "tab:単位"
31340
31341 \end_inset
31342
31343 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,正の値だと下にずれます.たとえば,この本文行の横にある傍註は,\SpecialChar TeX
31344 コードコマンド「
31345 \series bold
31346 [-1.5cm]
31347 \series default
31348 」を使用して,1.5
31349 \begin_inset space \thinspace{}
31350 \end_inset
31351
31352 cm上にずらしてあります
31353 \begin_inset Marginal
31354 status open
31355
31356 \begin_layout Plain Layout
31357 この傍註は,本来の位置よりも1.5
31358 \begin_inset space \thinspace{}
31359 \end_inset
31360
31361 cm上にずらしてあります.
31362 \end_layout
31363
31364 \end_inset
31365
31366
31367 \begin_inset ERT
31368 status collapsed
31369
31370 \begin_layout Plain Layout
31371
31372 [-1.5cm]
31373 \end_layout
31374
31375 \end_inset
31376
31377
31378 \end_layout
31379
31380 \begin_layout Standard
31381 \begin_inset VSpace medskip
31382 \end_inset
31383
31384
31385 \series bold
31386 marginnote
31387 \series default
31388 を使うと,傍註の揃えを変更することもできます.たとえば,
31389 \end_layout
31390
31391 \begin_layout Standard
31392
31393 \series bold
31394
31395 \backslash
31396 renewcommand*{
31397 \backslash
31398 raggedleftmarginnote}{
31399 \backslash
31400 centering}
31401 \begin_inset Newline newline
31402 \end_inset
31403
31404
31405 \backslash
31406 renewcommand*{
31407 \backslash
31408 raggedrightmarginnote}{
31409 \backslash
31410 centering}
31411 \end_layout
31412
31413 \begin_layout Standard
31414 というコマンドを使うと,中央揃えになります.
31415 \series bold
31416
31417 \backslash
31418 raggedleftmarginnote
31419 \series default
31420 とは,左側に表示されている傍註のことを指します
31421 \begin_inset ERT
31422 status collapsed
31423
31424 \begin_layout Plain Layout
31425
31426
31427 \backslash
31428 renewcommand*{
31429 \backslash
31430 raggedleftmarginnote}{
31431 \backslash
31432 centering}
31433 \end_layout
31434
31435 \begin_layout Plain Layout
31436
31437
31438 \backslash
31439 renewcommand*{
31440 \backslash
31441 raggedrightmarginnote}{
31442 \backslash
31443 centering}
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \begin_inset Marginal
31450 status open
31451
31452 \begin_layout Plain Layout
31453 この傍註の文章は中央揃えになっています.
31454 \end_layout
31455
31456 \end_inset
31457
31458 .既定の設定は,
31459 \end_layout
31460
31461 \begin_layout Standard
31462
31463 \series bold
31464
31465 \backslash
31466 renewcommand*{
31467 \backslash
31468 raggedleftmarginnote}{
31469 \backslash
31470 raggedleft}
31471 \begin_inset Newline newline
31472 \end_inset
31473
31474
31475 \backslash
31476 renewcommand*{
31477 \backslash
31478 raggedrightmarginnote}{
31479 \backslash
31480 raggedright}
31481 \series default
31482
31483 \begin_inset ERT
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487
31488
31489 \backslash
31490 renewcommand*{
31491 \backslash
31492 raggedleftmarginnote}{
31493 \backslash
31494 raggedleft}
31495 \end_layout
31496
31497 \begin_layout Plain Layout
31498
31499
31500 \backslash
31501 renewcommand*{
31502 \backslash
31503 raggedrightmarginnote}{
31504 \backslash
31505 raggedright}
31506 \end_layout
31507
31508 \end_inset
31509
31510
31511 \end_layout
31512
31513 \begin_layout Standard
31514 です.
31515 \end_layout
31516
31517 \begin_layout Standard
31518 \begin_inset VSpace medskip
31519 \end_inset
31520
31521
31522 \series bold
31523 marginnote
31524 \series default
31525 の他の機能については,
31526 \begin_inset CommandInset citation
31527 LatexCommand cite
31528 key "marginnote"
31529 literal "true"
31530
31531 \end_inset
31532
31533 の取扱説明書をご参照ください.
31534 \end_layout
31535
31536 \begin_layout Standard
31537 \begin_inset VSpace bigskip
31538 \end_inset
31539
31540 傍註のレイアウトは,傍註の定義を変更することによって変えることができます.たとえば,すべての傍註に,下線を引いたサンセリフ体の太字で「
31541 \family sans
31542 \series bold
31543 \bar under
31544 注意!
31545 \family default
31546 \series default
31547 \bar default
31548 」というヘッダ文をつけるには,以下を使用している文書プリアンブルに書き加えてください.
31549 \end_layout
31550
31551 \begin_layout Standard
31552
31553 \series bold
31554
31555 \backslash
31556 let
31557 \backslash
31558 myMarginpar
31559 \backslash
31560 marginpar
31561 \begin_inset Newline newline
31562 \end_inset
31563
31564
31565 \backslash
31566 renewcommand{
31567 \backslash
31568 marginpar}[1]{
31569 \backslash
31570 myMarginpar{%
31571 \begin_inset Newline newline
31572 \end_inset
31573
31574
31575 \begin_inset Phantom HPhantom
31576 status open
31577
31578 \begin_layout Plain Layout
31579
31580 \series bold
31581 \begin_inset space ~
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \backslash
31591 hspace{0pt}
31592 \backslash
31593 textsf{
31594 \backslash
31595 textbf{
31596 \backslash
31597 underbar{注意!}}}%
31598 \begin_inset Newline newline
31599 \end_inset
31600
31601
31602 \begin_inset Phantom HPhantom
31603 status open
31604
31605 \begin_layout Plain Layout
31606
31607 \series bold
31608 \begin_inset space ~
31609 \end_inset
31610
31611
31612 \end_layout
31613
31614 \end_inset
31615
31616
31617 \backslash
31618 vspace{1.5mm}
31619 \backslash
31620
31621 \backslash
31622 #1}}
31623 \end_layout
31624
31625 \begin_layout Standard
31626 \begin_inset ERT
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630
31631
31632 \backslash
31633 let
31634 \backslash
31635 myMarginpar
31636 \backslash
31637 marginpar
31638 \end_layout
31639
31640 \begin_layout Plain Layout
31641
31642
31643 \backslash
31644 renewcommand{
31645 \backslash
31646 marginpar}[1]{
31647 \backslash
31648 myMarginpar{%
31649 \end_layout
31650
31651 \begin_layout Plain Layout
31652
31653    
31654 \backslash
31655 textsf{
31656 \backslash
31657 textbf{
31658 \backslash
31659 underbar{注意!}}}%
31660 \end_layout
31661
31662 \begin_layout Plain Layout
31663
31664    
31665 \backslash
31666 vspace{1.5mm}
31667 \backslash
31668
31669 \backslash
31670 #1}}
31671 \end_layout
31672
31673 \end_inset
31674
31675
31676 \begin_inset Marginal
31677 status open
31678
31679 \begin_layout Plain Layout
31680 これは,定義したヘッダをつけた傍註です.
31681 \end_layout
31682
31683 \end_inset
31684
31685
31686 \begin_inset ERT
31687 status collapsed
31688
31689 \begin_layout Plain Layout
31690
31691 [-1.5cm]
31692 \end_layout
31693
31694 \end_inset
31695
31696
31697 \begin_inset ERT
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701
31702
31703 \backslash
31704 renewcommand{
31705 \backslash
31706 marginpar}[1]{
31707 \backslash
31708 myMarginpar{#1}}
31709 \end_layout
31710
31711 \end_inset
31712
31713
31714 \begin_inset Note Note
31715 status open
31716
31717 \begin_layout Plain Layout
31718 傍註書式は,この例の分だけ変更してあります.
31719 \end_layout
31720
31721 \end_inset
31722
31723
31724 \end_layout
31725
31726 \begin_layout Standard
31727 \begin_inset ERT
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731
31732
31733 \backslash
31734 else
31735 \end_layout
31736
31737 \end_inset
31738
31739
31740 \begin_inset Note Note
31741 status open
31742
31743 \begin_layout Plain Layout
31744 以下の部分は,\SpecialChar LaTeX
31745 パッケージ
31746 \series bold
31747 marginnote
31748 \series default
31749 が導入されていないときのみ表示されます.
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \begin_layout Standard
31758 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
31759 パッケージ
31760 \series bold
31761 marginnote
31762 \series default
31763 を導入する必要があります.
31764 \end_layout
31765
31766 \begin_layout Standard
31767 \begin_inset ERT
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771
31772
31773 \backslash
31774 fi
31775 \end_layout
31776
31777 \end_inset
31778
31779
31780 \end_layout
31781
31782 \begin_layout Chapter
31783 ボックス
31784 \end_layout
31785
31786 \begin_layout Section
31787 はじめに
31788 \begin_inset Index idx
31789 status collapsed
31790
31791 \begin_layout Plain Layout
31792 ぼっくす@ボックス ! はじめに
31793 \end_layout
31794
31795 \end_inset
31796
31797
31798 \end_layout
31799
31800 \begin_layout Standard
31801 ボックスは,一塊の文章を整形するのに使用します.ボックスは,多言語文書を書くのに使用したり(第
31802 \begin_inset CommandInset ref
31803 LatexCommand ref
31804 reference "sec:ミニページ"
31805
31806 \end_inset
31807
31808 節参照),文章を囲ったり(第
31809 \begin_inset CommandInset ref
31810 LatexCommand ref
31811 reference "sec:装飾"
31812
31813 \end_inset
31814
31815 節参照),単語がハイフネートされるのを予防したり(第
31816 \begin_inset CommandInset ref
31817 LatexCommand ref
31818 reference "sec:ハイフネーションの回避"
31819
31820 \end_inset
31821
31822 節参照),文章を揃えたり(第
31823 \begin_inset CommandInset ref
31824 LatexCommand ref
31825 reference "subsec:垂直揃え"
31826
31827 \end_inset
31828
31829 節参照),あるいは文章の背景色を設定したり(第
31830 \begin_inset CommandInset ref
31831 LatexCommand ref
31832 reference "sec:色付きボックス"
31833
31834 \end_inset
31835
31836 節参照)するのに使用します.
31837 \end_layout
31838
31839 \begin_layout Standard
31840 ボックスは,
31841 \family sans
31842 挿入\SpecialChar menuseparator
31843 ボックス
31844 \family default
31845 メニューかツールバーボタン
31846 \family sans
31847
31848 \begin_inset Info
31849 type  "icon"
31850 arg   "box-insert Frameless"
31851 \end_inset
31852
31853
31854 \family default
31855 を使って挿入することができます.すると,
31856 \begin_inset Graphics
31857         filename clipart/BoxInsetDefault.png
31858         scale 95
31859         scaleBeforeRotation
31860
31861 \end_inset
31862
31863 のように
31864 \family sans
31865 ボックス(minipage環境)
31866 \family default
31867 というラベルのついた灰色の箱形が挿入されます.ボックス型は,この箱形を右クリックすると出てくるメニューで指定することができます.
31868 \family sans
31869 設定
31870 \family default
31871 メニューを選択すると現れるボックスダイアログでは,
31872 \family sans
31873 parboxコマンド
31874 \family default
31875
31876 \family sans
31877 minipage環境
31878 \family default
31879 の二つの
31880 \family sans
31881 内部ボックス
31882 \family default
31883 型を選択することができます.
31884 \family sans
31885 minipage
31886 \family default
31887 型は,新規ボックスの既定値となっており,第
31888 \begin_inset CommandInset ref
31889 LatexCommand ref
31890 reference "sec:ミニページ"
31891
31892 \end_inset
31893
31894 節で説明します.
31895 \family sans
31896 parbox
31897 \family default
31898 型については第
31899 \begin_inset CommandInset ref
31900 LatexCommand ref
31901 reference "sec:Parboxes"
31902
31903 \end_inset
31904
31905 節,
31906 \family sans
31907 makebox
31908 \family default
31909 型については第
31910 \begin_inset CommandInset ref
31911 LatexCommand ref
31912 reference "sec:ハイフネーションの回避"
31913
31914 \end_inset
31915
31916 節で述べます.
31917 \end_layout
31918
31919 \begin_layout Standard
31920 ボックスは付番されないので,フロートや脚註のように参照することはできません.
31921 \end_layout
31922
31923 \begin_layout Standard
31924 \begin_inset Note Greyedout
31925 status open
31926
31927 \begin_layout Plain Layout
31928
31929 \series bold
31930 【註】
31931 \series default
31932 ボックスは,
31933 \family sans
31934 箇条書き(記号)
31935 \family default
31936 環境や
31937 \family sans
31938 箇条書き(記述)
31939 \family default
31940 環境の単独要素とすべきではありません.
31941 \end_layout
31942
31943 \end_inset
31944
31945
31946 \end_layout
31947
31948 \begin_layout Standard
31949 \begin_inset Note Greyedout
31950 status open
31951
31952 \begin_layout Plain Layout
31953
31954 \series bold
31955 【註】
31956 \series default
31957 理由は不明ですが,枠付きボックスを使用している場合には,
31958 \family sans
31959 内部ボックス
31960 \family default
31961 型は
31962 \family sans
31963 なし
31964 \family default
31965 にしか設定することができません.
31966 \family sans
31967 内部ボックス
31968 \family default
31969 型や枠のないボックスについては,第
31970 \begin_inset CommandInset ref
31971 LatexCommand ref
31972 reference "sec:ハイフネーションの回避"
31973
31974 \end_inset
31975
31976 節で説明します.
31977 \end_layout
31978
31979 \end_inset
31980
31981
31982 \end_layout
31983
31984 \begin_layout Section
31985 ボックスダイアログ
31986 \begin_inset CommandInset label
31987 LatexCommand label
31988 name "sec:ボックスダイアログ"
31989
31990 \end_inset
31991
31992
31993 \begin_inset Index idx
31994 status collapsed
31995
31996 \begin_layout Plain Layout
31997 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
31998 \end_layout
31999
32000 \end_inset
32001
32002
32003 \end_layout
32004
32005 \begin_layout Subsection
32006 寸法
32007 \begin_inset Index idx
32008 status collapsed
32009
32010 \begin_layout Plain Layout
32011 ぼっくす@ボックス ! すんぽう@寸法
32012 \end_layout
32013
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \begin_layout Standard
32020 ボックスダイアログでは,
32021 \family sans
32022
32023 \family default
32024
32025 \family sans
32026 高さ
32027 \family default
32028 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,表
32029 \begin_inset CommandInset ref
32030 LatexCommand ref
32031 reference "tab:単位"
32032
32033 \end_inset
32034
32035 に説明されています.
32036 \family sans
32037 高さ
32038 \family default
32039 フィールドには,加えて以下の寸法を使用することができます.
32040 \end_layout
32041
32042 \begin_layout Description
32043 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,全体としての階層は無視されます.
32044 \begin_inset Newline newline
32045 \end_inset
32046
32047
32048 \begin_inset Newline newline
32049 \end_inset
32050
32051
32052 \begin_inset Newline newline
32053 \end_inset
32054
32055
32056 \begin_inset Box Boxed
32057 position "c"
32058 hor_pos "c"
32059 has_inner_box 1
32060 inner_pos "c"
32061 use_parbox 0
32062 use_makebox 0
32063 width "12col%"
32064 special "none"
32065 height "1in"
32066 height_special "depth"
32067 thickness "0.4pt"
32068 separation "3pt"
32069 shadowsize "4pt"
32070 framecolor "black"
32071 backgroundcolor "none"
32072 status collapsed
32073
32074 \begin_layout Plain Layout
32075 \align center
32076 高さを1階層に設定したボックス
32077 \end_layout
32078
32079 \end_inset
32080
32081
32082 \begin_inset Newline newline
32083 \end_inset
32084
32085
32086 \begin_inset Newline newline
32087 \end_inset
32088
32089
32090 \end_layout
32091
32092 \begin_layout Description
32093 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,ボックスの高さを文章の2倍の高さに設定します.
32094 \begin_inset Box Boxed
32095 position "c"
32096 hor_pos "c"
32097 has_inner_box 1
32098 inner_pos "c"
32099 use_parbox 0
32100 use_makebox 0
32101 width "20col%"
32102 special "none"
32103 height "2in"
32104 height_special "height"
32105 thickness "0.4pt"
32106 separation "3pt"
32107 shadowsize "4pt"
32108 framecolor "black"
32109 backgroundcolor "none"
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113 \align center
32114 高さを2高さに設定したボックス
32115 \end_layout
32116
32117 \end_inset
32118
32119
32120 \end_layout
32121
32122 \begin_layout Description
32123 全高 これは「高さ」+「階層」です.
32124 \begin_inset Box Boxed
32125 position "c"
32126 hor_pos "c"
32127 has_inner_box 1
32128 inner_pos "c"
32129 use_parbox 0
32130 use_makebox 0
32131 width "20col%"
32132 special "none"
32133 height "1in"
32134 height_special "totalheight"
32135 thickness "0.4pt"
32136 separation "3pt"
32137 shadowsize "4pt"
32138 framecolor "black"
32139 backgroundcolor "none"
32140 status collapsed
32141
32142 \begin_layout Plain Layout
32143 \align center
32144 高さを1全高に設定したボックス
32145 \end_layout
32146
32147 \end_inset
32148
32149
32150 \end_layout
32151
32152 \begin_layout Description
32153 幅 これはボックスの幅を高さに設定します.
32154 \begin_inset Box Boxed
32155 position "c"
32156 hor_pos "c"
32157 has_inner_box 1
32158 inner_pos "c"
32159 use_parbox 0
32160 use_makebox 0
32161 width "12col%"
32162 special "none"
32163 height "1in"
32164 height_special "width"
32165 thickness "0.4pt"
32166 separation "3pt"
32167 shadowsize "4pt"
32168 framecolor "black"
32169 backgroundcolor "none"
32170 status collapsed
32171
32172 \begin_layout Plain Layout
32173 \align center
32174 高さを1幅に設定したボックス
32175 \end_layout
32176
32177 \end_inset
32178
32179
32180 \end_layout
32181
32182 \begin_layout Subsection
32183 文字揃え
32184 \begin_inset Index idx
32185 status collapsed
32186
32187 \begin_layout Plain Layout
32188 ぼっくす@ボックス ! もじそろえ@文字揃え
32189 \end_layout
32190
32191 \end_inset
32192
32193
32194 \end_layout
32195
32196 \begin_layout Standard
32197
32198 \family sans
32199 内部ボックス
32200 \family default
32201 を選んだ場合には,ボックスの垂直揃えを以下のいずれかに設定できます.
32202 \end_layout
32203
32204 \begin_layout Description
32205 上 これは例示のための本文行です.
32206 \begin_inset Box Boxed
32207 position "t"
32208 hor_pos "c"
32209 has_inner_box 1
32210 inner_pos "c"
32211 use_parbox 0
32212 use_makebox 0
32213 width "12col%"
32214 special "none"
32215 height "1in"
32216 height_special "totalheight"
32217 thickness "0.4pt"
32218 separation "3pt"
32219 shadowsize "4pt"
32220 framecolor "black"
32221 backgroundcolor "none"
32222 status collapsed
32223
32224 \begin_layout Plain Layout
32225 \align center
32226 このボックスは上揃えです.
32227 \end_layout
32228
32229 \end_inset
32230
32231 これは例示のための本文行です.
32232 \end_layout
32233
32234 \begin_layout Description
32235 中央 これは例示のための本文行です.
32236 \begin_inset Box Boxed
32237 position "c"
32238 hor_pos "c"
32239 has_inner_box 1
32240 inner_pos "c"
32241 use_parbox 0
32242 use_makebox 0
32243 width "12col%"
32244 special "none"
32245 height "1in"
32246 height_special "totalheight"
32247 thickness "0.4pt"
32248 separation "3pt"
32249 shadowsize "4pt"
32250 framecolor "black"
32251 backgroundcolor "none"
32252 status collapsed
32253
32254 \begin_layout Plain Layout
32255 \align center
32256 このボックスは中央揃えです.
32257 \end_layout
32258
32259 \end_inset
32260
32261 これは例示のための本文行です.
32262 \end_layout
32263
32264 \begin_layout Description
32265 下 これは例示のための本文行です.
32266 \begin_inset Box Boxed
32267 position "b"
32268 hor_pos "c"
32269 has_inner_box 1
32270 inner_pos "c"
32271 use_parbox 0
32272 use_makebox 0
32273 width "12col%"
32274 special "none"
32275 height "1in"
32276 height_special "totalheight"
32277 thickness "0.4pt"
32278 separation "3pt"
32279 shadowsize "4pt"
32280 framecolor "black"
32281 backgroundcolor "none"
32282 status collapsed
32283
32284 \begin_layout Plain Layout
32285 \align center
32286 このボックスは下揃えです.
32287 \end_layout
32288
32289 \end_inset
32290
32291 これは例示のための本文行です.
32292 \end_layout
32293
32294 \begin_layout Standard
32295 \begin_inset Note Greyedout
32296 status open
32297
32298 \begin_layout Plain Layout
32299
32300 \series bold
32301 【註】
32302 \series default
32303 同一行に二つのボックスがあり,一方だけに影付きなどが設定されている場合には,ボックスの垂直文字揃えが出力中で無効となる場合があります.
32304 \end_layout
32305
32306 \end_inset
32307
32308
32309 \end_layout
32310
32311 \begin_layout Standard
32312 ボックスを独立した段落においた場合には,ボックスの水平文字揃えは,\SpecialChar LyX
32313 の段落ダイアログから設定できます.
32314 \end_layout
32315
32316 \begin_layout Standard
32317 \begin_inset VSpace bigskip
32318 \end_inset
32319
32320
32321 \family sans
32322 内部ボックス
32323 \family default
32324 を設定したときには,ボックスの内容を以下のように垂直揃えを行うことができます.
32325 \end_layout
32326
32327 \begin_layout Description
32328 上 これは例示のための本文行です.
32329 \begin_inset Box Boxed
32330 position "c"
32331 hor_pos "c"
32332 has_inner_box 1
32333 inner_pos "t"
32334 use_parbox 0
32335 use_makebox 0
32336 width "12col%"
32337 special "none"
32338 height "1.5in"
32339 height_special "totalheight"
32340 thickness "0.4pt"
32341 separation "3pt"
32342 shadowsize "4pt"
32343 framecolor "black"
32344 backgroundcolor "none"
32345 status collapsed
32346
32347 \begin_layout Plain Layout
32348 \align center
32349 このボックスの文章は上揃えです.
32350 \end_layout
32351
32352 \end_inset
32353
32354 これは例示のための本文行です.
32355 \end_layout
32356
32357 \begin_layout Description
32358 中央 これは例示のための本文行です.
32359 \begin_inset Box Boxed
32360 position "c"
32361 hor_pos "c"
32362 has_inner_box 1
32363 inner_pos "c"
32364 use_parbox 0
32365 use_makebox 0
32366 width "12col%"
32367 special "none"
32368 height "1.5in"
32369 height_special "totalheight"
32370 thickness "0.4pt"
32371 separation "3pt"
32372 shadowsize "4pt"
32373 framecolor "black"
32374 backgroundcolor "none"
32375 status collapsed
32376
32377 \begin_layout Plain Layout
32378 \align center
32379 このボックスの文章は中央揃えです.
32380 \end_layout
32381
32382 \end_inset
32383
32384 これは例示のための本文行です.
32385 \end_layout
32386
32387 \begin_layout Description
32388 下 これは例示のための本文行です.
32389 \begin_inset Box Boxed
32390 position "c"
32391 hor_pos "c"
32392 has_inner_box 1
32393 inner_pos "b"
32394 use_parbox 0
32395 use_makebox 0
32396 width "12col%"
32397 special "none"
32398 height "1.5in"
32399 height_special "totalheight"
32400 thickness "0.4pt"
32401 separation "3pt"
32402 shadowsize "4pt"
32403 framecolor "black"
32404 backgroundcolor "none"
32405 status collapsed
32406
32407 \begin_layout Plain Layout
32408 \align center
32409 このボックスの文章は下揃えです.
32410 \end_layout
32411
32412 \end_inset
32413
32414 これは例示のための本文行です.
32415 \end_layout
32416
32417 \begin_layout Description
32418 広げる これは例示のための本文行です.
32419 \begin_inset Box Boxed
32420 position "c"
32421 hor_pos "c"
32422 has_inner_box 1
32423 inner_pos "s"
32424 use_parbox 0
32425 use_makebox 0
32426 width "17col%"
32427 special "none"
32428 height "1.5in"
32429 height_special "totalheight"
32430 thickness "0.4pt"
32431 separation "3pt"
32432 shadowsize "4pt"
32433 framecolor "black"
32434 backgroundcolor "none"
32435 status collapsed
32436
32437 \begin_layout Plain Layout
32438 \align center
32439 このボックスの
32440 \end_layout
32441
32442 \begin_layout Plain Layout
32443 \align center
32444 文章は広げて
32445 \end_layout
32446
32447 \begin_layout Plain Layout
32448 \align center
32449 あります.
32450 \end_layout
32451
32452 \end_inset
32453
32454 これは例示のための本文行です.
32455 \end_layout
32456
32457 \begin_layout Standard
32458 ボックスの内容を広げるには,ボックスに複数の段落がなくてはなりません.上述の例では,文章の各行を独立の段落に設定してあります.
32459 \end_layout
32460
32461 \begin_layout Standard
32462 \begin_inset VSpace bigskip
32463 \end_inset
32464
32465
32466 \family sans
32467 内部ボックス
32468 \family default
32469 を設定しているときに,ボックスの内容を水平方向に揃えるには,\SpecialChar LyX
32470 の段落ダイアログを用います.
32471 \end_layout
32472
32473 \begin_layout Standard
32474 \align center
32475 \begin_inset Box Boxed
32476 position "c"
32477 hor_pos "c"
32478 has_inner_box 1
32479 inner_pos "s"
32480 use_parbox 0
32481 use_makebox 0
32482 width "25col%"
32483 special "none"
32484 height "1.25in"
32485 height_special "totalheight"
32486 thickness "0.4pt"
32487 separation "3pt"
32488 shadowsize "4pt"
32489 framecolor "black"
32490 backgroundcolor "none"
32491 status collapsed
32492
32493 \begin_layout Plain Layout
32494 \align left
32495 このボックスの
32496 \end_layout
32497
32498 \begin_layout Plain Layout
32499 \align center
32500 文章は広げて
32501 \end_layout
32502
32503 \begin_layout Plain Layout
32504 \align right
32505 あります.
32506 \end_layout
32507
32508 \end_inset
32509
32510
32511 \end_layout
32512
32513 \begin_layout Standard
32514
32515 \family sans
32516 内部ボックス
32517 \family default
32518 を設定していないときには,ボックスの内容は,ボックスダイアログの中で水平揃えの設定をすることができます.
32519 \end_layout
32520
32521 \begin_layout Standard
32522 \align center
32523 \begin_inset Box Boxed
32524 position "c"
32525 hor_pos "s"
32526 has_inner_box 0
32527 inner_pos "s"
32528 use_parbox 0
32529 use_makebox 0
32530 width "90col%"
32531 special "none"
32532 height "1.25in"
32533 height_special "totalheight"
32534 thickness "0.4pt"
32535 separation "3pt"
32536 shadowsize "4pt"
32537 framecolor "black"
32538 backgroundcolor "none"
32539 status collapsed
32540
32541 \begin_layout Plain Layout
32542 このボックスの文章は水平方向に広げてあります.
32543 \end_layout
32544
32545 \end_inset
32546
32547
32548 \end_layout
32549
32550 \begin_layout Subsection
32551 装飾
32552 \begin_inset CommandInset label
32553 LatexCommand label
32554 name "sec:装飾"
32555
32556 \end_inset
32557
32558
32559 \begin_inset Index idx
32560 status collapsed
32561
32562 \begin_layout Plain Layout
32563 ぼっくす@ボックス ! そうしょく@装飾
32564 \end_layout
32565
32566 \end_inset
32567
32568
32569 \end_layout
32570
32571 \begin_layout Standard
32572 ボックス型は,ボックスダイアログ中の
32573 \family sans
32574 装飾
32575 \family default
32576 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
32577 \end_layout
32578
32579 \begin_layout Description
32580 枠なし 枠を描きません.
32581 \end_layout
32582
32583 \begin_layout Description
32584 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
32585 \begin_inset Box Boxed
32586 position "c"
32587 hor_pos "c"
32588 has_inner_box 1
32589 inner_pos "c"
32590 use_parbox 0
32591 use_makebox 0
32592 width "20col%"
32593 special "none"
32594 height "1in"
32595 height_special "totalheight"
32596 thickness "0.4pt"
32597 separation "3pt"
32598 shadowsize "4pt"
32599 framecolor "black"
32600 backgroundcolor "none"
32601 status collapsed
32602
32603 \begin_layout Plain Layout
32604 \align center
32605 長方形の箱型
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Description
32614 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
32615 \begin_inset space \thinspace{}
32616 \end_inset
32617
32618 ptです. 
32619 \begin_inset Box ovalbox
32620 position "c"
32621 hor_pos "c"
32622 has_inner_box 1
32623 inner_pos "c"
32624 use_parbox 0
32625 use_makebox 0
32626 width "20col%"
32627 special "none"
32628 height "1in"
32629 height_special "totalheight"
32630 thickness "0.4pt"
32631 separation "3pt"
32632 shadowsize "4pt"
32633 framecolor "black"
32634 backgroundcolor "none"
32635 status collapsed
32636
32637 \begin_layout Plain Layout
32638 \align center
32639 楕円形の箱型(細線)
32640 \end_layout
32641
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \begin_layout Description
32648 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
32649 \begin_inset space \thinspace{}
32650 \end_inset
32651
32652 ptです. 
32653 \begin_inset Box Ovalbox
32654 position "c"
32655 hor_pos "c"
32656 has_inner_box 1
32657 inner_pos "c"
32658 use_parbox 0
32659 use_makebox 0
32660 width "20col%"
32661 special "none"
32662 height "1in"
32663 height_special "totalheight"
32664 thickness "0.4pt"
32665 separation "3pt"
32666 shadowsize "4pt"
32667 framecolor "black"
32668 backgroundcolor "none"
32669 status collapsed
32670
32671 \begin_layout Plain Layout
32672 \align center
32673 楕円形の箱型(太線)
32674 \end_layout
32675
32676 \end_inset
32677
32678
32679 \end_layout
32680
32681 \begin_layout Description
32682 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
32683 \begin_inset Box Shadowbox
32684 position "c"
32685 hor_pos "c"
32686 has_inner_box 1
32687 inner_pos "c"
32688 use_parbox 0
32689 use_makebox 0
32690 width "20col%"
32691 special "none"
32692 height "1in"
32693 height_special "totalheight"
32694 thickness "0.4pt"
32695 separation "3pt"
32696 shadowsize "4pt"
32697 framecolor "black"
32698 backgroundcolor "none"
32699 status collapsed
32700
32701 \begin_layout Plain Layout
32702 \align center
32703 影付きの箱型
32704 \end_layout
32705
32706 \end_inset
32707
32708
32709 \end_layout
32710
32711 \begin_layout Description
32712 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
32713 \begin_inset Foot
32714 status collapsed
32715
32716 \begin_layout Plain Layout
32717
32718 \begin_inset CommandInset ref
32719 LatexCommand ref
32720 reference "sec:色付きボックス"
32721
32722 \end_inset
32723
32724 節を参照のこと.
32725 \end_layout
32726
32727 \end_inset
32728
32729 ,これは列幅全体を使用し,ボックスは独立した段落に設定されます.
32730 \begin_inset Box Shaded
32731 position "t"
32732 hor_pos "c"
32733 has_inner_box 0
32734 inner_pos "t"
32735 use_parbox 0
32736 use_makebox 0
32737 width "50col%"
32738 special "none"
32739 height "1in"
32740 height_special "totalheight"
32741 thickness "0.4pt"
32742 separation "3pt"
32743 shadowsize "4pt"
32744 framecolor "black"
32745 backgroundcolor "none"
32746 status collapsed
32747
32748 \begin_layout Plain Layout
32749 影付き背景の箱型
32750 \end_layout
32751
32752 \end_inset
32753
32754
32755 \end_layout
32756
32757 \begin_layout Description
32758 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,線幅の0.75倍であり,外側の枠の太さは,線幅の1.5倍です.枠同士の間隔
32759 は,線幅の1.5倍+0.5
32760 \begin_inset space \thinspace{}
32761 \end_inset
32762
32763 ptです.
32764 \begin_inset Box Doublebox
32765 position "c"
32766 hor_pos "c"
32767 has_inner_box 1
32768 inner_pos "c"
32769 use_parbox 0
32770 use_makebox 0
32771 width "20col%"
32772 special "none"
32773 height "1in"
32774 height_special "totalheight"
32775 thickness "0.4pt"
32776 separation "3pt"
32777 shadowsize "4pt"
32778 framecolor "black"
32779 backgroundcolor "none"
32780 status collapsed
32781
32782 \begin_layout Plain Layout
32783 \align center
32784 二重の長方形の箱型
32785 \end_layout
32786
32787 \end_inset
32788
32789
32790 \end_layout
32791
32792 \begin_layout Standard
32793 \begin_inset VSpace bigskip
32794 \end_inset
32795
32796 \SpecialChar LyX
32797 のボックスラベルには,使用中の枠の型が表示されます.すべての型を使用可能にするには,\SpecialChar LaTeX
32798 パッケージ
32799 \series bold
32800 fancybox
32801 \series default
32802
32803 \begin_inset Index idx
32804 status collapsed
32805
32806 \begin_layout Plain Layout
32807 \SpecialChar LaTeX
32808 ぱっけーじ@\SpecialChar LaTeX
32809 パッケージ ! fancybox
32810 \end_layout
32811
32812 \end_inset
32813
32814 が導入済みでなくてはなりません.
32815 \end_layout
32816
32817 \begin_layout Standard
32818 \begin_inset VSpace bigskip
32819 \end_inset
32820
32821
32822 \family sans
32823 簡素な長方形の枠
32824 \family default
32825 の装飾を使って内部ボックスを使用しないとき,ボックス内で改頁を許可することができます.その場合,他の枠付きボックスと違って,この枠は,つねに段幅の全幅を使用し,
32826 ボックスは独立の段落として設定されることに注意してください.
32827 \begin_inset Box Framed
32828 position "t"
32829 hor_pos "c"
32830 has_inner_box 0
32831 inner_pos "t"
32832 use_parbox 0
32833 use_makebox 0
32834 width "100col%"
32835 special "none"
32836 height "1in"
32837 height_special "totalheight"
32838 thickness "0.4pt"
32839 separation "3pt"
32840 shadowsize "4pt"
32841 framecolor "black"
32842 backgroundcolor "none"
32843 status collapsed
32844
32845 \begin_layout Plain Layout
32846 改行可能な箱型
32847 \end_layout
32848
32849 \end_inset
32850
32851
32852 \end_layout
32853
32854 \begin_layout Section
32855 ボックスの詳細な設定
32856 \begin_inset Index idx
32857 status collapsed
32858
32859 \begin_layout Plain Layout
32860 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
32861 \end_layout
32862
32863 \end_inset
32864
32865
32866 \end_layout
32867
32868 \begin_layout Standard
32869 楕円形ボックスの丸い角の直径は,コマンド
32870 \series bold
32871
32872 \backslash
32873 cornersize
32874 \series default
32875 で設定することができます.
32876 \end_layout
32877
32878 \begin_layout Standard
32879
32880 \series bold
32881
32882 \backslash
32883 cornersize*{1cm}
32884 \end_layout
32885
32886 \begin_layout Standard
32887 というコマンドは,直径を1
32888 \begin_inset space \thinspace{}
32889 \end_inset
32890
32891 cmに設定します.
32892 \end_layout
32893
32894 \begin_layout Standard
32895
32896 \series bold
32897
32898 \backslash
32899 cornersize{数値}
32900 \end_layout
32901
32902 \begin_layout Standard
32903 というコマンドは,直径を
32904 \family sans
32905 数値
32906 \begin_inset space \thinspace{}
32907 \end_inset
32908
32909
32910 \family default
32911
32912 \begin_inset Formula $\times$
32913 \end_inset
32914
32915
32916 \family sans
32917
32918 \begin_inset space \thinspace{}
32919 \end_inset
32920
32921 (ボックスの幅と高さの小さい方)
32922 \family default
32923 に設定します.既定値は
32924 \series bold
32925
32926 \backslash
32927 cornersize{0.5}
32928 \series default
32929 です.
32930 \end_layout
32931
32932 \begin_layout Standard
32933 \begin_inset ERT
32934 status collapsed
32935
32936 \begin_layout Plain Layout
32937
32938
32939 \backslash
32940 cornersize*{1.5cm}
32941 \end_layout
32942
32943 \end_inset
32944
32945
32946 \begin_inset Box Ovalbox
32947 position "c"
32948 hor_pos "c"
32949 has_inner_box 1
32950 inner_pos "c"
32951 use_parbox 0
32952 use_makebox 0
32953 width "25col%"
32954 special "none"
32955 height "1in"
32956 height_special "totalheight"
32957 thickness "0.4pt"
32958 separation "3pt"
32959 shadowsize "4pt"
32960 framecolor "black"
32961 backgroundcolor "none"
32962 status open
32963
32964 \begin_layout Plain Layout
32965 \align center
32966
32967 \series bold
32968
32969 \backslash
32970 cornersize
32971 \series default
32972
32973 \begin_inset space \thinspace{}
32974 \end_inset
32975
32976 =
32977 \begin_inset space \thinspace{}
32978 \end_inset
32979
32980 1.5
32981 \begin_inset space \thinspace{}
32982 \end_inset
32983
32984 cmの楕円形の箱型
32985 \end_layout
32986
32987 \end_inset
32988
32989
32990 \begin_inset ERT
32991 status collapsed
32992
32993 \begin_layout Plain Layout
32994
32995
32996 \backslash
32997 cornersize{0.5}
32998 \end_layout
32999
33000 \end_inset
33001
33002
33003 \end_layout
33004
33005 \begin_layout Standard
33006 \begin_inset VSpace bigskip
33007 \end_inset
33008
33009
33010 \end_layout
33011
33012 \begin_layout Standard
33013
33014 \family sans
33015 影付き背景
33016 \family default
33017 ボックスの赤色の既定背景色は,
33018 \series bold
33019
33020 \backslash
33021 definecolor{shadebox}
33022 \series default
33023 コマンドで局所的に変更することもできますし,
33024 \family sans
33025 ツール\SpecialChar menuseparator
33026 設定\SpecialChar menuseparator
33027 色\SpecialChar menuseparator
33028 影付きボックス
33029 \family default
33030 メニューからグローバルに変更することもできます.
33031 \series bold
33032
33033 \backslash
33034 definecolor
33035 \series default
33036 コマンドの用法は第
33037 \begin_inset CommandInset ref
33038 LatexCommand ref
33039 reference "sec:色付きの表"
33040
33041 \end_inset
33042
33043
33044 \begin_inset Foot
33045 status collapsed
33046
33047 \begin_layout Plain Layout
33048 N
33049 \series bold
33050
33051 \backslash
33052 definecolor
33053 \series default
33054 は,\SpecialChar LaTeX
33055 パッケージの
33056 \series bold
33057 color
33058 \series default
33059 をプリアンブルに読み込む必要があります.第
33060 \begin_inset CommandInset ref
33061 LatexCommand ref
33062 reference "sec:色付きボックス"
33063
33064 \end_inset
33065
33066 節をご参照ください..
33067 \end_layout
33068
33069 \end_inset
33070
33071 で説明されています.
33072 \end_layout
33073
33074 \begin_layout Standard
33075 たとえば,下記の影付き背景ボックスの外見は
33076 \end_layout
33077
33078 \begin_layout Standard
33079
33080 \series bold
33081
33082 \backslash
33083 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33084 \end_layout
33085
33086 \begin_layout Standard
33087 という\SpecialChar TeX
33088 コードコマンドを使って設定してあります.
33089 \end_layout
33090
33091 \begin_layout Standard
33092 \begin_inset ERT
33093 status collapsed
33094
33095 \begin_layout Plain Layout
33096
33097
33098 \backslash
33099 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33100 \end_layout
33101
33102 \end_inset
33103
33104
33105 \begin_inset Box Shaded
33106 position "t"
33107 hor_pos "c"
33108 has_inner_box 0
33109 inner_pos "t"
33110 use_parbox 0
33111 use_makebox 0
33112 width "100col%"
33113 special "none"
33114 height "1in"
33115 height_special "totalheight"
33116 thickness "0.4pt"
33117 separation "3pt"
33118 shadowsize "4pt"
33119 framecolor "black"
33120 backgroundcolor "none"
33121 status open
33122
33123 \begin_layout Plain Layout
33124
33125 \color yellow
33126 これは,濃緑色の背景の
33127 \family sans
33128 影付き背景
33129 \family default
33130 ボックスに入れた黄色の文章です.
33131 \end_layout
33132
33133 \end_inset
33134
33135
33136 \begin_inset ERT
33137 status collapsed
33138
33139 \begin_layout Plain Layout
33140
33141
33142 \backslash
33143 definecolor{shadecolor}{rgb}{1,0,0}
33144 \end_layout
33145
33146 \end_inset
33147
33148
33149 \end_layout
33150
33151 \begin_layout Standard
33152 \begin_inset VSpace bigskip
33153 \end_inset
33154
33155 手動で変更した寸法と色は,それを変更したコマンド以降のすべてのボックスに対して有効です.
33156 \end_layout
33157
33158 \begin_layout Section
33159 ミニページ
33160 \begin_inset CommandInset label
33161 LatexCommand label
33162 name "sec:ミニページ"
33163
33164 \end_inset
33165
33166
33167 \begin_inset Index idx
33168 status collapsed
33169
33170 \begin_layout Plain Layout
33171 ぼっくす@ボックス ! みにぺーじ@ミニページ
33172 \end_layout
33173
33174 \end_inset
33175
33176
33177 \end_layout
33178
33179 \begin_layout Standard
33180 ミニページは,\SpecialChar LaTeX
33181 によってページの中のページとして取り扱われるので,たとえばそれ自身で脚註を持つことができます.
33182 \end_layout
33183
33184 \begin_layout Standard
33185 ミニページは,複数の言語を含む文書を執筆する際に便利です.
33186 \end_layout
33187
33188 \begin_layout Standard
33189 下掲は,二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
33190 \family sans
33191 挿入
33192 \family default
33193 \SpecialChar menuseparator
33194
33195 \family sans
33196 整形
33197 \family default
33198 \SpecialChar menuseparator
33199
33200 \family sans
33201 水平方向の空白
33202 \family default
33203 メニューで挿入した水平フィルで隔てられています.
33204 \begin_inset Newpage newpage
33205 \end_inset
33206
33207
33208 \end_layout
33209
33210 \begin_layout Standard
33211 \begin_inset Box Frameless
33212 position "t"
33213 hor_pos "c"
33214 has_inner_box 1
33215 inner_pos "c"
33216 use_parbox 0
33217 use_makebox 0
33218 width "45col%"
33219 special "none"
33220 height "1in"
33221 height_special "totalheight"
33222 thickness "0.4pt"
33223 separation "3pt"
33224 shadowsize "4pt"
33225 framecolor "black"
33226 backgroundcolor "none"
33227 status open
33228
33229 \begin_layout Plain Layout
33230 Dies ist ein deutscher Text.
33231  Dies ist ein deutscher Text.
33232  Dies ist ein deutscher Text.
33233  Dies ist ein deutscher Text.
33234  Dies ist ein deutscher Text.
33235  Dies ist ein deutscher Text.
33236  Dies ist ein deutscher Text.
33237  Dies ist ein deutscher Text.
33238  Dies ist ein deutscher Text.
33239  Dies ist ein deutscher Text.
33240  Dies ist ein deutscher Text.
33241  Dies ist ein deutscher Text.
33242  Dies ist ein deutscher Text
33243 \begin_inset Foot
33244 status collapsed
33245
33246 \begin_layout Plain Layout
33247 Dies ist eine deutsche Fußnote.
33248 \end_layout
33249
33250 \end_inset
33251
33252 .
33253  Dies ist ein deutscher Text.
33254  Dies ist ein deutscher Text.
33255 \end_layout
33256
33257 \end_inset
33258
33259
33260 \begin_inset space \hfill{}
33261 \end_inset
33262
33263
33264 \begin_inset Box Frameless
33265 position "t"
33266 hor_pos "c"
33267 has_inner_box 1
33268 inner_pos "c"
33269 use_parbox 0
33270 use_makebox 0
33271 width "45col%"
33272 special "none"
33273 height "1in"
33274 height_special "totalheight"
33275 thickness "0.4pt"
33276 separation "3pt"
33277 shadowsize "4pt"
33278 framecolor "black"
33279 backgroundcolor "none"
33280 status open
33281
33282 \begin_layout Plain Layout
33283 This is an English Text.
33284  This is an English Text.
33285  This is an English Text.
33286  This is an English Text.
33287  This is an English Text.
33288  This is an English Text.
33289  This is an English Text.
33290  This is an English Text.
33291  This is an English Text.
33292  This is an English Text.
33293  This is an English Text.
33294  This is an English Text.
33295  This is an English Text.
33296  This is an English Text.
33297  This is an English Text.
33298  This is an English Text.
33299 \begin_inset Foot
33300 status collapsed
33301
33302 \begin_layout Plain Layout
33303 This is an English footnote.
33304 \end_layout
33305
33306 \end_inset
33307
33308  This is an English Text.
33309 \end_layout
33310
33311 \end_inset
33312
33313
33314 \end_layout
33315
33316 \begin_layout Standard
33317 \begin_inset VSpace bigskip
33318 \end_inset
33319
33320 ミニページ内では,文書全体の段落設定は無視されます.つまり,たとえば文書設定で
33321 \family sans
33322 中スキップ
33323 \family default
33324 を設定していたとしても,ミニページ内の段落間には余白が置かれません.
33325 \end_layout
33326
33327 \begin_layout Standard
33328 ミニページは,文章部に背景色を与えるのに使用することもできます.第
33329 \begin_inset CommandInset ref
33330 LatexCommand ref
33331 reference "sec:色付きボックス"
33332
33333 \end_inset
33334
33335 節をご参照ください.
33336 \end_layout
33337
33338 \begin_layout Standard
33339 \begin_inset Note Greyedout
33340 status open
33341
33342 \begin_layout Plain Layout
33343
33344 \series bold
33345 【註】
33346 \series default
33347 ミニページ内にフロートや傍註を使用することはできませんが,ミニページを表・フロート・他のボックス内で使用することはできます.
33348 \end_layout
33349
33350 \end_inset
33351
33352
33353 \end_layout
33354
33355 \begin_layout Standard
33356 \begin_inset VSpace bigskip
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Standard
33363 \SpecialChar LyX
33364 は,
33365 \emph on
33366 可変幅ミニページ
33367 \emph default
33368 モジュールを経由して,内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.ファイル
33369 \family typewriter
33370 examples/varwidth-floats-side-by-side.lyx
33371 \family default
33372 では,2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.これには,
33373 \family typewriter
33374 Varwidth
33375 \family default
33376  \SpecialChar LaTeX
33377 パッケージが必要です.
33378 \end_layout
33379
33380 \begin_layout Section
33381 段落ボックス(parbox)
33382 \begin_inset CommandInset label
33383 LatexCommand label
33384 name "sec:Parboxes"
33385
33386 \end_inset
33387
33388
33389 \begin_inset Index idx
33390 status collapsed
33391
33392 \begin_layout Plain Layout
33393 ほっくす@ボックス ! たんらく@段落—(parbox)
33394 \end_layout
33395
33396 \end_inset
33397
33398
33399 \end_layout
33400
33401 \begin_layout Standard
33402 段落ボックス(parbox)はミニページに非常によく似ていますが,脚註を付けることができない点が違います.
33403 \end_layout
33404
33405 \begin_layout Standard
33406 \align center
33407 \begin_inset Box Frameless
33408 position "t"
33409 hor_pos "c"
33410 has_inner_box 1
33411 inner_pos "t"
33412 use_parbox 1
33413 use_makebox 0
33414 width "33col%"
33415 special "none"
33416 height "1in"
33417 height_special "totalheight"
33418 thickness "0.4pt"
33419 separation "3pt"
33420 shadowsize "4pt"
33421 framecolor "black"
33422 backgroundcolor "none"
33423 status open
33424
33425 \begin_layout Plain Layout
33426 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
33427 \end_layout
33428
33429 \begin_layout Plain Layout
33430 右の脚註は表示されません.
33431 \begin_inset Foot
33432 status collapsed
33433
33434 \begin_layout Plain Layout
33435 これはparbox内の脚註であり,したがって表示はされません.
33436 \end_layout
33437
33438 \end_inset
33439
33440
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \end_layout
33447
33448 \begin_layout Section
33449 単語や文字のボックス
33450 \begin_inset Index idx
33451 status collapsed
33452
33453 \begin_layout Plain Layout
33454 ぼっくす@ボックス ! もじよう@文字用
33455 \end_layout
33456
33457 \end_inset
33458
33459
33460 \end_layout
33461
33462 \begin_layout Subsection
33463 ハイフネーションの回避
33464 \begin_inset CommandInset label
33465 LatexCommand label
33466 name "sec:ハイフネーションの回避"
33467
33468 \end_inset
33469
33470
33471 \begin_inset Index idx
33472 status collapsed
33473
33474 \begin_layout Plain Layout
33475 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
33476 \end_layout
33477
33478 \end_inset
33479
33480
33481 \end_layout
33482
33483 \begin_layout Standard
33484 単語や文章がハイフネートされるのを防ぐには,
33485 \family sans
33486 makebox
33487 \family default
33488 型ボックスを使うことができます.
33489 \begin_inset Newline newline
33490 \end_inset
33491
33492 以下が例示用の文章です.
33493 \end_layout
33494
33495 \begin_layout Standard
33496 This line is an example to show how you can prevent the hyphenation of 
33497 \begin_inset Quotes eld
33498 \end_inset
33499
33500 veryverylongword
33501 \begin_inset Quotes erd
33502 \end_inset
33503
33504 .
33505 \end_layout
33506
33507 \begin_layout Standard
33508 単語「veryverylongword」がハイフネートされるのを防ぐには,単語をボックスの中に入れて,
33509 \family sans
33510 内部ボックス
33511 \family default
33512
33513 \family sans
33514 makebox
33515 \family default
33516 コマンドに設定し,幅は指定しません.
33517 \end_layout
33518
33519 \begin_layout Standard
33520 以下がその結果です.
33521 \end_layout
33522
33523 \begin_layout Standard
33524 This line is an example to show how you can prevent the hyphenation of 
33525 \begin_inset Box Frameless
33526 position "t"
33527 hor_pos "c"
33528 has_inner_box 1
33529 inner_pos "t"
33530 use_parbox 0
33531 use_makebox 1
33532 width ""
33533 special "none"
33534 height "1in"
33535 height_special "totalheight"
33536 thickness "0.4pt"
33537 separation "3pt"
33538 shadowsize "4pt"
33539 framecolor "black"
33540 backgroundcolor "none"
33541 status open
33542
33543 \begin_layout Plain Layout
33544 \begin_inset Quotes eld
33545 \end_inset
33546
33547 veryverylongword
33548 \begin_inset Quotes erd
33549 \end_inset
33550
33551
33552 \end_layout
33553
33554 \end_inset
33555
33556 .
33557 \end_layout
33558
33559 \begin_layout Standard
33560 別の方法としては,以下のように,単語の前に直接\SpecialChar TeX
33561 コードで「
33562 \series bold
33563
33564 \backslash
33565 -
33566 \series default
33567 」コマンドを設定する方法もあります.
33568 \end_layout
33569
33570 \begin_layout Standard
33571 This line is an example to show how you can prevent the hyphenation of 
33572 \begin_inset Quotes eld
33573 \end_inset
33574
33575
33576 \begin_inset ERT
33577 status collapsed
33578
33579 \begin_layout Plain Layout
33580
33581
33582 \backslash
33583 -
33584 \end_layout
33585
33586 \end_inset
33587
33588 veryverylongword
33589 \begin_inset Quotes erd
33590 \end_inset
33591
33592 .
33593 \end_layout
33594
33595 \begin_layout Standard
33596 もちろん,こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,以下のように
33597 \family sans
33598 挿入
33599 \family default
33600 \SpecialChar menuseparator
33601
33602 \family sans
33603 整形
33604 \family default
33605 \SpecialChar menuseparator
33606
33607 \family sans
33608 整形なし改行
33609 \family default
33610 メニュー(
33611 \begin_inset Flex Ruby
33612 status collapsed
33613
33614 \begin_layout Plain Layout
33615 捷径
33616 \begin_inset Argument post:1
33617 status collapsed
33618
33619 \begin_layout Plain Layout
33620 ショートカット
33621 \end_layout
33622
33623 \end_inset
33624
33625
33626 \end_layout
33627
33628 \end_inset
33629
33630
33631 \begin_inset Info
33632 type  "shortcut"
33633 arg   "newline-insert newline"
33634 \end_inset
33635
33636 )から改行を単語の前に入れてください.
33637 \end_layout
33638
33639 \begin_layout Standard
33640 This line is an example to show how you can prevent the hyphenation of 
33641 \begin_inset Newline newline
33642 \end_inset
33643
33644
33645 \begin_inset Box Frameless
33646 position "t"
33647 hor_pos "c"
33648 has_inner_box 1
33649 inner_pos "t"
33650 use_parbox 0
33651 use_makebox 1
33652 width ""
33653 special "none"
33654 height "1in"
33655 height_special "totalheight"
33656 thickness "0.4pt"
33657 separation "3pt"
33658 shadowsize "4pt"
33659 framecolor "black"
33660 backgroundcolor "none"
33661 status open
33662
33663 \begin_layout Plain Layout
33664 \begin_inset Quotes eld
33665 \end_inset
33666
33667 veryverylongword
33668 \begin_inset Quotes erd
33669 \end_inset
33670
33671
33672 \end_layout
33673
33674 \end_inset
33675
33676 .
33677 \end_layout
33678
33679 \begin_layout Subsection
33680 垂直揃え
33681 \begin_inset CommandInset label
33682 LatexCommand label
33683 name "subsec:垂直揃え"
33684
33685 \end_inset
33686
33687
33688 \begin_inset Index idx
33689 status collapsed
33690
33691 \begin_layout Plain Layout
33692 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
33693 \end_layout
33694
33695 \end_inset
33696
33697
33698 \begin_inset Index idx
33699 status collapsed
33700
33701 \begin_layout Plain Layout
33702 ぼっくす@ボックス ! Raiseboxes
33703 \end_layout
33704
33705 \end_inset
33706
33707
33708 \end_layout
33709
33710 \begin_layout Standard
33711
33712 \series bold
33713
33714 \backslash
33715 raisebox
33716 \series default
33717 コマンドを使うと,単語や文字や他のボックスを,周囲の文章に対して垂直方向に整列させることができます.
33718 \series bold
33719
33720 \backslash
33721 raisebox
33722 \series default
33723 は以下の書式で使用します.
33724 \end_layout
33725
33726 \begin_layout Standard
33727
33728 \series bold
33729
33730 \backslash
33731 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
33732 \end_layout
33733
33734 \begin_layout Standard
33735 ここで持ち上げ幅は,正の値ならばボックスを持ち上げ,負の値ならばボックスを引き下げます.
33736 \end_layout
33737
33738 \begin_layout Standard
33739 たとえば,「preventing」という単語を,そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,単語の前に\SpecialChar TeX
33740 コードで
33741 \end_layout
33742
33743 \begin_layout Standard
33744
33745 \series bold
33746
33747 \backslash
33748 raisebox{
33749 \backslash
33750 depth}{
33751 \end_layout
33752
33753 \begin_layout Standard
33754 というコマンドを挿入してください.単語の後には,閉じ括弧「
33755 \series bold
33756 }
33757 \series default
33758 」を\SpecialChar TeX
33759 コードで挿入してください.
33760 \begin_inset Newline newline
33761 \end_inset
33762
33763 以下がその出力です.
33764 \end_layout
33765
33766 \begin_layout Standard
33767 This is a text line with the word 
33768 \begin_inset ERT
33769 status collapsed
33770
33771 \begin_layout Plain Layout
33772
33773
33774 \backslash
33775 raisebox{
33776 \backslash
33777 depth}{
33778 \end_layout
33779
33780 \end_inset
33781
33782
33783 \begin_inset Quotes eld
33784 \end_inset
33785
33786 preventing
33787 \begin_inset Quotes erd
33788 \end_inset
33789
33790
33791 \begin_inset ERT
33792 status collapsed
33793
33794 \begin_layout Plain Layout
33795
33796 }
33797 \end_layout
33798
33799 \end_inset
33800
33801  as raised word.
33802 \end_layout
33803
33804 \begin_layout Standard
33805 \begin_inset VSpace bigskip
33806 \end_inset
33807
33808 行中の文字を上げ下げすると,以下のように行間が広がります.
33809 \end_layout
33810
33811 \begin_layout Standard
33812 This is a text line with the word 
33813 \begin_inset ERT
33814 status collapsed
33815
33816 \begin_layout Plain Layout
33817
33818
33819 \backslash
33820 raisebox{-
33821 \backslash
33822 depth}{
33823 \end_layout
33824
33825 \end_inset
33826
33827
33828 \begin_inset Quotes eld
33829 \end_inset
33830
33831 preventing
33832 \begin_inset Quotes erd
33833 \end_inset
33834
33835
33836 \begin_inset ERT
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840
33841 }
33842 \end_layout
33843
33844 \end_inset
33845
33846  as lowered word.
33847 \begin_inset Newline newline
33848 \end_inset
33849
33850 This is a text line with the word 
33851 \begin_inset ERT
33852 status collapsed
33853
33854 \begin_layout Plain Layout
33855
33856
33857 \backslash
33858 raisebox{0.5cm}{
33859 \end_layout
33860
33861 \end_inset
33862
33863
33864 \begin_inset Quotes eld
33865 \end_inset
33866
33867 testing
33868 \begin_inset Quotes erd
33869 \end_inset
33870
33871
33872 \begin_inset ERT
33873 status collapsed
33874
33875 \begin_layout Plain Layout
33876
33877 }
33878 \end_layout
33879
33880 \end_inset
33881
33882  as raised word.
33883 \end_layout
33884
33885 \begin_layout Standard
33886 何らかの理由でこれを抑制したい場合には,ボックスの高さを零に設定してください.たとえば,
33887 \end_layout
33888
33889 \begin_layout Standard
33890
33891 \series bold
33892
33893 \backslash
33894 raisebox{-
33895 \backslash
33896 depth}[0pt]{
33897 \end_layout
33898
33899 \begin_layout Standard
33900 とすると,以下のようになります.
33901 \end_layout
33902
33903 \begin_layout Standard
33904 This is a text line with the word 
33905 \begin_inset ERT
33906 status collapsed
33907
33908 \begin_layout Plain Layout
33909
33910
33911 \backslash
33912 raisebox{-
33913 \backslash
33914 depth}[0pt]{
33915 \end_layout
33916
33917 \end_inset
33918
33919
33920 \begin_inset Quotes eld
33921 \end_inset
33922
33923 preventing
33924 \begin_inset Quotes erd
33925 \end_inset
33926
33927
33928 \begin_inset ERT
33929 status collapsed
33930
33931 \begin_layout Plain Layout
33932
33933 }
33934 \end_layout
33935
33936 \end_inset
33937
33938  as lowered word.
33939 \begin_inset Newline newline
33940 \end_inset
33941
33942
33943 \begin_inset Newline newline
33944 \end_inset
33945
33946 This is a text line with the word 
33947 \begin_inset ERT
33948 status collapsed
33949
33950 \begin_layout Plain Layout
33951
33952
33953 \backslash
33954 raisebox{0.5cm}[0pt]{
33955 \end_layout
33956
33957 \end_inset
33958
33959
33960 \begin_inset Quotes eld
33961 \end_inset
33962
33963 testing
33964 \begin_inset Quotes erd
33965 \end_inset
33966
33967
33968 \begin_inset ERT
33969 status collapsed
33970
33971 \begin_layout Plain Layout
33972
33973 }
33974 \end_layout
33975
33976 \end_inset
33977
33978  as raised word.
33979 \end_layout
33980
33981 \begin_layout Section
33982 色付きボックス
33983 \begin_inset CommandInset label
33984 LatexCommand label
33985 name "sec:色付きボックス"
33986
33987 \end_inset
33988
33989
33990 \begin_inset Index idx
33991 status collapsed
33992
33993 \begin_layout Plain Layout
33994 ぼっくす@ボックス ! いろつき@色付き
33995 \end_layout
33996
33997 \end_inset
33998
33999
34000 \end_layout
34001
34002 \begin_layout Standard
34003 ボックスの背景に色を付けるには,ボックスダイアログで好みの色を選択するだけです.これは,橙色の背景を持つボックスの例です:
34004 \begin_inset Box Frameless
34005 position "t"
34006 hor_pos "c"
34007 has_inner_box 1
34008 inner_pos "t"
34009 use_parbox 0
34010 use_makebox 1
34011 width ""
34012 special "none"
34013 height "1in"
34014 height_special "totalheight"
34015 thickness "0.4pt"
34016 separation "3pt"
34017 shadowsize "4pt"
34018 framecolor "black"
34019 backgroundcolor "orange"
34020 status open
34021
34022 \begin_layout Plain Layout
34023 橙色背景のボックス
34024 \end_layout
34025
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \begin_layout Standard
34032 装飾を
34033 \family sans
34034 簡素な長方形の枠
34035 \family default
34036 にした場合には,枠の色を設定できます.この場合,背景色も指定しなくてはなりません(\SpecialChar LyX
34037 は白を既定色として設定します).
34038 \begin_inset Newline newline
34039 \end_inset
34040
34041 例:
34042 \begin_inset Box Boxed
34043 position "t"
34044 hor_pos "c"
34045 has_inner_box 0
34046 inner_pos "t"
34047 use_parbox 0
34048 use_makebox 0
34049 width ""
34050 special "none"
34051 height "1in"
34052 height_special "totalheight"
34053 thickness "0.4pt"
34054 separation "3pt"
34055 shadowsize "4pt"
34056 framecolor "teal"
34057 backgroundcolor "yellow"
34058 status open
34059
34060 \begin_layout Plain Layout
34061 ティール色の枠と黄色の背景を持つボックス
34062 \end_layout
34063
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \begin_layout Standard
34070 \begin_inset VSpace bigskip
34071 \end_inset
34072
34073 もちろん,色付きボックスの中に色付きの文を入れることもできます:
34074 \begin_inset Newline newline
34075 \end_inset
34076
34077
34078 \begin_inset Box Boxed
34079 position "t"
34080 hor_pos "c"
34081 has_inner_box 0
34082 inner_pos "t"
34083 use_parbox 0
34084 use_makebox 0
34085 width ""
34086 special "none"
34087 height "1in"
34088 height_special "totalheight"
34089 thickness "0.4pt"
34090 separation "3pt"
34091 shadowsize "4pt"
34092 framecolor "cyan"
34093 backgroundcolor "magenta"
34094 status open
34095
34096 \begin_layout Plain Layout
34097
34098 \color yellow
34099 これは着色した色付きボックス中の色付き文章です.
34100 \end_layout
34101
34102 \end_inset
34103
34104
34105 \end_layout
34106
34107 \begin_layout Standard
34108 \begin_inset VSpace bigskip
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Standard
34115 事前に設定された色以外の色が欲しいときは,第
34116 \begin_inset CommandInset ref
34117 LatexCommand ref
34118 reference "sec:色付きの表"
34119
34120 \end_inset
34121
34122 節に述べられているように,独自色を定義することができます.独自色を使う場合には,以下のように,TeXコードを使ってボックスを組版しなくてはなりません.
34123 \end_layout
34124
34125 \begin_layout Standard
34126 枠なしの色付きボックスは,
34127 \series bold
34128
34129 \backslash
34130 colorbox
34131 \series default
34132 コマンドで作ります.これは,以下のような書式で使われます.
34133 \end_layout
34134
34135 \begin_layout Standard
34136
34137 \series bold
34138
34139 \backslash
34140 colorbox{色}{ボックスの内容}
34141 \end_layout
34142
34143 \begin_layout Standard
34144 ボックスの内容には,ボックスが入ることもできますし,色付きボックスを他のボックスに入れることもできます.たとえば,単語の背景を濃緑にするには,単語の前に\SpecialChar TeX
34145 コードで
34146 \end_layout
34147
34148 \begin_layout Standard
34149
34150 \series bold
34151
34152 \backslash
34153 colorbox{darkgreen}{
34154 \end_layout
34155
34156 \begin_layout Standard
34157 というコマンドを入れてください.単語の後には,\SpecialChar TeX
34158 コードで閉じ括弧「
34159 \series bold
34160 }
34161 \series default
34162 」を入れてください.
34163 \begin_inset Newline newline
34164 \end_inset
34165
34166 以下がその結果です.
34167 \end_layout
34168
34169 \begin_layout Standard
34170 この行では,
34171 \begin_inset ERT
34172 status collapsed
34173
34174 \begin_layout Plain Layout
34175
34176
34177 \backslash
34178 colorbox{darkgreen}{
34179 \end_layout
34180
34181 \end_inset
34182
34183 「注意!」
34184 \begin_inset ERT
34185 status collapsed
34186
34187 \begin_layout Plain Layout
34188
34189 }
34190 \end_layout
34191
34192 \end_inset
34193
34194 という単語が濃緑の背景になっています.
34195 \end_layout
34196
34197 \begin_layout Standard
34198 枠付き色付きのボックスは,下記のように
34199 \series bold
34200
34201 \backslash
34202 fcolorbox
34203 \series default
34204 コマンドを使って作ります.
34205 \end_layout
34206
34207 \begin_layout Standard
34208
34209 \series bold
34210
34211 \backslash
34212 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
34213 \end_layout
34214
34215 \begin_layout Section
34216 ボックスの伸縮回転
34217 \end_layout
34218
34219 \begin_layout Standard
34220 本節に述べられているボックスを使うには,
34221 \family sans
34222 画像ボックス
34223 \family default
34224 モジュールを文書設定で読み込んでおく必要があります.
34225 \end_layout
34226
34227 \begin_layout Standard
34228 \begin_inset Note Greyedout
34229 status open
34230
34231 \begin_layout Plain Layout
34232
34233 \series bold
34234 【註】
34235 \series default
34236 DVIビューアによっては,回転伸縮したものの表示ができないものがあります.
34237 \end_layout
34238
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \begin_layout Standard
34245 \begin_inset Note Greyedout
34246 status open
34247
34248 \begin_layout Plain Layout
34249
34250 \series bold
34251 【註】
34252 \series default
34253 フロートは回転伸縮したボックスの中に入れることはできません.
34254 \end_layout
34255
34256 \end_inset
34257
34258
34259 \end_layout
34260
34261 \begin_layout Subsection
34262 ボックスの回転
34263 \begin_inset Index idx
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267 ぼっくす@ボックス ! かいてんした@回転した
34268 \end_layout
34269
34270 \end_inset
34271
34272
34273 \begin_inset Index idx
34274 status collapsed
34275
34276 \begin_layout Plain Layout
34277 かいてん@回転 ! そざいの@素材の—
34278 \end_layout
34279
34280 \end_inset
34281
34282
34283 \begin_inset Index idx
34284 status collapsed
34285
34286 \begin_layout Plain Layout
34287 ず@図 ! のかいてん@—の回転
34288 \end_layout
34289
34290 \end_inset
34291
34292
34293 \begin_inset Index idx
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297 ひょうのちょうせい@表の調整 ! かいてん@回転
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \begin_layout Standard
34306 ものを回転するならば,
34307 \family sans
34308 回転ボックス
34309 \family default
34310 に入れることができます.このボックスは,
34311 \family sans
34312 挿入\SpecialChar menuseparator
34313 拡張差込枠\SpecialChar menuseparator
34314 回転ボックス
34315 \family default
34316 で挿入することができます.
34317 \end_layout
34318
34319 \begin_layout Standard
34320 回転の原点は,原点差込枠(メニュー「
34321 \family sans
34322 挿入\SpecialChar menuseparator
34323 原点
34324 \family default
34325 」)に
34326 \series bold
34327 origin=位置
34328 \series default
34329 の形で指定することができます.位置として指定可能なのは,
34330 \emph on
34331 c
34332 \emph default
34333 (中央揃え)・
34334 \emph on
34335 l
34336 \emph default
34337 (左揃え)・
34338 \emph on
34339 r
34340 \emph default
34341 (右揃え)・
34342 \emph on
34343 b
34344 \emph default
34345 (下揃え)・
34346 \emph on
34347 t
34348 \emph default
34349 (上揃え)と,これら五つの適切な組み合わせです.たとえば,
34350 \emph on
34351 lt
34352 \emph default
34353 と指定した場合には,回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,位置として
34354 \emph on
34355 l
34356 \emph default
34357 が使用されます.回転角は,角度を指定する数字で負の値もとることができます.回転の方向は,反時計回りです.
34358 \end_layout
34359
34360 \begin_layout Standard
34361 下の例では,
34362 \family sans
34363 原点
34364 \family default
34365 差込枠に
34366 \series bold
34367 origin=c
34368 \series default
34369
34370 \family sans
34371 回転
34372 \family default
34373 差込枠に
34374 \series bold
34375 60
34376 \series default
34377 と入れています.
34378 \end_layout
34379
34380 \begin_layout Standard
34381 これは,
34382 \begin_inset Flex Rotatebox
34383 status open
34384
34385 \begin_layout Plain Layout
34386 \begin_inset Argument 1
34387 status open
34388
34389 \begin_layout Plain Layout
34390 origin=c
34391 \end_layout
34392
34393 \end_inset
34394
34395
34396 \begin_inset Argument 2
34397 status open
34398
34399 \begin_layout Plain Layout
34400 60
34401 \end_layout
34402
34403 \end_inset
34404
34405 回転した
34406 \end_layout
34407
34408 \end_inset
34409
34410 文章を含む行です.
34411 \end_layout
34412
34413 \begin_layout Standard
34414 ボックスの中身には,以下のように,もう一つボックスを入れたり行内数式を入れたりすることもできます.
34415 \end_layout
34416
34417 \begin_layout Standard
34418 これは,
34419 \begin_inset Flex Rotatebox
34420 status open
34421
34422 \begin_layout Plain Layout
34423 \begin_inset Argument 1
34424 status open
34425
34426 \begin_layout Plain Layout
34427 origin=r
34428 \end_layout
34429
34430 \end_inset
34431
34432
34433 \begin_inset Argument 2
34434 status open
34435
34436 \begin_layout Plain Layout
34437 60
34438 \end_layout
34439
34440 \end_inset
34441
34442
34443 \begin_inset Box Doublebox
34444 position "c"
34445 hor_pos "c"
34446 has_inner_box 0
34447 inner_pos "c"
34448 use_parbox 0
34449 use_makebox 0
34450 width "1in"
34451 special "width"
34452 height "1in"
34453 height_special "totalheight"
34454 thickness "0.4pt"
34455 separation "3pt"
34456 shadowsize "4pt"
34457 framecolor "black"
34458 backgroundcolor "none"
34459 status open
34460
34461 \begin_layout Plain Layout
34462 回転した
34463 \end_layout
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \end_inset
34471
34472 枠付き文章と
34473 \begin_inset Flex Rotatebox
34474 status open
34475
34476 \begin_layout Plain Layout
34477 \begin_inset Argument 1
34478 status open
34479
34480 \begin_layout Plain Layout
34481 origin=lb
34482 \end_layout
34483
34484 \end_inset
34485
34486
34487 \begin_inset Argument 2
34488 status open
34489
34490 \begin_layout Plain Layout
34491 60
34492 \end_layout
34493
34494 \end_inset
34495
34496
34497 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \end_inset
34504
34505 数式を含む行です.
34506 \end_layout
34507
34508 \begin_layout Standard
34509 あるいは,以下のように図や表を入れることもできます.
34510 \end_layout
34511
34512 \begin_layout Standard
34513 これは,
34514 \begin_inset Flex Rotatebox
34515 status open
34516
34517 \begin_layout Plain Layout
34518 \begin_inset Argument 1
34519 status open
34520
34521 \begin_layout Plain Layout
34522 origin=lb
34523 \end_layout
34524
34525 \end_inset
34526
34527
34528 \begin_inset Argument 2
34529 status open
34530
34531 \begin_layout Plain Layout
34532 90
34533 \end_layout
34534
34535 \end_inset
34536
34537
34538 \begin_inset Graphics
34539         filename ../clipart/Star-structure.pdf
34540         lyxscale 50
34541         width 25col%
34542
34543 \end_inset
34544
34545
34546 \end_layout
34547
34548 \end_inset
34549
34550 回転した画像と
34551 \begin_inset Flex Rotatebox
34552 status open
34553
34554 \begin_layout Plain Layout
34555 \begin_inset Argument 2
34556 status open
34557
34558 \begin_layout Plain Layout
34559 -90
34560 \end_layout
34561
34562 \end_inset
34563
34564
34565 \begin_inset Tabular
34566 <lyxtabular version="3" rows="2" columns="2">
34567 <features tabularvalignment="middle">
34568 <column alignment="center" valignment="top">
34569 <column alignment="center" valignment="top">
34570 <row>
34571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34572 \begin_inset Text
34573
34574 \begin_layout Plain Layout
34575 q
34576 \end_layout
34577
34578 \end_inset
34579 </cell>
34580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34581 \begin_inset Text
34582
34583 \begin_layout Plain Layout
34584 w
34585 \end_layout
34586
34587 \end_inset
34588 </cell>
34589 </row>
34590 <row>
34591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34592 \begin_inset Text
34593
34594 \begin_layout Plain Layout
34595 e
34596 \end_layout
34597
34598 \end_inset
34599 </cell>
34600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34601 \begin_inset Text
34602
34603 \begin_layout Plain Layout
34604 r
34605 \end_layout
34606
34607 \end_inset
34608 </cell>
34609 </row>
34610 </lyxtabular>
34611
34612 \end_inset
34613
34614
34615 \end_layout
34616
34617 \end_inset
34618
34619 表を含む行です.
34620 \end_layout
34621
34622 \begin_layout Standard
34623 \begin_inset Note Greyedout
34624 status open
34625
34626 \begin_layout Plain Layout
34627
34628 \series bold
34629 【註】
34630 \family sans
34631 \series default
34632 角度
34633 \family default
34634 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34635 エラーが発生します.
34636 \end_layout
34637
34638 \end_inset
34639
34640
34641 \end_layout
34642
34643 \begin_layout Subsection
34644 ボックスの伸縮
34645 \begin_inset Index idx
34646 status collapsed
34647
34648 \begin_layout Plain Layout
34649 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
34650 \end_layout
34651
34652 \end_inset
34653
34654
34655 \begin_inset Index idx
34656 status collapsed
34657
34658 \begin_layout Plain Layout
34659 しんしゅく@伸縮 ! そざいの@素材の—
34660 \end_layout
34661
34662 \end_inset
34663
34664
34665 \begin_inset Index idx
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669 ず@図 ! のしんしゅく@—の伸縮
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \begin_inset Index idx
34676 status collapsed
34677
34678 \begin_layout Plain Layout
34679 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
34680 \end_layout
34681
34682 \end_inset
34683
34684
34685 \end_layout
34686
34687 \begin_layout Standard
34688 ものを伸縮するならば,
34689 \family sans
34690 伸縮ボックス
34691 \family default
34692 に入れることができます.このボックスは,
34693 \family sans
34694 挿入\SpecialChar menuseparator
34695 拡張差込枠\SpecialChar menuseparator
34696 伸縮ボックス
34697 \family default
34698 で挿入することができます.
34699 \end_layout
34700
34701 \begin_layout Standard
34702
34703 \family sans
34704 伸縮ボックス
34705 \family default
34706 には,必須差込枠「
34707 \family sans
34708 水平因子
34709 \family default
34710 」と,非必須差込枠「
34711 \family sans
34712 垂直因子
34713 \family default
34714 」(「
34715 \family sans
34716 挿入\SpecialChar menuseparator
34717 垂直因子
34718 \family default
34719 」メニューで挿入可)がありますので,そこに水平因子と垂直因子を入力してください.
34720 \family sans
34721 垂直因子
34722 \family default
34723 を使わない場合には,水平因子が垂直因子としても使われます.
34724 \end_layout
34725
34726 \begin_layout Standard
34727 たとえば,文書の本文の大きさに比べて,文を2倍の大きさにしたい場合,
34728 \family sans
34729 水平因子
34730 \family default
34731 差込枠に
34732 \series bold
34733 2
34734 \series default
34735 と入力してください.例:
34736 \begin_inset Flex Scalebox
34737 status open
34738
34739 \begin_layout Plain Layout
34740 \begin_inset Argument 1
34741 status open
34742
34743 \begin_layout Plain Layout
34744 2
34745 \end_layout
34746
34747 \end_inset
34748
34749 こんにちは
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \end_layout
34756
34757 \begin_layout Standard
34758
34759 \family sans
34760 水平因子
34761 \family default
34762
34763 \series bold
34764 2
34765 \series default
34766
34767 \family sans
34768 垂直因子
34769 \family default
34770
34771 \series bold
34772 1
34773 \series default
34774 にすると,このようにゆがみます:
34775 \begin_inset Flex Scalebox
34776 status open
34777
34778 \begin_layout Plain Layout
34779 \begin_inset Argument 1
34780 status open
34781
34782 \begin_layout Plain Layout
34783 2
34784 \end_layout
34785
34786 \end_inset
34787
34788
34789 \begin_inset Argument 2
34790 status open
34791
34792 \begin_layout Plain Layout
34793 1
34794 \end_layout
34795
34796 \end_inset
34797
34798 こんにちは
34799 \end_layout
34800
34801 \end_inset
34802
34803
34804 \end_layout
34805
34806 \begin_layout Standard
34807 伸縮因子を負に設定した場合,ボックスの内容は鏡像になります.鏡文字を作りたい場合には,
34808 \family sans
34809 水平因子
34810 \family default
34811
34812 \series bold
34813 -1
34814 \series default
34815
34816 \family sans
34817 垂直因子
34818 \family default
34819
34820 \series bold
34821 1
34822 \series default
34823 にします:
34824 \begin_inset Flex Scalebox
34825 status open
34826
34827 \begin_layout Plain Layout
34828 \begin_inset Argument 1
34829 status open
34830
34831 \begin_layout Plain Layout
34832 -1
34833 \end_layout
34834
34835 \end_inset
34836
34837
34838 \begin_inset Argument 2
34839 status open
34840
34841 \begin_layout Plain Layout
34842 1
34843 \end_layout
34844
34845 \end_inset
34846
34847 こんにちは
34848 \end_layout
34849
34850 \end_inset
34851
34852
34853 \end_layout
34854
34855 \begin_layout Standard
34856
34857 \family sans
34858 水平因子
34859 \family default
34860
34861 \series bold
34862 1
34863 \series default
34864
34865 \family sans
34866 垂直因子
34867 \family default
34868
34869 \series bold
34870 -1
34871 \series default
34872 にすると,ベースラインでひっくり返した形になります:
34873 \begin_inset Flex Scalebox
34874 status open
34875
34876 \begin_layout Plain Layout
34877 \begin_inset Argument 1
34878 status open
34879
34880 \begin_layout Plain Layout
34881 1
34882 \end_layout
34883
34884 \end_inset
34885
34886
34887 \begin_inset Argument 2
34888 status open
34889
34890 \begin_layout Plain Layout
34891 -1
34892 \end_layout
34893
34894 \end_inset
34895
34896 こんにちは
34897 \end_layout
34898
34899 \end_inset
34900
34901
34902 \end_layout
34903
34904 \begin_layout Standard
34905
34906 \family sans
34907 反転ボックス
34908 \family default
34909 (「
34910 \family sans
34911 挿入\SpecialChar menuseparator
34912 拡張差込枠\SpecialChar menuseparator
34913 反転ボックス
34914 \family default
34915 」メニュー)は,
34916 \family sans
34917 伸縮ボックス
34918 \family default
34919
34920 \family sans
34921 水平因子
34922 \family default
34923
34924 \series bold
34925 -1
34926 \series default
34927
34928 \family sans
34929 垂直因子
34930 \family default
34931
34932 \series bold
34933 1
34934 \series default
34935 にしたものと同じです.
34936 \end_layout
34937
34938 \begin_layout Standard
34939 \begin_inset Note Greyedout
34940 status open
34941
34942 \begin_layout Plain Layout
34943
34944 \series bold
34945 【註】
34946 \family sans
34947 \series default
34948 水平因子
34949 \family default
34950 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34951 エラーが発生します.
34952 \end_layout
34953
34954 \end_inset
34955
34956
34957 \end_layout
34958
34959 \begin_layout Standard
34960 \begin_inset VSpace bigskip
34961 \end_inset
34962
34963 中身を決まった幅と高さに伸縮したい場合には,
34964 \family sans
34965 寸法変更ボックス
34966 \family default
34967 (「
34968 \family sans
34969 挿入\SpecialChar menuseparator
34970 拡張差込枠\SpecialChar menuseparator
34971 寸法変更ボックス
34972 \family default
34973 」メニュー)を使うことができます.
34974 \family sans
34975 寸法変更ボックス
34976 \family default
34977 には,必須差込枠「
34978 \family sans
34979
34980 \family default
34981 」と,非必須差込枠「
34982 \family sans
34983 高さ
34984 \family default
34985 」(「
34986 \family sans
34987 挿入\SpecialChar menuseparator
34988 高さ
34989 \family default
34990 」メニューで挿入可)がありますので,そこに幅と高さを単位付きの値で入力してください.
34991 \begin_inset CommandInset ref
34992 LatexCommand ref
34993 reference "tab:単位"
34994
34995 \end_inset
34996
34997 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
34998 \series bold
34999 !
35000 \series default
35001 があると,ボックス内容のアスペクト比が保たれるように寸法が設定されます.
35002 \family sans
35003 高さ
35004 \family default
35005 差込枠を使わない場合には,高さには内部的に感嘆符が使用されます.
35006 \end_layout
35007
35008 \begin_layout Standard
35009
35010 \series bold
35011 2cm
35012 \series default
35013
35014 \family sans
35015
35016 \family default
35017 に,
35018 \series bold
35019 1cm
35020 \series default
35021
35022 \family sans
35023 高さ
35024 \family default
35025 に使用するとこうなります:
35026 \begin_inset Flex Resizebox
35027 status open
35028
35029 \begin_layout Plain Layout
35030 \begin_inset Argument 1
35031 status open
35032
35033 \begin_layout Plain Layout
35034 2cm
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \begin_inset Argument 2
35041 status open
35042
35043 \begin_layout Plain Layout
35044 1cm
35045 \end_layout
35046
35047 \end_inset
35048
35049 こんにちは
35050 \end_layout
35051
35052 \end_inset
35053
35054
35055 \begin_inset Newline newline
35056 \end_inset
35057
35058
35059 \series bold
35060 2cm
35061 \series default
35062
35063 \family sans
35064
35065 \family default
35066 に,
35067 \series bold
35068 !
35069 \series default
35070
35071 \family sans
35072 高さ
35073 \family default
35074 に使用すると(あるいは
35075 \family sans
35076 高さ
35077 \family default
35078 なし)こうなります:
35079 \begin_inset Flex Resizebox
35080 status open
35081
35082 \begin_layout Plain Layout
35083 \begin_inset Argument 1
35084 status open
35085
35086 \begin_layout Plain Layout
35087 2cm
35088 \end_layout
35089
35090 \end_inset
35091
35092
35093 \begin_inset Argument 2
35094 status open
35095
35096 \begin_layout Plain Layout
35097 !
35098 \end_layout
35099
35100 \end_inset
35101
35102 こんにちは
35103 \end_layout
35104
35105 \end_inset
35106
35107
35108 \end_layout
35109
35110 \begin_layout Standard
35111 \begin_inset Note Greyedout
35112 status open
35113
35114 \begin_layout Plain Layout
35115
35116 \series bold
35117 【註】
35118 \family sans
35119 \series default
35120
35121 \family default
35122 差込枠が空であったり,無効な単位が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
35123 エラーが発生します.
35124 \end_layout
35125
35126 \end_inset
35127
35128
35129 \end_layout
35130
35131 \begin_layout Standard
35132 \begin_inset VSpace bigskip
35133 \end_inset
35134
35135
35136 \end_layout
35137
35138 \begin_layout Standard
35139 ボックスは好きな順序で組み合わせることができます.
35140 \family sans
35141 回転ボックス
35142 \family default
35143 の中に
35144 \family sans
35145 寸法変更ボックス
35146 \family default
35147 が入り,さらにその中に
35148 \family sans
35149 反転ボックス
35150 \family default
35151 が入っている例です:
35152 \end_layout
35153
35154 \begin_layout Standard
35155 \noindent
35156 \align center
35157 \begin_inset Flex Rotatebox
35158 status open
35159
35160 \begin_layout Plain Layout
35161 \begin_inset Argument 1
35162 status open
35163
35164 \begin_layout Plain Layout
35165 origin=c
35166 \end_layout
35167
35168 \end_inset
35169
35170
35171 \begin_inset Argument 2
35172 status open
35173
35174 \begin_layout Plain Layout
35175 -45
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \begin_inset Flex Resizebox
35182 status open
35183
35184 \begin_layout Plain Layout
35185 \begin_inset Argument 1
35186 status open
35187
35188 \begin_layout Plain Layout
35189 2cm
35190 \end_layout
35191
35192 \end_inset
35193
35194
35195 \begin_inset Flex Reflectbox
35196 status open
35197
35198 \begin_layout Plain Layout
35199 こんにちは
35200 \end_layout
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \end_inset
35208
35209
35210 \end_layout
35211
35212 \end_inset
35213
35214
35215 \end_layout
35216
35217 \begin_layout Standard
35218 \noindent
35219 という出力になります.ボックスの内容には,以下のように,画像や表や行内数式を入れてもかまいません.
35220 \end_layout
35221
35222 \begin_layout Standard
35223 \noindent
35224 \align center
35225 \begin_inset Flex Resizebox
35226 status open
35227
35228 \begin_layout Plain Layout
35229 \begin_inset Argument 1
35230 status open
35231
35232 \begin_layout Plain Layout
35233 2cm
35234 \end_layout
35235
35236 \end_inset
35237
35238
35239 \begin_inset Flex Reflectbox
35240 status open
35241
35242 \begin_layout Plain Layout
35243 \begin_inset Graphics
35244         filename ../clipart/Star-structure.pdf
35245         lyxscale 50
35246         width 25col%
35247
35248 \end_inset
35249
35250
35251 \end_layout
35252
35253 \end_inset
35254
35255
35256 \end_layout
35257
35258 \end_inset
35259
35260  
35261 \begin_inset Flex Resizebox
35262 status open
35263
35264 \begin_layout Plain Layout
35265 \begin_inset Argument 1
35266 status open
35267
35268 \begin_layout Plain Layout
35269 2cm
35270 \end_layout
35271
35272 \end_inset
35273
35274
35275 \begin_inset Flex Reflectbox
35276 status open
35277
35278 \begin_layout Plain Layout
35279 \begin_inset Tabular
35280 <lyxtabular version="3" rows="2" columns="2">
35281 <features tabularvalignment="middle">
35282 <column alignment="center" valignment="top">
35283 <column alignment="center" valignment="top">
35284 <row>
35285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35286 \begin_inset Text
35287
35288 \begin_layout Plain Layout
35289 q
35290 \end_layout
35291
35292 \end_inset
35293 </cell>
35294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35295 \begin_inset Text
35296
35297 \begin_layout Plain Layout
35298 w
35299 \end_layout
35300
35301 \end_inset
35302 </cell>
35303 </row>
35304 <row>
35305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35306 \begin_inset Text
35307
35308 \begin_layout Plain Layout
35309 e
35310 \end_layout
35311
35312 \end_inset
35313 </cell>
35314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35315 \begin_inset Text
35316
35317 \begin_layout Plain Layout
35318 r
35319 \end_layout
35320
35321 \end_inset
35322 </cell>
35323 </row>
35324 </lyxtabular>
35325
35326 \end_inset
35327
35328
35329 \end_layout
35330
35331 \end_inset
35332
35333
35334 \end_layout
35335
35336 \end_inset
35337
35338  
35339 \begin_inset Flex Resizebox
35340 status open
35341
35342 \begin_layout Plain Layout
35343 \begin_inset Argument 1
35344 status open
35345
35346 \begin_layout Plain Layout
35347 3cm
35348 \end_layout
35349
35350 \end_inset
35351
35352
35353 \begin_inset Flex Reflectbox
35354 status open
35355
35356 \begin_layout Plain Layout
35357 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35358 \end_inset
35359
35360
35361 \end_layout
35362
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \end_inset
35369
35370
35371 \end_layout
35372
35373 \begin_layout Standard
35374 文書で大域的に数式様式
35375 \series bold
35376 fleqn
35377 \series default
35378 を使用している場合
35379 \begin_inset Foot
35380 status collapsed
35381
35382 \begin_layout Plain Layout
35383 つまり,文書クラスオプションに「fleqn」を書き加えた場合.
35384 \end_layout
35385
35386 \end_inset
35387
35388 には,別行建て数式も伸縮させることができます.
35389 \end_layout
35390
35391 \begin_layout Chapter
35392 本文回り込みオブジェクト
35393 \begin_inset Index idx
35394 status collapsed
35395
35396 \begin_layout Plain Layout
35397 ほんぶんまわりこみ@本文回り込み
35398 \end_layout
35399
35400 \end_inset
35401
35402
35403 \end_layout
35404
35405 \begin_layout Section
35406 折返しフロート
35407 \begin_inset CommandInset label
35408 LatexCommand label
35409 name "sec:折返しフロート"
35410
35411 \end_inset
35412
35413
35414 \begin_inset Index idx
35415 status collapsed
35416
35417 \begin_layout Plain Layout
35418 ふろーと@フロート ! おりかえしふろーと@折返しフロート
35419 \end_layout
35420
35421 \end_inset
35422
35423
35424 \begin_inset Index idx
35425 status collapsed
35426
35427 \begin_layout Plain Layout
35428 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
35429 \end_layout
35430
35431 \end_inset
35432
35433
35434 \end_layout
35435
35436 \begin_layout Standard
35437 \begin_inset Wrap figure
35438 lines 0
35439 placement l
35440 overhang 1cm
35441 width "40col%"
35442 status open
35443
35444 \begin_layout Plain Layout
35445 \begin_inset Graphics
35446         filename ../clipart/2D-intensity-plot.pdf
35447         width 40col%
35448         scaleBeforeRotation
35449         rotateOrigin center
35450
35451 \end_inset
35452
35453
35454 \end_layout
35455
35456 \begin_layout Plain Layout
35457 \begin_inset Caption Standard
35458
35459 \begin_layout Plain Layout
35460 \begin_inset CommandInset label
35461 LatexCommand label
35462 name "fig:折返し図フロート"
35463
35464 \end_inset
35465
35466 これは折返し図フロートです.
35467 \end_layout
35468
35469 \end_inset
35470
35471
35472 \end_layout
35473
35474 \end_inset
35475
35476 このフロート型は,本文が図の周りに折返して入ることによって,図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,\SpecialChar LaTeX
35477 パッケージの
35478 \series bold
35479 wrapfig
35480 \series default
35481
35482 \begin_inset Index idx
35483 status collapsed
35484
35485 \begin_layout Plain Layout
35486 \SpecialChar LaTeX
35487 ぱっけーじ@\SpecialChar LaTeX
35488 パッケージ ! wrapfig
35489 \end_layout
35490
35491 \end_inset
35492
35493 を導入済みであれば,
35494 \family sans
35495 挿入\SpecialChar menuseparator
35496 フロート\SpecialChar menuseparator
35497 折返し図フロート
35498 \family default
35499
35500 \family sans
35501 折返し表フロート
35502 \family default
35503 メニューで挿入することができます
35504 \begin_inset Foot
35505 status collapsed
35506
35507 \begin_layout Plain Layout
35508 \SpecialChar LaTeX
35509 パッケージの導入方法は,取扱説明書の『\SpecialChar LaTeX
35510 の設定』に説明されています.
35511 \end_layout
35512
35513 \end_inset
35514
35515 .フロートの設定は,フロートボックスを右クリックすることで変更することができます.必須の設定項目は,フロートの
35516 \family sans
35517 配置
35518 \family default
35519
35520 \family sans
35521
35522 \family default
35523 です.非必須項目として,
35524 \family sans
35525 ぶら下げ
35526 \family default
35527
35528 \family sans
35529 行幅
35530 \family default
35531 があります.前者は,フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,後者は,フロートが必要とするおおよその本文行数を指定するものです.
35532 行幅は,推測するのが難しいことがよくあるので,フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,フロートを段落内でフロートするよう
35533 にするか,周囲の段落までフロートすることを\SpecialChar LaTeX
35534 に許可するかを指定することができます.第
35535 \begin_inset CommandInset ref
35536 LatexCommand ref
35537 reference "fig:折返し図フロート"
35538
35539 \end_inset
35540
35541 図は,40
35542 \begin_inset space \thinspace{}
35543 \end_inset
35544
35545 列幅%の幅と1
35546 \begin_inset space \thinspace{}
35547 \end_inset
35548
35549 cmのぶら下げを持ち,左揃えの折返しフロートを例示してあります.
35550 \end_layout
35551
35552 \begin_layout Standard
35553 \begin_inset Note Greyedout
35554 status open
35555
35556 \begin_layout Plain Layout
35557
35558 \series bold
35559 【註】
35560 \series default
35561 折返しフロートは壊れやすいことがあります!例えば,図をページの下すぎる位置に置いてしまうと,ごちゃごちゃになって,フロートが出力に現れなかったり,他の本文の上に
35562 上書きされて出力されたりします.
35563 \end_layout
35564
35565 \end_inset
35566
35567
35568 \end_layout
35569
35570 \begin_layout Standard
35571 原則として,
35572 \end_layout
35573
35574 \begin_layout Itemize
35575 折返しフロートは,改頁に掛かってしまう段落に置くべきではありません.つまり,折返しフロートは,文書がほぼ完成する段階になって,どこに改頁が現れるかを予測できるよ
35576 うになってから,正確な位置に挿入しなくてはなりません.
35577 \end_layout
35578
35579 \begin_layout Itemize
35580 折返しフロートは,入れ込む段落の前に単独の段落を設けて挿入するか,その段落自体の中に挿入しなくてはなりません.
35581 \end_layout
35582
35583 \begin_layout Itemize
35584 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
35585 \end_layout
35586
35587 \begin_layout Itemize
35588 折返しフロートは,節見出しや表中に入れることは認められていません.
35589 \end_layout
35590
35591 \begin_layout Itemize
35592 連番や参照は,第
35593 \begin_inset CommandInset ref
35594 LatexCommand ref
35595 reference "chap:フロート"
35596
35597 \end_inset
35598
35599 章で述べられているように動作します.
35600 \end_layout
35601
35602 \begin_layout Section
35603 固定回り込みオブジェクト
35604 \begin_inset Index idx
35605 status collapsed
35606
35607 \begin_layout Plain Layout
35608 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
35609 \end_layout
35610
35611 \end_inset
35612
35613
35614 \end_layout
35615
35616 \begin_layout Standard
35617
35618 \begin_inset CommandInset ref
35619 LatexCommand ref
35620 reference "sec:折返しフロート"
35621
35622 \end_inset
35623
35624 節の折返しフロートは,段落中で,以下のような配置がされます.
35625 \end_layout
35626
35627 \begin_layout Standard
35628 \noindent
35629 \align center
35630 \begin_inset Tabular
35631 <lyxtabular version="3" rows="2" columns="2">
35632 <features tabularvalignment="middle">
35633 <column alignment="center" valignment="top">
35634 <column alignment="center" valignment="top">
35635 <row>
35636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35637 \begin_inset Text
35638
35639 \begin_layout Plain Layout
35640 \begin_inset Info
35641 type  "icon"
35642 arg   "dialog-show-new-inset graphics"
35643 \end_inset
35644
35645
35646 \end_layout
35647
35648 \end_inset
35649 </cell>
35650 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35651 \begin_inset Text
35652
35653 \begin_layout Plain Layout
35654 文章
35655 \end_layout
35656
35657 \end_inset
35658 </cell>
35659 </row>
35660 <row>
35661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35662 \begin_inset Text
35663
35664 \begin_layout Plain Layout
35665 文章
35666 \end_layout
35667
35668 \end_inset
35669 </cell>
35670 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35671 \begin_inset Text
35672
35673 \begin_layout Plain Layout
35674 文章
35675 \end_layout
35676
35677 \end_inset
35678 </cell>
35679 </row>
35680 </lyxtabular>
35681
35682 \end_inset
35683
35684  or 
35685 \begin_inset Tabular
35686 <lyxtabular version="3" rows="2" columns="2">
35687 <features tabularvalignment="middle">
35688 <column alignment="center" valignment="top">
35689 <column alignment="center" valignment="top">
35690 <row>
35691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35692 \begin_inset Text
35693
35694 \begin_layout Plain Layout
35695 文章
35696 \end_layout
35697
35698 \end_inset
35699 </cell>
35700 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35701 \begin_inset Text
35702
35703 \begin_layout Plain Layout
35704 \begin_inset Info
35705 type  "icon"
35706 arg   "dialog-show-new-inset graphics"
35707 \end_inset
35708
35709
35710 \end_layout
35711
35712 \end_inset
35713 </cell>
35714 </row>
35715 <row>
35716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35717 \begin_inset Text
35718
35719 \begin_layout Plain Layout
35720 文章
35721 \end_layout
35722
35723 \end_inset
35724 </cell>
35725 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35726 \begin_inset Text
35727
35728 \begin_layout Plain Layout
35729 文章
35730 \end_layout
35731
35732 \end_inset
35733 </cell>
35734 </row>
35735 </lyxtabular>
35736
35737 \end_inset
35738
35739
35740 \end_layout
35741
35742 \begin_layout Standard
35743 以下に示すいずれかのように,
35744 \begin_inset VSpace defskip
35745 \end_inset
35746
35747
35748 \end_layout
35749
35750 \begin_layout Standard
35751 \noindent
35752 \align center
35753 \begin_inset Tabular
35754 <lyxtabular version="3" rows="2" columns="2">
35755 <features tabularvalignment="middle">
35756 <column alignment="center" valignment="top">
35757 <column alignment="center" valignment="top">
35758 <row>
35759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35760 \begin_inset Text
35761
35762 \begin_layout Plain Layout
35763 文章
35764 \end_layout
35765
35766 \end_inset
35767 </cell>
35768 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35769 \begin_inset Text
35770
35771 \begin_layout Plain Layout
35772 文章
35773 \end_layout
35774
35775 \end_inset
35776 </cell>
35777 </row>
35778 <row>
35779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35780 \begin_inset Text
35781
35782 \begin_layout Plain Layout
35783 \begin_inset Info
35784 type  "icon"
35785 arg   "dialog-show-new-inset graphics"
35786 \end_inset
35787
35788
35789 \end_layout
35790
35791 \end_inset
35792 </cell>
35793 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35794 \begin_inset Text
35795
35796 \begin_layout Plain Layout
35797 文章
35798 \end_layout
35799
35800 \end_inset
35801 </cell>
35802 </row>
35803 </lyxtabular>
35804
35805 \end_inset
35806
35807  
35808 \begin_inset Tabular
35809 <lyxtabular version="3" rows="2" columns="2">
35810 <features tabularvalignment="middle">
35811 <column alignment="center" valignment="top">
35812 <column alignment="center" valignment="top">
35813 <row>
35814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35815 \begin_inset Text
35816
35817 \begin_layout Plain Layout
35818 文章
35819 \end_layout
35820
35821 \end_inset
35822 </cell>
35823 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35824 \begin_inset Text
35825
35826 \begin_layout Plain Layout
35827 文章
35828 \end_layout
35829
35830 \end_inset
35831 </cell>
35832 </row>
35833 <row>
35834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35835 \begin_inset Text
35836
35837 \begin_layout Plain Layout
35838 文章
35839 \end_layout
35840
35841 \end_inset
35842 </cell>
35843 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35844 \begin_inset Text
35845
35846 \begin_layout Plain Layout
35847 \begin_inset Info
35848 type  "icon"
35849 arg   "dialog-show-new-inset graphics"
35850 \end_inset
35851
35852
35853 \end_layout
35854
35855 \end_inset
35856 </cell>
35857 </row>
35858 </lyxtabular>
35859
35860 \end_inset
35861
35862  
35863 \begin_inset Tabular
35864 <lyxtabular version="3" rows="2" columns="3">
35865 <features tabularvalignment="middle">
35866 <column alignment="center" valignment="top">
35867 <column alignment="center" valignment="top">
35868 <column alignment="center" valignment="top">
35869 <row>
35870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35871 \begin_inset Text
35872
35873 \begin_layout Plain Layout
35874 文章
35875 \end_layout
35876
35877 \end_inset
35878 </cell>
35879 <cell alignment="center" valignment="top" topline="true" usebox="none">
35880 \begin_inset Text
35881
35882 \begin_layout Plain Layout
35883 \begin_inset Info
35884 type  "icon"
35885 arg   "dialog-show-new-inset graphics"
35886 \end_inset
35887
35888
35889 \end_layout
35890
35891 \end_inset
35892 </cell>
35893 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35894 \begin_inset Text
35895
35896 \begin_layout Plain Layout
35897 文章
35898 \end_layout
35899
35900 \end_inset
35901 </cell>
35902 </row>
35903 <row>
35904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35905 \begin_inset Text
35906
35907 \begin_layout Plain Layout
35908 文章
35909 \end_layout
35910
35911 \end_inset
35912 </cell>
35913 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35914 \begin_inset Text
35915
35916 \begin_layout Plain Layout
35917 文章
35918 \end_layout
35919
35920 \end_inset
35921 </cell>
35922 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35923 \begin_inset Text
35924
35925 \begin_layout Plain Layout
35926 文章
35927 \end_layout
35928
35929 \end_inset
35930 </cell>
35931 </row>
35932 </lyxtabular>
35933
35934 \end_inset
35935
35936  
35937 \begin_inset Tabular
35938 <lyxtabular version="3" rows="2" columns="3">
35939 <features tabularvalignment="middle">
35940 <column alignment="center" valignment="top">
35941 <column alignment="center" valignment="top">
35942 <column alignment="center" valignment="top">
35943 <row>
35944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35945 \begin_inset Text
35946
35947 \begin_layout Plain Layout
35948 文章
35949 \end_layout
35950
35951 \end_inset
35952 </cell>
35953 <cell alignment="center" valignment="top" topline="true" usebox="none">
35954 \begin_inset Text
35955
35956 \begin_layout Plain Layout
35957 文章
35958 \end_layout
35959
35960 \end_inset
35961 </cell>
35962 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35963 \begin_inset Text
35964
35965 \begin_layout Plain Layout
35966 文章
35967 \end_layout
35968
35969 \end_inset
35970 </cell>
35971 </row>
35972 <row>
35973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35974 \begin_inset Text
35975
35976 \begin_layout Plain Layout
35977 文章
35978 \end_layout
35979
35980 \end_inset
35981 </cell>
35982 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35983 \begin_inset Text
35984
35985 \begin_layout Plain Layout
35986 \begin_inset Info
35987 type  "icon"
35988 arg   "dialog-show-new-inset graphics"
35989 \end_inset
35990
35991
35992 \end_layout
35993
35994 \end_inset
35995 </cell>
35996 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35997 \begin_inset Text
35998
35999 \begin_layout Plain Layout
36000 文章
36001 \end_layout
36002
36003 \end_inset
36004 </cell>
36005 </row>
36006 </lyxtabular>
36007
36008 \end_inset
36009
36010
36011 \end_layout
36012
36013 \begin_layout Standard
36014 \noindent
36015 \align center
36016 \begin_inset Tabular
36017 <lyxtabular version="3" rows="3" columns="2">
36018 <features tabularvalignment="middle">
36019 <column alignment="center" valignment="top">
36020 <column alignment="center" valignment="top">
36021 <row>
36022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36023 \begin_inset Text
36024
36025 \begin_layout Plain Layout
36026 文章
36027 \end_layout
36028
36029 \end_inset
36030 </cell>
36031 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36032 \begin_inset Text
36033
36034 \begin_layout Plain Layout
36035 文章
36036 \end_layout
36037
36038 \end_inset
36039 </cell>
36040 </row>
36041 <row>
36042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36043 \begin_inset Text
36044
36045 \begin_layout Plain Layout
36046 \begin_inset Info
36047 type  "icon"
36048 arg   "dialog-show-new-inset graphics"
36049 \end_inset
36050
36051
36052 \end_layout
36053
36054 \end_inset
36055 </cell>
36056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36057 \begin_inset Text
36058
36059 \begin_layout Plain Layout
36060 文章
36061 \end_layout
36062
36063 \end_inset
36064 </cell>
36065 </row>
36066 <row>
36067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36068 \begin_inset Text
36069
36070 \begin_layout Plain Layout
36071 文章
36072 \end_layout
36073
36074 \end_inset
36075 </cell>
36076 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36077 \begin_inset Text
36078
36079 \begin_layout Plain Layout
36080 文章
36081 \end_layout
36082
36083 \end_inset
36084 </cell>
36085 </row>
36086 </lyxtabular>
36087
36088 \end_inset
36089
36090  
36091 \begin_inset Tabular
36092 <lyxtabular version="3" rows="3" columns="3">
36093 <features tabularvalignment="middle">
36094 <column alignment="center" valignment="top">
36095 <column alignment="center" valignment="top">
36096 <column alignment="center" valignment="top">
36097 <row>
36098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36099 \begin_inset Text
36100
36101 \begin_layout Plain Layout
36102 文章
36103 \end_layout
36104
36105 \end_inset
36106 </cell>
36107 <cell alignment="center" valignment="top" topline="true" usebox="none">
36108 \begin_inset Text
36109
36110 \begin_layout Plain Layout
36111 文章
36112 \end_layout
36113
36114 \end_inset
36115 </cell>
36116 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36117 \begin_inset Text
36118
36119 \begin_layout Plain Layout
36120 文章
36121 \end_layout
36122
36123 \end_inset
36124 </cell>
36125 </row>
36126 <row>
36127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36128 \begin_inset Text
36129
36130 \begin_layout Plain Layout
36131 文章
36132 \end_layout
36133
36134 \end_inset
36135 </cell>
36136 <cell alignment="center" valignment="top" usebox="none">
36137 \begin_inset Text
36138
36139 \begin_layout Plain Layout
36140 \begin_inset Info
36141 type  "icon"
36142 arg   "dialog-show-new-inset graphics"
36143 \end_inset
36144
36145
36146 \end_layout
36147
36148 \end_inset
36149 </cell>
36150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36151 \begin_inset Text
36152
36153 \begin_layout Plain Layout
36154 文章
36155 \end_layout
36156
36157 \end_inset
36158 </cell>
36159 </row>
36160 <row>
36161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36162 \begin_inset Text
36163
36164 \begin_layout Plain Layout
36165 文章
36166 \end_layout
36167
36168 \end_inset
36169 </cell>
36170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36171 \begin_inset Text
36172
36173 \begin_layout Plain Layout
36174 文章
36175 \end_layout
36176
36177 \end_inset
36178 </cell>
36179 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36180 \begin_inset Text
36181
36182 \begin_layout Plain Layout
36183 文章
36184 \end_layout
36185
36186 \end_inset
36187 </cell>
36188 </row>
36189 </lyxtabular>
36190
36191 \end_inset
36192
36193  
36194 \begin_inset Tabular
36195 <lyxtabular version="3" rows="3" columns="2">
36196 <features tabularvalignment="middle">
36197 <column alignment="center" valignment="top">
36198 <column alignment="center" valignment="top">
36199 <row>
36200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36201 \begin_inset Text
36202
36203 \begin_layout Plain Layout
36204 文章
36205 \end_layout
36206
36207 \end_inset
36208 </cell>
36209 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36210 \begin_inset Text
36211
36212 \begin_layout Plain Layout
36213 文章
36214 \end_layout
36215
36216 \end_inset
36217 </cell>
36218 </row>
36219 <row>
36220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36221 \begin_inset Text
36222
36223 \begin_layout Plain Layout
36224 文章
36225 \end_layout
36226
36227 \end_inset
36228 </cell>
36229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36230 \begin_inset Text
36231
36232 \begin_layout Plain Layout
36233 \begin_inset Info
36234 type  "icon"
36235 arg   "dialog-show-new-inset graphics"
36236 \end_inset
36237
36238
36239 \end_layout
36240
36241 \end_inset
36242 </cell>
36243 </row>
36244 <row>
36245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36246 \begin_inset Text
36247
36248 \begin_layout Plain Layout
36249 文章
36250 \end_layout
36251
36252 \end_inset
36253 </cell>
36254 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36255 \begin_inset Text
36256
36257 \begin_layout Plain Layout
36258 文章
36259 \end_layout
36260
36261 \end_inset
36262 </cell>
36263 </row>
36264 </lyxtabular>
36265
36266 \end_inset
36267
36268
36269 \end_layout
36270
36271 \begin_layout Standard
36272 \noindent
36273 オブジェクトを挿入した場所に正確に配置したい時には,
36274 \series bold
36275 picinpar
36276 \series default
36277
36278 \begin_inset Index idx
36279 status collapsed
36280
36281 \begin_layout Plain Layout
36282 \SpecialChar LaTeX
36283 ぱっけーじ@\SpecialChar LaTeX
36284 パッケージ ! picinpar
36285 \end_layout
36286
36287 \end_inset
36288
36289 \SpecialChar LaTeX
36290 パッケージを使うことができます.下記はその用例です.
36291 \end_layout
36292
36293 \begin_layout Standard
36294 \begin_inset ERT
36295 status collapsed
36296
36297 \begin_layout Plain Layout
36298
36299
36300 \backslash
36301 ifpicinpar
36302 \end_layout
36303
36304 \end_inset
36305
36306
36307 \begin_inset Note Note
36308 status open
36309
36310 \begin_layout Plain Layout
36311 以下の部分は,\SpecialChar LaTeX
36312 パッケージ
36313 \series bold
36314 picinpar
36315 \series default
36316 が導入されているときのみ表示されます.
36317 \end_layout
36318
36319 \end_inset
36320
36321
36322 \end_layout
36323
36324 \begin_layout Standard
36325 \begin_inset ERT
36326 status collapsed
36327
36328 \begin_layout Plain Layout
36329
36330
36331 \backslash
36332 begin{window}[2,c,{
36333 \end_layout
36334
36335 \end_inset
36336
36337
36338 \begin_inset Graphics
36339         filename ../clipart/2D-intensity-plot.pdf
36340         lyxscale 60
36341         width 40col%
36342         scaleBeforeRotation
36343         rotateOrigin center
36344
36345 \end_inset
36346
36347
36348 \begin_inset ERT
36349 status collapsed
36350
36351 \begin_layout Plain Layout
36352
36353 },]
36354 \end_layout
36355
36356 \begin_layout Plain Layout
36357
36358 {}
36359 \end_layout
36360
36361 \end_inset
36362
36363
36364 \size small
36365 It was in the spring of the year 1894 that all London was interested, and
36366  the fashionable world dismayed, by the murder of the Honourable Ronald
36367  Adair under most unusual and inexplicable circumstances.
36368  The public has already learned those particulars of the crime which
36369 \size default
36370
36371 \begin_inset ERT
36372 status collapsed
36373
36374 \begin_layout Plain Layout
36375
36376
36377 \backslash
36378 footnotemark{}
36379 \end_layout
36380
36381 \end_inset
36382
36383
36384 \size small
36385  came out in the police investigation, but a good deal was suppressed upon
36386  that occasion, since the case for the prosecution was so overwhelmingly
36387  strong that it was not necessary to bring forward all the facts.
36388  Only now, at the end of nearly ten years, am I allowed to supply those
36389  missing links which make up the whole of that remarkable chain.
36390 \size default
36391
36392 \begin_inset ERT
36393 status collapsed
36394
36395 \begin_layout Plain Layout
36396
36397
36398 \backslash
36399 end{window}
36400 \end_layout
36401
36402 \end_inset
36403
36404
36405 \end_layout
36406
36407 \begin_layout Standard
36408 \begin_inset ERT
36409 status collapsed
36410
36411 \begin_layout Plain Layout
36412
36413
36414 \backslash
36415 footnotetext{
36416 \end_layout
36417
36418 \end_inset
36419
36420 固定オブジェクトのある段落の脚註
36421 \begin_inset ERT
36422 status collapsed
36423
36424 \begin_layout Plain Layout
36425
36426 }
36427 \end_layout
36428
36429 \end_inset
36430
36431
36432 \end_layout
36433
36434 \begin_layout Standard
36435 固定回り込みオブジェクトは,オブジェクトの周りに本文を流しこむのに用いられ,段落中のオブジェクトの位置は,オブジェクトの上の行数を指定することで決定します.フロ
36436 ートとは違って,連番のキャプションをつけることはできません.
36437 \end_layout
36438
36439 \begin_layout Standard
36440 固定オブジェクトは,段落冒頭に\SpecialChar TeX
36441 コードで
36442 \end_layout
36443
36444 \begin_layout Standard
36445
36446 \series bold
36447
36448 \backslash
36449 begin{window}[2,c,{
36450 \end_layout
36451
36452 \begin_layout Standard
36453 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,オブジェクト上に来る行数を指定し,二番目のパラメータ(ここでは「c
36454 」)はオブジェクトの位置を示します.位置としては,「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
36455 段幅の40
36456 \begin_inset space \thinspace{}
36457 \end_inset
36458
36459 %の画像が挿入されています.オブジェクトは,表やボックス,数式でも構いません.オブジェクトの後には,
36460 \end_layout
36461
36462 \begin_layout Standard
36463
36464 \series bold
36465 },説明文]
36466 \begin_inset Newline newline
36467 \end_inset
36468
36469 {}
36470 \end_layout
36471
36472 \begin_layout Standard
36473 というコマンドが挿入されています.2行目に「
36474 \series bold
36475 {}
36476 \series default
36477 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,オブジェクトと同じ段落になくてはなりませんので,
36478 \series bold
36479 {}
36480 \series default
36481 の直後から書き始めてください.段落末には,
36482 \end_layout
36483
36484 \begin_layout Standard
36485
36486 \series bold
36487
36488 \backslash
36489 end{window}
36490 \end_layout
36491
36492 \begin_layout Standard
36493 というコマンドを挿入してください.固定オブジェクトのある段落では,通常のように脚註を挿入することはできません.第
36494 \begin_inset CommandInset ref
36495 LatexCommand ref
36496 reference "sec:脚注"
36497
36498 \end_inset
36499
36500 節にあるように,代わりに,段落内で
36501 \series bold
36502
36503 \backslash
36504 footnotemark
36505 \series default
36506 コマンドを使用し,段落外に
36507 \series bold
36508
36509 \backslash
36510 footnotetext
36511 \series default
36512 コマンドを用いてください.
36513 \end_layout
36514
36515 \begin_layout Standard
36516 \begin_inset ERT
36517 status collapsed
36518
36519 \begin_layout Plain Layout
36520
36521
36522 \backslash
36523 else
36524 \end_layout
36525
36526 \end_inset
36527
36528
36529 \begin_inset Note Note
36530 status open
36531
36532 \begin_layout Plain Layout
36533 以下の部分は,\SpecialChar LaTeX
36534 パッケージ
36535 \series bold
36536 picinpar
36537 \series default
36538 が導入されていないときのみ表示されます.
36539 \end_layout
36540
36541 \end_inset
36542
36543
36544 \end_layout
36545
36546 \begin_layout Standard
36547 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36548 パッケージ
36549 \series bold
36550 picinpar
36551 \series default
36552 を導入する必要があります.
36553 \end_layout
36554
36555 \begin_layout Standard
36556 \begin_inset ERT
36557 status collapsed
36558
36559 \begin_layout Plain Layout
36560
36561
36562 \backslash
36563 fi
36564 \end_layout
36565
36566 \end_inset
36567
36568
36569 \end_layout
36570
36571 \begin_layout Section
36572 頭文字
36573 \begin_inset Index idx
36574 status collapsed
36575
36576 \begin_layout Plain Layout
36577 かしらもじ@頭文字
36578 \end_layout
36579
36580 \end_inset
36581
36582
36583 \begin_inset Index idx
36584 status collapsed
36585
36586 \begin_layout Plain Layout
36587 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
36588 \end_layout
36589
36590 \end_inset
36591
36592
36593 \end_layout
36594
36595 \begin_layout Standard
36596 頭文字を用いるには,\SpecialChar LaTeX
36597 パッケージ
36598 \begin_inset Index idx
36599 status collapsed
36600
36601 \begin_layout Plain Layout
36602 \SpecialChar LaTeX
36603 ぱっけーじ@\SpecialChar LaTeX
36604 パッケージ ! lettrine
36605 \end_layout
36606
36607 \end_inset
36608
36609 が導入済みでなくてはならず,文書中で
36610 \family sans
36611 頭文字
36612 \family default
36613 モジュールを使用する必要があります(
36614 \family sans
36615 文書\SpecialChar menuseparator
36616 設定\SpecialChar menuseparator
36617 モジュール
36618 \family default
36619 メニュー).頭文字を挿入するには,
36620 \family sans
36621 頭文字
36622 \family default
36623 様式を使用してください.この様式には,1つの必須引数と2つの非必須引数があります.引数は,
36624 \family sans
36625 挿入
36626 \family default
36627 メニューから挿入できます.必須引数
36628 \family sans
36629 頭文字
36630 \family default
36631 には,頭文字にする文字を入れ,引数
36632 \family sans
36633 頭文字の残り
36634 \family default
36635 には,頭文字の単語若しくは文字列の残りが入ります.引数
36636 \family sans
36637 オプション
36638 \family default
36639 には,頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
36640 \series bold
36641 lettrine
36642 \series default
36643 の取扱説明書
36644 \begin_inset CommandInset citation
36645 LatexCommand cite
36646 key "lettrine"
36647 literal "true"
36648
36649 \end_inset
36650
36651 をご覧ください.この様式の段落そのものに,頭文字に回り込む文章も入れます.通常,この様式では,最初の文字を頭文字とする単語全体が,
36652 \shape smallcaps
36653 スモールキャップ体(small caps
36654 \shape default
36655 )で印字されます.
36656 \end_layout
36657
36658 \begin_layout Standard
36659 下記がその例です.
36660 \end_layout
36661
36662 \begin_layout Standard
36663 \begin_inset ERT
36664 status collapsed
36665
36666 \begin_layout Plain Layout
36667
36668
36669 \backslash
36670 iflettrine
36671 \end_layout
36672
36673 \end_inset
36674
36675
36676 \begin_inset Note Note
36677 status open
36678
36679 \begin_layout Plain Layout
36680 以下の部分は,\SpecialChar LaTeX
36681 パッケージ
36682 \series bold
36683 lettrine
36684 \series default
36685 が導入されているときのみ表示されます.
36686 \end_layout
36687
36688 \end_inset
36689
36690
36691 \end_layout
36692
36693 \begin_layout Enumerate
36694 非必須引数なし.頭文字は,数式フォント
36695 \begin_inset Formula $\mathfrak{Fraktur}$
36696 \end_inset
36697
36698 の「I」.
36699 \end_layout
36700
36701 \begin_deeper
36702 \begin_layout Initial
36703 \begin_inset Argument 2
36704 status open
36705
36706 \begin_layout Plain Layout
36707 \begin_inset Formula $\mathfrak{I}$
36708 \end_inset
36709
36710
36711 \end_layout
36712
36713 \end_inset
36714
36715
36716 \begin_inset Argument 3
36717 status open
36718
36719 \begin_layout Plain Layout
36720 t
36721 \end_layout
36722
36723 \end_inset
36724
36725  was in the spring of the year 1894 that all London was interested, and
36726  the fashionable world dismayed, by the murder of the Honourable Ronald
36727  Adair under most unusual and inexplicable circumstances.
36728  The public has already learned those particulars of the crime which came
36729  out in the police investigation, but a good deal was suppressed upon that
36730  occasion, since the case for the prosecution was so overwhelmingly strong
36731  that it was not necessary to bring forward all the facts.
36732 \begin_inset Newpage newpage
36733 \end_inset
36734
36735
36736 \end_layout
36737
36738 \end_deeper
36739 \begin_layout Enumerate
36740 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
36741 \end_layout
36742
36743 \begin_deeper
36744 \begin_layout Initial
36745 \begin_inset Argument 1
36746 status open
36747
36748 \begin_layout Plain Layout
36749 lines=1
36750 \end_layout
36751
36752 \end_inset
36753
36754
36755 \begin_inset Argument 2
36756 status open
36757
36758 \begin_layout Plain Layout
36759 It
36760 \end_layout
36761
36762 \end_inset
36763
36764  was in the spring of the year 1894 that all London was interested, and
36765  the fashionable world dismayed, by the murder of the Honourable Ronald
36766  Adair under most unusual and inexplicable circumstances.
36767  The public has already learned those particulars of the crime which came
36768  out in the police investigation, but a good deal was suppressed upon that
36769  occasion, since the case for the prosecution was so overwhelmingly strong
36770  that it was not necessary to bring forward all the facts.
36771 \end_layout
36772
36773 \end_deeper
36774 \begin_layout Enumerate
36775 ぶら下がり頭文字は,数式フォント
36776 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36777 \end_inset
36778
36779 で3行にかかり,マゼンタ色.「t was in the spring」という文章を
36780 \shape smallcaps
36781 スモールキャップ体
36782 \shape default
36783 .頭文字に色をつけるには,頭文字の前に
36784 \begin_inset Newline newline
36785 \end_inset
36786
36787
36788 \series bold
36789
36790 \backslash
36791 renewcommand{
36792 \backslash
36793 LettrineFontHook}{
36794 \backslash
36795 color{色}}
36796 \series default
36797
36798 \begin_inset Newline newline
36799 \end_inset
36800
36801 というコマンドを挿入しなくてはなりません.ここで,
36802 \emph on
36803
36804 \emph default
36805 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,文書プリアン
36806 ブルに
36807 \begin_inset Newline newline
36808 \end_inset
36809
36810
36811 \series bold
36812
36813 \backslash
36814 @ifundefined{textcolor}
36815 \begin_inset Newline newline
36816 \end_inset
36817
36818
36819 \begin_inset space ~
36820 \end_inset
36821
36822 {
36823 \backslash
36824 usepackage{color}}{}
36825 \begin_inset Newline newline
36826 \end_inset
36827
36828
36829 \series default
36830 というコマンドを書きこんでおかなくてはなりません.
36831 \end_layout
36832
36833 \begin_deeper
36834 \begin_layout Standard
36835 \begin_inset ERT
36836 status collapsed
36837
36838 \begin_layout Plain Layout
36839
36840
36841 \backslash
36842 renewcommand{
36843 \backslash
36844 LettrineFontHook}{
36845 \backslash
36846 color{magenta}}
36847 \end_layout
36848
36849 \end_inset
36850
36851
36852 \begin_inset Note Note
36853 status collapsed
36854
36855 \begin_layout Plain Layout
36856
36857 \lang english
36858 makes the initial magenta
36859 \end_layout
36860
36861 \end_inset
36862
36863
36864 \end_layout
36865
36866 \begin_layout Initial
36867 \begin_inset Argument 1
36868 status open
36869
36870 \begin_layout Plain Layout
36871 lines=3, lhang=0.33, loversize=0.25
36872 \end_layout
36873
36874 \end_inset
36875
36876
36877 \begin_inset Argument 2
36878 status open
36879
36880 \begin_layout Plain Layout
36881 \begin_inset Formula $\mathcal{I}$
36882 \end_inset
36883
36884
36885 \end_layout
36886
36887 \end_inset
36888
36889
36890 \begin_inset Argument 3
36891 status open
36892
36893 \begin_layout Plain Layout
36894 t was in the spring
36895 \end_layout
36896
36897 \end_inset
36898
36899  of the year 1894 that all London was interested, and the fashionable world
36900  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36901  and inexplicable circumstances.
36902  The public has already learned those particulars of the crime which came
36903  out in the police investigation, but a good deal was suppressed upon that
36904  occasion, since the case for the prosecution was so overwhelmingly strong
36905  that it was not necessary to bring forward all the facts.
36906 \end_layout
36907
36908 \end_deeper
36909 \begin_layout Standard
36910 \begin_inset ERT
36911 status collapsed
36912
36913 \begin_layout Plain Layout
36914
36915
36916 \backslash
36917 else
36918 \end_layout
36919
36920 \end_inset
36921
36922
36923 \begin_inset Note Note
36924 status open
36925
36926 \begin_layout Plain Layout
36927 以下の部分は,\SpecialChar LaTeX
36928 パッケージ
36929 \series bold
36930 lettrine
36931 \series default
36932 が導入されていないときのみ表示されます.
36933 \end_layout
36934
36935 \end_inset
36936
36937
36938 \end_layout
36939
36940 \begin_layout Standard
36941 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36942 パッケージ
36943 \series bold
36944 lettrine
36945 \series default
36946 を導入する必要があります.
36947 \end_layout
36948
36949 \begin_layout Standard
36950 \begin_inset ERT
36951 status collapsed
36952
36953 \begin_layout Plain Layout
36954
36955
36956 \backslash
36957 fi
36958 \end_layout
36959
36960 \end_inset
36961
36962
36963 \end_layout
36964
36965 \begin_layout Chapter
36966 外部文書構成要素
36967 \begin_inset Index idx
36968 status collapsed
36969
36970 \begin_layout Plain Layout
36971 がいぶぶんしょこうせいようそ@外部文書構成要素
36972 \end_layout
36973
36974 \end_inset
36975
36976
36977 \end_layout
36978
36979 \begin_layout Standard
36980
36981 \family sans
36982 挿入\SpecialChar menuseparator
36983 ファイル
36984 \family default
36985 メニューを使うと,使用中の文書に外部素材を挿入することができます.挿入できるのは,
36986 \end_layout
36987
36988 \begin_layout Description
36989 \SpecialChar LyX
36990 文書 別の\SpecialChar LyX
36991 文書.その内容は直接使用中の文書に挿入されます.
36992 \end_layout
36993
36994 \begin_layout Description
36995 平文 テキスト文書.そのテキスト行各々が,使用中の文書に独立した段落として挿入されます.
36996 \end_layout
36997
36998 \begin_layout Description
36999 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,使用中の文書に新規段落を生成します.
37000 \end_layout
37001
37002 \begin_layout Description
37003 外部素材 様々な書式のファイル.
37004 \end_layout
37005
37006 \begin_layout Description
37007 子文書 \SpecialChar LyX
37008 あるいは\SpecialChar LaTeX
37009 文書.
37010 \end_layout
37011
37012 \begin_layout Section
37013 外部素材
37014 \begin_inset Index idx
37015 status collapsed
37016
37017 \begin_layout Plain Layout
37018 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
37019 \end_layout
37020
37021 \end_inset
37022
37023
37024 \end_layout
37025
37026 \begin_layout Standard
37027 外部素材機能は,文書の出力書式が読むことのできる形式に前もって変換しなくても,\SpecialChar LyX
37028 が必要な変換を行うことで,使用中の文書にファイルを挿入することができるようにするも
37029 のです.これは,画像が様々な画像形式のままで\SpecialChar LyX
37030 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
37031 設定の
37032 \family sans
37033 操作性\SpecialChar menuseparator
37034 表示
37035 \family default
37036 で自動プレビューを有効にすると,外部素材のDia形式とXfig形式は,直接\SpecialChar LyX
37037 中に表示されるようになります.
37038 \end_layout
37039
37040 \begin_layout Standard
37041 外部素材は,
37042 \family sans
37043 挿入
37044 \family default
37045 \SpecialChar menuseparator
37046
37047 \family sans
37048 ファイル
37049 \family default
37050 \SpecialChar menuseparator
37051
37052 \family sans
37053 外部素材
37054 \family default
37055 メニューで開くことのできる
37056 \family sans
37057 外部素材
37058 \family default
37059 ダイアログから挿入することができます.目下,以下のファイル形式(
37060 \family sans
37061 ひな型
37062 \family default
37063 )が使用できます.
37064 \end_layout
37065
37066 \begin_layout Description
37067 チェス棋譜 このひな型は,
37068 \series bold
37069
37070 \begin_inset CommandInset href
37071 LatexCommand href
37072 name "XBoard"
37073 target "https://en.wikipedia.org/wiki/XBoard"
37074 literal "false"
37075
37076 \end_inset
37077
37078
37079 \series default
37080 プログラムで作成されたチェス棋譜をサポートします.
37081 \end_layout
37082
37083 \begin_layout Description
37084 Dia このひな型は,
37085 \series bold
37086
37087 \begin_inset CommandInset href
37088 LatexCommand href
37089 name "Dia"
37090 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"
37091 literal "false"
37092
37093 \end_inset
37094
37095
37096 \series default
37097 プログラムで作成したダイアグラムをサポートします.
37098 \end_layout
37099
37100 \begin_layout Description
37101 Gnumeric表計算表 このひな型では,
37102 \series bold
37103
37104 \begin_inset CommandInset href
37105 LatexCommand href
37106 name "Gnumeric"
37107 target "https://ja.wikipedia.org/wiki/Gnumeric"
37108 literal "false"
37109
37110 \end_inset
37111
37112
37113 \series default
37114
37115 \begin_inset CommandInset href
37116 LatexCommand href
37117 name "OpenDocument"
37118 target "https://ja.wikipedia.org/wiki/OpenDocument"
37119 literal "false"
37120
37121 \end_inset
37122
37123
37124 \begin_inset CommandInset href
37125 LatexCommand href
37126 name "Microsoft Office XML"
37127 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37128 literal "false"
37129
37130 \end_inset
37131
37132
37133 \begin_inset CommandInset href
37134 LatexCommand href
37135 name "Office Open XML"
37136 target "https://ja.wikipedia.org/wiki/Office_Open_XML"
37137 literal "false"
37138
37139 \end_inset
37140
37141 形式の表計算表を挿入することができます.この機能を使用するには,\SpecialChar LyX
37142 の初期設定中に
37143 \family typewriter
37144 ssconvert
37145 \family default
37146 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,Gnumeric以外の形式の表を読み込む場合には,Gnumericが導入済
37147 みである必要があります.用例と制約については,\SpecialChar LyX
37148 用例ファイル
37149 \emph on
37150 spreadsheet.lyx
37151 \emph default
37152 をご覧ください.
37153 \end_layout
37154
37155 \begin_layout Description
37156 Inkscape
37157 \lang english
37158  This template supports specific scalable images derived from scalable vector
37159  graphics (SVG), in which the contained text is replaced by a version typeset
37160  by \SpecialChar LaTeX
37161  (and hence in the current document font).
37162  It relies on a feature of the program 
37163 \series bold
37164 \lang japanese
37165
37166 \begin_inset CommandInset href
37167 LatexCommand href
37168 name "Inkscape"
37169 target "https://inkscape.org/ja"
37170 literal "false"
37171
37172 \end_inset
37173
37174
37175 \series default
37176 \lang english
37177  which creates a special PDF or EPS and \SpecialChar LaTeX
37178  file from a given SVG file (in
37179  
37180 \noun on
37181 Inkscape
37182 \noun default
37183  itself, the feature is available via the option 
37184 \family sans
37185 Omit text in PDF and create LaTeX file
37186 \family default
37187  when saving a drawing as PDF or EPS).
37188  The benefit of such files is a uniform text style throughout the whole
37189  document.
37190 \begin_inset Newline newline
37191 \end_inset
37192
37193 The external template reads SVG files and uses a converter program to generate
37194  the respective PDF\SpecialChar breakableslash
37195 EPS and \SpecialChar LaTeX
37196  files (via
37197 \noun on
37198  
37199 \noun default
37200 Inkscape
37201 \noun on
37202 )
37203 \noun default
37204  on the fly, so you don't have to export those files yourself.
37205  If you prefer the latter and want use given 
37206 \family typewriter
37207 *.pdf
37208 \family default
37209  and 
37210 \family typewriter
37211 *.pdf_tex
37212 \family default
37213  or 
37214 \family typewriter
37215 *.eps
37216 \family default
37217  and 
37218 \family typewriter
37219 *.eps_tex
37220 \family default
37221  files instead, simply input the respective 
37222 \family typewriter
37223 *.pdf_tex
37224 \family default
37225  or 
37226 \family typewriter
37227 *.eps_tex
37228 \family default
37229  file via the 
37230 \family sans
37231 Child Documents
37232 \family default
37233  dialog (see sec.
37234 \begin_inset space ~
37235 \end_inset
37236
37237
37238 \lang japanese
37239
37240 \begin_inset CommandInset ref
37241 LatexCommand ref
37242 reference "sec:子文書"
37243
37244 \end_inset
37245
37246
37247 \lang english
37248 ) rather than using this template.
37249 \begin_inset Newline newline
37250 \end_inset
37251
37252 You can use \SpecialChar TeX
37253  code commands such as 
37254 \series bold
37255
37256 \backslash
37257 Large
37258 \series default
37259
37260 \series bold
37261
37262 \backslash
37263 small
37264 \series default
37265 , etc.
37266 \begin_inset space \space{}
37267 \end_inset
37268
37269 in the text of the SVG.
37270  The size of the font will be taken from the settings of the \SpecialChar LyX
37271  document.
37272  Please refer to 
37273 \begin_inset CommandInset citation
37274 LatexCommand cite
37275 key "Inkscape"
37276 literal "false"
37277
37278 \end_inset
37279
37280  for more information and examples.
37281 \end_layout
37282
37283 \begin_layout Description
37284 この外部ひな型は,\SpecialChar LaTeX
37285 で書かれたテキストを含むベクトルグラフィック画像(SVG)をサポートします.ただし,
37286 \noun on
37287 Inkscape
37288 \noun default
37289  
37290 \begin_inset CommandInset citation
37291 LatexCommand cite
37292 key "Inkscape"
37293 literal "false"
37294
37295 \end_inset
37296
37297 プログラムで図をPDFとして保存する際に,
37298 \family sans
37299 Omit text in PDF and create LaTeX file
37300 \family default
37301 オプションを指定することが前提です.これによって,\SpecialChar LaTeX
37302 がテキストを組版できる形で,SVG画像をインクルードすることができます.このようなSVGを使う利点として,文書
37303 全体で文字様式を統一することができることが挙げられます.
37304 \begin_inset Newline newline
37305 \end_inset
37306
37307 SVGのテキスト中では, 
37308 \series bold
37309
37310 \backslash
37311 Large
37312 \series default
37313
37314 \series bold
37315
37316 \backslash
37317 small
37318 \series default
37319 のような\SpecialChar TeX
37320 コードコマンドを使用することができます.フォントの大きさは,\SpecialChar LyX
37321 文書の設定から採用されます.詳しい情報と用例については
37322 \begin_inset CommandInset citation
37323 LatexCommand cite
37324 key "Inkscape"
37325 literal "false"
37326
37327 \end_inset
37328
37329 を参照してください.
37330 \begin_inset Newline newline
37331 \end_inset
37332
37333 このように画像テキストは,周囲のフォント設定を考慮に入れますが,\SpecialChar LyX
37334 中のプレビューではそうならないことに注意してください.外部差込枠をプレビュー差込枠の中に入れると
37335
37336 \family sans
37337 挿入\SpecialChar menuseparator
37338 プレビュー
37339 \family default
37340 メニュー),より良い結果が得られます.
37341 \begin_inset Newline newline
37342 \end_inset
37343
37344 このひな型は,Xfigサポートと非常に似た動作をします.\SpecialChar LyX
37345 は画像中のテキストを独立した\SpecialChar TeX
37346 ファイルに抜き出し,残りをPDFファイルに生成します.
37347 \end_layout
37348
37349 \begin_layout Description
37350 Lilypond組版楽譜 このひな型は,
37351 \series bold
37352
37353 \begin_inset CommandInset href
37354 LatexCommand href
37355 name "LilyPond"
37356 target "https://ja.wikipedia.org/wiki/GNU_LilyPond"
37357 literal "false"
37358
37359 \end_inset
37360
37361
37362 \series default
37363 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
37364 におけるLilyPond拡張サポートについては,\SpecialChar LyX
37365 用例ファイル
37366 \emph on
37367 lilypond.lyx
37368 \emph default
37369 をご覧ください.
37370 \end_layout
37371
37372 \begin_layout Description
37373 PDFページ このひな型を使えば,PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,ダイアログ中のひな型の解説に沿って,
37374 \family sans
37375 \SpecialChar LaTeX
37376 と\SpecialChar LyX
37377 オプション
37378 \family default
37379 タブ中の
37380 \family sans
37381 オプション
37382 \family default
37383 フィールドに
37384 \emph on
37385 pages
37386 \emph default
37387 オプションを指定してください.このオプションの引数は,コンマ区切りのリストで,ページ番号(オプションを
37388 \series bold
37389 pages={3,5,6,8}
37390 \series default
37391 の形で入れる)やページ範囲(
37392 \series bold
37393 pages={4-9}
37394 \series default
37395 ),あるいはこれらの組み合わせで指定できます.空のページを入れるには,{}を指定してください.例えば,
37396 \series bold
37397 pages={3,{},8-11,15}
37398 \series default
37399 は,3ページ目と空のページ,8・9・10・11・15ページ目を挿入します.ページ範囲は,
37400 \emph on
37401 開始頁-終了頁
37402 \emph default
37403 の文法で指定します.これは,
37404 \emph on
37405 開始頁
37406 \emph default
37407
37408 \emph on
37409 終了頁
37410 \emph default
37411 の間のすべてのページを選択します.
37412 \emph on
37413 開始頁
37414 \emph default
37415 を省略すると,1ページ目を指定したのと同じ事になり,
37416 \emph on
37417 終了頁
37418 \emph default
37419 を省略すると,文書の最終ページを指定したのと同じ事になります.最終ページは,
37420 \series bold
37421 last
37422 \series default
37423 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
37424 \series bold
37425 pages=-
37426 \series default
37427 は文書の全ページを挿入することになり,
37428 \series bold
37429 pages=last-1
37430 \series default
37431 は全ページを逆順で挿入します.pagesオプションを指定しないと,PDFの最初のページのみが挿入されます.
37432 \begin_inset Newline newline
37433 \end_inset
37434
37435
37436 \series bold
37437 noautoscale
37438 \series default
37439 オプションは,各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,各ページは文書のページ幅に合うように大きさが変更されます.
37440 \family sans
37441 寸法と回転
37442 \family default
37443 タブでは,取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
37444 \series bold
37445 noautoscale
37446 \series default
37447 オプションは無視されます.詳しい情報と取り得るオプション値については,\SpecialChar LaTeX
37448 パッケージ
37449 \series bold
37450 pdfpages
37451 \series default
37452 の取扱説明書
37453 \begin_inset CommandInset citation
37454 LatexCommand cite
37455 key "pdfpages"
37456 literal "true"
37457
37458 \end_inset
37459
37460 をご参照ください.
37461 \begin_inset Index idx
37462 status collapsed
37463
37464 \begin_layout Plain Layout
37465 \SpecialChar LaTeX
37466 ぱっけーじ@\SpecialChar LaTeX
37467 パッケージ ! pdfpages
37468 \end_layout
37469
37470 \end_inset
37471
37472
37473 \begin_inset Newline newline
37474 \end_inset
37475
37476 このひな型を
37477 \family sans
37478 Beamer
37479 \family default
37480 プレゼンテーションで使用するには,まず
37481 \family sans
37482 フレーム終了
37483 \family default
37484 環境を挿入して,続く段落で\SpecialChar TeX
37485 コードボックスを挿入し,
37486 \series bold
37487
37488 \backslash
37489 setbeamertemplate{background canvas}{}
37490 \series default
37491 というコマンドを入力してください.すると,PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,新しいフレ
37492 ームを開始するか,新しい節を開始することによって,Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐため
37493 に,ひな型を含む段落には,
37494 \family sans
37495 既定
37496 \family default
37497 配置を用いるようにしてください.
37498 \begin_inset Newline newline
37499 \end_inset
37500
37501 下記は,-5度回転させたPDFを取り込んだものです.
37502 \begin_inset Newline newline
37503 \end_inset
37504
37505
37506 \begin_inset Graphics
37507         filename ../clipart/Abstract.pdf
37508         rotateAngle -5
37509         rotateOrigin leftBottom
37510
37511 \end_inset
37512
37513
37514 \begin_inset Newline newline
37515 \end_inset
37516
37517
37518 \begin_inset Note Greyedout
37519 status open
37520
37521 \begin_layout Plain Layout
37522
37523 \series bold
37524 【訳註】
37525 \series default
37526 \SpecialChar LaTeX
37527 パッケージ
37528 \series bold
37529 pdfpages
37530 \series default
37531 は,pdflatexに基づいており,\SpecialChar LaTeX
37532 では組版ができない(\SpecialChar LaTeX
37533 パッケージ
37534 \series bold
37535 pdfpages
37536 \series default
37537 取扱説明書
37538 \begin_inset CommandInset citation
37539 LatexCommand cite
37540 key "pdfpages"
37541 literal "true"
37542
37543 \end_inset
37544
37545 参照)ため,この外部素材はp\SpecialChar LaTeX
37546 では使用することができません.英文版の取扱説明書では,上記のPDFは,
37547 \family sans
37548 挿入\SpecialChar menuseparator
37549 ファイル\SpecialChar menuseparator
37550 外部素材
37551 \family default
37552
37553 \family sans
37554 ひな型
37555 \family default
37556
37557 \family sans
37558 PDFページ
37559 \family default
37560 を指定して挿入されていますが,ここでは
37561 \family sans
37562 挿入\SpecialChar menuseparator
37563 画像
37564 \family default
37565 を使用して挿入しています.
37566 \end_layout
37567
37568 \end_inset
37569
37570
37571 \end_layout
37572
37573 \begin_layout Description
37574 ラスター画像 これはビットマップ画像に使用します.
37575 \family sans
37576 外部素材
37577 \family default
37578 ダイアログを使って入れる画像は,第
37579 \begin_inset CommandInset ref
37580 LatexCommand ref
37581 reference "sec:画像ダイアログ"
37582
37583 \end_inset
37584
37585 節にあるように
37586 \family sans
37587 画像
37588 \family default
37589 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ラスター画像を挿入した例です.
37590 \begin_inset External
37591         template RasterImage
37592         filename clipart/ToolbarEnvBox.png
37593
37594 \end_inset
37595
37596
37597 \end_layout
37598
37599 \begin_layout Description
37600 ベクトル画像 これは,ベクトル画像に使用することができます. 
37601 \family sans
37602 外部素材
37603 \family default
37604 ダイアログを使って入れる画像は,第
37605 \begin_inset CommandInset ref
37606 LatexCommand ref
37607 reference "sec:画像ダイアログ"
37608
37609 \end_inset
37610
37611 節にあるように
37612 \family sans
37613 画像
37614 \family default
37615 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ベクトル画像を挿入した例です.
37616 \begin_inset External
37617         template VectorGraphics
37618         filename ../clipart/SVG-Drawing.svg
37619         lyxscale 50
37620         scale 33
37621
37622 \end_inset
37623
37624
37625 \end_layout
37626
37627 \begin_layout Description
37628 XFig このひな型は,
37629 \begin_inset CommandInset href
37630 LatexCommand href
37631 name "Xfig"
37632 target "https://ja.wikipedia.org/wiki/Xfig"
37633 literal "false"
37634
37635 \end_inset
37636
37637 プログラムで作成した画像をサポートします.
37638 \end_layout
37639
37640 \begin_layout Standard
37641
37642 \family sans
37643 外部素材
37644 \family default
37645 ダイアログの
37646 \family sans
37647 ファイル
37648 \family default
37649 タブ中で
37650 \family sans
37651 下書き
37652 \family default
37653 オプションを指定すると,出力中には挿入したファイルのパスだけが表示されます.
37654 \begin_inset Newline newline
37655 \end_inset
37656
37657 \SpecialChar LyX
37658 中での外部素材は,ダイアログ内の
37659 \family sans
37660 LaTeXとLyXのオプション
37661 \family default
37662 タブにある
37663 \family sans
37664 LyX内に表示
37665 \family default
37666 オプションの指定に従って,
37667 \begin_inset Graphics
37668         filename clipart/ExternalMaterial.png
37669         scale 95
37670         scaleBeforeRotation
37671
37672 \end_inset
37673
37674 のようなボックスとして表示されるか,画像として表示されます.
37675 \end_layout
37676
37677 \begin_layout Standard
37678 取扱説明書
37679 \family sans
37680 \emph on
37681 カスタマイズ篇
37682 \family default
37683 \emph default
37684 には,自製のひな型を定義する方法が説明されています.
37685 \end_layout
37686
37687 \begin_layout Section
37688 子文書
37689 \begin_inset CommandInset label
37690 LatexCommand label
37691 name "sec:子文書"
37692
37693 \end_inset
37694
37695
37696 \begin_inset Index idx
37697 status collapsed
37698
37699 \begin_layout Plain Layout
37700 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
37701 \end_layout
37702
37703 \end_inset
37704
37705
37706 \begin_inset Index idx
37707 status collapsed
37708
37709 \begin_layout Plain Layout
37710 ふぁいる@ファイル ! いんくるーど@インクルード
37711 \end_layout
37712
37713 \end_inset
37714
37715
37716 \end_layout
37717
37718 \begin_layout Standard
37719 子文書は,大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,文書をいくつかのファイルに分割して,個別に修正できるようにした方
37720 が便利なことはよくあり,場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,親文書はこれら子文書を連結して,文書全体
37721 やその一部を印刷できるようにします.子文書は,\SpecialChar LaTeX
37722 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
37723 \end_layout
37724
37725 \begin_layout Standard
37726 親文書を開くことなく子文書で作業できるようにするには,子文書の
37727 \family sans
37728 文書
37729 \family default
37730 \SpecialChar menuseparator
37731
37732 \family sans
37733 設定
37734 \family default
37735 \SpecialChar menuseparator
37736
37737 \family sans
37738 文書クラス
37739 \family default
37740 メニューで親文書を指定してください.すると,子文書を編集する際には,\SpecialChar LyX
37741 がバックグラウンドでこの親文書を扱うようになります.
37742 \end_layout
37743
37744 \begin_layout Standard
37745 取り込んだ文書は,\SpecialChar LyX
37746 中で
37747 \begin_inset Graphics
37748         filename clipart/ChildDocument.png
37749         scale 95
37750         scaleBeforeRotation
37751
37752 \end_inset
37753
37754 のようなボックスとして表示されます.子文書を親文書に取り込むには,
37755 \family sans
37756 挿入
37757 \family default
37758 \SpecialChar menuseparator
37759
37760 \family sans
37761 ファイル
37762 \family default
37763 \SpecialChar menuseparator
37764
37765 \family sans
37766 子文書
37767 \family default
37768 メニューを使用します.するとダイアログが現れ,以下のように4つの取り込み方法を選択することができます.
37769 \end_layout
37770
37771 \begin_layout Description
37772 内包(include) \SpecialChar LyX
37773 文書と\SpecialChar LaTeX
37774 文書は,内包することができます.
37775 \family sans
37776 子文書
37777 \family default
37778 ダイアログの
37779 \family sans
37780 編集
37781 \family default
37782 ボタンを押すと,内包された文書が,\SpecialChar LyX
37783 中に新規ファイルタブとして開き,修正ができるようになります.
37784 \begin_inset Newline newline
37785 \end_inset
37786
37787
37788 \end_layout
37789
37790 \begin_layout Standard
37791 以下は,
37792 \family sans
37793 内包(include)
37794 \family default
37795 を使用して挿入した子文書です. 
37796 \begin_inset CommandInset include
37797 LatexCommand include
37798 filename "DummyDocument1.lyx"
37799 literal "true"
37800
37801 \end_inset
37802
37803
37804 \end_layout
37805
37806 \begin_layout Standard
37807 取り込んだファイルの節番は,各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,上で取り込まんだ例示文書には,この節の小節として番号を振られた小節が
37808 あります.取り込んだ文書のラベルは,第
37809 \begin_inset CommandInset ref
37810 LatexCommand ref
37811 reference "subsec:外部文書の第1小節"
37812
37813 \end_inset
37814
37815 小節,のように参照することができます.
37816 \end_layout
37817
37818 \begin_layout Standard
37819 子文書のプリアンブルは無視され,親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,親文書は子文書の派生枝を無視します.取り込まれた文書
37820 は,新規頁から始まるように挿入され,改頁して終わります.
37821 \end_layout
37822
37823 \begin_layout Standard
37824 \begin_inset Note Greyedout
37825 status open
37826
37827 \begin_layout Plain Layout
37828
37829 \series bold
37830 【註】
37831 \series default
37832 \SpecialChar LyX
37833 または\SpecialChar LaTeX
37834 ファイルを内包する際,子文書が親文書と異なる文書クラスを使用している場合には,予期せぬ出力を避けるために,文書を書き出したり閲覧する際に警告が発せられます
37835
37836 \end_layout
37837
37838 \end_inset
37839
37840
37841 \end_layout
37842
37843 \begin_layout Description
37844 入力(input) この方法は,内包による方法に非常によく似ています.異なっている点は,
37845 \end_layout
37846
37847 \begin_deeper
37848 \begin_layout Itemize
37849 入力ファイルは,新規頁として始まることはなく,終わりに改頁されることもありません.
37850 \end_layout
37851
37852 \begin_layout Itemize
37853 入力ファイルは,\SpecialChar LyX
37854 設定の操作性
37855 \family sans
37856 \SpecialChar menuseparator
37857 表示
37858 \family default
37859 の下にある
37860 \family sans
37861 画像を表示
37862 \family default
37863 を有効にすると,\SpecialChar LyX
37864 中でプレビューすることができます.
37865 \end_layout
37866
37867 \begin_layout Itemize
37868 \SpecialChar LaTeX
37869 コマンドの
37870 \series bold
37871
37872 \backslash
37873 includeonly
37874 \series default
37875 は使用することができません.
37876 \end_layout
37877
37878 \end_deeper
37879 \begin_layout Standard
37880 右は,
37881 \family sans
37882 入力(input)
37883 \family default
37884 を使って挿入した子文書です. 
37885 \begin_inset CommandInset include
37886 LatexCommand input
37887 filename "DummyDocument2.lyx"
37888 literal "true"
37889
37890 \end_inset
37891
37892
37893 \end_layout
37894
37895 \begin_layout Description
37896 原文儘(verbatim) この方法では,テキストファイルなら何でも取り込むことができます.出力中では,ファイルはそのソースコードの通りに表示され,テキスト中に
37897 用いられているコマンドは実行されません.
37898 \family sans
37899 出力の空白に印付けをする
37900 \family default
37901 オプションを有効にすると,ソースコード中のすべての空白文字に「
37902 \begin_inset ERT
37903 status collapsed
37904
37905 \begin_layout Plain Layout
37906
37907
37908 \backslash
37909 textvisiblespace 
37910 \end_layout
37911
37912 \end_inset
37913
37914 」文字を表示させることができます.
37915 \family sans
37916 挿入\SpecialChar menuseparator
37917 ファイル\SpecialChar menuseparator
37918 平文
37919 \family default
37920 メニューを使う方法との違いは,こちらは文書の内容が\SpecialChar LyX
37921 中に表示されないことです.
37922 \end_layout
37923
37924 \begin_layout Standard
37925 以下は,原文儘として挿入された子文書です. 
37926 \begin_inset CommandInset include
37927 LatexCommand verbatiminput
37928 filename "DummyTextDocument.txt"
37929 literal "true"
37930
37931 \end_inset
37932
37933
37934 \begin_inset VSpace bigskip
37935 \end_inset
37936
37937 以下は,
37938 \family sans
37939 出力の空白に印付けをする
37940 \family default
37941 オプションを指定して,原文儘として挿入された子文書です. 
37942 \begin_inset CommandInset include
37943 LatexCommand verbatiminput*
37944 filename "DummyTextDocument.txt"
37945 literal "true"
37946
37947 \end_inset
37948
37949
37950 \end_layout
37951
37952 \begin_layout Standard
37953 \begin_inset VSpace bigskip
37954 \end_inset
37955
37956
37957 \end_layout
37958
37959 \begin_layout Standard
37960 \begin_inset Note Greyedout
37961 status open
37962
37963 \begin_layout Plain Layout
37964
37965 \series bold
37966 【註】
37967 \series default
37968 上記の例でわかるように,
37969 \family sans
37970 原文儘(verbatim)
37971 \family default
37972 として取り込んだ文書の文章は,文書行の終わりで改行されません.
37973 \end_layout
37974
37975 \end_inset
37976
37977
37978 \end_layout
37979
37980 \begin_layout Standard
37981 \begin_inset Note Greyedout
37982 status open
37983
37984 \begin_layout Plain Layout
37985
37986 \series bold
37987 【訳註】
37988 \series default
37989 原文儘で日本語のファイルを読み込むときは,子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
37990 \end_layout
37991
37992 \end_inset
37993
37994
37995 \end_layout
37996
37997 \begin_layout Description
37998 プログラムリスト この型については,第
37999 \begin_inset CommandInset ref
38000 LatexCommand ref
38001 reference "cha:プログラムコードリスト"
38002
38003 \end_inset
38004
38005 章に説明されています.
38006 \end_layout
38007
38008 \begin_layout Standard
38009 \begin_inset Note Greyedout
38010 status open
38011
38012 \begin_layout Plain Layout
38013
38014 \series bold
38015 【註】
38016 \series default
38017 同一文書中に,同じ文書を異なる方法で二度取り込むと,\SpecialChar LaTeX
38018 で問題が発生する可能性があります.
38019 \end_layout
38020
38021 \end_inset
38022
38023
38024 \end_layout
38025
38026 \begin_layout Standard
38027 コンパイル時間を短縮したり,執筆中のbookの特定の章のみを配布したいなどの理由で,親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,子文書の
38028 一部を出力から排除することができます.これは,
38029 \family sans
38030 文書\SpecialChar menuseparator
38031 設定\SpecialChar menuseparator
38032 子文書
38033 \family default
38034 メニューから行うことができます.そこの一覧中の各子文書の
38035 \family sans
38036 出力に含める
38037 \family default
38038 列をダブルクリックすることによって,その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能するこ
38039 とにご注意ください).
38040 \family sans
38041 カウンタと引用を維持
38042 \family default
38043 オプションを有効にすると,\SpecialChar LyX
38044 は,すべてのページ番号と参照等が,文書全体を処理した時と同じように正しくなるようにします.これは,選択した部分文書が,文書全体のコンテ
38045 クストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,この機能を実現するには,\SpecialChar LyX
38046 はバックグラウンドで文書全体を処理しなくてはなりません.
38047 したがって,コンパイルの時間を節約し,カウンタや参照が必ずしも正しくなくてもいい場合には,このチェックボックスは外しておいてください.
38048 \end_layout
38049
38050 \begin_layout Standard
38051 あるいは,取り込んだファイルの各々を派生枝の中に入れる方法があります
38052 \begin_inset Foot
38053 status collapsed
38054
38055 \begin_layout Plain Layout
38056 派生枝は,\SpecialChar LyX
38057
38058 \emph on
38059 ユーザーの手引き
38060 \emph default
38061
38062 \emph on
38063 派生枝
38064 \emph default
38065 の節に説明されています.
38066 \end_layout
38067
38068 \end_inset
38069
38070 .派生枝を有効化したり無効化したりすることによって,取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,入力で取り込んだ部分文書につ
38071 いても動作するという利点があります.ただし,カウンタと参照は,この方法では維持されるとは限りません.
38072 \end_layout
38073
38074 \begin_layout Chapter
38075 プログラムコードリスト
38076 \begin_inset CommandInset label
38077 LatexCommand label
38078 name "cha:プログラムコードリスト"
38079
38080 \end_inset
38081
38082
38083 \begin_inset Index idx
38084 status collapsed
38085
38086 \begin_layout Plain Layout
38087 りすと@リスト
38088 \end_layout
38089
38090 \end_inset
38091
38092
38093 \begin_inset Index idx
38094 status collapsed
38095
38096 \begin_layout Plain Layout
38097 ぷろぐらむこーど@プログラムコード
38098 \end_layout
38099
38100 \end_inset
38101
38102
38103 \begin_inset Index idx
38104 status collapsed
38105
38106 \begin_layout Plain Layout
38107 ふろーと@フロート ! りすと@リスト
38108 \end_layout
38109
38110 \end_inset
38111
38112
38113 \end_layout
38114
38115 \begin_layout Standard
38116 プログラムコードを取り込んで組版するには,
38117 \family sans
38118 挿入
38119 \family default
38120 \SpecialChar menuseparator
38121
38122 \family sans
38123 プログラムリスト
38124 \family default
38125 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
38126 パッケージ
38127 \series bold
38128 listings
38129 \series default
38130
38131 \begin_inset Index idx
38132 status collapsed
38133
38134 \begin_layout Plain Layout
38135 \SpecialChar LaTeX
38136 ぱっけーじ@\SpecialChar LaTeX
38137 パッケージ ! listings
38138 \end_layout
38139
38140 \end_inset
38141
38142 または
38143 \series bold
38144 minted
38145 \series default
38146
38147 \begin_inset Index idx
38148 status collapsed
38149
38150 \begin_layout Plain Layout
38151 \SpecialChar LaTeX
38152 ぱっけーじ@\SpecialChar LaTeX
38153 パッケージ ! minted
38154 \end_layout
38155
38156 \end_inset
38157
38158 は,使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.一文書中では,これらのパッケージのうち一つしか使うことができません.既定値では,
38159 \series bold
38160 listings
38161 \series default
38162 が用いられます.
38163 \end_layout
38164
38165 \begin_layout Standard
38166 \begin_inset Note Note
38167 status open
38168
38169 \begin_layout Plain Layout
38170
38171 \series bold
38172 【註】
38173 \series default
38174 \SpecialChar LyX
38175 は,ユーザーが変換子の定義に
38176 \family typewriter
38177 -shell-escape
38178 \family default
38179 オプションを付けることを推奨したく
38180 \emph on
38181 ありません
38182 \emph default
38183 .これは動作しますが,莫大なセキュリティリスクを背負い込むことになります.これへの対処については,活発な議論が交わされています.これは,解決次第,適切にアップデ
38184 ートされる可能性があります.
38185 \end_layout
38186
38187 \begin_layout Plain Layout
38188 =====
38189 \end_layout
38190
38191 \begin_layout Plain Layout
38192
38193 \series bold
38194 minted
38195 \series default
38196 を使うためには,文書設定の
38197 \family sans
38198 プログラムリスト
38199 \family default
38200 で,文法ハイライト用パッケージとしてこれを選択する必要があります.さらに,
38201 \series bold
38202 minted
38203 \series default
38204 は,追加的に
38205 \noun on
38206 Python
38207 \noun default
38208 ソフトウェアの
38209 \family sans
38210 pygments
38211 \family default
38212 モジュールを必要とし
38213 \begin_inset Foot
38214 status collapsed
38215
38216 \begin_layout Plain Layout
38217 Windows版\SpecialChar LyX
38218 では,
38219 \family sans
38220 pygments
38221 \family default
38222 はすでに導入済みです.
38223 \end_layout
38224
38225 \end_inset
38226
38227 ,\SpecialChar LaTeX
38228 処理子に
38229 \family typewriter
38230 -shell-escape
38231 \family default
38232 オプションを付ける必要があります.例えば,文書を
38233 \family sans
38234 PDF
38235 \begin_inset space ~
38236 \end_inset
38237
38238 (pdflatex)
38239 \family default
38240 形式で閲覧・書き出ししたい場合には,\SpecialChar LyX
38241 設定の
38242 \family sans
38243 ファイル処理\SpecialChar menuseparator
38244 変換子
38245 \family default
38246 に行って,
38247 \family sans
38248 LaTeX
38249 \begin_inset space ~
38250 \end_inset
38251
38252 (pdflatex) -> PDF
38253 \begin_inset space ~
38254 \end_inset
38255
38256 (pdflatex)
38257 \family default
38258 項目を開き,
38259 \family sans
38260 変換子
38261 \family default
38262 フィールドを見ます.この内容は,既定では
38263 \begin_inset Newline newline
38264 \end_inset
38265
38266
38267 \series bold
38268 pdflatex $$i
38269 \series default
38270
38271 \begin_inset Newline newline
38272 \end_inset
38273
38274 となっているはずですが,これを
38275 \begin_inset Newline newline
38276 \end_inset
38277
38278
38279 \series bold
38280 pdflatex $$i -shell-escape
38281 \begin_inset Newline newline
38282 \end_inset
38283
38284
38285 \series default
38286 に変更して,
38287 \family sans
38288 修正
38289 \family default
38290 ボタンを押し,引き続き
38291 \family sans
38292 適用
38293 \family default
38294
38295 \family sans
38296 保存
38297 \family default
38298 を押してください.
38299 \family sans
38300 PDF
38301 \begin_inset space ~
38302 \end_inset
38303
38304 (LuaTeX)
38305 \family default
38306
38307 \family sans
38308 PDF
38309 \begin_inset space ~
38310 \end_inset
38311
38312 (XeTeX)
38313 \family default
38314 の出力形式に対しても,同じことを行います.
38315 \end_layout
38316
38317 \end_inset
38318
38319
38320 \end_layout
38321
38322 \begin_layout Standard
38323 プログラムリスト差込枠を右クリックすると,コンテクストメニューが開き,リスト書式を設定することができます.
38324 \end_layout
38325
38326 \begin_layout Standard
38327 既定では,出力におけるプログラムリストは,新しい段落として始まります.配置オプションで
38328 \family sans
38329 行内リスト
38330 \family default
38331 を指定すると,リストは
38332 \begin_inset listings
38333 lstparams "language={C++}"
38334 inline true
38335 status collapsed
38336
38337 \begin_layout Plain Layout
38338
38339 int a=5;
38340 \end_layout
38341
38342 \end_inset
38343
38344 のように行内に印字されます.
38345 \begin_inset Newline newline
38346 \end_inset
38347
38348
38349 \family sans
38350 フロート
38351 \family default
38352 オプションは,プログラムリストフロートを生成するものですが,ここで,第
38353 \begin_inset CommandInset ref
38354 LatexCommand ref
38355 reference "sec:フロートの配置"
38356
38357 \end_inset
38358
38359 節に説明されているフロート配置オプションに従って,「
38360 \family sans
38361 h
38362 \family default
38363 」「
38364 \family sans
38365 t
38366 \family default
38367 」「
38368 \family sans
38369 b
38370 \family default
38371 」「
38372 \family sans
38373 p
38374 \family default
38375 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,「
38376 \family sans
38377 htbp
38378 \family default
38379 」のように区切りを入れることなく入力することができます.「
38380 \family sans
38381 h
38382 \family default
38383 」オプションは効かない場合がありますが,フロートでないプログラムリストにもキャプションを入れることができ,また参照もできるので,この場合には
38384 \family sans
38385 フロート
38386 \family default
38387 オプションを使用しなければ大丈夫です.
38388 \end_layout
38389
38390 \begin_layout Standard
38391
38392 \family sans
38393 挿入
38394 \family default
38395 \SpecialChar menuseparator
38396
38397 \family sans
38398 キャプション
38399 \family default
38400 メニューを使えば,行中でないプログラムリストには,キャプションを付けることができます.プログラムリストは,フロート同様,リスト
38401 \begin_inset CommandInset ref
38402 LatexCommand ref
38403 reference "lst:ListFloat"
38404
38405 \end_inset
38406
38407 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
38408 \family sans
38409 挿入\SpecialChar menuseparator
38410 一覧/目次\SpecialChar menuseparator
38411 プログラムリスト一覧
38412 \family default
38413 で作成することができます.一覧の項目には,プログラムリストのキャプションとプログラムリスト番号が入ります.
38414 \end_layout
38415
38416 \begin_layout Standard
38417 \begin_inset listings
38418 lstparams "language=Python"
38419 inline false
38420 status open
38421
38422 \begin_layout Plain Layout
38423
38424 \begin_inset Caption Standard
38425
38426 \begin_layout Plain Layout
38427 \begin_inset CommandInset label
38428 LatexCommand label
38429 name "lst:ListFloat"
38430
38431 \end_inset
38432
38433 Example Listing Float
38434 \end_layout
38435
38436 \end_inset
38437
38438 # Example listing float
38439 \end_layout
38440
38441 \begin_layout Plain Layout
38442
38443 def func(param):
38444 \end_layout
38445
38446 \begin_layout Plain Layout
38447
38448     'this is a python function'
38449 \end_layout
38450
38451 \begin_layout Plain Layout
38452
38453     pass
38454 \end_layout
38455
38456 \end_inset
38457
38458
38459 \end_layout
38460
38461 \begin_layout Standard
38462 \begin_inset Note Greyedout
38463 status open
38464
38465 \begin_layout Plain Layout
38466
38467 \series bold
38468 【註】listings
38469 \series default
38470 パッケージは,既定ではプログラムリストの前にキャプションを置きます.
38471 \begin_inset Newline newline
38472 \end_inset
38473
38474
38475 \series bold
38476 minted
38477 \series default
38478 パッケージは,フロートの場合,既定ではプログラムリストの後にキャプションを置きます.フロートでない場合には,キャプションは,一行目に入れられた場合にはプログラム
38479 リストの前に組版され,そうでなければリストの後に置かれます.常にプログラムリストの前に置くように強制するためには,プリアンブルの最後に下記の行を加えてください.
38480 \begin_inset Newline newline
38481 \end_inset
38482
38483
38484 \series bold
38485
38486 \backslash
38487 @ifundefined{newfloat}
38488 \begin_inset Newline newline
38489 \end_inset
38490
38491
38492 \begin_inset Phantom HPhantom
38493 status open
38494
38495 \begin_layout Plain Layout
38496 \begin_inset space ~
38497 \end_inset
38498
38499
38500 \end_layout
38501
38502 \end_inset
38503
38504 {
38505 \backslash
38506 usepackage{float}}{}
38507 \begin_inset Newline newline
38508 \end_inset
38509
38510
38511 \backslash
38512 floatstyle{plaintop}
38513 \series default
38514
38515 \begin_inset Note Note
38516 status collapsed
38517
38518 \begin_layout Plain Layout
38519 文書全体を対象とするフロート配置設定を行うと,\SpecialChar LyX
38520 は自動的に
38521 \series bold
38522 float
38523 \series default
38524 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
38525 \series bold
38526
38527 \backslash
38528 @ifundefined
38529 \series default
38530 が使用されています.
38531 \end_layout
38532
38533 \end_inset
38534
38535
38536 \end_layout
38537
38538 \end_inset
38539
38540
38541 \end_layout
38542
38543 \begin_layout Standard
38544 プログラムリストダイアログでプログラミング言語を指定すると,その言語のキーワードが識別されて,出力中で特別に組版されます.上の例示プログラムリストでは,Pyth
38545 onのキーワード「def」が識別され,ボールド体で出力されます.
38546 \end_layout
38547
38548 \begin_layout Standard
38549 \begin_inset Note Greyedout
38550 status open
38551
38552 \begin_layout Plain Layout
38553
38554 \series bold
38555 【註】
38556 \series default
38557 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,おそらくお使いの
38558 \family typewriter
38559 typewriter
38560 \family default
38561 フォントがボールド体を提供していません.この場合には,
38562 \family sans
38563 文書
38564 \family default
38565 \SpecialChar menuseparator
38566
38567 \family sans
38568 設定
38569 \family default
38570 \SpecialChar menuseparator
38571
38572 \family sans
38573 フォント
38574 \family default
38575 メニューで別のフォントを選択してください(
38576 \emph on
38577 LuxiMono
38578 \emph default
38579
38580 \emph on
38581 BeraMono
38582 \emph default
38583
38584 \emph on
38585 Courier
38586 \emph default
38587 の各フォントはボールド体を提供します).
38588 \end_layout
38589
38590 \end_inset
38591
38592
38593 \end_layout
38594
38595 \begin_layout Standard
38596 \begin_inset Note Greyedout
38597 status open
38598
38599 \begin_layout Plain Layout
38600
38601 \series bold
38602 【訳註】
38603 \series default
38604 プログラムリスト差込枠中では,日本語のエンコーディングを表示できないため,日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
38605 \end_layout
38606
38607 \end_inset
38608
38609
38610 \end_layout
38611
38612 \begin_layout Standard
38613 プログラムリストダイアログの
38614 \family sans
38615 行番号
38616 \family default
38617 のセクションでは,行番号の様式を指定することができます.
38618 \family sans
38619 行間
38620 \family default
38621 フィールドでは,どの行に番号を振るかを指定する数字を入れることができます.たとえば,「3」と入れると,3行ごとに数字が振られます.
38622 \end_layout
38623
38624 \begin_layout Standard
38625 さらに行の範囲を指定することもでき,この場合にはこれらの行のみが出力に表示されます.
38626 \family sans
38627 拡張文字コード表を使う
38628 \family default
38629 オプションは,
38630 \series bold
38631 listings
38632 \series default
38633 パッケージにのみ有効であり,プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合に使用します.
38634 \begin_inset Newline newline
38635 \end_inset
38636
38637
38638 \begin_inset Note Greyedout
38639 status open
38640
38641 \begin_layout Plain Layout
38642
38643 \series bold
38644 【訳註】
38645 \series default
38646 これは,p\SpecialChar LaTeX
38647 ではうまく動作しません.
38648 \end_layout
38649
38650 \end_inset
38651
38652
38653 \begin_inset Newline newline
38654 \end_inset
38655
38656 以下は,左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
38657 \begin_inset space \thinspace{}
38658 \end_inset
38659
38660 -
38661 \begin_inset space \thinspace{}
38662 \end_inset
38663
38664 8」で設定したプログラムリストの例です.
38665 \end_layout
38666
38667 \begin_layout Standard
38668 \begin_inset listings
38669 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38670 inline false
38671 status open
38672
38673 \begin_layout Plain Layout
38674
38675 def func(param):
38676 \end_layout
38677
38678 \begin_layout Plain Layout
38679
38680     'this is a python function'
38681 \end_layout
38682
38683 \begin_layout Plain Layout
38684
38685     pass
38686 \end_layout
38687
38688 \begin_layout Plain Layout
38689
38690 def func(param):
38691 \end_layout
38692
38693 \begin_layout Plain Layout
38694
38695 'This is a German word: Tschuss'
38696 \end_layout
38697
38698 \begin_layout Plain Layout
38699
38700 pass
38701 \end_layout
38702
38703 \begin_layout Plain Layout
38704
38705 def func(param):
38706 \end_layout
38707
38708 \begin_layout Plain Layout
38709
38710 'this is a python function'
38711 \end_layout
38712
38713 \begin_layout Plain Layout
38714
38715 pass
38716 \end_layout
38717
38718 \end_inset
38719
38720
38721 \end_layout
38722
38723 \begin_layout Standard
38724 プログラムリスト中でタビュレータを使う場合は,タビュレータが確保する文字の数を
38725 \family sans
38726 タビュレータの大きさ
38727 \family default
38728 フィールドで指定することができます.
38729 \end_layout
38730
38731 \begin_layout Standard
38732 \begin_inset Note Greyedout
38733 status open
38734
38735 \begin_layout Plain Layout
38736
38737 \series bold
38738 【註】listings
38739 \series default
38740 パッケージにはバグがあり,前にプログラムリストがある毎に,行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,2行目と5行目
38741 に振られているのはこのためです.
38742 \end_layout
38743
38744 \end_inset
38745
38746
38747 \end_layout
38748
38749 \begin_layout Standard
38750 \begin_inset VSpace bigskip
38751 \end_inset
38752
38753
38754 \end_layout
38755
38756 \begin_layout Standard
38757 また,ファイルの各行をプログラムリストとして印字することも可能です.そのためには,
38758 \family sans
38759 挿入
38760 \family default
38761 \SpecialChar menuseparator
38762
38763 \family sans
38764 ファイル
38765 \family default
38766 \SpecialChar menuseparator
38767
38768 \family sans
38769 子文書
38770 \family default
38771 メニューを使用して
38772 \family sans
38773 プログラムリスト
38774 \family default
38775 型を選択してください
38776 \begin_inset Foot
38777 status collapsed
38778
38779 \begin_layout Plain Layout
38780 他の子文書型については,第 section
38781 \begin_inset space ~
38782 \end_inset
38783
38784
38785 \begin_inset CommandInset ref
38786 LatexCommand ref
38787 reference "sec:子文書"
38788
38789 \end_inset
38790
38791 節に説明があります.
38792 \end_layout
38793
38794 \end_inset
38795
38796 .子文書ダイアログでは,テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,テキストボックス中で
38797 疑問符「?」を打鍵してください.
38798 \end_layout
38799
38800 \begin_layout Standard
38801 子文書プログラムリストを参照したい場合には,子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,このラベルは
38802 \family sans
38803 挿入
38804 \family default
38805 \SpecialChar menuseparator
38806
38807 \family sans
38808 相互参照
38809 \family default
38810 メニューを使って参照できるようになります.
38811 \end_layout
38812
38813 \begin_layout Standard
38814 プログラムリスト
38815 \begin_inset CommandInset ref
38816 LatexCommand ref
38817 reference "lst:file-listing"
38818
38819 \end_inset
38820
38821 は,ファイルを使ったプログラムリストの一例です.ここでは,この\SpecialChar LyX
38822 ファイルの10行目から15行目が表示されています.
38823 \end_layout
38824
38825 \begin_layout Standard
38826 \begin_inset CommandInset include
38827 LatexCommand lstinputlisting
38828 filename "EmbeddedObjects.lyx"
38829 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
38830 literal "true"
38831
38832 \end_inset
38833
38834
38835 \end_layout
38836
38837 \begin_layout Standard
38838 \begin_inset VSpace bigskip
38839 \end_inset
38840
38841
38842 \end_layout
38843
38844 \begin_layout Standard
38845 リストに数式を入れるには,以下のようにします.
38846 \end_layout
38847
38848 \begin_layout Enumerate
38849 リストダイアログを開き,
38850 \family sans
38851 詳細
38852 \family default
38853 タブのフィールド中に
38854 \begin_inset Newline newline
38855 \end_inset
38856
38857
38858 \family sans
38859 mathescape=true
38860 \family default
38861
38862 \begin_inset Newline newline
38863 \end_inset
38864
38865 と書き加えます.
38866 \end_layout
38867
38868 \begin_layout Enumerate
38869 リスト外で数式を作成します.
38870 \end_layout
38871
38872 \begin_layout Enumerate
38873 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
38874 \begin_inset Info
38875 type  "shortcut"
38876 arg   "copy"
38877 \end_inset
38878
38879 ).
38880 \end_layout
38881
38882 \begin_layout Enumerate
38883 リストに「$$」と書き,クリップボードの内容をドルマークの間に貼り付けます(短縮キー
38884 \begin_inset Info
38885 type  "shortcut"
38886 arg   "paste"
38887 \end_inset
38888
38889 ).
38890 \end_layout
38891
38892 \begin_layout Standard
38893 \begin_inset listings
38894 lstparams "language=Python,mathescape=true"
38895 inline false
38896 status open
38897
38898 \begin_layout Plain Layout
38899
38900 \begin_inset Caption Standard
38901
38902 \begin_layout Plain Layout
38903 Example Listing float containing a formula
38904 \end_layout
38905
38906 \end_inset
38907
38908 # Example listing float
38909 \end_layout
38910
38911 \begin_layout Plain Layout
38912
38913 def func(param):
38914 \end_layout
38915
38916 \begin_layout Plain Layout
38917
38918     # $
38919 \backslash
38920 prod_{n=1}^{
38921 \backslash
38922 infty}
38923 \backslash
38924 ,
38925 \backslash
38926 frac{1}{x^{2}}$
38927 \end_layout
38928
38929 \begin_layout Plain Layout
38930
38931     pass
38932 \end_layout
38933
38934 \end_inset
38935
38936
38937 \end_layout
38938
38939 \begin_layout Standard
38940 \begin_inset VSpace bigskip
38941 \end_inset
38942
38943
38944 \end_layout
38945
38946 \begin_layout Standard
38947 大域的なプログラムリストの設定は,
38948 \family sans
38949 文書
38950 \family default
38951 \SpecialChar menuseparator
38952
38953 \family sans
38954 設定
38955 \family default
38956 \SpecialChar menuseparator
38957
38958 \family sans
38959 リスト
38960 \family default
38961 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
38962 \family sans
38963 プログラムリスト設定
38964 \family default
38965 フィールドで疑問符「?」を打鍵してください.
38966 \end_layout
38967
38968 \begin_layout Standard
38969
38970 \series bold
38971 listings
38972 \series default
38973 及び
38974 \series bold
38975 minted
38976 \series default
38977 パッケージについての詳しい情報については,取扱説明書
38978 \begin_inset CommandInset citation
38979 LatexCommand cite
38980 key "listings,minted"
38981 literal "true"
38982
38983 \end_inset
38984
38985 をご参照ください.
38986 \end_layout
38987
38988 \begin_layout Standard
38989 \begin_inset Newpage newpage
38990 \end_inset
38991
38992
38993 \end_layout
38994
38995 \begin_layout Chapter
38996 \start_of_appendix
38997 \SpecialChar LyX
38998 で使用できる単位
38999 \begin_inset Index idx
39000 status collapsed
39001
39002 \begin_layout Plain Layout
39003 たんい@単位
39004 \end_layout
39005
39006 \end_inset
39007
39008
39009 \begin_inset CommandInset label
39010 LatexCommand label
39011 name "cha:LyXで使用できる単位"
39012
39013 \end_inset
39014
39015
39016 \end_layout
39017
39018 \begin_layout Standard
39019 この文書で用いられる単位の理解のために,表
39020 \begin_inset CommandInset ref
39021 LatexCommand ref
39022 reference "tab:単位"
39023
39024 \end_inset
39025
39026 に,\SpecialChar LyX
39027 で使うことのできる単位をまとめておきます.
39028 \end_layout
39029
39030 \begin_layout Standard
39031 \begin_inset Float table
39032 placement h
39033 alignment document
39034 wide false
39035 sideways false
39036 status open
39037
39038 \begin_layout Plain Layout
39039 \begin_inset Caption Standard
39040
39041 \begin_layout Plain Layout
39042 \begin_inset CommandInset label
39043 LatexCommand label
39044 name "tab:単位"
39045
39046 \end_inset
39047
39048 単位
39049 \end_layout
39050
39051 \end_inset
39052
39053
39054 \end_layout
39055
39056 \begin_layout Plain Layout
39057 \begin_inset VSpace medskip
39058 \end_inset
39059
39060
39061 \end_layout
39062
39063 \begin_layout Plain Layout
39064 \align center
39065 \begin_inset Tabular
39066 <lyxtabular version="3" rows="21" columns="3">
39067 <features tabularvalignment="middle">
39068 <column alignment="center" valignment="top">
39069 <column alignment="center" valignment="middle" width="50col%">
39070 <column alignment="center" valignment="top">
39071 <row>
39072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39073 \begin_inset Text
39074
39075 \begin_layout Plain Layout
39076 単位
39077 \end_layout
39078
39079 \end_inset
39080 </cell>
39081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39082 \begin_inset Text
39083
39084 \begin_layout Plain Layout
39085 名称/摘要
39086 \end_layout
39087
39088 \end_inset
39089 </cell>
39090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39091 \begin_inset Text
39092
39093 \begin_layout Plain Layout
39094 \SpecialChar LaTeX
39095  コマンド
39096 \end_layout
39097
39098 \end_inset
39099 </cell>
39100 </row>
39101 <row>
39102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39103 \begin_inset Text
39104
39105 \begin_layout Plain Layout
39106 bp
39107 \end_layout
39108
39109 \end_inset
39110 </cell>
39111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39112 \begin_inset Text
39113
39114 \begin_layout Plain Layout
39115 ビッグポイント (72
39116 \begin_inset space \thinspace{}
39117 \end_inset
39118
39119 bp = 1
39120 \begin_inset space \thinspace{}
39121 \end_inset
39122
39123 in)
39124 \end_layout
39125
39126 \end_inset
39127 </cell>
39128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39129 \begin_inset Text
39130
39131 \begin_layout Plain Layout
39132 -
39133 \end_layout
39134
39135 \end_inset
39136 </cell>
39137 </row>
39138 <row>
39139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39140 \begin_inset Text
39141
39142 \begin_layout Plain Layout
39143 cc
39144 \end_layout
39145
39146 \end_inset
39147 </cell>
39148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39149 \begin_inset Text
39150
39151 \begin_layout Plain Layout
39152 シセロ (1
39153 \begin_inset space \thinspace{}
39154 \end_inset
39155
39156 cc = 12
39157 \begin_inset space \thinspace{}
39158 \end_inset
39159
39160 dd)
39161 \end_layout
39162
39163 \end_inset
39164 </cell>
39165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39166 \begin_inset Text
39167
39168 \begin_layout Plain Layout
39169 -
39170 \end_layout
39171
39172 \end_inset
39173 </cell>
39174 </row>
39175 <row>
39176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39177 \begin_inset Text
39178
39179 \begin_layout Plain Layout
39180 cm
39181 \end_layout
39182
39183 \end_inset
39184 </cell>
39185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39186 \begin_inset Text
39187
39188 \begin_layout Plain Layout
39189 センチメートル
39190 \end_layout
39191
39192 \end_inset
39193 </cell>
39194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39195 \begin_inset Text
39196
39197 \begin_layout Plain Layout
39198 -
39199 \end_layout
39200
39201 \end_inset
39202 </cell>
39203 </row>
39204 <row>
39205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39206 \begin_inset Text
39207
39208 \begin_layout Plain Layout
39209 dd
39210 \end_layout
39211
39212 \end_inset
39213 </cell>
39214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39215 \begin_inset Text
39216
39217 \begin_layout Plain Layout
39218 ディドー (72
39219 \begin_inset space \thinspace{}
39220 \end_inset
39221
39222 dd 
39223 \begin_inset Formula $\approx$
39224 \end_inset
39225
39226  37.6
39227 \begin_inset space \thinspace{}
39228 \end_inset
39229
39230 mm)
39231 \end_layout
39232
39233 \end_inset
39234 </cell>
39235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39236 \begin_inset Text
39237
39238 \begin_layout Plain Layout
39239 -
39240 \end_layout
39241
39242 \end_inset
39243 </cell>
39244 </row>
39245 <row>
39246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39247 \begin_inset Text
39248
39249 \begin_layout Plain Layout
39250 em
39251 \end_layout
39252
39253 \end_inset
39254 </cell>
39255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39256 \begin_inset Text
39257
39258 \begin_layout Plain Layout
39259 現在のフォントの文字「M」の幅
39260 \end_layout
39261
39262 \end_inset
39263 </cell>
39264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39265 \begin_inset Text
39266
39267 \begin_layout Plain Layout
39268 -
39269 \end_layout
39270
39271 \end_inset
39272 </cell>
39273 </row>
39274 <row>
39275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39276 \begin_inset Text
39277
39278 \begin_layout Plain Layout
39279 ex
39280 \end_layout
39281
39282 \end_inset
39283 </cell>
39284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39285 \begin_inset Text
39286
39287 \begin_layout Plain Layout
39288 現在のフォントの文字「x」の高さ
39289 \end_layout
39290
39291 \end_inset
39292 </cell>
39293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39294 \begin_inset Text
39295
39296 \begin_layout Plain Layout
39297 -
39298 \end_layout
39299
39300 \end_inset
39301 </cell>
39302 </row>
39303 <row>
39304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39305 \begin_inset Text
39306
39307 \begin_layout Plain Layout
39308 in
39309 \end_layout
39310
39311 \end_inset
39312 </cell>
39313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39314 \begin_inset Text
39315
39316 \begin_layout Plain Layout
39317 インチ
39318 \end_layout
39319
39320 \end_inset
39321 </cell>
39322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39323 \begin_inset Text
39324
39325 \begin_layout Plain Layout
39326 -
39327 \end_layout
39328
39329 \end_inset
39330 </cell>
39331 </row>
39332 <row>
39333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39334 \begin_inset Text
39335
39336 \begin_layout Plain Layout
39337 mm
39338 \end_layout
39339
39340 \end_inset
39341 </cell>
39342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39343 \begin_inset Text
39344
39345 \begin_layout Plain Layout
39346 ミリメートル
39347 \end_layout
39348
39349 \end_inset
39350 </cell>
39351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39352 \begin_inset Text
39353
39354 \begin_layout Plain Layout
39355 -
39356 \end_layout
39357
39358 \end_inset
39359 </cell>
39360 </row>
39361 <row>
39362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39363 \begin_inset Text
39364
39365 \begin_layout Plain Layout
39366 mu
39367 \end_layout
39368
39369 \end_inset
39370 </cell>
39371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39372 \begin_inset Text
39373
39374 \begin_layout Plain Layout
39375 数式単位 (1
39376 \begin_inset space \thinspace{}
39377 \end_inset
39378
39379 mu = 1/18
39380 \begin_inset space \thinspace{}
39381 \end_inset
39382
39383 em)
39384 \end_layout
39385
39386 \end_inset
39387 </cell>
39388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39389 \begin_inset Text
39390
39391 \begin_layout Plain Layout
39392 -
39393 \end_layout
39394
39395 \end_inset
39396 </cell>
39397 </row>
39398 <row>
39399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39400 \begin_inset Text
39401
39402 \begin_layout Plain Layout
39403 pt
39404 \end_layout
39405
39406 \end_inset
39407 </cell>
39408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39409 \begin_inset Text
39410
39411 \begin_layout Plain Layout
39412 ポイント (72.27
39413 \begin_inset space \thinspace{}
39414 \end_inset
39415
39416 pt = 1
39417 \begin_inset space \thinspace{}
39418 \end_inset
39419
39420 in)
39421 \end_layout
39422
39423 \end_inset
39424 </cell>
39425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39426 \begin_inset Text
39427
39428 \begin_layout Plain Layout
39429 -
39430 \end_layout
39431
39432 \end_inset
39433 </cell>
39434 </row>
39435 <row>
39436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39437 \begin_inset Text
39438
39439 \begin_layout Plain Layout
39440 pc
39441 \end_layout
39442
39443 \end_inset
39444 </cell>
39445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39446 \begin_inset Text
39447
39448 \begin_layout Plain Layout
39449 パイカ (1
39450 \begin_inset space \thinspace{}
39451 \end_inset
39452
39453 pc = 12
39454 \begin_inset space \thinspace{}
39455 \end_inset
39456
39457 pt)
39458 \end_layout
39459
39460 \end_inset
39461 </cell>
39462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39463 \begin_inset Text
39464
39465 \begin_layout Plain Layout
39466 -
39467 \end_layout
39468
39469 \end_inset
39470 </cell>
39471 </row>
39472 <row>
39473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39474 \begin_inset Text
39475
39476 \begin_layout Plain Layout
39477 sp
39478 \end_layout
39479
39480 \end_inset
39481 </cell>
39482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39483 \begin_inset Text
39484
39485 \begin_layout Plain Layout
39486 スケールポイント (65536
39487 \begin_inset space \thinspace{}
39488 \end_inset
39489
39490 sp = 1
39491 \begin_inset space \thinspace{}
39492 \end_inset
39493
39494 pt)
39495 \end_layout
39496
39497 \end_inset
39498 </cell>
39499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39500 \begin_inset Text
39501
39502 \begin_layout Plain Layout
39503 -
39504 \end_layout
39505
39506 \end_inset
39507 </cell>
39508 </row>
39509 <row>
39510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39511 \begin_inset Text
39512
39513 \begin_layout Plain Layout
39514 画像の縮尺%
39515 \end_layout
39516
39517 \end_inset
39518 </cell>
39519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39520 \begin_inset Text
39521
39522 \begin_layout Plain Layout
39523 元の画像幅の%
39524 \end_layout
39525
39526 \end_inset
39527 </cell>
39528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39529 \begin_inset Text
39530
39531 \begin_layout Plain Layout
39532
39533 \end_layout
39534
39535 \end_inset
39536 </cell>
39537 </row>
39538 <row>
39539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39540 \begin_inset Text
39541
39542 \begin_layout Plain Layout
39543 本文幅%
39544 \end_layout
39545
39546 \end_inset
39547 </cell>
39548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39549 \begin_inset Text
39550
39551 \begin_layout Plain Layout
39552 テキスト幅の%
39553 \end_layout
39554
39555 \end_inset
39556 </cell>
39557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39558 \begin_inset Text
39559
39560 \begin_layout Plain Layout
39561
39562 \backslash
39563 textwidth
39564 \end_layout
39565
39566 \end_inset
39567 </cell>
39568 </row>
39569 <row>
39570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39571 \begin_inset Text
39572
39573 \begin_layout Plain Layout
39574 列幅%
39575 \end_layout
39576
39577 \end_inset
39578 </cell>
39579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39580 \begin_inset Text
39581
39582 \begin_layout Plain Layout
39583 組段幅の%
39584 \end_layout
39585
39586 \end_inset
39587 </cell>
39588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39589 \begin_inset Text
39590
39591 \begin_layout Plain Layout
39592
39593 \backslash
39594 columnwidth
39595 \end_layout
39596
39597 \end_inset
39598 </cell>
39599 </row>
39600 <row>
39601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39602 \begin_inset Text
39603
39604 \begin_layout Plain Layout
39605 ページ幅%
39606 \end_layout
39607
39608 \end_inset
39609 </cell>
39610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39611 \begin_inset Text
39612
39613 \begin_layout Plain Layout
39614 用紙幅の%
39615 \end_layout
39616
39617 \end_inset
39618 </cell>
39619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39620 \begin_inset Text
39621
39622 \begin_layout Plain Layout
39623
39624 \backslash
39625 paperwidth
39626 \end_layout
39627
39628 \end_inset
39629 </cell>
39630 </row>
39631 <row>
39632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39633 \begin_inset Text
39634
39635 \begin_layout Plain Layout
39636 行幅%
39637 \end_layout
39638
39639 \end_inset
39640 </cell>
39641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39642 \begin_inset Text
39643
39644 \begin_layout Plain Layout
39645 行幅の%
39646 \end_layout
39647
39648 \end_inset
39649 </cell>
39650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39651 \begin_inset Text
39652
39653 \begin_layout Plain Layout
39654
39655 \backslash
39656 linewidth
39657 \end_layout
39658
39659 \end_inset
39660 </cell>
39661 </row>
39662 <row>
39663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39664 \begin_inset Text
39665
39666 \begin_layout Plain Layout
39667 本文高%
39668 \end_layout
39669
39670 \end_inset
39671 </cell>
39672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39673 \begin_inset Text
39674
39675 \begin_layout Plain Layout
39676 テキスト高さの%
39677 \end_layout
39678
39679 \end_inset
39680 </cell>
39681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39682 \begin_inset Text
39683
39684 \begin_layout Plain Layout
39685
39686 \backslash
39687 textheight
39688 \end_layout
39689
39690 \end_inset
39691 </cell>
39692 </row>
39693 <row>
39694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39695 \begin_inset Text
39696
39697 \begin_layout Plain Layout
39698 ページ高%
39699 \end_layout
39700
39701 \end_inset
39702 </cell>
39703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39704 \begin_inset Text
39705
39706 \begin_layout Plain Layout
39707 用紙高さの%
39708 \end_layout
39709
39710 \end_inset
39711 </cell>
39712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39713 \begin_inset Text
39714
39715 \begin_layout Plain Layout
39716
39717 \backslash
39718 paperheight
39719 \end_layout
39720
39721 \end_inset
39722 </cell>
39723 </row>
39724 <row>
39725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39726 \begin_inset Text
39727
39728 \begin_layout Plain Layout
39729 行幅%
39730 \end_layout
39731
39732 \end_inset
39733 </cell>
39734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39735 \begin_inset Text
39736
39737 \begin_layout Plain Layout
39738
39739 \lang english
39740 % of height between baselines of two subsequent text lines
39741 \end_layout
39742
39743 \end_inset
39744 </cell>
39745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39746 \begin_inset Text
39747
39748 \begin_layout Plain Layout
39749
39750 \backslash
39751 baselineskip
39752 \end_layout
39753
39754 \end_inset
39755 </cell>
39756 </row>
39757 </lyxtabular>
39758
39759 \end_inset
39760
39761
39762 \end_layout
39763
39764 \end_inset
39765
39766
39767 \end_layout
39768
39769 \begin_layout Chapter
39770 画像を含む場合のファイル出力形式
39771 \begin_inset CommandInset label
39772 LatexCommand label
39773 name "cha:ファイル出力形式"
39774
39775 \end_inset
39776
39777
39778 \end_layout
39779
39780 \begin_layout Section
39781 DVI
39782 \begin_inset Index idx
39783 status collapsed
39784
39785 \begin_layout Plain Layout
39786 ふぁいるしょしき@ファイル書式 ! DVI
39787 \end_layout
39788
39789 \end_inset
39790
39791
39792 \begin_inset Index idx
39793 status collapsed
39794
39795 \begin_layout Plain Layout
39796 DVI
39797 \begin_inset ERT
39798 status collapsed
39799
39800 \begin_layout Plain Layout
39801
39802 |see{
39803 \end_layout
39804
39805 \end_inset
39806
39807 ファイル書式
39808 \begin_inset ERT
39809 status collapsed
39810
39811 \begin_layout Plain Layout
39812
39813 }
39814 \end_layout
39815
39816 \end_inset
39817
39818
39819 \end_layout
39820
39821 \end_inset
39822
39823
39824 \end_layout
39825
39826 \begin_layout Standard
39827 このファイル型の拡張子は「
39828 \family typewriter
39829 .dvi
39830 \family default
39831 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています.これはあるコンピュータから
39832 別のコンピュータへ,何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,これは当然のことでは全くありませんでした.DVIは手
39833 っ取り早くプレビューしたり,PostScriptなどの他の出力形式への中間段階として使用されます.
39834 \end_layout
39835
39836 \begin_layout Standard
39837 \begin_inset Note Greyedout
39838 status open
39839
39840 \begin_layout Plain Layout
39841
39842 \series bold
39843 【註】
39844 \series default
39845 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
39846 \end_layout
39847
39848 \end_inset
39849
39850 ですから,お使いの
39851 \family typewriter
39852 .dvi
39853 \family default
39854 ファイルを別のコンピュータに移すときには,このことを忘れてはいけません.この性質は,DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DV
39855 Iビューアは,DVIをスクロールする際,画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,画像のたくさんあるファイルの場合は,P
39856 DFを使用することをお勧めします.
39857 \end_layout
39858
39859 \begin_layout Standard
39860 使用中の文書は,
39861 \family sans
39862 ファイル
39863 \family default
39864 \SpecialChar menuseparator
39865
39866 \family sans
39867 書き出し
39868 \family default
39869 \SpecialChar menuseparator
39870
39871 \family sans
39872 DVI
39873 \family default
39874 メニューを使用して,DVIに書き出すことができます.
39875 \family sans
39876 表示
39877 \family default
39878 メニューから,文書をDVIとして表示させることもできます.
39879 \end_layout
39880
39881 \begin_layout Section
39882 PostScript
39883 \begin_inset Index idx
39884 status collapsed
39885
39886 \begin_layout Plain Layout
39887 ふぁいるしょしき@ファイル書式 ! PostScript
39888 \end_layout
39889
39890 \end_inset
39891
39892
39893 \begin_inset Index idx
39894 status collapsed
39895
39896 \begin_layout Plain Layout
39897 PostScript
39898 \begin_inset ERT
39899 status collapsed
39900
39901 \begin_layout Plain Layout
39902
39903 |see{
39904 \end_layout
39905
39906 \end_inset
39907
39908 ファイル書式
39909 \begin_inset ERT
39910 status collapsed
39911
39912 \begin_layout Plain Layout
39913
39914 }
39915 \end_layout
39916
39917 \end_inset
39918
39919
39920 \end_layout
39921
39922 \end_inset
39923
39924
39925 \end_layout
39926
39927 \begin_layout Standard
39928 このファイル型の拡張子は「
39929 \family typewriter
39930 .ps
39931 \family default
39932 」です.PostScriptは,
39933 \family typewriter
39934 Adobe
39935 \family default
39936 社によってプリンタ言語として開発されました.したがって,このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,計算を行った
39937 り図表や画像を描いたりすることもできるので,「プログラミング言語」と見なすことができます
39938 \begin_inset Foot
39939 status collapsed
39940
39941 \begin_layout Plain Layout
39942 これについてもう少し学ぶ気があれば,\SpecialChar LaTeX
39943 パッケージ
39944 \series bold
39945 PSTricks
39946 \series default
39947
39948 \begin_inset CommandInset citation
39949 LatexCommand cite
39950 key "pstricks"
39951 literal "true"
39952
39953 \end_inset
39954
39955 を見てみてください.
39956 \end_layout
39957
39958 \end_inset
39959
39960 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
39961 \end_layout
39962
39963 \begin_layout Standard
39964 PostScriptは,「Encapsulated PostScript(EPS:ファイル拡張子「
39965 \family typewriter
39966 .eps
39967 \family default
39968 」)」形式の画像のみを含めることができます.\SpecialChar LyX
39969 では,既知の画像形式であればどれでも文書中で使用することができるようになっているため,\SpecialChar LyX
39970 はバックグラウンドで画像をEP
39971 Sに変換しなくてはなりません.文書中に,仮に50の画像があれば,文書を表示したり書き出ししたりするたびに,\SpecialChar LyX
39972 は50もの変換を行わなくてはなりません.すると,\SpecialChar LyX
39973 で行う
39974 作業手順が,著しく遅れてしまいます.したがって,もしPostScriptを使用することを考えているならば,この問題を回避するために,画像を直接EPSとして入れて
39975 おく方がよいでしょう.
39976 \end_layout
39977
39978 \begin_layout Standard
39979 文書は,
39980 \family sans
39981 ファイル
39982 \family default
39983 \SpecialChar menuseparator
39984
39985 \family sans
39986 書き出し
39987 \family default
39988 \SpecialChar menuseparator
39989
39990 \family sans
39991 Postscript
39992 \family default
39993 メニューを使用して,PostScriptに書き出すことができます.使用中の文書は,
39994 \family sans
39995 表示
39996 \family default
39997 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
39998 \end_layout
39999
40000 \begin_layout Section
40001 PDF
40002 \begin_inset Index idx
40003 status collapsed
40004
40005 \begin_layout Plain Layout
40006 ふぁいるしょしき@ファイル書式 ! PDF
40007 \end_layout
40008
40009 \end_inset
40010
40011
40012 \begin_inset Index idx
40013 status collapsed
40014
40015 \begin_layout Plain Layout
40016 PDF
40017 \end_layout
40018
40019 \end_inset
40020
40021
40022 \end_layout
40023
40024 \begin_layout Standard
40025 このファイル型の拡張子は「
40026 \family typewriter
40027 .pdf
40028 \family default
40029 」です.この「Portable Document Format (PDF)」は,
40030 \family typewriter
40031 Adobe
40032 \family default
40033 社によってPostScriptの派生として開発されました.PDFは,PostScriptよりも圧縮されており,かなり少ないコマンドしか使いません.「portab
40034 le(可搬的)」の名称が示すとおり,この形式は,どのコンピュータシステムでも処理することができ,印字出力は全く同じように出すことができます.
40035 \end_layout
40036
40037 \begin_layout Standard
40038 PDFは画像を,同じPDF形式か,「Joint Photographic Experts Group(JPG:ファイル拡張子「
40039 \family typewriter
40040 .jpg
40041 \family default
40042 」または「
40043 \family typewriter
40044 .jpeg
40045 \family default
40046 」)」形式か,「Portable Network Graphics(PNG:ファイル拡張子「
40047 \family typewriter
40048 .png
40049 \family default
40050 」)」として含めることができます.それにもかかわらず,\SpecialChar LyX
40051 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,他の画像形式も自由に使用することができま
40052 す.しかし,PostScriptの節で説明したように,この画像変換は作業手順を遅らせます.したがって,上記で述べた3つの画像形式のうちいずれかを使用することをお
40053 勧めします.
40054 \end_layout
40055
40056 \begin_layout Standard
40057 使用中の文書は,
40058 \family sans
40059 ファイル
40060 \family default
40061 \SpecialChar menuseparator
40062
40063 \family sans
40064 書き出し
40065 \family default
40066 メニューを使用して,以下の3つの方法のうちいずれかでPDFに書き出すことができます.
40067 \end_layout
40068
40069 \begin_layout Description
40070 PDF
40071 \begin_inset space ~
40072 \end_inset
40073
40074 (ps2pdf) これは
40075 \family typewriter
40076 ps2pdf
40077 \family default
40078 プログラムを使って,現在のファイルのPostScript版からPDFを生成します.このPostScript版は,中間段階にDVI版を使用する
40079 \family typewriter
40080 dvips
40081 \family default
40082 プログラムによって生成されます.つまり,この書き出し方法は,3段階の変換を伴います.
40083 \end_layout
40084
40085 \begin_layout Description
40086 PDF
40087 \begin_inset space ~
40088 \end_inset
40089
40090 (dvipdfm) これは
40091 \family typewriter
40092 dvipdfm
40093 \family default
40094 プログラムを使って,現在のファイルをバックグラウンドでDVIに変換し,2段階目でPDFに変換します.
40095 \end_layout
40096
40097 \begin_layout Description
40098 PDF
40099 \begin_inset space ~
40100 \end_inset
40101
40102 (pdflatex) これは
40103 \family typewriter
40104 pdftex
40105 \family default
40106 プログラムを使って,現在のファイルを直接PDFに変換します.
40107 \end_layout
40108
40109 \begin_layout Standard
40110
40111 \family typewriter
40112 pdftex
40113 \family default
40114 は現在のPDF版のすべての機能をサポートし,高速で問題なく安定して動作するので,
40115 \family sans
40116 PDF
40117 \begin_inset space ~
40118 \end_inset
40119
40120 (pdflatex)
40121 \family default
40122 を使用することが推奨されます.
40123 \family typewriter
40124 dvipdfm
40125 \family default
40126 プログラムは開発が停止しており,若干時代遅れになっています.
40127 \end_layout
40128
40129 \begin_layout Standard
40130 使用中の文書をPDFとして表示するには,
40131 \family sans
40132 表示
40133 \family default
40134 メニューかツールバーボタン(これは
40135 \family sans
40136 PDF
40137 \begin_inset space ~
40138 \end_inset
40139
40140 (pdflatex)
40141 \family default
40142 を使用します)を用います.
40143 \end_layout
40144
40145 \begin_layout Chapter
40146 dvips色名一覧
40147 \begin_inset CommandInset label
40148 LatexCommand label
40149 name "chap:dvips色名一覧"
40150
40151 \end_inset
40152
40153
40154 \end_layout
40155
40156 \begin_layout Standard
40157 \begin_inset Tabular
40158 <lyxtabular version="3" rows="17" columns="4">
40159 <features tabularvalignment="middle">
40160 <column alignment="left" valignment="top" width="0pt">
40161 <column alignment="left" valignment="top" width="0pt">
40162 <column alignment="left" valignment="top" width="0pt">
40163 <column alignment="left" valignment="top" width="0pt">
40164 <row>
40165 <cell alignment="left" valignment="top" usebox="none">
40166 \begin_inset Text
40167
40168 \begin_layout Plain Layout
40169 \begin_inset ERT
40170 status collapsed
40171
40172 \begin_layout Plain Layout
40173
40174
40175 \backslash
40176 fcolorbox{black}{
40177 \end_layout
40178
40179 \end_inset
40180
40181 white
40182 \begin_inset ERT
40183 status collapsed
40184
40185 \begin_layout Plain Layout
40186
40187 }{
40188 \end_layout
40189
40190 \end_inset
40191
40192
40193 \begin_inset ERT
40194 status collapsed
40195
40196 \begin_layout Plain Layout
40197
40198 }
40199 \end_layout
40200
40201 \end_inset
40202
40203  色名
40204 \end_layout
40205
40206 \end_inset
40207 </cell>
40208 <cell alignment="left" valignment="top" usebox="none">
40209 \begin_inset Text
40210
40211 \begin_layout Plain Layout
40212 \begin_inset ERT
40213 status collapsed
40214
40215 \begin_layout Plain Layout
40216
40217
40218 \backslash
40219 fcolorbox{black}{
40220 \end_layout
40221
40222 \end_inset
40223
40224 white
40225 \begin_inset ERT
40226 status collapsed
40227
40228 \begin_layout Plain Layout
40229
40230 }{
40231 \end_layout
40232
40233 \end_inset
40234
40235
40236 \begin_inset ERT
40237 status collapsed
40238
40239 \begin_layout Plain Layout
40240
40241 }
40242 \end_layout
40243
40244 \end_inset
40245
40246  色名
40247 \end_layout
40248
40249 \end_inset
40250 </cell>
40251 <cell alignment="left" valignment="top" usebox="none">
40252 \begin_inset Text
40253
40254 \begin_layout Plain Layout
40255 \begin_inset ERT
40256 status collapsed
40257
40258 \begin_layout Plain Layout
40259
40260
40261 \backslash
40262 fcolorbox{black}{
40263 \end_layout
40264
40265 \end_inset
40266
40267 white
40268 \begin_inset ERT
40269 status collapsed
40270
40271 \begin_layout Plain Layout
40272
40273 }{
40274 \end_layout
40275
40276 \end_inset
40277
40278
40279 \begin_inset ERT
40280 status collapsed
40281
40282 \begin_layout Plain Layout
40283
40284 }
40285 \end_layout
40286
40287 \end_inset
40288
40289  色名
40290 \end_layout
40291
40292 \end_inset
40293 </cell>
40294 <cell alignment="left" valignment="top" usebox="none">
40295 \begin_inset Text
40296
40297 \begin_layout Plain Layout
40298 \begin_inset ERT
40299 status collapsed
40300
40301 \begin_layout Plain Layout
40302
40303
40304 \backslash
40305 fcolorbox{black}{
40306 \end_layout
40307
40308 \end_inset
40309
40310 white
40311 \begin_inset ERT
40312 status collapsed
40313
40314 \begin_layout Plain Layout
40315
40316 }{
40317 \end_layout
40318
40319 \end_inset
40320
40321
40322 \begin_inset ERT
40323 status collapsed
40324
40325 \begin_layout Plain Layout
40326
40327 }
40328 \end_layout
40329
40330 \end_inset
40331
40332  色名
40333 \end_layout
40334
40335 \end_inset
40336 </cell>
40337 </row>
40338 <row>
40339 <cell alignment="center" valignment="top" usebox="none">
40340 \begin_inset Text
40341
40342 \begin_layout Plain Layout
40343 \begin_inset ERT
40344 status collapsed
40345
40346 \begin_layout Plain Layout
40347
40348
40349 \backslash
40350 fcolorbox{black}{
40351 \end_layout
40352
40353 \end_inset
40354
40355 Apricot
40356 \begin_inset ERT
40357 status collapsed
40358
40359 \begin_layout Plain Layout
40360
40361 }{
40362 \end_layout
40363
40364 \end_inset
40365
40366
40367 \begin_inset Phantom Phantom
40368 status open
40369
40370 \begin_layout Plain Layout
40371 W
40372 \end_layout
40373
40374 \end_inset
40375
40376
40377 \begin_inset ERT
40378 status collapsed
40379
40380 \begin_layout Plain Layout
40381
40382 }
40383 \end_layout
40384
40385 \end_inset
40386
40387  Apricot
40388 \end_layout
40389
40390 \end_inset
40391 </cell>
40392 <cell alignment="center" valignment="top" usebox="none">
40393 \begin_inset Text
40394
40395 \begin_layout Plain Layout
40396 \begin_inset ERT
40397 status collapsed
40398
40399 \begin_layout Plain Layout
40400
40401
40402 \backslash
40403 fcolorbox{black}{
40404 \end_layout
40405
40406 \end_inset
40407
40408 Aquamarine
40409 \begin_inset ERT
40410 status collapsed
40411
40412 \begin_layout Plain Layout
40413
40414 }{
40415 \end_layout
40416
40417 \end_inset
40418
40419
40420 \begin_inset Phantom Phantom
40421 status open
40422
40423 \begin_layout Plain Layout
40424 W
40425 \end_layout
40426
40427 \end_inset
40428
40429
40430 \begin_inset ERT
40431 status collapsed
40432
40433 \begin_layout Plain Layout
40434
40435 }
40436 \end_layout
40437
40438 \end_inset
40439
40440  Aquamarine
40441 \end_layout
40442
40443 \end_inset
40444 </cell>
40445 <cell alignment="center" valignment="top" usebox="none">
40446 \begin_inset Text
40447
40448 \begin_layout Plain Layout
40449 \begin_inset ERT
40450 status collapsed
40451
40452 \begin_layout Plain Layout
40453
40454
40455 \backslash
40456 fcolorbox{black}{
40457 \end_layout
40458
40459 \end_inset
40460
40461 Bittersweet
40462 \begin_inset ERT
40463 status collapsed
40464
40465 \begin_layout Plain Layout
40466
40467 }{
40468 \end_layout
40469
40470 \end_inset
40471
40472
40473 \begin_inset Phantom Phantom
40474 status open
40475
40476 \begin_layout Plain Layout
40477 W
40478 \end_layout
40479
40480 \end_inset
40481
40482
40483 \begin_inset ERT
40484 status collapsed
40485
40486 \begin_layout Plain Layout
40487
40488 }
40489 \end_layout
40490
40491 \end_inset
40492
40493  Bittersweet
40494 \end_layout
40495
40496 \end_inset
40497 </cell>
40498 <cell alignment="center" valignment="top" usebox="none">
40499 \begin_inset Text
40500
40501 \begin_layout Plain Layout
40502 \begin_inset ERT
40503 status collapsed
40504
40505 \begin_layout Plain Layout
40506
40507
40508 \backslash
40509 fcolorbox{black}{
40510 \end_layout
40511
40512 \end_inset
40513
40514 BlueGreen
40515 \begin_inset ERT
40516 status collapsed
40517
40518 \begin_layout Plain Layout
40519
40520 }{
40521 \end_layout
40522
40523 \end_inset
40524
40525
40526 \begin_inset Phantom Phantom
40527 status open
40528
40529 \begin_layout Plain Layout
40530 W
40531 \end_layout
40532
40533 \end_inset
40534
40535
40536 \begin_inset ERT
40537 status collapsed
40538
40539 \begin_layout Plain Layout
40540
40541 }
40542 \end_layout
40543
40544 \end_inset
40545
40546  BlueGreen
40547 \end_layout
40548
40549 \end_inset
40550 </cell>
40551 </row>
40552 <row>
40553 <cell alignment="left" valignment="top" usebox="none">
40554 \begin_inset Text
40555
40556 \begin_layout Plain Layout
40557 \begin_inset ERT
40558 status collapsed
40559
40560 \begin_layout Plain Layout
40561
40562
40563 \backslash
40564 fcolorbox{black}{
40565 \end_layout
40566
40567 \end_inset
40568
40569 BlueViolet
40570 \begin_inset ERT
40571 status collapsed
40572
40573 \begin_layout Plain Layout
40574
40575 }{
40576 \end_layout
40577
40578 \end_inset
40579
40580
40581 \begin_inset Phantom Phantom
40582 status open
40583
40584 \begin_layout Plain Layout
40585 W
40586 \end_layout
40587
40588 \end_inset
40589
40590
40591 \begin_inset ERT
40592 status collapsed
40593
40594 \begin_layout Plain Layout
40595
40596 }
40597 \end_layout
40598
40599 \end_inset
40600
40601  BlueViolet
40602 \end_layout
40603
40604 \end_inset
40605 </cell>
40606 <cell alignment="left" valignment="top" usebox="none">
40607 \begin_inset Text
40608
40609 \begin_layout Plain Layout
40610 \begin_inset ERT
40611 status collapsed
40612
40613 \begin_layout Plain Layout
40614
40615
40616 \backslash
40617 fcolorbox{black}{
40618 \end_layout
40619
40620 \end_inset
40621
40622 BrickRed
40623 \begin_inset ERT
40624 status collapsed
40625
40626 \begin_layout Plain Layout
40627
40628 }{
40629 \end_layout
40630
40631 \end_inset
40632
40633
40634 \begin_inset Phantom Phantom
40635 status open
40636
40637 \begin_layout Plain Layout
40638 W
40639 \end_layout
40640
40641 \end_inset
40642
40643
40644 \begin_inset ERT
40645 status collapsed
40646
40647 \begin_layout Plain Layout
40648
40649 }
40650 \end_layout
40651
40652 \end_inset
40653
40654  BrickRed
40655 \end_layout
40656
40657 \end_inset
40658 </cell>
40659 <cell alignment="left" valignment="top" usebox="none">
40660 \begin_inset Text
40661
40662 \begin_layout Plain Layout
40663 \begin_inset ERT
40664 status collapsed
40665
40666 \begin_layout Plain Layout
40667
40668
40669 \backslash
40670 fcolorbox{black}{
40671 \end_layout
40672
40673 \end_inset
40674
40675 Brown
40676 \begin_inset ERT
40677 status collapsed
40678
40679 \begin_layout Plain Layout
40680
40681 }{
40682 \end_layout
40683
40684 \end_inset
40685
40686
40687 \begin_inset Phantom Phantom
40688 status open
40689
40690 \begin_layout Plain Layout
40691 W
40692 \end_layout
40693
40694 \end_inset
40695
40696
40697 \begin_inset ERT
40698 status collapsed
40699
40700 \begin_layout Plain Layout
40701
40702 }
40703 \end_layout
40704
40705 \end_inset
40706
40707  Brown
40708 \end_layout
40709
40710 \end_inset
40711 </cell>
40712 <cell alignment="left" valignment="top" usebox="none">
40713 \begin_inset Text
40714
40715 \begin_layout Plain Layout
40716 \begin_inset ERT
40717 status collapsed
40718
40719 \begin_layout Plain Layout
40720
40721
40722 \backslash
40723 fcolorbox{black}{
40724 \end_layout
40725
40726 \end_inset
40727
40728 BurntOrange
40729 \begin_inset ERT
40730 status collapsed
40731
40732 \begin_layout Plain Layout
40733
40734 }{
40735 \end_layout
40736
40737 \end_inset
40738
40739
40740 \begin_inset Phantom Phantom
40741 status open
40742
40743 \begin_layout Plain Layout
40744 W
40745 \end_layout
40746
40747 \end_inset
40748
40749
40750 \begin_inset ERT
40751 status collapsed
40752
40753 \begin_layout Plain Layout
40754
40755 }
40756 \end_layout
40757
40758 \end_inset
40759
40760  BurntOrange
40761 \end_layout
40762
40763 \end_inset
40764 </cell>
40765 </row>
40766 <row>
40767 <cell alignment="left" valignment="top" usebox="none">
40768 \begin_inset Text
40769
40770 \begin_layout Plain Layout
40771 \begin_inset ERT
40772 status collapsed
40773
40774 \begin_layout Plain Layout
40775
40776
40777 \backslash
40778 fcolorbox{black}{
40779 \end_layout
40780
40781 \end_inset
40782
40783 CadetBlue
40784 \begin_inset ERT
40785 status collapsed
40786
40787 \begin_layout Plain Layout
40788
40789 }{
40790 \end_layout
40791
40792 \end_inset
40793
40794
40795 \begin_inset Phantom Phantom
40796 status open
40797
40798 \begin_layout Plain Layout
40799 W
40800 \end_layout
40801
40802 \end_inset
40803
40804
40805 \begin_inset ERT
40806 status collapsed
40807
40808 \begin_layout Plain Layout
40809
40810 }
40811 \end_layout
40812
40813 \end_inset
40814
40815  CadetBlue
40816 \end_layout
40817
40818 \end_inset
40819 </cell>
40820 <cell alignment="left" valignment="top" usebox="none">
40821 \begin_inset Text
40822
40823 \begin_layout Plain Layout
40824 \begin_inset ERT
40825 status collapsed
40826
40827 \begin_layout Plain Layout
40828
40829
40830 \backslash
40831 fcolorbox{black}{
40832 \end_layout
40833
40834 \end_inset
40835
40836 CarnationPink
40837 \begin_inset ERT
40838 status collapsed
40839
40840 \begin_layout Plain Layout
40841
40842 }{
40843 \end_layout
40844
40845 \end_inset
40846
40847
40848 \begin_inset Phantom Phantom
40849 status open
40850
40851 \begin_layout Plain Layout
40852 W
40853 \end_layout
40854
40855 \end_inset
40856
40857
40858 \begin_inset ERT
40859 status collapsed
40860
40861 \begin_layout Plain Layout
40862
40863 }
40864 \end_layout
40865
40866 \end_inset
40867
40868  CarnationPink
40869 \end_layout
40870
40871 \end_inset
40872 </cell>
40873 <cell alignment="left" valignment="top" usebox="none">
40874 \begin_inset Text
40875
40876 \begin_layout Plain Layout
40877 \begin_inset ERT
40878 status collapsed
40879
40880 \begin_layout Plain Layout
40881
40882
40883 \backslash
40884 fcolorbox{black}{
40885 \end_layout
40886
40887 \end_inset
40888
40889 Cerulean
40890 \begin_inset ERT
40891 status collapsed
40892
40893 \begin_layout Plain Layout
40894
40895 }{
40896 \end_layout
40897
40898 \end_inset
40899
40900
40901 \begin_inset Phantom Phantom
40902 status open
40903
40904 \begin_layout Plain Layout
40905 W
40906 \end_layout
40907
40908 \end_inset
40909
40910
40911 \begin_inset ERT
40912 status collapsed
40913
40914 \begin_layout Plain Layout
40915
40916 }
40917 \end_layout
40918
40919 \end_inset
40920
40921  Cerulean
40922 \end_layout
40923
40924 \end_inset
40925 </cell>
40926 <cell alignment="left" valignment="top" usebox="none">
40927 \begin_inset Text
40928
40929 \begin_layout Plain Layout
40930 \begin_inset ERT
40931 status collapsed
40932
40933 \begin_layout Plain Layout
40934
40935
40936 \backslash
40937 fcolorbox{black}{
40938 \end_layout
40939
40940 \end_inset
40941
40942 CornflowerBlue
40943 \begin_inset ERT
40944 status collapsed
40945
40946 \begin_layout Plain Layout
40947
40948 }{
40949 \end_layout
40950
40951 \end_inset
40952
40953
40954 \begin_inset Phantom Phantom
40955 status open
40956
40957 \begin_layout Plain Layout
40958 W
40959 \end_layout
40960
40961 \end_inset
40962
40963
40964 \begin_inset ERT
40965 status collapsed
40966
40967 \begin_layout Plain Layout
40968
40969 }
40970 \end_layout
40971
40972 \end_inset
40973
40974  CornflowerBlue
40975 \end_layout
40976
40977 \end_inset
40978 </cell>
40979 </row>
40980 <row>
40981 <cell alignment="left" valignment="top" usebox="none">
40982 \begin_inset Text
40983
40984 \begin_layout Plain Layout
40985 \begin_inset ERT
40986 status collapsed
40987
40988 \begin_layout Plain Layout
40989
40990
40991 \backslash
40992 fcolorbox{black}{
40993 \end_layout
40994
40995 \end_inset
40996
40997 Dandelion
40998 \begin_inset ERT
40999 status collapsed
41000
41001 \begin_layout Plain Layout
41002
41003 }{
41004 \end_layout
41005
41006 \end_inset
41007
41008
41009 \begin_inset Phantom Phantom
41010 status open
41011
41012 \begin_layout Plain Layout
41013 W
41014 \end_layout
41015
41016 \end_inset
41017
41018
41019 \begin_inset ERT
41020 status collapsed
41021
41022 \begin_layout Plain Layout
41023
41024 }
41025 \end_layout
41026
41027 \end_inset
41028
41029  Dandelion
41030 \end_layout
41031
41032 \end_inset
41033 </cell>
41034 <cell alignment="left" valignment="top" usebox="none">
41035 \begin_inset Text
41036
41037 \begin_layout Plain Layout
41038 \begin_inset ERT
41039 status collapsed
41040
41041 \begin_layout Plain Layout
41042
41043
41044 \backslash
41045 fcolorbox{black}{
41046 \end_layout
41047
41048 \end_inset
41049
41050 DarkOrchid
41051 \begin_inset ERT
41052 status collapsed
41053
41054 \begin_layout Plain Layout
41055
41056 }{
41057 \end_layout
41058
41059 \end_inset
41060
41061
41062 \begin_inset Phantom Phantom
41063 status open
41064
41065 \begin_layout Plain Layout
41066 W
41067 \end_layout
41068
41069 \end_inset
41070
41071
41072 \begin_inset ERT
41073 status collapsed
41074
41075 \begin_layout Plain Layout
41076
41077 }
41078 \end_layout
41079
41080 \end_inset
41081
41082  DarkOrchid
41083 \end_layout
41084
41085 \end_inset
41086 </cell>
41087 <cell alignment="left" valignment="top" usebox="none">
41088 \begin_inset Text
41089
41090 \begin_layout Plain Layout
41091 \begin_inset ERT
41092 status collapsed
41093
41094 \begin_layout Plain Layout
41095
41096
41097 \backslash
41098 fcolorbox{black}{
41099 \end_layout
41100
41101 \end_inset
41102
41103 Emerald
41104 \begin_inset ERT
41105 status collapsed
41106
41107 \begin_layout Plain Layout
41108
41109 }{
41110 \end_layout
41111
41112 \end_inset
41113
41114
41115 \begin_inset Phantom Phantom
41116 status open
41117
41118 \begin_layout Plain Layout
41119 W
41120 \end_layout
41121
41122 \end_inset
41123
41124
41125 \begin_inset ERT
41126 status collapsed
41127
41128 \begin_layout Plain Layout
41129
41130 }
41131 \end_layout
41132
41133 \end_inset
41134
41135  Emerald
41136 \end_layout
41137
41138 \end_inset
41139 </cell>
41140 <cell alignment="left" valignment="top" usebox="none">
41141 \begin_inset Text
41142
41143 \begin_layout Plain Layout
41144 \begin_inset ERT
41145 status collapsed
41146
41147 \begin_layout Plain Layout
41148
41149
41150 \backslash
41151 fcolorbox{black}{
41152 \end_layout
41153
41154 \end_inset
41155
41156 ForestGreen
41157 \begin_inset ERT
41158 status collapsed
41159
41160 \begin_layout Plain Layout
41161
41162 }{
41163 \end_layout
41164
41165 \end_inset
41166
41167
41168 \begin_inset Phantom Phantom
41169 status open
41170
41171 \begin_layout Plain Layout
41172 W
41173 \end_layout
41174
41175 \end_inset
41176
41177
41178 \begin_inset ERT
41179 status collapsed
41180
41181 \begin_layout Plain Layout
41182
41183 }
41184 \end_layout
41185
41186 \end_inset
41187
41188  ForestGreen
41189 \end_layout
41190
41191 \end_inset
41192 </cell>
41193 </row>
41194 <row>
41195 <cell alignment="left" valignment="top" usebox="none">
41196 \begin_inset Text
41197
41198 \begin_layout Plain Layout
41199 \begin_inset ERT
41200 status collapsed
41201
41202 \begin_layout Plain Layout
41203
41204
41205 \backslash
41206 fcolorbox{black}{
41207 \end_layout
41208
41209 \end_inset
41210
41211 Fuchsia
41212 \begin_inset ERT
41213 status collapsed
41214
41215 \begin_layout Plain Layout
41216
41217 }{
41218 \end_layout
41219
41220 \end_inset
41221
41222
41223 \begin_inset Phantom Phantom
41224 status open
41225
41226 \begin_layout Plain Layout
41227 W
41228 \end_layout
41229
41230 \end_inset
41231
41232
41233 \begin_inset ERT
41234 status collapsed
41235
41236 \begin_layout Plain Layout
41237
41238 }
41239 \end_layout
41240
41241 \end_inset
41242
41243  Fuchsia
41244 \end_layout
41245
41246 \end_inset
41247 </cell>
41248 <cell alignment="left" valignment="top" usebox="none">
41249 \begin_inset Text
41250
41251 \begin_layout Plain Layout
41252 \begin_inset ERT
41253 status collapsed
41254
41255 \begin_layout Plain Layout
41256
41257
41258 \backslash
41259 fcolorbox{black}{
41260 \end_layout
41261
41262 \end_inset
41263
41264 Goldenrod
41265 \begin_inset ERT
41266 status collapsed
41267
41268 \begin_layout Plain Layout
41269
41270 }{
41271 \end_layout
41272
41273 \end_inset
41274
41275
41276 \begin_inset Phantom Phantom
41277 status open
41278
41279 \begin_layout Plain Layout
41280 W
41281 \end_layout
41282
41283 \end_inset
41284
41285
41286 \begin_inset ERT
41287 status collapsed
41288
41289 \begin_layout Plain Layout
41290
41291 }
41292 \end_layout
41293
41294 \end_inset
41295
41296  Goldenrod
41297 \end_layout
41298
41299 \end_inset
41300 </cell>
41301 <cell alignment="left" valignment="top" usebox="none">
41302 \begin_inset Text
41303
41304 \begin_layout Plain Layout
41305 \begin_inset ERT
41306 status collapsed
41307
41308 \begin_layout Plain Layout
41309
41310
41311 \backslash
41312 fcolorbox{black}{
41313 \end_layout
41314
41315 \end_inset
41316
41317 Gray
41318 \begin_inset ERT
41319 status collapsed
41320
41321 \begin_layout Plain Layout
41322
41323 }{
41324 \end_layout
41325
41326 \end_inset
41327
41328
41329 \begin_inset Phantom Phantom
41330 status open
41331
41332 \begin_layout Plain Layout
41333 W
41334 \end_layout
41335
41336 \end_inset
41337
41338
41339 \begin_inset ERT
41340 status collapsed
41341
41342 \begin_layout Plain Layout
41343
41344 }
41345 \end_layout
41346
41347 \end_inset
41348
41349  Gray
41350 \end_layout
41351
41352 \end_inset
41353 </cell>
41354 <cell alignment="left" valignment="top" usebox="none">
41355 \begin_inset Text
41356
41357 \begin_layout Plain Layout
41358 \begin_inset ERT
41359 status collapsed
41360
41361 \begin_layout Plain Layout
41362
41363
41364 \backslash
41365 fcolorbox{black}{
41366 \end_layout
41367
41368 \end_inset
41369
41370 GreenYellow
41371 \begin_inset ERT
41372 status collapsed
41373
41374 \begin_layout Plain Layout
41375
41376 }{
41377 \end_layout
41378
41379 \end_inset
41380
41381
41382 \begin_inset Phantom Phantom
41383 status open
41384
41385 \begin_layout Plain Layout
41386 W
41387 \end_layout
41388
41389 \end_inset
41390
41391
41392 \begin_inset ERT
41393 status collapsed
41394
41395 \begin_layout Plain Layout
41396
41397 }
41398 \end_layout
41399
41400 \end_inset
41401
41402  GreenYellow
41403 \end_layout
41404
41405 \end_inset
41406 </cell>
41407 </row>
41408 <row>
41409 <cell alignment="center" valignment="top" usebox="none">
41410 \begin_inset Text
41411
41412 \begin_layout Plain Layout
41413 \begin_inset ERT
41414 status collapsed
41415
41416 \begin_layout Plain Layout
41417
41418
41419 \backslash
41420 fcolorbox{black}{
41421 \end_layout
41422
41423 \end_inset
41424
41425 JungleGreen
41426 \begin_inset ERT
41427 status collapsed
41428
41429 \begin_layout Plain Layout
41430
41431 }{
41432 \end_layout
41433
41434 \end_inset
41435
41436
41437 \begin_inset Phantom Phantom
41438 status open
41439
41440 \begin_layout Plain Layout
41441 W
41442 \end_layout
41443
41444 \end_inset
41445
41446
41447 \begin_inset ERT
41448 status collapsed
41449
41450 \begin_layout Plain Layout
41451
41452 }
41453 \end_layout
41454
41455 \end_inset
41456
41457  JungleGreen
41458 \end_layout
41459
41460 \end_inset
41461 </cell>
41462 <cell alignment="center" valignment="top" usebox="none">
41463 \begin_inset Text
41464
41465 \begin_layout Plain Layout
41466 \begin_inset ERT
41467 status collapsed
41468
41469 \begin_layout Plain Layout
41470
41471
41472 \backslash
41473 fcolorbox{black}{
41474 \end_layout
41475
41476 \end_inset
41477
41478 Lavender
41479 \begin_inset ERT
41480 status collapsed
41481
41482 \begin_layout Plain Layout
41483
41484 }{
41485 \end_layout
41486
41487 \end_inset
41488
41489
41490 \begin_inset Phantom Phantom
41491 status open
41492
41493 \begin_layout Plain Layout
41494 W
41495 \end_layout
41496
41497 \end_inset
41498
41499
41500 \begin_inset ERT
41501 status collapsed
41502
41503 \begin_layout Plain Layout
41504
41505 }
41506 \end_layout
41507
41508 \end_inset
41509
41510  Lavender
41511 \end_layout
41512
41513 \end_inset
41514 </cell>
41515 <cell alignment="center" valignment="top" usebox="none">
41516 \begin_inset Text
41517
41518 \begin_layout Plain Layout
41519 \begin_inset ERT
41520 status collapsed
41521
41522 \begin_layout Plain Layout
41523
41524
41525 \backslash
41526 fcolorbox{black}{
41527 \end_layout
41528
41529 \end_inset
41530
41531 LimeGreen
41532 \begin_inset ERT
41533 status collapsed
41534
41535 \begin_layout Plain Layout
41536
41537 }{
41538 \end_layout
41539
41540 \end_inset
41541
41542
41543 \begin_inset Phantom Phantom
41544 status open
41545
41546 \begin_layout Plain Layout
41547 W
41548 \end_layout
41549
41550 \end_inset
41551
41552
41553 \begin_inset ERT
41554 status collapsed
41555
41556 \begin_layout Plain Layout
41557
41558 }
41559 \end_layout
41560
41561 \end_inset
41562
41563  LimeGreen
41564 \end_layout
41565
41566 \end_inset
41567 </cell>
41568 <cell alignment="center" valignment="top" usebox="none">
41569 \begin_inset Text
41570
41571 \begin_layout Plain Layout
41572 \begin_inset ERT
41573 status collapsed
41574
41575 \begin_layout Plain Layout
41576
41577
41578 \backslash
41579 fcolorbox{black}{
41580 \end_layout
41581
41582 \end_inset
41583
41584 Mahogany
41585 \begin_inset ERT
41586 status collapsed
41587
41588 \begin_layout Plain Layout
41589
41590 }{
41591 \end_layout
41592
41593 \end_inset
41594
41595
41596 \begin_inset Phantom Phantom
41597 status open
41598
41599 \begin_layout Plain Layout
41600 W
41601 \end_layout
41602
41603 \end_inset
41604
41605
41606 \begin_inset ERT
41607 status collapsed
41608
41609 \begin_layout Plain Layout
41610
41611 }
41612 \end_layout
41613
41614 \end_inset
41615
41616  Mahogany
41617 \end_layout
41618
41619 \end_inset
41620 </cell>
41621 </row>
41622 <row>
41623 <cell alignment="left" valignment="top" usebox="none">
41624 \begin_inset Text
41625
41626 \begin_layout Plain Layout
41627 \begin_inset ERT
41628 status collapsed
41629
41630 \begin_layout Plain Layout
41631
41632
41633 \backslash
41634 fcolorbox{black}{
41635 \end_layout
41636
41637 \end_inset
41638
41639 Mahogany
41640 \begin_inset ERT
41641 status collapsed
41642
41643 \begin_layout Plain Layout
41644
41645 }{
41646 \end_layout
41647
41648 \end_inset
41649
41650
41651 \begin_inset Phantom Phantom
41652 status open
41653
41654 \begin_layout Plain Layout
41655 W
41656 \end_layout
41657
41658 \end_inset
41659
41660
41661 \begin_inset ERT
41662 status collapsed
41663
41664 \begin_layout Plain Layout
41665
41666 }
41667 \end_layout
41668
41669 \end_inset
41670
41671  Mahogany
41672 \end_layout
41673
41674 \end_inset
41675 </cell>
41676 <cell alignment="left" valignment="top" usebox="none">
41677 \begin_inset Text
41678
41679 \begin_layout Plain Layout
41680 \begin_inset ERT
41681 status collapsed
41682
41683 \begin_layout Plain Layout
41684
41685
41686 \backslash
41687 fcolorbox{black}{
41688 \end_layout
41689
41690 \end_inset
41691
41692 Maroon
41693 \begin_inset ERT
41694 status collapsed
41695
41696 \begin_layout Plain Layout
41697
41698 }{
41699 \end_layout
41700
41701 \end_inset
41702
41703
41704 \begin_inset Phantom Phantom
41705 status open
41706
41707 \begin_layout Plain Layout
41708 W
41709 \end_layout
41710
41711 \end_inset
41712
41713
41714 \begin_inset ERT
41715 status collapsed
41716
41717 \begin_layout Plain Layout
41718
41719 }
41720 \end_layout
41721
41722 \end_inset
41723
41724  Maroon
41725 \end_layout
41726
41727 \end_inset
41728 </cell>
41729 <cell alignment="left" valignment="top" usebox="none">
41730 \begin_inset Text
41731
41732 \begin_layout Plain Layout
41733 \begin_inset ERT
41734 status collapsed
41735
41736 \begin_layout Plain Layout
41737
41738
41739 \backslash
41740 fcolorbox{black}{
41741 \end_layout
41742
41743 \end_inset
41744
41745 Melon
41746 \begin_inset ERT
41747 status collapsed
41748
41749 \begin_layout Plain Layout
41750
41751 }{
41752 \end_layout
41753
41754 \end_inset
41755
41756
41757 \begin_inset Phantom Phantom
41758 status open
41759
41760 \begin_layout Plain Layout
41761 W
41762 \end_layout
41763
41764 \end_inset
41765
41766
41767 \begin_inset ERT
41768 status collapsed
41769
41770 \begin_layout Plain Layout
41771
41772 }
41773 \end_layout
41774
41775 \end_inset
41776
41777  Melon
41778 \end_layout
41779
41780 \end_inset
41781 </cell>
41782 <cell alignment="left" valignment="top" usebox="none">
41783 \begin_inset Text
41784
41785 \begin_layout Plain Layout
41786 \begin_inset ERT
41787 status collapsed
41788
41789 \begin_layout Plain Layout
41790
41791
41792 \backslash
41793 fcolorbox{black}{
41794 \end_layout
41795
41796 \end_inset
41797
41798 MidnightBlue
41799 \begin_inset ERT
41800 status collapsed
41801
41802 \begin_layout Plain Layout
41803
41804 }{
41805 \end_layout
41806
41807 \end_inset
41808
41809
41810 \begin_inset Phantom Phantom
41811 status open
41812
41813 \begin_layout Plain Layout
41814 W
41815 \end_layout
41816
41817 \end_inset
41818
41819
41820 \begin_inset ERT
41821 status collapsed
41822
41823 \begin_layout Plain Layout
41824
41825 }
41826 \end_layout
41827
41828 \end_inset
41829
41830  MidnightBlue
41831 \end_layout
41832
41833 \end_inset
41834 </cell>
41835 </row>
41836 <row>
41837 <cell alignment="left" valignment="top" usebox="none">
41838 \begin_inset Text
41839
41840 \begin_layout Plain Layout
41841 \begin_inset ERT
41842 status collapsed
41843
41844 \begin_layout Plain Layout
41845
41846
41847 \backslash
41848 fcolorbox{black}{
41849 \end_layout
41850
41851 \end_inset
41852
41853 Mulberry
41854 \begin_inset ERT
41855 status collapsed
41856
41857 \begin_layout Plain Layout
41858
41859 }{
41860 \end_layout
41861
41862 \end_inset
41863
41864
41865 \begin_inset Phantom Phantom
41866 status open
41867
41868 \begin_layout Plain Layout
41869 W
41870 \end_layout
41871
41872 \end_inset
41873
41874
41875 \begin_inset ERT
41876 status collapsed
41877
41878 \begin_layout Plain Layout
41879
41880 }
41881 \end_layout
41882
41883 \end_inset
41884
41885  Mulberry
41886 \end_layout
41887
41888 \end_inset
41889 </cell>
41890 <cell alignment="left" valignment="top" usebox="none">
41891 \begin_inset Text
41892
41893 \begin_layout Plain Layout
41894 \begin_inset ERT
41895 status collapsed
41896
41897 \begin_layout Plain Layout
41898
41899
41900 \backslash
41901 fcolorbox{black}{
41902 \end_layout
41903
41904 \end_inset
41905
41906 NavyBlue
41907 \begin_inset ERT
41908 status collapsed
41909
41910 \begin_layout Plain Layout
41911
41912 }{
41913 \end_layout
41914
41915 \end_inset
41916
41917
41918 \begin_inset Phantom Phantom
41919 status open
41920
41921 \begin_layout Plain Layout
41922 W
41923 \end_layout
41924
41925 \end_inset
41926
41927
41928 \begin_inset ERT
41929 status collapsed
41930
41931 \begin_layout Plain Layout
41932
41933 }
41934 \end_layout
41935
41936 \end_inset
41937
41938  NavyBlue
41939 \end_layout
41940
41941 \end_inset
41942 </cell>
41943 <cell alignment="left" valignment="top" usebox="none">
41944 \begin_inset Text
41945
41946 \begin_layout Plain Layout
41947 \begin_inset ERT
41948 status collapsed
41949
41950 \begin_layout Plain Layout
41951
41952
41953 \backslash
41954 fcolorbox{black}{
41955 \end_layout
41956
41957 \end_inset
41958
41959 OliveGreen
41960 \begin_inset ERT
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964
41965 }{
41966 \end_layout
41967
41968 \end_inset
41969
41970
41971 \begin_inset Phantom Phantom
41972 status open
41973
41974 \begin_layout Plain Layout
41975 W
41976 \end_layout
41977
41978 \end_inset
41979
41980
41981 \begin_inset ERT
41982 status collapsed
41983
41984 \begin_layout Plain Layout
41985
41986 }
41987 \end_layout
41988
41989 \end_inset
41990
41991  OliveGreen
41992 \end_layout
41993
41994 \end_inset
41995 </cell>
41996 <cell alignment="left" valignment="top" usebox="none">
41997 \begin_inset Text
41998
41999 \begin_layout Plain Layout
42000 \begin_inset ERT
42001 status collapsed
42002
42003 \begin_layout Plain Layout
42004
42005
42006 \backslash
42007 fcolorbox{black}{
42008 \end_layout
42009
42010 \end_inset
42011
42012 Orange
42013 \begin_inset ERT
42014 status collapsed
42015
42016 \begin_layout Plain Layout
42017
42018 }{
42019 \end_layout
42020
42021 \end_inset
42022
42023
42024 \begin_inset Phantom Phantom
42025 status open
42026
42027 \begin_layout Plain Layout
42028 W
42029 \end_layout
42030
42031 \end_inset
42032
42033
42034 \begin_inset ERT
42035 status collapsed
42036
42037 \begin_layout Plain Layout
42038
42039 }
42040 \end_layout
42041
42042 \end_inset
42043
42044  Orange
42045 \end_layout
42046
42047 \end_inset
42048 </cell>
42049 </row>
42050 <row>
42051 <cell alignment="left" valignment="top" usebox="none">
42052 \begin_inset Text
42053
42054 \begin_layout Plain Layout
42055 \begin_inset ERT
42056 status collapsed
42057
42058 \begin_layout Plain Layout
42059
42060
42061 \backslash
42062 fcolorbox{black}{
42063 \end_layout
42064
42065 \end_inset
42066
42067 OrangeRed
42068 \begin_inset ERT
42069 status collapsed
42070
42071 \begin_layout Plain Layout
42072
42073 }{
42074 \end_layout
42075
42076 \end_inset
42077
42078
42079 \begin_inset Phantom Phantom
42080 status open
42081
42082 \begin_layout Plain Layout
42083 W
42084 \end_layout
42085
42086 \end_inset
42087
42088
42089 \begin_inset ERT
42090 status collapsed
42091
42092 \begin_layout Plain Layout
42093
42094 }
42095 \end_layout
42096
42097 \end_inset
42098
42099  OrangeRed
42100 \end_layout
42101
42102 \end_inset
42103 </cell>
42104 <cell alignment="left" valignment="top" usebox="none">
42105 \begin_inset Text
42106
42107 \begin_layout Plain Layout
42108 \begin_inset ERT
42109 status collapsed
42110
42111 \begin_layout Plain Layout
42112
42113
42114 \backslash
42115 fcolorbox{black}{
42116 \end_layout
42117
42118 \end_inset
42119
42120 Orchid
42121 \begin_inset ERT
42122 status collapsed
42123
42124 \begin_layout Plain Layout
42125
42126 }{
42127 \end_layout
42128
42129 \end_inset
42130
42131
42132 \begin_inset Phantom Phantom
42133 status open
42134
42135 \begin_layout Plain Layout
42136 W
42137 \end_layout
42138
42139 \end_inset
42140
42141
42142 \begin_inset ERT
42143 status collapsed
42144
42145 \begin_layout Plain Layout
42146
42147 }
42148 \end_layout
42149
42150 \end_inset
42151
42152  Orchid
42153 \end_layout
42154
42155 \end_inset
42156 </cell>
42157 <cell alignment="left" valignment="top" usebox="none">
42158 \begin_inset Text
42159
42160 \begin_layout Plain Layout
42161 \begin_inset ERT
42162 status collapsed
42163
42164 \begin_layout Plain Layout
42165
42166
42167 \backslash
42168 fcolorbox{black}{
42169 \end_layout
42170
42171 \end_inset
42172
42173 Peach
42174 \begin_inset ERT
42175 status collapsed
42176
42177 \begin_layout Plain Layout
42178
42179 }{
42180 \end_layout
42181
42182 \end_inset
42183
42184
42185 \begin_inset Phantom Phantom
42186 status open
42187
42188 \begin_layout Plain Layout
42189 W
42190 \end_layout
42191
42192 \end_inset
42193
42194
42195 \begin_inset ERT
42196 status collapsed
42197
42198 \begin_layout Plain Layout
42199
42200 }
42201 \end_layout
42202
42203 \end_inset
42204
42205  Peach
42206 \end_layout
42207
42208 \end_inset
42209 </cell>
42210 <cell alignment="left" valignment="top" usebox="none">
42211 \begin_inset Text
42212
42213 \begin_layout Plain Layout
42214 \begin_inset ERT
42215 status collapsed
42216
42217 \begin_layout Plain Layout
42218
42219
42220 \backslash
42221 fcolorbox{black}{
42222 \end_layout
42223
42224 \end_inset
42225
42226 Periwinkle
42227 \begin_inset ERT
42228 status collapsed
42229
42230 \begin_layout Plain Layout
42231
42232 }{
42233 \end_layout
42234
42235 \end_inset
42236
42237
42238 \begin_inset Phantom Phantom
42239 status open
42240
42241 \begin_layout Plain Layout
42242 W
42243 \end_layout
42244
42245 \end_inset
42246
42247
42248 \begin_inset ERT
42249 status collapsed
42250
42251 \begin_layout Plain Layout
42252
42253 }
42254 \end_layout
42255
42256 \end_inset
42257
42258  Periwinkle
42259 \end_layout
42260
42261 \end_inset
42262 </cell>
42263 </row>
42264 <row>
42265 <cell alignment="left" valignment="top" usebox="none">
42266 \begin_inset Text
42267
42268 \begin_layout Plain Layout
42269 \begin_inset ERT
42270 status collapsed
42271
42272 \begin_layout Plain Layout
42273
42274
42275 \backslash
42276 fcolorbox{black}{
42277 \end_layout
42278
42279 \end_inset
42280
42281 PineGreen
42282 \begin_inset ERT
42283 status collapsed
42284
42285 \begin_layout Plain Layout
42286
42287 }{
42288 \end_layout
42289
42290 \end_inset
42291
42292
42293 \begin_inset Phantom Phantom
42294 status open
42295
42296 \begin_layout Plain Layout
42297 W
42298 \end_layout
42299
42300 \end_inset
42301
42302
42303 \begin_inset ERT
42304 status collapsed
42305
42306 \begin_layout Plain Layout
42307
42308 }
42309 \end_layout
42310
42311 \end_inset
42312
42313  PineGreen
42314 \end_layout
42315
42316 \end_inset
42317 </cell>
42318 <cell alignment="left" valignment="top" usebox="none">
42319 \begin_inset Text
42320
42321 \begin_layout Plain Layout
42322 \begin_inset ERT
42323 status collapsed
42324
42325 \begin_layout Plain Layout
42326
42327
42328 \backslash
42329 fcolorbox{black}{
42330 \end_layout
42331
42332 \end_inset
42333
42334 Plum
42335 \begin_inset ERT
42336 status collapsed
42337
42338 \begin_layout Plain Layout
42339
42340 }{
42341 \end_layout
42342
42343 \end_inset
42344
42345
42346 \begin_inset Phantom Phantom
42347 status open
42348
42349 \begin_layout Plain Layout
42350 W
42351 \end_layout
42352
42353 \end_inset
42354
42355
42356 \begin_inset ERT
42357 status collapsed
42358
42359 \begin_layout Plain Layout
42360
42361 }
42362 \end_layout
42363
42364 \end_inset
42365
42366  Plum
42367 \end_layout
42368
42369 \end_inset
42370 </cell>
42371 <cell alignment="left" valignment="top" usebox="none">
42372 \begin_inset Text
42373
42374 \begin_layout Plain Layout
42375 \begin_inset ERT
42376 status collapsed
42377
42378 \begin_layout Plain Layout
42379
42380
42381 \backslash
42382 fcolorbox{black}{
42383 \end_layout
42384
42385 \end_inset
42386
42387 ProcessBlue
42388 \begin_inset ERT
42389 status collapsed
42390
42391 \begin_layout Plain Layout
42392
42393 }{
42394 \end_layout
42395
42396 \end_inset
42397
42398
42399 \begin_inset Phantom Phantom
42400 status open
42401
42402 \begin_layout Plain Layout
42403 W
42404 \end_layout
42405
42406 \end_inset
42407
42408
42409 \begin_inset ERT
42410 status collapsed
42411
42412 \begin_layout Plain Layout
42413
42414 }
42415 \end_layout
42416
42417 \end_inset
42418
42419  ProcessBlue
42420 \end_layout
42421
42422 \end_inset
42423 </cell>
42424 <cell alignment="left" valignment="top" usebox="none">
42425 \begin_inset Text
42426
42427 \begin_layout Plain Layout
42428 \begin_inset ERT
42429 status collapsed
42430
42431 \begin_layout Plain Layout
42432
42433
42434 \backslash
42435 fcolorbox{black}{
42436 \end_layout
42437
42438 \end_inset
42439
42440 Purple
42441 \begin_inset ERT
42442 status collapsed
42443
42444 \begin_layout Plain Layout
42445
42446 }{
42447 \end_layout
42448
42449 \end_inset
42450
42451
42452 \begin_inset Phantom Phantom
42453 status open
42454
42455 \begin_layout Plain Layout
42456 W
42457 \end_layout
42458
42459 \end_inset
42460
42461
42462 \begin_inset ERT
42463 status collapsed
42464
42465 \begin_layout Plain Layout
42466
42467 }
42468 \end_layout
42469
42470 \end_inset
42471
42472  Purple
42473 \end_layout
42474
42475 \end_inset
42476 </cell>
42477 </row>
42478 <row>
42479 <cell alignment="left" valignment="top" usebox="none">
42480 \begin_inset Text
42481
42482 \begin_layout Plain Layout
42483 \begin_inset ERT
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487
42488
42489 \backslash
42490 fcolorbox{black}{
42491 \end_layout
42492
42493 \end_inset
42494
42495 RawSienna
42496 \begin_inset ERT
42497 status collapsed
42498
42499 \begin_layout Plain Layout
42500
42501 }{
42502 \end_layout
42503
42504 \end_inset
42505
42506
42507 \begin_inset Phantom Phantom
42508 status open
42509
42510 \begin_layout Plain Layout
42511 W
42512 \end_layout
42513
42514 \end_inset
42515
42516
42517 \begin_inset ERT
42518 status collapsed
42519
42520 \begin_layout Plain Layout
42521
42522 }
42523 \end_layout
42524
42525 \end_inset
42526
42527  RawSienna
42528 \end_layout
42529
42530 \end_inset
42531 </cell>
42532 <cell alignment="left" valignment="top" usebox="none">
42533 \begin_inset Text
42534
42535 \begin_layout Plain Layout
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541
42542 \backslash
42543 fcolorbox{black}{
42544 \end_layout
42545
42546 \end_inset
42547
42548 RedOrange
42549 \begin_inset ERT
42550 status collapsed
42551
42552 \begin_layout Plain Layout
42553
42554 }{
42555 \end_layout
42556
42557 \end_inset
42558
42559
42560 \begin_inset Phantom Phantom
42561 status open
42562
42563 \begin_layout Plain Layout
42564 W
42565 \end_layout
42566
42567 \end_inset
42568
42569
42570 \begin_inset ERT
42571 status collapsed
42572
42573 \begin_layout Plain Layout
42574
42575 }
42576 \end_layout
42577
42578 \end_inset
42579
42580  RedOrange
42581 \end_layout
42582
42583 \end_inset
42584 </cell>
42585 <cell alignment="left" valignment="top" usebox="none">
42586 \begin_inset Text
42587
42588 \begin_layout Plain Layout
42589 \begin_inset ERT
42590 status collapsed
42591
42592 \begin_layout Plain Layout
42593
42594
42595 \backslash
42596 fcolorbox{black}{
42597 \end_layout
42598
42599 \end_inset
42600
42601 RedViolet
42602 \begin_inset ERT
42603 status collapsed
42604
42605 \begin_layout Plain Layout
42606
42607 }{
42608 \end_layout
42609
42610 \end_inset
42611
42612
42613 \begin_inset Phantom Phantom
42614 status open
42615
42616 \begin_layout Plain Layout
42617 W
42618 \end_layout
42619
42620 \end_inset
42621
42622
42623 \begin_inset ERT
42624 status collapsed
42625
42626 \begin_layout Plain Layout
42627
42628 }
42629 \end_layout
42630
42631 \end_inset
42632
42633  RedViolet
42634 \end_layout
42635
42636 \end_inset
42637 </cell>
42638 <cell alignment="left" valignment="top" usebox="none">
42639 \begin_inset Text
42640
42641 \begin_layout Plain Layout
42642 \begin_inset ERT
42643 status collapsed
42644
42645 \begin_layout Plain Layout
42646
42647
42648 \backslash
42649 fcolorbox{black}{
42650 \end_layout
42651
42652 \end_inset
42653
42654 Rhodamine
42655 \begin_inset ERT
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659
42660 }{
42661 \end_layout
42662
42663 \end_inset
42664
42665
42666 \begin_inset Phantom Phantom
42667 status open
42668
42669 \begin_layout Plain Layout
42670 W
42671 \end_layout
42672
42673 \end_inset
42674
42675
42676 \begin_inset ERT
42677 status collapsed
42678
42679 \begin_layout Plain Layout
42680
42681 }
42682 \end_layout
42683
42684 \end_inset
42685
42686  Rhodamine
42687 \end_layout
42688
42689 \end_inset
42690 </cell>
42691 </row>
42692 <row>
42693 <cell alignment="left" valignment="top" usebox="none">
42694 \begin_inset Text
42695
42696 \begin_layout Plain Layout
42697 \begin_inset ERT
42698 status collapsed
42699
42700 \begin_layout Plain Layout
42701
42702
42703 \backslash
42704 fcolorbox{black}{
42705 \end_layout
42706
42707 \end_inset
42708
42709 RoyalBlue
42710 \begin_inset ERT
42711 status collapsed
42712
42713 \begin_layout Plain Layout
42714
42715 }{
42716 \end_layout
42717
42718 \end_inset
42719
42720
42721 \begin_inset Phantom Phantom
42722 status open
42723
42724 \begin_layout Plain Layout
42725 W
42726 \end_layout
42727
42728 \end_inset
42729
42730
42731 \begin_inset ERT
42732 status collapsed
42733
42734 \begin_layout Plain Layout
42735
42736 }
42737 \end_layout
42738
42739 \end_inset
42740
42741  RoyalBlue
42742 \end_layout
42743
42744 \end_inset
42745 </cell>
42746 <cell alignment="left" valignment="top" usebox="none">
42747 \begin_inset Text
42748
42749 \begin_layout Plain Layout
42750 \begin_inset ERT
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754
42755
42756 \backslash
42757 fcolorbox{black}{
42758 \end_layout
42759
42760 \end_inset
42761
42762 RoyalPurple
42763 \begin_inset ERT
42764 status collapsed
42765
42766 \begin_layout Plain Layout
42767
42768 }{
42769 \end_layout
42770
42771 \end_inset
42772
42773
42774 \begin_inset Phantom Phantom
42775 status open
42776
42777 \begin_layout Plain Layout
42778 W
42779 \end_layout
42780
42781 \end_inset
42782
42783
42784 \begin_inset ERT
42785 status collapsed
42786
42787 \begin_layout Plain Layout
42788
42789 }
42790 \end_layout
42791
42792 \end_inset
42793
42794  RoyalPurple
42795 \end_layout
42796
42797 \end_inset
42798 </cell>
42799 <cell alignment="left" valignment="top" usebox="none">
42800 \begin_inset Text
42801
42802 \begin_layout Plain Layout
42803 \begin_inset ERT
42804 status collapsed
42805
42806 \begin_layout Plain Layout
42807
42808
42809 \backslash
42810 fcolorbox{black}{
42811 \end_layout
42812
42813 \end_inset
42814
42815 RubineRed
42816 \begin_inset ERT
42817 status collapsed
42818
42819 \begin_layout Plain Layout
42820
42821 }{
42822 \end_layout
42823
42824 \end_inset
42825
42826
42827 \begin_inset Phantom Phantom
42828 status open
42829
42830 \begin_layout Plain Layout
42831 W
42832 \end_layout
42833
42834 \end_inset
42835
42836
42837 \begin_inset ERT
42838 status collapsed
42839
42840 \begin_layout Plain Layout
42841
42842 }
42843 \end_layout
42844
42845 \end_inset
42846
42847  RubineRed
42848 \end_layout
42849
42850 \end_inset
42851 </cell>
42852 <cell alignment="left" valignment="top" usebox="none">
42853 \begin_inset Text
42854
42855 \begin_layout Plain Layout
42856 \begin_inset ERT
42857 status collapsed
42858
42859 \begin_layout Plain Layout
42860
42861
42862 \backslash
42863 fcolorbox{black}{
42864 \end_layout
42865
42866 \end_inset
42867
42868 Salmon
42869 \begin_inset ERT
42870 status collapsed
42871
42872 \begin_layout Plain Layout
42873
42874 }{
42875 \end_layout
42876
42877 \end_inset
42878
42879
42880 \begin_inset Phantom Phantom
42881 status open
42882
42883 \begin_layout Plain Layout
42884 W
42885 \end_layout
42886
42887 \end_inset
42888
42889
42890 \begin_inset ERT
42891 status collapsed
42892
42893 \begin_layout Plain Layout
42894
42895 }
42896 \end_layout
42897
42898 \end_inset
42899
42900  Salmon
42901 \end_layout
42902
42903 \end_inset
42904 </cell>
42905 </row>
42906 <row>
42907 <cell alignment="left" valignment="top" usebox="none">
42908 \begin_inset Text
42909
42910 \begin_layout Plain Layout
42911 \begin_inset ERT
42912 status collapsed
42913
42914 \begin_layout Plain Layout
42915
42916
42917 \backslash
42918 fcolorbox{black}{
42919 \end_layout
42920
42921 \end_inset
42922
42923 SeaGreen
42924 \begin_inset ERT
42925 status collapsed
42926
42927 \begin_layout Plain Layout
42928
42929 }{
42930 \end_layout
42931
42932 \end_inset
42933
42934
42935 \begin_inset Phantom Phantom
42936 status open
42937
42938 \begin_layout Plain Layout
42939 W
42940 \end_layout
42941
42942 \end_inset
42943
42944
42945 \begin_inset ERT
42946 status collapsed
42947
42948 \begin_layout Plain Layout
42949
42950 }
42951 \end_layout
42952
42953 \end_inset
42954
42955  SeaGreen
42956 \end_layout
42957
42958 \end_inset
42959 </cell>
42960 <cell alignment="left" valignment="top" usebox="none">
42961 \begin_inset Text
42962
42963 \begin_layout Plain Layout
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969
42970 \backslash
42971 fcolorbox{black}{
42972 \end_layout
42973
42974 \end_inset
42975
42976 Sepia
42977 \begin_inset ERT
42978 status collapsed
42979
42980 \begin_layout Plain Layout
42981
42982 }{
42983 \end_layout
42984
42985 \end_inset
42986
42987
42988 \begin_inset Phantom Phantom
42989 status open
42990
42991 \begin_layout Plain Layout
42992 W
42993 \end_layout
42994
42995 \end_inset
42996
42997
42998 \begin_inset ERT
42999 status collapsed
43000
43001 \begin_layout Plain Layout
43002
43003 }
43004 \end_layout
43005
43006 \end_inset
43007
43008  Sepia
43009 \end_layout
43010
43011 \end_inset
43012 </cell>
43013 <cell alignment="left" valignment="top" usebox="none">
43014 \begin_inset Text
43015
43016 \begin_layout Plain Layout
43017 \begin_inset ERT
43018 status collapsed
43019
43020 \begin_layout Plain Layout
43021
43022
43023 \backslash
43024 fcolorbox{black}{
43025 \end_layout
43026
43027 \end_inset
43028
43029 SkyBlue
43030 \begin_inset ERT
43031 status collapsed
43032
43033 \begin_layout Plain Layout
43034
43035 }{
43036 \end_layout
43037
43038 \end_inset
43039
43040
43041 \begin_inset Phantom Phantom
43042 status open
43043
43044 \begin_layout Plain Layout
43045 W
43046 \end_layout
43047
43048 \end_inset
43049
43050
43051 \begin_inset ERT
43052 status collapsed
43053
43054 \begin_layout Plain Layout
43055
43056 }
43057 \end_layout
43058
43059 \end_inset
43060
43061  SkyBlue
43062 \end_layout
43063
43064 \end_inset
43065 </cell>
43066 <cell alignment="left" valignment="top" usebox="none">
43067 \begin_inset Text
43068
43069 \begin_layout Plain Layout
43070 \begin_inset ERT
43071 status collapsed
43072
43073 \begin_layout Plain Layout
43074
43075
43076 \backslash
43077 fcolorbox{black}{
43078 \end_layout
43079
43080 \end_inset
43081
43082 SpringGreen
43083 \begin_inset ERT
43084 status collapsed
43085
43086 \begin_layout Plain Layout
43087
43088 }{
43089 \end_layout
43090
43091 \end_inset
43092
43093
43094 \begin_inset Phantom Phantom
43095 status open
43096
43097 \begin_layout Plain Layout
43098 W
43099 \end_layout
43100
43101 \end_inset
43102
43103
43104 \begin_inset ERT
43105 status collapsed
43106
43107 \begin_layout Plain Layout
43108
43109 }
43110 \end_layout
43111
43112 \end_inset
43113
43114  SpringGreen
43115 \end_layout
43116
43117 \end_inset
43118 </cell>
43119 </row>
43120 <row>
43121 <cell alignment="left" valignment="top" usebox="none">
43122 \begin_inset Text
43123
43124 \begin_layout Plain Layout
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130
43131 \backslash
43132 fcolorbox{black}{
43133 \end_layout
43134
43135 \end_inset
43136
43137 Tan
43138 \begin_inset ERT
43139 status collapsed
43140
43141 \begin_layout Plain Layout
43142
43143 }{
43144 \end_layout
43145
43146 \end_inset
43147
43148
43149 \begin_inset Phantom Phantom
43150 status open
43151
43152 \begin_layout Plain Layout
43153 W
43154 \end_layout
43155
43156 \end_inset
43157
43158
43159 \begin_inset ERT
43160 status collapsed
43161
43162 \begin_layout Plain Layout
43163
43164 }
43165 \end_layout
43166
43167 \end_inset
43168
43169  Tan
43170 \end_layout
43171
43172 \end_inset
43173 </cell>
43174 <cell alignment="left" valignment="top" usebox="none">
43175 \begin_inset Text
43176
43177 \begin_layout Plain Layout
43178 \begin_inset ERT
43179 status collapsed
43180
43181 \begin_layout Plain Layout
43182
43183
43184 \backslash
43185 fcolorbox{black}{
43186 \end_layout
43187
43188 \end_inset
43189
43190 TealBlue
43191 \begin_inset ERT
43192 status collapsed
43193
43194 \begin_layout Plain Layout
43195
43196 }{
43197 \end_layout
43198
43199 \end_inset
43200
43201
43202 \begin_inset Phantom Phantom
43203 status open
43204
43205 \begin_layout Plain Layout
43206 W
43207 \end_layout
43208
43209 \end_inset
43210
43211
43212 \begin_inset ERT
43213 status collapsed
43214
43215 \begin_layout Plain Layout
43216
43217 }
43218 \end_layout
43219
43220 \end_inset
43221
43222  TealBlue
43223 \end_layout
43224
43225 \end_inset
43226 </cell>
43227 <cell alignment="left" valignment="top" usebox="none">
43228 \begin_inset Text
43229
43230 \begin_layout Plain Layout
43231 \begin_inset ERT
43232 status collapsed
43233
43234 \begin_layout Plain Layout
43235
43236
43237 \backslash
43238 fcolorbox{black}{
43239 \end_layout
43240
43241 \end_inset
43242
43243 Thistle
43244 \begin_inset ERT
43245 status collapsed
43246
43247 \begin_layout Plain Layout
43248
43249 }{
43250 \end_layout
43251
43252 \end_inset
43253
43254
43255 \begin_inset Phantom Phantom
43256 status open
43257
43258 \begin_layout Plain Layout
43259 W
43260 \end_layout
43261
43262 \end_inset
43263
43264
43265 \begin_inset ERT
43266 status collapsed
43267
43268 \begin_layout Plain Layout
43269
43270 }
43271 \end_layout
43272
43273 \end_inset
43274
43275  Thistle
43276 \end_layout
43277
43278 \end_inset
43279 </cell>
43280 <cell alignment="left" valignment="top" usebox="none">
43281 \begin_inset Text
43282
43283 \begin_layout Plain Layout
43284 \begin_inset ERT
43285 status collapsed
43286
43287 \begin_layout Plain Layout
43288
43289
43290 \backslash
43291 fcolorbox{black}{
43292 \end_layout
43293
43294 \end_inset
43295
43296 Turquoise
43297 \begin_inset ERT
43298 status collapsed
43299
43300 \begin_layout Plain Layout
43301
43302 }{
43303 \end_layout
43304
43305 \end_inset
43306
43307
43308 \begin_inset Phantom Phantom
43309 status open
43310
43311 \begin_layout Plain Layout
43312 W
43313 \end_layout
43314
43315 \end_inset
43316
43317
43318 \begin_inset ERT
43319 status collapsed
43320
43321 \begin_layout Plain Layout
43322
43323 }
43324 \end_layout
43325
43326 \end_inset
43327
43328  Turquoise
43329 \end_layout
43330
43331 \end_inset
43332 </cell>
43333 </row>
43334 <row>
43335 <cell alignment="left" valignment="top" usebox="none">
43336 \begin_inset Text
43337
43338 \begin_layout Plain Layout
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344
43345 \backslash
43346 fcolorbox{black}{
43347 \end_layout
43348
43349 \end_inset
43350
43351 Violet
43352 \begin_inset ERT
43353 status collapsed
43354
43355 \begin_layout Plain Layout
43356
43357 }{
43358 \end_layout
43359
43360 \end_inset
43361
43362
43363 \begin_inset Phantom Phantom
43364 status open
43365
43366 \begin_layout Plain Layout
43367 W
43368 \end_layout
43369
43370 \end_inset
43371
43372
43373 \begin_inset ERT
43374 status collapsed
43375
43376 \begin_layout Plain Layout
43377
43378 }
43379 \end_layout
43380
43381 \end_inset
43382
43383  Violet
43384 \end_layout
43385
43386 \end_inset
43387 </cell>
43388 <cell alignment="left" valignment="top" usebox="none">
43389 \begin_inset Text
43390
43391 \begin_layout Plain Layout
43392 \begin_inset ERT
43393 status collapsed
43394
43395 \begin_layout Plain Layout
43396
43397
43398 \backslash
43399 fcolorbox{black}{
43400 \end_layout
43401
43402 \end_inset
43403
43404 VioletRed
43405 \begin_inset ERT
43406 status collapsed
43407
43408 \begin_layout Plain Layout
43409
43410 }{
43411 \end_layout
43412
43413 \end_inset
43414
43415
43416 \begin_inset Phantom Phantom
43417 status open
43418
43419 \begin_layout Plain Layout
43420 W
43421 \end_layout
43422
43423 \end_inset
43424
43425
43426 \begin_inset ERT
43427 status collapsed
43428
43429 \begin_layout Plain Layout
43430
43431 }
43432 \end_layout
43433
43434 \end_inset
43435
43436  VioletRed
43437 \end_layout
43438
43439 \end_inset
43440 </cell>
43441 <cell alignment="left" valignment="top" usebox="none">
43442 \begin_inset Text
43443
43444 \begin_layout Plain Layout
43445 \begin_inset ERT
43446 status collapsed
43447
43448 \begin_layout Plain Layout
43449
43450
43451 \backslash
43452 fcolorbox{black}{
43453 \end_layout
43454
43455 \end_inset
43456
43457 WildStrawberry
43458 \begin_inset ERT
43459 status collapsed
43460
43461 \begin_layout Plain Layout
43462
43463 }{
43464 \end_layout
43465
43466 \end_inset
43467
43468
43469 \begin_inset Phantom Phantom
43470 status open
43471
43472 \begin_layout Plain Layout
43473 W
43474 \end_layout
43475
43476 \end_inset
43477
43478
43479 \begin_inset ERT
43480 status collapsed
43481
43482 \begin_layout Plain Layout
43483
43484 }
43485 \end_layout
43486
43487 \end_inset
43488
43489  WildStrawberry
43490 \end_layout
43491
43492 \end_inset
43493 </cell>
43494 <cell alignment="left" valignment="top" usebox="none">
43495 \begin_inset Text
43496
43497 \begin_layout Plain Layout
43498 \begin_inset ERT
43499 status collapsed
43500
43501 \begin_layout Plain Layout
43502
43503
43504 \backslash
43505 fcolorbox{black}{
43506 \end_layout
43507
43508 \end_inset
43509
43510 YellowGreen
43511 \begin_inset ERT
43512 status collapsed
43513
43514 \begin_layout Plain Layout
43515
43516 }{
43517 \end_layout
43518
43519 \end_inset
43520
43521
43522 \begin_inset Phantom Phantom
43523 status open
43524
43525 \begin_layout Plain Layout
43526 W
43527 \end_layout
43528
43529 \end_inset
43530
43531
43532 \begin_inset ERT
43533 status collapsed
43534
43535 \begin_layout Plain Layout
43536
43537 }
43538 \end_layout
43539
43540 \end_inset
43541
43542  YellowGreen
43543 \end_layout
43544
43545 \end_inset
43546 </cell>
43547 </row>
43548 <row>
43549 <cell alignment="left" valignment="top" usebox="none">
43550 \begin_inset Text
43551
43552 \begin_layout Plain Layout
43553 \begin_inset ERT
43554 status collapsed
43555
43556 \begin_layout Plain Layout
43557
43558
43559 \backslash
43560 fcolorbox{black}{
43561 \end_layout
43562
43563 \end_inset
43564
43565 YellowOrange
43566 \begin_inset ERT
43567 status collapsed
43568
43569 \begin_layout Plain Layout
43570
43571 }{
43572 \end_layout
43573
43574 \end_inset
43575
43576
43577 \begin_inset Phantom Phantom
43578 status open
43579
43580 \begin_layout Plain Layout
43581 W
43582 \end_layout
43583
43584 \end_inset
43585
43586
43587 \begin_inset ERT
43588 status collapsed
43589
43590 \begin_layout Plain Layout
43591
43592 }
43593 \end_layout
43594
43595 \end_inset
43596
43597  YellowOrange
43598 \end_layout
43599
43600 \end_inset
43601 </cell>
43602 <cell alignment="left" valignment="top" usebox="none">
43603 \begin_inset Text
43604
43605 \begin_layout Plain Layout
43606
43607 \end_layout
43608
43609 \end_inset
43610 </cell>
43611 <cell alignment="left" valignment="top" usebox="none">
43612 \begin_inset Text
43613
43614 \begin_layout Plain Layout
43615
43616 \end_layout
43617
43618 \end_inset
43619 </cell>
43620 <cell alignment="left" valignment="top" usebox="none">
43621 \begin_inset Text
43622
43623 \begin_layout Plain Layout
43624
43625 \end_layout
43626
43627 \end_inset
43628 </cell>
43629 </row>
43630 </lyxtabular>
43631
43632 \end_inset
43633
43634
43635 \end_layout
43636
43637 \begin_layout Chapter
43638 第(
43639 \begin_inset CommandInset ref
43640 LatexCommand ref
43641 reference "eq:Wgn"
43642
43643 \end_inset
43644
43645 )式の説明
43646 \begin_inset CommandInset label
43647 LatexCommand label
43648 name "cha:式の説明"
43649
43650 \end_inset
43651
43652
43653 \end_layout
43654
43655 \begin_layout Standard
43656 \begin_inset Formula $n$
43657 \end_inset
43658
43659 個の表セルの全幅
43660 \begin_inset Formula $W_{\text{全}:n}$
43661 \end_inset
43662
43663
43664 \begin_inset Formula 
43665 \begin{equation}
43666 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43667 \end{equation}
43668
43669 \end_inset
43670
43671
43672 \end_layout
43673
43674 \begin_layout Standard
43675 で計算できます.ここで
43676 \begin_inset Formula $W_{\text{指}:n}$
43677 \end_inset
43678
43679 は,すべてのセルが持つ固定幅です.
43680 \series bold
43681
43682 \backslash
43683 tabcolsep
43684 \series default
43685 は,セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
43686 長であり,既定値は6
43687 \begin_inset space \thinspace{}
43688 \end_inset
43689
43690 ptです.
43691 \series bold
43692
43693 \backslash
43694 arrayrulewidth
43695 \series default
43696 は,セル罫線幅であり,既定値は0.4
43697 \begin_inset space \thinspace{}
43698 \end_inset
43699
43700 ptです.
43701 \end_layout
43702
43703 \begin_layout Standard
43704
43705 \begin_inset CommandInset ref
43706 LatexCommand eqref
43707 reference "eq:Wtot_n"
43708
43709 \end_inset
43710
43711 式にしたがえば,連結列の全幅
43712 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
43713 \end_inset
43714
43715
43716 \begin_inset Formula 
43717 \begin{equation}
43718 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43719 \end{equation}
43720
43721 \end_inset
43722
43723
43724 \end_layout
43725
43726 \begin_layout Standard
43727 となります.
43728 \begin_inset Formula $n$
43729 \end_inset
43730
43731 列を連結する時には各列の全幅は
43732 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
43733 \end_inset
43734
43735 となるので,第
43736 \begin_inset CommandInset ref
43737 LatexCommand eqref
43738 reference "eq:Wtot_n"
43739
43740 \end_inset
43741
43742 式と第
43743 \begin_inset CommandInset ref
43744 LatexCommand eqref
43745 reference "eq:Wtot_mult"
43746
43747 \end_inset
43748
43749 式が等しいものと置けば,必要となる固定幅
43750 \begin_inset Formula $W_{\text{指}:n}$
43751 \end_inset
43752
43753 を計算することができて,
43754 \begin_inset Formula 
43755 \begin{equation}
43756 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43757 \end{equation}
43758
43759 \end_inset
43760
43761 となります.
43762 \end_layout
43763
43764 \begin_layout Bibliography
43765 \labelwidthstring 参考文献
43766 \begin_inset CommandInset bibitem
43767 LatexCommand bibitem
43768 key "latexcompanion"
43769 literal "true"
43770
43771 \end_inset
43772
43773 Frank Mittelbach and Michel Goossens: 
43774 \emph on
43775 The \SpecialChar LaTeX
43776  Companion Second Edition.
43777
43778 \emph default
43779  Addison-Wesley, 2004
43780 \end_layout
43781
43782 \begin_layout Bibliography
43783 \labelwidthstring 参考文献
43784 \begin_inset CommandInset bibitem
43785 LatexCommand bibitem
43786 key "latexguide"
43787 literal "true"
43788
43789 \end_inset
43790
43791 Helmut Kopka and Patrick W.
43792  Daly: 
43793 \emph on
43794 A Guide to \SpecialChar LaTeX
43795  Fourth Edition.
43796
43797 \emph default
43798  Addison-Wesley, 2003
43799 \end_layout
43800
43801 \begin_layout Bibliography
43802 \labelwidthstring 参考文献
43803 \begin_inset CommandInset bibitem
43804 LatexCommand bibitem
43805 key "latexbook"
43806 literal "true"
43807
43808 \end_inset
43809
43810 Leslie Lamport: 
43811 \emph on
43812 \SpecialChar LaTeX
43813 : A Document Preparation System.
43814
43815 \emph default
43816  Addison-Wesley, second edition, 1994
43817 \end_layout
43818
43819 \begin_layout Bibliography
43820 \labelwidthstring 参考文献
43821 \begin_inset CommandInset bibitem
43822 LatexCommand bibitem
43823 key "arydshln"
43824 literal "true"
43825
43826 \end_inset
43827
43828 \SpecialChar LaTeX
43829 パッケージ
43830 \series bold
43831
43832 \begin_inset CommandInset href
43833 LatexCommand href
43834 name "arydshln"
43835 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
43836 literal "false"
43837
43838 \end_inset
43839
43840
43841 \series default
43842
43843 \begin_inset Index idx
43844 status collapsed
43845
43846 \begin_layout Plain Layout
43847 \SpecialChar LaTeX
43848 ぱっけーじ@\SpecialChar LaTeX
43849 パッケージ ! arydshln
43850 \end_layout
43851
43852 \end_inset
43853
43854
43855 \end_layout
43856
43857 \begin_layout Bibliography
43858 \labelwidthstring 参考文献
43859 \begin_inset CommandInset bibitem
43860 LatexCommand bibitem
43861 key "booktabs"
43862 literal "true"
43863
43864 \end_inset
43865
43866 \SpecialChar LaTeX
43867 パッケージ
43868 \series bold
43869
43870 \begin_inset CommandInset href
43871 LatexCommand href
43872 name "booktabs"
43873 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
43874 literal "false"
43875
43876 \end_inset
43877
43878
43879 \series default
43880
43881 \begin_inset Index idx
43882 status collapsed
43883
43884 \begin_layout Plain Layout
43885 \SpecialChar LaTeX
43886 ぱっけーじ@\SpecialChar LaTeX
43887 パッケージ ! booktabs
43888 \end_layout
43889
43890 \end_inset
43891
43892 の取扱説明書
43893 \end_layout
43894
43895 \begin_layout Bibliography
43896 \labelwidthstring 参考文献
43897 \begin_inset CommandInset bibitem
43898 LatexCommand bibitem
43899 key "caption"
43900 literal "true"
43901
43902 \end_inset
43903
43904 \SpecialChar LaTeX
43905 パッケージ
43906 \series bold
43907
43908 \begin_inset CommandInset href
43909 LatexCommand href
43910 name "caption"
43911 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
43912 literal "false"
43913
43914 \end_inset
43915
43916
43917 \series default
43918
43919 \begin_inset Index idx
43920 status collapsed
43921
43922 \begin_layout Plain Layout
43923 \SpecialChar LaTeX
43924 ぱっけーじ@\SpecialChar LaTeX
43925 パッケージ ! caption
43926 \end_layout
43927
43928 \end_inset
43929
43930 の取扱説明書
43931 \end_layout
43932
43933 \begin_layout Bibliography
43934 \labelwidthstring 参考文献
43935 \begin_inset CommandInset bibitem
43936 LatexCommand bibitem
43937 key "diagbox"
43938 literal "true"
43939
43940 \end_inset
43941
43942 \SpecialChar LaTeX
43943 パッケージ
43944 \series bold
43945
43946 \begin_inset CommandInset href
43947 LatexCommand href
43948 name "diagbox"
43949 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
43950 literal "false"
43951
43952 \end_inset
43953
43954
43955 \series default
43956
43957 \begin_inset Index idx
43958 status collapsed
43959
43960 \begin_layout Plain Layout
43961 \SpecialChar LaTeX
43962 ぱっけーじ@\SpecialChar LaTeX
43963 パッケージ ! diagbox
43964 \end_layout
43965
43966 \end_inset
43967
43968
43969 \end_layout
43970
43971 \begin_layout Bibliography
43972 \labelwidthstring 参考文献
43973 \begin_inset CommandInset bibitem
43974 LatexCommand bibitem
43975 key "endfloat"
43976 literal "true"
43977
43978 \end_inset
43979
43980 \SpecialChar LaTeX
43981 パッケージ
43982 \series bold
43983
43984 \begin_inset CommandInset href
43985 LatexCommand href
43986 name "endfloat"
43987 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
43988 literal "false"
43989
43990 \end_inset
43991
43992
43993 \series default
43994
43995 \begin_inset Index idx
43996 status collapsed
43997
43998 \begin_layout Plain Layout
43999 \SpecialChar LaTeX
44000 ぱっけーじ@\SpecialChar LaTeX
44001 パッケージ ! endfloat
44002 \end_layout
44003
44004 \end_inset
44005
44006 の取扱説明書
44007 \end_layout
44008
44009 \begin_layout Bibliography
44010 \labelwidthstring 参考文献
44011 \begin_inset CommandInset bibitem
44012 LatexCommand bibitem
44013 key "footmisc"
44014 literal "true"
44015
44016 \end_inset
44017
44018 \SpecialChar LaTeX
44019 パッケージ
44020 \series bold
44021
44022 \begin_inset CommandInset href
44023 LatexCommand href
44024 name "footmisc"
44025 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
44026 literal "false"
44027
44028 \end_inset
44029
44030
44031 \series default
44032
44033 \begin_inset Index idx
44034 status collapsed
44035
44036 \begin_layout Plain Layout
44037 \SpecialChar LaTeX
44038 ぱっけーじ@\SpecialChar LaTeX
44039 パッケージ ! footmisc
44040 \end_layout
44041
44042 \end_inset
44043
44044 の取扱説明書
44045 \end_layout
44046
44047 \begin_layout Bibliography
44048 \labelwidthstring 参考文献
44049 \begin_inset CommandInset bibitem
44050 LatexCommand bibitem
44051 key "hypcap"
44052 literal "true"
44053
44054 \end_inset
44055
44056 \SpecialChar LaTeX
44057 パッケージ
44058 \series bold
44059
44060 \begin_inset CommandInset href
44061 LatexCommand href
44062 name "hypcap"
44063 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44064 literal "false"
44065
44066 \end_inset
44067
44068
44069 \series default
44070
44071 \begin_inset Index idx
44072 status collapsed
44073
44074 \begin_layout Plain Layout
44075 \SpecialChar LaTeX
44076 ぱっけーじ@\SpecialChar LaTeX
44077 パッケージ ! hyperref
44078 \end_layout
44079
44080 \end_inset
44081
44082 の取扱説明書
44083 \end_layout
44084
44085 \begin_layout Bibliography
44086 \labelwidthstring 参考文献
44087 \begin_inset CommandInset bibitem
44088 LatexCommand bibitem
44089 key "hyperref"
44090 literal "true"
44091
44092 \end_inset
44093
44094 \SpecialChar LaTeX
44095 パッケージ
44096 \series bold
44097
44098 \begin_inset CommandInset href
44099 LatexCommand href
44100 name "hyperref"
44101 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
44102 literal "false"
44103
44104 \end_inset
44105
44106
44107 \series default
44108
44109 \begin_inset Index idx
44110 status collapsed
44111
44112 \begin_layout Plain Layout
44113 \SpecialChar LaTeX
44114 ぱっけーじ@\SpecialChar LaTeX
44115 パッケージ ! hyperref
44116 \end_layout
44117
44118 \end_inset
44119
44120 の取扱説明書
44121 \end_layout
44122
44123 \begin_layout Bibliography
44124 \labelwidthstring 参考文献
44125 \begin_inset CommandInset bibitem
44126 LatexCommand bibitem
44127 key "KOMA-script"
44128 literal "true"
44129
44130 \end_inset
44131
44132 \SpecialChar LaTeX
44133 パッケージ
44134 \series bold
44135
44136 \begin_inset CommandInset href
44137 LatexCommand href
44138 name "KOMA-script"
44139 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
44140 literal "false"
44141
44142 \end_inset
44143
44144
44145 \series default
44146
44147 \begin_inset Index idx
44148 status collapsed
44149
44150 \begin_layout Plain Layout
44151 \SpecialChar LaTeX
44152 ぱっけーじ@\SpecialChar LaTeX
44153 パッケージ ! KOMA-script
44154 \end_layout
44155
44156 \end_inset
44157
44158 の取扱説明書
44159 \end_layout
44160
44161 \begin_layout Bibliography
44162 \labelwidthstring 参考文献
44163 \begin_inset CommandInset bibitem
44164 LatexCommand bibitem
44165 key "lettrine"
44166 literal "true"
44167
44168 \end_inset
44169
44170 \SpecialChar LaTeX
44171 パッケージ
44172 \series bold
44173
44174 \begin_inset CommandInset href
44175 LatexCommand href
44176 name "lettrine"
44177 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44178 literal "false"
44179
44180 \end_inset
44181
44182
44183 \series default
44184 及び
44185 \begin_inset CommandInset href
44186 LatexCommand href
44187 name "用例"
44188 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
44189 literal "false"
44190
44191 \end_inset
44192
44193
44194 \begin_inset Index idx
44195 status collapsed
44196
44197 \begin_layout Plain Layout
44198 \SpecialChar LaTeX
44199 ぱっけーじ@\SpecialChar LaTeX
44200 パッケージ ! lettrine
44201 \end_layout
44202
44203 \end_inset
44204
44205
44206 \end_layout
44207
44208 \begin_layout Bibliography
44209 \labelwidthstring 参考文献
44210 \begin_inset CommandInset bibitem
44211 LatexCommand bibitem
44212 key "listings"
44213 literal "true"
44214
44215 \end_inset
44216
44217 \SpecialChar LaTeX
44218 パッケージ
44219 \series bold
44220
44221 \begin_inset CommandInset href
44222 LatexCommand href
44223 name "listings"
44224 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
44225 literal "false"
44226
44227 \end_inset
44228
44229
44230 \series default
44231
44232 \begin_inset Index idx
44233 status collapsed
44234
44235 \begin_layout Plain Layout
44236 \SpecialChar LaTeX
44237 ぱっけーじ@\SpecialChar LaTeX
44238 パッケージ ! listings
44239 \end_layout
44240
44241 \end_inset
44242
44243 の取扱説明書
44244 \end_layout
44245
44246 \begin_layout Bibliography
44247 \labelwidthstring 参考文献
44248 \begin_inset CommandInset bibitem
44249 LatexCommand bibitem
44250 key "minted"
44251 literal "true"
44252
44253 \end_inset
44254
44255 \SpecialChar LaTeX
44256 パッケージ
44257 \series bold
44258
44259 \begin_inset CommandInset href
44260 LatexCommand href
44261 name "minted"
44262 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
44263 literal "false"
44264
44265 \end_inset
44266
44267
44268 \series default
44269
44270 \begin_inset Index idx
44271 status collapsed
44272
44273 \begin_layout Plain Layout
44274 \SpecialChar LaTeX
44275 ぱっけーじ@\SpecialChar LaTeX
44276 パッケージ ! minted
44277 \end_layout
44278
44279 \end_inset
44280
44281 の取扱説明書
44282 \end_layout
44283
44284 \begin_layout Bibliography
44285 \labelwidthstring 参考文献
44286 \begin_inset CommandInset bibitem
44287 LatexCommand bibitem
44288 key "marginnote"
44289 literal "true"
44290
44291 \end_inset
44292
44293 \SpecialChar LaTeX
44294 パッケージ
44295 \series bold
44296
44297 \begin_inset CommandInset href
44298 LatexCommand href
44299 name "marginnote"
44300 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
44301 literal "false"
44302
44303 \end_inset
44304
44305
44306 \series default
44307
44308 \begin_inset Index idx
44309 status collapsed
44310
44311 \begin_layout Plain Layout
44312 \SpecialChar LaTeX
44313 ぱっけーじ@\SpecialChar LaTeX
44314 パッケージ ! marginnote
44315 \end_layout
44316
44317 \end_inset
44318
44319 の取扱説明書
44320 \end_layout
44321
44322 \begin_layout Bibliography
44323 \labelwidthstring 参考文献
44324 \begin_inset CommandInset bibitem
44325 LatexCommand bibitem
44326 key "pdfpages"
44327 literal "true"
44328
44329 \end_inset
44330
44331 \SpecialChar LaTeX
44332 パッケージ
44333 \series bold
44334
44335 \begin_inset CommandInset href
44336 LatexCommand href
44337 name "pdfpages"
44338 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44339 literal "false"
44340
44341 \end_inset
44342
44343
44344 \series default
44345
44346 \begin_inset Index idx
44347 status collapsed
44348
44349 \begin_layout Plain Layout
44350 \SpecialChar LaTeX
44351 ぱっけーじ@\SpecialChar LaTeX
44352 パッケージ ! pdfpages
44353 \end_layout
44354
44355 \end_inset
44356
44357 の取扱説明書
44358 \end_layout
44359
44360 \begin_layout Bibliography
44361 \labelwidthstring 参考文献
44362 \begin_inset CommandInset bibitem
44363 LatexCommand bibitem
44364 key "prettyref"
44365 literal "true"
44366
44367 \end_inset
44368
44369 \SpecialChar LaTeX
44370 パッケージ
44371 \series bold
44372
44373 \begin_inset CommandInset href
44374 LatexCommand href
44375 name "prettyref"
44376 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44377 literal "false"
44378
44379 \end_inset
44380
44381
44382 \series default
44383
44384 \begin_inset Index idx
44385 status collapsed
44386
44387 \begin_layout Plain Layout
44388 \SpecialChar LaTeX
44389 ぱっけーじ@\SpecialChar LaTeX
44390 パッケージ! prettyref
44391 \end_layout
44392
44393 \end_inset
44394
44395 の取扱説明書
44396 \end_layout
44397
44398 \begin_layout Bibliography
44399 \labelwidthstring 参考文献
44400 \begin_inset CommandInset bibitem
44401 LatexCommand bibitem
44402 key "pstricks"
44403 literal "true"
44404
44405 \end_inset
44406
44407 \SpecialChar LaTeX
44408 パッケージ
44409 \series bold
44410
44411 \begin_inset CommandInset href
44412 LatexCommand href
44413 name "PSTricks"
44414 target "http://tug.org/PSTricks/"
44415 literal "false"
44416
44417 \end_inset
44418
44419
44420 \series default
44421
44422 \begin_inset Index idx
44423 status collapsed
44424
44425 \begin_layout Plain Layout
44426 \SpecialChar LaTeX
44427 ぱっけーじ@\SpecialChar LaTeX
44428 パッケージ ! PSTricks
44429 \end_layout
44430
44431 \end_inset
44432
44433 のウェブページ
44434 \end_layout
44435
44436 \begin_layout Bibliography
44437 \labelwidthstring 参考文献
44438 \begin_inset CommandInset bibitem
44439 LatexCommand bibitem
44440 key "refstyle"
44441 literal "true"
44442
44443 \end_inset
44444
44445 \SpecialChar LaTeX
44446 パッケージ
44447 \series bold
44448
44449 \begin_inset CommandInset href
44450 LatexCommand href
44451 name "refstyle"
44452 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
44453 literal "false"
44454
44455 \end_inset
44456
44457
44458 \series default
44459
44460 \begin_inset Index idx
44461 status collapsed
44462
44463 \begin_layout Plain Layout
44464 \SpecialChar LaTeX
44465 ぱっけーじ@\SpecialChar LaTeX
44466 パッケージ ! refstyle
44467 \end_layout
44468
44469 \end_inset
44470
44471 の取扱説明書
44472 \end_layout
44473
44474 \begin_layout Bibliography
44475 \labelwidthstring 参考文献
44476 \begin_inset CommandInset bibitem
44477 LatexCommand bibitem
44478 key "sidecap"
44479 literal "true"
44480
44481 \end_inset
44482
44483 \SpecialChar LaTeX
44484 パッケージ
44485 \series bold
44486
44487 \begin_inset CommandInset href
44488 LatexCommand href
44489 name "sidecap"
44490 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
44491 literal "false"
44492
44493 \end_inset
44494
44495
44496 \series default
44497
44498 \begin_inset Index idx
44499 status collapsed
44500
44501 \begin_layout Plain Layout
44502 \SpecialChar LaTeX
44503 ぱっけーじ@\SpecialChar LaTeX
44504 パッケージ ! sidecap
44505 \end_layout
44506
44507 \end_inset
44508
44509 の取扱説明書
44510 \end_layout
44511
44512 \begin_layout Bibliography
44513 \labelwidthstring 参考文献
44514 \begin_inset CommandInset bibitem
44515 LatexCommand bibitem
44516 key "Inkscape"
44517 literal "true"
44518
44519 \end_inset
44520
44521
44522 \noun on
44523
44524 \begin_inset CommandInset href
44525 LatexCommand href
44526 name "Inkscape"
44527 target "https://inkscape.org/ja/"
44528 literal "false"
44529
44530 \end_inset
44531
44532 プログラムの
44533 \noun default
44534
44535 \begin_inset CommandInset href
44536 LatexCommand href
44537 name "Omit text in PDF"
44538 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
44539 literal "false"
44540
44541 \end_inset
44542
44543 オプションの取扱説明書
44544 \end_layout
44545
44546 \begin_layout Standard
44547 \begin_inset CommandInset index_print
44548 LatexCommand printindex
44549 type "idx"
44550 name "索引"
44551 literal "false"
44552
44553 \end_inset
44554
44555
44556 \end_layout
44557
44558 \end_body
44559 \end_document