]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Remove absolute path
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 614
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 \ifpdftex
13 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
14 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
15 \fi
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for colored tables
68 \@ifundefined{textcolor}
69  {\usepackage{color}}{}
70 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
71 \definecolor{lightgrey}{gray}{0.8}
72
73 % check for package colortbl
74 % used for colored table cells
75 \newboolean{colortbl}
76 \IfFileExists{colortbl.sty}
77  {\usepackage{colortbl}
78   \setboolean{colortbl}{true}}
79  {\setboolean{colortbl}{false}}
80
81 % used to have extra space in table cells
82 \@ifundefined{extrarowheight}
83  {\usepackage{array}}{}
84 \setlength{\extrarowheight}{2pt}
85
86 % used for customized tables
87 % ---
88 \newcolumntype{M}[1]
89  {>{\centering\hspace{0pt}}m{#1}}
90
91 \newcolumntype{S}[2]
92  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
93
94 \newcolumntype{K}[1]
95  {>{\columncolor{#1}\hspace{0pt}}c}
96
97 \newcolumntype{V}{!{\vrule width 1.5pt}}
98
99 \newcolumntype{W}{!{\color{green}\vline}}
100 % ---
101
102 % insert additional vertical space of
103 % 1.5 mm between footnotes
104 \let\myFoot\footnote
105 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
106
107 % number algorithm floats within chapters
108 \numberwithin{algorithm}{chapter}
109
110
111 % ------------------------------------
112 % used to check for needed LaTeX packages
113 \usepackage{ifthen}
114
115 % check for package arydshln
116 % used for tables with dashed lines
117 \newboolean{arydshln}
118 \IfFileExists{arydshln.sty}
119  {\usepackage{arydshln}
120   \setboolean{arydshln}{true}}
121  {\setboolean{arydshln}{false}}
122
123 % check for package marginnote
124 % used for margin notes
125 \newboolean{marginnote}
126 \IfFileExists{marginnote.sty}
127  {\usepackage{marginnote}
128   \let\marginpar\marginnote
129   \setboolean{marginnote}{true}}
130  {\setboolean{marginnote}{false}}
131
132 % check for package sidecap
133 % used for captions on the side
134 \newboolean{sidecap}
135 \IfFileExists{sidecap.sty}
136  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
137   \setboolean{sidecap}{true}}
138  {\setboolean{sidecap}{false}}
139 % set sidecap to false in all cases for Japanese manual. 
140 % It breaks compliation and gives the following error: 
141 % ! LaTeX Error: Environment SCfigure undefined. 
142 \setboolean{sidecap}{false} 
143
144 % check for picinpar
145 % used for surrounded fixed objects
146 \newboolean{picinpar}
147 \IfFileExists{picinpar.sty}
148  {\usepackage{picinpar}
149   \setboolean{picinpar}{true}}
150  {\setboolean{picinpar}{false}}
151
152 % check for lettrine
153 \newboolean{lettrine}
154 \IfFileExists{lettrine.sty}
155  {\usepackage{lettrine}
156   \setboolean{lettrine}{true}}
157  {\setboolean{lettrine}{false}}
158
159 % check for diagbox
160 \newboolean{diagbox}
161 \IfFileExists{diagbox.sty}
162  {\usepackage{diagbox}
163   \setboolean{diagbox}{true}}
164  {\setboolean{diagbox}{false}}
165
166 \usepackage{t1enc}
167 \renewcommand{\see}[2]{→\,#1\,の項\,参照}{}
168 \usepackage{subfig}
169 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
170 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
171 % Added by lyx2lyx
172 \setlength{\parskip}{\medskipamount}
173 \setlength{\parindent}{0pt}
174 \end_preamble
175 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table,bookmarkpackage=false
176 \use_default_options false
177 \begin_modules
178 initials
179 graphicboxes
180 varwidth
181 ruby
182 \end_modules
183 \maintain_unincluded_children no
184 \language japanese
185 \language_package default
186 \inputencoding utf8
187 \fontencoding auto
188 \font_roman "lmodern" "IPAexMincho"
189 \font_sans "default" "IPAexGothic"
190 \font_typewriter "default" "IPAGothic"
191 \font_math "auto" "auto"
192 \font_default_family default
193 \use_non_tex_fonts false
194 \font_sc false
195 \font_roman_osf false
196 \font_sans_osf false
197 \font_typewriter_osf false
198 \font_sf_scale 100 100
199 \font_tt_scale 100 100
200 \use_microtype false
201 \use_dash_ligatures false
202 \graphics dvipdfmx
203 \default_output_format default
204 \output_sync 0
205 \bibtex_command default
206 \index_command default
207 \float_placement class
208 \float_alignment class
209 \paperfontsize 12
210 \spacing single
211 \use_hyperref true
212 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
213 \pdf_author "LyX Team, Uwe Stohr"
214 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
215 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
216 \pdf_bookmarks false
217 \pdf_bookmarksnumbered true
218 \pdf_bookmarksopen true
219 \pdf_bookmarksopenlevel 1
220 \pdf_breaklinks false
221 \pdf_pdfborder false
222 \pdf_colorlinks true
223 \pdf_backref false
224 \pdf_pdfusetitle false
225 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
226 \papersize default
227 \use_geometry false
228 \use_package amsmath 1
229 \use_package amssymb 1
230 \use_package cancel 1
231 \use_package esint 1
232 \use_package mathdots 1
233 \use_package mathtools 1
234 \use_package mhchem 1
235 \use_package stackrel 1
236 \use_package stmaryrd 1
237 \use_package undertilde 1
238 \cite_engine basic
239 \cite_engine_type default
240 \biblio_style plain
241 \use_bibtopic false
242 \use_indices false
243 \paperorientation portrait
244 \suppress_date false
245 \justification true
246 \use_refstyle 0
247 \use_minted 0
248 \use_lineno 0
249 \notefontcolor #0000ff
250 \index 索引
251 \shortcut idx
252 \color #008000
253 \end_index
254 \leftmargin 2.5cm
255 \topmargin 2.5cm
256 \rightmargin 2.5cm
257 \bottommargin 3cm
258 \secnumdepth 3
259 \tocdepth 3
260 \paragraph_separation indent
261 \paragraph_indentation default
262 \is_math_indent 0
263 \math_numbering_side default
264 \quotes_style english
265 \dynamic_quotes 0
266 \papercolumns 1
267 \papersides 2
268 \paperpagestyle default
269 \tablestyle default
270 \bullet 1 1 34 -1
271 \bullet 2 2 35 -1
272 \bullet 3 2 7 -1
273 \tracking_changes false
274 \output_changes false
275 \change_bars false
276 \postpone_fragile_content false
277 \html_math_output 0
278 \html_css_as_file 0
279 \html_be_strict false
280 \docbook_table_output 0
281 \docbook_mathml_prefix 1
282 \end_header
283
284 \begin_body
285
286 \begin_layout Title
287 \SpecialChar LyX
288 の図表・フロート・註釈・ボックス・外部素材に関する詳細説明書
289 \end_layout
290
291 \begin_layout Author
292 \SpecialChar LyX
293 プロジェクトチーム
294 \begin_inset Foot
295 status collapsed
296
297 \begin_layout Plain Layout
298 \noindent
299 コメントや間違いの指摘がありましたら,
300 \SpecialChar LyX
301 文書化メーリングリスト 
302 \begin_inset CommandInset href
303 LatexCommand href
304 name "lyx-docs@lists.lyx.org"
305 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
306 type "mailto:"
307 literal "false"
308
309 \end_inset
310
311  までお送り下さい.
312 \end_layout
313
314 \end_inset
315
316
317 \begin_inset Note Note
318 status collapsed
319
320 \begin_layout Plain Layout
321 著者:
322 Uwe Stöhr
323 \end_layout
324
325 \end_inset
326
327
328 \begin_inset Newline newline
329 \end_inset
330
331
332 \begin_inset Newline newline
333 \end_inset
334
335
336 \family sans
337 第2.4.x版
338 \end_layout
339
340 \begin_layout Standard
341 \begin_inset CommandInset toc
342 LatexCommand tableofcontents
343
344 \end_inset
345
346
347 \end_layout
348
349 \begin_layout Standard
350 \begin_inset Note Note
351 status open
352
353 \begin_layout Plain Layout
354 本文書の全体をPDFやPS,
355 DVIに書き出すには,
356
357 \series bold
358 arydshln
359 \series default
360
361 \series bold
362 colortbl
363 \series default
364
365 \series bold
366 diagbox
367 \series default
368
369 \series bold
370 lettrine
371 \series default
372
373 \series bold
374 marginnote
375 \series default
376
377 \series bold
378 picinpar
379 \series default
380
381 \series bold
382 sidecap
383 \series default
384 の各\SpecialChar LaTeX
385 パッケージが導入されている必要があります.これらが導入されていなくても,
386 文書を書き出すことはできますが,
387 これらのパッケージが必要な節は出力には表示されません.
388 \end_layout
389
390 \begin_layout Plain Layout
391 本文書の最新PDF版は
392 \begin_inset Newline newline
393 \end_inset
394
395
396 \series bold
397 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
398 \series default
399
400 \begin_inset Newline newline
401 \end_inset
402
403 にあります.
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Chapter
412
413 \begin_inset Index idx
414 range none
415 pageformat default
416 status collapsed
417
418 \begin_layout Plain Layout
419 \begin_inset IndexMacro sortkey
420 status open
421
422 \begin_layout Plain Layout
423
424 \end_layout
425
426 \end_inset
427
428
429 \end_layout
430
431 \end_inset
432
433
434 \begin_inset Index idx
435 range none
436 pageformat default
437 status collapsed
438
439 \begin_layout Plain Layout
440 \begin_inset IndexMacro sortkey
441 status open
442
443 \begin_layout Plain Layout
444 かそう
445 \end_layout
446
447 \end_inset
448
449 画像
450 \begin_inset IndexMacro see
451 status open
452
453 \begin_layout Plain Layout
454
455 \end_layout
456
457 \end_inset
458
459
460 \end_layout
461
462 \end_inset
463
464
465 \end_layout
466
467 \begin_layout Section
468 画像ダイアログ
469 \begin_inset Index idx
470 range none
471 pageformat default
472 status collapsed
473
474 \begin_layout Plain Layout
475 \begin_inset IndexMacro sortkey
476 status open
477
478 \begin_layout Plain Layout
479
480 \end_layout
481
482 \end_inset
483
484
485 \begin_inset IndexMacro subentry
486 status open
487
488 \begin_layout Plain Layout
489 \begin_inset IndexMacro sortkey
490 status open
491
492 \begin_layout Plain Layout
493 かそうたいあろく
494 \end_layout
495
496 \end_inset
497
498 画像ダイアログ
499 \end_layout
500
501 \end_inset
502
503
504 \end_layout
505
506 \end_inset
507
508
509 \begin_inset CommandInset label
510 LatexCommand label
511 name "sec:画像ダイアログ"
512
513 \end_inset
514
515
516 \end_layout
517
518 \begin_layout Standard
519 画像を文書に挿入するには,
520 文中の挿入箇所にカーソルを置いて,
521 ツールバーアイコン
522 \family sans
523
524 \begin_inset Info
525 type  "icon"
526 arg   "dialog-show-new-inset graphics"
527 \end_inset
528
529
530 \family default
531 をクリックするか,
532
533 \family sans
534 \series bold
535 挿入\SpecialChar menuseparator
536 画像
537 \family default
538 \series default
539
540 \begin_inset space \thinspace{}
541 \end_inset
542
543 メニューを使用して下さい.すると,
544 ダイアログが現れるので,
545 読み込むファイルを選択して下さい.出力中での画像は,
546 本文中の挿入位置に正確に出力されます.
547 \end_layout
548
549 \begin_layout Standard
550 画像ダイアログは,
551 画像をクリックすることによって,
552 いつでも呼び出すことができます.このダイアログには,
553 以下の三つのタブがあります.
554 \end_layout
555
556 \begin_layout Description
557
558 \family sans
559 画像
560 \family default
561  ここでは,
562 画像ファイルを選択し,
563 その出力での表示のしかたを調整することができます.画像寸法で使用することのできる単位については付録
564 \begin_inset CommandInset ref
565 LatexCommand ref
566 reference "cha:LyXで使用できる単位"
567 nolink "false"
568
569 \end_inset
570
571 に説明があります.
572 \begin_inset Newline newline
573 \end_inset
574
575
576 \begin_inset Index idx
577 range none
578 pageformat default
579 status collapsed
580
581 \begin_layout Plain Layout
582 \begin_inset IndexMacro sortkey
583 status open
584
585 \begin_layout Plain Layout
586
587 \end_layout
588
589 \end_inset
590
591
592 \begin_inset IndexMacro subentry
593 status open
594
595 \begin_layout Plain Layout
596 \begin_inset IndexMacro sortkey
597 status open
598
599 \begin_layout Plain Layout
600 のかいてん
601 \end_layout
602
603 \end_inset
604
605
606
607 の回転
608 \end_layout
609
610 \end_inset
611
612
613 \end_layout
614
615 \end_inset
616
617 回転角と回転原点を指定することによって,
618 反時計廻り方向へ画像を回転することができます.画像は,
619 \SpecialChar LyX
620 内でも回転して表示されます.
621 \begin_inset Newline newline
622 \end_inset
623
624
625 \begin_inset Index idx
626 range none
627 pageformat default
628 status collapsed
629
630 \begin_layout Plain Layout
631 \begin_inset IndexMacro sortkey
632 status collapsed
633
634 \begin_layout Plain Layout
635
636 \end_layout
637
638 \end_inset
639
640
641 \begin_inset IndexMacro subentry
642 status open
643
644 \begin_layout Plain Layout
645 \begin_inset IndexMacro sortkey
646 status open
647
648 \begin_layout Plain Layout
649 のしんしゆく
650 \end_layout
651
652 \end_inset
653
654
655
656 の伸縮
657 \end_layout
658
659 \end_inset
660
661
662 \end_layout
663
664 \end_inset
665
666 画像は,
667 パーセント値を指定するか,
668 幅と高さを明示的に設定することによって,
669 伸縮させることができます.幅と高さのどちらか一方のみを指定した場合には,
670 残りの寸法は自動的に決定されます.両方とも指定した場合には,
671 指定した寸法に画像が変換されますので,
672 変形してしまう可能性があります.画像が変形するのを防ぐには,
673
674 \family sans
675 \series bold
676 縦横比を維持する
677 \family default
678 \series default
679 オプションを指定して下さい.すると画像は,
680 幅と高さが指定した寸法を越えないように伸縮されます.
681 \begin_inset Newline newline
682 \end_inset
683
684 画像を右クリックすると現れる文脈依存メニューで
685 \family sans
686 \series bold
687 外部で編集
688 \family default
689 \series default
690 という項目を選ぶことによって,
691 画像を指定したプログラムで開くことができます.このプログラムは,
692 \SpecialChar LyX
693 設定のファイル書式設定で,
694 各画像書式ごとに設定することができます.
695 \end_layout
696
697 \begin_layout Description
698
699 \family sans
700 切り抜き
701 \family default
702  伸縮単位を使用する代わりに,
703 出力における画像の縦横の長さを調整するのに,
704 画像座標の設定をすることができます.座標は,
705
706 \family sans
707 \series bold
708 ファイルから取得
709 \family default
710 \series default
711 ボタンを押すことによって,
712 自動的に計算することもできます.
713 \family sans
714 \series bold
715 境界枠で切り抜く
716 \family default
717 \series default
718 オプションは,
719 指定された座標内の画像領域のみ印字します.通常は,
720 画像座標を気にする必要はないので,
721 このタブは無視して構いません.
722 \end_layout
723
724 \begin_layout Description
725
726 \family sans
727 \SpecialChar LaTeX
728 と\SpecialChar LyX
729 のオプション
730 \family default
731  このタブでは,
732 \SpecialChar LyX
733 内での画像表示法を調整できる他,
734 \SpecialChar LaTeX
735 のエキスパート向けに\SpecialChar LaTeX
736 オプションを追加することができるようになっています.
737 \family sans
738
739 \begin_inset Newline newline
740 \end_inset
741
742
743 \series bold
744 下書きモード
745 \family default
746 \series default
747 オプションを指定すると,
748 画像は出力には現れず,
749 画像と同じ大きさの枠だけが表示されます.
750 \family sans
751
752 \begin_inset Newline newline
753 \end_inset
754
755
756 \series bold
757 画像グループ
758 \family default
759 \series default
760 のセクションでは,
761 画像設定グループを定義したり,
762 既存のものに所属させたりすることができます.
763 \begin_inset Index idx
764 range none
765 pageformat default
766 status collapsed
767
768 \begin_layout Plain Layout
769 \begin_inset IndexMacro sortkey
770 status open
771
772 \begin_layout Plain Layout
773
774 \end_layout
775
776 \end_inset
777
778
779 \begin_inset IndexMacro subentry
780 status open
781
782 \begin_layout Plain Layout
783 \begin_inset IndexMacro sortkey
784 status open
785
786 \begin_layout Plain Layout
787 せつていくるふ
788 \end_layout
789
790 \end_inset
791
792 設定グループ
793 \end_layout
794
795 \end_inset
796
797
798 \end_layout
799
800 \end_inset
801
802 これらのグループ内の画像は,
803 共通した設定を持つので,
804 グループ内の一つの画像の設定をいじると,
805 自動的にグループ内の全ての画像の設定が同じように変更されます.したがって,
806 たとえば,
807 たくさんの画像の寸法を変更したいときにも,
808 一つ一つの寸法を手動で変更せずに済むのです.既存のグループに帰属させるには,
809 画像の文脈依存メニューを使用して,
810 望むグループ名をチェックすることで行うこともできます.
811 \end_layout
812
813 \begin_layout Standard
814 \begin_inset VSpace bigskip
815 \end_inset
816
817
818 \end_layout
819
820 \begin_layout Standard
821 下記はPDF書式
822 \begin_inset Foot
823 status collapsed
824
825 \begin_layout Plain Layout
826 画像書式は,
827
828 \begin_inset CommandInset ref
829 LatexCommand ref
830 reference "sec:画像形式"
831 nolink "false"
832
833 \end_inset
834
835 節に説明されています.
836 \end_layout
837
838 \end_inset
839
840 の画像の例で,
841 単独の中央揃えの段落に置いてあります.
842 \end_layout
843
844 \begin_layout Standard
845 \align center
846 \begin_inset Graphics
847         filename ../clipart/2D-intensity-plot.pdf
848         scaleBeforeRotation
849         BoundingBox 0bp 1bp 178bp 138bp
850         clip
851         rotateOrigin center
852
853 \end_inset
854
855
856 \end_layout
857
858 \begin_layout Standard
859 下記は上と同じ画像ですが,
860 下書きモードのものです.
861 \end_layout
862
863 \begin_layout Standard
864 \align center
865 \begin_inset Graphics
866         filename ../clipart/2D-intensity-plot.pdf
867         draft
868         scaleBeforeRotation
869         rotateOrigin center
870
871 \end_inset
872
873
874 \end_layout
875
876 \begin_layout Standard
877 \begin_inset Newpage newpage
878 \end_inset
879
880
881 \end_layout
882
883 \begin_layout Section
884 図フロート
885 \begin_inset CommandInset label
886 LatexCommand label
887 name "sec:図フロート"
888
889 \end_inset
890
891
892 \begin_inset Index idx
893 range none
894 pageformat default
895 status collapsed
896
897 \begin_layout Plain Layout
898 \begin_inset IndexMacro sortkey
899 status open
900
901 \begin_layout Plain Layout
902 ふろと
903 \end_layout
904
905 \end_inset
906
907 フロート
908 \begin_inset IndexMacro subentry
909 status open
910
911 \begin_layout Plain Layout
912 \begin_inset IndexMacro sortkey
913 status open
914
915 \begin_layout Plain Layout
916
917 \end_layout
918
919 \end_inset
920
921
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \end_inset
930
931
932 \begin_inset Index idx
933 range none
934 pageformat default
935 status collapsed
936
937 \begin_layout Plain Layout
938 \begin_inset IndexMacro sortkey
939 status open
940
941 \begin_layout Plain Layout
942
943 \end_layout
944
945 \end_inset
946
947
948 \begin_inset IndexMacro subentry
949 status open
950
951 \begin_layout Plain Layout
952 \begin_inset IndexMacro sortkey
953 status open
954
955 \begin_layout Plain Layout
956 ふろと
957 \end_layout
958
959 \end_inset
960
961 フロート
962 \end_layout
963
964 \end_inset
965
966
967 \end_layout
968
969 \end_inset
970
971
972 \end_layout
973
974 \begin_layout Standard
975 フロートについての一般的な説明は,
976
977 \begin_inset CommandInset ref
978 LatexCommand ref
979 reference "sec:フロートはじめに"
980 nolink "false"
981
982 \end_inset
983
984 節をご覧下さい.
985 \end_layout
986
987 \begin_layout Standard
988 ツールバーボタンの
989 \family sans
990
991 \begin_inset Info
992 type  "icon"
993 arg   "float-insert figure"
994 \end_inset
995
996
997 \family default
998
999 \family sans
1000
1001 \begin_inset space \thinspace{}
1002 \end_inset
1003
1004
1005 \series bold
1006 挿入\SpecialChar menuseparator
1007 フロート\SpecialChar menuseparator
1008
1009 \family default
1010 \series default
1011
1012 \begin_inset space \thinspace{}
1013 \end_inset
1014
1015 メニューを用いると,
1016 「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます.画像は,
1017
1018 \begin_inset CommandInset ref
1019 LatexCommand ref
1020 reference "fig:星形"
1021 nolink "false"
1022
1023 \end_inset
1024
1025 のようにキャプションの上に置くこともできますし,
1026
1027 \begin_inset CommandInset ref
1028 LatexCommand ref
1029 reference "fig:3Dオブジェクト"
1030 nolink "false"
1031
1032 \end_inset
1033
1034 のようにキャプションの下に置くこともできます.キャプションの配置について詳しくは,
1035
1036 \begin_inset CommandInset ref
1037 LatexCommand ref
1038 reference "sec:キャプションの配置"
1039 nolink "false"
1040
1041 \end_inset
1042
1043 節に述べられています.
1044 \end_layout
1045
1046 \begin_layout Standard
1047 \begin_inset Float figure
1048 placement document
1049 alignment document
1050 wide false
1051 sideways false
1052 status open
1053
1054 \begin_layout Plain Layout
1055 \align center
1056 \begin_inset Graphics
1057         filename ../clipart/Star-structure.pdf
1058         lyxscale 60
1059         width 50col%
1060         scaleBeforeRotation
1061         rotateOrigin center
1062
1063 \end_inset
1064
1065
1066 \end_layout
1067
1068 \begin_layout Plain Layout
1069 \begin_inset Caption Standard
1070
1071 \begin_layout Plain Layout
1072 \begin_inset CommandInset label
1073 LatexCommand label
1074 name "fig:星形"
1075
1076 \end_inset
1077
1078 フロート中の星形
1079 \end_layout
1080
1081 \end_inset
1082
1083
1084 \end_layout
1085
1086 \end_inset
1087
1088
1089 \end_layout
1090
1091 \begin_layout Standard
1092 \begin_inset Float figure
1093 placement document
1094 alignment document
1095 wide false
1096 sideways false
1097 status open
1098
1099 \begin_layout Plain Layout
1100 \begin_inset Caption Standard
1101
1102 \begin_layout Plain Layout
1103 \begin_inset CommandInset label
1104 LatexCommand label
1105 name "fig:3Dオブジェクト"
1106
1107 \end_inset
1108
1109 3Dオブジェクト
1110 \end_layout
1111
1112 \end_inset
1113
1114
1115 \end_layout
1116
1117 \begin_layout Plain Layout
1118 \align center
1119 \begin_inset Graphics
1120         filename ../clipart/3D-structure-distort.pdf
1121         lyxscale 60
1122         scale 80
1123         scaleBeforeRotation
1124         rotateOrigin center
1125
1126 \end_inset
1127
1128
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Standard
1137 \begin_inset Index idx
1138 range none
1139 pageformat default
1140 status collapsed
1141
1142 \begin_layout Plain Layout
1143 \begin_inset IndexMacro sortkey
1144 status open
1145
1146 \begin_layout Plain Layout
1147 さんしよう
1148 \end_layout
1149
1150 \end_inset
1151
1152 参照
1153 \begin_inset IndexMacro subentry
1154 status open
1155
1156 \begin_layout Plain Layout
1157 \begin_inset IndexMacro sortkey
1158 status open
1159
1160 \begin_layout Plain Layout
1161 すへの
1162 \end_layout
1163
1164 \end_inset
1165
1166 図への—
1167
1168
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \begin_inset CommandInset ref
1180 LatexCommand ref
1181 reference "fig:星形"
1182 nolink "false"
1183
1184 \end_inset
1185
1186 図と第
1187 \begin_inset CommandInset ref
1188 LatexCommand ref
1189 reference "fig:3Dオブジェクト"
1190 nolink "false"
1191
1192 \end_inset
1193
1194 図は,
1195 参照された図の例です.図は,
1196 本文中でラベルを参照することによって参照できます.これをするには,
1197 まず,
1198
1199 \family sans
1200 \series bold
1201 挿入\SpecialChar menuseparator
1202 ラベル
1203 \family default
1204 \series default
1205
1206 \begin_inset space \thinspace{}
1207 \end_inset
1208
1209 メニューかツールバーボタン
1210 \family sans
1211
1212 \begin_inset Info
1213 type  "icon"
1214 arg   "label-insert"
1215 \end_inset
1216
1217
1218 \family default
1219 を使用して,
1220 キャプションにラベルを挿入してください.その後,
1221
1222 \family sans
1223 \series bold
1224 挿入\SpecialChar menuseparator
1225 相互参照
1226 \family default
1227 \series default
1228
1229 \begin_inset space \thinspace{}
1230 \end_inset
1231
1232 メニューかツールバーボタン
1233 \family sans
1234
1235 \begin_inset Info
1236 type  "icon"
1237 arg   "dialog-show-new-inset ref"
1238 \end_inset
1239
1240
1241 \family default
1242 を使用して,
1243 ラベルを参照することができます.\SpecialChar LaTeX
1244 は仕上文書でのフロートの位置を調整するので,
1245 「上図」のような曖昧な参照のしかたをするのではなく,
1246 フロートを直接参照することが重要です.仕上文書では,
1247 「上図」ではないことが,
1248 大いにありうるからです.
1249 \begin_inset Newline newline
1250 \end_inset
1251
1252 参照は,
1253
1254 \begin_inset CommandInset ref
1255 LatexCommand ref
1256 reference "sec:フロートの参照"
1257 nolink "false"
1258
1259 \end_inset
1260
1261 節で詳細に説明されています.
1262 \end_layout
1263
1264 \begin_layout Standard
1265 通常,
1266 図フロートには一つの画像だけを挿入しますが,
1267 場合によっては,
1268 二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません.その場合は,
1269 既存の図フロートの中に図フロートを入れ込むことによって,
1270 実現することができます.ただし,
1271 図一覧にはフロートの主キャプションのみが表示されることに留意してください.図
1272 \begin_inset CommandInset ref
1273 LatexCommand ref
1274 reference "fig:歪められた二つの像"
1275 nolink "false"
1276
1277 \end_inset
1278
1279 は,
1280 二つの画像が横に並んでいる図フロートの例です.二つめの画像を一つめの下に持ってくることも可能です.図
1281 \begin_inset CommandInset ref
1282 LatexCommand ref
1283 reference "fig:Pink-object"
1284 nolink "false"
1285
1286 \end_inset
1287
1288 と図
1289 \begin_inset CommandInset ref
1290 LatexCommand ref
1291 reference "fig:A-star"
1292 nolink "false"
1293
1294 \end_inset
1295
1296 が内部図になります.
1297 \end_layout
1298
1299 \begin_layout Standard
1300 \begin_inset Float figure
1301 placement document
1302 alignment document
1303 wide false
1304 sideways false
1305 status open
1306
1307 \begin_layout Plain Layout
1308 \begin_inset space \hfill{}
1309 \end_inset
1310
1311
1312 \begin_inset Float figure
1313 placement document
1314 alignment document
1315 wide false
1316 sideways false
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320 \begin_inset Caption Standard
1321
1322 \begin_layout Plain Layout
1323 \begin_inset CommandInset label
1324 LatexCommand label
1325 name "fig:Pink-object"
1326
1327 \end_inset
1328
1329 ももいろオブジェクト
1330 \end_layout
1331
1332 \end_inset
1333
1334
1335 \end_layout
1336
1337 \begin_layout Plain Layout
1338 \begin_inset Graphics
1339         filename ../clipart/3D-structure-distort.pdf
1340         width 45col%
1341         scaleBeforeRotation
1342         groupId distorted
1343
1344 \end_inset
1345
1346
1347 \end_layout
1348
1349 \end_inset
1350
1351
1352 \begin_inset space \hfill{}
1353 \end_inset
1354
1355
1356 \begin_inset Float figure
1357 placement document
1358 alignment document
1359 wide false
1360 sideways false
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364 \begin_inset Caption Standard
1365
1366 \begin_layout Plain Layout
1367 \begin_inset CommandInset label
1368 LatexCommand label
1369 name "fig:A-star"
1370
1371 \end_inset
1372
1373 ほし
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \begin_layout Plain Layout
1382 \begin_inset Graphics
1383         filename ../clipart/Star-structure.pdf
1384         width 45col%
1385         scaleBeforeRotation
1386         groupId distorted
1387
1388 \end_inset
1389
1390
1391 \end_layout
1392
1393 \end_inset
1394
1395
1396 \begin_inset space \hfill{}
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \begin_layout Plain Layout
1403 \begin_inset Caption Standard
1404
1405 \begin_layout Plain Layout
1406 \begin_inset CommandInset label
1407 LatexCommand label
1408 name "fig:歪められた二つの像"
1409
1410 \end_inset
1411
1412 二つの像.両画像とも「distorted」画像設定グループに属しています.
1413 \end_layout
1414
1415 \end_inset
1416
1417
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \end_layout
1424
1425 \begin_layout Standard
1426 \begin_inset Newpage newpage
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \begin_layout Section
1433 画像形式
1434 \begin_inset CommandInset label
1435 LatexCommand label
1436 name "sec:画像形式"
1437
1438 \end_inset
1439
1440
1441 \begin_inset Index idx
1442 range none
1443 pageformat default
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447 \begin_inset IndexMacro sortkey
1448 status open
1449
1450 \begin_layout Plain Layout
1451 かそうけいしき
1452 \end_layout
1453
1454 \end_inset
1455
1456 画像形式
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \begin_inset Index idx
1463 range none
1464 pageformat default
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468 \begin_inset IndexMacro sortkey
1469 status open
1470
1471 \begin_layout Plain Layout
1472
1473 \end_layout
1474
1475 \end_inset
1476
1477
1478 \begin_inset IndexMacro subentry
1479 status open
1480
1481 \begin_layout Plain Layout
1482 \begin_inset IndexMacro sortkey
1483 status open
1484
1485 \begin_layout Plain Layout
1486 かそうけいしき
1487 \end_layout
1488
1489 \end_inset
1490
1491 画像形式
1492 \end_layout
1493
1494 \end_inset
1495
1496
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \begin_layout Standard
1505 画像は,
1506 既知のファイル形式であれば,
1507 どのような形式でも挿入することができます.しかし,
1508 付録
1509 \begin_inset CommandInset ref
1510 LatexCommand ref
1511 reference "cha:ファイル出力形式"
1512 nolink "false"
1513
1514 \end_inset
1515
1516 で説明されているように,
1517 出力に関しては,
1518 どの出力文書形式も,
1519 いくつかの画像形式しか受け付けません.したがって\SpecialChar LyX
1520 は,
1521 画像を正しい形式に変換するのに,
1522 バックグラウンドで
1523 \family typewriter
1524 ImageMagick
1525 \family default
1526 というプログラムを使用しています.バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば,
1527 出力ファイル形式に直接埋め込める画像形式のみを使用するとよいでしょう.出力ファイル形式は,
1528 付録
1529 \begin_inset CommandInset ref
1530 LatexCommand ref
1531 reference "cha:ファイル出力形式"
1532 nolink "false"
1533
1534 \end_inset
1535
1536 に説明されています.
1537 \end_layout
1538
1539 \begin_layout Standard
1540 フォントと同じく,
1541 画像形式にも以下の二つの型があります.
1542 \end_layout
1543
1544 \begin_layout Description
1545 ビットマップ画像 は,
1546 ピクセル値を(時により圧縮された形で)保持しています.したがって,
1547 この画像形式は完全に伸縮可能ではなく,
1548 拡大するとピクセルが目立つようになります.よく知られたビットマップ画像形式には,
1549 「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1550 \family typewriter
1551 .gif
1552 \family default
1553 」)
1554 \begin_inset Index idx
1555 range none
1556 pageformat default
1557 status collapsed
1558
1559 \begin_layout Plain Layout
1560 GIF
1561 \begin_inset IndexMacro see
1562 status open
1563
1564 \begin_layout Plain Layout
1565 画像形式
1566 \end_layout
1567
1568 \end_inset
1569
1570
1571 \end_layout
1572
1573 \end_inset
1574
1575
1576 「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1577 \family typewriter
1578 .png
1579 \family default
1580 」)
1581 \begin_inset Index idx
1582 range none
1583 pageformat default
1584 status collapsed
1585
1586 \begin_layout Plain Layout
1587 PNG
1588 \begin_inset IndexMacro see
1589 status open
1590
1591 \begin_layout Plain Layout
1592 画像画像形式
1593 \end_layout
1594
1595 \end_inset
1596
1597
1598 \end_layout
1599
1600 \end_inset
1601
1602
1603 「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1604 \family typewriter
1605 .jpg
1606 \family default
1607 」または「
1608 \family typewriter
1609 .jpeg
1610 \family default
1611 」)
1612 \begin_inset Index idx
1613 range none
1614 pageformat default
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618 JPG
1619 \begin_inset IndexMacro see
1620 status open
1621
1622 \begin_layout Plain Layout
1623 画像形式
1624 \end_layout
1625
1626 \end_inset
1627
1628
1629 \end_layout
1630
1631 \end_inset
1632
1633 などがあります.
1634 \end_layout
1635
1636 \begin_layout Description
1637 ベクトル画像 はベクトル値を保持しているので,
1638 データ損失なしに任意の寸法の伸縮させることができます.プレゼンテーションは,
1639 ビデオプロジェクタがかならず伸縮操作を行うことになるので,
1640 プレゼンテーションを作成したいときには画像が伸縮できることが必須です.また,
1641 伸縮性は,
1642 オンライン文書でユーザーが図の拡大ができるようにするのに便利です.
1643 \begin_inset Newline newline
1644 \end_inset
1645
1646 よく知られた伸縮可能画像形式には,
1647 「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1648 \family typewriter
1649 .svg
1650 \family default
1651 」)
1652 \begin_inset Index idx
1653 range none
1654 pageformat default
1655 status collapsed
1656
1657 \begin_layout Plain Layout
1658 SVG
1659 \begin_inset IndexMacro see
1660 status open
1661
1662 \begin_layout Plain Layout
1663 画像形式
1664 \end_layout
1665
1666 \end_inset
1667
1668
1669 \end_layout
1670
1671 \end_inset
1672
1673
1674 「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1675 \family typewriter
1676 .eps
1677 \family default
1678 」)
1679 \begin_inset Index idx
1680 range none
1681 pageformat default
1682 status collapsed
1683
1684 \begin_layout Plain Layout
1685 EPS
1686 \begin_inset IndexMacro see
1687 status open
1688
1689 \begin_layout Plain Layout
1690 画像形式
1691 \end_layout
1692
1693 \end_inset
1694
1695
1696 \end_layout
1697
1698 \end_inset
1699
1700
1701 「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1702 \family typewriter
1703 .pdf
1704 \family default
1705 」)
1706 \begin_inset Index idx
1707 range none
1708 pageformat default
1709 status collapsed
1710
1711 \begin_layout Plain Layout
1712 PDF
1713 \end_layout
1714
1715 \end_inset
1716
1717
1718 「Windowsメタファイル」(WMF・ファイル拡張子は「
1719 \family typewriter
1720 .wmf
1721 \family default
1722 」)
1723 \begin_inset Index idx
1724 range none
1725 pageformat default
1726 status collapsed
1727
1728 \begin_layout Plain Layout
1729 SVG
1730 \begin_inset IndexMacro see
1731 status open
1732
1733 \begin_layout Plain Layout
1734 画像形式
1735 \end_layout
1736
1737 \end_inset
1738
1739
1740 \end_layout
1741
1742 \end_inset
1743
1744 がありえます.「ありえます」と言ったのは,
1745 ビットマップ画像はいつでもPDFやEPSに変換することができますが,
1746 変換後も依然としてビットマップ画像のままだからです.このような場合には,
1747 画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1748 \begin_inset Foot
1749 status collapsed
1750
1751 \begin_layout Plain Layout
1752 PDFの場合には,
1753 さらに元画像が圧縮されます.
1754 \end_layout
1755
1756 \end_inset
1757
1758 .たとえば,
1759
1760 \family typewriter
1761 Adobe Photoshop
1762 \family default
1763 が生成するPDFファイルは,
1764 ビットマップ画像です.
1765 \end_layout
1766
1767 \begin_layout Standard
1768 通常,
1769 ビットマップ画像を伸縮可能画像には変換できず,
1770 その逆のみが可能です.PDFやPostScript出力ファイルに直接埋め込むことができるのは,
1771 それぞれPDF画像書式とEPS画像書式のみです.いまのところ適切なWMF/SVG
1772 \begin_inset Formula $\to$
1773 \end_inset
1774
1775 PDF/EPS変換子がないので,
1776 SVGおよびWMF画像は,
1777 出力ファイルが生成される際にビットマップに計算し直されます.
1778 \end_layout
1779
1780 \begin_layout Chapter
1781
1782 \begin_inset Index idx
1783 range none
1784 pageformat default
1785 status collapsed
1786
1787 \begin_layout Plain Layout
1788 \begin_inset IndexMacro sortkey
1789 status open
1790
1791 \begin_layout Plain Layout
1792 ひよう
1793 \end_layout
1794
1795 \end_inset
1796
1797
1798 \end_layout
1799
1800 \end_inset
1801
1802
1803 \end_layout
1804
1805 \begin_layout Section
1806 はじめに
1807 \begin_inset Index idx
1808 range none
1809 pageformat default
1810 status collapsed
1811
1812 \begin_layout Plain Layout
1813 \begin_inset IndexMacro sortkey
1814 status open
1815
1816 \begin_layout Plain Layout
1817 ひよう
1818 \end_layout
1819
1820 \end_inset
1821
1822
1823 \begin_inset IndexMacro subentry
1824 status open
1825
1826 \begin_layout Plain Layout
1827 はじめに
1828 \end_layout
1829
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \end_inset
1836
1837
1838 \end_layout
1839
1840 \begin_layout Standard
1841
1842 \family roman
1843 \series medium
1844 \shape up
1845 \size normal
1846 \emph off
1847 \bar no
1848 \noun off
1849 \color none
1850 表を挿入するには,
1851 ツールバーボタ
1852 \family default
1853 \series default
1854 \shape default
1855 \size default
1856 \emph default
1857 \bar default
1858 \noun default
1859 \color inherit
1860
1861 \begin_inset Info
1862 type  "icon"
1863 arg   "tabular-insert"
1864 \end_inset
1865
1866
1867 \family roman
1868 \series medium
1869 \shape up
1870 \size normal
1871 \emph off
1872 \bar no
1873 \noun off
1874 \color none
1875
1876
1877 \family sans
1878 \series bold
1879 \shape default
1880 \size default
1881 \emph default
1882 \bar default
1883 \noun default
1884 \color inherit
1885 挿入\SpecialChar menuseparator
1886
1887 \family default
1888 \series default
1889
1890 \begin_inset space \thinspace{}
1891 \end_inset
1892
1893 メニューを選択します.ツールバーボタンを押すと,
1894 グラフィカルな選択ができます.マウスを動かして,
1895 生成する表の行数・列数を設定し,
1896 マウスボタンを押して下さい.表を作るのにメニューを使う場合は,
1897 ダイアログが現れ,
1898 行数と列数を訊いてきます.
1899 \begin_inset Newline newline
1900 \end_inset
1901
1902 既定の表では,
1903 各セルの周囲に罫線が引かれ,
1904 第一行が表の他の部分から分離して表示されます.この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っているのと同時に,
1905 第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
1906 \end_layout
1907
1908 \begin_layout Standard
1909 \align center
1910 \begin_inset Tabular
1911 <lyxtabular version="3" rows="4" columns="4">
1912 <features tabularvalignment="middle">
1913 <column alignment="center" valignment="top">
1914 <column alignment="center" valignment="top">
1915 <column alignment="center" valignment="top">
1916 <column alignment="center" valignment="top">
1917 <row>
1918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931 1
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940 2
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949 3
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 </row>
1955 <row>
1956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1957 \begin_inset Text
1958
1959 \begin_layout Plain Layout
1960
1961 \end_layout
1962
1963 \end_inset
1964 </cell>
1965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1966 \begin_inset Text
1967
1968 \begin_layout Plain Layout
1969
1970 \end_layout
1971
1972 \end_inset
1973 </cell>
1974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1975 \begin_inset Text
1976
1977 \begin_layout Plain Layout
1978
1979 \end_layout
1980
1981 \end_inset
1982 </cell>
1983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1984 \begin_inset Text
1985
1986 \begin_layout Plain Layout
1987
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 </row>
1993 <row>
1994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1995 \begin_inset Text
1996
1997 \begin_layout Plain Layout
1998
1999 \end_layout
2000
2001 \end_inset
2002 </cell>
2003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2004 \begin_inset Text
2005
2006 \begin_layout Plain Layout
2007
2008 \end_layout
2009
2010 \end_inset
2011 </cell>
2012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2013 \begin_inset Text
2014
2015 \begin_layout Plain Layout
2016
2017 \end_layout
2018
2019 \end_inset
2020 </cell>
2021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2022 \begin_inset Text
2023
2024 \begin_layout Plain Layout
2025
2026 \end_layout
2027
2028 \end_inset
2029 </cell>
2030 </row>
2031 <row>
2032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2033 \begin_inset Text
2034
2035 \begin_layout Plain Layout
2036
2037 \end_layout
2038
2039 \end_inset
2040 </cell>
2041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2042 \begin_inset Text
2043
2044 \begin_layout Plain Layout
2045
2046 \end_layout
2047
2048 \end_inset
2049 </cell>
2050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2051 \begin_inset Text
2052
2053 \begin_layout Plain Layout
2054
2055 \end_layout
2056
2057 \end_inset
2058 </cell>
2059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2060 \begin_inset Text
2061
2062 \begin_layout Plain Layout
2063
2064 \end_layout
2065
2066 \end_inset
2067 </cell>
2068 </row>
2069 </lyxtabular>
2070
2071 \end_inset
2072
2073
2074 \end_layout
2075
2076 \begin_layout Section
2077 表ダイアログ
2078 \begin_inset Index idx
2079 range none
2080 pageformat default
2081 status collapsed
2082
2083 \begin_layout Plain Layout
2084 \begin_inset IndexMacro sortkey
2085 status open
2086
2087 \begin_layout Plain Layout
2088 ひよう
2089 \end_layout
2090
2091 \end_inset
2092
2093
2094 \begin_inset IndexMacro subentry
2095 status open
2096
2097 \begin_layout Plain Layout
2098 \begin_inset IndexMacro sortkey
2099 status open
2100
2101 \begin_layout Plain Layout
2102 たいあろく
2103 \end_layout
2104
2105 \end_inset
2106
2107 ダイアログ
2108 \end_layout
2109
2110 \end_inset
2111
2112
2113 \end_layout
2114
2115 \end_inset
2116
2117
2118 \end_layout
2119
2120 \begin_layout Standard
2121
2122 \family roman
2123 \series medium
2124 \shape up
2125 \size normal
2126 \emph off
2127 \bar no
2128 \noun off
2129 \color none
2130 表を右クリックすると,
2131 文脈依存メニューが表示されて,
2132 表を変更することができます.メニュー項目
2133 \family sans
2134 \series default
2135 \shape default
2136 \size default
2137 \emph default
2138 \bar default
2139 \noun default
2140 \color inherit
2141 詳細
2142 \family roman
2143 \series medium
2144 \shape up
2145 \size normal
2146 \emph off
2147 \bar no
2148 \noun off
2149 \color none
2150 以下では,
2151 現在カーソルが置かれているセルないし行・列の設定を調節することができます.文脈依存メニュー
2152 \family sans
2153 \series default
2154 \shape default
2155 \size default
2156 \emph default
2157 \bar default
2158 \noun default
2159 \color inherit
2160 詳細\SpecialChar menuseparator
2161 設定
2162 \family roman
2163 \series medium
2164 \shape up
2165 \size normal
2166 \emph off
2167 \bar no
2168 \noun off
2169 \color none
2170 を選ぶと,
2171 ダイアログボックスが開いて,
2172 更に詳細な設定を行うことができます.また,
2173 ダイアログオプションのほとんどは,
2174 選択範囲に対しても動作します.つまり,
2175 複数のセルや行・列を選択していれば,
2176 操作は選択範囲の全てに対して行われます.
2177 \family default
2178 \series default
2179 \shape default
2180 \size default
2181 \emph default
2182 \bar default
2183 \noun default
2184 \color inherit
2185 セルの
2186 \emph on
2187 内容
2188 \emph default
2189 を選択するのと,
2190 セル自体を選択するのは異なることに注意して下さい.
2191 \begin_inset Newline newline
2192 \end_inset
2193
2194 ダイアログオプションの
2195 \family sans
2196 直ちに適用
2197 \family default
2198 を使用すると,
2199 ダイアログ中に行った変更が直ちに適用されるようになります.カーソルを別のセルに移動すると,
2200 ダイアログも新しいセルのパラメーターに更新されます.ダイアログ中の長さの値を変更した場合には,
2201 リターンを押さないと変更が適用されません.
2202 \begin_inset Newline newline
2203 \end_inset
2204
2205 表ダイアログの以下の各タブを使用して,
2206 表に変更を加えることができます.
2207 \end_layout
2208
2209 \begin_layout Description
2210 表の設定 ここでは,
2211 現在列の幅と水平揃えを設定することができます.
2212 \family sans
2213 小数点で
2214 \family default
2215 とある揃えは,
2216
2217 \begin_inset CommandInset ref
2218 LatexCommand ref
2219 reference "subsec:特殊なセル揃え"
2220 nolink "false"
2221
2222 \end_inset
2223
2224 で説明されています.幅を設定した場合には,
2225 現在行の垂直揃えも調整することができます.列幅を与えると,
2226 改行や多段落の文章をセルに入れることができます.これに関しては,
2227
2228 \begin_inset CommandInset ref
2229 LatexCommand ref
2230 reference "subsec:複数行"
2231 nolink "false"
2232
2233 \end_inset
2234
2235 節をご参照下さい.列幅を設定しない場合には,
2236 列幅は,
2237 もっとも幅の広いセル内容の幅になります.
2238 \begin_inset Newline newline
2239 \end_inset
2240
2241 さらに,
2242 同一行の一つまたは複数のセルを連結列セルとして指定することができます.これに関しては,
2243
2244 \begin_inset CommandInset ref
2245 LatexCommand ref
2246 reference "subsec:連結列"
2247 nolink "false"
2248
2249 \end_inset
2250
2251 節をご参照下さい.あるいは同一列のセルを連結行セルとして指定することもできます.これについては,
2252
2253 \begin_inset CommandInset ref
2254 LatexCommand ref
2255 reference "subsec:連結行"
2256 nolink "false"
2257
2258 \end_inset
2259
2260 節をご参照ください.
2261 \begin_inset Newline newline
2262 \end_inset
2263
2264 回転関連のチェックボックスは,
2265 現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます.回転は,
2266 \SpecialChar LyX
2267 内部では反映されず,
2268 出力にのみ現れます.詳細については,
2269
2270 \begin_inset CommandInset ref
2271 LatexCommand ref
2272 reference "sec:表セルの回転"
2273 nolink "false"
2274
2275 \end_inset
2276
2277 節をご覧下さい.
2278 \begin_inset Newline newline
2279 \end_inset
2280
2281
2282 \begin_inset Note Greyedout
2283 status open
2284
2285 \begin_layout Plain Layout
2286
2287 \series bold
2288 [註]
2289 \series default
2290 DVIビューアのすべてが回転を表示できるわけではありません.
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \begin_inset Newline newline
2297 \end_inset
2298
2299 下記は,
2300 本文行中の表に,
2301 表全体の垂直揃えを適用したものです.
2302 \begin_inset Newline newline
2303 \end_inset
2304
2305 各種の揃えを適用した同一行中の表:
2306
2307 \begin_inset Tabular
2308 <lyxtabular version="3" rows="2" columns="2">
2309 <features tabularvalignment="top">
2310 <column alignment="center" valignment="top" width="0pt">
2311 <column alignment="center" valignment="top">
2312 <row>
2313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2314 \begin_inset Text
2315
2316 \begin_layout Plain Layout
2317
2318 \end_layout
2319
2320 \end_inset
2321 </cell>
2322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2323 \begin_inset Text
2324
2325 \begin_layout Plain Layout
2326 1
2327 \end_layout
2328
2329 \end_inset
2330 </cell>
2331 </row>
2332 <row>
2333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337 A
2338 \end_layout
2339
2340 \end_inset
2341 </cell>
2342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2343 \begin_inset Text
2344
2345 \begin_layout Plain Layout
2346
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 </row>
2352 </lyxtabular>
2353
2354 \end_inset
2355
2356  
2357 \begin_inset Tabular
2358 <lyxtabular version="3" rows="2" columns="2">
2359 <features tabularvalignment="middle">
2360 <column alignment="center" valignment="top">
2361 <column alignment="center" valignment="top">
2362 <row>
2363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2364 \begin_inset Text
2365
2366 \begin_layout Plain Layout
2367
2368 \end_layout
2369
2370 \end_inset
2371 </cell>
2372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2373 \begin_inset Text
2374
2375 \begin_layout Plain Layout
2376 1
2377 \end_layout
2378
2379 \end_inset
2380 </cell>
2381 </row>
2382 <row>
2383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout Plain Layout
2387 A
2388 \end_layout
2389
2390 \end_inset
2391 </cell>
2392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2393 \begin_inset Text
2394
2395 \begin_layout Plain Layout
2396
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 </row>
2402 </lyxtabular>
2403
2404 \end_inset
2405
2406  
2407 \begin_inset Tabular
2408 <lyxtabular version="3" rows="2" columns="2">
2409 <features tabularvalignment="bottom">
2410 <column alignment="center" valignment="top" width="0pt">
2411 <column alignment="center" valignment="top">
2412 <row>
2413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2414 \begin_inset Text
2415
2416 \begin_layout Plain Layout
2417
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Plain Layout
2426 1
2427 \end_layout
2428
2429 \end_inset
2430 </cell>
2431 </row>
2432 <row>
2433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2434 \begin_inset Text
2435
2436 \begin_layout Plain Layout
2437 A
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Plain Layout
2446
2447 \end_layout
2448
2449 \end_inset
2450 </cell>
2451 </row>
2452 </lyxtabular>
2453
2454 \end_inset
2455
2456
2457 \begin_inset Newline newline
2458 \end_inset
2459
2460 また,
2461 特殊な表設定に必要な\SpecialChar LaTeX
2462 引数を入力することもできます.これに関しては,
2463
2464 \begin_inset CommandInset ref
2465 LatexCommand ref
2466 reference "subsec:連結列の計算"
2467 nolink "false"
2468
2469 \end_inset
2470
2471 節および第
2472 \begin_inset CommandInset ref
2473 LatexCommand ref
2474 reference "sec:色付きの表"
2475 nolink "false"
2476
2477 \end_inset
2478
2479 節をご参照下さい.
2480 \end_layout
2481
2482 \begin_layout Description
2483 罫線 このタブでは,
2484 現在列ないし現在行の罫線を引いたり消したりすることができます.
2485 \begin_inset Newline newline
2486 \end_inset
2487
2488 様式オプションとして
2489 \family sans
2490 \series bold
2491 フォーマル様式
2492 \family default
2493 \series default
2494 を使用すると,
2495
2496 \begin_inset CommandInset ref
2497 LatexCommand ref
2498 reference "sec:フォーマル様式の表"
2499 nolink "false"
2500
2501 \end_inset
2502
2503 節に述べられているフォーマル様式の表に表を変換します.
2504 \begin_inset Newline newline
2505 \end_inset
2506
2507 またここで,
2508
2509 \begin_inset CommandInset ref
2510 LatexCommand ref
2511 reference "subsec:行の余白取り"
2512 nolink "false"
2513
2514 \end_inset
2515
2516 節に述べられているように,
2517 表の行に空白を追加することもできます.
2518 \end_layout
2519
2520 \begin_layout Description
2521 多頁表 このタブは,
2522 複数のページにわたる,
2523 いわゆる「
2524 \emph on
2525 多頁表
2526 \emph default
2527 」を作るためのものです.第
2528 \begin_inset CommandInset ref
2529 LatexCommand ref
2530 reference "sec:多頁表"
2531 nolink "false"
2532
2533 \end_inset
2534
2535 節および第
2536 \begin_inset CommandInset ref
2537 LatexCommand ref
2538 reference "sec:多頁表にまつわる諸点"
2539 nolink "false"
2540
2541 \end_inset
2542
2543 節に,
2544 多頁表の機能に関する詳細な説明があります.
2545 \end_layout
2546
2547 \begin_layout Section
2548 表ツールバー
2549 \begin_inset Index idx
2550 range none
2551 pageformat default
2552 status collapsed
2553
2554 \begin_layout Plain Layout
2555 \begin_inset IndexMacro sortkey
2556 status open
2557
2558 \begin_layout Plain Layout
2559 ひよう
2560 \end_layout
2561
2562 \end_inset
2563
2564
2565 \begin_inset IndexMacro subentry
2566 status open
2567
2568 \begin_layout Plain Layout
2569 \begin_inset IndexMacro sortkey
2570 status open
2571
2572 \begin_layout Plain Layout
2573 つるは
2574 \end_layout
2575
2576 \end_inset
2577
2578 ツールバー
2579 \end_layout
2580
2581 \end_inset
2582
2583
2584 \end_layout
2585
2586 \end_inset
2587
2588
2589 \end_layout
2590
2591 \begin_layout Standard
2592 表ツールバーは,
2593 表ダイアログの代わりに,
2594 表をすばやく変更できるようにするためのものです.通常,
2595 カーソルが表の内部にあるときに,
2596 \SpecialChar LyX
2597 のメインウィンドウの底部に表示されます.ご希望であれば,
2598 \SpecialChar LyX
2599 のメインメニューバーを右クリックすることによって,
2600 つねに表示されるように切り替えることもできます.
2601 \end_layout
2602
2603 \begin_layout Standard
2604 ツールバーには,
2605 以下のアイコンがあります.
2606 \end_layout
2607
2608 \begin_layout Labeling
2609 \labelwidthstring 00.00.0000
2610
2611 \family sans
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "tabular-feature append-row"
2615 \end_inset
2616
2617
2618 \family default
2619  は,
2620 現在セルあるいは選択範囲の下に行を追加します.
2621 \end_layout
2622
2623 \begin_layout Labeling
2624 \labelwidthstring 00.00.0000
2625
2626 \family sans
2627 \begin_inset Info
2628 type  "icon"
2629 arg   "tabular-feature append-column"
2630 \end_inset
2631
2632
2633 \family default
2634  は,
2635 現在セルあるいは選択範囲の右に列を追加します.
2636 \end_layout
2637
2638 \begin_layout Labeling
2639 \labelwidthstring 00.00.0000
2640
2641 \family sans
2642 \begin_inset Info
2643 type  "icon"
2644 arg   "tabular-feature delete-row"
2645 \end_inset
2646
2647
2648 \family default
2649  は,
2650 現在行あるいは選択範囲行を削除します.
2651 \end_layout
2652
2653 \begin_layout Labeling
2654 \labelwidthstring 00.00.0000
2655
2656 \family sans
2657 \begin_inset Info
2658 type  "icon"
2659 arg   "tabular-feature delete-column"
2660 \end_inset
2661
2662
2663 \family default
2664  は,
2665 現在列あるいは選択範囲列を削除します.
2666 \end_layout
2667
2668 \begin_layout Labeling
2669 \labelwidthstring 00.00.0000
2670 \begin_inset Info
2671 type  "icon"
2672 arg   "tabular-feature move-row-up"
2673 \end_inset
2674
2675  は,
2676 行を上に移動します.
2677 \end_layout
2678
2679 \begin_layout Labeling
2680 \labelwidthstring 00.00.0000
2681 \begin_inset Info
2682 type  "icon"
2683 arg   "tabular-feature move-column-left"
2684 \end_inset
2685
2686  は,
2687 列を左に移動します.
2688 \end_layout
2689
2690 \begin_layout Labeling
2691 \labelwidthstring 00.00.0000
2692 \begin_inset Info
2693 type  "icon"
2694 arg   "tabular-feature move-row-down"
2695 \end_inset
2696
2697  は,
2698 行を下に移動します.
2699 \end_layout
2700
2701 \begin_layout Labeling
2702 \labelwidthstring 00.00.0000
2703 \begin_inset Info
2704 type  "icon"
2705 arg   "tabular-feature move-column-right"
2706 \end_inset
2707
2708  は,
2709 列を右に移動します.
2710 \end_layout
2711
2712 \begin_layout Labeling
2713 \labelwidthstring 00.00.0000
2714
2715 \family sans
2716 \begin_inset Info
2717 type  "icon"
2718 arg   "tabular-feature toggle-line-top"
2719 \end_inset
2720
2721
2722 \family default
2723  は,
2724 現在セルや現在行,
2725 あるいは選択範囲の上部に罫線を描画します.
2726 \end_layout
2727
2728 \begin_layout Labeling
2729 \labelwidthstring 00.00.0000
2730
2731 \family sans
2732 \begin_inset Info
2733 type  "icon"
2734 arg   "tabular-feature toggle-line-bottom"
2735 \end_inset
2736
2737
2738 \family default
2739  は,
2740 現在セルや現在行,
2741 あるいは選択範囲の下部に罫線を描画します.
2742 \end_layout
2743
2744 \begin_layout Labeling
2745 \labelwidthstring 00.00.0000
2746
2747 \family sans
2748 \begin_inset Info
2749 type  "icon"
2750 arg   "tabular-feature toggle-line-left"
2751 \end_inset
2752
2753
2754 \family default
2755  は,
2756 現在セルや現在行,
2757 あるいは選択範囲の左側に罫線を描画します.
2758 \end_layout
2759
2760 \begin_layout Labeling
2761 \labelwidthstring 00.00.0000
2762
2763 \family sans
2764 \begin_inset Info
2765 type  "icon"
2766 arg   "tabular-feature toggle-line-right"
2767 \end_inset
2768
2769
2770 \family default
2771  は,
2772 現在セルや現在行,
2773 あるいは選択範囲の右側に罫線を描画します.
2774 \end_layout
2775
2776 \begin_layout Labeling
2777 \labelwidthstring 00.00.0000
2778
2779 \family sans
2780 \begin_inset Info
2781 type  "icon"
2782 arg   "tabular-feature set-all-lines"
2783 \end_inset
2784
2785
2786 \family default
2787  は,
2788 現在セルあるいは選択範囲の周囲に罫線を描画します.現在セルが連結列でなければ,
2789 現在行と現在列にも影響します.
2790 \end_layout
2791
2792 \begin_layout Labeling
2793 \labelwidthstring 00.00.0000
2794
2795 \family sans
2796 \begin_inset Info
2797 type  "icon"
2798 arg   "tabular-feature unset-all-lines"
2799 \end_inset
2800
2801
2802 \family default
2803  は,
2804 現在セルあるいは選択範囲のすべての罫線を消去します.現在セルが連結列でなければ,
2805 現在行と現在列にも影響します.
2806 \end_layout
2807
2808 \begin_layout Labeling
2809 \labelwidthstring 00.00.0000
2810
2811 \family sans
2812 \begin_inset Info
2813 type  "icon"
2814 arg   "tabular-feature m-align-left"
2815 \end_inset
2816
2817
2818 \family default
2819  は,
2820 現在セルあるいは現在列の内容を左揃えにします.
2821 \end_layout
2822
2823 \begin_layout Labeling
2824 \labelwidthstring 00.00.0000
2825
2826 \family sans
2827 \begin_inset Info
2828 type  "icon"
2829 arg   "tabular-feature m-align-center"
2830 \end_inset
2831
2832
2833 \family default
2834  は,
2835 現在セルあるいは現在列の内容を水平方向中央揃えにします.
2836 \end_layout
2837
2838 \begin_layout Labeling
2839 \labelwidthstring 00.00.0000
2840
2841 \family sans
2842 \begin_inset Info
2843 type  "icon"
2844 arg   "tabular-feature m-align-right"
2845 \end_inset
2846
2847
2848 \family default
2849  は,
2850 現在セルあるいは現在列の内容を右揃えにします.
2851 \end_layout
2852
2853 \begin_layout Labeling
2854 \labelwidthstring 00.00.0000
2855
2856 \family sans
2857 \begin_inset Info
2858 type  "icon"
2859 arg   "tabular-feature align-decimal"
2860 \end_inset
2861
2862
2863 \family default
2864  は,
2865 現在セルの内容を特定文字位置で揃えます.
2866 \end_layout
2867
2868 \begin_layout Labeling
2869 \labelwidthstring 00.00.0000
2870
2871 \family sans
2872 \begin_inset Info
2873 type  "icon"
2874 arg   "tabular-feature m-valign-top"
2875 \end_inset
2876
2877
2878 \family default
2879  は,
2880 現在セルの内容を垂直方向上揃えにします.
2881 \end_layout
2882
2883 \begin_layout Labeling
2884 \labelwidthstring 00.00.0000
2885
2886 \family sans
2887 \begin_inset Info
2888 type  "icon"
2889 arg   "tabular-feature m-valign-middle"
2890 \end_inset
2891
2892
2893 \family default
2894  は,
2895 現在セルの内容を垂直方向中央揃えにします.
2896 \end_layout
2897
2898 \begin_layout Labeling
2899 \labelwidthstring 00.00.0000
2900
2901 \family sans
2902 \begin_inset Info
2903 type  "icon"
2904 arg   "tabular-feature m-valign-bottom"
2905 \end_inset
2906
2907
2908 \family default
2909  は,
2910 現在セルの内容を垂直方向下揃えにします.
2911 \end_layout
2912
2913 \begin_layout Labeling
2914 \labelwidthstring 00.00.0000
2915
2916 \family sans
2917 \begin_inset Info
2918 type  "icon"
2919 arg   "tabular-feature set-rotate-cell"
2920 \end_inset
2921
2922
2923 \family default
2924  は,
2925 現在セルあるいは選択範囲を反時計廻りに90度回転します.
2926 \end_layout
2927
2928 \begin_layout Labeling
2929 \labelwidthstring 00.00.0000
2930
2931 \family sans
2932 \begin_inset Info
2933 type  "icon"
2934 arg   "tabular-feature set-rotate-tabular"
2935 \end_inset
2936
2937
2938 \family default
2939  は,
2940 表全体を反時計廻りに90度回転します.
2941 \end_layout
2942
2943 \begin_layout Labeling
2944 \labelwidthstring 00.00.0000
2945
2946 \family sans
2947 \begin_inset Info
2948 type  "icon"
2949 arg   "tabular-feature multicolumn"
2950 \end_inset
2951
2952
2953 \family default
2954  は,
2955 現在セルあるいは選択範囲を連結列にします.
2956 \end_layout
2957
2958 \begin_layout Labeling
2959 \labelwidthstring 00.00.0000
2960
2961 \family sans
2962 \begin_inset Info
2963 type  "icon"
2964 arg   "tabular-feature multirow"
2965 \end_inset
2966
2967
2968 \family default
2969  は,
2970 現在セルあるいは選択範囲を連結行にします.
2971 \end_layout
2972
2973 \begin_layout Standard
2974 \begin_inset Note Greyedout
2975 status open
2976
2977 \begin_layout Plain Layout
2978
2979 \series bold
2980 [註]
2981 \series default
2982 出力では,
2983 行の最初のセルの垂直揃えが,
2984 同一行の他のセルすべてに適用されます.
2985 \end_layout
2986
2987 \end_inset
2988
2989
2990 \end_layout
2991
2992 \begin_layout Section
2993 表編集メニュー
2994 \begin_inset Index idx
2995 range none
2996 pageformat default
2997 status collapsed
2998
2999 \begin_layout Plain Layout
3000 \begin_inset IndexMacro sortkey
3001 status open
3002
3003 \begin_layout Plain Layout
3004 ひよう
3005 \end_layout
3006
3007 \end_inset
3008
3009
3010 \begin_inset IndexMacro subentry
3011 status open
3012
3013 \begin_layout Plain Layout
3014 \begin_inset IndexMacro sortkey
3015 status open
3016
3017 \begin_layout Plain Layout
3018 へんしゆうめにゆ
3019 \end_layout
3020
3021 \end_inset
3022
3023 編集メニュー
3024 \end_layout
3025
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \end_inset
3032
3033
3034 \end_layout
3035
3036 \begin_layout Standard
3037 表ダイアログと表ツールバーの他に,
3038
3039 \family sans
3040 編集\SpecialChar menuseparator
3041
3042 \family default
3043 メニューでも,
3044 現在行や現在列の罫線を引いたり消したりすることができ,
3045 あるいは現在の選択範囲を連結列に指定したりすることができます.このメニューは,
3046 カーソルが表内部にあるときのみ,
3047 表示されます.
3048 \end_layout
3049
3050 \begin_layout Section
3051 表フロート
3052 \begin_inset CommandInset label
3053 LatexCommand label
3054 name "sec:表フロート"
3055
3056 \end_inset
3057
3058
3059 \begin_inset Index idx
3060 range none
3061 pageformat default
3062 status collapsed
3063
3064 \begin_layout Plain Layout
3065 \begin_inset IndexMacro sortkey
3066 status open
3067
3068 \begin_layout Plain Layout
3069 ふろと
3070 \end_layout
3071
3072 \end_inset
3073
3074 フロート
3075 \begin_inset IndexMacro subentry
3076 status open
3077
3078 \begin_layout Plain Layout
3079 \begin_inset IndexMacro sortkey
3080 status open
3081
3082 \begin_layout Plain Layout
3083 ひよう
3084 \end_layout
3085
3086 \end_inset
3087
3088
3089 \end_layout
3090
3091 \end_inset
3092
3093
3094 \end_layout
3095
3096 \end_inset
3097
3098
3099 \begin_inset Index idx
3100 range none
3101 pageformat default
3102 status collapsed
3103
3104 \begin_layout Plain Layout
3105 ひよう@表!ふろと@フロート
3106 \end_layout
3107
3108 \end_inset
3109
3110
3111 \end_layout
3112
3113 \begin_layout Standard
3114 フロートの一般的な説明については,
3115
3116 \begin_inset CommandInset ref
3117 LatexCommand ref
3118 reference "sec:フロートはじめに"
3119 nolink "false"
3120
3121 \end_inset
3122
3123 節をご覧下さい.
3124 \end_layout
3125
3126 \begin_layout Standard
3127 \begin_inset Float table
3128 placement h
3129 alignment document
3130 wide false
3131 sideways false
3132 status open
3133
3134 \begin_layout Plain Layout
3135 \begin_inset Caption Standard
3136
3137 \begin_layout Plain Layout
3138 \begin_inset CommandInset label
3139 LatexCommand label
3140 name "tab:表フロート"
3141
3142 \end_inset
3143
3144 表フロート
3145 \end_layout
3146
3147 \end_inset
3148
3149
3150 \end_layout
3151
3152 \begin_layout Plain Layout
3153 \align center
3154 \begin_inset Tabular
3155 <lyxtabular version="3" rows="3" columns="3">
3156 <features tabularvalignment="middle">
3157 <column alignment="center" valignment="top" width="0pt">
3158 <column alignment="center" valignment="top" width="0pt">
3159 <column alignment="center" valignment="top" width="0pt">
3160 <row>
3161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \family roman
3167 \series medium
3168 \shape up
3169 \size normal
3170 \emph off
3171 \bar no
3172 \noun off
3173 \color none
3174 1
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \family roman
3185 \series medium
3186 \shape up
3187 \size normal
3188 \emph off
3189 \bar no
3190 \noun off
3191 \color none
3192 2
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \family roman
3203 \series medium
3204 \shape up
3205 \size normal
3206 \emph off
3207 \bar no
3208 \noun off
3209 \color none
3210 3
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 </row>
3216 <row>
3217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221 森嶋
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230 宇沢
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239 二階堂
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 <row>
3246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \family roman
3252 \series medium
3253 \shape up
3254 \size normal
3255 \emph off
3256 \bar no
3257 \noun off
3258 \color none
3259 \begin_inset Formula $\int x^{2}dx$
3260 \end_inset
3261
3262
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271
3272 \family roman
3273 \series medium
3274 \shape up
3275 \size normal
3276 \emph off
3277 \bar no
3278 \noun off
3279 \color none
3280 \begin_inset Formula $\left[\begin{array}{cc}
3281 a & b\\
3282 c & d
3283 \end{array}\right]$
3284 \end_inset
3285
3286
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \family roman
3297 \series medium
3298 \shape up
3299 \size normal
3300 \emph off
3301 \bar no
3302 \noun off
3303 \color none
3304 \begin_inset Formula $1+1=2$
3305 \end_inset
3306
3307
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 </row>
3313 </lyxtabular>
3314
3315 \end_inset
3316
3317
3318 \end_layout
3319
3320 \end_inset
3321
3322
3323 \end_layout
3324
3325 \begin_layout Standard
3326 表フロートは,
3327
3328 \family sans
3329 \series bold
3330 挿入\SpecialChar menuseparator
3331 フロート\SpecialChar menuseparator
3332
3333 \family default
3334 \series default
3335
3336 \begin_inset space \thinspace{}
3337 \end_inset
3338
3339 メニューかツールバーボタン
3340 \family sans
3341
3342 \begin_inset Info
3343 type  "icon"
3344 arg   "float-insert table"
3345 \end_inset
3346
3347
3348 \family default
3349 を使うと挿入することができます.
3350 \end_layout
3351
3352 \begin_layout Standard
3353 フロートは折りたたむことのできるボックスとして表示され,
3354 中には「表
3355 \begin_inset space ~
3356 \end_inset
3357
3358 #:」(#は実際には表番号です)というラベルのついたキャプションがあります.表は,
3359 このキャプションの上にも下にも入れることができます.
3360 \end_layout
3361
3362 \begin_layout Standard
3363
3364 \begin_inset space ~
3365 \end_inset
3366
3367
3368 \begin_inset CommandInset ref
3369 LatexCommand ref
3370 reference "tab:表フロート"
3371 nolink "false"
3372
3373 \end_inset
3374
3375 は,
3376 表フロートに入れた表の例です.
3377 \end_layout
3378
3379 \begin_layout Standard
3380 キャプションを表の上に入れるのは,
3381 標準的な組版方法ですが,
3382 残念ながら\SpecialChar LaTeX
3383 の標準クラスではサポートされていません.つまり,
3384 article・book・letter・reportのような文書クラスを使用した場合には,
3385 キャプションと表のあいだに余白が入りません.必要な余白を入れるには,
3386 使用中の文書のプリアンブルに,
3387 LaTeXパッケージの
3388 \series bold
3389 caption
3390 \series default
3391
3392 \begin_inset Index idx
3393 range none
3394 pageformat default
3395 status collapsed
3396
3397 \begin_layout Plain Layout
3398 \begin_inset IndexMacro sortkey
3399 status open
3400
3401 \begin_layout Plain Layout
3402 LaTeXはつけし
3403 \end_layout
3404
3405 \end_inset
3406
3407 \SpecialChar LaTeX
3408 パッケージ
3409 \begin_inset IndexMacro subentry
3410 status open
3411
3412 \begin_layout Plain Layout
3413 caption
3414 \end_layout
3415
3416 \end_inset
3417
3418
3419 \end_layout
3420
3421 \end_inset
3422
3423
3424 \end_layout
3425
3426 \begin_layout Standard
3427
3428 \series bold
3429 tableposition=top
3430 \end_layout
3431
3432 \begin_layout Standard
3433 というオプションとともにloadコマンドを使って読み込んでください
3434 \begin_inset Foot
3435 status collapsed
3436
3437 \begin_layout Plain Layout
3438 詳しくは,
3439
3440 \begin_inset CommandInset ref
3441 LatexCommand ref
3442 reference "sec:キャプションの配置"
3443 nolink "false"
3444
3445 \end_inset
3446
3447 節をご覧下さい.
3448 \end_layout
3449
3450 \end_inset
3451
3452 .キャプション書式を調整するには,
3453
3454 \begin_inset CommandInset ref
3455 LatexCommand ref
3456 reference "sec:キャプションの書式設定"
3457 nolink "false"
3458
3459 \end_inset
3460
3461 節にものべられているように
3462 \series bold
3463 caption
3464 \series default
3465 パッケージを使用します.
3466 \end_layout
3467
3468 \begin_layout Standard
3469 \begin_inset Index idx
3470 range none
3471 pageformat default
3472 status collapsed
3473
3474 \begin_layout Plain Layout
3475 \begin_inset IndexMacro sortkey
3476 status open
3477
3478 \begin_layout Plain Layout
3479 さんしよう
3480 \end_layout
3481
3482 \end_inset
3483
3484 参照
3485 \begin_inset IndexMacro subentry
3486 status open
3487
3488 \begin_layout Plain Layout
3489 \begin_inset IndexMacro sortkey
3490 status open
3491
3492 \begin_layout Plain Layout
3493 ひようへの
3494 \end_layout
3495
3496 \end_inset
3497
3498 表への—
3499
3500
3501 \end_layout
3502
3503 \end_inset
3504
3505
3506 \end_layout
3507
3508 \end_inset
3509
3510 表は,
3511 本文中において,
3512 ラベルを参照することによって相互参照することができます.そのためには,
3513
3514 \family sans
3515 \series bold
3516 挿入\SpecialChar menuseparator
3517 ラベル
3518 \family default
3519 \series default
3520
3521 \begin_inset space \thinspace{}
3522 \end_inset
3523
3524 メニューかツールバーボタンの
3525 \family sans
3526
3527 \begin_inset Info
3528 type  "icon"
3529 arg   "label-insert"
3530 \end_inset
3531
3532
3533 \family default
3534 を用いて,
3535 キャプションにラベルを挿入して下さい.然る後に,
3536
3537 \family sans
3538 \series bold
3539 挿入\SpecialChar menuseparator
3540 相互参照
3541 \family default
3542 \series default
3543
3544 \begin_inset space \thinspace{}
3545 \end_inset
3546
3547 メニューかツールバーボタンの
3548 \family sans
3549
3550 \begin_inset Info
3551 type  "icon"
3552 arg   "dialog-show-new-inset ref"
3553 \end_inset
3554
3555
3556 \family default
3557 を用いて,
3558 このラベルを参照することができます.
3559 \begin_inset Newline newline
3560 \end_inset
3561
3562 参照は,
3563
3564 \begin_inset CommandInset ref
3565 LatexCommand ref
3566 reference "sec:フロートの参照"
3567 nolink "false"
3568
3569 \end_inset
3570
3571 節で詳細に説明されています.
3572 \end_layout
3573
3574 \begin_layout Section
3575 多頁表
3576 \begin_inset CommandInset label
3577 LatexCommand label
3578 name "sec:多頁表"
3579
3580 \end_inset
3581
3582
3583 \begin_inset Index idx
3584 range none
3585 pageformat default
3586 status collapsed
3587
3588 \begin_layout Plain Layout
3589 \begin_inset IndexMacro sortkey
3590 status open
3591
3592 \begin_layout Plain Layout
3593 たへえしひよう
3594 \end_layout
3595
3596 \end_inset
3597
3598 多頁表
3599 \end_layout
3600
3601 \end_inset
3602
3603
3604 \begin_inset Index idx
3605 range none
3606 pageformat default
3607 status collapsed
3608
3609 \begin_layout Plain Layout
3610 \begin_inset IndexMacro sortkey
3611 status open
3612
3613 \begin_layout Plain Layout
3614 ひよう
3615 \end_layout
3616
3617 \end_inset
3618
3619
3620 \begin_inset IndexMacro subentry
3621 status open
3622
3623 \begin_layout Plain Layout
3624 \begin_inset IndexMacro sortkey
3625 status open
3626
3627 \begin_layout Plain Layout
3628 たへえしひよう
3629 \end_layout
3630
3631 \end_inset
3632
3633 多頁—
3634
3635
3636 \end_layout
3637
3638 \end_inset
3639
3640
3641 \end_layout
3642
3643 \end_inset
3644
3645
3646 \end_layout
3647
3648 \begin_layout Standard
3649 表が長すぎて1ページに収まりきらないときには,
3650 表ダイアログの
3651 \family sans
3652 多頁表
3653 \family default
3654 タブにある
3655 \family sans
3656 多頁表を使う
3657 \family default
3658 オプションを使用して,
3659 複数ページに自動的に分割させることができます.このオプションを有効にすると,
3660 いくつかのチェックボックスが使えるようになり,
3661 以下のものを定義することができるようになります.
3662 \end_layout
3663
3664 \begin_layout Description
3665 ヘッダ:
3666  カーソル位置の行が,
3667 多頁表の全ページに表示されるヘッダ行として定義されます.
3668 \family roman
3669 \series medium
3670 \shape up
3671 \size normal
3672 \emph off
3673 \bar no
3674 \noun off
3675 \color none
3676 ただし,
3677
3678 \family sans
3679 \series default
3680 \shape default
3681 \size default
3682 \emph default
3683 \bar default
3684 \noun default
3685 \color inherit
3686 冒頭ヘッダ
3687 \family roman
3688 \series medium
3689 \shape up
3690 \size normal
3691 \emph off
3692 \bar no
3693 \noun off
3694 \color none
3695 が定義されているときは,
3696 冒頭ページを除きます.
3697 \family default
3698 \series default
3699 \shape default
3700 \size default
3701 \emph default
3702 \bar default
3703 \noun default
3704 \color inherit
3705 これと区別して,
3706 このヘッダは本体ヘッダと呼びます.
3707 \end_layout
3708
3709 \begin_layout Description
3710 冒頭ヘッダ:
3711  カーソル位置の行が,
3712 多頁表の最初のページに表示されるヘッダ行として定義されます.
3713 \end_layout
3714
3715 \begin_layout Description
3716 フッタ:
3717  カーソル位置の行が,
3718 多頁表の全ページに表示されるフッタ行として定義されます.
3719 \family roman
3720 \series medium
3721 \shape up
3722 \size normal
3723 \emph off
3724 \bar no
3725 \noun off
3726 \color none
3727 ただし,
3728
3729 \family sans
3730 \series default
3731 \shape default
3732 \size default
3733 \emph default
3734 \bar default
3735 \noun default
3736 \color inherit
3737 末尾フッタ
3738 \family roman
3739 \series medium
3740 \shape up
3741 \size normal
3742 \emph off
3743 \bar no
3744 \noun off
3745 \color none
3746 が定義されているときは,
3747 末尾ページを除きます.
3748 \end_layout
3749
3750 \begin_layout Description
3751 末尾フッタ:
3752  カーソル位置の行が,
3753 多頁表の最後のページに表示されるフッタ行として定義されます.
3754 \end_layout
3755
3756 \begin_layout Description
3757 キャプション:
3758  カーソル位置の行を表のキャプションにします.この行は一列にリセットされ,
3759 キャプションが挿入されます.多頁表のキャプションについての詳細は,
3760
3761 \begin_inset CommandInset ref
3762 LatexCommand ref
3763 reference "subsec:多頁表のキャプション"
3764 nolink "false"
3765
3766 \end_inset
3767
3768 節で説明されています.
3769 \end_layout
3770
3771 \begin_layout Standard
3772 加えて,
3773 表が分割される行を指定することができます.多頁表の動作を見るために以下の例を参照してください.
3774 \end_layout
3775
3776 \begin_layout Standard
3777 \align center
3778 \begin_inset Tabular
3779 <lyxtabular version="3" rows="69" columns="3">
3780 <features islongtable="true" longtabularalignment="center">
3781 <column alignment="left" valignment="top" width="0cm">
3782 <column alignment="left" valignment="top" width="0pt">
3783 <column alignment="center" valignment="top" width="0pt">
3784 <row endfirsthead="true">
3785 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789
3790 \series bold
3791 例示用電話帳(名前は無視してください)
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 </row>
3815 <row endfirsthead="true">
3816 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 氏名
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838
3839 \series bold
3840 TEL.
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 </row>
3846 <row endhead="true">
3847 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851
3852 \series bold
3853 例示用電話帳
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 </row>
3877 <row endhead="true">
3878 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 氏名
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \series bold
3902 TEL.
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row endfoot="true">
3909 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913 次頁へつづく
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 </row>
3937 <row>
3938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942
3943 \series bold
3944 Annovi
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 Silvia
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 111
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 </row>
3968 <row>
3969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973
3974 \series bold
3975 Bertoli
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 Stefano
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 111
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 </row>
3999 <row>
4000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004
4005 \series bold
4006 Bozzi
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 Walter
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 111
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 </row>
4030 <row>
4031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035
4036 \series bold
4037 Cachia
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 Maria
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 111
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 </row>
4061 <row>
4062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066
4067 \series bold
4068 Cachia
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 Maurizio
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 111
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 <row>
4093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097
4098 \series bold
4099 Cinquemani
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 Giusi
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 111
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \series bold
4130 Colin
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 Bernard
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 111
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161 Concli
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Gianfranco
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 111
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \series bold
4192 Dal Bosco
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 Carolina
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 111
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221
4222 \series bold
4223 Dalpiaz
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 Annamaria
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 111
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \series bold
4254 Feliciello
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 Domenico
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 111
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 </row>
4278 <row>
4279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283
4284 \series bold
4285 Focarelli
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 Paola
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 111
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 </row>
4309 <row>
4310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314
4315 \series bold
4316 Galletti
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 Oreste
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 111
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345
4346 \series bold
4347 Gasparini
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 Franca
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 111
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \series bold
4378 Rizzardi
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell alignment="center" valignment="top" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387 Paola
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 111
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 </row>
4402 <row>
4403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407
4408 \series bold
4409 Lassini
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 Giancarlo
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 111
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438
4439 \series bold
4440 Malfatti
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 Luciano
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 111
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \series bold
4471 Malfatti
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 Valeriano
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 111
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 <row>
4496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \series bold
4502 Meneguzzo
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 Roberto
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 111
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 </row>
4526 <row>
4527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531
4532 \series bold
4533 Mezzadra
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 Roberto
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 111
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 </row>
4557 <row>
4558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562
4563 \series bold
4564 Pirpamer
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 Erich
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 111
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \series bold
4595 Pochiesa
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Paolo
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 111,
4614  222
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Radina
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Claudio
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 111
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Stuffer
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Oskar
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 111
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Tacchelli
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Ugo
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 111
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Tezzele
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Margit
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 111
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Unterkalmsteiner
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Frieda
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 111
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Vieider
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Hilde
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 111
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Vigna
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Jürgen
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 111
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Weber
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Maurizio
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 111
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873
4874 \series bold
4875 Winkler
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 Franz
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 111
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904  
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913
4914 \end_layout
4915
4916 \end_inset
4917 </cell>
4918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4919 \begin_inset Text
4920
4921 \begin_layout Plain Layout
4922
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 </row>
4928 <row>
4929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933
4934 \series bold
4935 Annovi
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 <cell alignment="center" valignment="top" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944 Silvia
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4950 \begin_inset Text
4951
4952 \begin_layout Plain Layout
4953 555
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 </row>
4959 <row>
4960 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964
4965 \series bold
4966 Bertoli
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 <cell alignment="center" valignment="top" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Plain Layout
4975 Stefano
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4981 \begin_inset Text
4982
4983 \begin_layout Plain Layout
4984 555
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 </row>
4990 <row>
4991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995
4996 \series bold
4997 Bozzi
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 <cell alignment="center" valignment="top" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Plain Layout
5006 Walter
5007 \end_layout
5008
5009 \end_inset
5010 </cell>
5011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5012 \begin_inset Text
5013
5014 \begin_layout Plain Layout
5015 555
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 </row>
5021 <row>
5022 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026
5027 \series bold
5028 Cachia
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 <cell alignment="center" valignment="top" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037 Maria
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046 555
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 </row>
5052 <row>
5053 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057
5058 \series bold
5059 Cachia
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 <cell alignment="center" valignment="top" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068 Maurizio
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Plain Layout
5077 555
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 </row>
5083 <row>
5084 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088
5089 \series bold
5090 Cinquemani
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 <cell alignment="center" valignment="top" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099 Giusi
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108 555
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 </row>
5114 <row>
5115 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119
5120 \series bold
5121 Colin
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 <cell alignment="center" valignment="top" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130 Bernard
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5136 \begin_inset Text
5137
5138 \begin_layout Plain Layout
5139 555
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 </row>
5145 <row>
5146 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150
5151 \series bold
5152 Concli
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 <cell alignment="center" valignment="top" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161 Gianfranco
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Plain Layout
5170 555
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 </row>
5176 <row>
5177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181
5182 \series bold
5183 Dal Bosco
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 <cell alignment="center" valignment="top" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192 Carolina
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 555
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 </row>
5207 <row>
5208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5209 \begin_inset Text
5210
5211 \begin_layout Plain Layout
5212
5213 \series bold
5214 Dalpiaz
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 <cell alignment="center" valignment="top" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223 Annamaria
5224 \end_layout
5225
5226 \end_inset
5227 </cell>
5228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5229 \begin_inset Text
5230
5231 \begin_layout Plain Layout
5232 555
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 <row>
5239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \series bold
5245 Feliciello
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 <cell alignment="center" valignment="top" usebox="none">
5251 \begin_inset Text
5252
5253 \begin_layout Plain Layout
5254 Domenico
5255 \end_layout
5256
5257 \end_inset
5258 </cell>
5259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5260 \begin_inset Text
5261
5262 \begin_layout Plain Layout
5263 555
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 </row>
5269 <row>
5270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274
5275 \series bold
5276 Focarelli
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 <cell alignment="center" valignment="top" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 Paola
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 555
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 </row>
5300 <row>
5301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305
5306 \series bold
5307 Galletti
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 <cell alignment="center" valignment="top" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Plain Layout
5316 Oreste
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 555
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 </row>
5331 <row>
5332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336
5337 \series bold
5338 Gasparini
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 <cell alignment="center" valignment="top" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347 Franca
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 555
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 </row>
5362 <row>
5363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367
5368 \series bold
5369 Rizzardi
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 <cell alignment="center" valignment="top" usebox="none">
5375 \begin_inset Text
5376
5377 \begin_layout Plain Layout
5378 Paola
5379 \end_layout
5380
5381 \end_inset
5382 </cell>
5383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5384 \begin_inset Text
5385
5386 \begin_layout Plain Layout
5387 555
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 </row>
5393 <row>
5394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398
5399 \series bold
5400 Lassini
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 <cell alignment="center" valignment="top" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409 Giancarlo
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 555
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 </row>
5424 <row>
5425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429
5430 \series bold
5431 Malfatti
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 Luciano
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 555
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 </row>
5455 <row>
5456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460
5461 \series bold
5462 Malfatti
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 <cell alignment="center" valignment="top" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471 Valeriano
5472 \end_layout
5473
5474 \end_inset
5475 </cell>
5476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5477 \begin_inset Text
5478
5479 \begin_layout Plain Layout
5480 555
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 </row>
5486 <row>
5487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491
5492 \series bold
5493 Meneguzzo
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 Roberto
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 555
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 </row>
5517 <row>
5518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522
5523 \series bold
5524 Mezzadra
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 Roberto
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 555
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 </row>
5548 <row>
5549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553
5554 \series bold
5555 Pirpamer
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 Erich
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 555
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 <row>
5580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584
5585 \series bold
5586 Pochiesa
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 Paolo
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 555,
5605  222
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 </row>
5611 <row>
5612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616
5617 \series bold
5618 Radina
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 Claudio
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 555
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 </row>
5642 <row>
5643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647
5648 \series bold
5649 Stuffer
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 Oskar
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 555
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 <row>
5674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678
5679 \series bold
5680 Tacchelli
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 Ugo
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 555
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 </row>
5704 <row>
5705 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709
5710 \series bold
5711 Tezzele
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 Margit
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 555
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 </row>
5735 <row>
5736 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740
5741 \series bold
5742 Unterkalmsteiner
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 Frieda
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 555
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 <row>
5767 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771
5772 \series bold
5773 Vieider
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 Hilde
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 555
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 </row>
5797 <row>
5798 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802
5803 \series bold
5804 Vigna
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 Jürgen
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 999
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 </row>
5828 <row>
5829 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833
5834 \series bold
5835 Weber
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 Maurizio
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 555
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 </row>
5859 <row>
5860 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864
5865 \series bold
5866 Winkler
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 Franz
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 555
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 </row>
5890 <row endlastfoot="true">
5891 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 以上
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 </lyxtabular>
5920
5921 \end_inset
5922
5923
5924 \begin_inset ERT
5925 status collapsed
5926
5927 \begin_layout Plain Layout
5928
5929
5930 \backslash
5931 addtocounter{table}{-1}
5932 \end_layout
5933
5934 \end_inset
5935
5936
5937 \begin_inset Note Note
5938 status collapsed
5939
5940 \begin_layout Plain Layout
5941 本コマンドの説明については,
5942
5943 \begin_inset CommandInset ref
5944 LatexCommand ref
5945 reference "subsec:多頁表のキャプション"
5946 nolink "false"
5947
5948 \end_inset
5949
5950 節の最初の淡色註釈をご覧下さい.
5951 \end_layout
5952
5953 \end_inset
5954
5955
5956 \end_layout
5957
5958 \begin_layout Subsection
5959 多頁表での脚註
5960 \begin_inset CommandInset label
5961 LatexCommand label
5962 name "subsec:多頁表での脚注"
5963
5964 \end_inset
5965
5966
5967 \begin_inset Index idx
5968 range none
5969 pageformat default
5970 status collapsed
5971
5972 \begin_layout Plain Layout
5973 \begin_inset IndexMacro sortkey
5974 status open
5975
5976 \begin_layout Plain Layout
5977 たへえしひよう
5978 \end_layout
5979
5980 \end_inset
5981
5982 多頁表
5983 \begin_inset IndexMacro subentry
5984 status open
5985
5986 \begin_layout Plain Layout
5987 \begin_inset IndexMacro sortkey
5988 status open
5989
5990 \begin_layout Plain Layout
5991 きやくちゆう
5992 \end_layout
5993
5994 \end_inset
5995
5996 脚註
5997 \end_layout
5998
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \end_inset
6005
6006
6007 \end_layout
6008
6009 \begin_layout Standard
6010 脚註は,
6011 どの多頁表セルにも入れることができます.脚註は,
6012 脚註のついた表セルのあるページの下部に表示されます.たとえば,
6013
6014 \begin_inset CommandInset ref
6015 LatexCommand ref
6016 reference "tab:別キャプション"
6017 nolink "false"
6018
6019 \end_inset
6020
6021 には脚註が付いています.
6022 \end_layout
6023
6024 \begin_layout Subsection
6025 多頁表の縦横揃え
6026 \begin_inset Index idx
6027 range none
6028 pageformat default
6029 status collapsed
6030
6031 \begin_layout Plain Layout
6032 \begin_inset IndexMacro sortkey
6033 status open
6034
6035 \begin_layout Plain Layout
6036 たへえしひよう
6037 \end_layout
6038
6039 \end_inset
6040
6041 多頁表
6042 \begin_inset IndexMacro subentry
6043 status open
6044
6045 \begin_layout Plain Layout
6046 \begin_inset IndexMacro sortkey
6047 status open
6048
6049 \begin_layout Plain Layout
6050 たてよこそろえ
6051 \end_layout
6052
6053 \end_inset
6054
6055 縦横揃え
6056 \end_layout
6057
6058 \end_inset
6059
6060
6061 \end_layout
6062
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \begin_layout Standard
6069 表設定ダイアログでは,
6070 多頁表の水平揃えを指定することができます.左揃えや右揃えでは,
6071 表は直接ページ境界に寄せられます.表と境界の間に余白を加えるには,
6072 中央揃えに設定してから
6073 \end_layout
6074
6075 \begin_layout Standard
6076
6077 \series bold
6078
6079 \backslash
6080 setlength{
6081 \backslash
6082 LTleft}{値}
6083 \end_layout
6084
6085 \begin_layout Standard
6086 という行を当該多頁表の前に\SpecialChar TeX
6087 コードとして挿入して,
6088 長さ
6089 \series bold
6090
6091 \backslash
6092 LTleft
6093 \series default
6094 および
6095 \series bold
6096
6097 \backslash
6098 LTright
6099 \series default
6100 の値を変更しなくてはなりません.ここで「値」は,
6101
6102 \begin_inset CommandInset ref
6103 LatexCommand ref
6104 reference "tab:単位"
6105 nolink "false"
6106
6107 \end_inset
6108
6109 表に挙げてある単位であれば,
6110 どの単位を取ることもできます.
6111 \series bold
6112
6113 \backslash
6114 LTleft
6115 \series default
6116 は,
6117 左頁余白から多頁表までの水平方向の距離を制御し,
6118
6119 \series bold
6120
6121 \backslash
6122 LTright
6123 \series default
6124 は,
6125 右頁余白からの距離を制御します.これらの長さの既定値は
6126 \series bold
6127
6128 \backslash
6129 fill
6130 \series default
6131 となっており,
6132 \SpecialChar LyX
6133 の水平フィルと同等になっています.
6134 \end_layout
6135
6136 \begin_layout Standard
6137 以下の多頁表は,
6138 中央揃えの上,
6139
6140 \series bold
6141
6142 \backslash
6143 LTleft
6144 \series default
6145
6146 \family sans
6147 0.1
6148 \backslash
6149 columnwidth
6150 \family default
6151 に設定してあります.
6152 \begin_inset ERT
6153 status collapsed
6154
6155 \begin_layout Plain Layout
6156
6157
6158 \backslash
6159 setlength{
6160 \backslash
6161 LTleft}{0.1
6162 \backslash
6163 columnwidth}
6164 \end_layout
6165
6166 \end_inset
6167
6168
6169 \end_layout
6170
6171 \begin_layout Standard
6172 \begin_inset Tabular
6173 <lyxtabular version="3" rows="5" columns="5">
6174 <features islongtable="true" longtabularalignment="center">
6175 <column alignment="center" valignment="top">
6176 <column alignment="center" valignment="top">
6177 <column alignment="center" valignment="top">
6178 <column alignment="center" valignment="top">
6179 <column alignment="center" valignment="top">
6180 <row>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 1
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 2
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 3
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 4
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 5
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 </row>
6227 <row>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 いろは
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 いろは
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 </row>
6274 <row>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 いろは
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 いろは
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 </row>
6321 <row>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 いろは
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 いろは
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 </row>
6368 <row>
6369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 いろは
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 いろは
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 いろは
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 いろは
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 いろは
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 </row>
6415 </lyxtabular>
6416
6417 \end_inset
6418
6419
6420 \begin_inset ERT
6421 status collapsed
6422
6423 \begin_layout Plain Layout
6424
6425
6426 \backslash
6427 setlength{
6428 \backslash
6429 LTleft}{
6430 \backslash
6431 fill}
6432 \end_layout
6433
6434 \end_inset
6435
6436
6437 \begin_inset ERT
6438 status collapsed
6439
6440 \begin_layout Plain Layout
6441
6442
6443 \backslash
6444 addtocounter{table}{-1}
6445 \end_layout
6446
6447 \end_inset
6448
6449
6450 \begin_inset Note Note
6451 status collapsed
6452
6453 \begin_layout Plain Layout
6454 このコマンドの説明に関しては,
6455
6456 \begin_inset CommandInset ref
6457 LatexCommand ref
6458 reference "subsec:多頁表のキャプション"
6459 nolink "false"
6460
6461 \end_inset
6462
6463 節の最初の淡色註釈をご覧下さい.
6464 \end_layout
6465
6466 \end_inset
6467
6468
6469 \end_layout
6470
6471 \begin_layout Subsection
6472 多頁表のキャプション
6473 \begin_inset Index idx
6474 range none
6475 pageformat default
6476 status collapsed
6477
6478 \begin_layout Plain Layout
6479 \begin_inset IndexMacro sortkey
6480 status open
6481
6482 \begin_layout Plain Layout
6483 たへえしひよう
6484 \end_layout
6485
6486 \end_inset
6487
6488 多頁表
6489 \begin_inset IndexMacro subentry
6490 status open
6491
6492 \begin_layout Plain Layout
6493 \begin_inset IndexMacro sortkey
6494 status open
6495
6496 \begin_layout Plain Layout
6497 きやふしよん
6498 \end_layout
6499
6500 \end_inset
6501
6502 キャプション
6503 \end_layout
6504
6505 \end_inset
6506
6507
6508 \end_layout
6509
6510 \end_inset
6511
6512
6513 \begin_inset CommandInset label
6514 LatexCommand label
6515 name "subsec:多頁表のキャプション"
6516
6517 \end_inset
6518
6519
6520 \end_layout
6521
6522 \begin_layout Standard
6523 フロートは一頁に収まらなくてはならないので,
6524 多頁表を表フロートに入れることはできません.しかし,
6525
6526 \begin_inset CommandInset ref
6527 LatexCommand ref
6528 reference "sec:多頁表"
6529 nolink "false"
6530
6531 \end_inset
6532
6533 節に述べられているように,
6534 ある行で多頁表オプションの
6535 \family sans
6536 \series bold
6537 キャプション
6538 \family default
6539 \series default
6540 を使用すれば,
6541 フロートのキャプション環境を多頁表でも使用することができます.キャプションは,
6542
6543 \family sans
6544 \series bold
6545 冒頭ヘッダ
6546 \family default
6547 \series default
6548
6549 \family sans
6550 \series bold
6551 ヘッダ
6552 \family default
6553 \series default
6554
6555 \family sans
6556 \series bold
6557 フッタ
6558 \family default
6559 \series default
6560
6561 \family sans
6562 \series bold
6563 末尾フッタ
6564 \family default
6565 \series default
6566 のいずれかに入れなくてはなりません.それぞれのヘッダ・フッタに入れることができる行は,
6567 ひとつだけです.
6568 \end_layout
6569
6570 \begin_layout Standard
6571 以下は,
6572 動作を確認するための短い多頁表です.
6573 \end_layout
6574
6575 \begin_layout Standard
6576 \begin_inset Tabular
6577 <lyxtabular version="3" rows="6" columns="5">
6578 <features islongtable="true" longtabularalignment="center">
6579 <column alignment="center" valignment="top">
6580 <column alignment="center" valignment="top">
6581 <column alignment="center" valignment="top">
6582 <column alignment="center" valignment="top">
6583 <column alignment="center" valignment="top">
6584 <row endfirsthead="true" caption="true">
6585 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 \begin_inset Caption Standard
6590
6591 \begin_layout Plain Layout
6592 キャプション付き多頁表
6593 \begin_inset Argument 1
6594 status collapsed
6595
6596 \begin_layout Plain Layout
6597 多頁表
6598 \end_layout
6599
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \end_inset
6606
6607
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 </row>
6649 <row>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 1
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 2
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 3
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 4
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690 5
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 </row>
6696 <row>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 いろは
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 いろは
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 </row>
6743 <row>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 いろは
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784 いろは
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 </row>
6790 <row>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 いろは
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 いろは
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 </row>
6837 <row>
6838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 いろは
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 いろは
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 いろは
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 いろは
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 いろは
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 </row>
6884 </lyxtabular>
6885
6886 \end_inset
6887
6888
6889 \end_layout
6890
6891 \begin_layout Standard
6892 \begin_inset VSpace medskip
6893 \end_inset
6894
6895
6896 \begin_inset Note Greyedout
6897 status open
6898
6899 \begin_layout Plain Layout
6900
6901 \series bold
6902 [註1]
6903 \series default
6904 表番号は,
6905 多頁表にキャプションを付けなかったとしても,
6906 各多頁表毎に加番されます.このため,
6907 あいだにキャプションのない二つの多頁表が挟まっていたならば,
6908 表一覧では,
6909 たとえば表2.1の後に表2.4が来ることがあります.これを回避するためには,
6910 キャプションのないすべての多頁表の後に,
6911 \SpecialChar TeX
6912 コードで
6913 \end_layout
6914
6915 \begin_layout Plain Layout
6916
6917 \series bold
6918
6919 \backslash
6920 addtocounter{table}{-1}
6921 \end_layout
6922
6923 \begin_layout Plain Layout
6924 というコマンドを挿入する方法があります.
6925 \end_layout
6926
6927 \begin_layout Plain Layout
6928 全多頁表にキャプションがなかったり,
6929 文書プリアンブルに以下のコードを書き加えていれば,
6930 以上のことは必要ありません.
6931 \end_layout
6932
6933 \begin_layout Plain Layout
6934
6935 \series bold
6936
6937 \backslash
6938 let
6939 \backslash
6940 myEnd
6941 \backslash
6942 endlongtable
6943 \begin_inset Newline newline
6944 \end_inset
6945
6946
6947 \backslash
6948 renewcommand{
6949 \backslash
6950 endlongtable}{
6951 \backslash
6952 myEnd
6953 \backslash
6954 addtocounter{table}{-1}}
6955 \end_layout
6956
6957 \end_inset
6958
6959
6960 \end_layout
6961
6962 \begin_layout Standard
6963 \begin_inset Note Greyedout
6964 status open
6965
6966 \begin_layout Plain Layout
6967
6968 \series bold
6969 [註2]
6970 \series default
6971 相互参照をリンクするために,
6972
6973 \family sans
6974 \series bold
6975 文書設定
6976 \family default
6977 \series default
6978 ダイアログの
6979 \family sans
6980 PDF
6981 \series bold
6982 特性
6983 \family default
6984 \series default
6985
6986 \series bold
6987 hyperref
6988 \series default
6989
6990 \begin_inset Index idx
6991 range none
6992 pageformat default
6993 status collapsed
6994
6995 \begin_layout Plain Layout
6996 \begin_inset IndexMacro sortkey
6997 status open
6998
6999 \begin_layout Plain Layout
7000 LaTeXはつけし
7001 \end_layout
7002
7003 \end_inset
7004
7005 \SpecialChar LaTeX
7006 パッケージ
7007 \begin_inset IndexMacro subentry
7008 status open
7009
7010 \begin_layout Plain Layout
7011 hyperref
7012 \end_layout
7013
7014 \end_inset
7015
7016
7017 \end_layout
7018
7019 \end_inset
7020
7021 を使用している場合,
7022 多頁表キャプションへのリンクは,
7023 つねに文頭に向けられます.
7024 \end_layout
7025
7026 \end_inset
7027
7028
7029 \end_layout
7030
7031 \begin_layout Subsubsection
7032 多頁表への参照
7033 \begin_inset Index idx
7034 range none
7035 pageformat default
7036 status collapsed
7037
7038 \begin_layout Plain Layout
7039 \begin_inset IndexMacro sortkey
7040 status open
7041
7042 \begin_layout Plain Layout
7043 たへえしひよう
7044 \end_layout
7045
7046 \end_inset
7047
7048 多頁表
7049 \begin_inset IndexMacro subentry
7050 status open
7051
7052 \begin_layout Plain Layout
7053 \begin_inset IndexMacro sortkey
7054 status open
7055
7056 \begin_layout Plain Layout
7057 さんしよう
7058 \end_layout
7059
7060 \end_inset
7061
7062 参照
7063 \end_layout
7064
7065 \end_inset
7066
7067
7068 \end_layout
7069
7070 \end_inset
7071
7072
7073 \end_layout
7074
7075 \begin_layout Standard
7076 \begin_inset Tabular
7077 <lyxtabular version="3" rows="6" columns="5">
7078 <features islongtable="true" longtabularalignment="center">
7079 <column alignment="center" valignment="top">
7080 <column alignment="center" valignment="top">
7081 <column alignment="center" valignment="top">
7082 <column alignment="center" valignment="top">
7083 <column alignment="center" valignment="top">
7084 <row endfirsthead="true" caption="true">
7085 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 \begin_inset Caption Standard
7090
7091 \begin_layout Plain Layout
7092 参照された多頁表
7093 \begin_inset CommandInset label
7094 LatexCommand label
7095 name "tab:参照例"
7096
7097 \end_inset
7098
7099
7100 \end_layout
7101
7102 \end_inset
7103
7104
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 </row>
7146 <row>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 1
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 2
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 3
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 4
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 5
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 </row>
7193 <row>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 いろは
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 いろは
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 </row>
7240 <row>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 いろは
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 いろは
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 </row>
7287 <row>
7288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 いろは
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 いろは
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 <row>
7335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 いろは
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 いろは
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 いろは
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 いろは
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 いろは
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 </row>
7381 </lyxtabular>
7382
7383 \end_inset
7384
7385
7386 \end_layout
7387
7388 \begin_layout Standard
7389 多頁表を参照するには,
7390 キャプションにラベルを挿入してください.
7391 \end_layout
7392
7393 \begin_layout Standard
7394 これは表
7395 \begin_inset CommandInset ref
7396 LatexCommand ref
7397 reference "tab:参照例"
7398 nolink "false"
7399
7400 \end_inset
7401
7402 への参照です.
7403 \end_layout
7404
7405 \begin_layout Standard
7406 キャプションのレイアウトは,
7407 文書中の他のすべてのキャプションと一緒に,
7408 \SpecialChar LaTeX
7409 パッケージの
7410 \series bold
7411 caption
7412 \series default
7413
7414 \begin_inset Index idx
7415 range none
7416 pageformat default
7417 status collapsed
7418
7419 \begin_layout Plain Layout
7420 \begin_inset IndexMacro sortkey
7421 status open
7422
7423 \begin_layout Plain Layout
7424 LaTeXはつけし
7425 \end_layout
7426
7427 \end_inset
7428
7429 \SpecialChar LaTeX
7430 パッケージ
7431 \begin_inset IndexMacro subentry
7432 status open
7433
7434 \begin_layout Plain Layout
7435 caption
7436 \end_layout
7437
7438 \end_inset
7439
7440
7441 \end_layout
7442
7443 \end_inset
7444
7445 を使用して設定することができます.第
7446 \begin_inset CommandInset ref
7447 LatexCommand ref
7448 reference "sec:キャプションの書式設定"
7449 nolink "false"
7450
7451 \end_inset
7452
7453 節をご覧下さい.
7454 \end_layout
7455
7456 \begin_layout Subsubsection
7457 キャプションの幅
7458 \begin_inset Index idx
7459 range none
7460 pageformat default
7461 status collapsed
7462
7463 \begin_layout Plain Layout
7464 \begin_inset IndexMacro sortkey
7465 status open
7466
7467 \begin_layout Plain Layout
7468 たへえしひよう
7469 \end_layout
7470
7471 \end_inset
7472
7473 多頁表
7474 \begin_inset IndexMacro subentry
7475 status open
7476
7477 \begin_layout Plain Layout
7478 \begin_inset IndexMacro sortkey
7479 status open
7480
7481 \begin_layout Plain Layout
7482 きやふしよんのはは
7483 \end_layout
7484
7485 \end_inset
7486
7487 キャプションの幅
7488 \end_layout
7489
7490 \end_inset
7491
7492
7493 \end_layout
7494
7495 \end_inset
7496
7497
7498 \end_layout
7499
7500 \begin_layout Standard
7501 キャプション行の最大長は,
7502 長さ
7503 \series bold
7504
7505 \backslash
7506 LTcapwidth
7507 \series default
7508 によって指定することができます.既定値は4
7509 \begin_inset space \thinspace{}
7510 \end_inset
7511
7512 inです.これを変更するには,
7513 現文書の文書プリアンブルか,
7514 調整したい多頁表の前の文中に\SpecialChar TeX
7515 コードとして
7516 \end_layout
7517
7518 \begin_layout Standard
7519
7520 \series bold
7521
7522 \backslash
7523 setlength{
7524 \backslash
7525 LTcapwidth}{幅}
7526 \end_layout
7527
7528 \begin_layout Standard
7529 というコマンドを書き加えて下さい.ここで「幅」には,
7530 付録
7531 \begin_inset CommandInset ref
7532 LatexCommand ref
7533 reference "cha:LyXで使用できる単位"
7534 nolink "false"
7535
7536 \end_inset
7537
7538 に挙げられている単位を取ることができます.
7539 \end_layout
7540
7541 \begin_layout Standard
7542 以下の各表で違いを示します.
7543 \end_layout
7544
7545 \begin_layout Standard
7546 \begin_inset Tabular
7547 <lyxtabular version="3" rows="6" columns="5">
7548 <features islongtable="true" longtabularalignment="center">
7549 <column alignment="center" valignment="top">
7550 <column alignment="center" valignment="top">
7551 <column alignment="center" valignment="top">
7552 <column alignment="center" valignment="top">
7553 <column alignment="center" valignment="top">
7554 <row endfirsthead="true" caption="true">
7555 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559 \begin_inset Caption Standard
7560
7561 \begin_layout Plain Layout
7562 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
7563 \begin_inset Argument 1
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567 既定幅のキャプション
7568 \end_layout
7569
7570 \end_inset
7571
7572
7573 \end_layout
7574
7575 \end_inset
7576
7577
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 </row>
7619 <row>
7620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 1
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 2
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 3
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 4
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 5
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 </row>
7666 <row>
7667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671 いろは
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 いろは
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 </row>
7713 <row>
7714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718 いろは
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754 いろは
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row>
7761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765 いろは
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 いろは
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 </row>
7807 <row>
7808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812 いろは
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 いろは
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830 いろは
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 いろは
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 いろは
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 </row>
7854 </lyxtabular>
7855
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \begin_layout Standard
7862 \begin_inset ERT
7863 status collapsed
7864
7865 \begin_layout Plain Layout
7866
7867
7868 \backslash
7869 setlength{
7870 \backslash
7871 LTcapwidth}{5cm}
7872 \end_layout
7873
7874 \end_inset
7875
7876
7877 \begin_inset Tabular
7878 <lyxtabular version="3" rows="6" columns="5">
7879 <features islongtable="true" longtabularalignment="center">
7880 <column alignment="center" valignment="top">
7881 <column alignment="center" valignment="top">
7882 <column alignment="center" valignment="top">
7883 <column alignment="center" valignment="top">
7884 <column alignment="center" valignment="top">
7885 <row endfirsthead="true" caption="true">
7886 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890 \begin_inset Caption Standard
7891
7892 \begin_layout Plain Layout
7893 5
7894 \begin_inset space \thinspace{}
7895 \end_inset
7896
7897 cm幅のなが〜いフルタイトル・5
7898 \begin_inset space \thinspace{}
7899 \end_inset
7900
7901 cm幅のなが〜いフルタイトル・5
7902 \begin_inset space \thinspace{}
7903 \end_inset
7904
7905 cm幅のなが〜いフルタイトル
7906 \begin_inset Argument 1
7907 status collapsed
7908
7909 \begin_layout Plain Layout
7910 5
7911 \begin_inset space \thinspace{}
7912 \end_inset
7913
7914 cm幅のキャプション
7915 \end_layout
7916
7917 \end_inset
7918
7919
7920 \end_layout
7921
7922 \end_inset
7923
7924
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 1
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 2
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 3
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 4
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 5
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 </row>
8013 <row>
8014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 いろは
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 いろは
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 </row>
8060 <row>
8061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 いろは
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 いろは
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 いろは
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 いろは
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 いろは
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 いろは
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 いろは
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 いろは
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 いろは
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 </lyxtabular>
8202
8203 \end_inset
8204
8205
8206 \end_layout
8207
8208 \begin_layout Standard
8209 \begin_inset ERT
8210 status collapsed
8211
8212 \begin_layout Plain Layout
8213
8214
8215 \backslash
8216 setlength{
8217 \backslash
8218 LTcapwidth}{4in}
8219 \end_layout
8220
8221 \end_inset
8222
8223
8224 \end_layout
8225
8226 \begin_layout Standard
8227 \begin_inset Note Greyedout
8228 status open
8229
8230 \begin_layout Plain Layout
8231
8232 \series bold
8233 [註]
8234 \series default
8235 この文書のように\SpecialChar LaTeX
8236 パッケージの
8237 \series bold
8238 caption
8239 \series default
8240
8241 \begin_inset Index idx
8242 range none
8243 pageformat default
8244 status collapsed
8245
8246 \begin_layout Plain Layout
8247 \begin_inset IndexMacro sortkey
8248 status open
8249
8250 \begin_layout Plain Layout
8251 LaTeXはつけし
8252 \end_layout
8253
8254 \end_inset
8255
8256 \SpecialChar LaTeX
8257 パッケージ
8258 \begin_inset IndexMacro subentry
8259 status open
8260
8261 \begin_layout Plain Layout
8262 caption
8263 \end_layout
8264
8265 \end_inset
8266
8267
8268 \end_layout
8269
8270 \end_inset
8271
8272 を使用している時には,
8273
8274 \series bold
8275
8276 \backslash
8277 LTcapwidth
8278 \series default
8279 に既定値の4
8280 \begin_inset space \thinspace{}
8281 \end_inset
8282
8283 inを使用している場合,
8284 ページの全幅が用いられます.この場合,
8285 正確に4
8286 \begin_inset space \thinspace{}
8287 \end_inset
8288
8289 in幅のキャプションを作るには,
8290 3.99
8291 \begin_inset space \thinspace{}
8292 \end_inset
8293
8294 inのように4.0
8295 \begin_inset space \thinspace{}
8296 \end_inset
8297
8298 inと少し違う値を指定するか,
8299
8300 \series bold
8301 caption
8302 \series default
8303 パッケージが提供している
8304 \series bold
8305
8306 \backslash
8307 captionsetup{width=値}
8308 \series default
8309 という\SpecialChar LaTeX
8310 コマンドを用いる方法があります.
8311 \end_layout
8312
8313 \end_inset
8314
8315
8316 \end_layout
8317
8318 \begin_layout Subsubsection
8319 表の各ページごとに異なるキャプション
8320 \begin_inset Index idx
8321 range none
8322 pageformat default
8323 status collapsed
8324
8325 \begin_layout Plain Layout
8326 \begin_inset IndexMacro sortkey
8327 status open
8328
8329 \begin_layout Plain Layout
8330 たへえしひよう
8331 \end_layout
8332
8333 \end_inset
8334
8335 多頁表
8336 \begin_inset IndexMacro subentry
8337 status open
8338
8339 \begin_layout Plain Layout
8340 \begin_inset IndexMacro sortkey
8341 status open
8342
8343 \begin_layout Plain Layout
8344 へえしことにことなるきやふしよん
8345 \end_layout
8346
8347 \end_inset
8348
8349 ページごとに異なるキャプション
8350 \end_layout
8351
8352 \end_inset
8353
8354
8355 \end_layout
8356
8357 \end_inset
8358
8359
8360 \end_layout
8361
8362 \begin_layout Standard
8363 次頁以降の表キャプションを,
8364 1頁めとは異なるものにしたい場合には,
8365 キャプションを入れる空行をヘッダに指定して下さい.それから,
8366 キャプションを右クリックして,
8367 文脈依存メニューから
8368 \family sans
8369 キャプション(無番多頁表)
8370 \family default
8371 を選択してください.表
8372 \begin_inset CommandInset ref
8373 LatexCommand ref
8374 reference "tab:別キャプション"
8375 nolink "false"
8376
8377 \end_inset
8378
8379 は,
8380 異なるヘッダを持つ多頁表の一例です.2番目のキャプションには表番が現れないようにしてあります.
8381 \end_layout
8382
8383 \begin_layout Standard
8384 \align center
8385 \begin_inset Tabular
8386 <lyxtabular version="3" rows="59" columns="3">
8387 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
8388 <column alignment="left" valignment="top" width="0cm">
8389 <column alignment="left" valignment="top" width="0pt">
8390 <column alignment="center" valignment="top" width="0pt">
8391 <row endfirsthead="true" caption="true">
8392 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 \begin_inset Caption Standard
8397
8398 \begin_layout Plain Layout
8399 例示用電話帳
8400 \begin_inset CommandInset label
8401 LatexCommand label
8402 name "tab:別キャプション"
8403
8404 \end_inset
8405
8406
8407 \begin_inset Argument 1
8408 status collapsed
8409
8410 \begin_layout Plain Layout
8411 例示用電話帳
8412 \end_layout
8413
8414 \end_inset
8415
8416
8417 \end_layout
8418
8419 \end_inset
8420
8421
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 <row endfirsthead="true">
8446 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450
8451 \series bold
8452 例示用電話帳(名前は無視の事)
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 </row>
8476 <row endfirsthead="true">
8477 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481
8482 \series bold
8483 氏名
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \series bold
8503 TEL.
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row endhead="true">
8510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 \begin_inset ERT
8515 status collapsed
8516
8517 \begin_layout Plain Layout
8518
8519
8520 \backslash
8521 caption*{例示用電話帳の続き}
8522 \backslash
8523
8524 \backslash
8525 %
8526 \end_layout
8527
8528 \end_inset
8529
8530
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row endhead="true">
8555 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \series bold
8561 例示用電話帳
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row endhead="true">
8586 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \series bold
8592 氏名
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \series bold
8612 TEL.
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row endfoot="true">
8619 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 次頁に続く
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \series bold
8654 Annovi
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Silvia
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 111
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \series bold
8685 Bertoli
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 Stefano
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 111
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \series bold
8716 Bozzi
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Walter
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 111
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \series bold
8747 Cachia
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Maria
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 111
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \series bold
8778 Cachia
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 Maurizio
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 111
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807
8808 \series bold
8809 Cinquemani
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 Giusi
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 111
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \series bold
8840 Colin
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 Bernard
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 111
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \series bold
8871 Concli
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 Gianfranco
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 111
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \series bold
8902 Dal Bosco
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Carolina
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 111
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931
8932 \series bold
8933 Dalpiaz
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 Annamaria
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 111
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \series bold
8964 Feliciello
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Domenico
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 111
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \series bold
8995 Focarelli
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Paola
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 111
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \series bold
9026 Galletti
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 Oreste
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 111
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \series bold
9057 Gasparini
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 Franca
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 111
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \series bold
9088 Rizzardi
9089 \series default
9090
9091 \begin_inset Foot
9092 status collapsed
9093
9094 \begin_layout Plain Layout
9095 例示用脚註
9096 \end_layout
9097
9098 \end_inset
9099
9100
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 Paola
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 111
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 </row>
9124 <row>
9125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129
9130 \series bold
9131 Lassini
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 Giancarlo
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 111
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 </row>
9155 <row>
9156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160
9161 \series bold
9162 Malfatti
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 Luciano
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 111
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 <row>
9187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191
9192 \series bold
9193 Malfatti
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 Valeriano
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 111
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row>
9218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222
9223 \series bold
9224 Meneguzzo
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 Roberto
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 111
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 </row>
9248 <row>
9249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253
9254 \series bold
9255 Mezzadra
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 Roberto
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 111
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 </row>
9279 <row>
9280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284
9285 \series bold
9286 Pirpamer
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 Erich
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 111
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \series bold
9317 Pochiesa
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 Paolo
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 111,
9336  222
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 </row>
9342 <row>
9343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347
9348 \series bold
9349 Radina
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358 Claudio
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 111
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 </row>
9373 <row>
9374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378
9379 \series bold
9380 Stuffer
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 Oskar
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 111
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \series bold
9411 Tacchelli
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 Ugo
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 111
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 <row>
9436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440
9441 \series bold
9442 Tezzele
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 Margit
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 111
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row>
9467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471
9472 \series bold
9473 Unterkalmsteiner
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 Frieda
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 111
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 <row>
9498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502
9503 \series bold
9504 Vieider
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513 Hilde
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522 111
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 </row>
9528 <row>
9529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533
9534 \series bold
9535 Vigna
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 Jürgen
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553 111
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 </row>
9559 <row>
9560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564
9565 \series bold
9566 Weber
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575 Maurizio
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Plain Layout
9584 111
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \series bold
9597 Winkler
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606 Franz
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 111
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 </row>
9621 <row>
9622 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626  
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row>
9651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \series bold
9657 Annovi
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 Silvia
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675 555
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 <row>
9682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686
9687 \series bold
9688 Bertoli
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 Stefano
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706 555
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 </row>
9712 <row>
9713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717
9718 \series bold
9719 Bozzi
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 Walter
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 555
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 </row>
9743 <row>
9744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748
9749 \series bold
9750 Cachia
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 Maria
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768 555
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 </row>
9774 <row>
9775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779
9780 \series bold
9781 Cachia
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790 Maurizio
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 555
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 </row>
9805 <row>
9806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \series bold
9812 Cinquemani
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821 Giusi
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 555
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 </row>
9836 <row>
9837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \series bold
9843 Colin
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852 Bernard
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 555
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row>
9868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \series bold
9874 Concli
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883 Gianfranco
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892 555
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 </row>
9898 <row>
9899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \series bold
9905 Dal Bosco
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 Carolina
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 555
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row>
9930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \series bold
9936 Dalpiaz
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 Annamaria
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954 555
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 <row>
9961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \series bold
9967 Feliciello
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 Domenico
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 555
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row>
9992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \series bold
9998 Focarelli
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 Paola
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 555
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row>
10023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \series bold
10029 Galletti
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 Oreste
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 555
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 </row>
10053 <row>
10054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \series bold
10060 Gasparini
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 Franca
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 555
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 </row>
10084 <row>
10085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \series bold
10091 Rizzardi
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 Paola
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 555
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 <row>
10116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \series bold
10122 Lassini
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 Giancarlo
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 555
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 </row>
10146 <row>
10147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \series bold
10153 Malfatti
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Luciano
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 555
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 <row>
10178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182
10183 \series bold
10184 Malfatti
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 Valeriano
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 555
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row>
10209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213
10214 \series bold
10215 Meneguzzo
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 Roberto
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 555
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row>
10240 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \series bold
10246 Mezzadra
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 Roberto
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 555
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 </lyxtabular>
10271
10272 \end_inset
10273
10274
10275 \end_layout
10276
10277 \begin_layout Section
10278 多頁表にまつわる諸点
10279 \begin_inset CommandInset label
10280 LatexCommand label
10281 name "sec:多頁表にまつわる諸点"
10282
10283 \end_inset
10284
10285
10286 \end_layout
10287
10288 \begin_layout Subsection
10289 多頁表の計算
10290 \begin_inset Index idx
10291 range none
10292 pageformat default
10293 status collapsed
10294
10295 \begin_layout Plain Layout
10296 \begin_inset IndexMacro sortkey
10297 status open
10298
10299 \begin_layout Plain Layout
10300 たへえしひよう
10301 \end_layout
10302
10303 \end_inset
10304
10305 多頁表
10306 \begin_inset IndexMacro subentry
10307 status open
10308
10309 \begin_layout Plain Layout
10310 \begin_inset IndexMacro sortkey
10311 status open
10312
10313 \begin_layout Plain Layout
10314 けいさん
10315 \end_layout
10316
10317 \end_inset
10318
10319 計算
10320 \end_layout
10321
10322 \end_inset
10323
10324
10325 \end_layout
10326
10327 \end_inset
10328
10329
10330 \end_layout
10331
10332 \begin_layout Standard
10333 \SpecialChar LaTeX
10334 は,
10335 表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します.単位塊は,
10336 一度に\SpecialChar LaTeX
10337 のメモリに読み込まれる表の断片です.歴史上の経緯から,
10338 既定値はたった表20行分に設定されています.多頁にわたる多頁表がある場合,
10339 この設定では文書の生成に時間がかかるかもしれません.この場合,
10340
10341 \end_layout
10342
10343 \begin_layout Standard
10344
10345 \series bold
10346
10347 \backslash
10348 setcounter{LTchunksize}{100}
10349 \end_layout
10350
10351 \begin_layout Standard
10352 というコマンド行を文書のプリアンブルに書き加えることで,
10353 単位塊の大きさを100から1000の値に支障なく増やすことができます.
10354 \end_layout
10355
10356 \begin_layout Subsection
10357 フロートと多頁表
10358 \begin_inset Index idx
10359 range none
10360 pageformat default
10361 status collapsed
10362
10363 \begin_layout Plain Layout
10364 \begin_inset IndexMacro sortkey
10365 status open
10366
10367 \begin_layout Plain Layout
10368 たへえしひよう
10369 \end_layout
10370
10371 \end_inset
10372
10373 多頁表
10374 \begin_inset IndexMacro subentry
10375 status open
10376
10377 \begin_layout Plain Layout
10378 \begin_inset IndexMacro sortkey
10379 status open
10380
10381 \begin_layout Plain Layout
10382 ふろおと
10383 \end_layout
10384
10385 \end_inset
10386
10387 フロート
10388 \end_layout
10389
10390 \end_inset
10391
10392
10393 \end_layout
10394
10395 \end_inset
10396
10397
10398 \end_layout
10399
10400 \begin_layout Standard
10401 多頁表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります.このような状況を避けるためには,
10402
10403 \series bold
10404
10405 \backslash
10406 clearpage
10407 \series default
10408 コマンドを多頁表の前に\SpecialChar TeX
10409 コードとして書き加えてください.
10410 \end_layout
10411
10412 \begin_layout Subsection
10413 強制改頁
10414 \begin_inset Index idx
10415 range none
10416 pageformat default
10417 status collapsed
10418
10419 \begin_layout Plain Layout
10420 \begin_inset IndexMacro sortkey
10421 status open
10422
10423 \begin_layout Plain Layout
10424 たへえしひよう
10425 \end_layout
10426
10427 \end_inset
10428
10429 多頁表
10430 \begin_inset IndexMacro subentry
10431 status open
10432
10433 \begin_layout Plain Layout
10434 \begin_inset IndexMacro sortkey
10435 status open
10436
10437 \begin_layout Plain Layout
10438 きようせいかいへえし
10439 \end_layout
10440
10441 \end_inset
10442
10443 強制改頁
10444 \end_layout
10445
10446 \end_inset
10447
10448
10449 \end_layout
10450
10451 \end_inset
10452
10453
10454 \end_layout
10455
10456 \begin_layout Standard
10457 既定の設定では,
10458 表は行の間でのみ改頁されます.もし複数行を含むセルがあり,
10459 そのセル中で改頁を行いたい時には,
10460 セル中の改頁してもよい場所に\SpecialChar TeX
10461 コードで改行コマンド「
10462 \series bold
10463
10464 \backslash
10465
10466 \backslash
10467
10468 \series default
10469 」を挿入します.
10470 \series bold
10471
10472 \backslash
10473
10474 \backslash
10475
10476 \series default
10477 コマンドの前には,
10478 現セルよりも右にある列数と同じ数の「
10479 \series bold
10480 &
10481 \series default
10482 」文字を,
10483 \SpecialChar TeX
10484 コードで挿入してやる必要があります.この
10485 \series bold
10486 &
10487 \series default
10488 は,
10489 表セルの区切り文字です.各
10490 \series bold
10491 &
10492 \series default
10493 の後に,
10494 右側の本来のセルに入るべき内容を\SpecialChar TeX
10495 コードで書き込み,
10496 右側のセルの内容は削除してください.
10497 \begin_inset Newline newline
10498 \end_inset
10499
10500
10501 \series bold
10502
10503 \backslash
10504
10505 \backslash
10506
10507 \series default
10508 コマンドの後ろには,
10509 現在列の左側にある列数と同じ数の
10510 \series bold
10511 &
10512 \series default
10513 文字を挿入してください.表
10514 \begin_inset CommandInset ref
10515 LatexCommand ref
10516 reference "tab:強制改頁"
10517 nolink "false"
10518
10519 \end_inset
10520
10521 では,
10522 改頁さるべきセルは,
10523 全3列中2列めにあります.したがって,
10524
10525 \end_layout
10526
10527 \begin_layout Standard
10528
10529 \series bold
10530 & 111
10531 \backslash
10532
10533 \backslash
10534  
10535 \backslash
10536 newpage
10537 \begin_inset Newline newline
10538 \end_inset
10539
10540 &
10541 \end_layout
10542
10543 \begin_layout Standard
10544 というコマンドが,
10545 セル中「
10546 \emph on
10547 Castelchiodato,
10548 \emph default
10549 」の後に\SpecialChar TeX
10550 コードとして挿入してあります.
10551 \end_layout
10552
10553 \begin_layout Standard
10554 同一行3列目の「111」は削除してあります.
10555 \series bold
10556
10557 \backslash
10558 newpage
10559 \series default
10560 は,
10561 改行がこの場所でかならず起こるように指定したいときのみ必要です.これを書かなければ,
10562 改頁の候補として指定するに過ぎません.何らかの理由で多頁表のフッタ行に上罫線を引いていないけれども,
10563 セルを改頁する場所で水平線を引きたい場合には,
10564 代わりに
10565 \end_layout
10566
10567 \begin_layout Standard
10568
10569 \series bold
10570 & 111
10571 \backslash
10572
10573 \backslash
10574
10575 \begin_inset Newline newline
10576 \end_inset
10577
10578
10579 \backslash
10580 hline &
10581 \end_layout
10582
10583 \begin_layout Standard
10584 というコマンドを使用して下さい.
10585 \end_layout
10586
10587 \begin_layout Standard
10588 改頁をしたいセルが最右列にある場合には,
10589
10590 \end_layout
10591
10592 \begin_layout Standard
10593
10594 \series bold
10595
10596 \backslash
10597 setlength{
10598 \backslash
10599 parfillskip}{0pt}
10600 \end_layout
10601
10602 \begin_layout Standard
10603 というコマンドを当該セルの初めに\SpecialChar TeX
10604 コードで挿入しなくてはなりません.こうすることで,
10605 新規頁部分に表示されるセル内の部分が,
10606 正しく全幅を使用するようにできます.
10607 \end_layout
10608
10609 \begin_layout Standard
10610 \align center
10611 \begin_inset Tabular
10612 <lyxtabular version="3" rows="38" columns="3">
10613 <features islongtable="true" longtabularalignment="center">
10614 <column alignment="left" valignment="top" width="0pt">
10615 <column alignment="left" valignment="top" width="3cm">
10616 <column alignment="center" valignment="top" width="0pt">
10617 <row endfirsthead="true" caption="true">
10618 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 \begin_inset Caption Standard
10623
10624 \begin_layout Plain Layout
10625 表セル内で強制改頁をしている表
10626 \begin_inset CommandInset label
10627 LatexCommand label
10628 name "tab:強制改頁"
10629
10630 \end_inset
10631
10632
10633 \begin_inset Argument 1
10634 status collapsed
10635
10636 \begin_layout Plain Layout
10637 表セル内で強制改頁をしている表
10638 \end_layout
10639
10640 \end_inset
10641
10642
10643 \end_layout
10644
10645 \end_inset
10646
10647
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 </row>
10671 <row endfirsthead="true">
10672 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676
10677 \series bold
10678 例示用電話帳(氏名は無視の事)
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row endfirsthead="true">
10703 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \series bold
10709 氏名
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727
10728 \series bold
10729 TEL.
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 <row endhead="true" caption="true">
10736 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 \begin_inset Caption Unnumbered
10741
10742 \begin_layout Plain Layout
10743 例示用電話帳の続き
10744 \end_layout
10745
10746 \end_inset
10747
10748
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell multicolumn="2" alignment="center" valignment="top" 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 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 </row>
10772 <row endhead="true">
10773 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="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 multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 <row endhead="true">
10802 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \series bold
10808 氏名
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826
10827 \series bold
10828 TEL.
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 </row>
10834 <row endfoot="true">
10835 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 次頁に続く
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \series bold
10870 Annovi
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 Silvia
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 111
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Bertoli
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Stefano
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \series bold
10932 Bozzi
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Walter
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 111
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 <row>
10957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961
10962 \series bold
10963 Cachia
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 Maria
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 111
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 </row>
10987 <row>
10988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992
10993 \series bold
10994 Cachia
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 Maurizio
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 111
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 </row>
11018 <row>
11019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023
11024 \series bold
11025 Cinquemani
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 Giusi
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 111
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 </row>
11049 <row>
11050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054
11055 \series bold
11056 Colin
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 Bernard
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 111
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 </row>
11080 <row>
11081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085
11086 \series bold
11087 Concli
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 Gianfranco
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 111
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 </row>
11111 <row>
11112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116
11117 \series bold
11118 Dal Bosco
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127 Carolina
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 111
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 </row>
11142 <row>
11143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147
11148 \series bold
11149 Dalpiaz
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 Annamaria
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 111
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 </row>
11173 <row>
11174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178
11179 \series bold
11180 Feliciello
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 Domenico
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 111
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 </row>
11204 <row>
11205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209
11210 \series bold
11211 Focarelli
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 Paola
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 111
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 </row>
11235 <row>
11236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240
11241 \series bold
11242 Galletti
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 Oreste
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 111
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 </row>
11266 <row>
11267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271
11272 \series bold
11273 Gasparini
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 Franca
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 111
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 </row>
11297 <row>
11298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11299 \begin_inset Text
11300
11301 \begin_layout Plain Layout
11302
11303 \series bold
11304 Lassini
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 Giancarlo
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 111
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 </row>
11328 <row>
11329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333
11334 \series bold
11335 Malfatti
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11341 \begin_inset Text
11342
11343 \begin_layout Plain Layout
11344 Luciano
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 111
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 </row>
11359 <row>
11360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364
11365 \series bold
11366 Malfatti
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 Valeriano
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 111
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 </row>
11390 <row>
11391 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395
11396 \series bold
11397 Meneguzzo
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 Roberto
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 111
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 </row>
11421 <row>
11422 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426
11427 \series bold
11428 Mezzadra
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437 Roberto
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 111
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 <row>
11453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457
11458 \series bold
11459 Pirpamer
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 Erich
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 111
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 </row>
11483 <row>
11484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488
11489 \series bold
11490 Pochiesa
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 Paolo
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 111,
11509  222
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 </row>
11515 <row>
11516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520
11521 \series bold
11522 Radina
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 Claudio
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 111
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 </row>
11546 <row>
11547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551
11552 \series bold
11553 Rizzardi
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 Paolo,
11563  11.
11564  Fürst von Montecompatri,
11565  11.
11566  Fürst von Sulmona und Vivaro,
11567  10.
11568  Fürst von Rossano,
11569  5.
11570  Herzog von Canemorte,
11571  11.
11572  Herzog von Palombara,
11573  5.
11574  Herzog von Castelchiodato,
11575 \begin_inset ERT
11576 status collapsed
11577
11578 \begin_layout Plain Layout
11579
11580 & 111
11581 \backslash
11582
11583 \backslash
11584  
11585 \backslash
11586 newpage
11587 \end_layout
11588
11589 \begin_layout Plain Layout
11590
11591 &
11592 \end_layout
11593
11594 \end_inset
11595
11596  11.
11597  Herzog von Poggionativo,
11598  11.
11599  Markis von Mentana,
11600  Norma,
11601  Civitella,
11602  Pratica,
11603  Moricone und Percille,
11604  11.
11605  Graf von Valinfreda,
11606  11.
11607  Baron von Cropalati,
11608  11.
11609  Herr von Scarpa,
11610  Edelmann von Rom,
11611  Patrizier von Venedig,
11612  Neapel und Genua
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 </row>
11627 <row>
11628 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632
11633 \series bold
11634 Stuffer
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 Oskar
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 111
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 </row>
11658 <row>
11659 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663
11664 \series bold
11665 Tacchelli
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 Ugo
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 111
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 </row>
11689 <row>
11690 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694
11695 \series bold
11696 Tezzele
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 Margit
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 111
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 </row>
11720 <row>
11721 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725
11726 \series bold
11727 Unterkalmsteiner
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 Frieda
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 111
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 </row>
11751 <row>
11752 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756
11757 \series bold
11758 Vieider
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 Hilde
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 111
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 </row>
11782 <row>
11783 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787
11788 \series bold
11789 Vigna
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 Jürgen
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 111
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 </row>
11813 <row>
11814 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818
11819 \series bold
11820 Weber
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 Maurizio
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 111
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 </row>
11844 <row>
11845 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849
11850 \series bold
11851 Winkler
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 Franz
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 111
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 </row>
11875 </lyxtabular>
11876
11877 \end_inset
11878
11879
11880 \end_layout
11881
11882 \begin_layout Section
11883 複数行・連結列・連結行
11884 \end_layout
11885
11886 \begin_layout Subsection
11887 表セル内の複数行
11888 \begin_inset CommandInset label
11889 LatexCommand label
11890 name "subsec:複数行"
11891
11892 \end_inset
11893
11894
11895 \begin_inset Index idx
11896 range none
11897 pageformat default
11898 status collapsed
11899
11900 \begin_layout Plain Layout
11901 \begin_inset IndexMacro sortkey
11902 status open
11903
11904 \begin_layout Plain Layout
11905 ひようせるないのふくすうきよう
11906 \end_layout
11907
11908 \end_inset
11909
11910 表セル内の複数行
11911 \end_layout
11912
11913 \end_inset
11914
11915
11916 \begin_inset Index idx
11917 range none
11918 pageformat default
11919 status collapsed
11920
11921 \begin_layout Plain Layout
11922 \begin_inset IndexMacro sortkey
11923 status open
11924
11925 \begin_layout Plain Layout
11926 ひよう
11927 \end_layout
11928
11929 \end_inset
11930
11931
11932 \begin_inset IndexMacro subentry
11933 status open
11934
11935 \begin_layout Plain Layout
11936 \begin_inset IndexMacro sortkey
11937 status open
11938
11939 \begin_layout Plain Layout
11940 かいきよう
11941 \end_layout
11942
11943 \end_inset
11944
11945 改行
11946 \end_layout
11947
11948 \end_inset
11949
11950
11951 \end_layout
11952
11953 \end_inset
11954
11955
11956 \end_layout
11957
11958 \begin_layout Standard
11959 \noindent
11960 \begin_inset Float table
11961 placement H
11962 alignment document
11963 wide false
11964 sideways false
11965 status open
11966
11967 \begin_layout Plain Layout
11968 \begin_inset Caption Standard
11969
11970 \begin_layout Plain Layout
11971 \begin_inset CommandInset label
11972 LatexCommand label
11973 name "tab:複数行表"
11974
11975 \end_inset
11976
11977 セル内に複数の行がある表
11978 \end_layout
11979
11980 \end_inset
11981
11982
11983 \end_layout
11984
11985 \begin_layout Plain Layout
11986 \align center
11987 \begin_inset Tabular
11988 <lyxtabular version="3" rows="3" columns="3">
11989 <features tabularvalignment="middle">
11990 <column alignment="center" valignment="middle" width="2.5cm">
11991 <column alignment="center" valignment="middle">
11992 <column alignment="center" valignment="middle">
11993 <row>
11994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998 複数の
11999 \begin_inset Newline linebreak
12000 \end_inset
12001
12002
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12008 \begin_inset Text
12009
12010 \begin_layout Plain Layout
12011
12012 \end_layout
12013
12014 \end_inset
12015 </cell>
12016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12017 \begin_inset Text
12018
12019 \begin_layout Plain Layout
12020
12021 \end_layout
12022
12023 \end_inset
12024 </cell>
12025 </row>
12026 <row>
12027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12028 \begin_inset Text
12029
12030 \begin_layout Plain Layout
12031
12032 \end_layout
12033
12034 \end_inset
12035 </cell>
12036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12037 \begin_inset Text
12038
12039 \begin_layout Plain Layout
12040
12041 \end_layout
12042
12043 \end_inset
12044 </cell>
12045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12046 \begin_inset Text
12047
12048 \begin_layout Plain Layout
12049
12050 \end_layout
12051
12052 \end_inset
12053 </cell>
12054 </row>
12055 <row>
12056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12057 \begin_inset Text
12058
12059 \begin_layout Plain Layout
12060
12061 \end_layout
12062
12063 \end_inset
12064 </cell>
12065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 </row>
12084 </lyxtabular>
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \end_inset
12092
12093
12094 \end_layout
12095
12096 \begin_layout Standard
12097 列に固定幅を指定することによって,
12098 文章をハイフネーションを伴った複数行の段落として,
12099 入れることができるようになります.
12100 \end_layout
12101
12102 \begin_layout Standard
12103
12104 \begin_inset CommandInset ref
12105 LatexCommand ref
12106 reference "tab:複数行表"
12107 nolink "false"
12108
12109 \end_inset
12110
12111 を生成するには,
12112 まず3
12113 \begin_inset Formula $\times$
12114 \end_inset
12115
12116 3表を作り,
12117 最初のセルを右クリックして現れるメニューから,
12118
12119 \family sans
12120 \series bold
12121 設定
12122 \family default
12123 \series default
12124
12125 \begin_inset space \thinspace{}
12126 \end_inset
12127
12128 メニューを選択します.すると表ダイアログが現れるので,
12129 セル幅を2.5
12130 \begin_inset space \thinspace{}
12131 \end_inset
12132
12133 cm幅とし,
12134 水平揃え及び垂直揃えをともに中央揃えに設定します.垂直揃えは,
12135 その行のすべてのセルに適用されます.この例の文章は2.5
12136 \begin_inset space \thinspace{}
12137 \end_inset
12138
12139 cmよりも短いため,
12140 一行しか表示されません.そこで二行とも表示するために,
12141 両端揃え改行(ショートカット
12142 \begin_inset Info
12143 type  "shortcut"
12144 arg   "newline-insert linebreak"
12145 \end_inset
12146
12147 )を挿入してあります.もし文章が設定されたセル幅よりも広い場合には,
12148 文章は自動的にいくつかの行に改行されます.
12149 \end_layout
12150
12151 \begin_layout Standard
12152 固定幅のセルに長い単語を入れた場合,
12153 もしそれがセルの最初にあると,
12154 \SpecialChar LaTeX
12155 はハイフネーションを行うことができません.したがって,
12156 その単語がセルの最初に来ないようにするためには,
12157 何かを入れなくてはなりません.そこで,
12158 その単語の前に0
12159 \begin_inset space \thinspace{}
12160 \end_inset
12161
12162 pt幅の水平空白を挿入します.空白がゼロ幅なので,
12163 出力は変わりません.表
12164 \begin_inset CommandInset ref
12165 LatexCommand ref
12166 reference "tab:ハイフネーション表"
12167 nolink "false"
12168
12169 \end_inset
12170
12171 が違いを示しています
12172 \begin_inset Foot
12173 status open
12174
12175 \begin_layout Plain Layout
12176
12177 \series bold
12178 [訳註]
12179 \series default
12180 p\SpecialChar LaTeX
12181 を使用している場合,
12182 日本語の文章は正しく改行されます.
12183 \end_layout
12184
12185 \end_inset
12186
12187
12188 \end_layout
12189
12190 \begin_layout Standard
12191 \begin_inset Float table
12192 placement h
12193 alignment document
12194 wide false
12195 sideways false
12196 status open
12197
12198 \begin_layout Plain Layout
12199 \begin_inset Caption Standard
12200
12201 \begin_layout Plain Layout
12202 \begin_inset CommandInset label
12203 LatexCommand label
12204 name "tab:ハイフネーション表"
12205
12206 \end_inset
12207
12208 ハイフネーション有/無の表
12209 \end_layout
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \begin_layout Plain Layout
12217 \begin_inset space \hfill{}
12218 \end_inset
12219
12220
12221 \begin_inset Tabular
12222 <lyxtabular version="3" rows="3" columns="3">
12223 <features tabularvalignment="middle">
12224 <column alignment="center" valignment="middle" width="2.5cm">
12225 <column alignment="center" valignment="middle">
12226 <column alignment="center" valignment="middle">
12227 <row>
12228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232 verylongtablecellword
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12247 \begin_inset Text
12248
12249 \begin_layout Plain Layout
12250
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 </row>
12256 <row>
12257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12267 \begin_inset Text
12268
12269 \begin_layout Plain Layout
12270
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Plain Layout
12279
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 </row>
12285 <row>
12286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12287 \begin_inset Text
12288
12289 \begin_layout Plain Layout
12290
12291 \end_layout
12292
12293 \end_inset
12294 </cell>
12295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Plain Layout
12308
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 </row>
12314 </lyxtabular>
12315
12316 \end_inset
12317
12318
12319 \begin_inset space \hfill{}
12320 \end_inset
12321
12322
12323 \begin_inset Tabular
12324 <lyxtabular version="3" rows="3" columns="3">
12325 <features tabularvalignment="middle">
12326 <column alignment="center" valignment="middle" width="2.5cm">
12327 <column alignment="center" valignment="middle">
12328 <column alignment="center" valignment="middle">
12329 <row>
12330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 \begin_inset space \hspace{}
12335 \length 0pt
12336 \end_inset
12337
12338 verylongtablecellword
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12344 \begin_inset Text
12345
12346 \begin_layout Plain Layout
12347
12348 \end_layout
12349
12350 \end_inset
12351 </cell>
12352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12353 \begin_inset Text
12354
12355 \begin_layout Plain Layout
12356
12357 \end_layout
12358
12359 \end_inset
12360 </cell>
12361 </row>
12362 <row>
12363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12364 \begin_inset Text
12365
12366 \begin_layout Plain Layout
12367
12368 \end_layout
12369
12370 \end_inset
12371 </cell>
12372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12373 \begin_inset Text
12374
12375 \begin_layout Plain Layout
12376
12377 \end_layout
12378
12379 \end_inset
12380 </cell>
12381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385
12386 \end_layout
12387
12388 \end_inset
12389 </cell>
12390 </row>
12391 <row>
12392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Plain Layout
12396
12397 \end_layout
12398
12399 \end_inset
12400 </cell>
12401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12402 \begin_inset Text
12403
12404 \begin_layout Plain Layout
12405
12406 \end_layout
12407
12408 \end_inset
12409 </cell>
12410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12411 \begin_inset Text
12412
12413 \begin_layout Plain Layout
12414
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 </row>
12420 </lyxtabular>
12421
12422 \end_inset
12423
12424
12425 \begin_inset space \hfill{}
12426 \end_inset
12427
12428
12429 \end_layout
12430
12431 \end_inset
12432
12433
12434 \end_layout
12435
12436 \begin_layout Subsection
12437 連結列
12438 \begin_inset CommandInset label
12439 LatexCommand label
12440 name "subsec:連結列"
12441
12442 \end_inset
12443
12444
12445 \begin_inset Index idx
12446 range none
12447 pageformat default
12448 status collapsed
12449
12450 \begin_layout Plain Layout
12451 \begin_inset IndexMacro sortkey
12452 status open
12453
12454 \begin_layout Plain Layout
12455 れんけつれつ
12456 \end_layout
12457
12458 \end_inset
12459
12460 連結列
12461 \end_layout
12462
12463 \end_inset
12464
12465
12466 \begin_inset Index idx
12467 range none
12468 pageformat default
12469 status collapsed
12470
12471 \begin_layout Plain Layout
12472 \begin_inset IndexMacro sortkey
12473 status open
12474
12475 \begin_layout Plain Layout
12476 ひよう
12477 \end_layout
12478
12479 \end_inset
12480
12481
12482 \begin_inset IndexMacro subentry
12483 status open
12484
12485 \begin_layout Plain Layout
12486 \begin_inset IndexMacro sortkey
12487 status open
12488
12489 \begin_layout Plain Layout
12490 れんけつれつ
12491 \end_layout
12492
12493 \end_inset
12494
12495 連結列
12496 \end_layout
12497
12498 \end_inset
12499
12500
12501 \end_layout
12502
12503 \end_inset
12504
12505
12506 \end_layout
12507
12508 \begin_layout Subsubsection
12509 連結列の基礎
12510 \end_layout
12511
12512 \begin_layout Standard
12513 一つのセルが複数の列にまたがるようにするためには,
12514 行中から一つの連結セルにまとめるべき各セルを選択して,
12515 表ツールバーボタン
12516 \family sans
12517
12518 \begin_inset Info
12519 type  "icon"
12520 arg   "tabular-feature multicolumn"
12521 \end_inset
12522
12523
12524 \family default
12525 を押すか,
12526
12527 \family sans
12528 \series bold
12529 編集\SpecialChar menuseparator
12530 表\SpecialChar menuseparator
12531 連結列
12532 \family default
12533 \series default
12534
12535 \begin_inset space \thinspace{}
12536 \end_inset
12537
12538 メニューを使用するか,
12539 あるいは選択したセルを右クリックして現れるメニューから
12540 \family sans
12541 連結列
12542 \family default
12543 を有効にするかしてください.
12544 \end_layout
12545
12546 \begin_layout Standard
12547 連結列はセル設定が独立しています.つまり,
12548 セル罫線やセルの縦横揃え,
12549 幅設定等を変更した場合には,
12550 現在の連結列のみに適用されるのです.以下は,
12551 第一行に連結行があり,
12552 最下行に上罫線のない連結行がある表の例です.
12553 \end_layout
12554
12555 \begin_layout Standard
12556 \align center
12557 \begin_inset Tabular
12558 <lyxtabular version="3" rows="3" columns="4">
12559 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
12560 <column alignment="center" valignment="top" width="0pt">
12561 <column alignment="center" valignment="middle">
12562 <column alignment="center" valignment="top" width="0in">
12563 <column alignment="center" valignment="top" width="0pt">
12564 <row>
12565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 いろは
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578 にほへとちり
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12593 \begin_inset Text
12594
12595 \begin_layout Plain Layout
12596 ぬるを
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 </row>
12602 <row>
12603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12613 \begin_inset Text
12614
12615 \begin_layout Plain Layout
12616
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625
12626 \end_layout
12627
12628 \end_inset
12629 </cell>
12630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 </row>
12640 <row>
12641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 </row>
12678 </lyxtabular>
12679
12680 \end_inset
12681
12682
12683 \end_layout
12684
12685 \begin_layout Subsubsection
12686 連結列の計算
12687 \begin_inset CommandInset label
12688 LatexCommand label
12689 name "subsec:連結列の計算"
12690
12691 \end_inset
12692
12693
12694 \begin_inset Index idx
12695 range none
12696 pageformat default
12697 status collapsed
12698
12699 \begin_layout Plain Layout
12700 \begin_inset IndexMacro sortkey
12701 status open
12702
12703 \begin_layout Plain Layout
12704 れんけつれつ
12705 \end_layout
12706
12707 \end_inset
12708
12709 連結列
12710 \begin_inset IndexMacro subentry
12711 status open
12712
12713 \begin_layout Plain Layout
12714 \begin_inset IndexMacro sortkey
12715 status open
12716
12717 \begin_layout Plain Layout
12718 けいさん
12719 \end_layout
12720
12721 \end_inset
12722
12723 計算
12724 \end_layout
12725
12726 \end_inset
12727
12728
12729 \end_layout
12730
12731 \end_inset
12732
12733
12734 \end_layout
12735
12736 \begin_layout Standard
12737 \SpecialChar LyX
12738 は,
12739 連結列を直接にサポートしていますが,
12740 同列にある連結セル以外のセル幅については,
12741 考慮が必要です.
12742 \end_layout
12743
12744 \begin_layout Standard
12745 \begin_inset Float table
12746 placement h
12747 alignment document
12748 wide false
12749 sideways false
12750 status open
12751
12752 \begin_layout Plain Layout
12753 \begin_inset Caption Standard
12754
12755 \begin_layout Plain Layout
12756 \begin_inset CommandInset label
12757 LatexCommand label
12758 name "tab:中央揃え表"
12759
12760 \end_inset
12761
12762 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
12763 \begin_inset Argument 1
12764 status collapsed
12765
12766 \begin_layout Plain Layout
12767 完全なる連結列表
12768 \end_layout
12769
12770 \end_inset
12771
12772
12773 \end_layout
12774
12775 \end_inset
12776
12777
12778 \end_layout
12779
12780 \begin_layout Plain Layout
12781 \align center
12782 \begin_inset Tabular
12783 <lyxtabular version="3" rows="3" columns="3">
12784 <features tabularvalignment="middle">
12785 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
12786 <column alignment="center" valignment="middle">
12787 <column alignment="center" valignment="top">
12788 <row>
12789 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 複数行にわたる連結列
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 </row>
12817 <row>
12818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 </row>
12846 <row>
12847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12848 \begin_inset Text
12849
12850 \begin_layout Plain Layout
12851
12852 \end_layout
12853
12854 \end_inset
12855 </cell>
12856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12857 \begin_inset Text
12858
12859 \begin_layout Plain Layout
12860
12861 \end_layout
12862
12863 \end_inset
12864 </cell>
12865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 </row>
12875 </lyxtabular>
12876
12877 \end_inset
12878
12879
12880 \end_layout
12881
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \begin_layout Standard
12888 たとえば,
12889
12890 \begin_inset CommandInset ref
12891 LatexCommand ref
12892 reference "tab:中央揃え表"
12893 nolink "false"
12894
12895 \end_inset
12896
12897 を生成するには,
12898 3
12899 \begin_inset Formula $\times$
12900 \end_inset
12901
12902 3表の第一行の最初の二つのセルを選択して,
12903 右クリックして現れるメニューから
12904 \family sans
12905 設定
12906 \family default
12907 を選択します.そして現れる表の設定ダイアログで,
12908 このセルを
12909 \emph on
12910 連結列
12911 \emph default
12912
12913
12914 \emph on
12915 中央揃え
12916 \emph default
12917
12918 2.5
12919 \begin_inset space \thinspace{}
12920 \end_inset
12921
12922 cm幅に設定します.被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので,
12923 第一列の幅を1.25
12924 \begin_inset space \thinspace{}
12925 \end_inset
12926
12927 cm幅に設定します.すると第二列は自動的に1.25
12928 \begin_inset space \thinspace{}
12929 \end_inset
12930
12931 cm幅(連結列幅マイナス第一列の幅)になります.表
12932 \begin_inset CommandInset ref
12933 LatexCommand ref
12934 reference "tab:半分でない表"
12935 nolink "false"
12936
12937 \end_inset
12938
12939 もこのようにして作成してあります.
12940 \end_layout
12941
12942 \begin_layout Standard
12943 \begin_inset Float table
12944 placement document
12945 alignment document
12946 wide false
12947 sideways false
12948 status open
12949
12950 \begin_layout Plain Layout
12951 \begin_inset Caption Standard
12952
12953 \begin_layout Plain Layout
12954 \begin_inset CommandInset label
12955 LatexCommand label
12956 name "tab:半分でない表"
12957
12958 \end_inset
12959
12960 連結セルの下の列が正確に半分になっていない表
12961 \begin_inset Argument 1
12962 status collapsed
12963
12964 \begin_layout Plain Layout
12965 不完全な連結列表
12966 \end_layout
12967
12968 \end_inset
12969
12970
12971 \end_layout
12972
12973 \end_inset
12974
12975
12976 \end_layout
12977
12978 \begin_layout Plain Layout
12979 \align center
12980 \begin_inset Tabular
12981 <lyxtabular version="3" rows="3" columns="3">
12982 <features tabularvalignment="middle">
12983 <column alignment="center" valignment="top" width="1.25cm">
12984 <column alignment="center" valignment="top">
12985 <column alignment="center" valignment="top">
12986 <row>
12987 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991 複数行にわたる連結列
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 </row>
13015 <row>
13016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 </row>
13044 <row>
13045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13046 \begin_inset Text
13047
13048 \begin_layout Plain Layout
13049
13050 \end_layout
13051
13052 \end_inset
13053 </cell>
13054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 </row>
13073 </lyxtabular>
13074
13075 \end_inset
13076
13077
13078 \end_layout
13079
13080 \end_inset
13081
13082
13083 \end_layout
13084
13085 \begin_layout Standard
13086 ご覧になって分かるように,
13087 第一列が,
13088 連結セルの幅の半分よりも少し大きくなっています.その原因は,
13089 セル幅が,
13090 指定された幅よりもつねに少しだけ大きく描かれるために,
13091 指定したセル幅
13092 \begin_inset Formula $W_{\text{指}}$
13093 \end_inset
13094
13095 がセルの全幅
13096 \begin_inset Formula $W_{\text{全}}$
13097 \end_inset
13098
13099 と等しくならないためです.付録
13100 \begin_inset CommandInset ref
13101 LatexCommand ref
13102 reference "cha:式の説明"
13103 nolink "false"
13104
13105 \end_inset
13106
13107 がこの事情を詳細に説明しています.
13108 \end_layout
13109
13110 \begin_layout Standard
13111
13112 \emph on
13113 n
13114 \emph default
13115 列を連結する際,
13116 各列の全幅が
13117 \begin_inset Formula $W_{\text{全}:\text{連結}}/n$
13118 \end_inset
13119
13120 となるために必要な指定幅
13121 \begin_inset Formula $W_{\text{指}:n}$
13122 \end_inset
13123
13124 は,
13125
13126 \begin_inset Formula 
13127 \begin{equation}
13128 W_{\text{指}:n}=(W_{\text{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
13129 \end{equation}
13130
13131 \end_inset
13132
13133
13134 \end_layout
13135
13136 \begin_layout Standard
13137 で計算することができます.上記の例では
13138 \begin_inset Formula $n=2$
13139 \end_inset
13140
13141 かつ
13142 \begin_inset Formula $W_{\text{指}:\text{連結列}}=2.5\,$
13143 \end_inset
13144
13145 cmかつ長さは既定値ですから,
13146
13147 \begin_inset CommandInset ref
13148 LatexCommand ref
13149 reference "eq:Wgn"
13150 nolink "false"
13151
13152 \end_inset
13153
13154 式は
13155 \begin_inset Formula 
13156 \begin{equation}
13157 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
13158 \end{equation}
13159
13160 \end_inset
13161
13162
13163 \end_layout
13164
13165 \begin_layout Standard
13166 となります.\SpecialChar LaTeX
13167 中で計算を可能にするには,
13168 文書プリアンブル行に
13169 \end_layout
13170
13171 \begin_layout Standard
13172
13173 \series bold
13174
13175 \backslash
13176 usepackage{calc}
13177 \end_layout
13178
13179 \begin_layout Standard
13180 と書いて,
13181 \SpecialChar LaTeX
13182 パッケージ
13183 \series bold
13184 calc
13185 \series default
13186
13187 \begin_inset Index idx
13188 range none
13189 pageformat default
13190 status collapsed
13191
13192 \begin_layout Plain Layout
13193 LaTeXはつけし@\SpecialChar LaTeX
13194 パッケージ!calc
13195 \end_layout
13196
13197 \end_inset
13198
13199 を読み込まなくてはなりません.\SpecialChar LyX
13200 の「表の設定」ダイアログの幅フィールドでは,
13201 長さを計算することができません.したがって,
13202 ダイアログの\SpecialChar LaTeX
13203 の引数欄に書き込むことによって列を整形しなくてはなりません.以下は,
13204 その引数の概要です.
13205 \end_layout
13206
13207 \begin_layout Itemize
13208
13209 \series bold
13210 p{幅}
13211 \series default
13212 は固定幅セルを生成し,
13213 内容文は垂直方向上揃えになります.
13214 \end_layout
13215
13216 \begin_layout Itemize
13217
13218 \series bold
13219 m{幅}
13220 \series default
13221 は固定幅セルを生成し,
13222 内容文は垂直方向中央揃えになります.
13223 \end_layout
13224
13225 \begin_layout Itemize
13226
13227 \series bold
13228 b{幅}
13229 \series default
13230 は固定幅セルを生成し,
13231 内容文は垂直方向下揃えになります.
13232 \end_layout
13233
13234 \begin_layout Standard
13235 \SpecialChar LaTeX
13236 変数を入力すると,
13237 表ダイアログで設定されたすべてのセル設定は無効になります.
13238 \end_layout
13239
13240 \begin_layout Standard
13241 \begin_inset Note Greyedout
13242 status open
13243
13244 \begin_layout Plain Layout
13245
13246 \series bold
13247 [註]
13248 \series default
13249 バグのせいで,
13250 \SpecialChar LyX
13251 は無効にされた設定も表示してしまいます.
13252 \end_layout
13253
13254 \end_inset
13255
13256
13257 \end_layout
13258
13259 \begin_layout Standard
13260 文章を水平方向中央揃えにしたいので,
13261
13262 \series bold
13263
13264 \backslash
13265 centering
13266 \series default
13267 コマンドを入れます.したがって,
13268 以下のような\SpecialChar LaTeX
13269 変数を,
13270 最初の被連結列に入れます.
13271 \end_layout
13272
13273 \begin_layout Standard
13274
13275 \series bold
13276 >{
13277 \backslash
13278 centering}m{1.25cm-6.2pt}
13279 \end_layout
13280
13281 \begin_layout Standard
13282
13283 \series bold
13284 >{ }
13285 \series default
13286 コマンドは,
13287 セルが生成される前に中括弧内のコマンドを適用するという意味です.
13288 \end_layout
13289
13290 \begin_layout Standard
13291 こうして被連結列セルの文章に,
13292 中央揃えを選択しましたが,
13293 連結セルの文章は依然として左揃えになっています.これは,
13294 \SpecialChar LyX
13295 は揃えを一列分のみに適用するためです.したがって,
13296 連結セルには
13297 \end_layout
13298
13299 \begin_layout Standard
13300
13301 \series bold
13302 >{
13303 \backslash
13304 centering}m{2.5cm}
13305 \end_layout
13306
13307 \begin_layout Standard
13308 という\SpecialChar LaTeX
13309 変数を指定しなくてはなりません.
13310 \end_layout
13311
13312 \begin_layout Subsection
13313 連結行
13314 \begin_inset CommandInset label
13315 LatexCommand label
13316 name "subsec:連結行"
13317
13318 \end_inset
13319
13320
13321 \begin_inset Index idx
13322 range none
13323 pageformat default
13324 status collapsed
13325
13326 \begin_layout Plain Layout
13327 \begin_inset IndexMacro sortkey
13328 status open
13329
13330 \begin_layout Plain Layout
13331 れんけつきよう
13332 \end_layout
13333
13334 \end_inset
13335
13336 連結行
13337 \end_layout
13338
13339 \end_inset
13340
13341
13342 \begin_inset Index idx
13343 range none
13344 pageformat default
13345 status collapsed
13346
13347 \begin_layout Plain Layout
13348 \begin_inset IndexMacro sortkey
13349 status open
13350
13351 \begin_layout Plain Layout
13352 ひよう
13353 \end_layout
13354
13355 \end_inset
13356
13357
13358 \begin_inset IndexMacro subentry
13359 status collapsed
13360
13361 \begin_layout Plain Layout
13362 \begin_inset IndexMacro sortkey
13363 status open
13364
13365 \begin_layout Plain Layout
13366 れんけつきよう
13367 \end_layout
13368
13369 \end_inset
13370
13371 連結行
13372 \end_layout
13373
13374 \end_inset
13375
13376
13377 \end_layout
13378
13379 \end_inset
13380
13381
13382 \end_layout
13383
13384 \begin_layout Standard
13385 複数行にかかるセルを連結するには,
13386 同一列中の統合したいセルをすべて選択し,
13387 ツールバーボタン
13388 \family sans
13389
13390 \begin_inset Info
13391 type  "icon"
13392 arg   "tabular-feature multirow"
13393 \end_inset
13394
13395
13396 \family default
13397 を押すか,
13398
13399 \family sans
13400 \series bold
13401 編集\SpecialChar menuseparator
13402 表\SpecialChar menuseparator
13403 連結行
13404 \family default
13405 \series default
13406
13407 \begin_inset space \thinspace{}
13408 \end_inset
13409
13410 メニューを選ぶか,
13411 選択したセルを右クリックして,
13412 文脈依存メニューから
13413 \family sans
13414 \series bold
13415
13416 \begin_inset space \thinspace{}
13417 \end_inset
13418
13419 連結行
13420 \family default
13421 \series default
13422
13423 \begin_inset space \thinspace{}
13424 \end_inset
13425
13426 を選んでください.
13427 \end_layout
13428
13429 \begin_layout Standard
13430 下記は一列目に連結列を適用した表の例です.
13431 \end_layout
13432
13433 \begin_layout Standard
13434 \align center
13435 \begin_inset Tabular
13436 <lyxtabular version="3" rows="3" columns="3">
13437 <features tabularvalignment="middle">
13438 <column alignment="center" valignment="top" width="0pt">
13439 <column alignment="center" valignment="top">
13440 <column alignment="center" valignment="top">
13441 <row>
13442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 長いセル項目
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 </row>
13470 <row>
13471 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 連結列
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 </row>
13499 <row>
13500 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 </row>
13528 </lyxtabular>
13529
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \begin_layout Standard
13536 連結列の幅は,
13537 列全体の幅と揃えを設定することによって設定することができます.
13538 \family sans
13539 \series bold
13540 垂直オフセット
13541 \family default
13542 \series default
13543 は,
13544 正または負の値を与えると,
13545 連結列の内容を上下にシフトします.
13546 \end_layout
13547
13548 \begin_layout Standard
13549 連結行セルの列に明示的な幅が与えられていない場合,
13550 連結行セルは当該列の揃えを継承します.それもなければ左揃えです.既定値を上書きするには,
13551
13552 \end_layout
13553
13554 \begin_layout Standard
13555
13556 \series bold
13557
13558 \backslash
13559 renewcommand{
13560 \backslash
13561 multirowsetup}{
13562 \backslash
13563 centering}
13564 \end_layout
13565
13566 \begin_layout Standard
13567 というコマンドを使用して,
13568 コマンド
13569 \series bold
13570
13571 \backslash
13572 multirowsetup
13573 \series default
13574 を書き換えて下さい.すると,
13575 文書中の連結行の中身が,
13576 すべて中央揃えになります.もしいくつかの表だけ中央揃えにしたいのであれば,
13577 プリアンブルではなく表の直前にTeXコードボックスを入れて,
13578 このコマンドを書き換えれば済みます.文章を右揃えにしたい場合には,
13579
13580 \series bold
13581
13582 \backslash
13583 centering
13584 \series default
13585 の代わりに
13586 \series bold
13587
13588 \backslash
13589 raggedleft
13590 \series default
13591 を使用して下さい.左揃えに戻すには,
13592
13593 \series bold
13594
13595 \backslash
13596 raggedright
13597 \series default
13598 とします.
13599 \end_layout
13600
13601 \begin_layout Standard
13602 下記は,
13603 -4ミリの垂直オフセットを設定し,
13604 3センチ幅の列中にある右揃えの連結列セルがある表の例です.
13605 \end_layout
13606
13607 \begin_layout Standard
13608 \noindent
13609 \align center
13610 \begin_inset ERT
13611 status collapsed
13612
13613 \begin_layout Plain Layout
13614
13615
13616 \backslash
13617 renewcommand{
13618 \backslash
13619 multirowsetup}{
13620 \backslash
13621 raggedleft}
13622 \end_layout
13623
13624 \end_inset
13625
13626
13627 \begin_inset Tabular
13628 <lyxtabular version="3" rows="4" columns="3">
13629 <features tabularvalignment="middle">
13630 <column alignment="center" valignment="top" width="3cm">
13631 <column alignment="center" valignment="top">
13632 <column alignment="center" valignment="top">
13633 <row>
13634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 長いセル項目
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 </row>
13662 <row>
13663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13664 \begin_inset Text
13665
13666 \begin_layout Plain Layout
13667
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676
13677 \end_layout
13678
13679 \end_inset
13680 </cell>
13681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 </row>
13691 <row>
13692 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 連結列
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 </row>
13720 <row>
13721 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 </row>
13749 </lyxtabular>
13750
13751 \end_inset
13752
13753
13754 \begin_inset ERT
13755 status collapsed
13756
13757 \begin_layout Plain Layout
13758
13759
13760 \backslash
13761 renewcommand{
13762 \backslash
13763 multirowsetup}{
13764 \backslash
13765 raggedright}
13766 \end_layout
13767
13768 \end_inset
13769
13770
13771 \end_layout
13772
13773 \begin_layout Standard
13774 連結行で新しい行に移るには,
13775 強制改行(ショートカット
13776 \begin_inset Info
13777 type  "shortcut"
13778 arg   "newline-insert newline"
13779 \end_inset
13780
13781 )を使用できますが,
13782 この場合,
13783 下記の例に示されているようにセル行との整合を顧慮しません.
13784 \end_layout
13785
13786 \begin_layout Standard
13787 \noindent
13788 \align center
13789 \begin_inset Tabular
13790 <lyxtabular version="3" rows="3" columns="2">
13791 <features tabularvalignment="middle">
13792 <column alignment="left" valignment="middle" width="2cm">
13793 <column alignment="center" valignment="top">
13794 <row>
13795 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 いいい
13800 \begin_inset Newline newline
13801 \end_inset
13802
13803 いいい
13804 \begin_inset Newline newline
13805 \end_inset
13806
13807 おかしなセル
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816 ははは
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 </row>
13822 <row>
13823 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 ににに
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 </row>
13842 <row>
13843 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13844 \begin_inset Text
13845
13846 \begin_layout Plain Layout
13847 ろろろ
13848 \end_layout
13849
13850 \end_inset
13851 </cell>
13852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 ほほほ
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 </row>
13862 </lyxtabular>
13863
13864 \end_inset
13865
13866
13867 \end_layout
13868
13869 \begin_layout Standard
13870 したがって,
13871 強制改行を使うのは注意が必要です.
13872 \end_layout
13873
13874 \begin_layout Subsection
13875 対角線付きのセル
13876 \end_layout
13877
13878 \begin_layout Standard
13879 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには,
13880 表の第1セルに対角線を一本ないし二本引いて分割すると便利です.これは,
13881 \SpecialChar LaTeX
13882 パッケージの
13883 \series bold
13884 diagbox
13885 \series default
13886
13887 \begin_inset Index idx
13888 range none
13889 pageformat default
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893 \begin_inset IndexMacro sortkey
13894 status open
13895
13896 \begin_layout Plain Layout
13897 LaTeXはつけし
13898 \end_layout
13899
13900 \end_inset
13901
13902 \SpecialChar LaTeX
13903 パッケージ
13904 \begin_inset IndexMacro subentry
13905 status open
13906
13907 \begin_layout Plain Layout
13908 diagbox
13909 \end_layout
13910
13911 \end_inset
13912
13913
13914 \end_layout
13915
13916 \end_inset
13917
13918 を文書プリアンブルに読み込むことによって実現できます.このパッケージには,
13919
13920 \series bold
13921
13922 \backslash
13923 diagbox
13924 \series default
13925 というコマンドがありますので,
13926 以下のように,
13927 これに2ないし3の引数をつけて,
13928 \SpecialChar TeX
13929 コードで挿入します.
13930 \end_layout
13931
13932 \begin_layout Standard
13933
13934 \series bold
13935
13936 \backslash
13937 diagbox[オプション]{左下}{右上}
13938 \end_layout
13939
13940 \begin_layout Standard
13941
13942 \series bold
13943
13944 \backslash
13945 diagbox[オプション]{左下}{左上}{右上}
13946 \end_layout
13947
13948 \begin_layout Standard
13949 最初の書式は,
13950 第1セルを一本の対角線で分割し,
13951 引数の内容がその上下に入れられます.二つ目の書式は,
13952 第1セルを二本の線で分割します.
13953 \end_layout
13954
13955 \begin_layout Standard
13956 \begin_inset ERT
13957 status collapsed
13958
13959 \begin_layout Plain Layout
13960
13961
13962 \backslash
13963 ifdiagbox
13964 \end_layout
13965
13966 \end_inset
13967
13968
13969 \begin_inset Note Note
13970 status open
13971
13972 \begin_layout Plain Layout
13973 この節は,
13974 \SpecialChar LaTeX
13975 パッケージ
13976 \series bold
13977 diagbox
13978 \series default
13979 が導入済みの時のみ表示されます.
13980 \end_layout
13981
13982 \end_inset
13983
13984
13985 \end_layout
13986
13987 \begin_layout Standard
13988 下記は,
13989
13990 \series bold
13991
13992 \backslash
13993 diagbox
13994 \series default
13995 を第1セル中に2引数書式で使用した表の例です.
13996 \begin_inset VSpace medskip
13997 \end_inset
13998
13999
14000 \end_layout
14001
14002 \begin_layout Standard
14003 \noindent
14004 \begin_inset Tabular
14005 <lyxtabular version="3" rows="4" columns="4">
14006 <features tabularvalignment="middle">
14007 <column alignment="center" valignment="top">
14008 <column alignment="center" valignment="top">
14009 <column alignment="center" valignment="top">
14010 <column alignment="center" valignment="top">
14011 <row>
14012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14013 \begin_inset Text
14014
14015 \begin_layout Plain Layout
14016 \begin_inset ERT
14017 status collapsed
14018
14019 \begin_layout Plain Layout
14020
14021
14022 \backslash
14023 diagbox{
14024 \end_layout
14025
14026 \end_inset
14027
14028 名称
14029 \begin_inset ERT
14030 status collapsed
14031
14032 \begin_layout Plain Layout
14033
14034 }{
14035 \end_layout
14036
14037 \end_inset
14038
14039 パラメータ
14040 \begin_inset ERT
14041 status collapsed
14042
14043 \begin_layout Plain Layout
14044
14045 }
14046 \end_layout
14047
14048 \end_inset
14049
14050
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Plain Layout
14059 厚み(nm)
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 透明度(%)
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 硬度(MPa)
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 </row>
14083 <row>
14084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14085 \begin_inset Text
14086
14087 \begin_layout Plain Layout
14088 Perfect Green
14089 \end_layout
14090
14091 \end_inset
14092 </cell>
14093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14094 \begin_inset Text
14095
14096 \begin_layout Plain Layout
14097 45
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 80
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Plain Layout
14115 504
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 </row>
14121 <row>
14122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14123 \begin_inset Text
14124
14125 \begin_layout Plain Layout
14126 Dark Multi-P
14127 \end_layout
14128
14129 \end_inset
14130 </cell>
14131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14132 \begin_inset Text
14133
14134 \begin_layout Plain Layout
14135 60
14136 \end_layout
14137
14138 \end_inset
14139 </cell>
14140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14141 \begin_inset Text
14142
14143 \begin_layout Plain Layout
14144 72
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Plain Layout
14153 982
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 </row>
14159 <row>
14160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14161 \begin_inset Text
14162
14163 \begin_layout Plain Layout
14164 Crystal Clear Pro
14165 \end_layout
14166
14167 \end_inset
14168 </cell>
14169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14170 \begin_inset Text
14171
14172 \begin_layout Plain Layout
14173 18
14174 \end_layout
14175
14176 \end_inset
14177 </cell>
14178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14179 \begin_inset Text
14180
14181 \begin_layout Plain Layout
14182 86
14183 \end_layout
14184
14185 \end_inset
14186 </cell>
14187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191 374
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 </row>
14197 </lyxtabular>
14198
14199 \end_inset
14200
14201
14202 \begin_inset VSpace medskip
14203 \end_inset
14204
14205
14206 \end_layout
14207
14208 \begin_layout Standard
14209 3引数書式は,
14210 例えばスポーツリーグや距離を示すクロス表に便利です.
14211 \end_layout
14212
14213 \begin_layout Standard
14214 \noindent
14215 \align center
14216 \begin_inset Tabular
14217 <lyxtabular version="3" rows="4" columns="4">
14218 <features tabularvalignment="middle">
14219 <column alignment="center" valignment="top" width="0pt">
14220 <column alignment="center" valignment="top">
14221 <column alignment="center" valignment="top">
14222 <column alignment="center" valignment="top">
14223 <row>
14224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14225 \begin_inset Text
14226
14227 \begin_layout Plain Layout
14228 \begin_inset ERT
14229 status collapsed
14230
14231 \begin_layout Plain Layout
14232
14233
14234 \backslash
14235 diagbox{
14236 \end_layout
14237
14238 \end_inset
14239
14240 ホームチーム
14241 \begin_inset ERT
14242 status collapsed
14243
14244 \begin_layout Plain Layout
14245
14246 }{
14247 \end_layout
14248
14249 \end_inset
14250
14251 結果
14252 \begin_inset ERT
14253 status collapsed
14254
14255 \begin_layout Plain Layout
14256
14257 }{
14258 \end_layout
14259
14260 \end_inset
14261
14262 アウェイチーム
14263 \begin_inset ERT
14264 status collapsed
14265
14266 \begin_layout Plain Layout
14267
14268 }
14269 \end_layout
14270
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282 Tigers
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 Panthers
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300 Falcons
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 </row>
14306 <row>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 Tigers
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320
14321
14322 \end_layout
14323
14324 \end_inset
14325 </cell>
14326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14327 \begin_inset Text
14328
14329 \begin_layout Plain Layout
14330 1:3
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 0:1
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 </row>
14345 <row>
14346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 Panthers
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359 3:1
14360 \end_layout
14361
14362 \end_inset
14363 </cell>
14364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14365 \begin_inset Text
14366
14367 \begin_layout Plain Layout
14368
14369
14370 \end_layout
14371
14372 \end_inset
14373 </cell>
14374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378 0:0
14379 \end_layout
14380
14381 \end_inset
14382 </cell>
14383 </row>
14384 <row>
14385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389 Falcons
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14395 \begin_inset Text
14396
14397 \begin_layout Plain Layout
14398 1:0
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14404 \begin_inset Text
14405
14406 \begin_layout Plain Layout
14407 0:0
14408 \end_layout
14409
14410 \end_inset
14411 </cell>
14412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14413 \begin_inset Text
14414
14415 \begin_layout Plain Layout
14416
14417
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 </row>
14423 </lyxtabular>
14424
14425 \end_inset
14426
14427
14428 \end_layout
14429
14430 \begin_layout Standard
14431 大きなクロス表では,
14432 下記のように,
14433 2つないし全部のコーナーセルに対角線を入れると良いかもしれません.
14434 \end_layout
14435
14436 \begin_layout Standard
14437 \noindent
14438 \align center
14439 \begin_inset Tabular
14440 <lyxtabular version="3" rows="5" columns="5">
14441 <features tabularvalignment="middle">
14442 <column alignment="center" valignment="top" width="0pt">
14443 <column alignment="center" valignment="top">
14444 <column alignment="center" valignment="top">
14445 <column alignment="center" valignment="top">
14446 <column alignment="center" valignment="top">
14447 <row>
14448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Plain Layout
14452 \begin_inset ERT
14453 status open
14454
14455 \begin_layout Plain Layout
14456
14457
14458 \backslash
14459 diagbox{
14460 \end_layout
14461
14462 \end_inset
14463
14464 ホームチーム
14465 \begin_inset ERT
14466 status collapsed
14467
14468 \begin_layout Plain Layout
14469
14470 }{
14471 \end_layout
14472
14473 \end_inset
14474
14475 結果
14476 \begin_inset ERT
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480
14481 }{
14482 \end_layout
14483
14484 \end_inset
14485
14486 アウェイチーム
14487 \begin_inset ERT
14488 status collapsed
14489
14490 \begin_layout Plain Layout
14491
14492 }
14493 \end_layout
14494
14495 \end_inset
14496
14497
14498 \end_layout
14499
14500 \end_inset
14501 </cell>
14502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14503 \begin_inset Text
14504
14505 \begin_layout Plain Layout
14506 Tigers
14507 \end_layout
14508
14509 \end_inset
14510 </cell>
14511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14512 \begin_inset Text
14513
14514 \begin_layout Plain Layout
14515 Panthers
14516 \end_layout
14517
14518 \end_inset
14519 </cell>
14520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14521 \begin_inset Text
14522
14523 \begin_layout Plain Layout
14524 Falcons
14525 \end_layout
14526
14527 \end_inset
14528 </cell>
14529 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Plain Layout
14533 \begin_inset ERT
14534 status open
14535
14536 \begin_layout Plain Layout
14537
14538
14539 \backslash
14540 diagbox[dir=NE]{
14541 \end_layout
14542
14543 \end_inset
14544
14545 ホームチーム
14546 \begin_inset ERT
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550
14551 }{
14552 \end_layout
14553
14554 \end_inset
14555
14556 結果
14557 \begin_inset ERT
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561
14562 }{
14563 \end_layout
14564
14565 \end_inset
14566
14567 アウェイチーム
14568 \begin_inset ERT
14569 status collapsed
14570
14571 \begin_layout Plain Layout
14572
14573 }
14574 \end_layout
14575
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \end_inset
14582 </cell>
14583 </row>
14584 <row>
14585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 Tigers
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598
14599
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608 1:3
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14614 \begin_inset Text
14615
14616 \begin_layout Plain Layout
14617 0:1
14618 \end_layout
14619
14620 \end_inset
14621 </cell>
14622 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14623 \begin_inset Text
14624
14625 \begin_layout Plain Layout
14626 Tigers
14627 \end_layout
14628
14629 \end_inset
14630 </cell>
14631 </row>
14632 <row>
14633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14634 \begin_inset Text
14635
14636 \begin_layout Plain Layout
14637 Panthers
14638 \end_layout
14639
14640 \end_inset
14641 </cell>
14642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14643 \begin_inset Text
14644
14645 \begin_layout Plain Layout
14646 3:1
14647 \end_layout
14648
14649 \end_inset
14650 </cell>
14651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655
14656
14657 \end_layout
14658
14659 \end_inset
14660 </cell>
14661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14662 \begin_inset Text
14663
14664 \begin_layout Plain Layout
14665 0:0
14666 \end_layout
14667
14668 \end_inset
14669 </cell>
14670 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14671 \begin_inset Text
14672
14673 \begin_layout Plain Layout
14674 Panthers
14675 \end_layout
14676
14677 \end_inset
14678 </cell>
14679 </row>
14680 <row>
14681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14682 \begin_inset Text
14683
14684 \begin_layout Plain Layout
14685 Falcons
14686 \end_layout
14687
14688 \end_inset
14689 </cell>
14690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14691 \begin_inset Text
14692
14693 \begin_layout Plain Layout
14694 1:0
14695 \end_layout
14696
14697 \end_inset
14698 </cell>
14699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14700 \begin_inset Text
14701
14702 \begin_layout Plain Layout
14703 0:0
14704 \end_layout
14705
14706 \end_inset
14707 </cell>
14708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14709 \begin_inset Text
14710
14711 \begin_layout Plain Layout
14712
14713
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722 Falcons
14723 \end_layout
14724
14725 \end_inset
14726 </cell>
14727 </row>
14728 <row>
14729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14730 \begin_inset Text
14731
14732 \begin_layout Plain Layout
14733 \begin_inset ERT
14734 status open
14735
14736 \begin_layout Plain Layout
14737
14738
14739 \backslash
14740 diagbox[dir=SW]{
14741 \end_layout
14742
14743 \end_inset
14744
14745 ホームチーム
14746 \begin_inset ERT
14747 status collapsed
14748
14749 \begin_layout Plain Layout
14750
14751 }{
14752 \end_layout
14753
14754 \end_inset
14755
14756 結果
14757 \begin_inset ERT
14758 status collapsed
14759
14760 \begin_layout Plain Layout
14761
14762 }{
14763 \end_layout
14764
14765 \end_inset
14766
14767 アウェイチーム
14768 \begin_inset ERT
14769 status collapsed
14770
14771 \begin_layout Plain Layout
14772
14773 }
14774 \end_layout
14775
14776 \end_inset
14777
14778
14779 \end_layout
14780
14781 \end_inset
14782 </cell>
14783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14784 \begin_inset Text
14785
14786 \begin_layout Plain Layout
14787 Tigers
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Plain Layout
14796 Panthers
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805 Falcons
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814 \begin_inset ERT
14815 status open
14816
14817 \begin_layout Plain Layout
14818
14819
14820 \backslash
14821 diagbox[dir=SE]{
14822 \end_layout
14823
14824 \end_inset
14825
14826 ホームチーム
14827 \begin_inset ERT
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831
14832 }{
14833 \end_layout
14834
14835 \end_inset
14836
14837 結果
14838 \begin_inset ERT
14839 status collapsed
14840
14841 \begin_layout Plain Layout
14842
14843 }{
14844 \end_layout
14845
14846 \end_inset
14847
14848 アウェイチーム
14849 \begin_inset ERT
14850 status collapsed
14851
14852 \begin_layout Plain Layout
14853
14854 }
14855 \end_layout
14856
14857 \end_inset
14858
14859
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 </row>
14865 </lyxtabular>
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \begin_layout Standard
14873 対角線を廻すために,
14874 コマンドオプションとして
14875 \series bold
14876 dir=方角
14877 \series default
14878 を使用しています.
14879 \emph on
14880 方角
14881 \emph default
14882 は,
14883
14884 \series bold
14885 NE
14886 \series default
14887
14888 \series bold
14889 SE
14890 \series default
14891
14892 \series bold
14893 SW
14894 \series default
14895
14896 \series bold
14897 NW
14898 \series default
14899 のいずれかで,
14900 コンパスでの位置を示します.例えば,
14901
14902 \series bold
14903 SW
14904 \series default
14905 は南西かど(south-west)を示します.したがって,
14906 上の表の左下のセルでは,
14907  
14908 \end_layout
14909
14910 \begin_layout Standard
14911
14912 \series bold
14913
14914 \backslash
14915 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
14916 \end_layout
14917
14918 \begin_layout Standard
14919 というコマンドを使用しています.方角を指定しなければ,
14920 NWを指定したのと同じ事になります.
14921 \end_layout
14922
14923 \begin_layout Standard
14924 対角線を引いたセルに必要な幅は,
14925 自動的に計算されます.したがって,
14926 計算された幅よりも小さい固定列幅を指定してしまうと,
14927 下記の例のように,
14928 セルの中身がはみ出てしまいます.
14929 \end_layout
14930
14931 \begin_layout Standard
14932 \noindent
14933 \align center
14934 \begin_inset Tabular
14935 <lyxtabular version="3" rows="2" columns="2">
14936 <features tabularvalignment="middle">
14937 <column alignment="center" valignment="top" width="3cm">
14938 <column alignment="center" valignment="top">
14939 <row>
14940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944 \begin_inset ERT
14945 status collapsed
14946
14947 \begin_layout Plain Layout
14948
14949
14950 \backslash
14951 diagbox{
14952 \end_layout
14953
14954 \end_inset
14955
14956 名称
14957 \begin_inset ERT
14958 status collapsed
14959
14960 \begin_layout Plain Layout
14961
14962 }{
14963 \end_layout
14964
14965 \end_inset
14966
14967 パラメータ
14968 \begin_inset ERT
14969 status collapsed
14970
14971 \begin_layout Plain Layout
14972
14973 }
14974 \end_layout
14975
14976 \end_inset
14977
14978
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 厚み(nm)
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 </row>
14993 <row>
14994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998 Perfect Green
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007 45
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 </row>
15013 </lyxtabular>
15014
15015 \end_inset
15016
15017
15018 \end_layout
15019
15020 \begin_layout Standard
15021 対角線を引いたセルの列に一定の幅が必要な場合は,
15022 コマンドオプションとして
15023 \series bold
15024 width=3cm
15025 \series default
15026  (必要に応じて「3cm」を必要な幅に変更)を与えてください.下記の表では,
15027 第1列の幅が4
15028 \begin_inset space \thinspace{}
15029 \end_inset
15030
15031 cmに設定してあります.
15032 \series bold
15033
15034 \backslash
15035 diagbox
15036 \series default
15037 全体の幅は,
15038 本文幅(この場合は4
15039 \begin_inset space \thinspace{}
15040 \end_inset
15041
15042 cm)に,
15043 本文とセル罫線との間隔の2倍を加えたものになるので,
15044
15045 \series bold
15046
15047 \backslash
15048 diagbox
15049 \series default
15050 には4
15051 \begin_inset space \thinspace{}
15052 \end_inset
15053
15054 cm + 2
15055 \begin_inset space \thinspace{}
15056 \end_inset
15057
15058
15059 \backslash
15060 tabcolsepの幅が必要です.幅の計算は,
15061
15062 \series bold
15063
15064 \backslash
15065 diagbox
15066 \series default
15067 のコマンドオプション内では行うことができないので,
15068 前もって新しい長さを定義しておく必要があります.これは,
15069 \SpecialChar TeX
15070 コードコマンドで
15071 \end_layout
15072
15073 \begin_layout Standard
15074
15075 \series bold
15076
15077 \backslash
15078 newlength{
15079 \backslash
15080 diagtest}
15081 \begin_inset Newline newline
15082 \end_inset
15083
15084
15085 \backslash
15086 setlength{
15087 \backslash
15088 diagtest}{4cm+2
15089 \backslash
15090 tabcolsep}
15091 \end_layout
15092
15093 \begin_layout Standard
15094 \begin_inset ERT
15095 status collapsed
15096
15097 \begin_layout Plain Layout
15098
15099
15100 \backslash
15101 newlength{
15102 \backslash
15103 diagtest}
15104 \end_layout
15105
15106 \begin_layout Plain Layout
15107
15108
15109 \backslash
15110 setlength{
15111 \backslash
15112 diagtest}{4cm+2
15113 \backslash
15114 tabcolsep}
15115 \end_layout
15116
15117 \end_inset
15118
15119
15120 \end_layout
15121
15122 \begin_layout Standard
15123 とすれば実現できます.\SpecialChar LaTeX
15124 内で計算を行うには,
15125 文書プリアンブル中で
15126 \series bold
15127 calc
15128 \series default
15129
15130 \begin_inset Index idx
15131 range none
15132 pageformat default
15133 status collapsed
15134
15135 \begin_layout Plain Layout
15136 \begin_inset IndexMacro sortkey
15137 status open
15138
15139 \begin_layout Plain Layout
15140 LaTeXはつけし
15141 \end_layout
15142
15143 \end_inset
15144
15145 \SpecialChar LaTeX
15146 パッケージ
15147 \begin_inset IndexMacro subentry
15148 status open
15149
15150 \begin_layout Plain Layout
15151 calc
15152 \end_layout
15153
15154 \end_inset
15155
15156
15157 \end_layout
15158
15159 \end_inset
15160
15161 パッケージを読み込んでおく必要があります.
15162 \end_layout
15163
15164 \begin_layout Standard
15165 さて,
15166 この表の第1セルで
15167 \end_layout
15168
15169 \begin_layout Standard
15170
15171 \series bold
15172
15173 \backslash
15174 diagbox[width=
15175 \backslash
15176 diagtest]{A}{B}
15177 \end_layout
15178
15179 \begin_layout Standard
15180 というコマンドを使用します.
15181 \end_layout
15182
15183 \begin_layout Standard
15184 \noindent
15185 \align center
15186 \begin_inset Tabular
15187 <lyxtabular version="3" rows="2" columns="2">
15188 <features tabularvalignment="middle">
15189 <column alignment="center" valignment="top" width="4cm">
15190 <column alignment="center" valignment="top">
15191 <row>
15192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 \begin_inset ERT
15197 status open
15198
15199 \begin_layout Plain Layout
15200
15201
15202 \backslash
15203 diagbox[width=
15204 \backslash
15205 diagtest]{
15206 \end_layout
15207
15208 \end_inset
15209
15210 A
15211 \begin_inset ERT
15212 status collapsed
15213
15214 \begin_layout Plain Layout
15215
15216 }{
15217 \end_layout
15218
15219 \end_inset
15220
15221 B
15222 \begin_inset ERT
15223 status collapsed
15224
15225 \begin_layout Plain Layout
15226
15227 }
15228 \end_layout
15229
15230 \end_inset
15231
15232
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241 厚み (nm)
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 <row>
15248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252 Perfect Green
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261 45
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 </row>
15267 </lyxtabular>
15268
15269 \end_inset
15270
15271
15272 \end_layout
15273
15274 \begin_layout Standard
15275 対角線の引いたセルは,
15276 当該列中で最も幅広くなっていなくてはなりません.さもないと,
15277 次の表のように,
15278 対角線の長さが正しく計算できなくなってしまいます.
15279 \end_layout
15280
15281 \begin_layout Standard
15282 \noindent
15283 \align center
15284 \begin_inset Tabular
15285 <lyxtabular version="3" rows="2" columns="2">
15286 <features tabularvalignment="middle">
15287 <column alignment="center" valignment="top" width="0pt">
15288 <column alignment="center" valignment="top">
15289 <row>
15290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294 \begin_inset ERT
15295 status collapsed
15296
15297 \begin_layout Plain Layout
15298
15299
15300 \backslash
15301 diagbox{
15302 \end_layout
15303
15304 \end_inset
15305
15306 A
15307 \begin_inset ERT
15308 status collapsed
15309
15310 \begin_layout Plain Layout
15311
15312 }{
15313 \end_layout
15314
15315 \end_inset
15316
15317 B
15318 \begin_inset ERT
15319 status collapsed
15320
15321 \begin_layout Plain Layout
15322
15323 }
15324 \end_layout
15325
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337 厚み (nm)
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 </row>
15343 <row>
15344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348 Perfect Green
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357 45
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 </row>
15363 </lyxtabular>
15364
15365 \end_inset
15366
15367
15368 \end_layout
15369
15370 \begin_layout Standard
15371 このような場合には,
15372
15373 \series bold
15374
15375 \backslash
15376 diagbox
15377 \series default
15378 コマンドの
15379 \series bold
15380 width
15381 \series default
15382 オプションを使用してください.こうすると,
15383 セル幅が列幅に等しくなるので,
15384 2
15385 \backslash
15386 tabcolsepを足す必要はなくなります.下記の表では,
15387 3
15388 \begin_inset space \thinspace{}
15389 \end_inset
15390
15391 cm幅を使用しています.
15392 \end_layout
15393
15394 \begin_layout Standard
15395 \noindent
15396 \align center
15397 \begin_inset Tabular
15398 <lyxtabular version="3" rows="2" columns="2">
15399 <features tabularvalignment="middle">
15400 <column alignment="center" valignment="top" width="0pt">
15401 <column alignment="center" valignment="top">
15402 <row>
15403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407 \begin_inset ERT
15408 status open
15409
15410 \begin_layout Plain Layout
15411
15412
15413 \backslash
15414 diagbox[width=3cm]{
15415 \end_layout
15416
15417 \end_inset
15418
15419 A
15420 \begin_inset ERT
15421 status collapsed
15422
15423 \begin_layout Plain Layout
15424
15425 }{
15426 \end_layout
15427
15428 \end_inset
15429
15430 B
15431 \begin_inset ERT
15432 status collapsed
15433
15434 \begin_layout Plain Layout
15435
15436 }
15437 \end_layout
15438
15439 \end_inset
15440
15441
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450 厚み (nm)
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 </row>
15456 <row>
15457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461 Perfect Green
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470 45
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 </row>
15476 </lyxtabular>
15477
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \begin_layout Standard
15484 対角線を引いたセルに複数行を入力するには,
15485 文章をセルに合わせるために高さを追加する必要があります.これは,
15486
15487 \series bold
15488
15489 \backslash
15490 diagbox
15491 \series default
15492 にオプション
15493 \series bold
15494 height=3cm
15495 \series default
15496 を与えることで実現できます(「3cm」は必要な高さに置き換えてください).下記の表では,
15497 第1セルに
15498 \end_layout
15499
15500 \begin_layout Standard
15501
15502 \series bold
15503
15504 \backslash
15505 diagbox[width=3cm,height=1.4cm]{A
15506 \backslash
15507
15508 \backslash
15509 B}{C
15510 \backslash
15511
15512 \backslash
15513 D}
15514 \end_layout
15515
15516 \begin_layout Standard
15517 というコマンドを使用しています.ここでコマンド
15518 \series bold
15519
15520 \backslash
15521
15522 \backslash
15523
15524 \series default
15525 は改行をするためのものです
15526 \begin_inset Foot
15527 status collapsed
15528
15529 \begin_layout Plain Layout
15530
15531 \family sans
15532 Ctrl+Return
15533 \family default
15534 を使っての改行は,
15535 列が固定幅の時のみ,
15536 使用することができます.
15537 \end_layout
15538
15539 \end_inset
15540
15541
15542 \end_layout
15543
15544 \begin_layout Standard
15545 \noindent
15546 \align center
15547 \begin_inset Tabular
15548 <lyxtabular version="3" rows="2" columns="2">
15549 <features tabularvalignment="middle">
15550 <column alignment="center" valignment="top">
15551 <column alignment="center" valignment="top">
15552 <row>
15553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557 \begin_inset ERT
15558 status open
15559
15560 \begin_layout Plain Layout
15561
15562
15563 \backslash
15564 diagbox[width=3cm,height=1.4cm]{
15565 \end_layout
15566
15567 \end_inset
15568
15569 A
15570 \begin_inset ERT
15571 status collapsed
15572
15573 \begin_layout Plain Layout
15574
15575
15576 \backslash
15577
15578 \backslash
15579
15580 \end_layout
15581
15582 \end_inset
15583
15584 B
15585 \begin_inset ERT
15586 status collapsed
15587
15588 \begin_layout Plain Layout
15589
15590 }{
15591 \end_layout
15592
15593 \end_inset
15594
15595 C
15596 \begin_inset ERT
15597 status collapsed
15598
15599 \begin_layout Plain Layout
15600
15601
15602 \backslash
15603
15604 \backslash
15605
15606 \end_layout
15607
15608 \end_inset
15609
15610 D
15611 \begin_inset ERT
15612 status collapsed
15613
15614 \begin_layout Plain Layout
15615
15616 }
15617 \end_layout
15618
15619 \end_inset
15620
15621
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630 厚み (nm)
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 </row>
15636 <row>
15637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641 Perfect Green
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650 45
15651 \end_layout
15652
15653 \end_inset
15654 </cell>
15655 </row>
15656 </lyxtabular>
15657
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \begin_layout Standard
15664 \begin_inset ERT
15665 status collapsed
15666
15667 \begin_layout Plain Layout
15668
15669
15670 \backslash
15671 else
15672 \end_layout
15673
15674 \end_inset
15675
15676
15677 \begin_inset Note Note
15678 status open
15679
15680 \begin_layout Plain Layout
15681 以下は,
15682 \SpecialChar LaTeX
15683 パッケージ
15684 \series bold
15685 diagbox
15686 \series default
15687 が導入済みでないときに表示されます.
15688 \end_layout
15689
15690 \end_inset
15691
15692
15693 \end_layout
15694
15695 \begin_layout Standard
15696 本節の内容を出力に表示するためには,
15697
15698 \series bold
15699 diagbox
15700 \series default
15701 パッケージを導入しなくてはなりません.
15702 \end_layout
15703
15704 \begin_layout Standard
15705 \begin_inset ERT
15706 status collapsed
15707
15708 \begin_layout Plain Layout
15709
15710
15711 \backslash
15712 fi
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \end_layout
15719
15720 \begin_layout Standard
15721 \SpecialChar LaTeX
15722 パッケージ
15723 \series bold
15724 diagbox
15725 \series default
15726 についての詳しい情報は,
15727 取扱説明書
15728 \begin_inset CommandInset citation
15729 LatexCommand cite
15730 key "diagbox"
15731 literal "true"
15732
15733 \end_inset
15734
15735 をご覧ください.
15736 \end_layout
15737
15738 \begin_layout Section
15739 フォーマル様式の表
15740 \begin_inset CommandInset label
15741 LatexCommand label
15742 name "sec:フォーマル様式の表"
15743
15744 \end_inset
15745
15746
15747 \begin_inset Index idx
15748 range none
15749 pageformat default
15750 status collapsed
15751
15752 \begin_layout Plain Layout
15753 \begin_inset IndexMacro sortkey
15754 status open
15755
15756 \begin_layout Plain Layout
15757 ひよう
15758 \end_layout
15759
15760 \end_inset
15761
15762
15763 \begin_inset IndexMacro subentry
15764 status open
15765
15766 \begin_layout Plain Layout
15767 \begin_inset IndexMacro sortkey
15768 status open
15769
15770 \begin_layout Plain Layout
15771 ふおまるけいしき
15772 \end_layout
15773
15774 \end_inset
15775
15776 フォーマル様式
15777 \end_layout
15778
15779 \end_inset
15780
15781
15782 \end_layout
15783
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \begin_layout Standard
15790 書籍中の表は,
15791 よく表
15792 \begin_inset CommandInset ref
15793 LatexCommand ref
15794 reference "tab:フォーマル表の例"
15795 nolink "false"
15796
15797 \end_inset
15798
15799 のように組版されます.この種の表は「フォーマル様式」と呼ばれます.表をフォーマル様式にするには,
15800 表作成ダイアログで「フォーマル」表様式を選択するか,
15801 表の設定ダイアログの
15802 \family sans
15803 \series bold
15804 罫線
15805 \family default
15806 \series default
15807 タブで
15808 \family sans
15809 \series bold
15810 フォーマル様式
15811 \family default
15812 \series default
15813 オプションを有効にして下さい(加えて,
15814
15815 \family sans
15816 \series bold
15817 既定フォーマル様式を使う
15818 \family default
15819 \series default
15820
15821 \begin_inset space \thinspace{}
15822 \end_inset
15823
15824 オプションを有効にすると,
15825 罫線は実用的な既定設定になります).
15826 \end_layout
15827
15828 \begin_layout Standard
15829 \begin_inset Float table
15830 placement h
15831 alignment document
15832 wide false
15833 sideways false
15834 status open
15835
15836 \begin_layout Plain Layout
15837 \begin_inset Caption Standard
15838
15839 \begin_layout Plain Layout
15840 \begin_inset CommandInset label
15841 LatexCommand label
15842 name "tab:フォーマル表の例"
15843
15844 \end_inset
15845
15846 フォーマル表の例
15847 \end_layout
15848
15849 \end_inset
15850
15851
15852 \end_layout
15853
15854 \begin_layout Plain Layout
15855 \align center
15856 \begin_inset Tabular
15857 <lyxtabular version="3" rows="8" columns="4">
15858 <features booktabs="true" tabularvalignment="middle">
15859 <column alignment="center" valignment="top">
15860 <column alignment="center" valignment="top">
15861 <column alignment="center" valignment="top">
15862 <column alignment="center" valignment="top">
15863 <row>
15864 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868 システム
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" topline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 チップ
15878 \begin_inset space \thinspace{}
15879 \end_inset
15880
15881 1
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 チップ
15891 \begin_inset space \thinspace{}
15892 \end_inset
15893
15894 2
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 </row>
15909 <row>
15910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914 検知器の厚み [
15915 \begin_inset Formula $\mu m$
15916 \end_inset
15917
15918 ]
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" bottomline="true" bottomlinertrim="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927 300
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 <cell alignment="center" valignment="top" bottomline="true" bottomlineltrim="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936 300
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 <cell alignment="center" valignment="top" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945 700
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 </row>
15951 <row>
15952 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956 エッジ角 [度]
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965 3.55
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974 2.71
15975 \end_layout
15976
15977 \end_inset
15978 </cell>
15979 <cell alignment="center" valignment="top" topline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983 7.99
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 </row>
15989 <row topspace="default">
15990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 空間分解能 [
15995 \begin_inset Formula $\mu m$
15996 \end_inset
15997
15998 ]
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 <cell alignment="center" valignment="top" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 4.26
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="center" valignment="top" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 10.17
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 <cell alignment="center" valignment="top" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025 10.56
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 </row>
16031 <row topspace="default">
16032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036 \begin_inset Formula $f_{\mathrm{max}}$
16037 \end_inset
16038
16039 におけるMTF
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 <cell alignment="center" valignment="top" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048 0.53
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="center" valignment="top" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 0.37
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 0.39
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 </row>
16072 <row topspace="default">
16073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 LSF空間分解能
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 <cell alignment="center" valignment="top" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 <cell alignment="center" valignment="top" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 </row>
16110 <row>
16111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115 \begin_inset Formula $\mu m$
16116 \end_inset
16117
16118 表示
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="center" valignment="top" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127 129.7
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 52.75
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 <cell alignment="center" valignment="top" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Plain Layout
16145 50.78
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 </row>
16151 <row>
16152 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156 ピクセルサイズに対する%表示
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 76.3
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174 95.9
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183 92.3
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 </row>
16189 </lyxtabular>
16190
16191 \end_inset
16192
16193
16194 \end_layout
16195
16196 \end_inset
16197
16198
16199 \end_layout
16200
16201 \begin_layout Standard
16202 表中の行に余白を加えるには,
16203
16204 \begin_inset CommandInset ref
16205 LatexCommand ref
16206 reference "subsec:行の余白取り"
16207 nolink "false"
16208
16209 \end_inset
16210
16211 節に述べられているように,
16212 表の設定ダイアログの
16213 \family sans
16214 罫線
16215 \family default
16216 タブを使用します.
16217 \end_layout
16218
16219 \begin_layout Standard
16220 通常の表と違って,
16221 フォーマル様式の表には縦罫線がありません.表の横罫線は,
16222 通常の表と同様に指定することができますが,
16223 出力でこれらの線幅は異なります.
16224 \begin_inset Newline newline
16225 \end_inset
16226
16227 最初と最後の表罫線の既定幅は0.08
16228 \begin_inset space \thinspace{}
16229 \end_inset
16230
16231 emですが,
16232 他の罫線の既定幅は0.05
16233 \begin_inset space \thinspace{}
16234 \end_inset
16235
16236 emです.
16237 \end_layout
16238
16239 \begin_layout Standard
16240 これらの既定幅は,
16241 以下のプリアンブル行を指定することによって変更することができます.
16242 \end_layout
16243
16244 \begin_layout Standard
16245
16246 \series bold
16247
16248 \backslash
16249 let
16250 \backslash
16251 mytoprule
16252 \backslash
16253 toprule
16254 \begin_inset Newline newline
16255 \end_inset
16256
16257
16258 \backslash
16259 renewcommand{
16260 \backslash
16261 toprule}{
16262 \backslash
16263 mytoprule[幅]}
16264 \end_layout
16265
16266 \begin_layout Standard
16267 上の例は,
16268
16269 \series bold
16270 toprule
16271 \series default
16272 という最初の罫線を設定しています.最後の罫線の線幅を変更するには,
16273
16274 \series bold
16275 toprule
16276 \series default
16277
16278 \series bold
16279 bottomrule
16280 \series default
16281 に置き換えて下さい.他の罫線の線幅を変更するには,
16282
16283 \series bold
16284 toprule
16285 \series default
16286
16287 \series bold
16288 midrule
16289 \series default
16290 に置き換えます.線幅を設定する上では,
16291 付録
16292 \begin_inset CommandInset ref
16293 LatexCommand ref
16294 reference "cha:LyXで使用できる単位"
16295 nolink "false"
16296
16297 \end_inset
16298
16299 に挙げてあるすべての単位を使用することができます.
16300 \end_layout
16301
16302 \begin_layout Standard
16303
16304 \begin_inset CommandInset ref
16305 LatexCommand ref
16306 reference "tab:フォーマル表の例"
16307 plural "false"
16308 caps "false"
16309 noprefix "false"
16310 nolink "false"
16311
16312 \end_inset
16313
16314 のように,
16315 フォーマル表では,
16316 列をグループ化するのに切り詰めた罫線をよく使います.これは,
16317 表ダイアログの罫線ウィジェットで設定することができます.フォーマル表の場合,
16318 上下の罫線には,
16319 右と左に小さく分割された部分罫線が表示されます.ここをクリックすると,
16320 対応する罫線を切り詰めることができます.
16321 \end_layout
16322
16323 \begin_layout Standard
16324 切り詰める罫線の長さや罫線の太さを調整したい場合には,
16325 \SpecialChar TeX
16326 コードに頼らなくてはなりません.これらを行うコマンドは,
16327 以下の通りです(これは切り詰められた真ん中の罫線にも使えます).
16328 \end_layout
16329
16330 \begin_layout Standard
16331
16332 \series bold
16333
16334 \backslash
16335 cmidrule[幅](刈込){開始列-終了列}
16336 \end_layout
16337
16338 \begin_layout Standard
16339 この線幅の既定値は0.03
16340 \begin_inset space \thinspace{}
16341 \end_inset
16342
16343 emです.「開始列」は罫線を開始する列番号で,
16344 「終了列」は罫線を終了する列番号です.終了列は,
16345 罫線を一列だけに引きたいときも含めて,
16346 常に指定しなくてはなりません.非必須パラメーターの「刈込」は,
16347
16348 \emph on
16349 l{刈込幅}
16350 \emph default
16351 あるいは
16352 \emph on
16353 r{刈込幅}
16354 \emph default
16355 の値を取り,
16356 刈込幅の指定は非必須です.たとえば,
16357
16358 \emph on
16359 l{2pt}
16360 \emph default
16361 というパラメーターを使うと,
16362 罫線が左端から2
16363 \begin_inset space \thinspace{}
16364 \end_inset
16365
16366 ptだけ刈り込まれます.刈込幅を指定しないと,
16367 罫線は既定値の0.5
16368 \begin_inset space \thinspace{}
16369 \end_inset
16370
16371 emだけ刈り込まれます(これはダイアログから刈り込みを行ったときの設定です).
16372 \end_layout
16373
16374 \begin_layout Standard
16375
16376 \series bold
16377
16378 \backslash
16379 cmidrule
16380 \series default
16381 の「幅」オプションと「刈込幅」パラメーターは,
16382 現在のところ\SpecialChar LyX
16383 がサポートしていません.これらが必要ならば,
16384 行の第一列の最初のセル要素として,
16385 これらの設定を行う
16386 \series bold
16387
16388 \backslash
16389 cmidrule
16390 \series default
16391 を\SpecialChar TeX
16392 コードで入れる必要があります.すると,
16393 この罫線は,
16394 出力では現在行の上に引かれることになります.
16395 \end_layout
16396
16397 \begin_layout Standard
16398 ときには,
16399
16400 \begin_inset CommandInset ref
16401 LatexCommand ref
16402 reference "tab:特殊なフォーマル表"
16403 nolink "false"
16404
16405 \end_inset
16406
16407 で例示されているような重なり合った
16408 \series bold
16409
16410 \backslash
16411 cmidrule
16412 \series default
16413 が欲しいことがあるかもしれません.ただし,
16414 これは良くない様式と見做されているので,
16415 本当に必要なときのみ使用してください.これは,
16416 \SpecialChar TeX
16417 コードで
16418 \end_layout
16419
16420 \begin_layout Standard
16421
16422 \series bold
16423
16424 \backslash
16425 morecmidrules
16426 \end_layout
16427
16428 \begin_layout Standard
16429 コマンドを使用することによって実現することができます.表
16430 \begin_inset CommandInset ref
16431 LatexCommand ref
16432 reference "tab:特殊なフォーマル表"
16433 nolink "false"
16434
16435 \end_inset
16436
16437 の第二列には
16438 \end_layout
16439
16440 \begin_layout Standard
16441
16442 \series bold
16443
16444 \backslash
16445 morecmidrules
16446 \backslash
16447 cmidrule{2-4}
16448 \end_layout
16449
16450 \begin_layout Standard
16451 というコマンドが使用されており,
16452 第六列には
16453 \end_layout
16454
16455 \begin_layout Standard
16456
16457 \series bold
16458
16459 \backslash
16460 morecmidrules
16461 \backslash
16462 cmidrule{3-4}
16463 \end_layout
16464
16465 \begin_layout Standard
16466 というコマンドが使用されています.
16467 \end_layout
16468
16469 \begin_layout Standard
16470 \begin_inset VSpace bigskip
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \begin_layout Standard
16477 罫線の余白取りにどうしても満足が行かない場合には,
16478
16479 \end_layout
16480
16481 \begin_layout Standard
16482
16483 \series bold
16484
16485 \backslash
16486 specialrule{幅}{上余白}{下余白}
16487 \end_layout
16488
16489 \begin_layout Standard
16490 というコマンドを使用すれば,
16491 全列にわたる罫線を生成することができます.これらの特殊機能については,
16492 \SpecialChar LaTeX
16493 パッケージ
16494 \series bold
16495 booktabs
16496 \series default
16497  
16498 \begin_inset CommandInset citation
16499 LatexCommand cite
16500 key "booktabs"
16501 literal "true"
16502
16503 \end_inset
16504
16505
16506 \begin_inset Index idx
16507 range none
16508 pageformat default
16509 status collapsed
16510
16511 \begin_layout Plain Layout
16512 LaTeXはつけし@\SpecialChar LaTeX
16513 パッケージ!booktabs
16514 \end_layout
16515
16516 \end_inset
16517
16518 の取扱説明書をご参照下さい.
16519 \end_layout
16520
16521 \begin_layout Standard
16522 \begin_inset Float table
16523 placement h
16524 alignment document
16525 wide false
16526 sideways false
16527 status open
16528
16529 \begin_layout Plain Layout
16530 \begin_inset Caption Standard
16531
16532 \begin_layout Plain Layout
16533 \begin_inset CommandInset label
16534 LatexCommand label
16535 name "tab:特殊なフォーマル表"
16536
16537 \end_inset
16538
16539 特殊な(汚い)フォーマル表
16540 \end_layout
16541
16542 \end_inset
16543
16544
16545 \end_layout
16546
16547 \begin_layout Plain Layout
16548 \align center
16549 \begin_inset Tabular
16550 <lyxtabular version="3" rows="8" columns="4">
16551 <features booktabs="true" tabularvalignment="middle">
16552 <column alignment="center" valignment="top">
16553 <column alignment="center" valignment="top">
16554 <column alignment="center" valignment="top">
16555 <column alignment="center" valignment="top">
16556 <row>
16557 <cell alignment="center" valignment="top" topline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 システム
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" bottomline="true" bottomlinertrim="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 チップ
16571 \begin_inset space \thinspace{}
16572 \end_inset
16573
16574 1
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomlineltrim="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 チップ
16584 \begin_inset space \thinspace{}
16585 \end_inset
16586
16587 2
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 </row>
16602 <row>
16603 <cell alignment="center" valignment="top" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607 \begin_inset ERT
16608 status collapsed
16609
16610 \begin_layout Plain Layout
16611
16612
16613 \backslash
16614 morecmidrules 
16615 \end_layout
16616
16617 \end_inset
16618
16619
16620 \begin_inset ERT
16621 status collapsed
16622
16623 \begin_layout Plain Layout
16624
16625
16626 \backslash
16627 cmidrule{2-4}
16628 \end_layout
16629
16630 \end_inset
16631
16632 検知器の厚み [
16633 \begin_inset Formula $\mu m$
16634 \end_inset
16635
16636 ]
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 300
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 300
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 <cell alignment="center" valignment="top" topline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663 700
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 </row>
16669 <row>
16670 <cell alignment="center" valignment="top" topline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 エッジ角 [度]
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" topline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 3.55
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 <cell alignment="center" valignment="top" topline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692 2.71
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell alignment="center" valignment="top" topline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 7.99
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 </row>
16707 <row topspace="default">
16708 <cell alignment="center" valignment="top" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Plain Layout
16712 空間分解能 [
16713 \begin_inset Formula $\mu m$
16714 \end_inset
16715
16716 ]
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell alignment="center" valignment="top" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 4.26
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 <cell alignment="center" valignment="top" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 10.17
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 10.56
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 </row>
16749 <row topspace="default">
16750 <cell alignment="center" valignment="top" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 \begin_inset Formula $f_{\mathrm{max}}$
16755 \end_inset
16756
16757 におけるMTF
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 0.53
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 <cell alignment="center" valignment="top" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 0.37
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell alignment="center" valignment="top" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 0.39
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 </row>
16790 <row>
16791 <cell alignment="center" valignment="top" topline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 \begin_inset ERT
16796 status collapsed
16797
16798 \begin_layout Plain Layout
16799
16800
16801 \backslash
16802 morecmidrules 
16803 \end_layout
16804
16805 \end_inset
16806
16807
16808 \begin_inset ERT
16809 status collapsed
16810
16811 \begin_layout Plain Layout
16812
16813
16814 \backslash
16815 cmidrule[2pt](l{7pt}){3-4}
16816 \end_layout
16817
16818 \end_inset
16819
16820 LSF空間分解能
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 <cell alignment="center" valignment="top" topline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="center" valignment="top" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 \begin_inset Formula $\mu m$
16859 \end_inset
16860
16861 表示
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 129.7
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 52.75
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 <cell alignment="center" valignment="top" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888 50.78
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 </row>
16894 <row>
16895 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 ピクセルサイズに対する%表示
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908 76.3
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917 95.9
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 92.3
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 </row>
16932 </lyxtabular>
16933
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \begin_layout Section
16945 表の垂直揃え
16946 \begin_inset Index idx
16947 range none
16948 pageformat default
16949 status collapsed
16950
16951 \begin_layout Plain Layout
16952 \begin_inset IndexMacro sortkey
16953 status open
16954
16955 \begin_layout Plain Layout
16956 ひよう
16957 \end_layout
16958
16959 \end_inset
16960
16961
16962 \begin_inset IndexMacro subentry
16963 status open
16964
16965 \begin_layout Plain Layout
16966 \begin_inset IndexMacro sortkey
16967 status open
16968
16969 \begin_layout Plain Layout
16970 そろえ
16971 \end_layout
16972
16973 \end_inset
16974
16975 揃え
16976 \end_layout
16977
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \end_inset
16984
16985
16986 \end_layout
16987
16988 \begin_layout Standard
16989 本文行中で表の垂直揃えをするには,
16990 その表をボックスの中に入れなくてはなりません.そうした上で,
16991
16992 \begin_inset CommandInset ref
16993 LatexCommand ref
16994 reference "sec:ボックスダイアログ"
16995 nolink "false"
16996
16997 \end_inset
16998
16999 節に述べられているように,
17000 ボックスの垂直揃えを行います.
17001 \end_layout
17002
17003 \begin_layout Standard
17004 以下の例では,
17005 各表は15
17006 \begin_inset space \thinspace{}
17007 \end_inset
17008
17009 列幅%を持つminipage
17010 \begin_inset Foot
17011 status collapsed
17012
17013 \begin_layout Plain Layout
17014 minipageは第
17015 \begin_inset CommandInset ref
17016 LatexCommand ref
17017 reference "sec:ミニページ"
17018 nolink "false"
17019
17020 \end_inset
17021
17022 節で説明されています.
17023 \end_layout
17024
17025 \end_inset
17026
17027 ボックスの中に入れてあります.
17028 \end_layout
17029
17030 \begin_layout Itemize
17031 動作試験 
17032 \begin_inset Box Frameless
17033 position "t"
17034 hor_pos "c"
17035 has_inner_box 1
17036 inner_pos "c"
17037 use_parbox 0
17038 use_makebox 0
17039 width "15col%"
17040 special "none"
17041 height "1in"
17042 height_special "totalheight"
17043 thickness "0.4pt"
17044 separation "3pt"
17045 shadowsize "4pt"
17046 framecolor "black"
17047 backgroundcolor "none"
17048 status collapsed
17049
17050 \begin_layout Plain Layout
17051 \begin_inset Tabular
17052 <lyxtabular version="3" rows="3" columns="3">
17053 <features tabularvalignment="middle">
17054 <column alignment="center" valignment="top">
17055 <column alignment="center" valignment="top">
17056 <column alignment="center" valignment="top">
17057 <row>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 </row>
17086 <row>
17087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 </row>
17144 </lyxtabular>
17145
17146 \end_inset
17147
17148
17149 \end_layout
17150
17151 \end_inset
17152
17153  動作試験 
17154 \begin_inset ERT
17155 status collapsed
17156
17157 \begin_layout Plain Layout
17158
17159
17160 \backslash
17161 raisebox{0.85
17162 \backslash
17163 baselineskip}{
17164 \end_layout
17165
17166 \end_inset
17167
17168
17169 \begin_inset Box Frameless
17170 position "t"
17171 hor_pos "c"
17172 has_inner_box 1
17173 inner_pos "c"
17174 use_parbox 0
17175 use_makebox 0
17176 width "15col%"
17177 special "none"
17178 height "1in"
17179 height_special "totalheight"
17180 thickness "0.4pt"
17181 separation "3pt"
17182 shadowsize "4pt"
17183 framecolor "black"
17184 backgroundcolor "none"
17185 status collapsed
17186
17187 \begin_layout Plain Layout
17188 \begin_inset Tabular
17189 <lyxtabular version="3" rows="3" columns="3">
17190 <features tabularvalignment="middle">
17191 <column alignment="center" valignment="top">
17192 <column alignment="center" valignment="top">
17193 <column alignment="center" valignment="top">
17194 <row>
17195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 </row>
17223 <row>
17224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 </row>
17252 <row>
17253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 </row>
17281 </lyxtabular>
17282
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \end_inset
17289
17290
17291 \begin_inset ERT
17292 status collapsed
17293
17294 \begin_layout Plain Layout
17295
17296 }
17297 \end_layout
17298
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \begin_layout Itemize
17305 動作試験 
17306 \begin_inset Box Frameless
17307 position "c"
17308 hor_pos "c"
17309 has_inner_box 1
17310 inner_pos "c"
17311 use_parbox 0
17312 use_makebox 0
17313 width "15col%"
17314 special "none"
17315 height "1in"
17316 height_special "totalheight"
17317 thickness "0.4pt"
17318 separation "3pt"
17319 shadowsize "4pt"
17320 framecolor "black"
17321 backgroundcolor "none"
17322 status collapsed
17323
17324 \begin_layout Plain Layout
17325 \begin_inset Tabular
17326 <lyxtabular version="3" rows="3" columns="3">
17327 <features tabularvalignment="middle">
17328 <column alignment="center" valignment="top">
17329 <column alignment="center" valignment="top">
17330 <column alignment="center" valignment="top">
17331 <row>
17332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 </row>
17360 <row>
17361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 </row>
17389 <row>
17390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 </row>
17418 </lyxtabular>
17419
17420 \end_inset
17421
17422
17423 \end_layout
17424
17425 \end_inset
17426
17427
17428 \end_layout
17429
17430 \begin_layout Itemize
17431 動作試験 
17432 \begin_inset Box Frameless
17433 position "b"
17434 hor_pos "c"
17435 has_inner_box 1
17436 inner_pos "c"
17437 use_parbox 0
17438 use_makebox 0
17439 width "15col%"
17440 special "none"
17441 height "1in"
17442 height_special "totalheight"
17443 thickness "0.4pt"
17444 separation "3pt"
17445 shadowsize "4pt"
17446 framecolor "black"
17447 backgroundcolor "none"
17448 status collapsed
17449
17450 \begin_layout Plain Layout
17451 \begin_inset Tabular
17452 <lyxtabular version="3" rows="3" columns="3">
17453 <features tabularvalignment="middle">
17454 <column alignment="center" valignment="top">
17455 <column alignment="center" valignment="top">
17456 <column alignment="center" valignment="top">
17457 <row>
17458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 </row>
17486 <row>
17487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 </row>
17515 <row>
17516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 </row>
17544 </lyxtabular>
17545
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \end_inset
17552
17553  動作試験 
17554 \begin_inset ERT
17555 status collapsed
17556
17557 \begin_layout Plain Layout
17558
17559
17560 \backslash
17561 raisebox{-0.32
17562 \backslash
17563 baselineskip}{
17564 \end_layout
17565
17566 \end_inset
17567
17568
17569 \begin_inset Box Frameless
17570 position "b"
17571 hor_pos "c"
17572 has_inner_box 1
17573 inner_pos "c"
17574 use_parbox 0
17575 use_makebox 0
17576 width "15col%"
17577 special "none"
17578 height "1in"
17579 height_special "totalheight"
17580 thickness "0.4pt"
17581 separation "3pt"
17582 shadowsize "4pt"
17583 framecolor "black"
17584 backgroundcolor "none"
17585 status collapsed
17586
17587 \begin_layout Plain Layout
17588 \begin_inset Tabular
17589 <lyxtabular version="3" rows="3" columns="3">
17590 <features tabularvalignment="middle">
17591 <column alignment="center" valignment="top">
17592 <column alignment="center" valignment="top">
17593 <column alignment="center" valignment="top">
17594 <row>
17595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 </row>
17623 <row>
17624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17643 \begin_inset Text
17644
17645 \begin_layout Plain Layout
17646
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 </row>
17652 <row>
17653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675
17676 \end_layout
17677
17678 \end_inset
17679 </cell>
17680 </row>
17681 </lyxtabular>
17682
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \end_inset
17689
17690
17691 \begin_inset ERT
17692 status collapsed
17693
17694 \begin_layout Plain Layout
17695
17696 }
17697 \end_layout
17698
17699 \end_inset
17700
17701
17702 \end_layout
17703
17704 \begin_layout Standard
17705 上記のとおり,
17706 表の第一行あるいは最終行の中身が,
17707 表外の本文行と揃っていません.これらを揃えるには,
17708 minipageボックスをraisebox
17709 \begin_inset Foot
17710 status collapsed
17711
17712 \begin_layout Plain Layout
17713 raiseboxは,
17714
17715 \begin_inset CommandInset ref
17716 LatexCommand ref
17717 reference "subsec:垂直揃え"
17718 nolink "false"
17719
17720 \end_inset
17721
17722 節で説明されています.
17723 \end_layout
17724
17725 \end_inset
17726
17727 の中に入れなくてはなりません.上記の例では,
17728 最初の項目の第二表は,
17729 ボックスの前に
17730 \end_layout
17731
17732 \begin_layout Standard
17733
17734 \series bold
17735
17736 \backslash
17737 raisebox{0.85
17738 \backslash
17739 baselineskip}{
17740 \end_layout
17741
17742 \begin_layout Standard
17743 という\SpecialChar TeX
17744 コードコマンドを使用して揃えています.ボックスの後には,
17745 閉じ括弧
17746 \series bold
17747 }
17748 \series default
17749 を\SpecialChar TeX
17750 コードとして挿入してあります.最後の項目の第二表には,
17751
17752 \end_layout
17753
17754 \begin_layout Standard
17755
17756 \series bold
17757
17758 \backslash
17759 raisebox{-0.32
17760 \backslash
17761 baselineskip}{
17762 \end_layout
17763
17764 \begin_layout Standard
17765 というコマンドを使用しています.
17766 \end_layout
17767
17768 \begin_layout Standard
17769 \begin_inset Note Greyedout
17770 status open
17771
17772 \begin_layout Plain Layout
17773
17774 \series bold
17775 [註]
17776 \series default
17777 表の行の中身の周囲の本文行への揃えは,
17778 つねに同じ値をとるわけではありません.この揃え方に必要な
17779 \series bold
17780
17781 \backslash
17782 raisebox
17783 \series default
17784 コマンドの値は,
17785 文書フォントやフォント寸法,
17786 表罫線の線幅によって変わります.
17787 \end_layout
17788
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \begin_layout Section
17795 色付きの表
17796 \begin_inset CommandInset label
17797 LatexCommand label
17798 name "sec:色付きの表"
17799
17800 \end_inset
17801
17802
17803 \begin_inset Index idx
17804 range none
17805 pageformat default
17806 status collapsed
17807
17808 \begin_layout Plain Layout
17809 \begin_inset IndexMacro sortkey
17810 status open
17811
17812 \begin_layout Plain Layout
17813 ひよう
17814 \end_layout
17815
17816 \end_inset
17817
17818
17819 \begin_inset IndexMacro subentry
17820 status open
17821
17822 \begin_layout Plain Layout
17823 \begin_inset IndexMacro sortkey
17824 status open
17825
17826 \begin_layout Plain Layout
17827 いろつき
17828 \end_layout
17829
17830 \end_inset
17831
17832 色付き
17833 \end_layout
17834
17835 \end_inset
17836
17837
17838 \end_layout
17839
17840 \end_inset
17841
17842
17843 \end_layout
17844
17845 \begin_layout Subsection
17846 色付きのセル
17847 \begin_inset Index idx
17848 range none
17849 pageformat default
17850 status collapsed
17851
17852 \begin_layout Plain Layout
17853 \begin_inset IndexMacro sortkey
17854 status open
17855
17856 \begin_layout Plain Layout
17857 ひようのいろ
17858 \end_layout
17859
17860 \end_inset
17861
17862 表の色
17863 \begin_inset IndexMacro subentry
17864 status open
17865
17866 \begin_layout Plain Layout
17867 \begin_inset IndexMacro sortkey
17868 status open
17869
17870 \begin_layout Plain Layout
17871 せるふ
17872 \end_layout
17873
17874 \end_inset
17875
17876 セル部
17877 \end_layout
17878
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \end_inset
17885
17886
17887 \begin_inset Index idx
17888 range none
17889 pageformat default
17890 status collapsed
17891
17892 \begin_layout Plain Layout
17893 \begin_inset IndexMacro sortkey
17894 status open
17895
17896 \begin_layout Plain Layout
17897 いろつき
17898 \end_layout
17899
17900 \end_inset
17901
17902 色付き
17903 \begin_inset IndexMacro subentry
17904 status open
17905
17906 \begin_layout Plain Layout
17907 \begin_inset IndexMacro sortkey
17908 status open
17909
17910 \begin_layout Plain Layout
17911 ひようせるふ
17912 \end_layout
17913
17914 \end_inset
17915
17916 表セル部
17917 \end_layout
17918
17919 \end_inset
17920
17921
17922 \end_layout
17923
17924 \end_inset
17925
17926
17927 \end_layout
17928
17929 \begin_layout Standard
17930 \begin_inset Float table
17931 placement h
17932 alignment document
17933 wide false
17934 sideways false
17935 status open
17936
17937 \begin_layout Plain Layout
17938 \begin_inset Caption Standard
17939
17940 \begin_layout Plain Layout
17941 \begin_inset CommandInset label
17942 LatexCommand label
17943 name "tab:colortblなしの表"
17944
17945 \end_inset
17946
17947
17948 \series bold
17949 colortbl
17950 \series default
17951 パッケージを使用しない色付き表
17952 \begin_inset Argument 1
17953 status collapsed
17954
17955 \begin_layout Plain Layout
17956 colortblなしの表
17957 \end_layout
17958
17959 \end_inset
17960
17961
17962 \end_layout
17963
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \begin_layout Plain Layout
17970 \align center
17971 \begin_inset Tabular
17972 <lyxtabular version="3" rows="3" columns="3">
17973 <features tabularvalignment="middle">
17974 <column alignment="center" valignment="top">
17975 <column alignment="center" valignment="top">
17976 <column alignment="center" valignment="top">
17977 <row>
17978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982
17983 \color green
17984
17985 \end_layout
17986
17987 \end_inset
17988 </cell>
17989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993
17994 \color red
17995
17996 \end_layout
17997
17998 \end_inset
17999 </cell>
18000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18001 \begin_inset Text
18002
18003 \begin_layout Plain Layout
18004
18005 \color red
18006
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 </row>
18012 <row>
18013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017
18018 \color green
18019
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028
18029 \color blue
18030
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039
18040 \color blue
18041
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 </row>
18047 <row>
18048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052
18053 \color green
18054
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063
18064 \color blue
18065
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074
18075 \color blue
18076
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 </row>
18082 </lyxtabular>
18083
18084 \end_inset
18085
18086
18087 \end_layout
18088
18089 \end_inset
18090
18091
18092 \end_layout
18093
18094 \begin_layout Standard
18095 もし色の付いた文章が欲しいだけならば,
18096 そのセルを選択して,
18097
18098 \family sans
18099 編集\SpecialChar menuseparator
18100 文字様式
18101 \family default
18102 メニューで色を選んでください.表
18103 \begin_inset CommandInset ref
18104 LatexCommand ref
18105 reference "tab:colortblなしの表"
18106 nolink "false"
18107
18108 \end_inset
18109
18110 を作るのに,
18111 この方法が使われています.それ以外の場合には,
18112 \SpecialChar LaTeX
18113 パッケージの
18114 \series bold
18115 colortbl
18116 \series default
18117
18118 \begin_inset Index idx
18119 range none
18120 pageformat default
18121 status collapsed
18122
18123 \begin_layout Plain Layout
18124 \begin_inset IndexMacro sortkey
18125 status open
18126
18127 \begin_layout Plain Layout
18128 LaTeXはつけし
18129 \end_layout
18130
18131 \end_inset
18132
18133 \SpecialChar LaTeX
18134 パッケージ
18135 \begin_inset IndexMacro subentry
18136 status open
18137
18138 \begin_layout Plain Layout
18139 colortbl
18140 \end_layout
18141
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \end_inset
18148
18149 を使用しなくてはなりません.
18150 \end_layout
18151
18152 \begin_layout Standard
18153 \begin_inset ERT
18154 status collapsed
18155
18156 \begin_layout Plain Layout
18157
18158
18159 \backslash
18160 ifcolortbl
18161 \end_layout
18162
18163 \end_inset
18164
18165
18166 \begin_inset Note Note
18167 status open
18168
18169 \begin_layout Plain Layout
18170 本節の以下の部分は,
18171 \SpecialChar LaTeX
18172 パッケージ
18173 \series bold
18174 colortbl
18175 \series default
18176 が導入済みのときのみ表示されます.
18177 \end_layout
18178
18179 \end_inset
18180
18181
18182 \end_layout
18183
18184 \begin_layout Standard
18185 色付きの表を作成するには,
18186 プリアンブルに
18187 \end_layout
18188
18189 \begin_layout Standard
18190
18191 \series bold
18192
18193 \backslash
18194 usepackage{colortbl}
18195 \end_layout
18196
18197 \begin_layout Standard
18198 という行を書いて
18199 \series bold
18200 colortbl
18201 \series default
18202 を読み込まなくてはなりません.列の色は,
18203
18204 \series bold
18205 >{ }
18206 \series default
18207 コマンドの中に
18208 \end_layout
18209
18210 \begin_layout Standard
18211
18212 \series bold
18213
18214 \backslash
18215 columncolor{色彩名}
18216 \end_layout
18217
18218 \begin_layout Standard
18219 というコマンドを書いて指定することができます.
18220 \series bold
18221 >{}
18222 \series default
18223 コマンドに関する詳細は,
18224
18225 \begin_inset CommandInset ref
18226 LatexCommand ref
18227 reference "subsec:連結列の計算"
18228 nolink "false"
18229
18230 \end_inset
18231
18232 節に述べられています.
18233 \end_layout
18234
18235 \begin_layout Standard
18236 以下の色彩名が事前に定義されています.
18237 \end_layout
18238
18239 \begin_layout Standard
18240
18241 \family sans
18242 red
18243 \family default
18244
18245 \family sans
18246 green
18247 \family default
18248
18249 \family sans
18250 yellow
18251 \family default
18252
18253 \family sans
18254 blue
18255 \family default
18256
18257 \family sans
18258 cyan
18259 \family default
18260
18261 \family sans
18262 magenta
18263 \family default
18264
18265 \family sans
18266 black
18267 \family default
18268
18269 \family sans
18270 white
18271 \end_layout
18272
18273 \begin_layout Standard
18274 \begin_inset VSpace medskip
18275 \end_inset
18276
18277
18278 \end_layout
18279
18280 \begin_layout Standard
18281 また,
18282 文書設定中で,
18283 文書クラスオプションに
18284 \end_layout
18285
18286 \begin_layout Standard
18287
18288 \series bold
18289 dvipsnames
18290 \end_layout
18291
18292 \begin_layout Standard
18293 を与えると,
18294 さらに61色を使用することができます.これらの色は,
18295 附録
18296 \begin_inset CommandInset ref
18297 LatexCommand ref
18298 reference "chap:dvips色名一覧"
18299 nolink "false"
18300
18301 \end_inset
18302
18303 に列挙されています.それらの色の1つ,
18304
18305 \family sans
18306 Maroon
18307 \family default
18308 が,
18309 例として表
18310 \begin_inset CommandInset ref
18311 LatexCommand ref
18312 reference "tab:色付き表"
18313 nolink "false"
18314
18315 \end_inset
18316
18317 に使用されています.
18318 \end_layout
18319
18320 \begin_layout Standard
18321 \begin_inset VSpace medskip
18322 \end_inset
18323
18324
18325 \end_layout
18326
18327 \begin_layout Standard
18328 また
18329 \end_layout
18330
18331 \begin_layout Standard
18332
18333 \series bold
18334
18335 \backslash
18336 definecolor{色彩名}{色彩モデル}{色彩値}
18337 \end_layout
18338
18339 \begin_layout Standard
18340 というコマンドを使用すれば,
18341 自分自身の色彩を定義することができます.ここで色彩モデルは
18342 \end_layout
18343
18344 \begin_layout Labeling
18345 \labelwidthstring 00.00.0000
18346 cmyk:
18347  シアン(cyan)・マゼンタ(magenta)・黄(yellow)・黒(black)
18348 \end_layout
18349
18350 \begin_layout Labeling
18351 \labelwidthstring 00.00.0000
18352 rgb:
18353  赤(red)・緑(green)・青(blue)
18354 \end_layout
18355
18356 \begin_layout Labeling
18357 \labelwidthstring 00.00.0000
18358 gray:
18359  グレー
18360 \end_layout
18361
18362 \begin_layout Standard
18363 から選択することができ,
18364 色彩値は,
18365 0から1の間の数字をコンマで区切ったもので,
18366 それぞれ当該色彩モデルにおける各色彩の大きさを示します.
18367 \end_layout
18368
18369 \begin_layout Standard
18370 たとえば,
18371 プリアンブルに
18372 \end_layout
18373
18374 \begin_layout Standard
18375
18376 \series bold
18377
18378 \backslash
18379 definecolor{darkgreen}{cmyk}{0.5,
18380  0,
18381  1,
18382  0.5}
18383 \end_layout
18384
18385 \begin_layout Standard
18386 と書くことによって,
18387
18388 \emph on
18389 darkgreen
18390 \emph default
18391 」色を定義することができますし,
18392
18393 \end_layout
18394
18395 \begin_layout Standard
18396
18397 \series bold
18398
18399 \backslash
18400 definecolor{lightgray}{gray}{0.8}
18401 \end_layout
18402
18403 \begin_layout Standard
18404 と書けば,
18405
18406 \emph on
18407 lightgray
18408 \emph default
18409 」色を定義することができます.
18410 \end_layout
18411
18412 \begin_layout Standard
18413 \begin_inset VSpace medskip
18414 \end_inset
18415
18416
18417 \end_layout
18418
18419 \begin_layout Standard
18420 罫線は
18421 \end_layout
18422
18423 \begin_layout Standard
18424
18425 \series bold
18426
18427 \backslash
18428 rowcolor{色彩名}
18429 \end_layout
18430
18431 \begin_layout Standard
18432 というコマンドを使用して色付けすることができ,
18433 セルは
18434 \end_layout
18435
18436 \begin_layout Standard
18437
18438 \series bold
18439
18440 \backslash
18441 cellcolor{色彩名}
18442 \end_layout
18443
18444 \begin_layout Standard
18445 というコマンドで色付けすることができます.どちらのコマンドも,
18446 セルの冒頭に\SpecialChar TeX
18447 コードで書き込みます.
18448 \end_layout
18449
18450 \begin_layout Standard
18451 表中の文字に色付けをするには,
18452 セルを選択してから,
18453 \SpecialChar LyX
18454 のメニュー
18455 \family sans
18456
18457 \begin_inset space \thinspace{}
18458 \end_inset
18459
18460
18461 \series bold
18462 編集\SpecialChar menuseparator
18463 文字様式
18464 \family default
18465 \series default
18466
18467 \begin_inset space \thinspace{}
18468 \end_inset
18469
18470 を使用します.セルに\SpecialChar TeX
18471 コードが入っている場合には,
18472 文章部分だけ選択してください.さもないと色付け指定された\SpecialChar TeX
18473 コードが\SpecialChar LaTeX
18474 エラーを引き起こしてしまいます.
18475 \end_layout
18476
18477 \begin_layout Standard
18478 \begin_inset Note Greyedout
18479 status open
18480
18481 \begin_layout Plain Layout
18482
18483 \series bold
18484 [註]
18485 \series default
18486 DVIビューアーのすべてが自己定義の色を表示できるわけではありません.
18487 \end_layout
18488
18489 \end_inset
18490
18491
18492 \end_layout
18493
18494 \begin_layout Standard
18495 \begin_inset VSpace bigskip
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \begin_layout Standard
18502
18503 \begin_inset CommandInset ref
18504 LatexCommand ref
18505 reference "tab:色付き表"
18506 nolink "false"
18507
18508 \end_inset
18509
18510 を作成するには,
18511 以下のようにしてください.第一列の色は
18512 \emph on
18513 darkgreen
18514 \emph default
18515 にしたいので,
18516 この列の\SpecialChar LaTeX
18517 変数として
18518 \end_layout
18519
18520 \begin_layout Standard
18521
18522 \series bold
18523 >{
18524 \backslash
18525 columncolor{darkgreen}
18526 \backslash
18527 centering}c
18528 \end_layout
18529
18530 \begin_layout Standard
18531 と書き込みます.第一列は青にしたいので,
18532 この列の最初のセルに
18533 \end_layout
18534
18535 \begin_layout Standard
18536
18537 \series bold
18538
18539 \backslash
18540 rowcolow{cyan}
18541 \end_layout
18542
18543 \begin_layout Standard
18544 という\SpecialChar TeX
18545 コードコマンドを書き込みます.これによって,
18546 第一セルの列色指定が上書きされてしまうことに注意してください.最終行の最後のセルは,
18547
18548 \end_layout
18549
18550 \begin_layout Standard
18551
18552 \series bold
18553
18554 \backslash
18555 cellcolor{Maroon}
18556 \end_layout
18557
18558 \begin_layout Standard
18559 という\SpecialChar TeX
18560 コードコマンドを書き込むことで,
18561 マルーンに色づけされています.この後,
18562
18563 \family sans
18564 \series bold
18565 編集\SpecialChar menuseparator
18566 文字様式
18567 \family default
18568 \series default
18569
18570 \begin_inset space \thinspace{}
18571 \end_inset
18572
18573 メニューを使って,
18574 各文字に色付けをすることができます.
18575 \end_layout
18576
18577 \begin_layout Standard
18578 \begin_inset Float table
18579 placement h
18580 alignment document
18581 wide false
18582 sideways false
18583 status open
18584
18585 \begin_layout Plain Layout
18586 \begin_inset Caption Standard
18587
18588 \begin_layout Plain Layout
18589
18590 \series bold
18591 \begin_inset CommandInset label
18592 LatexCommand label
18593 name "tab:色付き表"
18594
18595 \end_inset
18596
18597 colortbl
18598 \series default
18599 パッケージを使用した色付き表
18600 \begin_inset Argument 1
18601 status collapsed
18602
18603 \begin_layout Plain Layout
18604 colortblを使った表
18605 \end_layout
18606
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \begin_layout Plain Layout
18618 \align center
18619 \begin_inset Tabular
18620 <lyxtabular version="3" rows="3" columns="3">
18621 <features tabularvalignment="middle">
18622 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
18623 <column alignment="center" valignment="top">
18624 <column alignment="center" valignment="top">
18625 <row>
18626 <cell alignment="center" valignment="top" usebox="none">
18627 \begin_inset Text
18628
18629 \begin_layout Plain Layout
18630 \begin_inset ERT
18631 status collapsed
18632
18633 \begin_layout Plain Layout
18634
18635
18636 \backslash
18637 rowcolor{cyan}
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \color magenta
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653
18654 \color red
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 \color red
18666
18667 \end_layout
18668
18669 \end_inset
18670 </cell>
18671 </row>
18672 <row>
18673 <cell alignment="center" valignment="top" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677
18678 \color yellow
18679
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 <cell alignment="center" valignment="top" usebox="none">
18685 \begin_inset Text
18686
18687 \begin_layout Plain Layout
18688
18689 \color blue
18690
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699
18700 \color blue
18701
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 </row>
18707 <row>
18708 <cell alignment="center" valignment="top" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712
18713 \color yellow
18714
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 <cell alignment="center" valignment="top" usebox="none">
18720 \begin_inset Text
18721
18722 \begin_layout Plain Layout
18723
18724 \color blue
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 \begin_inset ERT
18735 status collapsed
18736
18737 \begin_layout Plain Layout
18738
18739
18740 \backslash
18741 cellcolor{Maroon}
18742 \end_layout
18743
18744 \end_inset
18745
18746
18747 \color green
18748
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 </row>
18754 </lyxtabular>
18755
18756 \end_inset
18757
18758
18759 \end_layout
18760
18761 \end_inset
18762
18763
18764 \end_layout
18765
18766 \begin_layout Standard
18767 \begin_inset ERT
18768 status collapsed
18769
18770 \begin_layout Plain Layout
18771
18772
18773 \backslash
18774 else
18775 \end_layout
18776
18777 \end_inset
18778
18779
18780 \begin_inset Note Note
18781 status open
18782
18783 \begin_layout Plain Layout
18784 以下は,
18785 \SpecialChar LaTeX
18786 パッケージ
18787 \series bold
18788 colortbl
18789 \series default
18790 が導入されていないときに表示されます.
18791 \end_layout
18792
18793 \end_inset
18794
18795
18796 \end_layout
18797
18798 \begin_layout Standard
18799 この節の内容を出力で表示させるには,
18800
18801 \series bold
18802 colortbl
18803 \series default
18804 パッケージを導入する必要があります.
18805 \end_layout
18806
18807 \begin_layout Standard
18808 \begin_inset ERT
18809 status collapsed
18810
18811 \begin_layout Plain Layout
18812
18813
18814 \backslash
18815 fi
18816 \end_layout
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \begin_layout Subsection
18824 色付き行
18825 \begin_inset Index idx
18826 range none
18827 pageformat default
18828 status collapsed
18829
18830 \begin_layout Plain Layout
18831 \begin_inset IndexMacro sortkey
18832 status open
18833
18834 \begin_layout Plain Layout
18835 ひようのいろ
18836 \end_layout
18837
18838 \end_inset
18839
18840 表の色
18841 \begin_inset IndexMacro subentry
18842 status open
18843
18844 \begin_layout Plain Layout
18845 \begin_inset IndexMacro sortkey
18846 status open
18847
18848 \begin_layout Plain Layout
18849 きようせんたい
18850 \end_layout
18851
18852 \end_inset
18853
18854 行全体
18855 \end_layout
18856
18857 \end_inset
18858
18859
18860 \end_layout
18861
18862 \end_inset
18863
18864
18865 \begin_inset Index idx
18866 range none
18867 pageformat default
18868 status collapsed
18869
18870 \begin_layout Plain Layout
18871 \begin_inset IndexMacro sortkey
18872 status open
18873
18874 \begin_layout Plain Layout
18875 いろつき
18876 \end_layout
18877
18878 \end_inset
18879
18880 色付き
18881 \begin_inset IndexMacro subentry
18882 status open
18883
18884 \begin_layout Plain Layout
18885 \begin_inset IndexMacro sortkey
18886 status open
18887
18888 \begin_layout Plain Layout
18889 ひようのきよう
18890 \end_layout
18891
18892 \end_inset
18893
18894 表の行
18895 \end_layout
18896
18897 \end_inset
18898
18899
18900 \end_layout
18901
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \begin_layout Standard
18908 表の行を交互に色付けする必要がある場合,
18909 前節に述べたのとは別な方法があります.文書プリアンブルに
18910 \end_layout
18911
18912 \begin_layout Standard
18913
18914 \series bold
18915
18916 \backslash
18917 usepackage[table]{xcolor}
18918 \end_layout
18919
18920 \begin_layout Standard
18921 というコマンドを使用して,
18922
18923 \series bold
18924 xcolor
18925 \series default
18926
18927 \begin_inset Index idx
18928 range none
18929 pageformat default
18930 status collapsed
18931
18932 \begin_layout Plain Layout
18933 \begin_inset IndexMacro sortkey
18934 status open
18935
18936 \begin_layout Plain Layout
18937 LaTeXはつけし
18938 \end_layout
18939
18940 \end_inset
18941
18942 \SpecialChar LaTeX
18943 パッケージ
18944 \begin_inset IndexMacro subentry
18945 status open
18946
18947 \begin_layout Plain Layout
18948 xcolor
18949 \begin_inset ERT
18950 status collapsed
18951
18952 \begin_layout Plain Layout
18953
18954
18955 \backslash
18956 vspace{4mm}
18957 \end_layout
18958
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \end_inset
18970
18971 パッケージを読み込むのです.
18972 \series bold
18973 xcolor
18974 \series default
18975 は,
18976 自動的に
18977 \series bold
18978 colortbl
18979 \series default
18980
18981 \begin_inset Index idx
18982 range none
18983 pageformat default
18984 status collapsed
18985
18986 \begin_layout Plain Layout
18987 \begin_inset IndexMacro sortkey
18988 status open
18989
18990 \begin_layout Plain Layout
18991 LaTeXはつけし
18992 \end_layout
18993
18994 \end_inset
18995
18996 \SpecialChar LaTeX
18997 パッケージ
18998 \begin_inset IndexMacro subentry
18999 status open
19000
19001 \begin_layout Plain Layout
19002 colortbl
19003 \end_layout
19004
19005 \end_inset
19006
19007
19008 \end_layout
19009
19010 \end_inset
19011
19012 パッケージも読み込むので,
19013 \SpecialChar LaTeX
19014 エラーを防ぐためには,
19015 お使いの\SpecialChar LaTeX
19016 頒布版中に
19017 \series bold
19018 colortbl
19019 \series default
19020 も導入されていなくてはなりません.
19021 \end_layout
19022
19023 \begin_layout Standard
19024 \begin_inset ERT
19025 status collapsed
19026
19027 \begin_layout Plain Layout
19028
19029
19030 \backslash
19031 ifcolortbl
19032 \end_layout
19033
19034 \end_inset
19035
19036
19037 \begin_inset Note Note
19038 status open
19039
19040 \begin_layout Plain Layout
19041 本節の以下の部分は,
19042 \SpecialChar LaTeX
19043 パッケージ
19044 \series bold
19045 colortbl
19046 \series default
19047 が導入済みのときのみ表示されます.
19048 \end_layout
19049
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \begin_layout Standard
19056 表の行は,
19057 文書プリアンブル中か,
19058 色付けする最初の表の前に\SpecialChar TeX
19059 コードで
19060 \end_layout
19061
19062 \begin_layout Standard
19063
19064 \series bold
19065
19066 \backslash
19067 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
19068 \end_layout
19069
19070 \begin_layout Standard
19071 というコマンドを使用すれば,
19072 色付けすることができます.ここで,
19073 「行番号」は,
19074 奇数行色で色付けする最初の行の番号です.「コマンド」は,
19075 各行の前で実行したいコマンドを付加する時に用います.したがって,
19076 例えば
19077 \end_layout
19078
19079 \begin_layout Standard
19080
19081 \series bold
19082
19083 \backslash
19084 rowcolors{1}{white}{lightgray}
19085 \end_layout
19086
19087 \begin_layout Standard
19088 というコマンドは,
19089
19090 \begin_inset CommandInset ref
19091 LatexCommand ref
19092 reference "tab:表-行色"
19093 nolink "false"
19094
19095 \end_inset
19096
19097 のようなカラースキームをもたらします.また,
19098
19099 \end_layout
19100
19101 \begin_layout Standard
19102
19103 \series bold
19104
19105 \backslash
19106 rowcolors[
19107 \backslash
19108 hline]{1}{lightgray}{cyan}
19109 \end_layout
19110
19111 \begin_layout Standard
19112 というコマンドを用いると,
19113
19114 \begin_inset CommandInset ref
19115 LatexCommand ref
19116 reference "tab:表-行色-2"
19117 nolink "false"
19118
19119 \end_inset
19120
19121 のようなカラースキームになります.「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは,
19122 色付けはされませんので,
19123
19124 \end_layout
19125
19126 \begin_layout Standard
19127
19128 \series bold
19129
19130 \backslash
19131 rowcolors{1}{}{}
19132 \end_layout
19133
19134 \begin_layout Standard
19135 というコマンドはすべての色付けを削除することになります.
19136 \series bold
19137
19138 \backslash
19139 rowcolors
19140 \series default
19141 は,
19142 コマンドに続くすべての表に影響を及ぼします.
19143 \end_layout
19144
19145 \begin_layout Standard
19146 \begin_inset ERT
19147 status open
19148
19149 \begin_layout Plain Layout
19150
19151
19152 \backslash
19153 rowcolors{1}{white}{lightgray}
19154 \end_layout
19155
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \begin_layout Standard
19162 \begin_inset Float table
19163 placement h
19164 alignment document
19165 wide false
19166 sideways false
19167 status open
19168
19169 \begin_layout Plain Layout
19170 \begin_inset Caption Standard
19171
19172 \begin_layout Plain Layout
19173 \begin_inset CommandInset label
19174 LatexCommand label
19175 name "tab:表-行色"
19176
19177 \end_inset
19178
19179 隔行が灰色に着色された表
19180 \end_layout
19181
19182 \end_inset
19183
19184
19185 \end_layout
19186
19187 \begin_layout Plain Layout
19188 \align center
19189 \begin_inset Tabular
19190 <lyxtabular version="3" rows="4" columns="3">
19191 <features tabularvalignment="middle">
19192 <column alignment="center" valignment="top">
19193 <column alignment="center" valignment="top" width="0pt">
19194 <column alignment="center" valignment="top" width="0pt">
19195 <row>
19196 <cell alignment="center" valignment="top" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200
19201 \end_layout
19202
19203 \end_inset
19204 </cell>
19205 <cell alignment="center" valignment="top" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 <cell alignment="center" valignment="top" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Plain Layout
19218
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 </row>
19224 <row>
19225 <cell alignment="center" valignment="top" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 1
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 <cell alignment="center" valignment="top" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 2
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 3
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 </row>
19253 <row>
19254 <cell alignment="center" valignment="top" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 4
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 <cell alignment="center" valignment="top" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 5
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 <cell alignment="center" valignment="top" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276 6
19277 \end_layout
19278
19279 \end_inset
19280 </cell>
19281 </row>
19282 <row>
19283 <cell alignment="center" valignment="top" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 7
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 <cell alignment="center" valignment="top" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 8
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 9
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 </row>
19311 </lyxtabular>
19312
19313 \end_inset
19314
19315
19316 \end_layout
19317
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \begin_layout Standard
19324 \begin_inset ERT
19325 status open
19326
19327 \begin_layout Plain Layout
19328
19329
19330 \backslash
19331 rowcolors[
19332 \backslash
19333 hline]{1}{lightgray}{cyan}
19334 \end_layout
19335
19336 \end_inset
19337
19338
19339 \end_layout
19340
19341 \begin_layout Standard
19342 \begin_inset Float table
19343 placement h
19344 alignment document
19345 wide false
19346 sideways false
19347 status open
19348
19349 \begin_layout Plain Layout
19350 \begin_inset Caption Standard
19351
19352 \begin_layout Plain Layout
19353 \begin_inset CommandInset label
19354 LatexCommand label
19355 name "tab:表-行色-2"
19356
19357 \end_inset
19358
19359 隔行でシアン色に着色され,
19360 行間に線の入った表
19361 \end_layout
19362
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \begin_layout Plain Layout
19369 \align center
19370 \begin_inset Tabular
19371 <lyxtabular version="3" rows="4" columns="3">
19372 <features tabularvalignment="middle">
19373 <column alignment="center" valignment="top">
19374 <column alignment="center" valignment="top">
19375 <column alignment="center" valignment="top" width="0pt">
19376 <row>
19377 <cell alignment="center" valignment="top" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 <cell alignment="center" valignment="top" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 </row>
19405 <row>
19406 <cell alignment="center" valignment="top" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410 1
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 2
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 <cell alignment="center" valignment="top" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 3
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 </row>
19434 <row>
19435 <cell alignment="center" valignment="top" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439 4
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 5
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 <cell alignment="center" valignment="top" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457 6
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 </row>
19463 <row>
19464 <cell alignment="center" valignment="top" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468 7
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 8
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 <cell alignment="center" valignment="top" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486 9
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 </row>
19492 </lyxtabular>
19493
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \begin_layout Standard
19505 \begin_inset ERT
19506 status collapsed
19507
19508 \begin_layout Plain Layout
19509
19510
19511 \backslash
19512 rowcolors{1}{}{}
19513 \end_layout
19514
19515 \end_inset
19516
19517
19518 \begin_inset Note Note
19519 status collapsed
19520
19521 \begin_layout Plain Layout
19522 行色を解除
19523 \end_layout
19524
19525 \end_inset
19526
19527
19528 \end_layout
19529
19530 \begin_layout Standard
19531 \begin_inset ERT
19532 status collapsed
19533
19534 \begin_layout Plain Layout
19535
19536
19537 \backslash
19538 else
19539 \end_layout
19540
19541 \end_inset
19542
19543
19544 \begin_inset Note Note
19545 status open
19546
19547 \begin_layout Plain Layout
19548 以下は,
19549 \SpecialChar LaTeX
19550 パッケージ
19551 \series bold
19552 colortbl
19553 \series default
19554 が導入されていないときに表示されます.
19555 \end_layout
19556
19557 \end_inset
19558
19559
19560 \end_layout
19561
19562 \begin_layout Standard
19563 この節の内容を出力で表示させるには,
19564
19565 \series bold
19566 colortbl
19567 \series default
19568 パッケージを導入する必要があります.
19569 \end_layout
19570
19571 \begin_layout Standard
19572 \begin_inset ERT
19573 status collapsed
19574
19575 \begin_layout Plain Layout
19576
19577
19578 \backslash
19579 fi
19580 \end_layout
19581
19582 \end_inset
19583
19584
19585 \end_layout
19586
19587 \begin_layout Subsection
19588 色付き罫線
19589 \begin_inset Index idx
19590 range none
19591 pageformat default
19592 status collapsed
19593
19594 \begin_layout Plain Layout
19595 \begin_inset IndexMacro sortkey
19596 status open
19597
19598 \begin_layout Plain Layout
19599 ひようのいろ
19600 \end_layout
19601
19602 \end_inset
19603
19604 表の色
19605 \begin_inset IndexMacro subentry
19606 status open
19607
19608 \begin_layout Plain Layout
19609 \begin_inset IndexMacro sortkey
19610 status open
19611
19612 \begin_layout Plain Layout
19613 けいせんふ
19614 \end_layout
19615
19616 \end_inset
19617
19618 罫線部
19619 \end_layout
19620
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \end_inset
19627
19628
19629 \begin_inset Index idx
19630 range none
19631 pageformat default
19632 status collapsed
19633
19634 \begin_layout Plain Layout
19635 いろつき@色付き!ひょうけいせんぶ@表罫線部
19636 \end_layout
19637
19638 \end_inset
19639
19640
19641 \end_layout
19642
19643 \begin_layout Standard
19644
19645 \begin_inset CommandInset ref
19646 LatexCommand ref
19647 reference "subsec:罫線幅"
19648 nolink "false"
19649
19650 \end_inset
19651
19652 節に述べられているように,
19653 表中の全罫線の線幅は,
19654 長さ
19655 \series bold
19656
19657 \backslash
19658 arrayrulewidth
19659 \series default
19660 を使って調節することができます.本節の表では,
19661 すべて1.5
19662 \begin_inset space \thinspace{}
19663 \end_inset
19664
19665 ptに設定されています.
19666 \begin_inset ERT
19667 status collapsed
19668
19669 \begin_layout Plain Layout
19670
19671
19672 \backslash
19673 setlength{
19674 \backslash
19675 arrayrulewidth}{1.5pt}
19676 \end_layout
19677
19678 \end_inset
19679
19680
19681 \end_layout
19682
19683 \begin_layout Standard
19684 たとえば縦罫線を緑に着色するには,
19685
19686 \begin_inset CommandInset ref
19687 LatexCommand ref
19688 reference "subsec:自製書式"
19689 nolink "false"
19690
19691 \end_inset
19692
19693 節の説明にしたがって,
19694 以下の列書式を文書プリアンブル中で作成して下さい.
19695 \end_layout
19696
19697 \begin_layout Standard
19698
19699 \series bold
19700
19701 \backslash
19702 newcolumntype{W}{!{
19703 \backslash
19704 color{green}
19705 \backslash
19706 vline}}
19707 \end_layout
19708
19709 \begin_layout Standard
19710
19711 \begin_inset CommandInset ref
19712 LatexCommand ref
19713 reference "tab:色付き縦罫線の表"
19714 nolink "false"
19715
19716 \end_inset
19717
19718 では,
19719 最右列に\SpecialChar LaTeX
19720 変数
19721 \series bold
19722 WcW
19723 \series default
19724
19725 他の列に\SpecialChar LaTeX
19726 変数
19727 \series bold
19728 Wc
19729 \series default
19730 が使用されています.
19731 \end_layout
19732
19733 \begin_layout Standard
19734 複数の色を用いたいときには,
19735 列書式をもっと定義してください.
19736 \end_layout
19737
19738 \begin_layout Standard
19739 \begin_inset Float table
19740 placement h
19741 alignment document
19742 wide false
19743 sideways false
19744 status open
19745
19746 \begin_layout Plain Layout
19747 \begin_inset Caption Standard
19748
19749 \begin_layout Plain Layout
19750 \begin_inset CommandInset label
19751 LatexCommand label
19752 name "tab:色付き縦罫線の表"
19753
19754 \end_inset
19755
19756 色付き縦罫線の表
19757 \end_layout
19758
19759 \end_inset
19760
19761
19762 \end_layout
19763
19764 \begin_layout Plain Layout
19765 \align center
19766 \begin_inset Tabular
19767 <lyxtabular version="3" rows="3" columns="3">
19768 <features tabularvalignment="middle">
19769 <column alignment="center" valignment="top" special="Wc">
19770 <column alignment="center" valignment="top" special="Wc">
19771 <column alignment="center" valignment="top" special="WcW">
19772 <row>
19773 <cell alignment="center" valignment="top" topline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 sd
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 <cell alignment="center" valignment="top" topline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 <cell alignment="center" valignment="top" topline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 </row>
19801 <row>
19802 <cell alignment="center" valignment="top" topline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 <cell alignment="center" valignment="top" topline="true" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815 sd
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" topline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 <row>
19831 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853 sd
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 </lyxtabular>
19860
19861 \end_inset
19862
19863
19864 \end_layout
19865
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \begin_layout Standard
19872 \begin_inset VSpace bigskip
19873 \end_inset
19874
19875
19876 \begin_inset CommandInset ref
19877 LatexCommand ref
19878 reference "tab:色付き横罫線の表"
19879 nolink "false"
19880
19881 \end_inset
19882
19883 のように,
19884 たとえば横罫線を赤にしたいときには,
19885 表ないし表フロートの前に\SpecialChar TeX
19886 コードで
19887 \end_layout
19888
19889 \begin_layout Standard
19890
19891 \series bold
19892
19893 \backslash
19894 let
19895 \backslash
19896 myHlineC
19897 \backslash
19898 hline
19899 \begin_inset Newline newline
19900 \end_inset
19901
19902
19903 \backslash
19904 renewcommand{
19905 \backslash
19906 hline}
19907 \begin_inset Newline newline
19908 \end_inset
19909
19910
19911 \begin_inset Phantom HPhantom
19912 status open
19913
19914 \begin_layout Plain Layout
19915 \begin_inset space ~
19916 \end_inset
19917
19918
19919 \end_layout
19920
19921 \end_inset
19922
19923 {
19924 \backslash
19925 arrayrulecolor{red}
19926 \backslash
19927 myHlineC
19928 \backslash
19929 arrayrulecolor{black}}
19930 \end_layout
19931
19932 \begin_layout Standard
19933 というコマンドを入力して下さい.
19934 \end_layout
19935
19936 \begin_layout Standard
19937 \begin_inset ERT
19938 status collapsed
19939
19940 \begin_layout Plain Layout
19941
19942
19943 \backslash
19944 let
19945 \backslash
19946 myHlineC
19947 \backslash
19948 hline
19949 \end_layout
19950
19951 \begin_layout Plain Layout
19952
19953
19954 \backslash
19955 renewcommand{
19956 \backslash
19957 hline}
19958 \end_layout
19959
19960 \begin_layout Plain Layout
19961
19962  {
19963 \backslash
19964 arrayrulecolor{red}
19965 \backslash
19966 myHlineC
19967 \backslash
19968 arrayrulecolor{black}}
19969 \end_layout
19970
19971 \end_inset
19972
19973
19974 \begin_inset Float table
19975 placement h
19976 alignment document
19977 wide false
19978 sideways false
19979 status open
19980
19981 \begin_layout Plain Layout
19982 \begin_inset Caption Standard
19983
19984 \begin_layout Plain Layout
19985 \begin_inset CommandInset label
19986 LatexCommand label
19987 name "tab:色付き横罫線の表"
19988
19989 \end_inset
19990
19991 色付き横罫線の表
19992 \end_layout
19993
19994 \end_inset
19995
19996
19997 \end_layout
19998
19999 \begin_layout Plain Layout
20000 \align center
20001 \begin_inset Tabular
20002 <lyxtabular version="3" rows="3" columns="3">
20003 <features tabularvalignment="middle">
20004 <column alignment="center" valignment="top">
20005 <column alignment="center" valignment="top">
20006 <column alignment="center" valignment="top">
20007 <row>
20008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012 sd
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 </row>
20036 <row>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050 sd
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 </row>
20065 <row>
20066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 sd
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 </row>
20094 </lyxtabular>
20095
20096 \end_inset
20097
20098
20099 \end_layout
20100
20101 \end_inset
20102
20103
20104 \end_layout
20105
20106 \begin_layout Standard
20107 既定値の黒罫線に戻るには,
20108
20109 \end_layout
20110
20111 \begin_layout Standard
20112
20113 \series bold
20114
20115 \backslash
20116 renewcommand{
20117 \backslash
20118 hline}{
20119 \backslash
20120 myHlineC}
20121 \end_layout
20122
20123 \begin_layout Standard
20124 というコマンドを,
20125 表ないし表フロートの後に\SpecialChar TeX
20126 コードで入力して下さい.表
20127 \begin_inset CommandInset ref
20128 LatexCommand ref
20129 reference "tab:色付き罫線の表"
20130 nolink "false"
20131
20132 \end_inset
20133
20134 は,
20135 縦横罫線を着色した例です.
20136 \end_layout
20137
20138 \begin_layout Standard
20139 \begin_inset Float table
20140 placement h
20141 alignment document
20142 wide false
20143 sideways false
20144 status open
20145
20146 \begin_layout Plain Layout
20147 \begin_inset Caption Standard
20148
20149 \begin_layout Plain Layout
20150 \begin_inset CommandInset label
20151 LatexCommand label
20152 name "tab:色付き罫線の表"
20153
20154 \end_inset
20155
20156 色付き罫線の表
20157 \end_layout
20158
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \begin_layout Plain Layout
20165 \align center
20166 \begin_inset Tabular
20167 <lyxtabular version="3" rows="3" columns="3">
20168 <features tabularvalignment="middle">
20169 <column alignment="center" valignment="top" special="Wc">
20170 <column alignment="center" valignment="top" special="Wc">
20171 <column alignment="center" valignment="top" special="WcW">
20172 <row>
20173 <cell alignment="center" valignment="top" topline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177 sd
20178 \end_layout
20179
20180 \end_inset
20181 </cell>
20182 <cell alignment="center" valignment="top" topline="true" usebox="none">
20183 \begin_inset Text
20184
20185 \begin_layout Plain Layout
20186
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 <cell alignment="center" valignment="top" topline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 </row>
20201 <row>
20202 <cell alignment="center" valignment="top" topline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 <cell alignment="center" valignment="top" topline="true" usebox="none">
20212 \begin_inset Text
20213
20214 \begin_layout Plain Layout
20215 sd
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 <cell alignment="center" valignment="top" topline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 </row>
20230 <row topspace="default">
20231 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253 sd
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 </lyxtabular>
20260
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \end_inset
20267
20268
20269 \end_layout
20270
20271 \begin_layout Standard
20272 \begin_inset ERT
20273 status collapsed
20274
20275 \begin_layout Plain Layout
20276
20277
20278 \backslash
20279 renewcommand{
20280 \backslash
20281 hline}{
20282 \backslash
20283 myHlineC}
20284 \end_layout
20285
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \begin_layout Standard
20292 \begin_inset ERT
20293 status collapsed
20294
20295 \begin_layout Plain Layout
20296
20297
20298 \backslash
20299 setlength{
20300 \backslash
20301 arrayrulewidth}{1.2pt}
20302 \end_layout
20303
20304 \end_inset
20305
20306
20307 \end_layout
20308
20309 \begin_layout Standard
20310 一部の罫線のみを着色するには,
20311 別の攻略法が必要です.以後の横罫線を全て着色するには,
20312 下記のコマンドを,
20313 最初の着色罫線の直前に来る行の,
20314 行末の\SpecialChar TeX
20315 コードとして挿入してください.
20316 \end_layout
20317
20318 \begin_layout Standard
20319
20320 \series bold
20321
20322 \backslash
20323
20324 \backslash
20325
20326 \backslash
20327 arrayrulecolor{blue}%
20328 \end_layout
20329
20330 \begin_layout Standard
20331 黒色の罫線に戻るには,
20332 黒色罫線の直前に来る行の行頭に下記のコマンドを加えてください.
20333 \end_layout
20334
20335 \begin_layout Standard
20336
20337 \series bold
20338
20339 \backslash
20340 arrayrulecolor{black}
20341 \end_layout
20342
20343 \begin_layout Standard
20344 このようにして,
20345
20346 \begin_inset CommandInset ref
20347 LatexCommand ref
20348 reference "tab:着色水平罫線表"
20349 nolink "false"
20350
20351 \end_inset
20352
20353 のように罫線に色をつけることができます.しかしながら,
20354 この方法では,
20355 表の最初の行の上の罫線は着色することはできません.
20356 \end_layout
20357
20358 \begin_layout Standard
20359 \begin_inset Float table
20360 placement document
20361 alignment document
20362 wide false
20363 sideways false
20364 status open
20365
20366 \begin_layout Plain Layout
20367 \begin_inset Caption Standard
20368
20369 \begin_layout Plain Layout
20370 \begin_inset CommandInset label
20371 LatexCommand label
20372 name "tab:着色水平罫線表"
20373
20374 \end_inset
20375
20376 異なる色の横罫線を持つ表
20377 \end_layout
20378
20379 \end_inset
20380
20381
20382 \end_layout
20383
20384 \begin_layout Plain Layout
20385 \align center
20386 \begin_inset Tabular
20387 <lyxtabular version="3" rows="6" columns="7">
20388 <features tabularvalignment="middle">
20389 <column alignment="center" valignment="top">
20390 <column alignment="center" valignment="top">
20391 <column alignment="center" valignment="top">
20392 <column alignment="center" valignment="top">
20393 <column alignment="center" valignment="top">
20394 <column alignment="center" valignment="top">
20395 <column alignment="center" valignment="top">
20396 <row>
20397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 <cell alignment="center" valignment="top" topline="true" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 <cell alignment="center" valignment="top" topline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428
20429 \end_layout
20430
20431 \end_inset
20432 </cell>
20433 <cell alignment="center" valignment="top" topline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 <cell alignment="center" valignment="top" topline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455 \begin_inset ERT
20456 status open
20457
20458 \begin_layout Plain Layout
20459
20460
20461 \backslash
20462
20463 \backslash
20464
20465 \backslash
20466 arrayrulecolor{blue}%
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 </row>
20477 <row>
20478 <cell alignment="center" valignment="top" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482 Y
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20497 \begin_inset Text
20498
20499 \begin_layout Plain Layout
20500
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \end_layout
20511
20512 \end_inset
20513 </cell>
20514 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 <cell alignment="center" valignment="top" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536 Y
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 </row>
20542 <row>
20543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20544 \begin_inset Text
20545
20546 \begin_layout Plain Layout
20547 \begin_inset ERT
20548 status open
20549
20550 \begin_layout Plain Layout
20551
20552
20553 \backslash
20554 arrayrulecolor{black}
20555 \end_layout
20556
20557 \end_inset
20558
20559
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 <cell alignment="center" valignment="top" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 <cell alignment="center" valignment="top" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 <cell alignment="center" valignment="top" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 <cell alignment="center" valignment="top" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 </row>
20619 <row>
20620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell alignment="center" valignment="top" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 <cell alignment="center" valignment="top" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 <cell alignment="center" valignment="top" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 <cell alignment="center" valignment="top" usebox="none">
20666 \begin_inset Text
20667
20668 \begin_layout Plain Layout
20669
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678 \begin_inset ERT
20679 status collapsed
20680
20681 \begin_layout Plain Layout
20682
20683
20684 \backslash
20685
20686 \backslash
20687
20688 \backslash
20689 arrayrulecolor{green}%
20690 \end_layout
20691
20692 \end_inset
20693
20694
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 </row>
20700 <row>
20701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732
20733 \end_layout
20734
20735 \end_inset
20736 </cell>
20737 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 </row>
20765 <row>
20766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770 \begin_inset ERT
20771 status collapsed
20772
20773 \begin_layout Plain Layout
20774
20775
20776 \backslash
20777 arrayrulecolor{black}
20778 \end_layout
20779
20780 \end_inset
20781
20782 B
20783 \end_layout
20784
20785 \end_inset
20786 </cell>
20787 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800
20801 \end_layout
20802
20803 \end_inset
20804 </cell>
20805 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827
20828 \end_layout
20829
20830 \end_inset
20831 </cell>
20832 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836 \begin_inset ERT
20837 status collapsed
20838
20839 \begin_layout Plain Layout
20840
20841
20842 \backslash
20843
20844 \backslash
20845
20846 \backslash
20847 arrayrulecolor{blue}%
20848 \end_layout
20849
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 </row>
20858 </lyxtabular>
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \begin_layout Standard
20871
20872 \begin_inset CommandInset ref
20873 LatexCommand ref
20874 reference "tab:別色縦罫線表"
20875 nolink "false"
20876
20877 \end_inset
20878
20879 のように行内の縦罫線の色を変更するには,
20880 連結列を使う必要があります.まず始めに,
20881 列全体に渡らない縦罫線を全て削除します.それから,
20882 前例のように,
20883 全罫線を以下のコマンドを使って着色します.
20884 \end_layout
20885
20886 \begin_layout Standard
20887
20888 \series bold
20889
20890 \backslash
20891
20892 \backslash
20893
20894 \backslash
20895 arrayrulecolor{blue}%
20896 \end_layout
20897
20898 \begin_layout Standard
20899 最後に,
20900 縦罫線の色を変える必要のある行の全てのセルに\SpecialChar TeX
20901 コードで下記のコマンドを挿入します.
20902 \end_layout
20903
20904 \begin_layout Standard
20905
20906 \series bold
20907
20908 \backslash
20909 multicolumn{1}{!{
20910 \backslash
20911 color{green}
20912 \backslash
20913 vline}c!{
20914 \backslash
20915 color{red}
20916 \backslash
20917 vline}}{
20918 \end_layout
20919
20920 \begin_layout Standard
20921 これで,
20922 セルの両側に縦罫線が追加され,
20923 左側の罫線は緑,
20924 右側の罫線は赤になります.色を変える必要がなければ,
20925 上記コマンド中,
20926
20927 \series bold
20928
20929 \backslash
20930 color
20931 \series default
20932 コマンドは要りません.黒の左罫線と青の右罫線を得るには,
20933 全罫線がすでに青に設定されていますので,
20934
20935 \end_layout
20936
20937 \begin_layout Standard
20938
20939 \series bold
20940
20941 \backslash
20942 multicolumn{1}{!{
20943 \backslash
20944 color{black}
20945 \backslash
20946 vline}c|}{
20947 \end_layout
20948
20949 \begin_layout Standard
20950 と書きます.ここで,
20951
20952 \series bold
20953 |
20954 \series default
20955 は縦罫線を生成しますが,
20956
20957 \series bold
20958
20959 \backslash
20960 color
20961 \series default
20962 が使用されている時には,
20963
20964 \series bold
20965
20966 \backslash
20967 vline
20968 \series default
20969 が同じ働きをします.色を全く変えないで縦罫線を設定するには,
20970
20971 \end_layout
20972
20973 \begin_layout Standard
20974
20975 \series bold
20976
20977 \backslash
20978 multicolumn{1}{|c|}{
20979 \end_layout
20980
20981 \begin_layout Standard
20982 とします.このコマンドの後に,
20983 セルの内容を通常通り挿入し,
20984 \SpecialChar TeX
20985 コードで閉じ括弧
20986 \series bold
20987 }
20988 \series default
20989 を入れてセルを終わります.
20990 \end_layout
20991
20992 \begin_layout Standard
20993 \begin_inset Float table
20994 placement document
20995 alignment document
20996 wide false
20997 sideways false
20998 status open
20999
21000 \begin_layout Plain Layout
21001 \begin_inset Caption Standard
21002
21003 \begin_layout Plain Layout
21004 \begin_inset CommandInset label
21005 LatexCommand label
21006 name "tab:別色縦罫線表"
21007
21008 \end_inset
21009
21010 一行中に異なる色の縦罫線を持つ表
21011 \end_layout
21012
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \begin_layout Plain Layout
21019 \align center
21020 \begin_inset Tabular
21021 <lyxtabular version="3" rows="5" columns="7">
21022 <features tabularvalignment="middle">
21023 <column alignment="center" valignment="top">
21024 <column alignment="center" valignment="top">
21025 <column alignment="center" valignment="top">
21026 <column alignment="center" valignment="top">
21027 <column alignment="center" valignment="top">
21028 <column alignment="center" valignment="top">
21029 <column alignment="center" valignment="top">
21030 <row>
21031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 <cell alignment="center" valignment="top" topline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" topline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 <cell alignment="center" valignment="top" topline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" topline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 <cell alignment="center" valignment="top" topline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089 \begin_inset ERT
21090 status collapsed
21091
21092 \begin_layout Plain Layout
21093
21094
21095 \backslash
21096
21097 \backslash
21098
21099 \backslash
21100 arrayrulecolor{red}%
21101 \end_layout
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 <row>
21112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116 \begin_inset ERT
21117 status collapsed
21118
21119 \begin_layout Plain Layout
21120
21121
21122 \backslash
21123 multicolumn{1}{!{
21124 \backslash
21125 color{black}
21126 \backslash
21127 vline}c|}{
21128 \end_layout
21129
21130 \end_inset
21131
21132 Y
21133 \begin_inset ERT
21134 status collapsed
21135
21136 \begin_layout Plain Layout
21137
21138 }
21139 \end_layout
21140
21141 \end_inset
21142
21143
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset ERT
21189 status collapsed
21190
21191 \begin_layout Plain Layout
21192
21193
21194 \backslash
21195 multicolumn{1}{c|}{
21196 \end_layout
21197
21198 \end_inset
21199
21200
21201 \begin_inset ERT
21202 status collapsed
21203
21204 \begin_layout Plain Layout
21205
21206 }
21207 \end_layout
21208
21209 \end_inset
21210
21211
21212 \end_layout
21213
21214 \end_inset
21215 </cell>
21216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220 \begin_inset ERT
21221 status collapsed
21222
21223 \begin_layout Plain Layout
21224
21225
21226 \backslash
21227 multicolumn{1}{c!{
21228 \backslash
21229 color{black}
21230 \backslash
21231 vline}}{
21232 \end_layout
21233
21234 \end_inset
21235
21236 Y
21237 \begin_inset ERT
21238 status collapsed
21239
21240 \begin_layout Plain Layout
21241
21242 }
21243 \end_layout
21244
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 </row>
21253 <row>
21254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258 \begin_inset ERT
21259 status collapsed
21260
21261 \begin_layout Plain Layout
21262
21263
21264 \backslash
21265 arrayrulecolor{black}
21266 \end_layout
21267
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 <cell alignment="center" valignment="top" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288
21289 \end_layout
21290
21291 \end_inset
21292 </cell>
21293 <cell alignment="center" valignment="top" usebox="none">
21294 \begin_inset Text
21295
21296 \begin_layout Plain Layout
21297
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 <cell alignment="center" valignment="top" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 <cell alignment="center" valignment="top" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324 \begin_inset ERT
21325 status collapsed
21326
21327 \begin_layout Plain Layout
21328
21329
21330 \backslash
21331
21332 \backslash
21333
21334 \backslash
21335 arrayrulecolor{magenta}%
21336 \end_layout
21337
21338 \end_inset
21339
21340
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 </row>
21346 <row>
21347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351 \begin_inset ERT
21352 status collapsed
21353
21354 \begin_layout Plain Layout
21355
21356
21357 \backslash
21358 multicolumn{1}{|c!{
21359 \backslash
21360 color{red}
21361 \backslash
21362 vline}}{
21363 \end_layout
21364
21365 \end_inset
21366
21367
21368 \begin_inset ERT
21369 status collapsed
21370
21371 \begin_layout Plain Layout
21372
21373 }
21374 \end_layout
21375
21376 \end_inset
21377
21378
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 \begin_inset ERT
21388 status collapsed
21389
21390 \begin_layout Plain Layout
21391
21392
21393 \backslash
21394 multicolumn{1}{c!{
21395 \backslash
21396 color{green}
21397 \backslash
21398 vline}}{
21399 \end_layout
21400
21401 \end_inset
21402
21403
21404 \begin_inset ERT
21405 status collapsed
21406
21407 \begin_layout Plain Layout
21408
21409 }
21410 \end_layout
21411
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 \begin_inset ERT
21424 status collapsed
21425
21426 \begin_layout Plain Layout
21427
21428
21429 \backslash
21430 multicolumn{1}{c!{
21431 \backslash
21432 color{yellow}
21433 \backslash
21434 vline}}{
21435 \end_layout
21436
21437 \end_inset
21438
21439
21440 \begin_inset ERT
21441 status collapsed
21442
21443 \begin_layout Plain Layout
21444
21445 }
21446 \end_layout
21447
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 \begin_inset ERT
21460 status collapsed
21461
21462 \begin_layout Plain Layout
21463
21464
21465 \backslash
21466 multicolumn{1}{c!{
21467 \backslash
21468 color{blue}
21469 \backslash
21470 vline}}{
21471 \end_layout
21472
21473 \end_inset
21474
21475
21476 \begin_inset ERT
21477 status collapsed
21478
21479 \begin_layout Plain Layout
21480
21481 }
21482 \end_layout
21483
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495 \begin_inset ERT
21496 status collapsed
21497
21498 \begin_layout Plain Layout
21499
21500
21501 \backslash
21502 multicolumn{1}{c!{
21503 \backslash
21504 color{cyan}
21505 \backslash
21506 vline}}{
21507 \end_layout
21508
21509 \end_inset
21510
21511
21512 \begin_inset ERT
21513 status collapsed
21514
21515 \begin_layout Plain Layout
21516
21517 }
21518 \end_layout
21519
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531 \begin_inset ERT
21532 status collapsed
21533
21534 \begin_layout Plain Layout
21535
21536
21537 \backslash
21538 multicolumn{1}{c!{
21539 \backslash
21540 color{black}
21541 \backslash
21542 vline}}{
21543 \end_layout
21544
21545 \end_inset
21546
21547
21548 \begin_inset ERT
21549 status collapsed
21550
21551 \begin_layout Plain Layout
21552
21553 }
21554 \end_layout
21555
21556 \end_inset
21557
21558
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567 \begin_inset ERT
21568 status collapsed
21569
21570 \begin_layout Plain Layout
21571
21572
21573 \backslash
21574 multicolumn{1}{c|}{
21575 \end_layout
21576
21577 \end_inset
21578
21579
21580 \begin_inset ERT
21581 status collapsed
21582
21583 \begin_layout Plain Layout
21584
21585 }
21586 \end_layout
21587
21588 \end_inset
21589
21590
21591 \end_layout
21592
21593 \end_inset
21594 </cell>
21595 </row>
21596 <row>
21597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 \begin_inset ERT
21602 status collapsed
21603
21604 \begin_layout Plain Layout
21605
21606
21607 \backslash
21608 arrayrulecolor{black}
21609 \end_layout
21610
21611 \end_inset
21612
21613 B
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 </row>
21673 </lyxtabular>
21674
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \begin_layout Standard
21686 \begin_inset ERT
21687 status collapsed
21688
21689 \begin_layout Plain Layout
21690
21691
21692 \backslash
21693 setlength{
21694 \backslash
21695 arrayrulewidth}{0.4pt}
21696 \end_layout
21697
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \begin_layout Section
21704 表セルの回転
21705 \begin_inset CommandInset label
21706 LatexCommand label
21707 name "sec:表セルの回転"
21708
21709 \end_inset
21710
21711
21712 \begin_inset Index idx
21713 range none
21714 pageformat default
21715 status collapsed
21716
21717 \begin_layout Plain Layout
21718 \begin_inset IndexMacro sortkey
21719 status open
21720
21721 \begin_layout Plain Layout
21722 ひよう
21723 \end_layout
21724
21725 \end_inset
21726
21727
21728 \begin_inset IndexMacro subentry
21729 status open
21730
21731 \begin_layout Plain Layout
21732 \begin_inset IndexMacro sortkey
21733 status open
21734
21735 \begin_layout Plain Layout
21736 せるのかいてん
21737 \end_layout
21738
21739 \end_inset
21740
21741 セルの回転
21742 \end_layout
21743
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750
21751
21752 \begin_inset Index idx
21753 range none
21754 pageformat default
21755 status collapsed
21756
21757 \begin_layout Plain Layout
21758 \begin_inset IndexMacro sortkey
21759 status open
21760
21761 \begin_layout Plain Layout
21762 かいてん
21763 \end_layout
21764
21765 \end_inset
21766
21767 回転
21768 \begin_inset IndexMacro subentry
21769 status open
21770
21771 \begin_layout Plain Layout
21772 \begin_inset IndexMacro sortkey
21773 status open
21774
21775 \begin_layout Plain Layout
21776 そさいの
21777 \end_layout
21778
21779 \end_inset
21780
21781 素材の—
21782
21783
21784 \end_layout
21785
21786 \end_inset
21787
21788
21789 \end_layout
21790
21791 \end_inset
21792
21793
21794 \end_layout
21795
21796 \begin_layout Standard
21797 \begin_inset Note Greyedout
21798 status open
21799
21800 \begin_layout Plain Layout
21801
21802 \series bold
21803 [註]
21804 \series default
21805 すべてのDVIビューアが回転表示できるわけではありません.
21806 \end_layout
21807
21808 \end_inset
21809
21810
21811 \end_layout
21812
21813 \begin_layout Standard
21814 と入れてください.表
21815 \begin_inset CommandInset ref
21816 LatexCommand ref
21817 reference "tab:回転表"
21818 nolink "false"
21819
21820 \end_inset
21821
21822 は,
21823 3つのセルを45°回転させた用例です.
21824 \end_layout
21825
21826 \begin_layout Standard
21827 \begin_inset Float table
21828 placement document
21829 alignment document
21830 wide false
21831 sideways false
21832 status open
21833
21834 \begin_layout Plain Layout
21835 \begin_inset Caption Standard
21836
21837 \begin_layout Plain Layout
21838 \begin_inset CommandInset label
21839 LatexCommand label
21840 name "tab:回転表"
21841
21842 \end_inset
21843
21844 1行目に回転セルのある表
21845 \end_layout
21846
21847 \end_inset
21848
21849
21850 \end_layout
21851
21852 \begin_layout Plain Layout
21853 \noindent
21854 \align center
21855 \begin_inset Tabular
21856 <lyxtabular version="3" rows="2" columns="3">
21857 <features tabularvalignment="middle">
21858 <column alignment="center" valignment="top" width="0pt">
21859 <column alignment="center" valignment="top" width="0pt">
21860 <column alignment="center" valignment="top" width="0pt">
21861 <row>
21862 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866 コップ
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 受け皿
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 </row>
21890 <row>
21891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 45
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904 33
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913 21
21914 \end_layout
21915
21916 \end_inset
21917 </cell>
21918 </row>
21919 </lyxtabular>
21920
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \begin_layout Standard
21932 \begin_inset Note Greyedout
21933 status open
21934
21935 \begin_layout Plain Layout
21936
21937 \series bold
21938 [註]
21939 \series default
21940 回転セル中では,
21941 改行(ショートカット
21942 \begin_inset Info
21943 type  "shortcut"
21944 arg   "newline-insert newline"
21945 \end_inset
21946
21947 )はできません.
21948 \end_layout
21949
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \begin_layout Standard
21956 改行を含むセルを回転させたい場合には,
21957 セルの内容をminipageかparboxに置かなくてはなりません
21958 \begin_inset Foot
21959 status collapsed
21960
21961 \begin_layout Plain Layout
21962 これらのボックスについて詳しくは,
21963
21964 \begin_inset CommandInset ref
21965 LatexCommand ref
21966 reference "sec:ミニページ"
21967 nolink "false"
21968
21969 \end_inset
21970
21971 節および第
21972 \begin_inset CommandInset ref
21973 LatexCommand ref
21974 reference "sec:Parboxes"
21975 nolink "false"
21976
21977 \end_inset
21978
21979 節をご覧ください.
21980 \end_layout
21981
21982 \end_inset
21983
21984 .このセルを90
21985 \begin_inset space \thinspace{}
21986 \end_inset
21987
21988 °回転させると,
21989 ボックス幅はセルの高さになります.適切なボックス幅を見積もる手間を避けるには,
21990 可変幅を持つミニページを使うことができます.このようなボックスは,
21991 文書設定で
21992 \family sans
21993 \series bold
21994 可変幅ミニページ
21995 \family default
21996 \series default
21997 モジュールを読み込むことで,
21998 挿入することができるようになります.こうすると,
21999
22000 \family sans
22001 \series bold
22002 挿入\SpecialChar menuseparator
22003 特別差込枠\SpecialChar menuseparator
22004 ミニページ
22005 \series default
22006 (
22007 \series bold
22008 可変幅
22009 \series default
22010 )
22011 \family default
22012
22013 \begin_inset space \thinspace{}
22014 \end_inset
22015
22016 メニューが使用できるようになります.表
22017 \begin_inset CommandInset ref
22018 LatexCommand ref
22019 reference "tab:複数行回転表"
22020 nolink "false"
22021
22022 \end_inset
22023
22024 は,
22025 可変幅ミニページを使用し,
22026 回転させた複数行セルの例です.
22027 \end_layout
22028
22029 \begin_layout Standard
22030 \begin_inset Float table
22031 placement document
22032 alignment document
22033 wide false
22034 sideways false
22035 status open
22036
22037 \begin_layout Plain Layout
22038 \begin_inset Caption Standard
22039
22040 \begin_layout Plain Layout
22041 \begin_inset CommandInset label
22042 LatexCommand label
22043 name "tab:複数行回転表"
22044
22045 \end_inset
22046
22047 複数行セルを回転させた表
22048 \end_layout
22049
22050 \end_inset
22051
22052
22053 \end_layout
22054
22055 \begin_layout Plain Layout
22056 \noindent
22057 \align center
22058 \begin_inset Tabular
22059 <lyxtabular version="3" rows="2" columns="3">
22060 <features tabularvalignment="middle">
22061 <column alignment="center" valignment="top">
22062 <column alignment="center" valignment="top" width="0pt">
22063 <column alignment="center" valignment="top">
22064 <row>
22065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078 \begin_inset Flex Minipage (Var. Width)
22079 status open
22080
22081 \begin_layout Plain Layout
22082 改行を含む
22083 \begin_inset Newline newline
22084 \end_inset
22085
22086 回転
22087 \begin_inset space ~
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 </row>
22110 <row>
22111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 </row>
22139 </lyxtabular>
22140
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \begin_layout Section
22152 表幅の計算
22153 \begin_inset CommandInset label
22154 LatexCommand label
22155 name "sec:表幅の計算"
22156
22157 \end_inset
22158
22159
22160 \end_layout
22161
22162 \begin_layout Standard
22163 幅広の表では,
22164 表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,
22165 では各列にどれくらいの幅を設ければ良いのでしょうか?
22166
22167 \end_layout
22168
22169 \begin_layout Standard
22170 表幅
22171 \begin_inset Formula $W_{\text{表}}$
22172 \end_inset
22173
22174 は計算することができます.各列の実際の幅は,
22175 指定した列幅
22176 \begin_inset Formula $W_{\text{列}}$
22177 \end_inset
22178
22179 に,
22180 列の内容と列罫線との間の余白(\SpecialChar LaTeX
22181
22182 \series bold
22183
22184 \backslash
22185 tabcolsep
22186 \series default
22187 ・既定値6
22188 \begin_inset space \thinspace{}
22189 \end_inset
22190
22191 pt)の2倍と,
22192 罫線幅(\SpecialChar LaTeX
22193
22194 \series bold
22195
22196 \backslash
22197 arrayrulewidth
22198 \series default
22199 ・既定値0.4
22200 \begin_inset space \thinspace{}
22201 \end_inset
22202
22203 pt)を加えたものになります.したがって,
22204 もし同じ幅の
22205 \begin_inset Formula $n$
22206 \end_inset
22207
22208 列を作るならば,
22209 表幅は
22210 \begin_inset Formula 
22211 \begin{equation}
22212 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
22213 \end{equation}
22214
22215 \end_inset
22216
22217
22218 \end_layout
22219
22220 \begin_layout Standard
22221 となります.表が使用できる幅は,
22222 ページ余白の間の幅か,
22223 本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
22224
22225 \series bold
22226
22227 \backslash
22228 columnwidth
22229 \series default
22230 ).表の列をすべて同じ幅にするとすれば,
22231
22232 \begin_inset Formula $W_{\text{表}}$
22233 \end_inset
22234
22235 が1
22236 \begin_inset space \thinspace{}
22237 \end_inset
22238
22239
22240 \backslash
22241 columnwidthになりますので,
22242
22243 \begin_inset Formula $W_{\text{列}}$
22244 \end_inset
22245
22246 は簡単に計算できます.
22247 \end_layout
22248
22249 \begin_layout Standard
22250 計算を行わせる場合には,
22251 文書プリアンブル中で\SpecialChar LaTeX
22252 パッケージ
22253 \series bold
22254 calc
22255 \series default
22256
22257 \begin_inset Index idx
22258 range none
22259 pageformat default
22260 status collapsed
22261
22262 \begin_layout Plain Layout
22263 \begin_inset IndexMacro sortkey
22264 status open
22265
22266 \begin_layout Plain Layout
22267 LaTeXはつけし
22268 \end_layout
22269
22270 \end_inset
22271
22272 \SpecialChar LaTeX
22273 パッケージ
22274 \begin_inset IndexMacro subentry
22275 status open
22276
22277 \begin_layout Plain Layout
22278 calc
22279 \end_layout
22280
22281 \end_inset
22282
22283
22284 \end_layout
22285
22286 \end_inset
22287
22288 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
22289
22290 \family sans
22291 \SpecialChar LaTeX
22292 の引数
22293 \family default
22294 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,
22295
22296 \begin_inset CommandInset ref
22297 LatexCommand ref
22298 reference "subsec:連結列の計算"
22299 nolink "false"
22300
22301 \end_inset
22302
22303 節で説明したのと同様です.同幅中央揃え5列の表ならば,
22304 各列の同フィールドに
22305 \end_layout
22306
22307 \begin_layout Standard
22308
22309 \series bold
22310 >{
22311 \backslash
22312 centering}p{(1
22313 \backslash
22314 columnwidth-62.4pt)/5}
22315 \end_layout
22316
22317 \begin_layout Standard
22318 というコマンドを入力します.5列の表で,
22319 うち2列が他の3列の幅の0.75倍であるような表の場合には,
22320 計算は
22321 \begin_inset Formula 
22322 \begin{align}
22323 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
22324  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
22325  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
22326 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
22327 \end{align}
22328
22329 \end_inset
22330
22331
22332 \end_layout
22333
22334 \begin_layout Standard
22335 となります.したがって,
22336 表中の広い列には
22337 \end_layout
22338
22339 \begin_layout Standard
22340
22341 \series bold
22342 >{
22343 \backslash
22344 centering}p{(1
22345 \backslash
22346 columnwidth-62.4pt)/
22347 \backslash
22348 real{4.5}}
22349 \end_layout
22350
22351 \begin_layout Standard
22352 というコマンドを用い,
22353 狭い列には
22354 \end_layout
22355
22356 \begin_layout Standard
22357
22358 \series bold
22359 >{
22360 \backslash
22361 centering}p{(1
22362 \backslash
22363 columnwidth-62.4pt)/
22364 \backslash
22365 real{4.5}*
22366 \backslash
22367 real{0.75}}
22368 \end_layout
22369
22370 \begin_layout Standard
22371 というコマンドを用いることにすると,
22372 以下の表が出来上がります.
22373 \end_layout
22374
22375 \begin_layout Standard
22376 \begin_inset Tabular
22377 <lyxtabular version="3" rows="2" columns="5">
22378 <features tabularvalignment="middle">
22379 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22380 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
22381 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22382 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
22383 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22384 <row>
22385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 1
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 2
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407 3
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 4
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425 5
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 111111 1111111 111111 111111111 11111 11111 1111
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 2222 22222 222222 222222222 2222222 22 22222
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 333333 333333 333333 33333 3333333 333
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 </row>
22478 </lyxtabular>
22479
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \begin_layout Section
22486 表の調整
22487 \begin_inset Index idx
22488 range none
22489 pageformat default
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493 \begin_inset IndexMacro sortkey
22494 status open
22495
22496 \begin_layout Plain Layout
22497 ひようのちようせい
22498 \end_layout
22499
22500 \end_inset
22501
22502 表の調整
22503 \end_layout
22504
22505 \end_inset
22506
22507
22508 \begin_inset Index idx
22509 range none
22510 pageformat default
22511 status collapsed
22512
22513 \begin_layout Plain Layout
22514 \begin_inset IndexMacro sortkey
22515 status open
22516
22517 \begin_layout Plain Layout
22518 ひよう
22519 \end_layout
22520
22521 \end_inset
22522
22523
22524 \begin_inset IndexMacro subentry
22525 status open
22526
22527 \begin_layout Plain Layout
22528 \begin_inset IndexMacro sortkey
22529 status open
22530
22531 \begin_layout Plain Layout
22532 ちようせい
22533 \end_layout
22534
22535 \end_inset
22536
22537 調整
22538 \end_layout
22539
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \begin_layout Subsection
22551 行の余白取り
22552 \begin_inset CommandInset label
22553 LatexCommand label
22554 name "subsec:行の余白取り"
22555
22556 \end_inset
22557
22558
22559 \begin_inset Index idx
22560 range none
22561 pageformat default
22562 status collapsed
22563
22564 \begin_layout Plain Layout
22565 \begin_inset IndexMacro sortkey
22566 status open
22567
22568 \begin_layout Plain Layout
22569 ひようのちようせい
22570 \end_layout
22571
22572 \end_inset
22573
22574 表の調整
22575 \begin_inset IndexMacro subentry
22576 status open
22577
22578 \begin_layout Plain Layout
22579 \begin_inset IndexMacro sortkey
22580 status open
22581
22582 \begin_layout Plain Layout
22583 きようのよはくとり
22584 \end_layout
22585
22586 \end_inset
22587
22588 行の余白取り
22589 \end_layout
22590
22591 \end_inset
22592
22593
22594 \end_layout
22595
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \begin_layout Standard
22602 表の設定ダイアログの
22603 \family sans
22604 罫線
22605 \family default
22606 タブで,
22607 表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
22608 \end_layout
22609
22610 \begin_layout Description
22611 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
22612 \begin_inset Foot
22613 status collapsed
22614
22615 \begin_layout Plain Layout
22616 フォーマル様式の表は第
22617 \begin_inset CommandInset ref
22618 LatexCommand ref
22619 reference "sec:フォーマル様式の表"
22620 nolink "false"
22621
22622 \end_inset
22623
22624 節で説明されています.
22625 \end_layout
22626
22627 \end_inset
22628
22629 ならば,
22630 \SpecialChar LyX
22631 は既定値として0.5
22632 \begin_inset space \thinspace{}
22633 \end_inset
22634
22635 emの余白を挿入します.通常の表の場合には,
22636 余白を追加すると,
22637 残念ながら以下の表のように縦罫線が破壊されてしまいます.
22638 \begin_inset VSpace medskip
22639 \end_inset
22640
22641
22642 \begin_inset Newline newline
22643 \end_inset
22644
22645
22646 \begin_inset space \hspace*{}
22647 \length 0pt
22648 \end_inset
22649
22650
22651 \begin_inset space \hfill{}
22652 \end_inset
22653
22654
22655 \begin_inset Tabular
22656 <lyxtabular version="3" rows="3" columns="1">
22657 <features tabularvalignment="middle">
22658 <column alignment="center" valignment="top">
22659 <row>
22660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 </row>
22670 <row topspace="3mm">
22671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675 行上に3
22676 \begin_inset space \thinspace{}
22677 \end_inset
22678
22679 mmの余白
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 </row>
22685 <row>
22686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 </row>
22696 </lyxtabular>
22697
22698 \end_inset
22699
22700
22701 \begin_inset space \hfill{}
22702 \end_inset
22703
22704
22705 \begin_inset space \hspace*{}
22706 \length 0pt
22707 \end_inset
22708
22709
22710 \begin_inset VSpace medskip
22711 \end_inset
22712
22713
22714 \begin_inset Newline newline
22715 \end_inset
22716
22717 したがって,
22718 通常表の行上に余白を加えるのは,
22719 縦罫線がないときのみに使用することができます.
22720 \end_layout
22721
22722 \begin_layout Description
22723 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,
22724 \SpecialChar LyX
22725 は既定値として0.5
22726 \begin_inset space \thinspace{}
22727 \end_inset
22728
22729 emの余白を挿入し,
22730 通常の表ならば既定値として2
22731 \begin_inset space \thinspace{}
22732 \end_inset
22733
22734 ptを挿入します.
22735 \end_layout
22736
22737 \begin_layout Description
22738 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,
22739 \SpecialChar LyX
22740 は既定値として0.5
22741 \begin_inset space \thinspace{}
22742 \end_inset
22743
22744 emの余白を挿入します.通常の表の場合には,
22745 余白を追加すると,
22746 残念ながら以下の表のように縦罫線が破壊されてしまいます.
22747 \begin_inset VSpace medskip
22748 \end_inset
22749
22750
22751 \begin_inset Newline newline
22752 \end_inset
22753
22754
22755 \begin_inset space \hspace*{}
22756 \length 0pt
22757 \end_inset
22758
22759
22760 \begin_inset space \hfill{}
22761 \end_inset
22762
22763
22764 \begin_inset Tabular
22765 <lyxtabular version="3" rows="3" columns="1">
22766 <features tabularvalignment="middle">
22767 <column alignment="center" valignment="top">
22768 <row>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 </row>
22779 <row interlinespace="3mm">
22780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 \begin_inset Formula $\downarrow$
22785 \end_inset
22786
22787  行間に3
22788 \begin_inset space \thinspace{}
22789 \end_inset
22790
22791 mmの余白 
22792 \begin_inset Formula $\downarrow$
22793 \end_inset
22794
22795
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 </row>
22801 <row>
22802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 \begin_inset Formula $\uparrow$
22807 \end_inset
22808
22809  行間に3
22810 \begin_inset space \thinspace{}
22811 \end_inset
22812
22813 mmの余白 
22814 \begin_inset Formula $\uparrow$
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 </row>
22823 </lyxtabular>
22824
22825 \end_inset
22826
22827
22828 \begin_inset space \hfill{}
22829 \end_inset
22830
22831
22832 \begin_inset space \hspace*{}
22833 \length 0pt
22834 \end_inset
22835
22836
22837 \begin_inset VSpace medskip
22838 \end_inset
22839
22840
22841 \begin_inset Newline newline
22842 \end_inset
22843
22844 したがって,
22845 通常表の行間に余白を加えるのは,
22846 縦罫線がないときのみに使用することができます.
22847 \end_layout
22848
22849 \begin_layout Standard
22850 \begin_inset VSpace bigskip
22851 \end_inset
22852
22853 すべての表の全セルの高さを上げたい場合には,
22854 以下の行をプリアンブルに加えることによって実現できます.
22855 \end_layout
22856
22857 \begin_layout Standard
22858
22859 \series bold
22860
22861 \backslash
22862 @ifundefined{extrarowheight}
22863 \begin_inset Newline newline
22864 \end_inset
22865
22866
22867 \begin_inset Phantom HPhantom
22868 status open
22869
22870 \begin_layout Plain Layout
22871 \begin_inset space ~
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \end_inset
22878
22879 {
22880 \backslash
22881 usepackage{array}}{}
22882 \begin_inset Newline newline
22883 \end_inset
22884
22885
22886 \backslash
22887 setlength{
22888 \backslash
22889 extrarowheight}{高さ}
22890 \series default
22891
22892 \begin_inset Note Note
22893 status collapsed
22894
22895 \begin_layout Plain Layout
22896 自己定義の表書式を用いると,
22897 \SpecialChar LyX
22898 は自動的に
22899 \series bold
22900 array
22901 \series default
22902 パッケージを読み込みます.これが二度読み込まれることを防ぐために,
22903 上記のコマンドでは
22904 \series bold
22905
22906 \backslash
22907 @ifundefined
22908 \series default
22909 が使用されています.
22910 \end_layout
22911
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \begin_layout Standard
22918 というコマンドを書き加えて下さい.ここで「高さ」には,
22919 付録
22920 \begin_inset CommandInset ref
22921 LatexCommand ref
22922 reference "cha:LyXで使用できる単位"
22923 nolink "false"
22924
22925 \end_inset
22926
22927 に挙げられている単位を取ることができます.しかしこの方法は,
22928 セル内の文章が縦方向に中央揃えにならないという欠点があります.
22929 \end_layout
22930
22931 \begin_layout Standard
22932 標準大よりも大きいフォント寸法を使用している場合には,
22933 文字が表罫線に近寄りすぎることがよくあります.これは,
22934 表の行の最初に\SpecialChar TeX
22935 コードで
22936 \series bold
22937
22938 \backslash
22939 strut
22940 \series default
22941 コマンドを挿入することで補正することができます.表
22942 \begin_inset CommandInset ref
22943 LatexCommand ref
22944 reference "tab:垂直揃え"
22945 nolink "false"
22946
22947 \end_inset
22948
22949 は,
22950 この効果を示したものです.
22951 \end_layout
22952
22953 \begin_layout Standard
22954 \noindent
22955 \begin_inset Float table
22956 placement h
22957 alignment document
22958 wide false
22959 sideways false
22960 status open
22961
22962 \begin_layout Plain Layout
22963 \begin_inset Caption Standard
22964
22965 \begin_layout Plain Layout
22966 \begin_inset CommandInset label
22967 LatexCommand label
22968 name "tab:垂直揃え"
22969
22970 \end_inset
22971
22972 大きなフォント寸法の文章の垂直揃え
22973 \end_layout
22974
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \begin_layout Plain Layout
22981 \begin_inset space \hfill{}
22982 \end_inset
22983
22984
22985 \begin_inset Float table
22986 placement document
22987 alignment document
22988 wide false
22989 sideways false
22990 status collapsed
22991
22992 \begin_layout Plain Layout
22993 \begin_inset Caption Standard
22994
22995 \begin_layout Plain Layout
22996 通常の表
22997 \end_layout
22998
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \begin_layout Plain Layout
23005 \noindent
23006 \align center
23007 \begin_inset Tabular
23008 <lyxtabular version="3" rows="6" columns="1">
23009 <features tabularvalignment="middle">
23010 <column alignment="left" valignment="top">
23011 <row>
23012 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016 ふつう,
23017  g
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 </row>
23023 <row>
23024 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028
23029 \size large
23030 やや大
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 </row>
23036 <row>
23037 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041
23042 \size larger
23043
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 </row>
23049 <row>
23050 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054
23055 \size largest
23056 極大
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 </row>
23062 <row>
23063 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067
23068 \size huge
23069 極々大
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 </row>
23075 <row>
23076 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080
23081 \size giant
23082 最大
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 </row>
23088 </lyxtabular>
23089
23090 \end_inset
23091
23092
23093 \end_layout
23094
23095 \end_inset
23096
23097
23098 \begin_inset space \hfill{}
23099 \end_inset
23100
23101
23102 \begin_inset Float table
23103 placement document
23104 alignment document
23105 wide false
23106 sideways false
23107 status collapsed
23108
23109 \begin_layout Plain Layout
23110 \begin_inset Caption Standard
23111
23112 \begin_layout Plain Layout
23113
23114 \series bold
23115
23116 \backslash
23117 strut
23118 \series default
23119 コマンドを使用した表
23120 \end_layout
23121
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \begin_layout Plain Layout
23128 \noindent
23129 \align center
23130 \begin_inset Tabular
23131 <lyxtabular version="3" rows="6" columns="1">
23132 <features tabularvalignment="middle">
23133 <column alignment="left" valignment="top">
23134 <row>
23135 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139 ふつう,
23140  g
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 </row>
23146 <row>
23147 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151
23152 \size large
23153 \begin_inset ERT
23154 status collapsed
23155
23156 \begin_layout Plain Layout
23157
23158
23159 \backslash
23160 strut 
23161 \end_layout
23162
23163 \end_inset
23164
23165 やや大
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 </row>
23171 <row>
23172 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176
23177 \size larger
23178 \begin_inset ERT
23179 status collapsed
23180
23181 \begin_layout Plain Layout
23182
23183
23184 \backslash
23185 strut 
23186 \end_layout
23187
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 </row>
23196 <row>
23197 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \size largest
23203 \begin_inset ERT
23204 status collapsed
23205
23206 \begin_layout Plain Layout
23207
23208
23209 \backslash
23210 strut 
23211 \end_layout
23212
23213 \end_inset
23214
23215 極大
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 </row>
23221 <row>
23222 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226
23227 \size huge
23228 \begin_inset ERT
23229 status collapsed
23230
23231 \begin_layout Plain Layout
23232
23233
23234 \backslash
23235 strut 
23236 \end_layout
23237
23238 \end_inset
23239
23240 極々大
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 </row>
23246 <row>
23247 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251
23252 \size giant
23253 \begin_inset ERT
23254 status collapsed
23255
23256 \begin_layout Plain Layout
23257
23258
23259 \backslash
23260 strut 
23261 \end_layout
23262
23263 \end_inset
23264
23265 最大
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 </row>
23271 </lyxtabular>
23272
23273 \end_inset
23274
23275
23276 \end_layout
23277
23278 \end_inset
23279
23280
23281 \begin_inset space \hfill{}
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \begin_layout Subsection
23293 特殊なセル揃え
23294 \begin_inset CommandInset label
23295 LatexCommand label
23296 name "subsec:特殊なセル揃え"
23297
23298 \end_inset
23299
23300
23301 \begin_inset Index idx
23302 range none
23303 pageformat default
23304 status collapsed
23305
23306 \begin_layout Plain Layout
23307 \begin_inset IndexMacro sortkey
23308 status open
23309
23310 \begin_layout Plain Layout
23311 ひようのちようせい
23312 \end_layout
23313
23314 \end_inset
23315
23316 表の調整
23317 \begin_inset IndexMacro subentry
23318 status open
23319
23320 \begin_layout Plain Layout
23321 \begin_inset IndexMacro sortkey
23322 status open
23323
23324 \begin_layout Plain Layout
23325 とくしゆなせるそろえ
23326 \end_layout
23327
23328 \end_inset
23329
23330 特殊なセル揃え
23331 \end_layout
23332
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \begin_layout Standard
23344 ときには表
23345 \begin_inset CommandInset ref
23346 LatexCommand ref
23347 reference "tab:表セル"
23348 nolink "false"
23349
23350 \end_inset
23351
23352 の小数点のように,
23353 同一列の各セルの内容が,
23354 特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,
23355 当該列にカーソルを置いて,
23356 ツールバーボタン
23357 \begin_inset Info
23358 type  "icon"
23359 arg   "tabular-feature align-decimal"
23360 \end_inset
23361
23362 を押すか,
23363 表設定中で揃えを
23364 \family sans
23365 小数点で
23366 \family default
23367 に設定します.
23368 \end_layout
23369
23370 \begin_layout Standard
23371 \begin_inset Float table
23372 placement h
23373 alignment document
23374 wide false
23375 sideways false
23376 status open
23377
23378 \begin_layout Plain Layout
23379 \begin_inset Caption Standard
23380
23381 \begin_layout Plain Layout
23382 \begin_inset CommandInset label
23383 LatexCommand label
23384 name "tab:表セル"
23385
23386 \end_inset
23387
23388 一列が小数点で揃えられた表セル
23389 \end_layout
23390
23391 \end_inset
23392
23393
23394 \end_layout
23395
23396 \begin_layout Plain Layout
23397 \align center
23398 \begin_inset Tabular
23399 <lyxtabular version="3" rows="4" columns="1">
23400 <features booktabs="true" tabularvalignment="middle">
23401 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
23402 <row>
23403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 見出し
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 </row>
23413 <row>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 12.6
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 </row>
23424 <row>
23425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429 0.68
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 </row>
23435 <row>
23436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440 -123.0
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 </row>
23446 </lyxtabular>
23447
23448 \end_inset
23449
23450
23451 \end_layout
23452
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \begin_layout Standard
23459 \begin_inset Float table
23460 placement h
23461 alignment document
23462 wide false
23463 sideways false
23464 status open
23465
23466 \begin_layout Plain Layout
23467 \begin_inset Caption Standard
23468
23469 \begin_layout Plain Layout
23470 \begin_inset CommandInset label
23471 LatexCommand label
23472 name "tab:演算子揃え表"
23473
23474 \end_inset
23475
23476 一列が演算子で揃えられた表セル
23477 \end_layout
23478
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \begin_layout Plain Layout
23485 \align center
23486 \begin_inset Tabular
23487 <lyxtabular version="3" rows="4" columns="2">
23488 <features booktabs="true" tabularvalignment="middle">
23489 <column alignment="right" valignment="top" width="0pt">
23490 <column alignment="left" valignment="top" width="0pt" special="@{}l">
23491 <row>
23492 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 見出し
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 </row>
23511 <row>
23512 <cell alignment="center" valignment="top" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516 \begin_inset Formula $12\,+$
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset Formula $\,6$
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542 \begin_inset Formula $0\,-$
23543 \end_inset
23544
23545
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 <cell alignment="center" valignment="top" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554 \begin_inset Formula $\,68$
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 </row>
23563 <row>
23564 <cell alignment="center" valignment="top" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset Formula $-123\,/$
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 <cell alignment="center" valignment="top" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580 \begin_inset Formula $\,0$
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 </row>
23589 </lyxtabular>
23590
23591 \end_inset
23592
23593
23594 \end_layout
23595
23596 \end_inset
23597
23598
23599 \end_layout
23600
23601 \begin_layout Standard
23602 揃え文字を指定するフィールドには,
23603 数式を用いることができないので,
23604 この方法を使って,
23605 数式中の文字で揃えることはできません.このような場合には,
23606
23607 \begin_inset CommandInset ref
23608 LatexCommand ref
23609 reference "tab:演算子揃え表"
23610 nolink "false"
23611
23612 \end_inset
23613
23614 のような方法を用いる必要があります.この表は,
23615 4
23616 \begin_inset Formula $\times$
23617 \end_inset
23618
23619 2表として作成されており,
23620 見出しは中央揃え連結列です.第1列には,
23621 右揃えで演算子を含む前半部を収め,
23622 第2列には,
23623 左揃えで残りを収めます.演算子の周りに通常加えられる空白を得るために,
23624 第2列の各セルの冒頭には,
23625 小空白が加えられています.通常,
23626 表の列間に加えられる余白を削るために,
23627
23628 \end_layout
23629
23630 \begin_layout Standard
23631
23632 \series bold
23633 @{}l
23634 \end_layout
23635
23636 \begin_layout Standard
23637 という\SpecialChar LaTeX
23638 引数を第2列に指定します.
23639 \end_layout
23640
23641 \begin_layout Standard
23642
23643 \begin_inset CommandInset ref
23644 LatexCommand ref
23645 reference "tab:表セル揃え"
23646 nolink "false"
23647
23648 \end_inset
23649
23650 は,
23651 揃え方の例をいくつか示しています.関係子で揃えるために,
23652
23653 \begin_inset CommandInset ref
23654 LatexCommand ref
23655 reference "tab:演算子揃え表"
23656 nolink "false"
23657
23658 \end_inset
23659
23660 の冒頭には,
23661 小空白が加えられています.
23662 \end_layout
23663
23664 \begin_layout Standard
23665 \begin_inset Float table
23666 placement document
23667 alignment document
23668 wide false
23669 sideways false
23670 status open
23671
23672 \begin_layout Plain Layout
23673 \begin_inset Caption Standard
23674
23675 \begin_layout Plain Layout
23676 \begin_inset CommandInset label
23677 LatexCommand label
23678 name "tab:表セル揃え"
23679
23680 \end_inset
23681
23682 表セルの揃えの例
23683 \end_layout
23684
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \begin_layout Plain Layout
23691 \align center
23692 \begin_inset Tabular
23693 <lyxtabular version="3" rows="4" columns="6">
23694 <features tabularvalignment="middle">
23695 <column alignment="right" valignment="top">
23696 <column alignment="left" valignment="top" special="@{}l">
23697 <column alignment="right" valignment="top">
23698 <column alignment="left" valignment="top" special="@{}l">
23699 <column alignment="right" valignment="top">
23700 <column alignment="left" valignment="top" special="@{}l">
23701 <row>
23702 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706 単位
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724 冪数
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742 関係子
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 </row>
23757 <row>
23758 <cell alignment="center" valignment="top" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 12
23763 \begin_inset Formula $\times$
23764 \end_inset
23765
23766
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775 24本の瓶
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 \begin_inset Formula $10\cdot$
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796 \begin_inset Formula $10^{\mbox{-}17}$
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell alignment="center" valignment="top" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808 \begin_inset Formula $\Gamma(t)\propto$
23809 \end_inset
23810
23811
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 <cell alignment="center" valignment="top" usebox="none">
23817 \begin_inset Text
23818
23819 \begin_layout Plain Layout
23820 \begin_inset Formula $\:\Upsilon(t)$
23821 \end_inset
23822
23823
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 </row>
23829 <row>
23830 <cell alignment="center" valignment="top" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 1024
23835 \begin_inset Formula $\times$
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847 768ピクセル
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 <cell alignment="center" valignment="top" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856 \begin_inset Formula $5.78\cdot$
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868 \begin_inset Formula $10^{7}$
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880 \begin_inset Formula $A\ne$
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 <cell alignment="center" valignment="top" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892 \begin_inset Formula $\:B_{\mathrm{red}}$
23893 \end_inset
23894
23895
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 </row>
23901 <row>
23902 <cell alignment="center" valignment="top" usebox="none">
23903 \begin_inset Text
23904
23905 \begin_layout Plain Layout
23906 32
23907 \begin_inset Formula $\times$
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919 6
23920 \begin_inset space \thinspace{}
23921 \end_inset
23922
23923 cm
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 -
23933 \begin_inset Formula $33.5\cdot$
23934 \end_inset
23935
23936
23937 \end_layout
23938
23939 \end_inset
23940 </cell>
23941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23942 \begin_inset Text
23943
23944 \begin_layout Plain Layout
23945 \begin_inset Formula $10^{4}$
23946 \end_inset
23947
23948
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 \begin_inset Formula $\sin(\alpha)\ge$
23958 \end_inset
23959
23960
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 <cell alignment="center" valignment="top" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969 \begin_inset Formula $\:\sin(\beta)$
23970 \end_inset
23971
23972
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 </row>
23978 </lyxtabular>
23979
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \begin_layout Subsection
23991 自製のセル書式および列書式
23992 \begin_inset CommandInset label
23993 LatexCommand label
23994 name "subsec:自製書式"
23995
23996 \end_inset
23997
23998
23999 \begin_inset Index idx
24000 range none
24001 pageformat default
24002 status collapsed
24003
24004 \begin_layout Plain Layout
24005 \begin_inset IndexMacro sortkey
24006 status open
24007
24008 \begin_layout Plain Layout
24009 ひようのちようせい
24010 \end_layout
24011
24012 \end_inset
24013
24014 表の調整
24015 \begin_inset IndexMacro subentry
24016 status open
24017
24018 \begin_layout Plain Layout
24019 \begin_inset IndexMacro sortkey
24020 status open
24021
24022 \begin_layout Plain Layout
24023 せるとれつのしよしき
24024 \end_layout
24025
24026 \end_inset
24027
24028 セルと列の書式
24029 \end_layout
24030
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037
24038
24039 \end_layout
24040
24041 \begin_layout Standard
24042
24043 \begin_inset CommandInset ref
24044 LatexCommand ref
24045 reference "sec:表幅の計算"
24046 nolink "false"
24047
24048 \end_inset
24049
24050 節のようにして通常列の必要幅を計算したり,
24051
24052 \begin_inset CommandInset ref
24053 LatexCommand ref
24054 reference "subsec:連結列の計算"
24055 nolink "false"
24056
24057 \end_inset
24058
24059 節のように連結列の必要幅を計算したりするのは,
24060 計算の必要な表が複数あるときには,
24061 とても大変です.そこで楽をするために,
24062 プリアンブルでセル・列書式を定義してしまえば,
24063 それを文書中のすべての表で使うことができます.書式は,
24064 以下のように定義します.
24065 \end_layout
24066
24067 \begin_layout Standard
24068
24069 \series bold
24070
24071 \backslash
24072 newcolumntype{書式名}[引数の数]{コマンド}
24073 \end_layout
24074
24075 \begin_layout Standard
24076 書式名は,
24077 一文字だけでも構いません.
24078 \emph on
24079 b
24080 \emph default
24081
24082 \emph on
24083 c
24084 \emph default
24085
24086 \emph on
24087 l
24088 \emph default
24089
24090 \emph on
24091 m
24092 \emph default
24093
24094 \emph on
24095 p
24096 \emph default
24097
24098 \emph on
24099 r
24100 \emph default
24101 の文字は定義済みですので使用することができませんが,
24102 これらの文字の大文字は使用可能です.
24103 \end_layout
24104
24105 \begin_layout Standard
24106 \begin_inset VSpace medskip
24107 \end_inset
24108
24109
24110 \end_layout
24111
24112 \begin_layout Standard
24113 固定幅の縦横中央揃えの連結列セルの場合は,
24114 以下のセル書式を定義するとよいでしょう.
24115 \end_layout
24116
24117 \begin_layout Standard
24118
24119 \series bold
24120
24121 \backslash
24122 newcolumntype{M}[1]{>{
24123 \backslash
24124 centering
24125 \backslash
24126 hspace{0pt}}m{#1}}
24127 \end_layout
24128
24129 \begin_layout Standard
24130 ここで
24131 \series bold
24132
24133 \backslash
24134 hspace{0pt}
24135 \series default
24136 は,
24137
24138 \begin_inset CommandInset ref
24139 LatexCommand ref
24140 reference "subsec:複数行"
24141 nolink "false"
24142
24143 \end_inset
24144
24145 節で述べたように,
24146 最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,
24147 表ダイアログの
24148 \family sans
24149 \SpecialChar LaTeX
24150 の引数
24151 \family default
24152
24153 \end_layout
24154
24155 \begin_layout Standard
24156
24157 \series bold
24158 M{width}
24159 \end_layout
24160
24161 \begin_layout Standard
24162 と入力するだけですみます.
24163 \end_layout
24164
24165 \begin_layout Standard
24166 \begin_inset VSpace bigskip
24167 \end_inset
24168
24169
24170 \end_layout
24171
24172 \begin_layout Standard
24173 連結列セルにまたがられる各セルについては,
24174 以下の書式を定義するとよいでしょう.
24175 \end_layout
24176
24177 \begin_layout Standard
24178
24179 \series bold
24180
24181 \backslash
24182 newcolumntype{S}[2]{>{
24183 \backslash
24184 centering
24185 \backslash
24186 hspace{0pt}}
24187 \begin_inset Newline newline
24188 \end_inset
24189
24190
24191 \begin_inset Phantom HPhantom
24192 status open
24193
24194 \begin_layout Plain Layout
24195
24196 \series bold
24197
24198 \backslash
24199 newcolumntype
24200 \end_layout
24201
24202 \end_inset
24203
24204 m{(#1+(2
24205 \backslash
24206 tabcolsep+
24207 \backslash
24208 arrayrulewidth)*(1-#2))/#2}}
24209 \end_layout
24210
24211 \begin_layout Standard
24212 この書式は,
24213 またがられる各セルが同じ幅になる幅を計算するのに,
24214
24215 \begin_inset CommandInset ref
24216 LatexCommand eqref
24217 reference "eq:Wgn"
24218 nolink "false"
24219
24220 \end_inset
24221
24222 式を使用しています.
24223 \end_layout
24224
24225 \begin_layout Standard
24226 こうしておけば,
24227 当該セルの\SpecialChar LaTeX
24228 引数に
24229 \end_layout
24230
24231 \begin_layout Standard
24232
24233 \series bold
24234 S{連結列セルの幅}{連結列セルがまたがる列の数}
24235 \end_layout
24236
24237 \begin_layout Standard
24238 と入力するだけですみます.
24239 \end_layout
24240
24241 \begin_layout Standard
24242 \begin_inset VSpace bigskip
24243 \end_inset
24244
24245
24246 \end_layout
24247
24248 \begin_layout Standard
24249 色付き列については,
24250 以下のように定義するとよいでしょう.
24251 \end_layout
24252
24253 \begin_layout Standard
24254
24255 \series bold
24256
24257 \backslash
24258 newcolumntype{K}[1]{>{
24259 \backslash
24260 columncolor{#1}
24261 \backslash
24262 hspace{0pt}}c}
24263 \end_layout
24264
24265 \begin_layout Standard
24266 最後の「c」は,
24267 文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,
24268 \SpecialChar LaTeX
24269 引数に
24270 \end_layout
24271
24272 \begin_layout Standard
24273
24274 \series bold
24275 K{色名}
24276 \end_layout
24277
24278 \begin_layout Standard
24279 と入力します.
24280 \end_layout
24281
24282 \begin_layout Standard
24283 \begin_inset VSpace bigskip
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \begin_layout Standard
24290
24291 \begin_inset CommandInset ref
24292 LatexCommand ref
24293 reference "tab:ユーザー定義の表書式"
24294 nolink "false"
24295
24296 \end_inset
24297
24298 を生成するには,
24299 第1列と連結列に\SpecialChar LaTeX
24300 引数として
24301 \end_layout
24302
24303 \begin_layout Standard
24304
24305 \series bold
24306 M{2.5cm}
24307 \end_layout
24308
24309 \begin_layout Standard
24310 を指定し,
24311 最終列に
24312 \end_layout
24313
24314 \begin_layout Standard
24315
24316 \series bold
24317 K{red}
24318 \end_layout
24319
24320 \begin_layout Standard
24321 そして第2列の各セルに
24322 \end_layout
24323
24324 \begin_layout Standard
24325
24326 \series bold
24327 S{2.5cm}{2}
24328 \end_layout
24329
24330 \begin_layout Standard
24331 と指定します.
24332 \end_layout
24333
24334 \begin_layout Standard
24335 \begin_inset Float table
24336 placement h
24337 alignment document
24338 wide false
24339 sideways false
24340 status open
24341
24342 \begin_layout Plain Layout
24343 \begin_inset Caption Standard
24344
24345 \begin_layout Plain Layout
24346 \begin_inset CommandInset label
24347 LatexCommand label
24348 name "tab:ユーザー定義の表書式"
24349
24350 \end_inset
24351
24352 ユーザー定義の表書式を使用した表
24353 \end_layout
24354
24355 \end_inset
24356
24357
24358 \end_layout
24359
24360 \begin_layout Plain Layout
24361 \align center
24362 \begin_inset Tabular
24363 <lyxtabular version="3" rows="3" columns="4">
24364 <features tabularvalignment="middle">
24365 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
24366 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
24367 <column alignment="center" valignment="middle">
24368 <column alignment="center" valignment="middle" special="K{red}">
24369 <row>
24370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Plain Layout
24374 とても長い表セル中の単語
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383 複数行の連結列
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 </row>
24407 <row>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 </row>
24445 <row>
24446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468
24469 \end_layout
24470
24471 \end_inset
24472 </cell>
24473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24474 \begin_inset Text
24475
24476 \begin_layout Plain Layout
24477
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 </row>
24483 </lyxtabular>
24484
24485 \end_inset
24486
24487
24488 \end_layout
24489
24490 \end_inset
24491
24492
24493 \end_layout
24494
24495 \begin_layout Subsection
24496 罫線幅
24497 \begin_inset CommandInset label
24498 LatexCommand label
24499 name "subsec:罫線幅"
24500
24501 \end_inset
24502
24503
24504 \begin_inset Index idx
24505 range none
24506 pageformat default
24507 status collapsed
24508
24509 \begin_layout Plain Layout
24510 \begin_inset IndexMacro sortkey
24511 status open
24512
24513 \begin_layout Plain Layout
24514 ひようのちようせい
24515 \end_layout
24516
24517 \end_inset
24518
24519 表の調整
24520 \begin_inset IndexMacro subentry
24521 status open
24522
24523 \begin_layout Plain Layout
24524 \begin_inset IndexMacro sortkey
24525 status open
24526
24527 \begin_layout Plain Layout
24528 けいせんはは
24529 \end_layout
24530
24531 \end_inset
24532
24533 罫線幅
24534 \end_layout
24535
24536 \end_inset
24537
24538
24539 \end_layout
24540
24541 \end_inset
24542
24543
24544 \end_layout
24545
24546 \begin_layout Standard
24547 表中のすべての罫線の罫線幅を調整するには,
24548 長さ
24549 \series bold
24550
24551 \backslash
24552 arrayrulewidth
24553 \series default
24554 を使用します.たとえば,
24555
24556 \begin_inset CommandInset ref
24557 LatexCommand ref
24558 reference "tab:Table-with-1.5"
24559 nolink "false"
24560
24561 \end_inset
24562
24563 のように罫線幅を1.5
24564 \begin_inset space \thinspace{}
24565 \end_inset
24566
24567 ptにするには,
24568 表や表フロートの前に\SpecialChar TeX
24569 コードで
24570 \end_layout
24571
24572 \begin_layout Standard
24573
24574 \series bold
24575
24576 \backslash
24577 setlength{
24578 \backslash
24579 arrayrulewidth}{1.5pt}
24580 \end_layout
24581
24582 \begin_layout Standard
24583 というコマンドを挿入します.こうして変更した罫線幅は,
24584 これ以降のすべての表に適用されます.ふたたび既定値を使用するには,
24585 表か表フロートの前に\SpecialChar TeX
24586 コードで
24587 \series bold
24588
24589 \backslash
24590 arrayrulewidth
24591 \series default
24592 を0.4
24593 \begin_inset space \thinspace{}
24594 \end_inset
24595
24596 ptに設定してください.
24597 \end_layout
24598
24599 \begin_layout Standard
24600 \begin_inset ERT
24601 status collapsed
24602
24603 \begin_layout Plain Layout
24604
24605
24606 \backslash
24607 setlength{
24608 \backslash
24609 arrayrulewidth}{1.5pt}
24610 \end_layout
24611
24612 \end_inset
24613
24614
24615 \begin_inset Float table
24616 placement document
24617 alignment document
24618 wide false
24619 sideways false
24620 status open
24621
24622 \begin_layout Plain Layout
24623 \begin_inset Caption Standard
24624
24625 \begin_layout Plain Layout
24626 \begin_inset CommandInset label
24627 LatexCommand label
24628 name "tab:Table-with-1.5"
24629
24630 \end_inset
24631
24632 1.5
24633 \begin_inset space \thinspace{}
24634 \end_inset
24635
24636 pt幅罫線の表
24637 \end_layout
24638
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \begin_layout Plain Layout
24645 \align center
24646 \begin_inset Tabular
24647 <lyxtabular version="3" rows="3" columns="3">
24648 <features tabularvalignment="middle">
24649 <column alignment="center" valignment="top">
24650 <column alignment="center" valignment="top">
24651 <column alignment="center" valignment="top">
24652 <row>
24653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657 sd
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666
24667 \end_layout
24668
24669 \end_inset
24670 </cell>
24671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24672 \begin_inset Text
24673
24674 \begin_layout Plain Layout
24675
24676 \end_layout
24677
24678 \end_inset
24679 </cell>
24680 </row>
24681 <row>
24682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24683 \begin_inset Text
24684
24685 \begin_layout Plain Layout
24686
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695 sd
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704
24705 \end_layout
24706
24707 \end_inset
24708 </cell>
24709 </row>
24710 <row>
24711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24712 \begin_inset Text
24713
24714 \begin_layout Plain Layout
24715
24716 \end_layout
24717
24718 \end_inset
24719 </cell>
24720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Plain Layout
24724
24725 \end_layout
24726
24727 \end_inset
24728 </cell>
24729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733 sd
24734 \end_layout
24735
24736 \end_inset
24737 </cell>
24738 </row>
24739 </lyxtabular>
24740
24741 \end_inset
24742
24743
24744 \end_layout
24745
24746 \end_inset
24747
24748
24749 \begin_inset ERT
24750 status collapsed
24751
24752 \begin_layout Plain Layout
24753
24754
24755 \backslash
24756 setlength{
24757 \backslash
24758 arrayrulewidth}{0.4pt}
24759 \end_layout
24760
24761 \end_inset
24762
24763
24764 \end_layout
24765
24766 \begin_layout Standard
24767 \begin_inset VSpace bigskip
24768 \end_inset
24769
24770
24771 \begin_inset CommandInset ref
24772 LatexCommand ref
24773 reference "tab:1.5pt幅横罫"
24774 nolink "false"
24775
24776 \end_inset
24777
24778 のように横罫だけを1.5
24779 \begin_inset space \thinspace{}
24780 \end_inset
24781
24782 pt幅にするには,
24783 表または表フロートの前に\SpecialChar TeX
24784 コードとして以下のコマンドを挿入してください.
24785 \end_layout
24786
24787 \begin_layout Standard
24788
24789 \series bold
24790
24791 \backslash
24792 let
24793 \backslash
24794 myHline
24795 \backslash
24796 hline
24797 \begin_inset Newline newline
24798 \end_inset
24799
24800
24801 \backslash
24802 renewcommand{
24803 \backslash
24804 hline}
24805 \begin_inset Newline newline
24806 \end_inset
24807
24808  {
24809 \backslash
24810 noalign{
24811 \backslash
24812 global
24813 \backslash
24814 arrayrulewidth 1.5pt}
24815 \begin_inset Newline newline
24816 \end_inset
24817
24818  
24819 \backslash
24820 myHline
24821 \backslash
24822 noalign{
24823 \backslash
24824 global
24825 \backslash
24826 arrayrulewidth 0.4pt}}
24827 \end_layout
24828
24829 \begin_layout Standard
24830 既定幅に戻すには,
24831 表または表フロートの後に\SpecialChar TeX
24832 コードとして以下のコマンドを挿入します.
24833 \end_layout
24834
24835 \begin_layout Standard
24836
24837 \series bold
24838
24839 \backslash
24840 renewcommand{
24841 \backslash
24842 hline}{
24843 \backslash
24844 myHline}
24845 \end_layout
24846
24847 \begin_layout Standard
24848 \begin_inset ERT
24849 status collapsed
24850
24851 \begin_layout Plain Layout
24852
24853
24854 \backslash
24855 let
24856 \backslash
24857 myHline
24858 \backslash
24859 hline
24860 \end_layout
24861
24862 \begin_layout Plain Layout
24863
24864
24865 \backslash
24866 renewcommand{
24867 \backslash
24868 hline}
24869 \end_layout
24870
24871 \begin_layout Plain Layout
24872
24873  {
24874 \backslash
24875 noalign{
24876 \backslash
24877 global
24878 \backslash
24879 arrayrulewidth 1.5pt}
24880 \end_layout
24881
24882 \begin_layout Plain Layout
24883
24884   
24885 \backslash
24886 myHline
24887 \backslash
24888 noalign{
24889 \backslash
24890 global
24891 \backslash
24892 arrayrulewidth 0.4pt}}
24893 \end_layout
24894
24895 \end_inset
24896
24897
24898 \begin_inset Float table
24899 placement document
24900 alignment document
24901 wide false
24902 sideways false
24903 status open
24904
24905 \begin_layout Plain Layout
24906 \begin_inset Caption Standard
24907
24908 \begin_layout Plain Layout
24909 \begin_inset CommandInset label
24910 LatexCommand label
24911 name "tab:1.5pt幅横罫"
24912
24913 \end_inset
24914
24915 1.5
24916 \begin_inset space \thinspace{}
24917 \end_inset
24918
24919 pt幅横罫の表
24920 \end_layout
24921
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \begin_layout Plain Layout
24928 \align center
24929 \begin_inset Tabular
24930 <lyxtabular version="3" rows="3" columns="3">
24931 <features tabularvalignment="middle">
24932 <column alignment="center" valignment="top">
24933 <column alignment="center" valignment="top">
24934 <column alignment="center" valignment="top">
24935 <row>
24936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940 sd
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 </row>
24964 <row>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24975 \begin_inset Text
24976
24977 \begin_layout Plain Layout
24978 sd
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 </row>
24993 <row>
24994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007
25008 \end_layout
25009
25010 \end_inset
25011 </cell>
25012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016 sd
25017 \end_layout
25018
25019 \end_inset
25020 </cell>
25021 </row>
25022 </lyxtabular>
25023
25024 \end_inset
25025
25026
25027 \end_layout
25028
25029 \end_inset
25030
25031
25032 \begin_inset ERT
25033 status collapsed
25034
25035 \begin_layout Plain Layout
25036
25037
25038 \backslash
25039 renewcommand{
25040 \backslash
25041 hline}{
25042 \backslash
25043 myHline}
25044 \end_layout
25045
25046 \end_inset
25047
25048
25049 \end_layout
25050
25051 \begin_layout Standard
25052 \begin_inset VSpace bigskip
25053 \end_inset
25054
25055 縦罫だけを1.5
25056 \begin_inset space \thinspace{}
25057 \end_inset
25058
25059 pt幅にするには,
25060
25061 \begin_inset CommandInset ref
25062 LatexCommand ref
25063 reference "subsec:自製書式"
25064 nolink "false"
25065
25066 \end_inset
25067
25068 節の説明にしたがって,
25069 文書プリアンブルに以下のような列書式を作成してください.
25070 \end_layout
25071
25072 \begin_layout Standard
25073
25074 \series bold
25075
25076 \backslash
25077 newcolumntype{V}{!{
25078 \backslash
25079 vrule width 1.5pt}}
25080 \end_layout
25081
25082 \begin_layout Standard
25083
25084 \begin_inset CommandInset ref
25085 LatexCommand ref
25086 reference "tab:1.5pt幅縦罫"
25087 nolink "false"
25088
25089 \end_inset
25090
25091 を作るには,
25092 最右列に\SpecialChar LaTeX
25093 引数
25094 \end_layout
25095
25096 \begin_layout Standard
25097
25098 \series bold
25099 VcV
25100 \end_layout
25101
25102 \begin_layout Standard
25103 を指定し,
25104 他の列には
25105 \end_layout
25106
25107 \begin_layout Standard
25108
25109 \series bold
25110 Vc
25111 \end_layout
25112
25113 \begin_layout Standard
25114 を指定します.
25115 \end_layout
25116
25117 \begin_layout Standard
25118 \begin_inset Float table
25119 placement document
25120 alignment document
25121 wide false
25122 sideways false
25123 status open
25124
25125 \begin_layout Plain Layout
25126 \begin_inset Caption Standard
25127
25128 \begin_layout Plain Layout
25129 \begin_inset CommandInset label
25130 LatexCommand label
25131 name "tab:1.5pt幅縦罫"
25132
25133 \end_inset
25134
25135 1.5
25136 \begin_inset space \thinspace{}
25137 \end_inset
25138
25139 pt幅縦罫の表
25140 \end_layout
25141
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Plain Layout
25148 \align center
25149 \begin_inset Tabular
25150 <lyxtabular version="3" rows="3" columns="3">
25151 <features tabularvalignment="middle">
25152 <column alignment="center" valignment="top" special="Vc">
25153 <column alignment="center" valignment="top" special="Vc">
25154 <column alignment="center" valignment="top" special="VcV">
25155 <row>
25156 <cell alignment="center" valignment="top" topline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160 sd
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 <cell alignment="center" valignment="top" topline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169
25170 \end_layout
25171
25172 \end_inset
25173 </cell>
25174 <cell alignment="center" valignment="top" topline="true" usebox="none">
25175 \begin_inset Text
25176
25177 \begin_layout Plain Layout
25178
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 </row>
25184 <row>
25185 <cell alignment="center" valignment="top" topline="true" usebox="none">
25186 \begin_inset Text
25187
25188 \begin_layout Plain Layout
25189
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 <cell alignment="center" valignment="top" topline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198 sd
25199 \end_layout
25200
25201 \end_inset
25202 </cell>
25203 <cell alignment="center" valignment="top" topline="true" usebox="none">
25204 \begin_inset Text
25205
25206 \begin_layout Plain Layout
25207
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 </row>
25213 <row>
25214 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Plain Layout
25218
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236 sd
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 </row>
25242 </lyxtabular>
25243
25244 \end_inset
25245
25246
25247 \end_layout
25248
25249 \end_inset
25250
25251
25252 \end_layout
25253
25254 \begin_layout Subsection
25255 点罫
25256 \begin_inset Index idx
25257 range none
25258 pageformat default
25259 status collapsed
25260
25261 \begin_layout Plain Layout
25262 \begin_inset IndexMacro sortkey
25263 status open
25264
25265 \begin_layout Plain Layout
25266 ひようのちようせい
25267 \end_layout
25268
25269 \end_inset
25270
25271 表の調整
25272 \begin_inset IndexMacro subentry
25273 status open
25274
25275 \begin_layout Plain Layout
25276 \begin_inset IndexMacro sortkey
25277 status open
25278
25279 \begin_layout Plain Layout
25280 てんけい
25281 \end_layout
25282
25283 \end_inset
25284
25285 点罫
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Standard
25299 \begin_inset ERT
25300 status collapsed
25301
25302 \begin_layout Plain Layout
25303
25304
25305 \backslash
25306 ifarydshln
25307 \end_layout
25308
25309 \end_inset
25310
25311
25312 \begin_inset Note Note
25313 status open
25314
25315 \begin_layout Plain Layout
25316 この節は,
25317 \SpecialChar LaTeX
25318 パッケージ
25319 \series bold
25320 arydshln
25321 \series default
25322 が導入済みの時のみ表示されます.
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \begin_layout Standard
25331 \begin_inset Float table
25332 placement H
25333 alignment document
25334 wide false
25335 sideways false
25336 status open
25337
25338 \begin_layout Plain Layout
25339 \begin_inset Caption Standard
25340
25341 \begin_layout Plain Layout
25342 \begin_inset CommandInset label
25343 LatexCommand label
25344 name "tab:点罫表"
25345
25346 \end_inset
25347
25348 点罫を使用した表
25349 \end_layout
25350
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \begin_layout Plain Layout
25357 \align center
25358 \begin_inset Tabular
25359 <lyxtabular version="3" rows="5" columns="5">
25360 <features tabularvalignment="middle">
25361 <column alignment="center" valignment="top">
25362 <column alignment="center" valignment="top">
25363 <column alignment="center" valignment="top" special=":c">
25364 <column alignment="center" valignment="top">
25365 <column alignment="center" valignment="top">
25366 <row>
25367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371
25372 \end_layout
25373
25374 \end_inset
25375 </cell>
25376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \end_layout
25391
25392 \end_inset
25393 </cell>
25394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25395 \begin_inset Text
25396
25397 \begin_layout Plain Layout
25398
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25404 \begin_inset Text
25405
25406 \begin_layout Plain Layout
25407
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 </row>
25413 <row>
25414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Plain Layout
25418
25419 \end_layout
25420
25421 \end_inset
25422 </cell>
25423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25424 \begin_inset Text
25425
25426 \begin_layout Plain Layout
25427
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 <cell alignment="center" valignment="top" topline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436
25437 \end_layout
25438
25439 \end_inset
25440 </cell>
25441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25442 \begin_inset Text
25443
25444 \begin_layout Plain Layout
25445
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 </row>
25460 <row>
25461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Plain Layout
25465 \begin_inset ERT
25466 status collapsed
25467
25468 \begin_layout Plain Layout
25469
25470
25471 \backslash
25472 hdashline 
25473 \end_layout
25474
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25483 \begin_inset Text
25484
25485 \begin_layout Plain Layout
25486
25487 \end_layout
25488
25489 \end_inset
25490 </cell>
25491 <cell alignment="center" valignment="top" usebox="none">
25492 \begin_inset Text
25493
25494 \begin_layout Plain Layout
25495
25496 \end_layout
25497
25498 \end_inset
25499 </cell>
25500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504
25505 \end_layout
25506
25507 \end_inset
25508 </cell>
25509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25510 \begin_inset Text
25511
25512 \begin_layout Plain Layout
25513
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 </row>
25519 <row>
25520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25521 \begin_inset Text
25522
25523 \begin_layout Plain Layout
25524 \begin_inset ERT
25525 status collapsed
25526
25527 \begin_layout Plain Layout
25528
25529
25530 \backslash
25531 cdashline{4-5}
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \end_inset
25540 </cell>
25541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 </row>
25578 <row>
25579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Plain Layout
25592
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601
25602 \end_layout
25603
25604 \end_inset
25605 </cell>
25606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Plain Layout
25610
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619
25620 \end_layout
25621
25622 \end_inset
25623 </cell>
25624 </row>
25625 </lyxtabular>
25626
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \begin_layout Standard
25638 \SpecialChar LyX
25639 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
25640 コードを使用する必要があります.必須要件として,
25641 文書プリアンブル中に
25642 \end_layout
25643
25644 \begin_layout Standard
25645
25646 \series bold
25647
25648 \backslash
25649 usepackage{arydshln}
25650 \end_layout
25651
25652 \begin_layout Standard
25653 というコマンドを書き,
25654 \SpecialChar LaTeX
25655 パッケージの
25656 \series bold
25657 arydshln
25658 \series default
25659
25660 \begin_inset Index idx
25661 range none
25662 pageformat default
25663 status collapsed
25664
25665 \begin_layout Plain Layout
25666 \begin_inset IndexMacro sortkey
25667 status open
25668
25669 \begin_layout Plain Layout
25670 LaTeXはつけし
25671 \end_layout
25672
25673 \end_inset
25674
25675 \SpecialChar LaTeX
25676 パッケージ
25677 \begin_inset IndexMacro subentry
25678 status open
25679
25680 \begin_layout Plain Layout
25681 arydshln
25682 \end_layout
25683
25684 \end_inset
25685
25686
25687 \end_layout
25688
25689 \end_inset
25690
25691 を読み込んでおく必要があります.縦罫を点罫にするには,
25692 表セルダイアログの\SpecialChar LaTeX
25693 変数として,
25694 水平揃え用の文字とともにコロン「:」を入力してください.
25695 \end_layout
25696
25697 \begin_layout Standard
25698 横点罫を得るには,
25699 表中当該行の最初のセルの冒頭に,
25700 \SpecialChar TeX
25701 コードで
25702 \end_layout
25703
25704 \begin_layout Standard
25705
25706 \series bold
25707
25708 \backslash
25709 hdashline
25710 \end_layout
25711
25712 \begin_layout Standard
25713 というコマンドを加えてください.
25714 \end_layout
25715
25716 \begin_layout Standard
25717 連結列に点罫を書くには,
25718 表中当該行の最初のセルの冒頭に,
25719 \SpecialChar TeX
25720 コードで
25721 \end_layout
25722
25723 \begin_layout Standard
25724
25725 \series bold
25726
25727 \backslash
25728 cdashline{列番号
25729 \series default
25730 }
25731 \end_layout
25732
25733 \begin_layout Standard
25734 なるコマンドを使用してください.たとえば,
25735 第2列から第4列にわたる連結列があって,
25736 その上に点罫が欲しい場合には,
25737 連結列のある行の最初のセルの冒頭に
25738 \end_layout
25739
25740 \begin_layout Standard
25741
25742 \series bold
25743
25744 \backslash
25745 cdashline{2-4}
25746 \end_layout
25747
25748 \begin_layout Standard
25749 なるコマンドを置いてください.
25750 \end_layout
25751
25752 \begin_layout Standard
25753 \begin_inset VSpace bigskip
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \begin_layout Standard
25760
25761 \begin_inset CommandInset ref
25762 LatexCommand ref
25763 reference "tab:点罫表"
25764 nolink "false"
25765
25766 \end_inset
25767
25768 は,
25769 第3列の\SpecialChar LaTeX
25770 変数に「:c」を指定して作られています.第3行の最初のセルには,
25771 \SpecialChar TeX
25772 コードのコマンド
25773 \series bold
25774
25775 \backslash
25776 hdashline
25777 \series default
25778 が挿れられており,
25779 第4行の最初のセルには,
25780 \SpecialChar TeX
25781 コードのコマンド
25782 \begin_inset Newline newline
25783 \end_inset
25784
25785  
25786 \series bold
25787
25788 \backslash
25789 cdashline{4-5}
25790 \series default
25791 が挿れられています.
25792 \end_layout
25793
25794 \begin_layout Standard
25795 \begin_inset VSpace bigskip
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \begin_layout Standard
25802 点罫を持つ表も,
25803
25804 \begin_inset CommandInset ref
25805 LatexCommand ref
25806 reference "tab:Colored-table-with"
25807 nolink "false"
25808
25809 \end_inset
25810
25811 のように色付けをすることができます.
25812 \end_layout
25813
25814 \begin_layout Standard
25815 \begin_inset ERT
25816 status collapsed
25817
25818 \begin_layout Plain Layout
25819
25820
25821 \backslash
25822 setlength{
25823 \backslash
25824 arrayrulewidth}{1pt}
25825 \end_layout
25826
25827 \end_inset
25828
25829
25830 \begin_inset Note Note
25831 status collapsed
25832
25833 \begin_layout Plain Layout
25834 罫線色が見易いように線を太く
25835 \end_layout
25836
25837 \end_inset
25838
25839
25840 \end_layout
25841
25842 \begin_layout Standard
25843 \begin_inset ERT
25844 status collapsed
25845
25846 \begin_layout Plain Layout
25847
25848
25849 \backslash
25850 dashgapcolor{green}
25851 \end_layout
25852
25853 \end_inset
25854
25855
25856 \begin_inset Note Note
25857 status collapsed
25858
25859 \begin_layout Plain Layout
25860 緑点罫の間の色付き余白
25861 \end_layout
25862
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \begin_layout Standard
25869 \begin_inset ERT
25870 status collapsed
25871
25872 \begin_layout Plain Layout
25873
25874
25875 \backslash
25876 let
25877 \backslash
25878 myHdashline
25879 \backslash
25880 hdashline
25881 \end_layout
25882
25883 \begin_layout Plain Layout
25884
25885
25886 \backslash
25887 renewcommand{
25888 \backslash
25889 hdashline}
25890 \end_layout
25891
25892 \begin_layout Plain Layout
25893
25894  {
25895 \backslash
25896 arrayrulecolor{red}
25897 \backslash
25898 myHdashline
25899 \backslash
25900 arrayrulecolor{black}}
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \begin_inset Note Note
25907 status collapsed
25908
25909 \begin_layout Plain Layout
25910 色付き水平線・点罫赤
25911 \end_layout
25912
25913 \end_inset
25914
25915
25916 \end_layout
25917
25918 \begin_layout Standard
25919 \begin_inset ERT
25920 status collapsed
25921
25922 \begin_layout Plain Layout
25923
25924
25925 \backslash
25926 let
25927 \backslash
25928 myCdashline
25929 \backslash
25930 cdashline
25931 \end_layout
25932
25933 \begin_layout Plain Layout
25934
25935
25936 \backslash
25937 renewcommand{
25938 \backslash
25939 cdashline}[1]
25940 \end_layout
25941
25942 \begin_layout Plain Layout
25943
25944  {
25945 \backslash
25946 arrayrulecolor{yellow}
25947 \backslash
25948 myCdashline{#1}
25949 \backslash
25950 arrayrulecolor{black}}
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \begin_inset Note Note
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960 色付き部分水平線・点罫黄色
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \begin_layout Standard
25969 \begin_inset Float table
25970 placement h
25971 alignment document
25972 wide false
25973 sideways false
25974 status open
25975
25976 \begin_layout Plain Layout
25977 \begin_inset Caption Standard
25978
25979 \begin_layout Plain Layout
25980 \begin_inset CommandInset label
25981 LatexCommand label
25982 name "tab:Colored-table-with"
25983
25984 \end_inset
25985
25986 点罫線の色付き表
25987 \end_layout
25988
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \begin_layout Plain Layout
25995 \align center
25996 \begin_inset Tabular
25997 <lyxtabular version="3" rows="5" columns="5">
25998 <features tabularvalignment="middle">
25999 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
26000 <column alignment="center" valignment="top" width="0pt">
26001 <column alignment="center" valignment="top" width="0pt" special=":c">
26002 <column alignment="center" valignment="top">
26003 <column alignment="center" valignment="top">
26004 <row>
26005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26006 \begin_inset Text
26007
26008 \begin_layout Plain Layout
26009
26010 \end_layout
26011
26012 \end_inset
26013 </cell>
26014 <cell alignment="center" valignment="top" topline="true" usebox="none">
26015 \begin_inset Text
26016
26017 \begin_layout Plain Layout
26018
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 <cell alignment="center" valignment="top" topline="true" usebox="none">
26024 \begin_inset Text
26025
26026 \begin_layout Plain Layout
26027
26028 \end_layout
26029
26030 \end_inset
26031 </cell>
26032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26033 \begin_inset Text
26034
26035 \begin_layout Plain Layout
26036
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Plain Layout
26045
26046 \end_layout
26047
26048 \end_inset
26049 </cell>
26050 </row>
26051 <row>
26052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26053 \begin_inset Text
26054
26055 \begin_layout Plain Layout
26056
26057 \end_layout
26058
26059 \end_inset
26060 </cell>
26061 <cell alignment="center" valignment="top" topline="true" usebox="none">
26062 \begin_inset Text
26063
26064 \begin_layout Plain Layout
26065
26066 \end_layout
26067
26068 \end_inset
26069 </cell>
26070 <cell alignment="center" valignment="top" topline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26089 \begin_inset Text
26090
26091 \begin_layout Plain Layout
26092
26093 \end_layout
26094
26095 \end_inset
26096 </cell>
26097 </row>
26098 <row>
26099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26100 \begin_inset Text
26101
26102 \begin_layout Plain Layout
26103 \begin_inset ERT
26104 status collapsed
26105
26106 \begin_layout Plain Layout
26107
26108
26109 \backslash
26110 hdashline 
26111 \end_layout
26112
26113 \end_inset
26114
26115
26116 \begin_inset ERT
26117 status collapsed
26118
26119 \begin_layout Plain Layout
26120
26121
26122 \backslash
26123 rowcolor{Gray}
26124 \end_layout
26125
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \end_inset
26132 </cell>
26133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26134 \begin_inset Text
26135
26136 \begin_layout Plain Layout
26137
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 <cell alignment="center" valignment="top" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146
26147 \end_layout
26148
26149 \end_inset
26150 </cell>
26151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26152 \begin_inset Text
26153
26154 \begin_layout Plain Layout
26155
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 </row>
26170 <row>
26171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26172 \begin_inset Text
26173
26174 \begin_layout Plain Layout
26175 \begin_inset ERT
26176 status collapsed
26177
26178 \begin_layout Plain Layout
26179
26180
26181 \backslash
26182 cdashline{4-5}
26183 \end_layout
26184
26185 \end_inset
26186
26187
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196
26197 \end_layout
26198
26199 \end_inset
26200 </cell>
26201 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205
26206 \end_layout
26207
26208 \end_inset
26209 </cell>
26210 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26211 \begin_inset Text
26212
26213 \begin_layout Plain Layout
26214
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 </row>
26229 <row>
26230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243
26244 \end_layout
26245
26246 \end_inset
26247 </cell>
26248 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
26249 \begin_inset Text
26250
26251 \begin_layout Plain Layout
26252
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270 \begin_inset ERT
26271 status collapsed
26272
26273 \begin_layout Plain Layout
26274
26275
26276 \backslash
26277 cellcolor{Maroon}
26278 \end_layout
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \end_inset
26286 </cell>
26287 </row>
26288 </lyxtabular>
26289
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \end_inset
26296
26297
26298 \end_layout
26299
26300 \begin_layout Standard
26301 \begin_inset ERT
26302 status collapsed
26303
26304 \begin_layout Plain Layout
26305
26306
26307 \backslash
26308 renewcommand{
26309 \backslash
26310 hdashline}{
26311 \backslash
26312 myHdashline}
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \begin_inset Note Note
26319 status collapsed
26320
26321 \begin_layout Plain Layout
26322 既定値に戻す
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \begin_layout Standard
26331 \begin_inset ERT
26332 status collapsed
26333
26334 \begin_layout Plain Layout
26335
26336
26337 \backslash
26338 renewcommand{
26339 \backslash
26340 cdashline}{
26341 \backslash
26342 myCdashline}
26343 \end_layout
26344
26345 \end_inset
26346
26347
26348 \begin_inset Note Note
26349 status collapsed
26350
26351 \begin_layout Plain Layout
26352 既定値に戻す
26353 \end_layout
26354
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \begin_layout Standard
26361 \begin_inset ERT
26362 status collapsed
26363
26364 \begin_layout Plain Layout
26365
26366
26367 \backslash
26368 nodashgapcolor
26369 \end_layout
26370
26371 \end_inset
26372
26373
26374 \begin_inset Note Note
26375 status collapsed
26376
26377 \begin_layout Plain Layout
26378 既定値に戻す
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \begin_layout Standard
26387 \begin_inset ERT
26388 status collapsed
26389
26390 \begin_layout Plain Layout
26391
26392
26393 \backslash
26394 setlength{
26395 \backslash
26396 arrayrulewidth}{0.4pt}
26397 \end_layout
26398
26399 \end_inset
26400
26401
26402 \begin_inset Note Note
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406 既定値に戻す
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \begin_layout Standard
26415 行や列,
26416 罫線の着色は,
26417
26418 \begin_inset CommandInset ref
26419 LatexCommand ref
26420 reference "sec:色付きの表"
26421 nolink "false"
26422
26423 \end_inset
26424
26425 節に述べられているように動作します.水平線の着色も,
26426
26427 \series bold
26428
26429 \backslash
26430 myHlineC
26431 \series default
26432 コマンドを
26433 \series bold
26434
26435 \backslash
26436 myHdashline
26437 \series default
26438 に置き換え,
26439
26440 \series bold
26441
26442 \backslash
26443 hline
26444 \series default
26445
26446 \series bold
26447
26448 \backslash
26449 hdashline
26450 \series default
26451 に置き換えれば,
26452 そこで述べられているのと同様に機能します.したがって,
26453 以下のようなコマンドを使います.
26454 \end_layout
26455
26456 \begin_layout Standard
26457
26458 \series bold
26459
26460 \backslash
26461 let
26462 \backslash
26463 myHdashline
26464 \backslash
26465 hdashline
26466 \begin_inset Newline newline
26467 \end_inset
26468
26469
26470 \backslash
26471 renewcommand{
26472 \backslash
26473 hdashline}
26474 \begin_inset Newline newline
26475 \end_inset
26476
26477
26478 \begin_inset Phantom HPhantom
26479 status open
26480
26481 \begin_layout Plain Layout
26482 \begin_inset space ~
26483 \end_inset
26484
26485
26486 \end_layout
26487
26488 \end_inset
26489
26490 {
26491 \backslash
26492 arrayrulecolor{red}
26493 \backslash
26494 myHdashline
26495 \backslash
26496 arrayrulecolor{black}}
26497 \end_layout
26498
26499 \begin_layout Standard
26500
26501 \series bold
26502
26503 \backslash
26504 cdashline
26505 \series default
26506 に色をつけるならば,
26507 コマンドは
26508 \end_layout
26509
26510 \begin_layout Standard
26511
26512 \series bold
26513
26514 \backslash
26515 let
26516 \backslash
26517 myCdashline
26518 \backslash
26519 cdashline
26520 \begin_inset Newline newline
26521 \end_inset
26522
26523
26524 \backslash
26525 renewcommand{
26526 \backslash
26527 cdashline}[1]
26528 \begin_inset Newline newline
26529 \end_inset
26530
26531
26532 \begin_inset Phantom HPhantom
26533 status open
26534
26535 \begin_layout Plain Layout
26536 \begin_inset space ~
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \end_inset
26543
26544 {
26545 \backslash
26546 arrayrulecolor{red}
26547 \backslash
26548 myCdashline{#1}
26549 \backslash
26550 arrayrulecolor{black}}
26551 \end_layout
26552
26553 \begin_layout Standard
26554 のようになります.黒の罫線に戻すには,
26555 以下のコマンドを表の後ろに\SpecialChar TeX
26556 コードで挿入する必要があります.
26557 \end_layout
26558
26559 \begin_layout Standard
26560
26561 \series bold
26562
26563 \backslash
26564 hdashline
26565 \series default
26566 の場合は
26567 \end_layout
26568
26569 \begin_layout Standard
26570
26571 \series bold
26572
26573 \backslash
26574 renewcommand{
26575 \backslash
26576 hdashline}{
26577 \backslash
26578 myHdashline}
26579 \end_layout
26580
26581 \begin_layout Standard
26582 とし,
26583
26584 \series bold
26585
26586 \backslash
26587 cdashline
26588 \series default
26589 の場合は
26590 \end_layout
26591
26592 \begin_layout Standard
26593
26594 \series bold
26595
26596 \backslash
26597 renewcommand{
26598 \backslash
26599 cdashline}{
26600 \backslash
26601 myCdashline}
26602 \end_layout
26603
26604 \begin_layout Standard
26605 としてください.点線の間の余白に色をつけるには,
26606 表の前に\SpecialChar TeX
26607 コードで
26608 \end_layout
26609
26610 \begin_layout Standard
26611
26612 \series bold
26613
26614 \backslash
26615 dashgapcolor{色}
26616 \end_layout
26617
26618 \begin_layout Standard
26619 とすれば良いです.ここで「色」は,
26620 定義済みの色名です.
26621 \end_layout
26622
26623 \begin_layout Standard
26624
26625 \series bold
26626
26627 \backslash
26628 nodashgapcolor
26629 \end_layout
26630
26631 \begin_layout Standard
26632 というコマンドは,
26633
26634 \series bold
26635
26636 \backslash
26637 dashgapcolor
26638 \series default
26639 が行った変更を元に戻します.
26640 \end_layout
26641
26642 \begin_layout Standard
26643 \begin_inset Note Greyedout
26644 status open
26645
26646 \begin_layout Plain Layout
26647
26648 \series bold
26649 [註]
26650 \series default
26651 1つのセル中に複数のコマンドがある場合,
26652
26653 \series bold
26654 arydshln
26655 \series default
26656 のコマンドが,
26657 そのセル中で最初に来る必要があります.したがって,
26658
26659 \begin_inset CommandInset ref
26660 LatexCommand ref
26661 reference "tab:Colored-table-with"
26662 nolink "false"
26663
26664 \end_inset
26665
26666 のセル
26667 \emph on
26668 k
26669 \emph default
26670 では,
26671
26672 \series bold
26673
26674 \backslash
26675 hdashline
26676 \series default
26677 コマンドが
26678 \series bold
26679
26680 \backslash
26681 rowcolor
26682 \series default
26683 の前に来ています.
26684 \end_layout
26685
26686 \end_inset
26687
26688
26689 \end_layout
26690
26691 \begin_layout Standard
26692 \begin_inset Note Greyedout
26693 status open
26694
26695 \begin_layout Plain Layout
26696
26697 \series bold
26698 [註]
26699 \series default
26700 \SpecialChar LaTeX
26701 パッケージ
26702 \series bold
26703 arydshln
26704 \series default
26705 は,
26706 文書プリアンブル中で\SpecialChar LaTeX
26707 パッケージ
26708 \series bold
26709 colortbl
26710 \series default
26711
26712 \begin_inset Index idx
26713 range none
26714 pageformat default
26715 status collapsed
26716
26717 \begin_layout Plain Layout
26718 LaTeXはつけし@\SpecialChar LaTeX
26719 パッケージ!colortbl
26720 \end_layout
26721
26722 \end_inset
26723
26724 よりも前に読み込まれている必要があります.
26725 \end_layout
26726
26727 \end_inset
26728
26729
26730 \end_layout
26731
26732 \begin_layout Standard
26733 \begin_inset ERT
26734 status collapsed
26735
26736 \begin_layout Plain Layout
26737
26738
26739 \backslash
26740 else
26741 \end_layout
26742
26743 \end_inset
26744
26745
26746 \begin_inset Note Note
26747 status open
26748
26749 \begin_layout Plain Layout
26750 以下は,
26751 \SpecialChar LaTeX
26752 パッケージ
26753 \series bold
26754 arydshln
26755 \series default
26756 が導入済みでないときに表示されます.
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \begin_layout Standard
26765 本節の内容を出力に表示するためには,
26766
26767 \series bold
26768 arydshln
26769 \series default
26770 パッケージを導入しなくてはなりません.
26771 \end_layout
26772
26773 \begin_layout Standard
26774 \begin_inset ERT
26775 status collapsed
26776
26777 \begin_layout Plain Layout
26778
26779
26780 \backslash
26781 fi
26782 \end_layout
26783
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \begin_layout Standard
26790 点罫について詳しい情報は,
26791
26792 \series bold
26793 arydshln
26794 \series default
26795 の取扱説明書
26796 \begin_inset CommandInset citation
26797 LatexCommand cite
26798 key "arydshln"
26799 literal "true"
26800
26801 \end_inset
26802
26803 をご覧ください.
26804 \end_layout
26805
26806 \begin_layout Chapter
26807 フロート
26808 \begin_inset CommandInset label
26809 LatexCommand label
26810 name "chap:フロート"
26811
26812 \end_inset
26813
26814
26815 \begin_inset Index idx
26816 range none
26817 pageformat default
26818 status collapsed
26819
26820 \begin_layout Plain Layout
26821 \begin_inset IndexMacro sortkey
26822 status open
26823
26824 \begin_layout Plain Layout
26825 ふろと
26826 \end_layout
26827
26828 \end_inset
26829
26830 フロート
26831 \end_layout
26832
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \begin_layout Section
26839 はじめに
26840 \begin_inset CommandInset label
26841 LatexCommand label
26842 name "sec:フロートはじめに"
26843
26844 \end_inset
26845
26846
26847 \begin_inset Index idx
26848 range none
26849 pageformat default
26850 status collapsed
26851
26852 \begin_layout Plain Layout
26853 \begin_inset IndexMacro sortkey
26854 status open
26855
26856 \begin_layout Plain Layout
26857 ふろと
26858 \end_layout
26859
26860 \end_inset
26861
26862 フロート
26863 \begin_inset IndexMacro subentry
26864 status open
26865
26866 \begin_layout Plain Layout
26867 \begin_inset IndexMacro sortkey
26868 status open
26869
26870 \begin_layout Plain Layout
26871 はしめに
26872 \end_layout
26873
26874 \end_inset
26875
26876 はじめに
26877 \end_layout
26878
26879 \end_inset
26880
26881
26882 \end_layout
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \begin_layout Standard
26890 フロートは,
26891 何かしらのラベルに関連付けられた文章の塊で,
26892 固定された居場所を持ちません.フロートはもっとも適した場所を求めて,
26893 1頁ないし2頁,
26894 前後にただよう(フロート)ことができます.
26895 \family sans
26896 \series bold
26897 脚註
26898 \family default
26899 \series default
26900
26901 \family sans
26902 \series bold
26903 傍註
26904 \family default
26905 \series default
26906 も,
26907 当該ページに註が多すぎる場合には次頁にただよって行きますので,
26908 フロートの一種です.
26909 \end_layout
26910
26911 \begin_layout Standard
26912 フロートを使うと,
26913 質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,
26914 文章のない空白やページが出ることを避けることができるためです.このようなフローティングは,
26915 文章と図表のあいだの連関を破壊してしまうことがあるので,
26916 各フロートは文中から参照することができるようになっています.このため,
26917 フロートには連番が割り当てられます.参照については,
26918
26919 \begin_inset CommandInset ref
26920 LatexCommand ref
26921 reference "sec:フロートの参照"
26922 nolink "false"
26923
26924 \end_inset
26925
26926 節で述べられています.
26927 \end_layout
26928
26929 \begin_layout Standard
26930 フロートを挿入するには,
26931
26932 \family sans
26933 \series bold
26934 挿入\SpecialChar menuseparator
26935 フロート
26936 \family default
26937 \series default
26938
26939 \begin_inset space \thinspace{}
26940 \end_inset
26941
26942 メニュー(
26943 \begin_inset Info
26944 type  "icon"
26945 arg   "float-insert figure"
26946 \end_inset
26947
26948 または
26949 \begin_inset Info
26950 type  "icon"
26951 arg   "float-insert table"
26952 \end_inset
26953
26954 ツールバーボタン)を使えば,
26955 ラベルのついたボックスすなわち
26956 \family sans
26957 キャプション
26958 \family default
26959 差込枠が挿入されます.このラベルは,
26960 出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,
26961 キャプションの文章を入れ,
26962 画像ないし表は,
26963 フロート中,
26964 キャプションの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,
26965
26966 \begin_inset CommandInset ref
26967 LatexCommand ref
26968 reference "sec:キャプションの配置"
26969 nolink "false"
26970
26971 \end_inset
26972
26973 節に述べられています.また,
26974 \SpecialChar LyX
26975 文書を読みやすくするために,
26976 ボックスラベルを左クリックすれば,
26977 フロートボックスを広げたり畳んだりすることができるようになっています.畳んだフロートボックスは,
26978
26979 \begin_inset Graphics
26980         filename clipart/float.png
26981         scale 95
26982         scaleBeforeRotation
26983
26984 \end_inset
26985
26986 のように,
26987 灰色ボタンに赤字ラベルで表示されます.
26988 \end_layout
26989
26990 \begin_layout Standard
26991 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
26992 エラーが発生し得るので,
26993 これを避けるために,
26994 フロートは独立した段落として挿入することをお勧めします.
26995 \end_layout
26996
26997 \begin_layout Standard
26998 既存の図表は,
26999 選択した後に新規フロートのツールバーボタンを押せば,
27000 フロート中の図表にすることができます.
27001 \end_layout
27002
27003 \begin_layout Section
27004 フロート型
27005 \end_layout
27006
27007 \begin_layout Standard
27008 \SpecialChar LyX
27009 には,
27010
27011 \begin_inset CommandInset ref
27012 LatexCommand ref
27013 reference "sec:図フロート"
27014 nolink "false"
27015
27016 \end_inset
27017
27018 節および第
27019 \begin_inset CommandInset ref
27020 LatexCommand ref
27021 reference "sec:表フロート"
27022 nolink "false"
27023
27024 \end_inset
27025
27026 節で各々説明されている図フロートと表フロート以外に,
27027
27028 \family sans
27029 \series bold
27030 アルゴリズム型
27031 \family default
27032 \series default
27033
27034 \family sans
27035 \series bold
27036 折返し型
27037 \family default
27038 \series default
27039 のフロート型があります.後者は,
27040
27041 \begin_inset CommandInset ref
27042 LatexCommand ref
27043 reference "sec:折返しフロート"
27044 nolink "false"
27045
27046 \end_inset
27047
27048 節に説明があります.
27049 \end_layout
27050
27051 \begin_layout Subsection
27052 アルゴリズムフロート
27053 \begin_inset Index idx
27054 range none
27055 pageformat default
27056 status collapsed
27057
27058 \begin_layout Plain Layout
27059 \begin_inset IndexMacro sortkey
27060 status open
27061
27062 \begin_layout Plain Layout
27063 ふろと
27064 \end_layout
27065
27066 \end_inset
27067
27068 フロート
27069 \begin_inset IndexMacro subentry
27070 status open
27071
27072 \begin_layout Plain Layout
27073 \begin_inset IndexMacro sortkey
27074 status open
27075
27076 \begin_layout Plain Layout
27077 あるこりすむ
27078 \end_layout
27079
27080 \end_inset
27081
27082 アルゴリズム
27083 \end_layout
27084
27085 \end_inset
27086
27087
27088 \end_layout
27089
27090 \end_inset
27091
27092
27093 \end_layout
27094
27095 \begin_layout Standard
27096 \begin_inset Float algorithm
27097 placement h
27098 alignment document
27099 wide false
27100 sideways false
27101 status open
27102
27103 \begin_layout Plain Layout
27104 \begin_inset Caption Standard
27105
27106 \begin_layout Plain Layout
27107 \begin_inset CommandInset label
27108 LatexCommand label
27109 name "alg:アルゴリズムフロートの例"
27110
27111 \end_inset
27112
27113 アルゴリズムフロートの例
27114 \end_layout
27115
27116 \end_inset
27117
27118
27119 \end_layout
27120
27121 \begin_layout LyX-Code
27122 for I in 1..N loop
27123 \begin_inset Newline newline
27124 \end_inset
27125
27126  Sum:= Sum + A(I);
27127  /*comment*/
27128 \begin_inset Newline newline
27129 \end_inset
27130
27131 end loop
27132 \begin_inset VSpace -4mm
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \begin_layout Standard
27144 このフロート型は,
27145
27146 \family sans
27147 \series bold
27148 挿入\SpecialChar menuseparator
27149 フロート\SpecialChar menuseparator
27150 アルゴリズム
27151 \family default
27152 \series default
27153
27154 \begin_inset space \thinspace{}
27155 \end_inset
27156
27157 メニューを使うと挿入することができます.これは,
27158 プログラムコードやアルゴリズムの記述に用いられ,
27159
27160 \begin_inset CommandInset ref
27161 LatexCommand ref
27162 reference "cha:プログラムコードリスト"
27163 nolink "false"
27164
27165 \end_inset
27166
27167 章で説明されているプログラムコードリストの代わりとみなすことができます.『\SpecialChar LyX
27168 ユーザーの手引き』に述べられているように,
27169 アルゴリズム向けの環境としては,
27170
27171 \family sans
27172 \SpecialChar LyX
27173
27174 \series bold
27175 コード
27176 \family default
27177 \series default
27178 があります. アルゴリズム
27179 \begin_inset CommandInset ref
27180 LatexCommand ref
27181 reference "alg:アルゴリズムフロートの例"
27182 nolink "false"
27183
27184 \end_inset
27185
27186 は,
27187 アルゴリズムフロートの一例であり,
27188 下の罫線が最後の文字行のちょうど下に来るように,
27189 フロートの終わりに-4
27190 \begin_inset space \thinspace{}
27191 \end_inset
27192
27193 mmの垂直空白が入れてあります.
27194 \end_layout
27195
27196 \begin_layout Standard
27197 フロートラベルは,
27198 自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,
27199 文書プリアンブルに
27200 \end_layout
27201
27202 \begin_layout Standard
27203
27204 \series bold
27205
27206 \backslash
27207 floatname{algorithm}{付けたい名称}
27208 \end_layout
27209
27210 \begin_layout Standard
27211 という行を手動で加える必要があります.ここで
27212 \family sans
27213 \series bold
27214 付けたい名称
27215 \family default
27216 \series default
27217 には,
27218 お使いの言語で「
27219 \emph on
27220 algorithm
27221 \emph default
27222 」に対応する単語を指定します.
27223 \end_layout
27224
27225 \begin_layout Standard
27226 アルゴリズム一覧を挿入するには,
27227 文書言語が\SpecialChar LyX
27228 のメニューに表示されている言語と同じであるならば,
27229
27230 \family sans
27231 \series bold
27232 挿入\SpecialChar menuseparator
27233 一覧/目次\SpecialChar menuseparator
27234 アルゴリズム一覧
27235 \family default
27236 \series default
27237
27238 \begin_inset space \thinspace{}
27239 \end_inset
27240
27241 メニューを使用します.それ以外の場合には,
27242 代わりに
27243 \end_layout
27244
27245 \begin_layout Standard
27246
27247 \series bold
27248
27249 \backslash
27250 listof{algorithm}{付けたい名称}
27251 \end_layout
27252
27253 \begin_layout Standard
27254 というコマンドを\SpecialChar TeX
27255 コードとして用います.ここで
27256 \family sans
27257 \series bold
27258 付けたい名称
27259 \family default
27260 \series default
27261 とは,
27262
27263 \emph on
27264 List of Algorithm
27265 \emph default
27266 s」という単語に相当する,
27267 ご使用になりたい言語での単語です.
27268 \end_layout
27269
27270 \begin_layout Standard
27271 アルゴリズムフロートは,
27272 多くの文書クラスにおける図表フロートとは違って,
27273 「chapter.algorithm」スキームでは既定で付番されていません.このスキームでアルゴリズムフロートに連番を振るには,
27274 使用している文書のプリアンブルに
27275 \end_layout
27276
27277 \begin_layout Standard
27278
27279 \series bold
27280
27281 \backslash
27282 numberwithin{algorithm}{chapter}
27283 \end_layout
27284
27285 \begin_layout Standard
27286 というコマンドを追加してください.
27287 \series bold
27288
27289 \backslash
27290 numberwithin
27291 \series default
27292 というコマンドを使用するには,
27293 文書設定の
27294 \family sans
27295 数式オプション
27296 \family default
27297 タブで
27298 \family sans
27299 AMS mathパッケージを使用する
27300 \family default
27301 オプションを有効にしてください.
27302 \end_layout
27303
27304 \begin_layout Section
27305 フロートの連番
27306 \begin_inset Index idx
27307 range none
27308 pageformat default
27309 status collapsed
27310
27311 \begin_layout Plain Layout
27312 \begin_inset IndexMacro sortkey
27313 status open
27314
27315 \begin_layout Plain Layout
27316 ふろと
27317 \end_layout
27318
27319 \end_inset
27320
27321 フロート
27322 \begin_inset IndexMacro subentry
27323 status open
27324
27325 \begin_layout Plain Layout
27326 \begin_inset IndexMacro sortkey
27327 status open
27328
27329 \begin_layout Plain Layout
27330 れんはん
27331 \end_layout
27332
27333 \end_inset
27334
27335 連番
27336 \end_layout
27337
27338 \end_inset
27339
27340
27341 \end_layout
27342
27343 \end_inset
27344
27345
27346 \end_layout
27347
27348 \begin_layout Standard
27349 フロートは通常,
27350 フロートのある節とは関係なく番号が振られるか,
27351 あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,
27352 使用している文書クラスによって変わります.
27353 \end_layout
27354
27355 \begin_layout Standard
27356 節から独立して付けられている連番を変更するには,
27357 文書プリアンブルで
27358 \end_layout
27359
27360 \begin_layout Standard
27361
27362 \series bold
27363
27364 \backslash
27365 renewcommand{
27366 \backslash
27367 thetable}{
27368 \backslash
27369 roman{table}}
27370 \end_layout
27371
27372 \begin_layout Standard
27373
27374 \series bold
27375 というコマンドを使うと良いでしょう.
27376 \backslash
27377 thetable
27378 \series default
27379 は表番号を印字するコマンドで,
27380 図フロートの場合であれば,
27381 代わりに
27382 \series bold
27383
27384 \backslash
27385 thefigure
27386 \series default
27387 コマンドを使用します.上のコマンドで使用されている
27388 \series bold
27389
27390 \backslash
27391 roman
27392 \series default
27393 は,
27394 表番号を小文字のローマ数字で印字するコマンドです.
27395 \end_layout
27396
27397 \begin_layout Standard
27398 連番の付け方をたとえば「小節.番号」に変更するには,
27399 プリアンブルで
27400 \end_layout
27401
27402 \begin_layout Standard
27403
27404 \series bold
27405
27406 \backslash
27407 numberwithin{table}{subsection}
27408 \end_layout
27409
27410 \begin_layout Standard
27411 というコマンドを使用してください.
27412 \series bold
27413
27414 \backslash
27415 numberwithin
27416 \series default
27417 コマンドを使用可能にするためには,
27418 文書設定の
27419 \family sans
27420 \series bold
27421 数式オプション
27422 \family default
27423 \series default
27424 タブで,
27425
27426 \family sans
27427 AMS
27428 \begin_inset space ~
27429 \end_inset
27430
27431 math
27432 \series bold
27433 数式パッケージを使用する
27434 \family default
27435 \series default
27436 を使用します.
27437 \end_layout
27438
27439 \begin_layout Standard
27440 連番コマンドについての詳細と大切な注意点については,
27441
27442 \begin_inset CommandInset ref
27443 LatexCommand ref
27444 reference "subsec:脚注の付番"
27445 nolink "false"
27446
27447 \end_inset
27448
27449 節もご覧ください.
27450 \end_layout
27451
27452 \begin_layout Section
27453 フロートの参照
27454 \begin_inset CommandInset label
27455 LatexCommand label
27456 name "sec:フロートの参照"
27457
27458 \end_inset
27459
27460
27461 \begin_inset Index idx
27462 range none
27463 pageformat default
27464 status collapsed
27465
27466 \begin_layout Plain Layout
27467 \begin_inset IndexMacro sortkey
27468 status open
27469
27470 \begin_layout Plain Layout
27471 ふろと
27472 \end_layout
27473
27474 \end_inset
27475
27476 フロート
27477 \begin_inset IndexMacro subentry
27478 status open
27479
27480 \begin_layout Plain Layout
27481 \begin_inset IndexMacro sortkey
27482 status open
27483
27484 \begin_layout Plain Layout
27485 さんしよう
27486 \end_layout
27487
27488 \end_inset
27489
27490 参照
27491 \end_layout
27492
27493 \end_inset
27494
27495
27496 \end_layout
27497
27498 \end_inset
27499
27500
27501 \begin_inset Index idx
27502 range none
27503 pageformat default
27504 status collapsed
27505
27506 \begin_layout Plain Layout
27507 \begin_inset IndexMacro sortkey
27508 status open
27509
27510 \begin_layout Plain Layout
27511 さんしよう
27512 \end_layout
27513
27514 \end_inset
27515
27516 参照
27517 \begin_inset IndexMacro subentry
27518 status open
27519
27520 \begin_layout Plain Layout
27521 \begin_inset IndexMacro sortkey
27522 status open
27523
27524 \begin_layout Plain Layout
27525 ふろとにたいする
27526 \end_layout
27527
27528 \end_inset
27529
27530 フロートに対する
27531 \end_layout
27532
27533 \end_inset
27534
27535
27536 \end_layout
27537
27538 \end_inset
27539
27540
27541 \end_layout
27542
27543 \begin_layout Standard
27544 フロートを参照するには,
27545
27546 \family sans
27547 \series bold
27548 挿入\SpecialChar menuseparator
27549 ラベル
27550 \family default
27551 \series default
27552
27553 \begin_inset space \thinspace{}
27554 \end_inset
27555
27556 メニューかツールバーボタンを使用して,
27557 フロートのキャプションにラベルを挿入してください.
27558 \begin_inset Graphics
27559         filename clipart/label.png
27560         scaleBeforeRotation
27561
27562 \end_inset
27563
27564 のような灰色のラベルボックスが挿入され,
27565 ラベルウィンドウがポップアップして,
27566 ラベルの字句を入力するよう促します.\SpecialChar LyX
27567 は,
27568 キャプションの最初の数単語に前置句をつけたものを候補として示します.前置句はフロート型に依存し,
27569 たとえば図フロートには「
27570 \family sans
27571 fig:
27572 \family default
27573 」という前置句がつけられます.
27574 \end_layout
27575
27576 \begin_layout Standard
27577 ラベルは,
27578 参照のための名称兼位置標として用いられます.
27579 \family sans
27580 \series bold
27581 挿入\SpecialChar menuseparator
27582 相互参照
27583 \family default
27584 \series default
27585
27586 \begin_inset space \thinspace{}
27587 \end_inset
27588
27589 メニューかツールバーボタン
27590 \family sans
27591
27592 \begin_inset Info
27593 type  "icon"
27594 arg   "dialog-show-new-inset ref"
27595 \end_inset
27596
27597
27598 \family default
27599 を使えば,
27600 ラベルを参照することができます.
27601 \begin_inset Graphics
27602         filename clipart/reference.png
27603         scaleBeforeRotation
27604
27605 \end_inset
27606
27607 のような灰色の相互参照ボックスが挿入され,
27608 文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
27609 文書が開かれている場合には,
27610 ダイアログの上方にあるドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,
27611 相互参照ボックスの位置にはフロート番号が表示されます.
27612 \end_layout
27613
27614 \begin_layout Standard
27615 相互参照名と数字の間に改行が入るのを防ぐために,
27616 両者の間の空白には非改行空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
27617 出力では,
27618 参照の代わりに二つの疑問符が表示されることになります.
27619 \end_layout
27620
27621 \begin_layout Standard
27622 ラベルは,
27623 ラベルボックスをクリックすることによって,
27624 いつでも変更することができます.変更されたラベルへの参照は,
27625 自動的に新しいラベル文へのリンクに変更されますので,
27626 リンクの更新に手間を割く必要はありません.
27627 \end_layout
27628
27629 \begin_layout Standard
27630 相互参照ウィンドウの
27631 \family sans
27632 \series bold
27633 ラベルへ移動
27634 \family default
27635 \series default
27636 ボタンは,
27637 参照されているラベルの前にカーソルを移動します.すると,
27638 ボタンの文字が
27639 \family sans
27640 戻る
27641 \family default
27642 に変わるので,
27643 相互参照にカーソルを戻すのに使用することができます.
27644 \end_layout
27645
27646 \begin_layout Subsection
27647 相互参照の書式
27648 \begin_inset CommandInset label
27649 LatexCommand label
27650 name "subsec:相互参照の書式"
27651
27652 \end_inset
27653
27654
27655 \begin_inset Index idx
27656 range none
27657 pageformat default
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661 \begin_inset IndexMacro sortkey
27662 status open
27663
27664 \begin_layout Plain Layout
27665 さんしよう
27666 \end_layout
27667
27668 \end_inset
27669
27670 参照
27671 \begin_inset IndexMacro subentry
27672 status open
27673
27674 \begin_layout Plain Layout
27675 \begin_inset IndexMacro sortkey
27676 status open
27677
27678 \begin_layout Plain Layout
27679 しよしき
27680 \end_layout
27681
27682 \end_inset
27683
27684 書式
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \begin_layout Standard
27698 相互参照には,
27699 以下の6種類があります.
27700 \end_layout
27701
27702 \begin_layout Description
27703 <参照>:
27704  これはフロート番号を表示します.これが既定値です.例:
27705
27706 \begin_inset CommandInset ref
27707 LatexCommand ref
27708 reference "fig:歪められた二つの像"
27709 nolink "false"
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Description
27717 (<参照>):
27718  これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,
27719 とくに参照名「Equation」を省略して参照する際に用いられる様式です.例:
27720
27721 \begin_inset CommandInset ref
27722 LatexCommand eqref
27723 reference "eq:Wgn"
27724 nolink "false"
27725
27726 \end_inset
27727
27728
27729 \end_layout
27730
27731 \begin_layout Description
27732 <参照ページ>:
27733  これはページ番号を表示します.例:
27734 Page
27735 \begin_inset space ~
27736 \end_inset
27737
27738
27739 \begin_inset CommandInset ref
27740 LatexCommand pageref
27741 reference "fig:歪められた二つの像"
27742 nolink "false"
27743
27744 \end_inset
27745
27746
27747 \end_layout
27748
27749 \begin_layout Description
27750 on
27751 \begin_inset space ~
27752 \end_inset
27753
27754 page
27755 \begin_inset space ~
27756 \end_inset
27757
27758 <参照ページ>:
27759  これは「on page」という文とページ番号を表示します.例:
27760
27761 \begin_inset CommandInset ref
27762 LatexCommand vpageref
27763 reference "fig:歪められた二つの像"
27764 nolink "false"
27765
27766 \end_inset
27767
27768
27769 \end_layout
27770
27771 \begin_layout Description
27772 <参照>
27773 \begin_inset space ~
27774 \end_inset
27775
27776 on
27777 \begin_inset space ~
27778 \end_inset
27779
27780 page
27781 \begin_inset space ~
27782 \end_inset
27783
27784 <参照ページ>:
27785  これはフロート番号と「on page」という文とページ番号を表示します.例:
27786
27787 \begin_inset CommandInset ref
27788 LatexCommand vref
27789 reference "fig:歪められた二つの像"
27790 nolink "false"
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Description
27798 整形された参照:
27799  これは自製の相互参照書式で出力します.
27800 \begin_inset Newline newline
27801 \end_inset
27802
27803
27804 \begin_inset Note Greyedout
27805 status open
27806
27807 \begin_layout Plain Layout
27808
27809 \series bold
27810 [註]
27811 \series default
27812 この機能は,
27813 \SpecialChar LaTeX
27814 パッケージ
27815 \series bold
27816 prettyref
27817 \series default
27818 または
27819 \series bold
27820 refstyle
27821 \series default
27822 が導入されている場合のみ使用することができます.
27823 \begin_inset Index idx
27824 range none
27825 pageformat default
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829 \begin_inset IndexMacro sortkey
27830 status open
27831
27832 \begin_layout Plain Layout
27833 LaTeXはつけし
27834 \end_layout
27835
27836 \end_inset
27837
27838 \SpecialChar LaTeX
27839 パッケージ
27840 \begin_inset IndexMacro subentry
27841 status open
27842
27843 \begin_layout Plain Layout
27844 prettyref
27845 \end_layout
27846
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \end_inset
27853
27854
27855 \begin_inset Index idx
27856 range none
27857 pageformat default
27858 status collapsed
27859
27860 \begin_layout Plain Layout
27861 \begin_inset IndexMacro sortkey
27862 status open
27863
27864 \begin_layout Plain Layout
27865 LaTeXはつけし
27866 \end_layout
27867
27868 \end_inset
27869
27870 \SpecialChar LaTeX
27871 パッケージ
27872 \begin_inset IndexMacro subentry
27873 status open
27874
27875 \begin_layout Plain Layout
27876 refstyle
27877 \end_layout
27878
27879 \end_inset
27880
27881
27882 \end_layout
27883
27884 \end_inset
27885
27886
27887 \end_layout
27888
27889 \end_inset
27890
27891
27892 \begin_inset Newline newline
27893 \end_inset
27894
27895
27896 \family sans
27897 \series bold
27898 文書\SpecialChar menuseparator
27899 設定\SpecialChar menuseparator
27900 文書クラス
27901 \family default
27902 \series default
27903
27904 \begin_inset space \thinspace{}
27905 \end_inset
27906
27907 メニューでオプション
27908 \family sans
27909 \series bold
27910 相互参照に
27911 \series default
27912 (prettyref
27913 \series bold
27914 ではなく
27915 \series default
27916 )refstyle
27917 \series bold
27918 を使用
27919 \family default
27920 \series default
27921 を設定すると,
27922 この機能で使用する\SpecialChar LaTeX
27923 パッケージを選択することができます.書式は,
27924 文書プリアンブルに
27925 \series bold
27926
27927 \backslash
27928 newrefformat
27929 \series default
27930 コマンド(prettyrefの場合)あるいは
27931 \series bold
27932
27933 \backslash
27934 newref
27935 \series default
27936 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,
27937 図への参照(これは短絡ラベル「
27938 \family sans
27939 fig
27940 \family default
27941 」を持ちます)をすべて定義し直すには,
27942
27943 \begin_inset Newline newline
27944 \end_inset
27945
27946
27947 \series bold
27948
27949 \backslash
27950 newref{fig}{refcmd={Image on page 
27951 \backslash
27952 pageref{#1}}}
27953 \begin_inset Newline newline
27954 \end_inset
27955
27956
27957 \series default
27958 というコマンドを用います.書式についての詳細は,
27959 パッケージの取扱説明書
27960 \begin_inset CommandInset citation
27961 LatexCommand cite
27962 key "prettyref,refstyle"
27963 literal "true"
27964
27965 \end_inset
27966
27967 をご覧ください.
27968 \begin_inset Newline newline
27969 \end_inset
27970
27971
27972 \family sans
27973 \series bold
27974 複数形
27975 \family default
27976 \series default
27977
27978 \family sans
27979 \series bold
27980 大文字化
27981 \family default
27982 \series default
27983 のオプションは,
27984 \SpecialChar LaTeX
27985 パッケージ
27986 \series bold
27987 refstyle
27988 \series default
27989 を使用している時のみ,
27990 利用可能になります.
27991 \family sans
27992 複数形
27993 \family default
27994 は,
27995 例えば「images」のように単語に
27996 \emph on
27997 s
27998 \emph default
27999 を付けるものであり,
28000
28001 \family sans
28002 \series bold
28003 大文字化
28004 \family default
28005 \series default
28006 は「Image」のように単語を大文字にするものですので,
28007 日本語文書には有用ではありません.
28008 \end_layout
28009
28010 \begin_layout Description
28011 名称参照:
28012  これは,
28013 下のような参照のキャプションを出力します.
28014 \begin_inset Newline newline
28015 \end_inset
28016
28017  
28018 \begin_inset CommandInset ref
28019 LatexCommand nameref
28020 reference "fig:歪められた二つの像"
28021 nolink "false"
28022
28023 \end_inset
28024
28025
28026 \end_layout
28027
28028 \begin_layout Description
28029 ラベルのみ これは,
28030
28031 \begin_inset CommandInset ref
28032 LatexCommand labelonly
28033 reference "fig:歪められた二つの像"
28034 plural "false"
28035 caps "false"
28036 noprefix "false"
28037 nolink "false"
28038
28039 \end_inset
28040
28041 のように参照の\SpecialChar LaTeX
28042 ラベルのみ出力します.
28043 \begin_inset Newline newline
28044 \end_inset
28045
28046 これによって,
28047 ラベルを\SpecialChar TeX
28048 コード中でしようできるようになります.
28049 \family sans
28050 \series bold
28051 接頭辞なし
28052 \family default
28053 \series default
28054 オプションを使えば,
28055 ラベル名の接頭辞を
28056 \begin_inset CommandInset ref
28057 LatexCommand labelonly
28058 reference "fig:歪められた二つの像"
28059 plural "false"
28060 caps "false"
28061 noprefix "true"
28062 nolink "false"
28063
28064 \end_inset
28065
28066 のように取り除くことができます.
28067 \end_layout
28068
28069 \begin_layout Standard
28070
28071 \family sans
28072 <参照ページ>
28073 \family default
28074 は,
28075 ラベルが同一あるいは前後ページにある場合には,
28076 ページ番号を出力しません.その代わりに「
28077 \family sans
28078 on this page
28079 \family default
28080 」のような文章が表示されます.様式
28081 \family sans
28082 <参照> on page <参照ページ>
28083 \family default
28084 では,
28085 ラベルが同一ページにある場合には,
28086 ページに関することは出力されません.
28087 \end_layout
28088
28089 \begin_layout Standard
28090 出力中で参照されている頁番号と文書中の位置は,
28091 \SpecialChar LaTeX
28092 が自動的に計算します.参照の種類は,
28093 相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
28094 \family sans
28095 \series bold
28096 書式
28097 \family default
28098 \series default
28099 フィールドで選ぶことができます.
28100 \end_layout
28101
28102 \begin_layout Standard
28103 \begin_inset Note Greyedout
28104 status open
28105
28106 \begin_layout Plain Layout
28107
28108 \series bold
28109 [註]
28110 \series default
28111 \SpecialChar LaTeX
28112 パッケージ
28113 \series bold
28114 prettyref
28115 \series default
28116
28117 \begin_inset Index idx
28118 range none
28119 pageformat default
28120 status collapsed
28121
28122 \begin_layout Plain Layout
28123 \begin_inset IndexMacro sortkey
28124 status open
28125
28126 \begin_layout Plain Layout
28127 LaTeXはつけし
28128 \end_layout
28129
28130 \end_inset
28131
28132 \SpecialChar LaTeX
28133 パッケージ
28134 \begin_inset IndexMacro subentry
28135 status open
28136
28137 \begin_layout Plain Layout
28138 prettyref
28139 \end_layout
28140
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \end_inset
28147
28148 は,
28149 \SpecialChar LyX
28150 の取り得るラベルショートカット
28151 \begin_inset Foot
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155 例えば,
28156
28157 \begin_inset Quotes eld
28158 \end_inset
28159
28160 fig:
28161 \begin_inset Quotes erd
28162 \end_inset
28163
28164 は図キャプションを表す\SpecialChar LyX
28165 ショートカットです.
28166 \end_layout
28167
28168 \end_inset
28169
28170 を全部は解釈できず,
28171 国際化もされていないので,
28172
28173 \series bold
28174 refstyle
28175 \series default
28176
28177 \begin_inset Index idx
28178 range none
28179 pageformat default
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 \begin_inset IndexMacro sortkey
28184 status open
28185
28186 \begin_layout Plain Layout
28187 LaTeXはつけし
28188 \end_layout
28189
28190 \end_inset
28191
28192 \SpecialChar LaTeX
28193 パッケージ
28194 \begin_inset IndexMacro subentry
28195 status open
28196
28197 \begin_layout Plain Layout
28198 refstyle
28199 \end_layout
28200
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \end_inset
28207
28208 を使用することを推奨します.
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \end_layout
28215
28216 \begin_layout Subsection
28217 参照名の自動命名
28218 \begin_inset Index idx
28219 range none
28220 pageformat default
28221 status collapsed
28222
28223 \begin_layout Plain Layout
28224 \begin_inset IndexMacro sortkey
28225 status open
28226
28227 \begin_layout Plain Layout
28228 さんしよう
28229 \end_layout
28230
28231 \end_inset
28232
28233 参照
28234 \begin_inset IndexMacro subentry
28235 status open
28236
28237 \begin_layout Plain Layout
28238 \begin_inset IndexMacro sortkey
28239 status open
28240
28241 \begin_layout Plain Layout
28242 しとうめいめい
28243 \end_layout
28244
28245 \end_inset
28246
28247 自動命名
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \end_layout
28259
28260 \begin_layout Standard
28261
28262 \family sans
28263 \series bold
28264 文書設定
28265 \family default
28266 \series default
28267 ダイアログの
28268 \family sans
28269 PDF
28270 \series bold
28271 特性
28272 \family default
28273 \series default
28274 で有効にされた
28275 \series bold
28276 hyperref
28277 \series default
28278
28279 \begin_inset Index idx
28280 range none
28281 pageformat default
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285 \begin_inset IndexMacro sortkey
28286 status open
28287
28288 \begin_layout Plain Layout
28289 LaTeXはつけし
28290 \end_layout
28291
28292 \end_inset
28293
28294 \SpecialChar LaTeX
28295 パッケージ
28296 \begin_inset IndexMacro subentry
28297 status open
28298
28299 \begin_layout Plain Layout
28300 hyperref
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \end_inset
28309
28310  \SpecialChar LaTeX
28311 パッケージは,
28312 相互参照が参照されたフロート(あるいは
28313 \emph on
28314
28315 \emph default
28316 のような文章中の箇所)の名称を自動的に取り入れてくれるという,
28317 たいへん便利な機能を提供します.つまり,
28318 図への参照毎に前に「図」と書き込む必要はなくなるのです.この機能を使用するには,
28319 hyperrefを有効にして,
28320
28321 \end_layout
28322
28323 \begin_layout Standard
28324
28325 \series bold
28326
28327 \backslash
28328 AtBeginDocument{
28329 \backslash
28330 renewcommand{
28331 \backslash
28332 ref}[1]{
28333 \backslash
28334 mbox{
28335 \backslash
28336 autoref{#1}}}}
28337 \end_layout
28338
28339 \begin_layout Standard
28340 という行を\SpecialChar LaTeX
28341 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
28342 \begin_inset space \thinspace{}
28343 \end_inset
28344
28345 」としたいなど,
28346 既定の参照名以外のものが欲しい場合には,
28347
28348 \end_layout
28349
28350 \begin_layout Standard
28351
28352 \series bold
28353
28354 \backslash
28355 addto
28356 \backslash
28357 extrasjapanese{
28358 \backslash
28359 renewcommand{
28360 \backslash
28361 sectionautorefname}
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
28371 \series bold
28372 \begin_inset space ~
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \end_inset
28379
28380 {sec.
28381 \backslash
28382 negthinspace}}
28383 \end_layout
28384
28385 \begin_layout Standard
28386 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
28387
28388 \begin_inset Newline newline
28389 \end_inset
28390
28391
28392 \series bold
28393
28394 \backslash
28395 extrasjapaneseを
28396 \backslash
28397 extras***
28398 \series default
28399 に置き換えてください(***は使用中の言語名).
28400 \end_layout
28401
28402 \begin_layout Standard
28403 自動命名を行いたいけれども,
28404 ある参照型以外,
28405 たとえば数式以外に対して行いたいときには,
28406 以下のようなプリアンブルコードを書いてください.
28407 \end_layout
28408
28409 \begin_layout Standard
28410
28411 \series bold
28412
28413 \backslash
28414 addto
28415 \backslash
28416 extrasjapanese{
28417 \backslash
28418 renewcommand*{
28419 \backslash
28420 equationautorefname}[1]{}}
28421 \end_layout
28422
28423 \begin_layout Standard
28424 この話題に関する詳細は,
28425 hyperrefの説明書
28426 \begin_inset CommandInset citation
28427 LatexCommand cite
28428 key "hyperref"
28429 literal "true"
28430
28431 \end_inset
28432
28433 をお読みください.
28434 \end_layout
28435
28436 \begin_layout Standard
28437 \begin_inset Note Greyedout
28438 status open
28439
28440 \begin_layout Plain Layout
28441
28442 \series bold
28443 [註]
28444 \series default
28445 参照の自動命名は,
28446 相互参照を
28447 \family sans
28448 整形参照
28449 \family default
28450 様式(第
28451 \begin_inset CommandInset ref
28452 LatexCommand ref
28453 reference "subsec:相互参照の書式"
28454 nolink "false"
28455
28456 \end_inset
28457
28458 節)で使用しているときには,
28459 使用することができません.
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \end_layout
28466
28467 \begin_layout Standard
28468 \SpecialChar LyX
28469 の取扱説明書『数式篇』では,
28470 参照名の自動命名が使用されています.
28471 \end_layout
28472
28473 \begin_layout Subsection
28474 参照位置
28475 \begin_inset CommandInset label
28476 LatexCommand label
28477 name "subsec:参照位置"
28478
28479 \end_inset
28480
28481
28482 \begin_inset Index idx
28483 range none
28484 pageformat default
28485 status collapsed
28486
28487 \begin_layout Plain Layout
28488 \begin_inset IndexMacro sortkey
28489 status open
28490
28491 \begin_layout Plain Layout
28492 さんしよう
28493 \end_layout
28494
28495 \end_inset
28496
28497 参照
28498 \begin_inset IndexMacro subentry
28499 status open
28500
28501 \begin_layout Plain Layout
28502 \begin_inset IndexMacro sortkey
28503 status open
28504
28505 \begin_layout Plain Layout
28506 さんしよういち
28507 \end_layout
28508
28509 \end_inset
28510
28511 参照位置
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \begin_layout Standard
28525
28526 \family sans
28527 文書設定
28528 \family default
28529 ダイアログの
28530 \family sans
28531 PDF特性
28532 \family default
28533 で,
28534
28535 \series bold
28536 hyperref
28537 \series default
28538
28539 \begin_inset Index idx
28540 range none
28541 pageformat default
28542 status collapsed
28543
28544 \begin_layout Plain Layout
28545 \begin_inset IndexMacro sortkey
28546 status open
28547
28548 \begin_layout Plain Layout
28549 LaTeXはつけし
28550 \end_layout
28551
28552 \end_inset
28553
28554 \SpecialChar LaTeX
28555 パッケージ
28556 \begin_inset IndexMacro subentry
28557 status open
28558
28559 \begin_layout Plain Layout
28560 hyperref
28561 \end_layout
28562
28563 \end_inset
28564
28565
28566 \end_layout
28567
28568 \end_inset
28569
28570 を使用して出力中で相互参照をリンクするようにした場合には,
28571 画像フロート参照をクリックすると,
28572 画像ラベルに移動できるようになります.キャプションは,
28573 スクリーン上のテキストの最初の部分なので,
28574 スクロールしないと画像を見ることができません.これは,
28575 参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
28576 パッケージの
28577 \series bold
28578 hyperref
28579 \series default
28580
28581 \begin_inset Index idx
28582 range none
28583 pageformat default
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587 \begin_inset IndexMacro sortkey
28588 status open
28589
28590 \begin_layout Plain Layout
28591 LaTeXはつけし
28592 \end_layout
28593
28594 \end_inset
28595
28596 \SpecialChar LaTeX
28597 パッケージ
28598 \begin_inset IndexMacro subentry
28599 status open
28600
28601 \begin_layout Plain Layout
28602 hyperref
28603 \end_layout
28604
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \end_inset
28611
28612 の一部である
28613 \series bold
28614 hyperref
28615 \series default
28616
28617 \begin_inset Index idx
28618 range none
28619 pageformat default
28620 status collapsed
28621
28622 \begin_layout Plain Layout
28623 \begin_inset IndexMacro sortkey
28624 status open
28625
28626 \begin_layout Plain Layout
28627 LaTeXはつけし
28628 \end_layout
28629
28630 \end_inset
28631
28632 \SpecialChar LaTeX
28633 パッケージ
28634 \begin_inset IndexMacro subentry
28635 status open
28636
28637 \begin_layout Plain Layout
28638 hyperref
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \end_inset
28647
28648 パッケージを使うと,
28649 リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,
28650 文書プリアンブルに
28651 \end_layout
28652
28653 \begin_layout Standard
28654
28655 \series bold
28656
28657 \backslash
28658 usepackage[figure]{hypcap}
28659 \end_layout
28660
28661 \begin_layout Standard
28662 という行を書いて,
28663 hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,
28664 安定性の問題から推奨できません.詳しくは,
28665 hypcapの説明書
28666 \begin_inset CommandInset citation
28667 LatexCommand cite
28668 key "hypcap"
28669 literal "true"
28670
28671 \end_inset
28672
28673 をご覧ください.
28674 \end_layout
28675
28676 \begin_layout Standard
28677 \begin_inset Note Greyedout
28678 status open
28679
28680 \begin_layout Plain Layout
28681
28682 \series bold
28683 [註]hypcap
28684 \series default
28685 は内部図への参照には効力がありません.
28686 \end_layout
28687
28688 \end_inset
28689
28690
28691 \end_layout
28692
28693 \begin_layout Section
28694 フロートの設定
28695 \begin_inset CommandInset label
28696 LatexCommand label
28697 name "sec:フロートの設定"
28698
28699 \end_inset
28700
28701
28702 \begin_inset Index idx
28703 range none
28704 pageformat default
28705 status collapsed
28706
28707 \begin_layout Plain Layout
28708 \begin_inset IndexMacro sortkey
28709 status open
28710
28711 \begin_layout Plain Layout
28712 ふろと
28713 \end_layout
28714
28715 \end_inset
28716
28717 フロート
28718 \begin_inset IndexMacro subentry
28719 status open
28720
28721 \begin_layout Plain Layout
28722 \begin_inset IndexMacro sortkey
28723 status open
28724
28725 \begin_layout Plain Layout
28726 せつてい
28727 \end_layout
28728
28729 \end_inset
28730
28731 設定
28732 \end_layout
28733
28734 \end_inset
28735
28736
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Standard
28745 \SpecialChar LyX
28746 におけるフロート設定は,
28747 2箇所で行うことができます.
28748 \family sans
28749 \series bold
28750 文書\SpecialChar menuseparator
28751 設定\SpecialChar ldots
28752 \SpecialChar menuseparator
28753 フロートの設定
28754 \family default
28755 \series default
28756
28757 \begin_inset space \thinspace{}
28758 \end_inset
28759
28760 では,
28761 フロートのローカルな設定を変えない限り.文書中の全フロートの既定値として用いられるオプション(ページ上の配置および内容の揃え)を設定することができます.
28762 \end_layout
28763
28764 \begin_layout Standard
28765
28766 \family roman
28767 \series medium
28768 \shape up
28769 \size normal
28770 \emph off
28771 \bar no
28772 \noun off
28773 \color none
28774 もう一つの方法は,
28775 フロートボックスを右クリックして,
28776
28777 \family sans
28778 \series bold
28779 \shape default
28780 \size default
28781 \emph default
28782 \bar default
28783 \noun default
28784 \color inherit
28785 設定\SpecialChar ldots
28786
28787 \family roman
28788 \series medium
28789 \shape up
28790 \size normal
28791 \emph off
28792 \bar no
28793 \noun off
28794 \color none
28795 をクリックする方法です.すると,
28796 ダイアログが開いて,
28797 対象となるフロートの大域的な配置や揃えその他の選択ができます.
28798 \family sans
28799 \series bold
28800 \shape default
28801 \size default
28802 \emph default
28803 \bar default
28804 \noun default
28805 \color inherit
28806 文書\SpecialChar menuseparator
28807 設定\SpecialChar ldots
28808 \SpecialChar menuseparator
28809 フロートの設定
28810 \family default
28811 \series default
28812
28813 \begin_inset space \thinspace{}
28814 \end_inset
28815
28816
28817 \family roman
28818 \series medium
28819 \shape up
28820 \size normal
28821 \emph off
28822 \bar no
28823 \noun off
28824 \color none
28825 とローカルな
28826 \family sans
28827 \series bold
28828 \shape default
28829 \size default
28830 \emph default
28831 \bar default
28832 \noun default
28833 \color inherit
28834
28835 \begin_inset space \thinspace{}
28836 \end_inset
28837
28838 フロートの設定
28839 \family default
28840 \series default
28841
28842 \begin_inset space \thinspace{}
28843 \end_inset
28844
28845
28846 \family roman
28847 \series medium
28848 \shape up
28849 \size normal
28850 \emph off
28851 \bar no
28852 \noun off
28853 \color none
28854 両方について,
28855 これらのオプションを説明していきます.
28856 \end_layout
28857
28858 \begin_layout Subsection
28859 フロートの配置
28860 \begin_inset CommandInset label
28861 LatexCommand label
28862 name "subsec:フロートの配置"
28863
28864 \end_inset
28865
28866
28867 \begin_inset Index idx
28868 range none
28869 pageformat default
28870 status collapsed
28871
28872 \begin_layout Plain Layout
28873 \begin_inset IndexMacro sortkey
28874 status open
28875
28876 \begin_layout Plain Layout
28877 ふろと
28878 \end_layout
28879
28880 \end_inset
28881
28882 フロート
28883 \begin_inset IndexMacro subentry
28884 status open
28885
28886 \begin_layout Plain Layout
28887 配置
28888 \begin_inset IndexMacro sortkey
28889 status open
28890
28891 \begin_layout Plain Layout
28892 はいち
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \begin_layout Standard
28911
28912 \family sans
28913 \series bold
28914 文書\SpecialChar menuseparator
28915 設定\SpecialChar ldots
28916 \SpecialChar menuseparator
28917 フロートの設定
28918 \family roman
28919 \series medium
28920 \shape up
28921 \size normal
28922 \emph off
28923 \bar no
28924 \noun off
28925 \color none
28926 (すべてのフロート対象)とローカルな
28927 \family sans
28928 \series bold
28929 \shape default
28930 \size default
28931 \emph default
28932 \bar default
28933 \noun default
28934 \color inherit
28935
28936 \begin_inset space \thinspace{}
28937 \end_inset
28938
28939 フロートの設定
28940 \family roman
28941 \series medium
28942 \shape up
28943 \size normal
28944 \emph off
28945 \bar no
28946 \noun off
28947 \color none
28948 (特定のフロート対象)の両方において,
28949 フロートをページ上に配置するのに\SpecialChar LaTeX
28950 が用いる配置アルゴリズムを修正することができます.これは
28951 \family sans
28952 \series bold
28953 \shape default
28954 \size default
28955 \emph default
28956 \bar default
28957 \noun default
28958 \color inherit
28959 配置の設定
28960 \family roman
28961 \series medium
28962 \shape up
28963 \size normal
28964 \emph off
28965 \bar no
28966 \noun off
28967 \color none
28968 で行います.既定では,
28969 これは
28970 \family sans
28971 \series bold
28972 \shape default
28973 \size default
28974 \emph default
28975 \bar default
28976 \noun default
28977 \color inherit
28978
28979 \begin_inset space \thinspace{}
28980 \end_inset
28981
28982 文書\SpecialChar menuseparator
28983 設定\SpecialChar ldots
28984 \SpecialChar menuseparator
28985 フロートの設定
28986 \family roman
28987 \series medium
28988 \shape up
28989 \size normal
28990 \emph off
28991 \bar no
28992 \noun off
28993 \color none
28994
28995 \begin_inset space \thinspace{}
28996 \end_inset
28997
28998 では
28999 \family sans
29000 \series bold
29001 \shape default
29002 \size default
29003 \emph default
29004 \bar default
29005 \noun default
29006 \color inherit
29007 文書クラスの既定値
29008 \family roman
29009 \series medium
29010 \shape up
29011 \size normal
29012 \emph off
29013 \bar no
29014 \noun off
29015 \color none
29016 になっており(つまり文書クラスの既定配置アルゴリズムが使用されます),
29017
29018 \family default
29019 \series default
29020 \shape default
29021 \size default
29022 \emph default
29023 \bar default
29024 \noun default
29025 \color inherit
29026 ローカルの
29027 \family sans
29028 \series bold
29029 フロートの設定
29030 \family roman
29031 \series medium
29032 \shape up
29033 \size normal
29034 \emph off
29035 \bar no
29036 \noun off
29037 \color none
29038 ダイアログでは文書の既定値になっています(すなわち
29039 \family sans
29040 \series bold
29041 \shape default
29042 \size default
29043 \emph default
29044 \bar default
29045 \noun default
29046 \color inherit
29047 文書\SpecialChar menuseparator
29048 設定\SpecialChar ldots
29049 \SpecialChar menuseparator
29050 フロートの設定
29051 \family roman
29052 \series medium
29053 \shape up
29054 \size normal
29055 \emph off
29056 \bar no
29057 \noun off
29058 \color none
29059 の設定—
29060
29061 既定では文書クラスの既定値—
29062
29063 が使用されます).これを変更したい場合には,
29064 配置の設定を詳細設定にしてください.これによって,
29065 下記から1つ以上選択できるようになります.
29066 \end_layout
29067
29068 \begin_layout Description
29069 可能ならば現在位置に:
29070  
29071 \family roman
29072 \series medium
29073 \shape up
29074 \size normal
29075 \emph off
29076 \bar no
29077 \noun off
29078 \color none
29079 フロートを挿入位置に配置することを試みます
29080 \end_layout
29081
29082 \begin_layout Description
29083 なんとしても現在位置に:
29084  フロートの配置を挿入した位置に強制します
29085 \end_layout
29086
29087 \begin_layout Description
29088 ページ上部:
29089  
29090 \family roman
29091 \series medium
29092 \shape up
29093 \size normal
29094 \emph off
29095 \bar no
29096 \noun off
29097 \color none
29098 フロートを現在ページの上部に配置することを試みます
29099 \end_layout
29100
29101 \begin_layout Description
29102 ページ下部:
29103  
29104 \family roman
29105 \series medium
29106 \shape up
29107 \size normal
29108 \emph off
29109 \bar no
29110 \noun off
29111 \color none
29112 フロートを現在ページの下部に配置することを試みます
29113 \end_layout
29114
29115 \begin_layout Description
29116 フロートを独立したページに:
29117  
29118 \family roman
29119 \series medium
29120 \shape up
29121 \size normal
29122 \emph off
29123 \bar no
29124 \noun off
29125 \color none
29126 フロートを独立したページに配置することを試みます
29127 \end_layout
29128
29129 \begin_layout Standard
29130 \SpecialChar LaTeX
29131 は,
29132
29133 \emph on
29134 つねに
29135 \emph default
29136 上記のオプション順を用います.すなわち,
29137 既定の配置を使用すると,
29138 \SpecialChar LaTeX
29139 はまず
29140 \family sans
29141 \series bold
29142 可能ならば現在位置に
29143 \family default
29144 \series default
29145 を試み,
29146 次に
29147 \family sans
29148 \series bold
29149 ページの上部
29150 \family default
29151 \series default
29152
29153 その後他のオプションを試みます.既定値を使わないときには,
29154 \SpecialChar LaTeX
29155 は有効化されたオプションのみを使用しますが,
29156 やはり同じ順序でこれらを試みます.これら四つの配置がいずれも無理な場合は,
29157 フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
29158 \end_layout
29159
29160 \begin_layout Standard
29161 既定では,
29162 各オプションはそれぞれ以下の規則を持っています.
29163 \end_layout
29164
29165 \begin_layout Labeling
29166 \labelwidthstring 00.00.0000
29167
29168 \family sans
29169 ページ上部
29170 \family default
29171  は,
29172 フロートのページに占める割合が7割以下の場合のみ,
29173 ページ上部に配置します(
29174 \series bold
29175
29176 \backslash
29177 topfraction
29178 \series default
29179 ).
29180 \end_layout
29181
29182 \begin_layout Labeling
29183 \labelwidthstring 00.00.0000
29184
29185 \family sans
29186 ページ下部
29187 \family default
29188  は,
29189 フロートのページに占める割合が3割以下の場合のみ,
29190 ページ下部に配置します(
29191 \series bold
29192
29193 \backslash
29194 bottomfraction
29195 \series default
29196 ).
29197 \end_layout
29198
29199 \begin_layout Labeling
29200 \labelwidthstring 00.00.0000
29201
29202 \family sans
29203 フロートを独立したページ 
29204 \family default
29205 には,
29206 フロートのページに占める割合が5割以下の場合のみ,
29207 複数のフロートを同一ページに配置します(
29208 \series bold
29209
29210 \backslash
29211 floatpagefraction
29212 \series default
29213 ).
29214 \end_layout
29215
29216 \begin_layout Standard
29217 これらの規則に従いたくないときは,
29218
29219 \family sans
29220 \SpecialChar LaTeX
29221
29222 \series bold
29223 の規則を無視する
29224 \family default
29225 \series default
29226 オプションを追加することによって,
29227 これらを無視することができます.
29228 \begin_inset Newline newline
29229 \end_inset
29230
29231 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
29232 コマンドを使うと,
29233 これらの規則を定義しなおすこともできます.たとえば,
29234 往々にして小さすぎる,
29235 ページ下部規則の既定値を,
29236 ページの5割に変えるには,
29237 文書プリアンブルに
29238 \end_layout
29239
29240 \begin_layout Standard
29241
29242 \series bold
29243
29244 \backslash
29245 renewcommand{
29246 \backslash
29247 bottomfraction}{0.5}
29248 \end_layout
29249
29250 \begin_layout Standard
29251 という行を加えてください.
29252 \end_layout
29253
29254 \begin_layout Standard
29255 ときにはフロートを,
29256 挿入位置に正確に,
29257 しかもかならず配置させたい場合があるかもしれません.このような場合には,
29258
29259 \family sans
29260 \series bold
29261 何としても現在位置に置く
29262 \family default
29263 \series default
29264 オプションを使用します.このオプションはできる限り使わないようにし,
29265 使う場合でも印刷する直前にまで文書が仕上がってから,
29266 使用するようにしてください.なぜならば,
29267 このオプションを使うことによって,
29268 フロートはもはや「漂う」ことができなくなりますから,
29269 文書に変更を加えてしまうと,
29270 ページのレイアウトが往々にして破壊されてしまうからです.
29271 \end_layout
29272
29273 \begin_layout Standard
29274 折返しフロートは,
29275 つねにどれかの段落の本文で囲まれますので,
29276 配置オプションはありません.
29277 \end_layout
29278
29279 \begin_layout Standard
29280 \begin_inset VSpace bigskip
29281 \end_inset
29282
29283
29284 \end_layout
29285
29286 \begin_layout Standard
29287 対応する節がページの中程から始まるのというのに,
29288 フロートがページの先頭に置かれてしまうために,
29289 読者がフロートを前節の一部であると勘違いしてしまうという問題に直面することがあります.この問題を避けるには,
29290 \SpecialChar LaTeX
29291 コマンドの
29292 \backslash
29293 suppressfloatsを使用することができます.これは,
29294 これが挿入されたページの特定のフロートの配置を抑制するので,
29295 節が始まる前にフロートが設定されてしまうのを避けるのに使用することができます.これを用いるには,
29296 文書プリアンブルに以下のコマンドを加えてください.
29297 \end_layout
29298
29299 \begin_layout Standard
29300
29301 \series bold
29302
29303 \backslash
29304 let
29305 \backslash
29306 mySection
29307 \backslash
29308 section
29309 \begin_inset Newline newline
29310 \end_inset
29311
29312
29313 \backslash
29314 renewcommand{
29315 \backslash
29316 section}{
29317 \backslash
29318 suppressfloats[t]
29319 \backslash
29320 mySection}
29321 \end_layout
29322
29323 \begin_layout Standard
29324 これと同じものは,
29325 章や小節など,
29326 すべての節見出しに用いることができます.この定義は,
29327 小々節のような小さい文字の部分では,
29328 \SpecialChar LaTeX
29329 が適当な配置を見つけるのに失敗することがあるので,
29330 これらに対する定義はお勧めしません.
29331 \end_layout
29332
29333 \begin_layout Standard
29334 \begin_inset VSpace bigskip
29335 \end_inset
29336
29337 場合によっては,
29338 すべての図表を文末に置く必要があることがあります.この目的のために,
29339 \SpecialChar LaTeX
29340 パッケージ
29341 \series bold
29342 endfloat
29343 \series default
29344
29345 \begin_inset Index idx
29346 range none
29347 pageformat default
29348 status collapsed
29349
29350 \begin_layout Plain Layout
29351 \begin_inset IndexMacro sortkey
29352 status open
29353
29354 \begin_layout Plain Layout
29355 LaTeXはつけし
29356 \end_layout
29357
29358 \end_inset
29359
29360 \SpecialChar LaTeX
29361 パッケージ
29362 \begin_inset IndexMacro subentry
29363 status open
29364
29365 \begin_layout Plain Layout
29366 endfloat
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \end_inset
29375
29376 が開発されました.このパッケージは,
29377 すべての図表を文末に独立した節として置きます.元のフロート位置には,
29378
29379 \begin_inset Quotes eld
29380 \end_inset
29381
29382
29383 \family sans
29384 [Figure
29385 \begin_inset space ~
29386 \end_inset
29387
29388 3.2 about here.]
29389 \family default
29390
29391 \begin_inset Quotes erd
29392 \end_inset
29393
29394 というようなヒント文が挿入されます.endfloatパッケージは,
29395 プリアンブルに
29396 \end_layout
29397
29398 \begin_layout Standard
29399
29400 \series bold
29401
29402 \backslash
29403 usepackage[options]{endfloat}
29404 \end_layout
29405
29406 \begin_layout Standard
29407 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,
29408 さまざまなパッケージオプションがあります.詳細は,
29409
29410 \series bold
29411 endfloat
29412 \series default
29413 取扱説明書
29414 \begin_inset CommandInset citation
29415 LatexCommand cite
29416 key "endfloat"
29417 literal "true"
29418
29419 \end_inset
29420
29421 をご参照ください.
29422 \begin_inset Newline newline
29423 \end_inset
29424
29425
29426 \begin_inset Note Greyedout
29427 status open
29428
29429 \begin_layout Plain Layout
29430
29431 \series bold
29432 [註]endfloat
29433 \series default
29434 は,
29435 ヒント文の自動翻訳を行わないので,
29436 手動で行わなくてはなりません.
29437 \begin_inset CommandInset citation
29438 LatexCommand cite
29439 key "endfloat"
29440 literal "true"
29441
29442 \end_inset
29443
29444 の第4節をご参照ください.
29445 \end_layout
29446
29447 \end_inset
29448
29449
29450 \begin_inset Newline newline
29451 \end_inset
29452
29453
29454 \begin_inset Note Greyedout
29455 status open
29456
29457 \begin_layout Plain Layout
29458
29459 \series bold
29460 [註]
29461 \series default
29462 現在のところ,
29463
29464 \series bold
29465 endfloat
29466 \series default
29467 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,
29468 「ß」の代わりに\SpecialChar TeX
29469 コードで「
29470 \series bold
29471
29472 \backslash
29473 ss
29474 \series default
29475 」コマンドを使用してください.
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \end_layout
29482
29483 \begin_layout Standard
29484 \begin_inset VSpace bigskip
29485 \end_inset
29486
29487 フロートの割付に関する詳細は,
29488 \SpecialChar LaTeX
29489 関連書
29490 \begin_inset CommandInset citation
29491 LatexCommand cite
29492 key "latexcompanion,latexguide,latexbook"
29493 literal "true"
29494
29495 \end_inset
29496
29497 をご覧ください.
29498 \end_layout
29499
29500 \begin_layout Subsection
29501 フロートの中身の揃え
29502 \end_layout
29503
29504 \begin_layout Standard
29505 このオプションリストでは,
29506 フロート(あるいは
29507 \begin_inset space \thinspace{}
29508 \end_inset
29509
29510
29511 \family sans
29512 \series bold
29513 文書\SpecialChar menuseparator
29514 設定
29515 \family default
29516 \series default
29517
29518 \begin_inset space \thinspace{}
29519 \end_inset
29520
29521 から呼び出したのであれば,
29522 すべてのフロートの既定値)の中身をどう揃えるかを定義します.
29523 \family sans
29524 \series bold
29525 文書クラスの既定値
29526 \family default
29527 \series default
29528 では,
29529 そのクラスの揃え,
29530 すなわち\SpecialChar LaTeX
29531 の既定の揃えが使用されます.
29532 \family sans
29533 \series bold
29534 文書の既定値
29535 \family default
29536 \series default
29537
29538 \family sans
29539 \series bold
29540 フロートの設定
29541 \family default
29542 \series default
29543 ダイアログでのみ表示され,
29544
29545 \family sans
29546 \series bold
29547 文書\SpecialChar menuseparator
29548 設定
29549 \family default
29550 \series default
29551
29552 \begin_inset space \thinspace{}
29553 \end_inset
29554
29555 では表示されません)は,
29556
29557 \family sans
29558 \series bold
29559 文書\SpecialChar menuseparator
29560 設定\SpecialChar menuseparator
29561 フロートの設定
29562 \family default
29563 \series default
29564
29565 \begin_inset space \thinspace{}
29566 \end_inset
29567
29568 で指定した設定が使われます.他の3つの選択肢,
29569
29570 \family sans
29571 \series bold
29572 左揃え
29573 \family default
29574 \series default
29575
29576 \family sans
29577 \series bold
29578 中央揃え
29579 \family default
29580 \series default
29581
29582 \family sans
29583 \series bold
29584 右揃え
29585 \family default
29586 \series default
29587 は自明でしょう.
29588 \family sans
29589 \series bold
29590 文書\SpecialChar menuseparator
29591 設定\SpecialChar menuseparator
29592 フロートの設定
29593 \family default
29594 \series default
29595
29596 \begin_inset space \thinspace{}
29597 \end_inset
29598
29599 でこれらが選択されれば,
29600 文書中のすべてのフロートがこの設定を持ちます(すると,
29601 たとえばすべてのフロートを中央揃えにするのは極めて簡単です).
29602 \end_layout
29603
29604 \begin_layout Subsection
29605 他のフロートオプション
29606 \end_layout
29607
29608 \begin_layout Standard
29609 これらの2つのオプションは,
29610
29611 \family sans
29612 \series bold
29613 フロートの設定
29614 \family default
29615 \series default
29616 ダイアログでのみ表示され,
29617
29618 \family sans
29619 \series bold
29620 文書\SpecialChar menuseparator
29621 設定
29622 \family default
29623 \series default
29624
29625 \begin_inset space \thinspace{}
29626 \end_inset
29627
29628 では表示されません.
29629 \end_layout
29630
29631 \begin_layout Standard
29632
29633 \family sans
29634 \series bold
29635 段をまたぐ
29636 \family roman
29637 \series medium
29638 \shape up
29639 \size normal
29640 \emph off
29641 \bar no
29642 \noun off
29643 \color none
29644 オプションは,
29645 二段組文書でのみ有効です.これを選択すると,
29646 フロートは段の中のみに収められないで,
29647 ページの両段にまたがって広がります.
29648 \end_layout
29649
29650 \begin_layout Standard
29651
29652 \family sans
29653 \series bold
29654 横倒しに回転
29655 \family roman
29656 \series medium
29657 \shape up
29658 \size normal
29659 \emph off
29660 \bar no
29661 \noun off
29662 \color none
29663 オプションは,
29664 フロートを回転するのに用います.第
29665 \family default
29666 \series default
29667 \shape default
29668 \size default
29669 \emph default
29670 \bar default
29671 \noun default
29672 \color inherit
29673
29674 \begin_inset CommandInset ref
29675 LatexCommand ref
29676 reference "sec:回転フロート"
29677 nolink "false"
29678
29679 \end_inset
29680
29681
29682 \family roman
29683 \series medium
29684 \shape up
29685 \size normal
29686 \emph off
29687 \bar no
29688 \noun off
29689 \color none
29690 節をご参照ください.
29691 \end_layout
29692
29693 \begin_layout Section
29694 回転フロート
29695 \begin_inset CommandInset label
29696 LatexCommand label
29697 name "sec:回転フロート"
29698
29699 \end_inset
29700
29701
29702 \begin_inset Index idx
29703 range none
29704 pageformat default
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708 \begin_inset IndexMacro sortkey
29709 status open
29710
29711 \begin_layout Plain Layout
29712 ふろと
29713 \end_layout
29714
29715 \end_inset
29716
29717 フロート
29718 \begin_inset IndexMacro subentry
29719 status open
29720
29721 \begin_layout Plain Layout
29722 \begin_inset IndexMacro sortkey
29723 status open
29724
29725 \begin_layout Plain Layout
29726 かいてん
29727 \end_layout
29728
29729 \end_inset
29730
29731 回転
29732 \end_layout
29733
29734 \end_inset
29735
29736
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Standard
29745 特に横長の表などの場合,
29746 フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,
29747 フロートボックスを右クリックして,
29748
29749 \family sans
29750 横倒しに回転
29751 \family default
29752 オプションを有効にします.
29753 \end_layout
29754
29755 \begin_layout Standard
29756 回転フロートは,
29757 つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
29758 \family sans
29759 段をまたぐ
29760 \family default
29761 オプションを有効にすれば,
29762 複数の段にまたがるようにすることができます.また,
29763 回転フロートは,
29764 外側余白方向から読むことができるような形に回転されます.全ページにわたって回転方向を強制したい場合には,
29765 文書クラスオプションに
29766 \series bold
29767 figuresleft
29768 \series default
29769 オプションあるいは
29770 \series bold
29771 figuresright
29772 \series default
29773 オプションを加えることができます.
29774 \end_layout
29775
29776 \begin_layout Standard
29777 回転フロートへの相互参照は,
29778 通常のフロートの場合と同じです.キャプションの形式も同じです.表
29779 \begin_inset CommandInset ref
29780 LatexCommand ref
29781 reference "tab:回転した表"
29782 nolink "false"
29783
29784 \end_inset
29785
29786 が回転表フロートの例です.
29787 \end_layout
29788
29789 \begin_layout Standard
29790 \begin_inset Note Greyedout
29791 status open
29792
29793 \begin_layout Plain Layout
29794
29795 \series bold
29796 [註]
29797 \series default
29798 すべてのDVIビューアが回転フロートを表示できるわけではありません.
29799 \end_layout
29800
29801 \end_inset
29802
29803
29804 \end_layout
29805
29806 \begin_layout Standard
29807 \begin_inset Float table
29808 placement document
29809 alignment document
29810 wide false
29811 sideways true
29812 status open
29813
29814 \begin_layout Plain Layout
29815 \begin_inset Caption Standard
29816
29817 \begin_layout Plain Layout
29818 \begin_inset CommandInset label
29819 LatexCommand label
29820 name "tab:回転した表"
29821
29822 \end_inset
29823
29824 回転した表
29825 \end_layout
29826
29827 \end_inset
29828
29829
29830 \end_layout
29831
29832 \begin_layout Plain Layout
29833 \align center
29834 \begin_inset Tabular
29835 <lyxtabular version="3" rows="1" columns="5">
29836 <features tabularvalignment="middle">
29837 <column alignment="center" valignment="top">
29838 <column alignment="center" valignment="top">
29839 <column alignment="center" valignment="top">
29840 <column alignment="center" valignment="top">
29841 <column alignment="center" valignment="top">
29842 <row>
29843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29844 \begin_inset Text
29845
29846 \begin_layout Plain Layout
29847 試験
29848 \end_layout
29849
29850 \end_inset
29851 </cell>
29852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29853 \begin_inset Text
29854
29855 \begin_layout Plain Layout
29856
29857 \end_layout
29858
29859 \end_inset
29860 </cell>
29861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29862 \begin_inset Text
29863
29864 \begin_layout Plain Layout
29865
29866 \end_layout
29867
29868 \end_inset
29869 </cell>
29870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29871 \begin_inset Text
29872
29873 \begin_layout Plain Layout
29874
29875 \end_layout
29876
29877 \end_inset
29878 </cell>
29879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29880 \begin_inset Text
29881
29882 \begin_layout Plain Layout
29883
29884 \end_layout
29885
29886 \end_inset
29887 </cell>
29888 </row>
29889 </lyxtabular>
29890
29891 \end_inset
29892
29893
29894 \end_layout
29895
29896 \end_inset
29897
29898
29899 \end_layout
29900
29901 \begin_layout Section
29902 従属フロート
29903 \begin_inset Index idx
29904 range none
29905 pageformat default
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909 \begin_inset IndexMacro sortkey
29910 status open
29911
29912 \begin_layout Plain Layout
29913 ふろと
29914 \end_layout
29915
29916 \end_inset
29917
29918 フロート
29919 \begin_inset IndexMacro subentry
29920 status open
29921
29922 \begin_layout Plain Layout
29923 \begin_inset IndexMacro sortkey
29924 status open
29925
29926 \begin_layout Plain Layout
29927 しゆうそくふろと
29928 \end_layout
29929
29930 \end_inset
29931
29932 従属フロート
29933 \end_layout
29934
29935 \end_inset
29936
29937
29938 \end_layout
29939
29940 \end_inset
29941
29942
29943 \end_layout
29944
29945 \begin_layout Standard
29946 従属フロートは,
29947 図が複数の画像から成るような場合に使用します.これは,
29948 フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,
29949
29950 \begin_inset CommandInset ref
29951 LatexCommand ref
29952 reference "tab:従属表を横に並べたもの"
29953 nolink "false"
29954
29955 \end_inset
29956
29957 と表
29958 \begin_inset CommandInset ref
29959 LatexCommand ref
29960 reference "tab:従属表を縦に並べたもの"
29961 nolink "false"
29962
29963 \end_inset
29964
29965 に示されているように段落と同様に指定することができます.
29966 \end_layout
29967
29968 \begin_layout Standard
29969 従属フロートの参照は,
29970 通常のフロートの参照と同様にすることができます.例:
29971
29972 \begin_inset CommandInset ref
29973 LatexCommand ref
29974 reference "tab:これは従属表a"
29975 nolink "false"
29976
29977 \end_inset
29978
29979 と表
29980 \begin_inset CommandInset ref
29981 LatexCommand ref
29982 reference "tab:これは従属表b"
29983 nolink "false"
29984
29985 \end_inset
29986
29987 は表
29988 \begin_inset CommandInset ref
29989 LatexCommand ref
29990 reference "tab:従属表を横に並べたもの"
29991 nolink "false"
29992
29993 \end_inset
29994
29995 の従属フロートです.
29996 \begin_inset Float table
29997 placement document
29998 alignment document
29999 wide false
30000 sideways false
30001 status open
30002
30003 \begin_layout Plain Layout
30004 \begin_inset Caption Standard
30005
30006 \begin_layout Plain Layout
30007 \begin_inset CommandInset label
30008 LatexCommand label
30009 name "tab:従属表を横に並べたもの"
30010
30011 \end_inset
30012
30013 従属表を横に並べたもの
30014 \end_layout
30015
30016 \end_inset
30017
30018
30019 \end_layout
30020
30021 \begin_layout Plain Layout
30022 \begin_inset space \hfill{}
30023 \end_inset
30024
30025
30026 \begin_inset Float table
30027 placement document
30028 alignment document
30029 wide false
30030 sideways false
30031 status collapsed
30032
30033 \begin_layout Plain Layout
30034 \begin_inset Caption Standard
30035
30036 \begin_layout Plain Layout
30037 \begin_inset CommandInset label
30038 LatexCommand label
30039 name "tab:これは従属表a"
30040
30041 \end_inset
30042
30043 これは従属表aです.
30044 \end_layout
30045
30046 \end_inset
30047
30048
30049 \end_layout
30050
30051 \begin_layout Plain Layout
30052 \align center
30053 \begin_inset Tabular
30054 <lyxtabular version="3" rows="1" columns="5">
30055 <features tabularvalignment="middle">
30056 <column alignment="center" valignment="top">
30057 <column alignment="center" valignment="top">
30058 <column alignment="center" valignment="top">
30059 <column alignment="center" valignment="top">
30060 <column alignment="center" valignment="top">
30061 <row>
30062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30063 \begin_inset Text
30064
30065 \begin_layout Plain Layout
30066 試験
30067 \end_layout
30068
30069 \end_inset
30070 </cell>
30071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30072 \begin_inset Text
30073
30074 \begin_layout Plain Layout
30075
30076 \end_layout
30077
30078 \end_inset
30079 </cell>
30080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30081 \begin_inset Text
30082
30083 \begin_layout Plain Layout
30084
30085 \end_layout
30086
30087 \end_inset
30088 </cell>
30089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30090 \begin_inset Text
30091
30092 \begin_layout Plain Layout
30093
30094 \end_layout
30095
30096 \end_inset
30097 </cell>
30098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30099 \begin_inset Text
30100
30101 \begin_layout Plain Layout
30102
30103 \end_layout
30104
30105 \end_inset
30106 </cell>
30107 </row>
30108 </lyxtabular>
30109
30110 \end_inset
30111
30112
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \begin_inset space \hfill{}
30119 \end_inset
30120
30121
30122 \begin_inset Float table
30123 placement document
30124 alignment document
30125 wide false
30126 sideways false
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130 \begin_inset Caption Standard
30131
30132 \begin_layout Plain Layout
30133 \begin_inset CommandInset label
30134 LatexCommand label
30135 name "tab:これは従属表b"
30136
30137 \end_inset
30138
30139 これは従属表bです.
30140 \end_layout
30141
30142 \end_inset
30143
30144
30145 \end_layout
30146
30147 \begin_layout Plain Layout
30148 \align center
30149 \begin_inset Tabular
30150 <lyxtabular version="3" rows="1" columns="5">
30151 <features tabularvalignment="middle">
30152 <column alignment="center" valignment="top">
30153 <column alignment="center" valignment="top">
30154 <column alignment="center" valignment="top">
30155 <column alignment="center" valignment="top">
30156 <column alignment="center" valignment="top">
30157 <row>
30158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30159 \begin_inset Text
30160
30161 \begin_layout Plain Layout
30162
30163 \end_layout
30164
30165 \end_inset
30166 </cell>
30167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30168 \begin_inset Text
30169
30170 \begin_layout Plain Layout
30171
30172 \end_layout
30173
30174 \end_inset
30175 </cell>
30176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30177 \begin_inset Text
30178
30179 \begin_layout Plain Layout
30180
30181 \end_layout
30182
30183 \end_inset
30184 </cell>
30185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30186 \begin_inset Text
30187
30188 \begin_layout Plain Layout
30189
30190 \end_layout
30191
30192 \end_inset
30193 </cell>
30194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30195 \begin_inset Text
30196
30197 \begin_layout Plain Layout
30198 試験
30199 \end_layout
30200
30201 \end_inset
30202 </cell>
30203 </row>
30204 </lyxtabular>
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \end_inset
30212
30213
30214 \begin_inset space \hfill{}
30215 \end_inset
30216
30217
30218 \end_layout
30219
30220 \end_inset
30221
30222
30223 \begin_inset Float table
30224 placement document
30225 alignment document
30226 wide false
30227 sideways false
30228 status open
30229
30230 \begin_layout Plain Layout
30231 \begin_inset Caption Standard
30232
30233 \begin_layout Plain Layout
30234 \begin_inset CommandInset label
30235 LatexCommand label
30236 name "tab:従属表を縦に並べたもの"
30237
30238 \end_inset
30239
30240 従属表を縦に並べたもの.(a)は4セルから成る表,
30241 (b)は5セルから成る表.
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \end_layout
30248
30249 \begin_layout Plain Layout
30250 \noindent
30251 \align center
30252 \begin_inset Float table
30253 placement document
30254 alignment document
30255 wide false
30256 sideways false
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260 \begin_inset Caption Standard
30261
30262 \begin_layout Plain Layout
30263
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \end_layout
30270
30271 \begin_layout Plain Layout
30272 \align center
30273 \begin_inset Tabular
30274 <lyxtabular version="3" rows="1" columns="4">
30275 <features tabularvalignment="middle">
30276 <column alignment="center" valignment="top">
30277 <column alignment="center" valignment="top">
30278 <column alignment="center" valignment="top">
30279 <column alignment="center" valignment="top">
30280 <row>
30281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30282 \begin_inset Text
30283
30284 \begin_layout Plain Layout
30285 試験
30286 \end_layout
30287
30288 \end_inset
30289 </cell>
30290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30291 \begin_inset Text
30292
30293 \begin_layout Plain Layout
30294 試験
30295 \end_layout
30296
30297 \end_inset
30298 </cell>
30299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30300 \begin_inset Text
30301
30302 \begin_layout Plain Layout
30303 試験
30304 \end_layout
30305
30306 \end_inset
30307 </cell>
30308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30309 \begin_inset Text
30310
30311 \begin_layout Plain Layout
30312 試験
30313 \end_layout
30314
30315 \end_inset
30316 </cell>
30317 </row>
30318 </lyxtabular>
30319
30320 \end_inset
30321
30322
30323 \end_layout
30324
30325 \end_inset
30326
30327
30328 \end_layout
30329
30330 \begin_layout Plain Layout
30331 \noindent
30332 \align center
30333 \begin_inset Float table
30334 placement document
30335 alignment document
30336 wide false
30337 sideways false
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341 \begin_inset Caption Standard
30342
30343 \begin_layout Plain Layout
30344
30345 \end_layout
30346
30347 \end_inset
30348
30349
30350 \end_layout
30351
30352 \begin_layout Plain Layout
30353 \align center
30354 \begin_inset Tabular
30355 <lyxtabular version="3" rows="1" columns="5">
30356 <features tabularvalignment="middle">
30357 <column alignment="center" valignment="top">
30358 <column alignment="center" valignment="top">
30359 <column alignment="center" valignment="top">
30360 <column alignment="center" valignment="top">
30361 <column alignment="center" valignment="top">
30362 <row>
30363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30364 \begin_inset Text
30365
30366 \begin_layout Plain Layout
30367
30368 \end_layout
30369
30370 \end_inset
30371 </cell>
30372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30373 \begin_inset Text
30374
30375 \begin_layout Plain Layout
30376
30377 \end_layout
30378
30379 \end_inset
30380 </cell>
30381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30382 \begin_inset Text
30383
30384 \begin_layout Plain Layout
30385
30386 \end_layout
30387
30388 \end_inset
30389 </cell>
30390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30391 \begin_inset Text
30392
30393 \begin_layout Plain Layout
30394
30395 \end_layout
30396
30397 \end_inset
30398 </cell>
30399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30400 \begin_inset Text
30401
30402 \begin_layout Plain Layout
30403
30404 \end_layout
30405
30406 \end_inset
30407 </cell>
30408 </row>
30409 </lyxtabular>
30410
30411 \end_inset
30412
30413
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \end_layout
30420
30421 \end_inset
30422
30423
30424 \end_layout
30425
30426 \begin_layout Section
30427 横並びのフロート
30428 \begin_inset Index idx
30429 range none
30430 pageformat default
30431 status collapsed
30432
30433 \begin_layout Plain Layout
30434 \begin_inset IndexMacro sortkey
30435 status open
30436
30437 \begin_layout Plain Layout
30438 ふろと
30439 \end_layout
30440
30441 \end_inset
30442
30443 フロート
30444 \begin_inset IndexMacro subentry
30445 status open
30446
30447 \begin_layout Plain Layout
30448 \begin_inset IndexMacro sortkey
30449 status open
30450
30451 \begin_layout Plain Layout
30452 よこならひ
30453 \end_layout
30454
30455 \end_inset
30456
30457 横並び
30458 \end_layout
30459
30460 \end_inset
30461
30462
30463 \end_layout
30464
30465 \end_inset
30466
30467
30468 \end_layout
30469
30470 \begin_layout Standard
30471
30472 \begin_inset CommandInset ref
30473 LatexCommand ref
30474 reference "fig:左側のフロート"
30475 nolink "false"
30476
30477 \end_inset
30478
30479 や図
30480 \begin_inset CommandInset ref
30481 LatexCommand ref
30482 reference "fig:右側のフロート"
30483 nolink "false"
30484
30485 \end_inset
30486
30487 のようにフロートを横並びに配置するには,
30488
30489 \emph on
30490 ひとつの
30491 \emph default
30492 フロートのみを使用し,
30493 その中に二つのminipageボックスを挿入します
30494 \begin_inset Foot
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498 Minipageは第
30499 \begin_inset CommandInset ref
30500 LatexCommand ref
30501 reference "sec:ミニページ"
30502 nolink "false"
30503
30504 \end_inset
30505
30506 節に説明があります.
30507 \end_layout
30508
30509 \end_inset
30510
30511 .幅は45
30512 \begin_inset space \thinspace{}
30513 \end_inset
30514
30515 -50
30516 \begin_inset space \thinspace{}
30517 \end_inset
30518
30519 列幅%とし,
30520 各minipageのボックス配置を
30521 \family sans
30522
30523 \family default
30524 に設定します.minipageボックスには,
30525 フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,
30526 画像単位
30527 \family sans
30528 列幅%
30529 \family default
30530 がここではminipageボックスの幅によって計算されることです.
30531 \end_layout
30532
30533 \begin_layout Standard
30534 \begin_inset Float figure
30535 placement document
30536 alignment document
30537 wide false
30538 sideways false
30539 status open
30540
30541 \begin_layout Plain Layout
30542 \begin_inset Box Frameless
30543 position "b"
30544 hor_pos "c"
30545 has_inner_box 1
30546 inner_pos "t"
30547 use_parbox 0
30548 use_makebox 0
30549 width "45col%"
30550 special "none"
30551 height "1in"
30552 height_special "totalheight"
30553 thickness "0.4pt"
30554 separation "3pt"
30555 shadowsize "4pt"
30556 framecolor "black"
30557 backgroundcolor "none"
30558 status open
30559
30560 \begin_layout Plain Layout
30561 \align center
30562 \begin_inset Graphics
30563         filename ../clipart/2D-intensity-plot.pdf
30564         width 100col%
30565         scaleBeforeRotation
30566         BoundingBox 0bp 1bp 178bp 138bp
30567         clip
30568
30569 \end_inset
30570
30571
30572 \end_layout
30573
30574 \begin_layout Plain Layout
30575 \begin_inset Caption Standard
30576
30577 \begin_layout Plain Layout
30578 \begin_inset CommandInset label
30579 LatexCommand label
30580 name "fig:左側のフロート"
30581
30582 \end_inset
30583
30584 左側のフロート
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \begin_inset space \hfill{}
30596 \end_inset
30597
30598
30599 \begin_inset Box Frameless
30600 position "b"
30601 hor_pos "c"
30602 has_inner_box 1
30603 inner_pos "t"
30604 use_parbox 0
30605 use_makebox 0
30606 width "45col%"
30607 special "none"
30608 height "1in"
30609 height_special "totalheight"
30610 thickness "0.4pt"
30611 separation "3pt"
30612 shadowsize "4pt"
30613 framecolor "black"
30614 backgroundcolor "none"
30615 status open
30616
30617 \begin_layout Plain Layout
30618 \align center
30619 \begin_inset Graphics
30620         filename ../clipart/Star-structure.pdf
30621         width 100col%
30622         scaleBeforeRotation
30623
30624 \end_inset
30625
30626
30627 \end_layout
30628
30629 \begin_layout Plain Layout
30630 \begin_inset Caption Standard
30631
30632 \begin_layout Plain Layout
30633 \begin_inset CommandInset label
30634 LatexCommand label
30635 name "fig:右側のフロート"
30636
30637 \end_inset
30638
30639 右側のフロート
30640 \end_layout
30641
30642 \end_inset
30643
30644
30645 \end_layout
30646
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \begin_layout Plain Layout
30653
30654 \end_layout
30655
30656 \end_inset
30657
30658 2つのフロートを横に並べるには,
30659 可変幅ミニページを使うと簡単にできます(第
30660 \begin_inset CommandInset ref
30661 LatexCommand ref
30662 reference "sec:ミニページ"
30663 nolink "false"
30664
30665 \end_inset
30666
30667 節参照).可変幅ミニページは,
30668 図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,
30669 図の水平方向の配置も調整してくれます.ファイル
30670 \family typewriter
30671 examples/varwidth-floats-side-by-side.lyx
30672 \family default
30673 に,
30674 この方法の例があります.
30675 \end_layout
30676
30677 \begin_layout Section
30678 キャプションの書式設定
30679 \begin_inset Index idx
30680 range none
30681 pageformat default
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 \begin_inset IndexMacro sortkey
30686 status open
30687
30688 \begin_layout Plain Layout
30689 きやふしよん
30690 \end_layout
30691
30692 \end_inset
30693
30694 キャプション
30695 \begin_inset IndexMacro subentry
30696 status open
30697
30698 \begin_layout Plain Layout
30699 \begin_inset IndexMacro sortkey
30700 status open
30701
30702 \begin_layout Plain Layout
30703 しよしきせつてい
30704 \end_layout
30705
30706 \end_inset
30707
30708 書式設定
30709 \end_layout
30710
30711 \end_inset
30712
30713
30714 \end_layout
30715
30716 \end_inset
30717
30718
30719 \begin_inset Index idx
30720 range none
30721 pageformat default
30722 status collapsed
30723
30724 \begin_layout Plain Layout
30725 \begin_inset IndexMacro sortkey
30726 status open
30727
30728 \begin_layout Plain Layout
30729 ふろと
30730 \end_layout
30731
30732 \end_inset
30733
30734 フロート
30735 \begin_inset IndexMacro subentry
30736 status open
30737
30738 \begin_layout Plain Layout
30739 \begin_inset IndexMacro sortkey
30740 status open
30741
30742 \begin_layout Plain Layout
30743 きやふしよんのしよしきせつてい
30744 \end_layout
30745
30746 \end_inset
30747
30748 キャプションの書式設定
30749 \end_layout
30750
30751 \end_inset
30752
30753
30754 \end_layout
30755
30756 \end_inset
30757
30758
30759 \begin_inset CommandInset label
30760 LatexCommand label
30761 name "sec:キャプションの書式設定"
30762
30763 \end_inset
30764
30765
30766 \end_layout
30767
30768 \begin_layout Standard
30769
30770 \family sans
30771 \series bold
30772 キャプション
30773 \family default
30774 \series default
30775 環境は,
30776
30777 \family sans
30778 \series bold
30779 フロート
30780 \family default
30781 \series default
30782 の既定の段落環境です.キャプションは,
30783 \SpecialChar LyX
30784 画面上では,
30785 例えば「
30786 \family sans
30787 図 #:
30788 \family default
30789 」のようなラベルの後に,
30790 キャプション文を伴って表示されます.ここで「
30791 \family sans
30792 #
30793 \family default
30794 」には,
30795 実際には参照番号が入ります.既定の設定では,
30796 ラベルと番号はキャプション文と同じフォントになっており,
30797 ラベルと文を分けるために,
30798 番号の後にコロンが入ります.このキャプション書式は,
30799 すべての文書書式に適しているわけではありません.
30800 \end_layout
30801
30802 \begin_layout Standard
30803 既定のキャプション書式を変更するには,
30804 文書プリアンブルに
30805 \end_layout
30806
30807 \begin_layout Standard
30808
30809 \series bold
30810
30811 \backslash
30812 usepackage[format definition]{caption}
30813 \end_layout
30814
30815 \begin_layout Standard
30816 という行を加えて,
30817 \SpecialChar LaTeX
30818 パッケージ
30819 \series bold
30820 caption
30821 \series default
30822
30823 \begin_inset Index idx
30824 range none
30825 pageformat default
30826 status collapsed
30827
30828 \begin_layout Plain Layout
30829 \begin_inset IndexMacro sortkey
30830 status open
30831
30832 \begin_layout Plain Layout
30833 LaTeXはつけし
30834 \end_layout
30835
30836 \end_inset
30837
30838 \SpecialChar LaTeX
30839 パッケージ
30840 \begin_inset IndexMacro subentry
30841 status open
30842
30843 \begin_layout Plain Layout
30844 caption
30845 \end_layout
30846
30847 \end_inset
30848
30849
30850 \end_layout
30851
30852 \end_inset
30853
30854 を読み込んでください.たとえば,
30855 ラベルと番号をサンセリフのボールド体にして,
30856 表キャプションを,
30857 この文書のように常に表の上に置くようにするには,
30858
30859 \end_layout
30860
30861 \begin_layout Standard
30862
30863 \series bold
30864
30865 \backslash
30866 usepackage[labelfont={bf,sf},
30867  tableposition=top]{caption}
30868 \end_layout
30869
30870 \begin_layout Standard
30871 というコマンドを使用してください.また,
30872 各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
30873
30874 \series bold
30875 caption
30876 \series default
30877 パッケージを書式関連オプション抜きで読み込み,
30878 文書プリアンブルに
30879 \end_layout
30880
30881 \begin_layout Standard
30882
30883 \series bold
30884
30885 \backslash
30886 captionsetup[フロート型]{書式定義}
30887 \end_layout
30888
30889 \begin_layout Standard
30890 というコマンドを使用して,
30891 個別の書式を指定してください.たとえば,
30892
30893 \begin_inset CommandInset ref
30894 LatexCommand ref
30895 reference "fig:図キャプション"
30896 nolink "false"
30897
30898 \end_inset
30899
30900 と表
30901 \begin_inset CommandInset ref
30902 LatexCommand ref
30903 reference "tab:表キャプション"
30904 nolink "false"
30905
30906 \end_inset
30907
30908 に使われているキャプション書式は,
30909 文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
30910 \end_layout
30911
30912 \begin_layout Standard
30913
30914 \series bold
30915
30916 \backslash
30917 usepackage[tableposition=top]{caption}
30918 \series default
30919
30920 \begin_inset Newline newline
30921 \end_inset
30922
30923
30924 \series bold
30925
30926 \backslash
30927 captionsetup[figure]{labelfont={tt},
30928  textfont=it,
30929  indention=1cm,%
30930 \begin_inset Newline newline
30931 \end_inset
30932
30933
30934 \begin_inset Phantom HPhantom
30935 status open
30936
30937 \begin_layout Plain Layout
30938
30939 \backslash
30940 captionsetup[figure]{
30941 \end_layout
30942
30943 \end_inset
30944
30945 labelsep=period}
30946 \begin_inset Newline newline
30947 \end_inset
30948
30949
30950 \backslash
30951 captionsetup[table]{labelfont={bf,sf}}
30952 \end_layout
30953
30954 \begin_layout Standard
30955 \begin_inset Note Greyedout
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959
30960 \series bold
30961 [註]
30962 \series default
30963 オプションのうち,
30964
30965 \series bold
30966 tableposition=top
30967 \series default
30968 は,
30969 文書クラスに
30970 \series bold
30971 KOMA-Script
30972 \series default
30973
30974 \begin_inset Index idx
30975 range none
30976 pageformat default
30977 status open
30978
30979 \begin_layout Plain Layout
30980 \begin_inset IndexMacro sortkey
30981 status open
30982
30983 \begin_layout Plain Layout
30984 LaTeXはつけし
30985 \end_layout
30986
30987 \end_inset
30988
30989 \SpecialChar LaTeX
30990 パッケージ
30991 \begin_inset IndexMacro subentry
30992 status collapsed
30993
30994 \begin_layout Plain Layout
30995 KOMA-Script
30996 \end_layout
30997
30998 \end_inset
30999
31000
31001 \end_layout
31002
31003 \end_inset
31004
31005 が使われているときには,
31006 無効になります.この場合には,
31007 文書クラスオプション
31008 \series bold
31009 captions=tableheading
31010 \series default
31011 を指定しなくてはなりません.
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020
31021 \series bold
31022 caption
31023 \series default
31024 パッケージについての詳細は,
31025 その取扱説明書
31026 \begin_inset CommandInset citation
31027 LatexCommand cite
31028 key "caption"
31029 literal "true"
31030
31031 \end_inset
31032
31033 をご覧ください.
31034 \end_layout
31035
31036 \begin_layout Standard
31037 ラベル名を,
31038 たとえば「図」から「画像」に変更するには,
31039 以下のプリアンブルコマンドを使用してください.
31040 \end_layout
31041
31042 \begin_layout Standard
31043
31044 \series bold
31045
31046 \backslash
31047 renewcommand{
31048 \backslash
31049 fnum@figure}{画像~
31050 \backslash
31051 thefigure}
31052 \end_layout
31053
31054 \begin_layout Standard
31055 なお,
31056
31057 \series bold
31058
31059 \backslash
31060 thefigure
31061 \series default
31062 は表番号を挿入し,
31063
31064 \series bold
31065 ~
31066 \series default
31067 」は非改行空白を入れます.
31068 \end_layout
31069
31070 \begin_layout Standard
31071 \begin_inset VSpace bigskip
31072 \end_inset
31073
31074
31075 \series bold
31076 KOMA-script
31077 \series default
31078
31079 \begin_inset Index idx
31080 range none
31081 pageformat default
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085 \begin_inset IndexMacro sortkey
31086 status open
31087
31088 \begin_layout Plain Layout
31089 LaTeXはつけし
31090 \end_layout
31091
31092 \end_inset
31093
31094 \SpecialChar LaTeX
31095 パッケージ
31096 \begin_inset IndexMacro subentry
31097 status open
31098
31099 \begin_layout Plain Layout
31100 KOMA-Script
31101 \end_layout
31102
31103 \end_inset
31104
31105
31106 \end_layout
31107
31108 \end_inset
31109
31110 文書クラス(
31111 \family sans
31112 KOMA-Script Article
31113 \family default
31114
31115 \family sans
31116 KOMA-Script Book
31117 \family default
31118
31119 \family sans
31120 KOMA-Script Letter
31121 \family default
31122
31123 \family sans
31124 KOMA-Script Report
31125 \family default
31126 )を使用している場合には,
31127
31128 \series bold
31129 caption
31130 \series default
31131 パッケージの代わりに
31132 \series bold
31133 KOMA-script
31134 \series default
31135 のビルトインコマンド
31136 \series bold
31137 etkomafont
31138 \series default
31139 を使用することもできます.たとえば,
31140 キャプションラベルをボールド体にするには,
31141 以下のコマンドを文書プリアンブルに加えます.
31142 \end_layout
31143
31144 \begin_layout Standard
31145
31146 \series bold
31147
31148 \backslash
31149 setkomafont{captionlabel}{
31150 \backslash
31151 bfseries}
31152 \end_layout
31153
31154 \begin_layout Standard
31155
31156 \series bold
31157
31158 \backslash
31159 setkomafont
31160 \series default
31161 についての詳細は,
31162
31163 \series bold
31164 KOMA-Script
31165 \series default
31166 の取扱説明書
31167 \begin_inset CommandInset citation
31168 LatexCommand cite
31169 key "KOMA-Script"
31170 literal "true"
31171
31172 \end_inset
31173
31174 をご覧ください.
31175 \end_layout
31176
31177 \begin_layout Standard
31178 \begin_inset ERT
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182
31183
31184 \backslash
31185 captionsetup[figure]{labelfont={tt},
31186  textfont=it,
31187  indention=1cm,
31188  labelsep=period}
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \begin_inset Note Note
31195 status open
31196
31197 \begin_layout Plain Layout
31198 キャプション書式は,
31199 この例のみ変更してあります.
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \begin_layout Standard
31208 \begin_inset Float figure
31209 placement !p
31210 alignment document
31211 wide false
31212 sideways false
31213 status open
31214
31215 \begin_layout Plain Layout
31216 \align center
31217 \begin_inset Graphics
31218         filename ../clipart/2D-intensity-plot.pdf
31219         scaleBeforeRotation
31220         BoundingBox 0bp 1bp 178bp 138bp
31221
31222 \end_inset
31223
31224
31225 \end_layout
31226
31227 \begin_layout Plain Layout
31228 \begin_inset Caption Standard
31229
31230 \begin_layout Plain Layout
31231 \begin_inset CommandInset label
31232 LatexCommand label
31233 name "fig:図キャプション"
31234
31235 \end_inset
31236
31237 これは,
31238 別のキャプション書式を例示するための,
31239 一行よりも長い図キャプションです.ここでは,
31240 自製キャプション書式が使用されています.
31241 \end_layout
31242
31243 \end_inset
31244
31245
31246 \end_layout
31247
31248 \end_inset
31249
31250
31251 \end_layout
31252
31253 \begin_layout Standard
31254 \begin_inset ERT
31255 status collapsed
31256
31257 \begin_layout Plain Layout
31258
31259
31260 \backslash
31261 captionsetup[figure]{labelfont={bf,sf},
31262  textfont=rm,
31263  indention=0cm,
31264  labelsep=colon}
31265 \end_layout
31266
31267 \end_inset
31268
31269
31270 \end_layout
31271
31272 \begin_layout Standard
31273 \begin_inset Float table
31274 placement !p
31275 alignment document
31276 wide false
31277 sideways false
31278 status open
31279
31280 \begin_layout Plain Layout
31281 \begin_inset Caption Standard
31282
31283 \begin_layout Plain Layout
31284 \begin_inset CommandInset label
31285 LatexCommand label
31286 name "tab:表キャプション"
31287
31288 \end_inset
31289
31290 これは,
31291 別のキャプション書式を例示するための,
31292 一行よりも長い表キャプションです.ここでは,
31293 この文書での表キャプションの標準書式が使用されています.
31294 \end_layout
31295
31296 \end_inset
31297
31298
31299 \end_layout
31300
31301 \begin_layout Plain Layout
31302 \align center
31303 \begin_inset Tabular
31304 <lyxtabular version="3" rows="1" columns="5">
31305 <features tabularvalignment="middle">
31306 <column alignment="center" valignment="top">
31307 <column alignment="center" valignment="top">
31308 <column alignment="center" valignment="top">
31309 <column alignment="center" valignment="top">
31310 <column alignment="center" valignment="top">
31311 <row>
31312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31313 \begin_inset Text
31314
31315 \begin_layout Plain Layout
31316
31317 \end_layout
31318
31319 \end_inset
31320 </cell>
31321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31322 \begin_inset Text
31323
31324 \begin_layout Plain Layout
31325
31326 \end_layout
31327
31328 \end_inset
31329 </cell>
31330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31331 \begin_inset Text
31332
31333 \begin_layout Plain Layout
31334
31335 \end_layout
31336
31337 \end_inset
31338 </cell>
31339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31340 \begin_inset Text
31341
31342 \begin_layout Plain Layout
31343
31344 \end_layout
31345
31346 \end_inset
31347 </cell>
31348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31349 \begin_inset Text
31350
31351 \begin_layout Plain Layout
31352
31353 \end_layout
31354
31355 \end_inset
31356 </cell>
31357 </row>
31358 </lyxtabular>
31359
31360 \end_inset
31361
31362
31363 \end_layout
31364
31365 \end_inset
31366
31367
31368 \end_layout
31369
31370 \begin_layout Section
31371 キャプションの配置
31372 \begin_inset Index idx
31373 range none
31374 pageformat default
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378 \begin_inset IndexMacro sortkey
31379 status open
31380
31381 \begin_layout Plain Layout
31382 きやふしよん
31383 \end_layout
31384
31385 \end_inset
31386
31387 キャプション
31388 \begin_inset IndexMacro subentry
31389 status open
31390
31391 \begin_layout Plain Layout
31392 \begin_inset IndexMacro sortkey
31393 status open
31394
31395 \begin_layout Plain Layout
31396 はいち
31397 \end_layout
31398
31399 \end_inset
31400
31401 配置
31402 \end_layout
31403
31404 \end_inset
31405
31406
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \begin_inset Index idx
31413 range none
31414 pageformat default
31415 status collapsed
31416
31417 \begin_layout Plain Layout
31418 \begin_inset IndexMacro sortkey
31419 status open
31420
31421 \begin_layout Plain Layout
31422 ふろと
31423 \end_layout
31424
31425 \end_inset
31426
31427 フロート
31428 \begin_inset IndexMacro subentry
31429 status open
31430
31431 \begin_layout Plain Layout
31432 \begin_inset IndexMacro sortkey
31433 status open
31434
31435 \begin_layout Plain Layout
31436 きやふしよんのはいち
31437 \end_layout
31438
31439 \end_inset
31440
31441 キャプションの配置
31442 \end_layout
31443
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \end_inset
31450
31451
31452 \begin_inset CommandInset label
31453 LatexCommand label
31454 name "sec:キャプションの配置"
31455
31456 \end_inset
31457
31458
31459 \end_layout
31460
31461 \begin_layout Standard
31462 通常,
31463 キャプションの配置原則は,
31464
31465 \end_layout
31466
31467 \begin_layout Description
31468 図の場合:
31469  キャプションを図の下に置く
31470 \end_layout
31471
31472 \begin_layout Description
31473 表の場合:
31474  キャプションを表の上に置く
31475 \end_layout
31476
31477 \begin_layout Standard
31478 という風になっています.\SpecialChar LaTeX
31479 の標準クラスでは,
31480 キャプションを表の上に置くことは,
31481 残念ながらサポートされていません.したがって,
31482
31483 \family sans
31484 article
31485 \family default
31486
31487 \family sans
31488 book
31489 \family default
31490
31491 \family sans
31492 letter
31493 \family default
31494
31495 \family sans
31496 report
31497 \family default
31498 といった文書クラスを使用している時には,
31499 キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,
31500 お使いの文書プリアンブルでLaTeXパッケージ
31501 \series bold
31502 caption
31503 \series default
31504 を読み込むコマンドに
31505 \end_layout
31506
31507 \begin_layout Standard
31508
31509 \series bold
31510 tableposition=top
31511 \end_layout
31512
31513 \begin_layout Standard
31514 というオプションを追加してください
31515 \begin_inset Foot
31516 status collapsed
31517
31518 \begin_layout Plain Layout
31519
31520 \series bold
31521 caption
31522 \series default
31523 パッケージについての詳細な情報は,
31524
31525 \begin_inset CommandInset ref
31526 LatexCommand ref
31527 reference "sec:キャプションの書式設定"
31528 nolink "false"
31529
31530 \end_inset
31531
31532 節をご覧ください.
31533 \end_layout
31534
31535 \end_inset
31536
31537
31538 \series bold
31539 KOMA-Script
31540 \series default
31541
31542 \begin_inset Index idx
31543 range none
31544 pageformat default
31545 status collapsed
31546
31547 \begin_layout Plain Layout
31548 \begin_inset IndexMacro sortkey
31549 status open
31550
31551 \begin_layout Plain Layout
31552 LaTeXはつけし
31553 \end_layout
31554
31555 \end_inset
31556
31557 \SpecialChar LaTeX
31558 パッケージ
31559 \begin_inset IndexMacro subentry
31560 status open
31561
31562 \begin_layout Plain Layout
31563 KOMA-Script
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \end_inset
31572
31573 文書クラス(
31574 \family sans
31575 KOMA-Script Article
31576 \family default
31577
31578 \family sans
31579 KOMA-Script Book
31580 \family default
31581
31582 \family sans
31583 KOMA-Script Letter
31584 \family default
31585
31586 \family sans
31587 KOMA-Script Report
31588 \family default
31589 )をお使いの場合には,
31590
31591 \series bold
31592 caption
31593 \series default
31594 パッケージにオプションを与える代わりに,
31595 文書クラスオプション
31596 \end_layout
31597
31598 \begin_layout Standard
31599
31600 \series bold
31601 captions=tableheading
31602 \end_layout
31603
31604 \begin_layout Standard
31605 を設定することもできます
31606 \begin_inset Foot
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610 このオプションは本文書で使用されています.
31611 \end_layout
31612
31613 \end_inset
31614
31615
31616 \end_layout
31617
31618 \begin_layout Standard
31619 KOMA-Script文書クラスの文書では,
31620 キャプションを右クリックして,
31621 文脈依存メニューから,
31622 これが図表の上または下に来るべきキャプションかを指定することもできます.これによって,
31623 文書全体のキャプション配置指定にかかわらず,
31624 特定のキャプションの配置を変えることができます.表
31625 \begin_inset CommandInset ref
31626 LatexCommand ref
31627 reference "tab:指定付きキャプション"
31628 nolink "false"
31629
31630 \end_inset
31631
31632 は,
31633 キャプションは,
31634 \SpecialChar LyX
31635 中では上に置かれているけれども,
31636 表の下に来るように指定されている例です.比較のために,
31637
31638 \begin_inset CommandInset ref
31639 LatexCommand ref
31640 reference "tab:標準表"
31641 nolink "false"
31642
31643 \end_inset
31644
31645 のキャプションでは,
31646 指定が為されていません.
31647 \end_layout
31648
31649 \begin_layout Standard
31650 \begin_inset Float table
31651 placement document
31652 alignment document
31653 wide false
31654 sideways false
31655 status open
31656
31657 \begin_layout Plain Layout
31658 \begin_inset Caption Below
31659
31660 \begin_layout Plain Layout
31661 \begin_inset CommandInset label
31662 LatexCommand label
31663 name "tab:指定付きキャプション"
31664
31665 \end_inset
31666
31667 表下に来るように指定されたキャプション
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \begin_layout Plain Layout
31676 \align center
31677 \begin_inset Tabular
31678 <lyxtabular version="3" rows="3" columns="3">
31679 <features tabularvalignment="middle">
31680 <column alignment="center" valignment="top" width="0pt">
31681 <column alignment="center" valignment="top" width="0pt">
31682 <column alignment="center" valignment="top" width="0pt">
31683 <row>
31684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31685 \begin_inset Text
31686
31687 \begin_layout Plain Layout
31688 1
31689 \end_layout
31690
31691 \end_inset
31692 </cell>
31693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31694 \begin_inset Text
31695
31696 \begin_layout Plain Layout
31697 2
31698 \end_layout
31699
31700 \end_inset
31701 </cell>
31702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31703 \begin_inset Text
31704
31705 \begin_layout Plain Layout
31706 3
31707 \end_layout
31708
31709 \end_inset
31710 </cell>
31711 </row>
31712 <row>
31713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31714 \begin_inset Text
31715
31716 \begin_layout Plain Layout
31717 森嶋
31718 \end_layout
31719
31720 \end_inset
31721 </cell>
31722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31723 \begin_inset Text
31724
31725 \begin_layout Plain Layout
31726 宇沢
31727 \end_layout
31728
31729 \end_inset
31730 </cell>
31731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31732 \begin_inset Text
31733
31734 \begin_layout Plain Layout
31735 二階堂
31736 \end_layout
31737
31738 \end_inset
31739 </cell>
31740 </row>
31741 <row>
31742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31743 \begin_inset Text
31744
31745 \begin_layout Plain Layout
31746 \begin_inset Formula $\int x^{2}dx$
31747 \end_inset
31748
31749
31750 \end_layout
31751
31752 \end_inset
31753 </cell>
31754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31755 \begin_inset Text
31756
31757 \begin_layout Plain Layout
31758 \begin_inset Formula $\left[\begin{array}{cc}
31759 a & b\\
31760 c & d
31761 \end{array}\right]$
31762 \end_inset
31763
31764
31765 \end_layout
31766
31767 \end_inset
31768 </cell>
31769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31770 \begin_inset Text
31771
31772 \begin_layout Plain Layout
31773 \begin_inset Formula $1+1=2$
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \end_inset
31780 </cell>
31781 </row>
31782 </lyxtabular>
31783
31784 \end_inset
31785
31786
31787 \end_layout
31788
31789 \end_inset
31790
31791
31792 \end_layout
31793
31794 \begin_layout Standard
31795 \begin_inset Float table
31796 placement document
31797 alignment document
31798 wide false
31799 sideways false
31800 status open
31801
31802 \begin_layout Plain Layout
31803 \begin_inset Caption Standard
31804
31805 \begin_layout Plain Layout
31806 \begin_inset CommandInset label
31807 LatexCommand label
31808 name "tab:標準表"
31809
31810 \end_inset
31811
31812 標準の表キャプション
31813 \end_layout
31814
31815 \end_inset
31816
31817
31818 \end_layout
31819
31820 \begin_layout Plain Layout
31821 \align center
31822 \begin_inset Tabular
31823 <lyxtabular version="3" rows="3" columns="3">
31824 <features tabularvalignment="middle">
31825 <column alignment="center" valignment="top" width="0pt">
31826 <column alignment="center" valignment="top" width="0pt">
31827 <column alignment="center" valignment="top" width="0pt">
31828 <row>
31829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31830 \begin_inset Text
31831
31832 \begin_layout Plain Layout
31833 1
31834 \end_layout
31835
31836 \end_inset
31837 </cell>
31838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31839 \begin_inset Text
31840
31841 \begin_layout Plain Layout
31842 2
31843 \end_layout
31844
31845 \end_inset
31846 </cell>
31847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31848 \begin_inset Text
31849
31850 \begin_layout Plain Layout
31851 3
31852 \end_layout
31853
31854 \end_inset
31855 </cell>
31856 </row>
31857 <row>
31858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31859 \begin_inset Text
31860
31861 \begin_layout Plain Layout
31862 森嶋
31863 \end_layout
31864
31865 \end_inset
31866 </cell>
31867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31868 \begin_inset Text
31869
31870 \begin_layout Plain Layout
31871 宇沢
31872 \end_layout
31873
31874 \end_inset
31875 </cell>
31876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31877 \begin_inset Text
31878
31879 \begin_layout Plain Layout
31880 二階堂
31881 \end_layout
31882
31883 \end_inset
31884 </cell>
31885 </row>
31886 <row>
31887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31888 \begin_inset Text
31889
31890 \begin_layout Plain Layout
31891 \begin_inset Formula $\int x^{2}dx$
31892 \end_inset
31893
31894
31895 \end_layout
31896
31897 \end_inset
31898 </cell>
31899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31900 \begin_inset Text
31901
31902 \begin_layout Plain Layout
31903 \begin_inset Formula $\left[\begin{array}{cc}
31904 a & b\\
31905 c & d
31906 \end{array}\right]$
31907 \end_inset
31908
31909
31910 \end_layout
31911
31912 \end_inset
31913 </cell>
31914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31915 \begin_inset Text
31916
31917 \begin_layout Plain Layout
31918 \begin_inset Formula $1+1=2$
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \end_inset
31925 </cell>
31926 </row>
31927 </lyxtabular>
31928
31929 \end_inset
31930
31931
31932 \end_layout
31933
31934 \end_inset
31935
31936
31937 \end_layout
31938
31939 \begin_layout Standard
31940 \begin_inset VSpace bigskip
31941 \end_inset
31942
31943 また,
31944 キャプションは,
31945 図表の横に置くこともできます.これを実現するには,
31946 文書プリアンブルに
31947 \end_layout
31948
31949 \begin_layout Standard
31950
31951 \series bold
31952
31953 \backslash
31954 usepackage[option]{sidecap}
31955 \end_layout
31956
31957 \begin_layout Standard
31958 という行を入れて,
31959 \SpecialChar LaTeX
31960 パッケージ
31961 \series bold
31962 sidecap
31963 \series default
31964
31965 \begin_inset Index idx
31966 range none
31967 pageformat default
31968 status collapsed
31969
31970 \begin_layout Plain Layout
31971 \begin_inset IndexMacro sortkey
31972 status open
31973
31974 \begin_layout Plain Layout
31975 LaTeXはつけし
31976 \end_layout
31977
31978 \end_inset
31979
31980 \SpecialChar LaTeX
31981 パッケージ
31982 \begin_inset IndexMacro subentry
31983 status open
31984
31985 \begin_layout Plain Layout
31986 sidecap
31987 \end_layout
31988
31989 \end_inset
31990
31991
31992 \end_layout
31993
31994 \end_inset
31995
31996 を読み込まなくてはなりません.オプションを与えなければ,
31997 ページの外側余白の側に—
31998 偶数ページでは右側,
31999 奇数頁では左側に—
32000 キャプションが置かれます.
32001 \series bold
32002 innercaption
32003 \series default
32004 オプションを与えれば,
32005 内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
32006
32007 \series bold
32008 rightcaption
32009 \series default
32010 ないし
32011 \series bold
32012 leftcaption
32013 \series default
32014 オプションを用います.
32015 \end_layout
32016
32017 \begin_layout Standard
32018 \begin_inset ERT
32019 status collapsed
32020
32021 \begin_layout Plain Layout
32022
32023
32024 \backslash
32025 ifsidecap
32026 \end_layout
32027
32028 \end_inset
32029
32030
32031 \begin_inset Note Note
32032 status open
32033
32034 \begin_layout Plain Layout
32035 以下の部分は,
32036 \SpecialChar LaTeX
32037 パッケージ
32038 \series bold
32039 sidecap
32040 \series default
32041 が導入されているときのみ表示されます.
32042 \end_layout
32043
32044 \end_inset
32045
32046
32047 \end_layout
32048
32049 \begin_layout Standard
32050 \SpecialChar LyX
32051 でフロートのキャプションを横に配置するには,
32052 以下のコマンド群を文書プリアンブルに追加する必要があります.
32053 \end_layout
32054
32055 \begin_layout Standard
32056 \noindent
32057 \begin_inset CommandInset line
32058 LatexCommand rule
32059 offset "0.5ex"
32060 width "100line%"
32061 height "1pt"
32062
32063 \end_inset
32064
32065
32066 \end_layout
32067
32068 \begin_layout Standard
32069
32070 \series bold
32071
32072 \backslash
32073 newcommand{
32074 \backslash
32075 TabBesBeg}[1][1.0]{%
32076 \begin_inset Newline newline
32077 \end_inset
32078
32079
32080 \begin_inset Phantom HPhantom
32081 status open
32082
32083 \begin_layout Plain Layout
32084 \begin_inset space ~
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \end_inset
32091
32092
32093 \backslash
32094 let
32095 \backslash
32096 MyTable
32097 \backslash
32098 table
32099 \begin_inset Newline newline
32100 \end_inset
32101
32102
32103 \begin_inset Phantom HPhantom
32104 status open
32105
32106 \begin_layout Plain Layout
32107
32108 \series medium
32109 \begin_inset space ~
32110 \end_inset
32111
32112
32113 \end_layout
32114
32115 \end_inset
32116
32117
32118 \backslash
32119 let
32120 \backslash
32121 MyEndtable
32122 \backslash
32123 endtable
32124 \begin_inset Newline newline
32125 \end_inset
32126
32127
32128 \begin_inset Phantom HPhantom
32129 status open
32130
32131 \begin_layout Plain Layout
32132
32133 \series medium
32134 \begin_inset space ~
32135 \end_inset
32136
32137
32138 \end_layout
32139
32140 \end_inset
32141
32142
32143 \backslash
32144 renewenvironment{table}[1]{
32145 \backslash
32146 begin{SCtable}[#1]##1}{
32147 \backslash
32148 end{SCtable}}}
32149 \end_layout
32150
32151 \begin_layout Standard
32152
32153 \series bold
32154
32155 \backslash
32156 newcommand{
32157 \backslash
32158 TabBesEnd}{%
32159 \begin_inset Newline newline
32160 \end_inset
32161
32162
32163 \begin_inset Phantom HPhantom
32164 status open
32165
32166 \begin_layout Plain Layout
32167 \begin_inset space ~
32168 \end_inset
32169
32170
32171 \end_layout
32172
32173 \end_inset
32174
32175
32176 \backslash
32177 let
32178 \backslash
32179 table
32180 \backslash
32181 MyTable
32182 \begin_inset Newline newline
32183 \end_inset
32184
32185
32186 \begin_inset Phantom HPhantom
32187 status open
32188
32189 \begin_layout Plain Layout
32190 \begin_inset space ~
32191 \end_inset
32192
32193
32194 \end_layout
32195
32196 \end_inset
32197
32198
32199 \backslash
32200 let
32201 \backslash
32202 endtable
32203 \backslash
32204 MyEndtable
32205 \end_layout
32206
32207 \begin_layout Standard
32208
32209 \series bold
32210
32211 \backslash
32212 newcommand{
32213 \backslash
32214 FigBesBeg}[1][1.0]{%
32215 \begin_inset Newline newline
32216 \end_inset
32217
32218
32219 \begin_inset Phantom HPhantom
32220 status open
32221
32222 \begin_layout Plain Layout
32223 \begin_inset space ~
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \backslash
32233 let
32234 \backslash
32235 MyFigure
32236 \backslash
32237 figure
32238 \begin_inset Newline newline
32239 \end_inset
32240
32241
32242 \begin_inset Phantom HPhantom
32243 status open
32244
32245 \begin_layout Plain Layout
32246 \begin_inset space ~
32247 \end_inset
32248
32249
32250 \end_layout
32251
32252 \end_inset
32253
32254
32255 \backslash
32256 let
32257 \backslash
32258 MyEndfigure
32259 \backslash
32260 endfigure
32261 \begin_inset Newline newline
32262 \end_inset
32263
32264
32265 \begin_inset Phantom HPhantom
32266 status open
32267
32268 \begin_layout Plain Layout
32269 \begin_inset space ~
32270 \end_inset
32271
32272
32273 \end_layout
32274
32275 \end_inset
32276
32277
32278 \backslash
32279 renewenvironment{figure}[1]{
32280 \backslash
32281 begin{SCfigure}[#1]##1}{
32282 \backslash
32283 end{SCfigure}}}
32284 \end_layout
32285
32286 \begin_layout Standard
32287
32288 \series bold
32289
32290 \backslash
32291 newcommand{
32292 \backslash
32293 FigBesEnd}{%
32294 \begin_inset Newline newline
32295 \end_inset
32296
32297
32298 \begin_inset Phantom HPhantom
32299 status open
32300
32301 \begin_layout Plain Layout
32302 \begin_inset space ~
32303 \end_inset
32304
32305
32306 \end_layout
32307
32308 \end_inset
32309
32310
32311 \backslash
32312 let
32313 \backslash
32314 figure
32315 \backslash
32316 MyFigure
32317 \begin_inset Newline newline
32318 \end_inset
32319
32320
32321 \begin_inset Phantom HPhantom
32322 status open
32323
32324 \begin_layout Plain Layout
32325 \begin_inset space ~
32326 \end_inset
32327
32328
32329 \end_layout
32330
32331 \end_inset
32332
32333
32334 \backslash
32335 let
32336 \backslash
32337 endfigure
32338 \backslash
32339 MyEndfigure}
32340 \end_layout
32341
32342 \begin_layout Standard
32343 \noindent
32344 \begin_inset CommandInset line
32345 LatexCommand rule
32346 offset "0.5ex"
32347 width "100line%"
32348 height "1pt"
32349
32350 \end_inset
32351
32352
32353 \end_layout
32354
32355 \begin_layout Standard
32356 これらのコマンドは,
32357 キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
32358
32359 \end_layout
32360
32361 \begin_layout Standard
32362
32363 \series bold
32364
32365 \backslash
32366 FigBesBeg
32367 \end_layout
32368
32369 \begin_layout Standard
32370 というコマンドを,
32371 フロートの前に\SpecialChar TeX
32372 コードで入れてください.そして,
32373 元のフロート定義に戻したいところで,
32374
32375 \end_layout
32376
32377 \begin_layout Standard
32378
32379 \series bold
32380
32381 \backslash
32382 FigBesEnd
32383 \end_layout
32384
32385 \begin_layout Standard
32386 という\SpecialChar TeX
32387 コードを入れてください.
32388 \end_layout
32389
32390 \begin_layout Standard
32391 表フロートに対しては,
32392 対応するコマンド
32393 \end_layout
32394
32395 \begin_layout Standard
32396
32397 \series bold
32398
32399 \backslash
32400 TabBesBeg
32401 \series default
32402 および
32403 \series bold
32404
32405 \backslash
32406 TabBesEnd
32407 \end_layout
32408
32409 \begin_layout Standard
32410 を使用してください.図
32411 \begin_inset CommandInset ref
32412 LatexCommand ref
32413 reference "fig:図横キャプション"
32414 nolink "false"
32415
32416 \end_inset
32417
32418 と表
32419 \begin_inset CommandInset ref
32420 LatexCommand ref
32421 reference "tab:表横キャプション"
32422 nolink "false"
32423
32424 \end_inset
32425
32426 がキャプションを脇に設定した例です.
32427 \end_layout
32428
32429 \begin_layout Standard
32430 これらの例において,
32431 表フロートの場合には,
32432 キャプションの文章がフロート上部に表示され,
32433 図フロートではフロート下部に表示されることが確認いただけると思います.これを変更するには,
32434 文書プリアンブルかフロート直前に,
32435 \SpecialChar TeX
32436 コードとして
32437 \end_layout
32438
32439 \begin_layout Standard
32440
32441 \series bold
32442
32443 \backslash
32444 sidecaptionvpos{フロート型}{配置}
32445 \end_layout
32446
32447 \begin_layout Standard
32448 というコマンドを使用します.ここで「フロート型」は
32449 \family sans
32450 figure
32451 \family default
32452
32453 \family sans
32454 table
32455 \family default
32456 であり,
32457 「配置」は,
32458 上揃えの場合はtopの
32459 \end_layout
32460
32461 \begin_layout Standard
32462
32463 \family sans
32464 t
32465 \family default
32466 」,
32467 中央揃えの場合はcenterの「
32468 \family sans
32469 c
32470 \family default
32471 」,
32472 下揃えの場合はbottomの「
32473 \family sans
32474 b
32475 \family default
32476 」のいずれかになります.たとえば,
32477 図フロートのキャプションを縦方向中央揃えとしたい場合には,
32478
32479 \end_layout
32480
32481 \begin_layout Standard
32482
32483 \series bold
32484
32485 \backslash
32486 sidecaptionvpos{figure}{c}
32487 \end_layout
32488
32489 \begin_layout Standard
32490 というコマンドを使用します.これは,
32491
32492 \begin_inset CommandInset ref
32493 LatexCommand ref
32494 reference "fig:図横キャプション-2"
32495 nolink "false"
32496
32497 \end_inset
32498
32499 で使用されています.
32500 \end_layout
32501
32502 \begin_layout Standard
32503 \begin_inset VSpace medskip
32504 \end_inset
32505
32506
32507 \end_layout
32508
32509 \begin_layout Standard
32510 キャプション幅の既定値は,
32511 画像幅ないし表幅です.しかし,
32512
32513 \begin_inset CommandInset ref
32514 LatexCommand ref
32515 reference "tab:表横キャプション"
32516 nolink "false"
32517
32518 \end_inset
32519
32520 のように幅狭の表では,
32521 これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,
32522 画像幅ないし表幅に掛ける因数を指定することができます.指定した幅では,
32523 キャプションがページ余白ないし段余白に突き出てしまうような場合は,
32524 キャプション幅は自動的に再計算してくれます.
32525 \emph on
32526 因数
32527 \emph default
32528 は,
32529
32530 \end_layout
32531
32532 \begin_layout Standard
32533
32534 \series bold
32535
32536 \backslash
32537 FigBesBeg[因数]
32538 \end_layout
32539
32540 \begin_layout Standard
32541 のように,
32542
32543 \series bold
32544
32545 \backslash
32546 FigBesBeg
32547 \series default
32548 への非必須引数として与えることもできますし,
32549
32550 \series bold
32551
32552 \backslash
32553 FigBesBeg
32554 \series default
32555 の定義中で
32556 \series bold
32557 1.0
32558 \series default
32559 を他の値に変更することもできます.表
32560 \begin_inset CommandInset ref
32561 LatexCommand ref
32562 reference "tab:図横幅広"
32563 nolink "false"
32564
32565 \end_inset
32566
32567 では,
32568 因子5が指定されています.
32569 \end_layout
32570
32571 \begin_layout Standard
32572 \begin_inset Note Greyedout
32573 status open
32574
32575 \begin_layout Plain Layout
32576
32577 \series bold
32578 [註]
32579 \series default
32580 キャプションを横につけたフロートでは,
32581 フロート配置オプションの
32582 \family sans
32583 何としても現在地に置く
32584 \family default
32585 は,
32586
32587 \series bold
32588 sidecap
32589 \series default
32590 がサポートしていないので,
32591 使用することができません..
32592 \end_layout
32593
32594 \end_inset
32595
32596
32597 \end_layout
32598
32599 \begin_layout Standard
32600 \begin_inset VSpace medskip
32601 \end_inset
32602
32603
32604 \series bold
32605 sidecap
32606 \series default
32607 パッケージについての詳細は,
32608
32609 \begin_inset CommandInset citation
32610 LatexCommand cite
32611 key "sidecap"
32612 literal "true"
32613
32614 \end_inset
32615
32616 の説明書をご参照ください.
32617 \end_layout
32618
32619 \begin_layout Standard
32620 \begin_inset Note Greyedout
32621 status open
32622
32623 \begin_layout Plain Layout
32624
32625 \series bold
32626 [註]
32627 \series default
32628
32629 \begin_inset CommandInset ref
32630 LatexCommand ref
32631 reference "subsec:参照位置"
32632 nolink "false"
32633
32634 \end_inset
32635
32636 節に説明がある\SpecialChar LaTeX
32637 パッケージ
32638 \series bold
32639 hypcap
32640 \series default
32641
32642 \begin_inset Index idx
32643 range none
32644 pageformat default
32645 status collapsed
32646
32647 \begin_layout Plain Layout
32648 \begin_inset IndexMacro sortkey
32649 status open
32650
32651 \begin_layout Plain Layout
32652 LaTeXはつけし
32653 \end_layout
32654
32655 \end_inset
32656
32657 \SpecialChar LaTeX
32658 パッケージ
32659 \begin_inset IndexMacro subentry
32660 status open
32661
32662 \begin_layout Plain Layout
32663 hypcap
32664 \end_layout
32665
32666 \end_inset
32667
32668
32669 \end_layout
32670
32671 \end_inset
32672
32673 は,
32674 キャプションを脇に表示したフロートに対しては,
32675 効果を持ちません.
32676 \end_layout
32677
32678 \end_inset
32679
32680
32681 \end_layout
32682
32683 \begin_layout Standard
32684 \begin_inset Note Greyedout
32685 status open
32686
32687 \begin_layout Plain Layout
32688
32689 \series bold
32690 [訳註]
32691 \series default
32692 \SpecialChar LaTeX
32693 パッケージ
32694 \series bold
32695 sidecap
32696 \series default
32697
32698 \begin_inset Index idx
32699 range none
32700 pageformat default
32701 status collapsed
32702
32703 \begin_layout Plain Layout
32704 \begin_inset IndexMacro sortkey
32705 status open
32706
32707 \begin_layout Plain Layout
32708 LaTeXはつけし
32709 \end_layout
32710
32711 \end_inset
32712
32713 \SpecialChar LaTeX
32714 パッケージ
32715 \begin_inset IndexMacro subentry
32716 status open
32717
32718 \begin_layout Plain Layout
32719 sidecap
32720 \end_layout
32721
32722 \end_inset
32723
32724
32725 \end_layout
32726
32727 \end_inset
32728
32729 は,
32730 p\SpecialChar LaTeX
32731 と互換性がなく,
32732 特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,
32733 本日本語訳では当該パッケージを使用していません.その使用例については,
32734 取扱説明書『埋め込み機能篇』(つまりこの文書)の\SpecialChar LyX
32735 文書本体を見るか,
32736 出力結果を見たい場合には英語版を出力するようにしてください.
32737 \end_layout
32738
32739 \end_inset
32740
32741
32742 \begin_inset ERT
32743 status collapsed
32744
32745 \begin_layout Plain Layout
32746
32747
32748 \backslash
32749 FigBesBeg 
32750 \end_layout
32751
32752 \end_inset
32753
32754
32755 \end_layout
32756
32757 \begin_layout Standard
32758 \begin_inset Float figure
32759 placement document
32760 alignment document
32761 wide false
32762 sideways false
32763 status open
32764
32765 \begin_layout Plain Layout
32766 \begin_inset Graphics
32767         filename ../clipart/3D-structure-distort.pdf
32768         scale 50
32769         scaleBeforeRotation
32770
32771 \end_inset
32772
32773
32774 \end_layout
32775
32776 \begin_layout Plain Layout
32777 \begin_inset Caption Standard
32778
32779 \begin_layout Plain Layout
32780 \begin_inset CommandInset label
32781 LatexCommand label
32782 name "fig:図横キャプション"
32783
32784 \end_inset
32785
32786 これは図の横にあるキャプションです.
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \begin_layout Standard
32800 \begin_inset ERT
32801 status collapsed
32802
32803 \begin_layout Plain Layout
32804
32805
32806 \backslash
32807 FigBesEnd
32808 \end_layout
32809
32810 \end_inset
32811
32812
32813 \end_layout
32814
32815 \begin_layout Standard
32816 \begin_inset ERT
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820
32821
32822 \backslash
32823 TabBesBeg 
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \begin_layout Standard
32832 \begin_inset Float table
32833 placement document
32834 alignment document
32835 wide false
32836 sideways false
32837 status open
32838
32839 \begin_layout Plain Layout
32840 \begin_inset Caption Standard
32841
32842 \begin_layout Plain Layout
32843 \begin_inset CommandInset label
32844 LatexCommand label
32845 name "tab:表横キャプション"
32846
32847 \end_inset
32848
32849 これは表の横にあるキャプションです.
32850 \end_layout
32851
32852 \end_inset
32853
32854
32855 \end_layout
32856
32857 \begin_layout Plain Layout
32858 \begin_inset Tabular
32859 <lyxtabular version="3" rows="4" columns="5">
32860 <features tabularvalignment="middle">
32861 <column alignment="center" valignment="top">
32862 <column alignment="center" valignment="top">
32863 <column alignment="center" valignment="top">
32864 <column alignment="center" valignment="top">
32865 <column alignment="center" valignment="top">
32866 <row>
32867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32868 \begin_inset Text
32869
32870 \begin_layout Plain Layout
32871
32872 \end_layout
32873
32874 \end_inset
32875 </cell>
32876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32877 \begin_inset Text
32878
32879 \begin_layout Plain Layout
32880
32881 \end_layout
32882
32883 \end_inset
32884 </cell>
32885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32886 \begin_inset Text
32887
32888 \begin_layout Plain Layout
32889
32890 \end_layout
32891
32892 \end_inset
32893 </cell>
32894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32895 \begin_inset Text
32896
32897 \begin_layout Plain Layout
32898
32899 \end_layout
32900
32901 \end_inset
32902 </cell>
32903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907
32908 \end_layout
32909
32910 \end_inset
32911 </cell>
32912 </row>
32913 <row>
32914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32915 \begin_inset Text
32916
32917 \begin_layout Plain Layout
32918
32919 \end_layout
32920
32921 \end_inset
32922 </cell>
32923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32924 \begin_inset Text
32925
32926 \begin_layout Plain Layout
32927
32928 \end_layout
32929
32930 \end_inset
32931 </cell>
32932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32933 \begin_inset Text
32934
32935 \begin_layout Plain Layout
32936
32937 \end_layout
32938
32939 \end_inset
32940 </cell>
32941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32942 \begin_inset Text
32943
32944 \begin_layout Plain Layout
32945
32946 \end_layout
32947
32948 \end_inset
32949 </cell>
32950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32951 \begin_inset Text
32952
32953 \begin_layout Plain Layout
32954
32955 \end_layout
32956
32957 \end_inset
32958 </cell>
32959 </row>
32960 <row>
32961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32962 \begin_inset Text
32963
32964 \begin_layout Plain Layout
32965
32966 \end_layout
32967
32968 \end_inset
32969 </cell>
32970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32971 \begin_inset Text
32972
32973 \begin_layout Plain Layout
32974
32975 \end_layout
32976
32977 \end_inset
32978 </cell>
32979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32980 \begin_inset Text
32981
32982 \begin_layout Plain Layout
32983
32984 \end_layout
32985
32986 \end_inset
32987 </cell>
32988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32989 \begin_inset Text
32990
32991 \begin_layout Plain Layout
32992
32993 \end_layout
32994
32995 \end_inset
32996 </cell>
32997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32998 \begin_inset Text
32999
33000 \begin_layout Plain Layout
33001
33002 \end_layout
33003
33004 \end_inset
33005 </cell>
33006 </row>
33007 <row>
33008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33009 \begin_inset Text
33010
33011 \begin_layout Plain Layout
33012
33013 \end_layout
33014
33015 \end_inset
33016 </cell>
33017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33018 \begin_inset Text
33019
33020 \begin_layout Plain Layout
33021
33022 \end_layout
33023
33024 \end_inset
33025 </cell>
33026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33027 \begin_inset Text
33028
33029 \begin_layout Plain Layout
33030
33031 \end_layout
33032
33033 \end_inset
33034 </cell>
33035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33036 \begin_inset Text
33037
33038 \begin_layout Plain Layout
33039
33040 \end_layout
33041
33042 \end_inset
33043 </cell>
33044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33045 \begin_inset Text
33046
33047 \begin_layout Plain Layout
33048
33049 \end_layout
33050
33051 \end_inset
33052 </cell>
33053 </row>
33054 </lyxtabular>
33055
33056 \end_inset
33057
33058
33059 \end_layout
33060
33061 \end_inset
33062
33063
33064 \end_layout
33065
33066 \begin_layout Standard
33067 \begin_inset ERT
33068 status collapsed
33069
33070 \begin_layout Plain Layout
33071
33072
33073 \backslash
33074 TabBesEnd
33075 \end_layout
33076
33077 \end_inset
33078
33079
33080 \end_layout
33081
33082 \begin_layout Standard
33083 \begin_inset ERT
33084 status collapsed
33085
33086 \begin_layout Plain Layout
33087
33088
33089 \backslash
33090 FigBesBeg 
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \begin_inset ERT
33097 status collapsed
33098
33099 \begin_layout Plain Layout
33100
33101
33102 \backslash
33103 sidecaptionvpos{figure}{c}
33104 \end_layout
33105
33106 \end_inset
33107
33108
33109 \begin_inset Float figure
33110 placement document
33111 alignment document
33112 wide false
33113 sideways false
33114 status open
33115
33116 \begin_layout Plain Layout
33117 \begin_inset Graphics
33118         filename ../clipart/3D-structure-distort.pdf
33119         scale 50
33120         scaleBeforeRotation
33121
33122 \end_inset
33123
33124
33125 \end_layout
33126
33127 \begin_layout Plain Layout
33128 \begin_inset Caption Standard
33129
33130 \begin_layout Plain Layout
33131 \begin_inset CommandInset label
33132 LatexCommand label
33133 name "fig:図横キャプション-2"
33134
33135 \end_inset
33136
33137 これは図の横にある縦方向中央揃えのキャプションです.
33138 \end_layout
33139
33140 \end_inset
33141
33142
33143 \end_layout
33144
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Standard
33151 \begin_inset ERT
33152 status collapsed
33153
33154 \begin_layout Plain Layout
33155
33156
33157 \backslash
33158 FigBesEnd
33159 \end_layout
33160
33161 \end_inset
33162
33163
33164 \end_layout
33165
33166 \begin_layout Standard
33167 \begin_inset ERT
33168 status collapsed
33169
33170 \begin_layout Plain Layout
33171
33172
33173 \backslash
33174 TabBesBeg[5]
33175 \end_layout
33176
33177 \end_inset
33178
33179
33180 \end_layout
33181
33182 \begin_layout Standard
33183 \begin_inset Float table
33184 placement document
33185 alignment document
33186 wide false
33187 sideways false
33188 status open
33189
33190 \begin_layout Plain Layout
33191 \begin_inset Caption Standard
33192
33193 \begin_layout Plain Layout
33194 \begin_inset CommandInset label
33195 LatexCommand label
33196 name "tab:図横幅広"
33197
33198 \end_inset
33199
33200 これは表
33201 \begin_inset CommandInset ref
33202 LatexCommand ref
33203 reference "tab:表横キャプション"
33204 nolink "false"
33205
33206 \end_inset
33207
33208 よりも幅広のキャプションです
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Plain Layout
33217 \begin_inset Tabular
33218 <lyxtabular version="3" rows="4" columns="5">
33219 <features tabularvalignment="middle">
33220 <column alignment="center" valignment="top">
33221 <column alignment="center" valignment="top">
33222 <column alignment="center" valignment="top">
33223 <column alignment="center" valignment="top">
33224 <column alignment="center" valignment="top">
33225 <row>
33226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33227 \begin_inset Text
33228
33229 \begin_layout Plain Layout
33230 a
33231 \end_layout
33232
33233 \end_inset
33234 </cell>
33235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Plain Layout
33248 b
33249 \end_layout
33250
33251 \end_inset
33252 </cell>
33253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33254 \begin_inset Text
33255
33256 \begin_layout Plain Layout
33257
33258 \end_layout
33259
33260 \end_inset
33261 </cell>
33262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33263 \begin_inset Text
33264
33265 \begin_layout Plain Layout
33266 c
33267 \end_layout
33268
33269 \end_inset
33270 </cell>
33271 </row>
33272 <row>
33273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33274 \begin_inset Text
33275
33276 \begin_layout Plain Layout
33277
33278 \end_layout
33279
33280 \end_inset
33281 </cell>
33282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33283 \begin_inset Text
33284
33285 \begin_layout Plain Layout
33286 d
33287 \end_layout
33288
33289 \end_inset
33290 </cell>
33291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33292 \begin_inset Text
33293
33294 \begin_layout Plain Layout
33295
33296 \end_layout
33297
33298 \end_inset
33299 </cell>
33300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33301 \begin_inset Text
33302
33303 \begin_layout Plain Layout
33304 e
33305 \end_layout
33306
33307 \end_inset
33308 </cell>
33309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33310 \begin_inset Text
33311
33312 \begin_layout Plain Layout
33313
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 </row>
33319 <row>
33320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33321 \begin_inset Text
33322
33323 \begin_layout Plain Layout
33324 f
33325 \end_layout
33326
33327 \end_inset
33328 </cell>
33329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33330 \begin_inset Text
33331
33332 \begin_layout Plain Layout
33333
33334 \end_layout
33335
33336 \end_inset
33337 </cell>
33338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33339 \begin_inset Text
33340
33341 \begin_layout Plain Layout
33342 g
33343 \end_layout
33344
33345 \end_inset
33346 </cell>
33347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33348 \begin_inset Text
33349
33350 \begin_layout Plain Layout
33351
33352 \end_layout
33353
33354 \end_inset
33355 </cell>
33356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33357 \begin_inset Text
33358
33359 \begin_layout Plain Layout
33360 h
33361 \end_layout
33362
33363 \end_inset
33364 </cell>
33365 </row>
33366 <row>
33367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33368 \begin_inset Text
33369
33370 \begin_layout Plain Layout
33371
33372 \end_layout
33373
33374 \end_inset
33375 </cell>
33376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33377 \begin_inset Text
33378
33379 \begin_layout Plain Layout
33380 i
33381 \end_layout
33382
33383 \end_inset
33384 </cell>
33385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33386 \begin_inset Text
33387
33388 \begin_layout Plain Layout
33389
33390 \end_layout
33391
33392 \end_inset
33393 </cell>
33394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33395 \begin_inset Text
33396
33397 \begin_layout Plain Layout
33398 j
33399 \end_layout
33400
33401 \end_inset
33402 </cell>
33403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33404 \begin_inset Text
33405
33406 \begin_layout Plain Layout
33407
33408 \end_layout
33409
33410 \end_inset
33411 </cell>
33412 </row>
33413 </lyxtabular>
33414
33415 \end_inset
33416
33417
33418 \end_layout
33419
33420 \end_inset
33421
33422
33423 \end_layout
33424
33425 \begin_layout Standard
33426 \begin_inset ERT
33427 status collapsed
33428
33429 \begin_layout Plain Layout
33430
33431
33432 \backslash
33433 TabBesEnd
33434 \end_layout
33435
33436 \end_inset
33437
33438
33439 \end_layout
33440
33441 \begin_layout Standard
33442 \begin_inset ERT
33443 status collapsed
33444
33445 \begin_layout Plain Layout
33446
33447
33448 \backslash
33449 else
33450 \end_layout
33451
33452 \end_inset
33453
33454
33455 \begin_inset Note Note
33456 status open
33457
33458 \begin_layout Plain Layout
33459 以下の部分は,
33460 \SpecialChar LaTeX
33461 パッケージ
33462 \series bold
33463 sidecap
33464 \series default
33465 が導入されていないときのみ表示されます.
33466 \end_layout
33467
33468 \end_inset
33469
33470
33471 \end_layout
33472
33473 \begin_layout Standard
33474 本節の残りの部分を出力で表示するには,
33475 \SpecialChar LaTeX
33476 パッケージ
33477 \series bold
33478 sidecap
33479 \series default
33480 を導入する必要があります.
33481 \end_layout
33482
33483 \begin_layout Standard
33484 \begin_inset ERT
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488
33489
33490 \backslash
33491 fi
33492 \end_layout
33493
33494 \end_inset
33495
33496
33497 \end_layout
33498
33499 \begin_layout Section
33500 フロート一覧
33501 \begin_inset Index idx
33502 range none
33503 pageformat default
33504 status collapsed
33505
33506 \begin_layout Plain Layout
33507 \begin_inset IndexMacro sortkey
33508 status open
33509
33510 \begin_layout Plain Layout
33511 ふろと
33512 \end_layout
33513
33514 \end_inset
33515
33516 フロート
33517 \begin_inset IndexMacro subentry
33518 status open
33519
33520 \begin_layout Plain Layout
33521 \begin_inset IndexMacro sortkey
33522 status open
33523
33524 \begin_layout Plain Layout
33525 ふろといちらん
33526 \end_layout
33527
33528 \end_inset
33529
33530 フロート一覧
33531 \end_layout
33532
33533 \end_inset
33534
33535
33536 \end_layout
33537
33538 \end_inset
33539
33540
33541 \end_layout
33542
33543 \begin_layout Standard
33544 文書中の各節が列挙されたものである目次と同様,
33545 文書中の図など,
33546 すべてのフロート型に一覧があります.これらは,
33547
33548 \family sans
33549 \series bold
33550 挿入\SpecialChar menuseparator
33551 一覧/目次
33552 \family default
33553 \series default
33554
33555 \begin_inset space \thinspace{}
33556 \end_inset
33557
33558 メニューで挿入することができます.
33559 \end_layout
33560
33561 \begin_layout Standard
33562 一覧の見出しは,
33563 フロートのキャプションないし短縮タイトル,
33564 フロート番号,
33565 これらが文書中で現れるページ番号で構成されます.
33566 \end_layout
33567
33568 \begin_layout Standard
33569 本文書の終わりに,
33570 図一覧と表一覧があります.
33571 \end_layout
33572
33573 \begin_layout Chapter
33574 註釈
33575 \end_layout
33576
33577 \begin_layout Section
33578 \SpecialChar LyX
33579 註釈
33580 \begin_inset Index idx
33581 range none
33582 pageformat default
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 \begin_inset IndexMacro sortkey
33587 status open
33588
33589 \begin_layout Plain Layout
33590 ちゆうしやく
33591 \end_layout
33592
33593 \end_inset
33594
33595 註釈
33596 \begin_inset IndexMacro subentry
33597 status open
33598
33599 \begin_layout Plain Layout
33600 \begin_inset IndexMacro sortkey
33601 status open
33602
33603 \begin_layout Plain Layout
33604 \SpecialChar LyX
33605 のと
33606 \end_layout
33607
33608 \end_inset
33609
33610 \SpecialChar LyX
33611 ノート
33612 \end_layout
33613
33614 \end_inset
33615
33616
33617 \end_layout
33618
33619 \end_inset
33620
33621
33622 \end_layout
33623
33624 \begin_layout Standard
33625 註釈は,
33626 ツールバーボタン
33627 \family sans
33628
33629 \begin_inset Info
33630 type  "icon"
33631 arg   "note-insert"
33632 \end_inset
33633
33634
33635 \family default
33636 か,
33637
33638 \family sans
33639 \series bold
33640 挿入\SpecialChar menuseparator
33641 註釈
33642 \family default
33643 \series default
33644
33645 \begin_inset space \thinspace{}
33646 \end_inset
33647
33648 メニューで挿入することができます.註釈には,
33649 以下の三つの型があります.
33650 \end_layout
33651
33652 \begin_layout Description
33653 \SpecialChar LyX
33654 註釈 この註釈型は,
33655 内部用途の註釈で出力には現れません.註釈ボックスは,
33656 以下のように表示されます.
33657 \begin_inset Newline newline
33658 \end_inset
33659
33660
33661 \begin_inset Newline newline
33662 \end_inset
33663
33664
33665 \begin_inset Graphics
33666         filename clipart/LyXNoteImage.png
33667         display false
33668         scale 50
33669         scaleBeforeRotation
33670
33671 \end_inset
33672
33673
33674 \begin_inset Note Note
33675 status open
33676
33677 \begin_layout Plain Layout
33678 これは,
33679 出力には現れない註釈ボックスに書かれた文章です.
33680 \end_layout
33681
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \begin_layout Description
33688 コメント この註釈も出力には現れませんが,
33689
33690 \family sans
33691 \series bold
33692 ファイル\SpecialChar menuseparator
33693 書き出し\SpecialChar menuseparator
33694
33695 \series default
33696 LaTeX
33697 \begin_inset space ~
33698 \end_inset
33699
33700 (pdflatex)
33701 \begin_inset space \thinspace{}
33702 \end_inset
33703
33704 /
33705 \begin_inset space \thinspace{}
33706 \end_inset
33707
33708 (
33709 \series bold
33710 平文
33711 \series default
33712 )
33713 \family default
33714  メニューを使って文書を\SpecialChar LaTeX
33715 にエクスポートする際には,
33716 \SpecialChar LaTeX
33717 コメントとして出力されます.註釈ボックスは,
33718 以下のように表示されます.
33719 \begin_inset Newline newline
33720 \end_inset
33721
33722
33723 \begin_inset Newline newline
33724 \end_inset
33725
33726
33727 \begin_inset Graphics
33728         filename clipart/CommentNoteImage.png
33729         display false
33730         scale 50
33731         scaleBeforeRotation
33732
33733 \end_inset
33734
33735  
33736 \begin_inset Note Comment
33737 status open
33738
33739 \begin_layout Plain Layout
33740 これは,
33741 \SpecialChar LaTeX
33742 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
33743 \end_layout
33744
33745 \end_inset
33746
33747
33748 \end_layout
33749
33750 \begin_layout Description
33751 淡色表示 この註釈は,
33752 薄灰色の文章として出力に現れます.註釈ボックスは,
33753 以下のように表示されます.
33754 \begin_inset Newline newline
33755 \end_inset
33756
33757
33758 \begin_inset Newline newline
33759 \end_inset
33760
33761
33762 \begin_inset Graphics
33763         filename clipart/GreyedOutNoteImage.png
33764         display false
33765         scale 50
33766         scaleBeforeRotation
33767
33768 \end_inset
33769
33770
33771 \begin_inset Newline newline
33772 \end_inset
33773
33774
33775 \begin_inset ERT
33776 status collapsed
33777
33778 \begin_layout Plain Layout
33779
33780
33781 \backslash
33782 renewenvironment{lyxgreyedout}
33783 \end_layout
33784
33785 \begin_layout Plain Layout
33786
33787 {
33788 \backslash
33789 textcolor[gray]{0.8}
33790 \backslash
33791 bgroup}{
33792 \backslash
33793 egroup}
33794 \end_layout
33795
33796 \end_inset
33797
33798
33799 \begin_inset Note Greyedout
33800 status open
33801
33802 \begin_layout Plain Layout
33803 これは,
33804 出力に薄灰色の文章として現れるコメントに書かれた文章
33805 \begin_inset Foot
33806 status collapsed
33807
33808 \begin_layout Plain Layout
33809 これは,
33810 淡色註釈内に脚註を用いた例です.
33811 \end_layout
33812
33813 \end_inset
33814
33815 です.
33816 \end_layout
33817
33818 \end_inset
33819
33820
33821 \begin_inset ERT
33822 status collapsed
33823
33824 \begin_layout Plain Layout
33825
33826
33827 \backslash
33828 renewenvironment{lyxgreyedout}
33829 \end_layout
33830
33831 \begin_layout Plain Layout
33832
33833 {
33834 \backslash
33835 textcolor{blue}
33836 \backslash
33837 bgroup}{
33838 \backslash
33839 egroup}
33840 \end_layout
33841
33842 \end_inset
33843
33844
33845 \begin_inset Note Note
33846 status open
33847
33848 \begin_layout Plain Layout
33849 以下に述べられているように,
33850 淡色註釈は,
33851 青文字で表示されるよう本文書のプリアンブルで再定義されているため,
33852 ここの淡色註釈は,
33853 \SpecialChar LyX
33854 本来の定義で表示されるように再定義されています.
33855 \end_layout
33856
33857 \end_inset
33858
33859
33860 \begin_inset Newline newline
33861 \end_inset
33862
33863
33864 \begin_inset Newline newline
33865 \end_inset
33866
33867 この例から分かるように,
33868 淡色註釈の最初の行は少し字下げされるほか,
33869 淡色註釈には脚註を入れることができます.
33870 \end_layout
33871
33872 \begin_layout Standard
33873 \begin_inset VSpace bigskip
33874 \end_inset
33875
33876 註釈を挿入するのにツールバーボタン
33877 \family sans
33878
33879 \begin_inset Info
33880 type  "icon"
33881 arg   "note-insert"
33882 \end_inset
33883
33884
33885 \family default
33886 を使用すると,
33887
33888 \family sans
33889 \SpecialChar LyX
33890
33891 \series bold
33892 註釈
33893 \family default
33894 \series default
33895 が挿入されます.註釈ボックスを右クリックすれば,
33896 五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,
33897 平文を選択して,
33898 註釈ツールバーボタンをクリックしてください.註釈を平文に変更するには,
33899 カーソルを註釈の先頭に置いてBackspaceキーを押すか,
33900 カーソルを註釈の最後に置いてDeleteキーを押してください.
33901 \end_layout
33902
33903 \begin_layout Standard
33904 \begin_inset VSpace bigskip
33905 \end_inset
33906
33907 淡色註釈の文字色は,
33908
33909 \family sans
33910 \series bold
33911 文書\SpecialChar menuseparator
33912 設定\SpecialChar menuseparator
33913
33914 \family default
33915 \series default
33916
33917 \begin_inset space \thinspace{}
33918 \end_inset
33919
33920 メニューで変更することができます.
33921 \end_layout
33922
33923 \begin_layout Section
33924 脚註
33925 \begin_inset CommandInset label
33926 LatexCommand label
33927 name "sec:脚注"
33928
33929 \end_inset
33930
33931
33932 \begin_inset Index idx
33933 range none
33934 pageformat default
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938 \begin_inset IndexMacro sortkey
33939 status open
33940
33941 \begin_layout Plain Layout
33942 ちゆうしやく
33943 \end_layout
33944
33945 \end_inset
33946
33947 註釈
33948 \begin_inset IndexMacro subentry
33949 status open
33950
33951 \begin_layout Plain Layout
33952 \begin_inset IndexMacro sortkey
33953 status open
33954
33955 \begin_layout Plain Layout
33956 きやくちゆう
33957 \end_layout
33958
33959 \end_inset
33960
33961 脚註
33962 \end_layout
33963
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \end_inset
33970
33971
33972 \begin_inset Index idx
33973 range none
33974 pageformat default
33975 status collapsed
33976
33977 \begin_layout Plain Layout
33978 \begin_inset IndexMacro sortkey
33979 status open
33980
33981 \begin_layout Plain Layout
33982 きやくちゆう
33983 \end_layout
33984
33985 \end_inset
33986
33987 脚註
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \begin_layout Standard
33996 脚註は,
33997 ツールバーボタン
33998 \family sans
33999
34000 \begin_inset Info
34001 type  "icon"
34002 arg   "footnote-insert"
34003 \end_inset
34004
34005
34006 \family default
34007 か,
34008
34009 \family sans
34010 \series bold
34011 挿入\SpecialChar menuseparator
34012 脚註
34013 \family default
34014 \series default
34015
34016 \begin_inset space \thinspace{}
34017 \end_inset
34018
34019 メニューを使って挿入することができます.すると,
34020 脚註文を挿入したとこ
34021 \begin_inset Graphics
34022         filename clipart/footnote.png
34023         scale 95
34024         scaleBeforeRotation
34025
34026 \end_inset
34027
34028 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,
34029 その文章を選択して,
34030 脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,
34031 カーソルが脚註の先頭にある時にBackspaceキーを押すか,
34032 カーソルが脚註の最後にある時にDeleteキーを押します.
34033 \end_layout
34034
34035 \begin_layout Standard
34036 これが脚註の例です
34037 \begin_inset Foot
34038 status collapsed
34039
34040 \begin_layout Plain Layout
34041 \begin_inset CommandInset label
34042 LatexCommand label
34043 name "fn:これは脚注の一例"
34044
34045 \end_inset
34046
34047 これは脚註の一例です.
34048 \end_layout
34049
34050 \end_inset
34051
34052
34053 \begin_inset ERT
34054 status collapsed
34055
34056 \begin_layout Plain Layout
34057
34058
34059 \backslash
34060 newcounter{MyRepeatFoot}
34061 \end_layout
34062
34063 \begin_layout Plain Layout
34064
34065
34066 \backslash
34067 setcounter{MyRepeatFoot}{
34068 \backslash
34069 thefootnote}
34070 \end_layout
34071
34072 \end_inset
34073
34074
34075 \end_layout
34076
34077 \begin_layout Standard
34078 出力に於いては,
34079 脚註は,
34080 文中の脚註ボックスを置いた位置に上付き数字として表示され,
34081 脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
34082 が計算を行い,
34083 連番が付けられます.脚註番号が章毎にリセットされるか否かは,
34084 使用する文書クラスに依ります.
34085 \end_layout
34086
34087 \begin_layout Standard
34088 脚註もフロート同様,
34089 参照することができます.脚註にラベルを挿入し,
34090
34091 \begin_inset CommandInset ref
34092 LatexCommand ref
34093 reference "sec:フロートの参照"
34094 nolink "false"
34095
34096 \end_inset
34097
34098 節に説明されているようにして,
34099 本文中でこのラベルを相互参照してください.
34100 \begin_inset Newline newline
34101 \end_inset
34102
34103 これは脚註
34104 \begin_inset CommandInset ref
34105 LatexCommand ref
34106 reference "fn:これは脚注の一例"
34107 nolink "false"
34108
34109 \end_inset
34110
34111 の相互参照です.
34112 \end_layout
34113
34114 \begin_layout Standard
34115 \begin_inset VSpace defskip
34116 \end_inset
34117
34118 表題環境における脚註は,
34119 通常,
34120 記号付きで付番はされず,
34121 複数の段落を含むことはできません.たとえば,
34122 この文書の表題の脚註をご覧ください.
34123 \end_layout
34124
34125 \begin_layout Standard
34126 多頁表中の脚註は,
34127
34128 \begin_inset CommandInset ref
34129 LatexCommand ref
34130 reference "subsec:多頁表での脚注"
34131 nolink "false"
34132
34133 \end_inset
34134
34135 節で述べられています.
34136 \end_layout
34137
34138 \begin_layout Standard
34139 \begin_inset VSpace defskip
34140 \end_inset
34141
34142
34143 \end_layout
34144
34145 \begin_layout Standard
34146 ミニページ中の脚註は出力されますが,
34147 ミニボックスは頁中の頁のようなものなので,
34148 ボックス内に独立した連番として出力されます(ミニページについての詳細は,
34149
34150 \begin_inset CommandInset ref
34151 LatexCommand ref
34152 reference "sec:ミニページ"
34153 nolink "false"
34154
34155 \end_inset
34156
34157 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,
34158 しかし,
34159 それを行うには他の方法があり,
34160 まず脚註の代わりに\SpecialChar TeX
34161 コードで
34162 \series bold
34163
34164 \backslash
34165 footnotemark{}
34166 \series default
34167 コマンドを入れてください.脚註の本文は.ミニページの後で\SpecialChar TeX
34168 コード
34169 \series bold
34170
34171 \backslash
34172 footnotetext
34173 \series default
34174 コマンドの引数として入力します.
34175 \begin_inset Newline newline
34176 \end_inset
34177
34178 以下の表ではコマンド
34179 \begin_inset Newline newline
34180 \end_inset
34181
34182
34183 \series bold
34184
34185 \backslash
34186 footnotetext{
34187 \series default
34188 ミニページ外の脚註です.
34189 \series bold
34190 }
34191 \series default
34192
34193 \begin_inset Newline newline
34194 \end_inset
34195
34196 を用いています
34197 \lang english
34198 minipage
34199 \lang japanese
34200
34201 \end_layout
34202
34203 \begin_layout Standard
34204 \begin_inset Box Frameless
34205 position "t"
34206 hor_pos "c"
34207 has_inner_box 1
34208 inner_pos "t"
34209 use_parbox 0
34210 use_makebox 0
34211 width "100col%"
34212 special "none"
34213 height "1in"
34214 height_special "totalheight"
34215 thickness "0.4pt"
34216 separation "3pt"
34217 shadowsize "4pt"
34218 framecolor "black"
34219 backgroundcolor "none"
34220 status open
34221
34222 \begin_layout Plain Layout
34223 これはミニページ中の例文です.
34224 \begin_inset Foot
34225 status open
34226
34227 \begin_layout Plain Layout
34228 ミニページ中の脚註です.
34229 \end_layout
34230
34231 \end_inset
34232
34233
34234 \end_layout
34235
34236 \begin_layout Plain Layout
34237 これはミニページ中の例文です.
34238 \begin_inset ERT
34239 status collapsed
34240
34241 \begin_layout Plain Layout
34242
34243
34244 \backslash
34245 footnotemark{}
34246 \end_layout
34247
34248 \end_inset
34249
34250
34251 \end_layout
34252
34253 \end_inset
34254
34255
34256 \end_layout
34257
34258 \begin_layout Standard
34259 \begin_inset ERT
34260 status collapsed
34261
34262 \begin_layout Plain Layout
34263
34264
34265 \backslash
34266 footnotetext{
34267 \end_layout
34268
34269 \end_inset
34270
34271 ミニページ外の脚註です.
34272 \begin_inset ERT
34273 status collapsed
34274
34275 \begin_layout Plain Layout
34276
34277 }
34278 \end_layout
34279
34280 \end_inset
34281
34282
34283 \begin_inset VSpace defskip
34284 \end_inset
34285
34286
34287 \end_layout
34288
34289 \begin_layout Standard
34290 毎回脚註本文を出力せずに,
34291 同じ脚註を何度か参照したい場合には,
34292 \SpecialChar TeX
34293 コードでコマンド
34294 \series bold
34295
34296 \backslash
34297 footnotemark[番号]
34298 \series default
34299 を使用してください.
34300 \begin_inset Newline newline
34301 \end_inset
34302
34303 文章を書いている途中には,
34304 繰り返す脚註の数はわからないので,
34305 その番号は保存しておかなくてはなりません.以下の脚註例では,
34306 脚註
34307 \begin_inset CommandInset ref
34308 LatexCommand ref
34309 reference "fn:これは脚注の一例"
34310 nolink "false"
34311
34312 \end_inset
34313
34314 の後に,
34315 \SpecialChar TeX
34316 コードで
34317 \end_layout
34318
34319 \begin_layout Standard
34320
34321 \series bold
34322
34323 \backslash
34324 newcounter{MyRepeatFoot}
34325 \begin_inset Newline newline
34326 \end_inset
34327
34328
34329 \backslash
34330 setcounter{MyRepeatFoot}{
34331 \backslash
34332 thefootnote}
34333 \end_layout
34334
34335 \begin_layout Standard
34336 というコマンドを挿入しています.そして脚註マークは,
34337
34338 \end_layout
34339
34340 \begin_layout Standard
34341
34342 \series bold
34343
34344 \backslash
34345 footnotemark[
34346 \backslash
34347 theMyRepeatFoot]
34348 \end_layout
34349
34350 \begin_layout Standard
34351 で作成します.
34352 \end_layout
34353
34354 \begin_layout Standard
34355 これは繰り返し脚註の例です.
34356 \begin_inset ERT
34357 status collapsed
34358
34359 \begin_layout Plain Layout
34360
34361
34362 \backslash
34363 footnotemark[
34364 \backslash
34365 theMyRepeatFoot]
34366 \end_layout
34367
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \begin_layout Standard
34374 直前の脚註を繰り返すには,
34375 脚註番号の保存を行わないで,
34376 直ちに
34377 \end_layout
34378
34379 \begin_layout Standard
34380
34381 \series bold
34382
34383 \backslash
34384 footnotemark[
34385 \backslash
34386 thefootnote]
34387 \end_layout
34388
34389 \begin_layout Standard
34390 を使用してください.
34391 \end_layout
34392
34393 \begin_layout Standard
34394 これは繰り返し脚註の例です.
34395 \begin_inset ERT
34396 status collapsed
34397
34398 \begin_layout Plain Layout
34399
34400
34401 \backslash
34402 footnotemark[
34403 \backslash
34404 thefootnote]
34405 \end_layout
34406
34407 \end_inset
34408
34409
34410 \end_layout
34411
34412 \begin_layout Subsection
34413 脚註の付番
34414 \begin_inset CommandInset label
34415 LatexCommand label
34416 name "subsec:脚注の付番"
34417
34418 \end_inset
34419
34420
34421 \begin_inset Index idx
34422 range none
34423 pageformat default
34424 status collapsed
34425
34426 \begin_layout Plain Layout
34427 \begin_inset IndexMacro sortkey
34428 status open
34429
34430 \begin_layout Plain Layout
34431 きやくちゆう
34432 \end_layout
34433
34434 \end_inset
34435
34436 脚註
34437 \begin_inset IndexMacro subentry
34438 status open
34439
34440 \begin_layout Plain Layout
34441 \begin_inset IndexMacro sortkey
34442 status open
34443
34444 \begin_layout Plain Layout
34445 ふはん
34446 \end_layout
34447
34448 \end_inset
34449
34450 付番
34451 \end_layout
34452
34453 \end_inset
34454
34455
34456 \end_layout
34457
34458 \end_inset
34459
34460
34461 \end_layout
34462
34463 \begin_layout Standard
34464 各節毎に脚註番号を1にリセットするには,
34465 文書プリアンブルに
34466 \end_layout
34467
34468 \begin_layout Standard
34469
34470 \series bold
34471
34472 \backslash
34473 @addtoreset{footnote}{section}
34474 \end_layout
34475
34476 \begin_layout Standard
34477 というコマンドを加えてください.
34478 \end_layout
34479
34480 \begin_layout Standard
34481 \begin_inset VSpace bigskip
34482 \end_inset
34483
34484 以下のプリアンブルコマンドを使うと,
34485 脚註の付番様式を小文字ローマ数字に変更することができます.
34486 \end_layout
34487
34488 \begin_layout Standard
34489
34490 \series bold
34491
34492 \backslash
34493 renewcommand{
34494 \backslash
34495 thefootnote}{
34496 \backslash
34497 roman{footnote}}
34498 \end_layout
34499
34500 \begin_layout Standard
34501 \begin_inset ERT
34502 status collapsed
34503
34504 \begin_layout Plain Layout
34505
34506
34507 \backslash
34508 renewcommand{
34509 \backslash
34510 thefootnote}{
34511 \backslash
34512 roman{footnote}}
34513 \end_layout
34514
34515 \end_inset
34516
34517 これは,
34518 ローマ数字を使った脚註です
34519 \begin_inset Foot
34520 status collapsed
34521
34522 \begin_layout Plain Layout
34523 これは,
34524 ローマ数字を使った脚註の例です.
34525 \end_layout
34526
34527 \end_inset
34528
34529
34530 \end_layout
34531
34532 \begin_layout Standard
34533 付番様式を大文字ローマ数字に変更するには,
34534 上記コマンドの
34535 \series bold
34536
34537 \backslash
34538 roman
34539 \series default
34540
34541 \series bold
34542
34543 \backslash
34544 Roman
34545 \series default
34546 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,
34547 それぞれ
34548 \series bold
34549
34550 \backslash
34551 Alph
34552 \series default
34553 または
34554 \series bold
34555
34556 \backslash
34557 alph
34558 \series default
34559 を使用してください.記号を使って付「番」するには,
34560
34561 \series bold
34562
34563 \backslash
34564 fnsymbol
34565 \series default
34566 を使ってください.
34567 \end_layout
34568
34569 \begin_layout Standard
34570 \begin_inset Note Greyedout
34571 status open
34572
34573 \begin_layout Plain Layout
34574
34575 \series bold
34576 [註]
34577 \series default
34578 この付番方法には1文字しか使えないので,
34579 ラテン文字を使うと26個の脚註しか番号を振ることができません.
34580 \end_layout
34581
34582 \end_inset
34583
34584
34585 \begin_inset Newline newline
34586 \end_inset
34587
34588
34589 \begin_inset Note Greyedout
34590 status open
34591
34592 \begin_layout Plain Layout
34593
34594 \series bold
34595 [註]
34596 \series default
34597 記号を使うと9個の脚註しか番号を振ることができません.
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \begin_layout Standard
34606 付番様式を変更した後,
34607 既定様式に戻すには,
34608 上記コマンドの
34609 \series bold
34610
34611 \backslash
34612 roman
34613 \series default
34614
34615 \series bold
34616
34617 \backslash
34618 arabic
34619 \series default
34620 に置き換えて使用してください.
34621 \begin_inset ERT
34622 status collapsed
34623
34624 \begin_layout Plain Layout
34625
34626
34627 \backslash
34628 renewcommand{
34629 \backslash
34630 thefootnote}{
34631 \backslash
34632 arabic{footnote}}
34633 \end_layout
34634
34635 \end_inset
34636
34637
34638 \end_layout
34639
34640 \begin_layout Standard
34641 \begin_inset VSpace bigskip
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \begin_layout Standard
34648 脚註を「章番号.脚註番号」スキームで付番したいときには,
34649 使用中文書のプリアンブルに
34650 \end_layout
34651
34652 \begin_layout Standard
34653
34654 \series bold
34655
34656 \backslash
34657 numberwithin{footnote}{chapter}
34658 \end_layout
34659
34660 \begin_layout Standard
34661 というコマンドを加えてください.
34662 \series bold
34663
34664 \backslash
34665 numberwithin
34666 \series default
34667 コマンドを使用できるようにするためには,
34668 文書設定の
34669 \family sans
34670 \series bold
34671 数式オプション
34672 \family default
34673 \series default
34674 タブで
34675 \family sans
34676 AMS
34677 \begin_inset space ~
34678 \end_inset
34679
34680 math
34681 \series bold
34682 パッケージを使う
34683 \family default
34684 \series default
34685 オプションを有効にしてください.
34686 \end_layout
34687
34688 \begin_layout Standard
34689 \begin_inset ERT
34690 status collapsed
34691
34692 \begin_layout Plain Layout
34693
34694
34695 \backslash
34696 numberwithin{footnote}{chapter}
34697 \end_layout
34698
34699 \end_inset
34700
34701 これは,
34702 脚註のもう一つの例です
34703 \series bold
34704
34705 \begin_inset Foot
34706 status open
34707
34708 \begin_layout Plain Layout
34709 これは「章番号.脚註番号」スキームで番号を振られた脚註です.
34710 \end_layout
34711
34712 \end_inset
34713
34714
34715 \series default
34716
34717 \begin_inset ERT
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721
34722
34723 \backslash
34724 renewcommand{
34725 \backslash
34726 thefootnote}{
34727 \backslash
34728 arabic{footnote}}
34729 \end_layout
34730
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Standard
34737 \begin_inset Note Greyedout
34738 status open
34739
34740 \begin_layout Plain Layout
34741
34742 \series bold
34743 [註]
34744 \backslash
34745 numberwithin
34746 \series default
34747 は,
34748 脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
34749 \end_layout
34750
34751 \end_inset
34752
34753
34754 \end_layout
34755
34756 \begin_layout Standard
34757 また,
34758 例えば「章番号.
34759 \backslash
34760 Roman{footnote}」スキームを得るには,
34761
34762 \series bold
34763
34764 \backslash
34765 numberwithin
34766 \series default
34767 の代わりに以下のコマンドを使用してください.
34768 \end_layout
34769
34770 \begin_layout Standard
34771
34772 \series bold
34773
34774 \backslash
34775 renewcommand{
34776 \backslash
34777 thefootnote}{
34778 \backslash
34779 thechapter.
34780 \backslash
34781 Roman{footnote}}
34782 \end_layout
34783
34784 \begin_layout Subsection
34785 脚註の配置
34786 \begin_inset Index idx
34787 range none
34788 pageformat default
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792 \begin_inset IndexMacro sortkey
34793 status open
34794
34795 \begin_layout Plain Layout
34796 きやくちゆう
34797 \end_layout
34798
34799 \end_inset
34800
34801 脚註
34802 \begin_inset IndexMacro subentry
34803 status open
34804
34805 \begin_layout Plain Layout
34806 \begin_inset IndexMacro sortkey
34807 status open
34808
34809 \begin_layout Plain Layout
34810 はいち
34811 \end_layout
34812
34813 \end_inset
34814
34815 配置
34816 \end_layout
34817
34818 \end_inset
34819
34820
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \end_layout
34827
34828 \begin_layout Standard
34829 同一ページに複数の脚註がある場合,
34830 それらはページ底部に縦方向の余白を空けることなく,
34831 並べられます.これを読みやすくするには,
34832 例えば以下のようなコマンドをプリアンブルに足して,
34833 1.5
34834 \begin_inset space \thinspace{}
34835 \end_inset
34836
34837 mmの余白を追加することもできます.
34838 \end_layout
34839
34840 \begin_layout Standard
34841
34842 \series bold
34843
34844 \backslash
34845 let
34846 \backslash
34847 myFoot
34848 \backslash
34849 footnote
34850 \begin_inset Newline newline
34851 \end_inset
34852
34853
34854 \backslash
34855 renewcommand{
34856 \backslash
34857 footnote}[1]{
34858 \backslash
34859 myFoot{#1
34860 \backslash
34861 vspace{1.5mm}}}
34862 \end_layout
34863
34864 \begin_layout Standard
34865 \begin_inset VSpace bigskip
34866 \end_inset
34867
34868 二段組文書では,
34869 脚註は各段底部に表示されます(図
34870 \begin_inset CommandInset ref
34871 LatexCommand ref
34872 reference "fig:標準的脚注配置"
34873 nolink "false"
34874
34875 \end_inset
34876
34877 ).図
34878 \begin_inset CommandInset ref
34879 LatexCommand ref
34880 reference "fig:ftnright脚注配置"
34881 nolink "false"
34882
34883 \end_inset
34884
34885 のように,
34886 脚註を右段底部にのみ表示するようにするには,
34887 文書プリアンブルに
34888 \end_layout
34889
34890 \begin_layout Standard
34891
34892 \series bold
34893
34894 \backslash
34895 usepackage{ftnright}
34896 \end_layout
34897
34898 \begin_layout Standard
34899 というコマンドを書いて,
34900 \SpecialChar LaTeX
34901 パッケージ
34902 \series bold
34903 ftnright
34904 \series default
34905
34906 \begin_inset Index idx
34907 range none
34908 pageformat default
34909 status collapsed
34910
34911 \begin_layout Plain Layout
34912 \begin_inset IndexMacro sortkey
34913 status open
34914
34915 \begin_layout Plain Layout
34916 LaTeXはつけし
34917 \end_layout
34918
34919 \end_inset
34920
34921 \SpecialChar LaTeX
34922 パッケージ
34923 \begin_inset IndexMacro subentry
34924 status open
34925
34926 \begin_layout Plain Layout
34927 ftnright
34928 \end_layout
34929
34930 \end_inset
34931
34932
34933 \end_layout
34934
34935 \end_inset
34936
34937 を読み込みます.
34938 \begin_inset Float figure
34939 placement !h
34940 alignment document
34941 wide false
34942 sideways false
34943 status open
34944
34945 \begin_layout Plain Layout
34946 \noindent
34947 \align center
34948 \begin_inset Box Boxed
34949 position "t"
34950 hor_pos "c"
34951 has_inner_box 0
34952 inner_pos "t"
34953 use_parbox 0
34954 use_makebox 0
34955 width ""
34956 special "none"
34957 height "1in"
34958 height_special "totalheight"
34959 thickness "0.4pt"
34960 separation "3pt"
34961 shadowsize "4pt"
34962 framecolor "black"
34963 backgroundcolor "none"
34964 status open
34965
34966 \begin_layout Plain Layout
34967 \begin_inset Graphics
34968         filename ../clipart/without_fntright.pdf
34969         width 100col%
34970         scaleBeforeRotation
34971
34972 \end_inset
34973
34974
34975 \end_layout
34976
34977 \end_inset
34978
34979
34980 \end_layout
34981
34982 \begin_layout Plain Layout
34983 \begin_inset Caption Standard
34984
34985 \begin_layout Plain Layout
34986 \begin_inset CommandInset label
34987 LatexCommand label
34988 name "fig:標準的脚注配置"
34989
34990 \end_inset
34991
34992 二段組文書の標準的な脚註配置
34993 \end_layout
34994
34995 \end_inset
34996
34997
34998 \end_layout
34999
35000 \end_inset
35001
35002
35003 \end_layout
35004
35005 \begin_layout Standard
35006 \begin_inset Float figure
35007 placement !h
35008 alignment document
35009 wide false
35010 sideways false
35011 status open
35012
35013 \begin_layout Plain Layout
35014 \noindent
35015 \align center
35016 \begin_inset Box Boxed
35017 position "t"
35018 hor_pos "c"
35019 has_inner_box 0
35020 inner_pos "t"
35021 use_parbox 0
35022 use_makebox 0
35023 width ""
35024 special "none"
35025 height "1in"
35026 height_special "totalheight"
35027 thickness "0.4pt"
35028 separation "3pt"
35029 shadowsize "4pt"
35030 framecolor "black"
35031 backgroundcolor "none"
35032 status open
35033
35034 \begin_layout Plain Layout
35035 \begin_inset Graphics
35036         filename ../clipart/with_fntright.pdf
35037         width 100col%
35038         scaleBeforeRotation
35039
35040 \end_inset
35041
35042
35043 \end_layout
35044
35045 \end_inset
35046
35047
35048 \end_layout
35049
35050 \begin_layout Plain Layout
35051 \begin_inset Caption Standard
35052
35053 \begin_layout Plain Layout
35054 \begin_inset CommandInset label
35055 LatexCommand label
35056 name "fig:ftnright脚注配置"
35057
35058 \end_inset
35059
35060 \SpecialChar LaTeX
35061 パッケージ
35062 \series bold
35063 ftnright
35064 \series default
35065 を使用したときの二段組文書の脚註配置
35066 \end_layout
35067
35068 \end_inset
35069
35070
35071 \end_layout
35072
35073 \end_inset
35074
35075
35076 \end_layout
35077
35078 \begin_layout Standard
35079 \begin_inset VSpace bigskip
35080 \end_inset
35081
35082 科学的文献においては,
35083
35084 \begin_inset CommandInset ref
35085 LatexCommand ref
35086 reference "fig:後註"
35087 nolink "false"
35088
35089 \end_inset
35090
35091 のように,
35092 節の末尾に別段落を設けて,
35093 脚註をまとめて出力することも普通に行われます.これは「後註
35094 \begin_inset Index idx
35095 range none
35096 pageformat default
35097 status collapsed
35098
35099 \begin_layout Plain Layout
35100 \begin_inset IndexMacro sortkey
35101 status open
35102
35103 \begin_layout Plain Layout
35104 こちゆう
35105 \end_layout
35106
35107 \end_inset
35108
35109 後註
35110 \end_layout
35111
35112 \end_inset
35113
35114 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
35115
35116 \family sans
35117 \series bold
35118 文書\SpecialChar menuseparator
35119 設定\SpecialChar menuseparator
35120 モジュール
35121 \family default
35122 \series default
35123
35124 \begin_inset space \thinspace{}
35125 \end_inset
35126
35127 メニューで
35128 \family sans
35129 脚註から後註へ
35130 \family default
35131 を読み込んでください.まとめた注を出力するには,
35132 節ないし章末に\SpecialChar TeX
35133 コードで
35134 \end_layout
35135
35136 \begin_layout Standard
35137
35138 \series bold
35139
35140 \backslash
35141 theendnotes
35142 \end_layout
35143
35144 \begin_layout Standard
35145 というコマンドを挿入してください.
35146 \end_layout
35147
35148 \begin_layout Standard
35149 \begin_inset Float figure
35150 placement document
35151 alignment document
35152 wide false
35153 sideways false
35154 status open
35155
35156 \begin_layout Plain Layout
35157 \align center
35158 \begin_inset Box Boxed
35159 position "t"
35160 hor_pos "c"
35161 has_inner_box 0
35162 inner_pos "t"
35163 use_parbox 0
35164 use_makebox 0
35165 width ""
35166 special "none"
35167 height "1in"
35168 height_special "totalheight"
35169 thickness "0.4pt"
35170 separation "3pt"
35171 shadowsize "4pt"
35172 framecolor "black"
35173 backgroundcolor "none"
35174 status open
35175
35176 \begin_layout Plain Layout
35177 \begin_inset Graphics
35178         filename ../clipart/endnotes.pdf
35179         width 100col%
35180         scaleBeforeRotation
35181
35182 \end_inset
35183
35184
35185 \end_layout
35186
35187 \end_inset
35188
35189
35190 \end_layout
35191
35192 \begin_layout Plain Layout
35193 \begin_inset Caption Standard
35194
35195 \begin_layout Plain Layout
35196 \begin_inset CommandInset label
35197 LatexCommand label
35198 name "fig:後註"
35199
35200 \end_inset
35201
35202 後註 – 注を節ないし章末に別段落として印字します.
35203 \end_layout
35204
35205 \end_inset
35206
35207
35208 \end_layout
35209
35210 \end_inset
35211
35212
35213 \end_layout
35214
35215 \begin_layout Standard
35216 \begin_inset VSpace medskip
35217 \end_inset
35218
35219 後註の段落見出しは,
35220 文書言語に自動的に翻訳されることはありませんので,
35221 手動で翻訳しなくてはなりません.プリアンブルで
35222 \end_layout
35223
35224 \begin_layout Standard
35225
35226 \series bold
35227
35228 \backslash
35229 renewcommand{
35230 \backslash
35231 notesname}{Anmerkungen}
35232 \end_layout
35233
35234 \begin_layout Standard
35235 というコマンドを使えば,
35236 既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
35237 \end_layout
35238
35239 \begin_layout Standard
35240 \begin_inset VSpace medskip
35241 \end_inset
35242
35243
35244 \begin_inset CommandInset ref
35245 LatexCommand ref
35246 reference "subsec:脚注の付番"
35247 nolink "false"
35248
35249 \end_inset
35250
35251 節で述べた脚註の付番と同様に,
35252 後註の付番も変更することができます.
35253 \series bold
35254
35255 \backslash
35256 thefootnote
35257 \series default
35258 コマンドの代わりに
35259 \series bold
35260
35261 \backslash
35262 theendnote
35263 \series default
35264 を用いてください.後註番号をリセットするには,
35265
35266 \begin_inset CommandInset ref
35267 LatexCommand ref
35268 reference "subsec:脚注の付番"
35269 nolink "false"
35270
35271 \end_inset
35272
35273 節で述べたコマンド
35274 \series bold
35275
35276 \backslash
35277 @addtoreset
35278 \series default
35279 の,
35280 パラメータ
35281 \series bold
35282 footnote
35283 \series default
35284
35285 \series bold
35286 endnote
35287 \series default
35288 に変えて,
35289 使用してください.
35290 \end_layout
35291
35292 \begin_layout Standard
35293 後註の印だけを作成するには,
35294
35295 \begin_inset CommandInset ref
35296 LatexCommand ref
35297 reference "sec:脚注"
35298 nolink "false"
35299
35300 \end_inset
35301
35302 節で説明した
35303 \series bold
35304
35305 \backslash
35306 footnotemark
35307 \series default
35308 コマンドの代わりに,
35309
35310 \series bold
35311
35312 \backslash
35313 endnotemark[番号]
35314 \series default
35315 コマンドを使用してください.
35316 \end_layout
35317
35318 \begin_layout Standard
35319 \begin_inset VSpace bigskip
35320 \end_inset
35321
35322 脚註はページ余白に置くこともでき,
35323 脚註文の揃えも変更することができます.詳細は,
35324 \SpecialChar LaTeX
35325 パッケージ
35326 \series bold
35327 footmisc
35328 \series default
35329
35330 \begin_inset Index idx
35331 range none
35332 pageformat default
35333 status collapsed
35334
35335 \begin_layout Plain Layout
35336 \begin_inset IndexMacro sortkey
35337 status open
35338
35339 \begin_layout Plain Layout
35340 LaTeXはつけし
35341 \end_layout
35342
35343 \end_inset
35344
35345 \SpecialChar LaTeX
35346 パッケージ
35347 \begin_inset IndexMacro subentry
35348 status open
35349
35350 \begin_layout Plain Layout
35351 footmisc
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \end_layout
35358
35359 \end_inset
35360
35361
35362 \begin_inset CommandInset citation
35363 LatexCommand cite
35364 key "footmisc"
35365 literal "true"
35366
35367 \end_inset
35368
35369 を参照してください.
35370 \end_layout
35371
35372 \begin_layout Standard
35373 脚註の整形にまつわるその他多くの話題が,
35374 \SpecialChar LaTeX
35375 関連書籍
35376 \begin_inset CommandInset citation
35377 LatexCommand cite
35378 key "latexcompanion,latexguide,latexbook"
35379 literal "true"
35380
35381 \end_inset
35382
35383 に載っています.
35384 \series bold
35385 KOMA-Script
35386 \series default
35387
35388 \begin_inset Index idx
35389 range none
35390 pageformat default
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394 \begin_inset IndexMacro sortkey
35395 status open
35396
35397 \begin_layout Plain Layout
35398 LaTeXはつけし
35399 \end_layout
35400
35401 \end_inset
35402
35403 \SpecialChar LaTeX
35404 パッケージ
35405 \begin_inset IndexMacro subentry
35406 status open
35407
35408 \begin_layout Plain Layout
35409 KOMA-Script
35410 \end_layout
35411
35412 \end_inset
35413
35414
35415 \end_layout
35416
35417 \end_inset
35418
35419 文書クラスを使用している場合には,
35420 すべての脚註設定を,
35421 クラス固有のコマンドで調節することができます(
35422 \begin_inset CommandInset citation
35423 LatexCommand cite
35424 key "KOMA-Script"
35425 literal "true"
35426
35427 \end_inset
35428
35429 参照).
35430 \end_layout
35431
35432 \begin_layout Section
35433 傍註
35434 \begin_inset Index idx
35435 range none
35436 pageformat default
35437 status collapsed
35438
35439 \begin_layout Plain Layout
35440 \begin_inset IndexMacro sortkey
35441 status open
35442
35443 \begin_layout Plain Layout
35444 ちゆうしやく
35445 \end_layout
35446
35447 \end_inset
35448
35449 註釈
35450 \begin_inset IndexMacro subentry
35451 status open
35452
35453 \begin_layout Plain Layout
35454 \begin_inset IndexMacro sortkey
35455 status open
35456
35457 \begin_layout Plain Layout
35458 ほうちゆう
35459 \end_layout
35460
35461 \end_inset
35462
35463 傍註
35464 \end_layout
35465
35466 \end_inset
35467
35468
35469 \end_layout
35470
35471 \end_inset
35472
35473
35474 \end_layout
35475
35476 \begin_layout Standard
35477 \SpecialChar LyX
35478 内において,
35479 傍註註釈は,
35480 脚註のような外見と挙動を示します.これは
35481 \family sans
35482
35483 \begin_inset space \thinspace{}
35484 \end_inset
35485
35486
35487 \series bold
35488 挿入\SpecialChar menuseparator
35489 傍註
35490 \family default
35491 \series default
35492
35493 \begin_inset space \thinspace{}
35494 \end_inset
35495
35496 メニューかツールバーボタン
35497 \family sans
35498
35499 \begin_inset Info
35500 type  "icon"
35501 arg   "marginalnote-insert"
35502 \end_inset
35503
35504
35505 \family default
35506 で挿入することができます.すると,
35507 紫字で「傍註」と書かれた灰色のボックスが現れて,
35508 そこに傍註文を入れることができます.
35509 \end_layout
35510
35511 \begin_layout Standard
35512 横にあるのが傍註です
35513 \begin_inset Marginal
35514 status open
35515
35516 \begin_layout Plain Layout
35517 これは傍註文です.
35518 \end_layout
35519
35520 \end_inset
35521
35522
35523 \end_layout
35524
35525 \begin_layout Standard
35526 片面文書においては,
35527 傍註は右側に表示され,
35528 両面文書においては外側余白—
35529 偶数ページでは左側,
35530 奇数ページでは右側—
35531 に表示されます.傍註文は,
35532 外側余白の反対側に—
35533 注が左余白に現れるときには右揃えに—
35534 寄せられます.傍註文の一行目は,
35535 傍註が挿入された文書箇所と同じ行に来るように配置されます.
35536 \end_layout
35537
35538 \begin_layout Standard
35539 \begin_inset VSpace bigskip
35540 \end_inset
35541
35542 傍註を内側余白に置くには,
35543 傍註の前に\SpecialChar TeX
35544 コードで
35545 \end_layout
35546
35547 \begin_layout Standard
35548
35549 \series bold
35550
35551 \backslash
35552 reversemarginpar
35553 \end_layout
35554
35555 \begin_layout Standard
35556 というコマンドを書き加えてください.この新しい配置は,
35557 以後のすべての傍註に対して効力があります.
35558 \begin_inset ERT
35559 status collapsed
35560
35561 \begin_layout Plain Layout
35562
35563
35564 \backslash
35565 reversemarginpar 
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \begin_inset Marginal
35572 status open
35573
35574 \begin_layout Plain Layout
35575 これは内側余白の傍註です.
35576 \end_layout
35577
35578 \end_inset
35579
35580
35581 \series bold
35582
35583 \begin_inset Newline newline
35584 \end_inset
35585
35586
35587 \series default
35588
35589 \begin_inset Note Greyedout
35590 status open
35591
35592 \begin_layout Plain Layout
35593
35594 \series bold
35595 [註]
35596 \series default
35597 内側余白には充分な空白がないことがよくあり,
35598 出力で傍註が正しく表示されないことがあります.
35599 \end_layout
35600
35601 \end_inset
35602
35603
35604 \end_layout
35605
35606 \begin_layout Standard
35607 既定の配置に戻すには,
35608 \SpecialChar TeX
35609 コードで
35610 \end_layout
35611
35612 \begin_layout Standard
35613
35614 \series bold
35615
35616 \backslash
35617 normalmarginpar
35618 \end_layout
35619
35620 \begin_layout Standard
35621 というコマンドを書き加えてください.
35622 \begin_inset ERT
35623 status collapsed
35624
35625 \begin_layout Plain Layout
35626
35627
35628 \backslash
35629 normalmarginpar 
35630 \end_layout
35631
35632 \end_inset
35633
35634  
35635 \begin_inset Note Greyedout
35636 status open
35637
35638 \begin_layout Plain Layout
35639
35640 \series bold
35641 [註]
35642 \backslash
35643 reversemarginpar
35644 \series default
35645 コマンドが既に挿入されている段落内では,
35646 このコマンドは無視されます.
35647 \end_layout
35648
35649 \end_inset
35650
35651
35652 \end_layout
35653
35654 \begin_layout Standard
35655 \begin_inset VSpace bigskip
35656 \end_inset
35657
35658
35659 \begin_inset Marginal
35660 status open
35661
35662 \begin_layout Plain Layout
35663 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
35664 \end_layout
35665
35666 \end_inset
35667
35668
35669 \begin_inset CommandInset ref
35670 LatexCommand ref
35671 reference "subsec:複数行"
35672 nolink "false"
35673
35674 \end_inset
35675
35676 節で述べられている事例と同様に,
35677 長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,
35678 その単語の前に0
35679 \begin_inset space \thinspace{}
35680 \end_inset
35681
35682 pt水平空白を挿入してください 
35683 \begin_inset Marginal
35684 status open
35685
35686 \begin_layout Plain Layout
35687 \begin_inset space \hspace*{}
35688 \length 0pt
35689 \end_inset
35690
35691 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
35692 \end_layout
35693
35694 \end_inset
35695
35696
35697 \end_layout
35698
35699 \begin_layout Standard
35700 \begin_inset VSpace bigskip
35701 \end_inset
35702
35703
35704 \end_layout
35705
35706 \begin_layout Standard
35707 \begin_inset Note Greyedout
35708 status open
35709
35710 \begin_layout Plain Layout
35711
35712 \series bold
35713 [註]
35714 \series default
35715 通常,
35716 傍註は表やフロート,
35717 脚註の中では使用することができません.
35718 \end_layout
35719
35720 \end_inset
35721
35722
35723 \end_layout
35724
35725 \begin_layout Standard
35726 \begin_inset VSpace bigskip
35727 \end_inset
35728
35729
35730 \end_layout
35731
35732 \begin_layout Standard
35733 \begin_inset ERT
35734 status collapsed
35735
35736 \begin_layout Plain Layout
35737
35738
35739 \backslash
35740 ifmarginnote
35741 \end_layout
35742
35743 \end_inset
35744
35745
35746 \begin_inset Note Note
35747 status open
35748
35749 \begin_layout Plain Layout
35750 以下の部分は,
35751 \SpecialChar LaTeX
35752 パッケージ
35753 \series bold
35754 marginnote
35755 \series default
35756 が導入されているときのみ表示されます.
35757 \end_layout
35758
35759 \end_inset
35760
35761
35762 \end_layout
35763
35764 \begin_layout Standard
35765 この制約は,
35766 \SpecialChar LaTeX
35767 パッケージ
35768 \series bold
35769 marginnote
35770 \series default
35771
35772 \begin_inset Index idx
35773 range none
35774 pageformat default
35775 status collapsed
35776
35777 \begin_layout Plain Layout
35778 LaTeXはつけし@\SpecialChar LaTeX
35779 パッケージ!marginnote
35780 \end_layout
35781
35782 \end_inset
35783
35784 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,
35785 \SpecialChar LyX
35786 が傍註に使うコマンドが再定義されて,
35787
35788 \series bold
35789 marginnote
35790 \series default
35791 パッケージが提供するコマンドを使うようになります.
35792 \end_layout
35793
35794 \begin_layout Standard
35795
35796 \series bold
35797
35798 \backslash
35799 usepackage{marginnote}
35800 \begin_inset Newline newline
35801 \end_inset
35802
35803
35804 \backslash
35805 let
35806 \backslash
35807 marginpar
35808 \backslash
35809 marginnote
35810 \end_layout
35811
35812 \begin_layout Standard
35813
35814 \series bold
35815 marginnote
35816 \series default
35817 には他にも便利な機能があるので,
35818 この方法が本文書でも使われています.というのは,
35819
35820 \series bold
35821 marginnote
35822 \series default
35823 を使うと,
35824 傍註文に垂直オフセットを設定することができるからです.これは,
35825 あまりにもたくさんの傍註が非常に近いところに集まっていたり,
35826 もっとよいページレイアウトが望まれるときなどに,
35827 よく必要とされます.オフセットは,
35828 \SpecialChar LyX
35829 中の傍註の後ろに\SpecialChar TeX
35830 コードで直接
35831 \end_layout
35832
35833 \begin_layout Standard
35834
35835 \series bold
35836 [オフセット]
35837 \end_layout
35838
35839 \begin_layout Standard
35840 という形で書くことで設定することができます.ここで「オフセット」には,
35841
35842 \begin_inset CommandInset ref
35843 LatexCommand ref
35844 reference "tab:単位"
35845 nolink "false"
35846
35847 \end_inset
35848
35849 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,
35850 正の値だと下にずれます.たとえば,
35851 この本文行の横にある傍註は,
35852 \SpecialChar TeX
35853 コードコマンド「
35854 \series bold
35855 [-1.5cm]
35856 \series default
35857 」を使用して,
35858 1.5
35859 \begin_inset space \thinspace{}
35860 \end_inset
35861
35862 cm上にずらしてあります
35863 \begin_inset Marginal
35864 status open
35865
35866 \begin_layout Plain Layout
35867 この傍註は,
35868 本来の位置よりも1.5
35869 \begin_inset space \thinspace{}
35870 \end_inset
35871
35872 cm上にずらしてあります.
35873 \end_layout
35874
35875 \end_inset
35876
35877
35878 \begin_inset ERT
35879 status collapsed
35880
35881 \begin_layout Plain Layout
35882
35883 [-1.5cm]
35884 \end_layout
35885
35886 \end_inset
35887
35888
35889 \end_layout
35890
35891 \begin_layout Standard
35892 \begin_inset VSpace medskip
35893 \end_inset
35894
35895
35896 \series bold
35897 marginnote
35898 \series default
35899 を使うと,
35900 傍註の揃えを変更することもできます.たとえば,
35901
35902 \end_layout
35903
35904 \begin_layout Standard
35905
35906 \series bold
35907
35908 \backslash
35909 renewcommand*{
35910 \backslash
35911 raggedleftmarginnote}{
35912 \backslash
35913 centering}
35914 \begin_inset Newline newline
35915 \end_inset
35916
35917
35918 \backslash
35919 renewcommand*{
35920 \backslash
35921 raggedrightmarginnote}{
35922 \backslash
35923 centering}
35924 \end_layout
35925
35926 \begin_layout Standard
35927 というコマンドを使うと,
35928 中央揃えになります.
35929 \series bold
35930
35931 \backslash
35932 raggedleftmarginnote
35933 \series default
35934 とは,
35935 左側に表示されている傍註のことを指します
35936 \begin_inset ERT
35937 status collapsed
35938
35939 \begin_layout Plain Layout
35940
35941
35942 \backslash
35943 renewcommand*{
35944 \backslash
35945 raggedleftmarginnote}{
35946 \backslash
35947 centering}
35948 \end_layout
35949
35950 \begin_layout Plain Layout
35951
35952
35953 \backslash
35954 renewcommand*{
35955 \backslash
35956 raggedrightmarginnote}{
35957 \backslash
35958 centering}
35959 \end_layout
35960
35961 \end_inset
35962
35963
35964 \begin_inset Marginal
35965 status open
35966
35967 \begin_layout Plain Layout
35968 この傍註の文章は中央揃えになっています.
35969 \end_layout
35970
35971 \end_inset
35972
35973 .既定の設定は,
35974
35975 \end_layout
35976
35977 \begin_layout Standard
35978
35979 \series bold
35980
35981 \backslash
35982 renewcommand*{
35983 \backslash
35984 raggedleftmarginnote}{
35985 \backslash
35986 raggedleft}
35987 \begin_inset Newline newline
35988 \end_inset
35989
35990
35991 \backslash
35992 renewcommand*{
35993 \backslash
35994 raggedrightmarginnote}{
35995 \backslash
35996 raggedright}
35997 \series default
35998
35999 \begin_inset ERT
36000 status collapsed
36001
36002 \begin_layout Plain Layout
36003
36004
36005 \backslash
36006 renewcommand*{
36007 \backslash
36008 raggedleftmarginnote}{
36009 \backslash
36010 raggedleft}
36011 \end_layout
36012
36013 \begin_layout Plain Layout
36014
36015
36016 \backslash
36017 renewcommand*{
36018 \backslash
36019 raggedrightmarginnote}{
36020 \backslash
36021 raggedright}
36022 \end_layout
36023
36024 \end_inset
36025
36026
36027 \end_layout
36028
36029 \begin_layout Standard
36030 です.
36031 \end_layout
36032
36033 \begin_layout Standard
36034 \begin_inset VSpace medskip
36035 \end_inset
36036
36037
36038 \series bold
36039 marginnote
36040 \series default
36041 の他の機能については,
36042
36043 \begin_inset CommandInset citation
36044 LatexCommand cite
36045 key "marginnote"
36046 literal "true"
36047
36048 \end_inset
36049
36050 の取扱説明書をご参照ください.
36051 \end_layout
36052
36053 \begin_layout Standard
36054 \begin_inset VSpace bigskip
36055 \end_inset
36056
36057 傍註のレイアウトは,
36058 傍註の定義を変更することによって変えることができます.たとえば,
36059 すべての傍註に,
36060 下線を引いたサンセリフ体の太字で「
36061 \family sans
36062 \series bold
36063 \bar under
36064 注意!
36065
36066 \family default
36067 \series default
36068 \bar default
36069 」というヘッダ文をつけるには,
36070 以下を使用している文書プリアンブルに書き加えてください.
36071 \end_layout
36072
36073 \begin_layout Standard
36074
36075 \series bold
36076
36077 \backslash
36078 let
36079 \backslash
36080 myMarginpar
36081 \backslash
36082 marginpar
36083 \begin_inset Newline newline
36084 \end_inset
36085
36086
36087 \backslash
36088 renewcommand{
36089 \backslash
36090 marginpar}[1]{
36091 \backslash
36092 myMarginpar{%
36093 \begin_inset Newline newline
36094 \end_inset
36095
36096
36097 \begin_inset Phantom HPhantom
36098 status open
36099
36100 \begin_layout Plain Layout
36101
36102 \series bold
36103 \begin_inset space ~
36104 \end_inset
36105
36106
36107 \end_layout
36108
36109 \end_inset
36110
36111
36112 \backslash
36113 hspace{0pt}
36114 \backslash
36115 textsf{
36116 \backslash
36117 textbf{
36118 \backslash
36119 underbar{注意!
36120 }}}%
36121 \begin_inset Newline newline
36122 \end_inset
36123
36124
36125 \begin_inset Phantom HPhantom
36126 status open
36127
36128 \begin_layout Plain Layout
36129
36130 \series bold
36131 \begin_inset space ~
36132 \end_inset
36133
36134
36135 \end_layout
36136
36137 \end_inset
36138
36139
36140 \backslash
36141 vspace{1.5mm}
36142 \backslash
36143
36144 \backslash
36145 #1}}
36146 \end_layout
36147
36148 \begin_layout Standard
36149 \begin_inset ERT
36150 status collapsed
36151
36152 \begin_layout Plain Layout
36153
36154
36155 \backslash
36156 let
36157 \backslash
36158 myMarginpar
36159 \backslash
36160 marginpar
36161 \end_layout
36162
36163 \begin_layout Plain Layout
36164
36165
36166 \backslash
36167 renewcommand{
36168 \backslash
36169 marginpar}[1]{
36170 \backslash
36171 myMarginpar{%
36172 \end_layout
36173
36174 \begin_layout Plain Layout
36175
36176    
36177 \backslash
36178 textsf{
36179 \backslash
36180 textbf{
36181 \backslash
36182 underbar{注意!
36183 }}}%
36184 \end_layout
36185
36186 \begin_layout Plain Layout
36187
36188    
36189 \backslash
36190 vspace{1.5mm}
36191 \backslash
36192
36193 \backslash
36194 #1}}
36195 \end_layout
36196
36197 \end_inset
36198
36199
36200 \begin_inset Marginal
36201 status open
36202
36203 \begin_layout Plain Layout
36204 これは,
36205 定義したヘッダをつけた傍註です.
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \begin_inset ERT
36212 status collapsed
36213
36214 \begin_layout Plain Layout
36215
36216 [-1.5cm]
36217 \end_layout
36218
36219 \end_inset
36220
36221
36222 \begin_inset ERT
36223 status collapsed
36224
36225 \begin_layout Plain Layout
36226
36227
36228 \backslash
36229 renewcommand{
36230 \backslash
36231 marginpar}[1]{
36232 \backslash
36233 myMarginpar{#1}}
36234 \end_layout
36235
36236 \end_inset
36237
36238
36239 \begin_inset Note Note
36240 status open
36241
36242 \begin_layout Plain Layout
36243 傍註書式は,
36244 この例の分だけ変更してあります.
36245 \end_layout
36246
36247 \end_inset
36248
36249
36250 \end_layout
36251
36252 \begin_layout Standard
36253 \begin_inset ERT
36254 status collapsed
36255
36256 \begin_layout Plain Layout
36257
36258
36259 \backslash
36260 else
36261 \end_layout
36262
36263 \end_inset
36264
36265
36266 \begin_inset Note Note
36267 status open
36268
36269 \begin_layout Plain Layout
36270 以下の部分は,
36271 \SpecialChar LaTeX
36272 パッケージ
36273 \series bold
36274 marginnote
36275 \series default
36276 が導入されていないときのみ表示されます.
36277 \end_layout
36278
36279 \end_inset
36280
36281
36282 \end_layout
36283
36284 \begin_layout Standard
36285 本節の以下の部分を出力に表示するには,
36286 \SpecialChar LaTeX
36287 パッケージ
36288 \series bold
36289 marginnote
36290 \series default
36291 を導入する必要があります.
36292 \end_layout
36293
36294 \begin_layout Standard
36295 \begin_inset ERT
36296 status collapsed
36297
36298 \begin_layout Plain Layout
36299
36300
36301 \backslash
36302 fi
36303 \end_layout
36304
36305 \end_inset
36306
36307
36308 \end_layout
36309
36310 \begin_layout Chapter
36311 ボックス
36312 \end_layout
36313
36314 \begin_layout Section
36315 はじめに
36316 \begin_inset Index idx
36317 range none
36318 pageformat default
36319 status collapsed
36320
36321 \begin_layout Plain Layout
36322 \begin_inset IndexMacro sortkey
36323 status open
36324
36325 \begin_layout Plain Layout
36326 ほつくす
36327 \end_layout
36328
36329 \end_inset
36330
36331 ボックス
36332 \begin_inset IndexMacro subentry
36333 status open
36334
36335 \begin_layout Plain Layout
36336 はじめに
36337 \begin_inset IndexMacro sortkey
36338 status open
36339
36340 \begin_layout Plain Layout
36341 はしめに
36342 \end_layout
36343
36344 \end_inset
36345
36346
36347 \end_layout
36348
36349 \end_inset
36350
36351
36352 \end_layout
36353
36354 \end_inset
36355
36356
36357 \end_layout
36358
36359 \begin_layout Standard
36360 ボックスは,
36361 一塊の文章を整形するのに使用します.ボックスは,
36362 多言語文書を書くのに使用したり(第
36363 \begin_inset CommandInset ref
36364 LatexCommand ref
36365 reference "sec:ミニページ"
36366 nolink "false"
36367
36368 \end_inset
36369
36370 節参照),
36371 文章を囲ったり(第
36372 \begin_inset CommandInset ref
36373 LatexCommand ref
36374 reference "sec:装飾"
36375 nolink "false"
36376
36377 \end_inset
36378
36379 節参照),
36380 単語がハイフネートされるのを予防したり(第
36381 \begin_inset CommandInset ref
36382 LatexCommand ref
36383 reference "sec:ハイフネーションの回避"
36384 nolink "false"
36385
36386 \end_inset
36387
36388 節参照),
36389 文章を揃えたり(第
36390 \begin_inset CommandInset ref
36391 LatexCommand ref
36392 reference "subsec:垂直揃え"
36393 nolink "false"
36394
36395 \end_inset
36396
36397 節参照),
36398 あるいは文章の背景色を設定したり(第
36399 \begin_inset CommandInset ref
36400 LatexCommand ref
36401 reference "sec:色付きボックス"
36402 nolink "false"
36403
36404 \end_inset
36405
36406 節参照)するのに使用します.
36407 \end_layout
36408
36409 \begin_layout Standard
36410 ボックスは,
36411
36412 \family sans
36413 挿入\SpecialChar menuseparator
36414 ボックス
36415 \family default
36416 メニューかツールバーボタン
36417 \family sans
36418
36419 \begin_inset Info
36420 type  "icon"
36421 arg   "box-insert Frameless"
36422 \end_inset
36423
36424
36425 \family default
36426 を使って挿入することができます.すると,
36427
36428 \begin_inset Graphics
36429         filename clipart/BoxInsetDefault.png
36430         scale 95
36431         scaleBeforeRotation
36432
36433 \end_inset
36434
36435 のように
36436 \family sans
36437 ボックス(minipage
36438 \series bold
36439 環境
36440 \series default
36441
36442 \family default
36443 というラベルのついた灰色の箱形が挿入されます.ボックス型は,
36444 この箱形を右クリックすると出てくるメニューで指定することができます.
36445 \family sans
36446 \series bold
36447 設定
36448 \family default
36449 \series default
36450 メニューを選択すると現れるボックスダイアログでは,
36451
36452 \family sans
36453 parbox
36454 \series bold
36455 コマンド
36456 \family default
36457 \series default
36458
36459 \family sans
36460 minipage
36461 \series bold
36462 環境
36463 \family default
36464 \series default
36465 の二つの
36466 \family sans
36467 \series bold
36468 内部ボックス
36469 \family default
36470 \series default
36471 型を選択することができます.
36472 \family sans
36473 minipage
36474 \family default
36475 型は,
36476 新規ボックスの既定値となっており,
36477
36478 \begin_inset CommandInset ref
36479 LatexCommand ref
36480 reference "sec:ミニページ"
36481 nolink "false"
36482
36483 \end_inset
36484
36485 節で説明します.
36486 \family sans
36487 parbox
36488 \family default
36489 型については第
36490 \begin_inset CommandInset ref
36491 LatexCommand ref
36492 reference "sec:Parboxes"
36493 nolink "false"
36494
36495 \end_inset
36496
36497 節,
36498
36499 \family sans
36500 makebox
36501 \family default
36502 型については第
36503 \begin_inset CommandInset ref
36504 LatexCommand ref
36505 reference "sec:ハイフネーションの回避"
36506 nolink "false"
36507
36508 \end_inset
36509
36510 節で述べます.
36511 \end_layout
36512
36513 \begin_layout Standard
36514 ボックスは付番されないので,
36515 フロートや脚註のように参照することはできません.
36516 \end_layout
36517
36518 \begin_layout Standard
36519 \begin_inset Note Greyedout
36520 status open
36521
36522 \begin_layout Plain Layout
36523
36524 \series bold
36525 [註]
36526 \series default
36527 ボックスは,
36528
36529 \family sans
36530 \series bold
36531 箇条書き(記号)
36532 \family default
36533 \series default
36534 環境や
36535 \family sans
36536 \series bold
36537 箇条書き(記述)
36538 \family default
36539 \series default
36540 環境の単独要素とすべきではありません.
36541 \end_layout
36542
36543 \end_inset
36544
36545
36546 \end_layout
36547
36548 \begin_layout Standard
36549 \begin_inset Note Greyedout
36550 status open
36551
36552 \begin_layout Plain Layout
36553
36554 \series bold
36555 [註]
36556 \series default
36557 理由は不明ですが,
36558 枠付きボックスを使用している場合には,
36559
36560 \family sans
36561 \series bold
36562 内部ボックス
36563 \family default
36564 \series default
36565 型は
36566 \family sans
36567 \series bold
36568 なし
36569 \family default
36570 \series default
36571 にしか設定することができません.
36572 \family sans
36573 \series bold
36574 内部ボックス
36575 \family default
36576 \series default
36577 型や枠のないボックスについては,
36578
36579 \begin_inset CommandInset ref
36580 LatexCommand ref
36581 reference "sec:ハイフネーションの回避"
36582 nolink "false"
36583
36584 \end_inset
36585
36586 節で説明します.
36587 \end_layout
36588
36589 \end_inset
36590
36591
36592 \end_layout
36593
36594 \begin_layout Section
36595 ボックスダイアログ
36596 \begin_inset CommandInset label
36597 LatexCommand label
36598 name "sec:ボックスダイアログ"
36599
36600 \end_inset
36601
36602
36603 \begin_inset Index idx
36604 range none
36605 pageformat default
36606 status collapsed
36607
36608 \begin_layout Plain Layout
36609 \begin_inset IndexMacro sortkey
36610 status open
36611
36612 \begin_layout Plain Layout
36613 ほつくす
36614 \end_layout
36615
36616 \end_inset
36617
36618 ボックス
36619 \begin_inset IndexMacro subentry
36620 status open
36621
36622 \begin_layout Plain Layout
36623 \begin_inset IndexMacro sortkey
36624 status open
36625
36626 \begin_layout Plain Layout
36627 ほつくすたいあろく
36628 \end_layout
36629
36630 \end_inset
36631
36632 ボックスダイアログ
36633 \end_layout
36634
36635 \end_inset
36636
36637
36638 \end_layout
36639
36640 \end_inset
36641
36642
36643 \end_layout
36644
36645 \begin_layout Subsection
36646 寸法
36647 \begin_inset Index idx
36648 range none
36649 pageformat default
36650 status collapsed
36651
36652 \begin_layout Plain Layout
36653 \begin_inset IndexMacro sortkey
36654 status open
36655
36656 \begin_layout Plain Layout
36657 ほつくす
36658 \end_layout
36659
36660 \end_inset
36661
36662 ボックス
36663 \begin_inset IndexMacro subentry
36664 status open
36665
36666 \begin_layout Plain Layout
36667 \begin_inset IndexMacro sortkey
36668 status open
36669
36670 \begin_layout Plain Layout
36671 すんほう
36672 \end_layout
36673
36674 \end_inset
36675
36676 寸法
36677 \end_layout
36678
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \end_inset
36685
36686
36687 \end_layout
36688
36689 \begin_layout Standard
36690 ボックスダイアログでは,
36691
36692 \family sans
36693
36694 \family default
36695
36696 \family sans
36697 高さ
36698 \family default
36699 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,
36700
36701 \begin_inset CommandInset ref
36702 LatexCommand ref
36703 reference "tab:単位"
36704 nolink "false"
36705
36706 \end_inset
36707
36708 に説明されています.
36709 \family sans
36710 高さ
36711 \family default
36712 フィールドには,
36713 加えて以下の寸法を使用することができます.
36714 \end_layout
36715
36716 \begin_layout Description
36717 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,
36718 全体としての階層は無視されます.
36719 \begin_inset Newline newline
36720 \end_inset
36721
36722
36723 \begin_inset Newline newline
36724 \end_inset
36725
36726
36727 \begin_inset Newline newline
36728 \end_inset
36729
36730
36731 \begin_inset Box Boxed
36732 position "c"
36733 hor_pos "c"
36734 has_inner_box 1
36735 inner_pos "c"
36736 use_parbox 0
36737 use_makebox 0
36738 width "12col%"
36739 special "none"
36740 height "1in"
36741 height_special "depth"
36742 thickness "0.4pt"
36743 separation "3pt"
36744 shadowsize "4pt"
36745 framecolor "black"
36746 backgroundcolor "none"
36747 status collapsed
36748
36749 \begin_layout Plain Layout
36750 \align center
36751 高さを1階層に設定したボックス
36752 \end_layout
36753
36754 \end_inset
36755
36756
36757 \begin_inset Newline newline
36758 \end_inset
36759
36760
36761 \begin_inset Newline newline
36762 \end_inset
36763
36764
36765 \end_layout
36766
36767 \begin_layout Description
36768 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,
36769 ボックスの高さを文章の2倍の高さに設定します.
36770 \begin_inset Box Boxed
36771 position "c"
36772 hor_pos "c"
36773 has_inner_box 1
36774 inner_pos "c"
36775 use_parbox 0
36776 use_makebox 0
36777 width "20col%"
36778 special "none"
36779 height "2in"
36780 height_special "height"
36781 thickness "0.4pt"
36782 separation "3pt"
36783 shadowsize "4pt"
36784 framecolor "black"
36785 backgroundcolor "none"
36786 status collapsed
36787
36788 \begin_layout Plain Layout
36789 \align center
36790 高さを2高さに設定したボックス
36791 \end_layout
36792
36793 \end_inset
36794
36795
36796 \end_layout
36797
36798 \begin_layout Description
36799 全高 これは「高さ」+「階層」です.
36800 \begin_inset Box Boxed
36801 position "c"
36802 hor_pos "c"
36803 has_inner_box 1
36804 inner_pos "c"
36805 use_parbox 0
36806 use_makebox 0
36807 width "20col%"
36808 special "none"
36809 height "1in"
36810 height_special "totalheight"
36811 thickness "0.4pt"
36812 separation "3pt"
36813 shadowsize "4pt"
36814 framecolor "black"
36815 backgroundcolor "none"
36816 status collapsed
36817
36818 \begin_layout Plain Layout
36819 \align center
36820 高さを1全高に設定したボックス
36821 \end_layout
36822
36823 \end_inset
36824
36825
36826 \end_layout
36827
36828 \begin_layout Description
36829 幅 これはボックスの幅を高さに設定します.
36830 \begin_inset Box Boxed
36831 position "c"
36832 hor_pos "c"
36833 has_inner_box 1
36834 inner_pos "c"
36835 use_parbox 0
36836 use_makebox 0
36837 width "12col%"
36838 special "none"
36839 height "1in"
36840 height_special "width"
36841 thickness "0.4pt"
36842 separation "3pt"
36843 shadowsize "4pt"
36844 framecolor "black"
36845 backgroundcolor "none"
36846 status collapsed
36847
36848 \begin_layout Plain Layout
36849 \align center
36850 高さを1幅に設定したボックス
36851 \end_layout
36852
36853 \end_inset
36854
36855
36856 \end_layout
36857
36858 \begin_layout Subsection
36859 文字揃え
36860 \begin_inset Index idx
36861 range none
36862 pageformat default
36863 status collapsed
36864
36865 \begin_layout Plain Layout
36866 \begin_inset IndexMacro sortkey
36867 status open
36868
36869 \begin_layout Plain Layout
36870 ほつくす
36871 \end_layout
36872
36873 \end_inset
36874
36875 ボックス
36876 \begin_inset IndexMacro subentry
36877 status open
36878
36879 \begin_layout Plain Layout
36880 \begin_inset IndexMacro sortkey
36881 status open
36882
36883 \begin_layout Plain Layout
36884 もしそろえ
36885 \end_layout
36886
36887 \end_inset
36888
36889 文字揃え
36890 \end_layout
36891
36892 \end_inset
36893
36894
36895 \end_layout
36896
36897 \end_inset
36898
36899
36900 \end_layout
36901
36902 \begin_layout Standard
36903
36904 \family sans
36905 内部ボックス
36906 \family default
36907 を選んだ場合には,
36908 ボックスの垂直揃えを以下のいずれかに設定できます.
36909 \end_layout
36910
36911 \begin_layout Description
36912 上 これは例示のための本文行です.
36913 \begin_inset Box Boxed
36914 position "t"
36915 hor_pos "c"
36916 has_inner_box 1
36917 inner_pos "c"
36918 use_parbox 0
36919 use_makebox 0
36920 width "12col%"
36921 special "none"
36922 height "1in"
36923 height_special "totalheight"
36924 thickness "0.4pt"
36925 separation "3pt"
36926 shadowsize "4pt"
36927 framecolor "black"
36928 backgroundcolor "none"
36929 status collapsed
36930
36931 \begin_layout Plain Layout
36932 \align center
36933 このボックスは上揃えです.
36934 \end_layout
36935
36936 \end_inset
36937
36938 これは例示のための本文行です.
36939 \end_layout
36940
36941 \begin_layout Description
36942 中央 これは例示のための本文行です.
36943 \begin_inset Box Boxed
36944 position "c"
36945 hor_pos "c"
36946 has_inner_box 1
36947 inner_pos "c"
36948 use_parbox 0
36949 use_makebox 0
36950 width "12col%"
36951 special "none"
36952 height "1in"
36953 height_special "totalheight"
36954 thickness "0.4pt"
36955 separation "3pt"
36956 shadowsize "4pt"
36957 framecolor "black"
36958 backgroundcolor "none"
36959 status collapsed
36960
36961 \begin_layout Plain Layout
36962 \align center
36963 このボックスは中央揃えです.
36964 \end_layout
36965
36966 \end_inset
36967
36968 これは例示のための本文行です.
36969 \end_layout
36970
36971 \begin_layout Description
36972 下 これは例示のための本文行です.
36973 \begin_inset Box Boxed
36974 position "b"
36975 hor_pos "c"
36976 has_inner_box 1
36977 inner_pos "c"
36978 use_parbox 0
36979 use_makebox 0
36980 width "12col%"
36981 special "none"
36982 height "1in"
36983 height_special "totalheight"
36984 thickness "0.4pt"
36985 separation "3pt"
36986 shadowsize "4pt"
36987 framecolor "black"
36988 backgroundcolor "none"
36989 status collapsed
36990
36991 \begin_layout Plain Layout
36992 \align center
36993 このボックスは下揃えです.
36994 \end_layout
36995
36996 \end_inset
36997
36998 これは例示のための本文行です.
36999 \end_layout
37000
37001 \begin_layout Standard
37002 \begin_inset Note Greyedout
37003 status open
37004
37005 \begin_layout Plain Layout
37006
37007 \series bold
37008 [註]
37009 \series default
37010 同一行に二つのボックスがあり,
37011 一方だけに影付きなどが設定されている場合には,
37012 ボックスの垂直文字揃えが出力中で無効となる場合があります.
37013 \end_layout
37014
37015 \end_inset
37016
37017
37018 \end_layout
37019
37020 \begin_layout Standard
37021 ボックスを独立した段落においた場合には,
37022 ボックスの水平文字揃えは,
37023 \SpecialChar LyX
37024 の段落ダイアログから設定できます.
37025 \end_layout
37026
37027 \begin_layout Standard
37028 \begin_inset VSpace bigskip
37029 \end_inset
37030
37031
37032 \family sans
37033 内部ボックス
37034 \family default
37035 を設定したときには,
37036 ボックスの内容を以下のように垂直揃えを行うことができます.
37037 \end_layout
37038
37039 \begin_layout Description
37040 上 これは例示のための本文行です.
37041 \begin_inset Box Boxed
37042 position "c"
37043 hor_pos "c"
37044 has_inner_box 1
37045 inner_pos "t"
37046 use_parbox 0
37047 use_makebox 0
37048 width "12col%"
37049 special "none"
37050 height "1.5in"
37051 height_special "totalheight"
37052 thickness "0.4pt"
37053 separation "3pt"
37054 shadowsize "4pt"
37055 framecolor "black"
37056 backgroundcolor "none"
37057 status collapsed
37058
37059 \begin_layout Plain Layout
37060 \align center
37061 このボックスの文章は上揃えです.
37062 \end_layout
37063
37064 \end_inset
37065
37066 これは例示のための本文行です.
37067 \end_layout
37068
37069 \begin_layout Description
37070 中央 これは例示のための本文行です.
37071 \begin_inset Box Boxed
37072 position "c"
37073 hor_pos "c"
37074 has_inner_box 1
37075 inner_pos "c"
37076 use_parbox 0
37077 use_makebox 0
37078 width "12col%"
37079 special "none"
37080 height "1.5in"
37081 height_special "totalheight"
37082 thickness "0.4pt"
37083 separation "3pt"
37084 shadowsize "4pt"
37085 framecolor "black"
37086 backgroundcolor "none"
37087 status collapsed
37088
37089 \begin_layout Plain Layout
37090 \align center
37091 このボックスの文章は中央揃えです.
37092 \end_layout
37093
37094 \end_inset
37095
37096 これは例示のための本文行です.
37097 \end_layout
37098
37099 \begin_layout Description
37100 下 これは例示のための本文行です.
37101 \begin_inset Box Boxed
37102 position "c"
37103 hor_pos "c"
37104 has_inner_box 1
37105 inner_pos "b"
37106 use_parbox 0
37107 use_makebox 0
37108 width "12col%"
37109 special "none"
37110 height "1.5in"
37111 height_special "totalheight"
37112 thickness "0.4pt"
37113 separation "3pt"
37114 shadowsize "4pt"
37115 framecolor "black"
37116 backgroundcolor "none"
37117 status collapsed
37118
37119 \begin_layout Plain Layout
37120 \align center
37121 このボックスの文章は下揃えです.
37122 \end_layout
37123
37124 \end_inset
37125
37126 これは例示のための本文行です.
37127 \end_layout
37128
37129 \begin_layout Description
37130 広げる これは例示のための本文行です.
37131 \begin_inset Box Boxed
37132 position "c"
37133 hor_pos "c"
37134 has_inner_box 1
37135 inner_pos "s"
37136 use_parbox 0
37137 use_makebox 0
37138 width "17col%"
37139 special "none"
37140 height "1.5in"
37141 height_special "totalheight"
37142 thickness "0.4pt"
37143 separation "3pt"
37144 shadowsize "4pt"
37145 framecolor "black"
37146 backgroundcolor "none"
37147 status collapsed
37148
37149 \begin_layout Plain Layout
37150 \align center
37151 このボックスの
37152 \end_layout
37153
37154 \begin_layout Plain Layout
37155 \align center
37156 文章は広げて
37157 \end_layout
37158
37159 \begin_layout Plain Layout
37160 \align center
37161 あります.
37162 \end_layout
37163
37164 \end_inset
37165
37166 これは例示のための本文行です.
37167 \end_layout
37168
37169 \begin_layout Standard
37170 ボックスの内容を広げるには,
37171 ボックスに複数の段落がなくてはなりません.上述の例では,
37172 文章の各行を独立の段落に設定してあります.
37173 \end_layout
37174
37175 \begin_layout Standard
37176 \begin_inset VSpace bigskip
37177 \end_inset
37178
37179
37180 \family sans
37181 内部ボックス
37182 \family default
37183 を設定しているときに,
37184 ボックスの内容を水平方向に揃えるには,
37185 \SpecialChar LyX
37186 の段落ダイアログを用います.
37187 \end_layout
37188
37189 \begin_layout Standard
37190 \align center
37191 \begin_inset Box Boxed
37192 position "c"
37193 hor_pos "c"
37194 has_inner_box 1
37195 inner_pos "s"
37196 use_parbox 0
37197 use_makebox 0
37198 width "25col%"
37199 special "none"
37200 height "1.25in"
37201 height_special "totalheight"
37202 thickness "0.4pt"
37203 separation "3pt"
37204 shadowsize "4pt"
37205 framecolor "black"
37206 backgroundcolor "none"
37207 status collapsed
37208
37209 \begin_layout Plain Layout
37210 \align left
37211 このボックスの
37212 \end_layout
37213
37214 \begin_layout Plain Layout
37215 \align center
37216 文章は広げて
37217 \end_layout
37218
37219 \begin_layout Plain Layout
37220 \align right
37221 あります.
37222 \end_layout
37223
37224 \end_inset
37225
37226
37227 \end_layout
37228
37229 \begin_layout Standard
37230
37231 \family sans
37232 内部ボックス
37233 \family default
37234 を設定していないときには,
37235 ボックスの内容は,
37236 ボックスダイアログの中で水平揃えの設定をすることができます.
37237 \end_layout
37238
37239 \begin_layout Standard
37240 \align center
37241 \begin_inset Box Boxed
37242 position "c"
37243 hor_pos "s"
37244 has_inner_box 0
37245 inner_pos "s"
37246 use_parbox 0
37247 use_makebox 0
37248 width "90col%"
37249 special "none"
37250 height "1.25in"
37251 height_special "totalheight"
37252 thickness "0.4pt"
37253 separation "3pt"
37254 shadowsize "4pt"
37255 framecolor "black"
37256 backgroundcolor "none"
37257 status collapsed
37258
37259 \begin_layout Plain Layout
37260 このボックスの文章は水平方向に広げてあります.
37261 \end_layout
37262
37263 \end_inset
37264
37265
37266 \end_layout
37267
37268 \begin_layout Subsection
37269 装飾
37270 \begin_inset CommandInset label
37271 LatexCommand label
37272 name "sec:装飾"
37273
37274 \end_inset
37275
37276
37277 \begin_inset Index idx
37278 range none
37279 pageformat default
37280 status collapsed
37281
37282 \begin_layout Plain Layout
37283 \begin_inset IndexMacro sortkey
37284 status open
37285
37286 \begin_layout Plain Layout
37287 ほつくす
37288 \end_layout
37289
37290 \end_inset
37291
37292 ボックス
37293 \begin_inset IndexMacro subentry
37294 status open
37295
37296 \begin_layout Plain Layout
37297 \begin_inset IndexMacro sortkey
37298 status open
37299
37300 \begin_layout Plain Layout
37301 そうしよく
37302 \end_layout
37303
37304 \end_inset
37305
37306 装飾
37307 \end_layout
37308
37309 \end_inset
37310
37311
37312 \end_layout
37313
37314 \end_inset
37315
37316
37317 \end_layout
37318
37319 \begin_layout Standard
37320 ボックス型は,
37321 ボックスダイアログ中の
37322 \family sans
37323 装飾
37324 \family default
37325 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
37326 \end_layout
37327
37328 \begin_layout Description
37329 枠なし 枠を描きません.
37330 \end_layout
37331
37332 \begin_layout Description
37333 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
37334 \begin_inset Box Boxed
37335 position "c"
37336 hor_pos "c"
37337 has_inner_box 1
37338 inner_pos "c"
37339 use_parbox 0
37340 use_makebox 0
37341 width "20col%"
37342 special "none"
37343 height "1in"
37344 height_special "totalheight"
37345 thickness "0.4pt"
37346 separation "3pt"
37347 shadowsize "4pt"
37348 framecolor "black"
37349 backgroundcolor "none"
37350 status collapsed
37351
37352 \begin_layout Plain Layout
37353 \align center
37354 長方形の箱型
37355 \end_layout
37356
37357 \end_inset
37358
37359
37360 \end_layout
37361
37362 \begin_layout Description
37363 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
37364 \begin_inset space \thinspace{}
37365 \end_inset
37366
37367 ptです. 
37368 \begin_inset Box ovalbox
37369 position "c"
37370 hor_pos "c"
37371 has_inner_box 1
37372 inner_pos "c"
37373 use_parbox 0
37374 use_makebox 0
37375 width "20col%"
37376 special "none"
37377 height "1in"
37378 height_special "totalheight"
37379 thickness "0.4pt"
37380 separation "3pt"
37381 shadowsize "4pt"
37382 framecolor "black"
37383 backgroundcolor "none"
37384 status collapsed
37385
37386 \begin_layout Plain Layout
37387 \align center
37388 楕円形の箱型(細線)
37389 \end_layout
37390
37391 \end_inset
37392
37393
37394 \end_layout
37395
37396 \begin_layout Description
37397 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
37398 \begin_inset space \thinspace{}
37399 \end_inset
37400
37401 ptです. 
37402 \begin_inset Box Ovalbox
37403 position "c"
37404 hor_pos "c"
37405 has_inner_box 1
37406 inner_pos "c"
37407 use_parbox 0
37408 use_makebox 0
37409 width "20col%"
37410 special "none"
37411 height "1in"
37412 height_special "totalheight"
37413 thickness "0.4pt"
37414 separation "3pt"
37415 shadowsize "4pt"
37416 framecolor "black"
37417 backgroundcolor "none"
37418 status collapsed
37419
37420 \begin_layout Plain Layout
37421 \align center
37422 楕円形の箱型(太線)
37423 \end_layout
37424
37425 \end_inset
37426
37427
37428 \end_layout
37429
37430 \begin_layout Description
37431 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
37432 \begin_inset Box Shadowbox
37433 position "c"
37434 hor_pos "c"
37435 has_inner_box 1
37436 inner_pos "c"
37437 use_parbox 0
37438 use_makebox 0
37439 width "20col%"
37440 special "none"
37441 height "1in"
37442 height_special "totalheight"
37443 thickness "0.4pt"
37444 separation "3pt"
37445 shadowsize "4pt"
37446 framecolor "black"
37447 backgroundcolor "none"
37448 status collapsed
37449
37450 \begin_layout Plain Layout
37451 \align center
37452 影付きの箱型
37453 \end_layout
37454
37455 \end_inset
37456
37457
37458 \end_layout
37459
37460 \begin_layout Description
37461 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
37462 \begin_inset Foot
37463 status collapsed
37464
37465 \begin_layout Plain Layout
37466
37467 \begin_inset CommandInset ref
37468 LatexCommand ref
37469 reference "sec:色付きボックス"
37470 nolink "false"
37471
37472 \end_inset
37473
37474 節を参照のこと.
37475 \end_layout
37476
37477 \end_inset
37478
37479
37480 これは列幅全体を使用し,
37481 ボックスは独立した段落に設定されます.
37482 \begin_inset Box Shaded
37483 position "t"
37484 hor_pos "c"
37485 has_inner_box 0
37486 inner_pos "t"
37487 use_parbox 0
37488 use_makebox 0
37489 width "50col%"
37490 special "none"
37491 height "1in"
37492 height_special "totalheight"
37493 thickness "0.4pt"
37494 separation "3pt"
37495 shadowsize "4pt"
37496 framecolor "black"
37497 backgroundcolor "none"
37498 status collapsed
37499
37500 \begin_layout Plain Layout
37501 影付き背景の箱型
37502 \end_layout
37503
37504 \end_inset
37505
37506
37507 \end_layout
37508
37509 \begin_layout Description
37510 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,
37511 線幅の0.75倍であり,
37512 外側の枠の太さは,
37513 線幅の1.5倍です.枠同士の間隔は,
37514 線幅の1.5倍+0.5
37515 \begin_inset space \thinspace{}
37516 \end_inset
37517
37518 ptです.
37519 \begin_inset Box Doublebox
37520 position "c"
37521 hor_pos "c"
37522 has_inner_box 1
37523 inner_pos "c"
37524 use_parbox 0
37525 use_makebox 0
37526 width "20col%"
37527 special "none"
37528 height "1in"
37529 height_special "totalheight"
37530 thickness "0.4pt"
37531 separation "3pt"
37532 shadowsize "4pt"
37533 framecolor "black"
37534 backgroundcolor "none"
37535 status collapsed
37536
37537 \begin_layout Plain Layout
37538 \align center
37539 二重の長方形の箱型
37540 \end_layout
37541
37542 \end_inset
37543
37544
37545 \end_layout
37546
37547 \begin_layout Standard
37548 \begin_inset VSpace bigskip
37549 \end_inset
37550
37551 \SpecialChar LyX
37552 のボックスラベルには,
37553 使用中の枠の型が表示されます.すべての型を使用可能にするには,
37554 \SpecialChar LaTeX
37555 パッケージ
37556 \series bold
37557 fancybox
37558 \series default
37559
37560 \begin_inset Index idx
37561 range none
37562 pageformat default
37563 status collapsed
37564
37565 \begin_layout Plain Layout
37566 \begin_inset IndexMacro sortkey
37567 status open
37568
37569 \begin_layout Plain Layout
37570 LaTeXはつけし
37571 \end_layout
37572
37573 \end_inset
37574
37575 \SpecialChar LaTeX
37576 パッケージ
37577 \begin_inset IndexMacro subentry
37578 status open
37579
37580 \begin_layout Plain Layout
37581 fancybox
37582 \end_layout
37583
37584 \end_inset
37585
37586
37587 \end_layout
37588
37589 \end_inset
37590
37591 が導入済みでなくてはなりません.
37592 \end_layout
37593
37594 \begin_layout Standard
37595 \begin_inset VSpace bigskip
37596 \end_inset
37597
37598
37599 \family sans
37600 簡素な長方形の枠
37601 \family default
37602 の装飾を使って内部ボックスを使用しないとき,
37603 ボックス内で改頁を許可することができます.その場合,
37604 他の枠付きボックスと違って,
37605 この枠は,
37606 つねに段幅の全幅を使用し,
37607 ボックスは独立の段落として設定されることに注意してください.
37608 \begin_inset Box Framed
37609 position "t"
37610 hor_pos "c"
37611 has_inner_box 0
37612 inner_pos "t"
37613 use_parbox 0
37614 use_makebox 0
37615 width "100col%"
37616 special "none"
37617 height "1in"
37618 height_special "totalheight"
37619 thickness "0.4pt"
37620 separation "3pt"
37621 shadowsize "4pt"
37622 framecolor "black"
37623 backgroundcolor "none"
37624 status collapsed
37625
37626 \begin_layout Plain Layout
37627 改行可能な箱型
37628 \end_layout
37629
37630 \end_inset
37631
37632
37633 \end_layout
37634
37635 \begin_layout Section
37636 ボックスの詳細な設定
37637 \begin_inset Index idx
37638 range none
37639 pageformat default
37640 status collapsed
37641
37642 \begin_layout Plain Layout
37643 \begin_inset IndexMacro sortkey
37644 status open
37645
37646 \begin_layout Plain Layout
37647 ほつくす
37648 \end_layout
37649
37650 \end_inset
37651
37652 ボックス
37653 \begin_inset IndexMacro subentry
37654 status open
37655
37656 \begin_layout Plain Layout
37657 \begin_inset IndexMacro sortkey
37658 status open
37659
37660 \begin_layout Plain Layout
37661 しようさいなせつてい
37662 \end_layout
37663
37664 \end_inset
37665
37666 詳細な設定
37667 \end_layout
37668
37669 \end_inset
37670
37671
37672 \end_layout
37673
37674 \end_inset
37675
37676
37677 \end_layout
37678
37679 \begin_layout Standard
37680 楕円形ボックスの丸い角の直径は,
37681 コマンド
37682 \series bold
37683
37684 \backslash
37685 cornersize
37686 \series default
37687 で設定することができます.
37688 \end_layout
37689
37690 \begin_layout Standard
37691
37692 \series bold
37693
37694 \backslash
37695 cornersize*{1cm}
37696 \end_layout
37697
37698 \begin_layout Standard
37699 というコマンドは,
37700 直径を1
37701 \begin_inset space \thinspace{}
37702 \end_inset
37703
37704 cmに設定します.
37705 \end_layout
37706
37707 \begin_layout Standard
37708
37709 \series bold
37710
37711 \backslash
37712 cornersize{数値}
37713 \end_layout
37714
37715 \begin_layout Standard
37716 というコマンドは,
37717 直径を
37718 \family sans
37719 \series bold
37720 数値
37721 \series default
37722
37723 \begin_inset space \thinspace{}
37724 \end_inset
37725
37726
37727 \family default
37728
37729 \begin_inset Formula $\times$
37730 \end_inset
37731
37732
37733 \family sans
37734
37735 \begin_inset space \thinspace{}
37736 \end_inset
37737
37738
37739 \series bold
37740 (ボックスの幅と高さの小さい方)
37741 \family default
37742 \series default
37743 に設定します.既定値は
37744 \series bold
37745
37746 \backslash
37747 cornersize{0.5}
37748 \series default
37749 です.
37750 \end_layout
37751
37752 \begin_layout Standard
37753 \begin_inset ERT
37754 status collapsed
37755
37756 \begin_layout Plain Layout
37757
37758
37759 \backslash
37760 cornersize*{1.5cm}
37761 \end_layout
37762
37763 \end_inset
37764
37765
37766 \begin_inset Box Ovalbox
37767 position "c"
37768 hor_pos "c"
37769 has_inner_box 1
37770 inner_pos "c"
37771 use_parbox 0
37772 use_makebox 0
37773 width "25col%"
37774 special "none"
37775 height "1in"
37776 height_special "totalheight"
37777 thickness "0.4pt"
37778 separation "3pt"
37779 shadowsize "4pt"
37780 framecolor "black"
37781 backgroundcolor "none"
37782 status open
37783
37784 \begin_layout Plain Layout
37785 \align center
37786
37787 \series bold
37788
37789 \backslash
37790 cornersize
37791 \series default
37792
37793 \begin_inset space \thinspace{}
37794 \end_inset
37795
37796 =
37797 \begin_inset space \thinspace{}
37798 \end_inset
37799
37800 1.5
37801 \begin_inset space \thinspace{}
37802 \end_inset
37803
37804 cmの楕円形の箱型
37805 \end_layout
37806
37807 \end_inset
37808
37809
37810 \begin_inset ERT
37811 status collapsed
37812
37813 \begin_layout Plain Layout
37814
37815
37816 \backslash
37817 cornersize{0.5}
37818 \end_layout
37819
37820 \end_inset
37821
37822
37823 \end_layout
37824
37825 \begin_layout Standard
37826 \begin_inset VSpace bigskip
37827 \end_inset
37828
37829
37830 \end_layout
37831
37832 \begin_layout Standard
37833
37834 \family sans
37835 影付き背景
37836 \family default
37837 ボックスの赤色の既定背景色は,
37838
37839 \series bold
37840
37841 \backslash
37842 definecolor{shadebox}
37843 \series default
37844 コマンドで局所的に変更することもできますし,
37845
37846 \family sans
37847 \series bold
37848 ツール\SpecialChar menuseparator
37849 設定\SpecialChar menuseparator
37850 色\SpecialChar menuseparator
37851 影付きボックス
37852 \family default
37853 \series default
37854
37855 \begin_inset space \thinspace{}
37856 \end_inset
37857
37858 メニューからグローバルに変更することもできます.
37859 \series bold
37860
37861 \backslash
37862 definecolor
37863 \series default
37864 コマンドの用法は第
37865 \begin_inset CommandInset ref
37866 LatexCommand ref
37867 reference "sec:色付きの表"
37868 nolink "false"
37869
37870 \end_inset
37871
37872
37873 \begin_inset Foot
37874 status collapsed
37875
37876 \begin_layout Plain Layout
37877 N
37878 \series bold
37879
37880 \backslash
37881 definecolor
37882 \series default
37883 は,
37884 \SpecialChar LaTeX
37885 パッケージの
37886 \series bold
37887 color
37888 \series default
37889 をプリアンブルに読み込む必要があります.第
37890 \begin_inset CommandInset ref
37891 LatexCommand ref
37892 reference "sec:色付きボックス"
37893 nolink "false"
37894
37895 \end_inset
37896
37897 節をご参照ください..
37898 \end_layout
37899
37900 \end_inset
37901
37902 で説明されています.
37903 \end_layout
37904
37905 \begin_layout Standard
37906 たとえば,
37907 下記の影付き背景ボックスの外見は
37908 \end_layout
37909
37910 \begin_layout Standard
37911
37912 \series bold
37913
37914 \backslash
37915 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37916 \end_layout
37917
37918 \begin_layout Standard
37919 という\SpecialChar TeX
37920 コードコマンドを使って設定してあります.
37921 \end_layout
37922
37923 \begin_layout Standard
37924 \begin_inset ERT
37925 status collapsed
37926
37927 \begin_layout Plain Layout
37928
37929
37930 \backslash
37931 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37932 \end_layout
37933
37934 \end_inset
37935
37936
37937 \begin_inset Box Shaded
37938 position "t"
37939 hor_pos "c"
37940 has_inner_box 0
37941 inner_pos "t"
37942 use_parbox 0
37943 use_makebox 0
37944 width "100col%"
37945 special "none"
37946 height "1in"
37947 height_special "totalheight"
37948 thickness "0.4pt"
37949 separation "3pt"
37950 shadowsize "4pt"
37951 framecolor "black"
37952 backgroundcolor "none"
37953 status open
37954
37955 \begin_layout Plain Layout
37956
37957 \color yellow
37958 これは,
37959 濃緑色の背景の
37960 \family sans
37961 影付き背景
37962 \family default
37963 ボックスに入れた黄色の文章です.
37964 \end_layout
37965
37966 \end_inset
37967
37968
37969 \begin_inset ERT
37970 status collapsed
37971
37972 \begin_layout Plain Layout
37973
37974
37975 \backslash
37976 definecolor{shadecolor}{rgb}{1,0,0}
37977 \end_layout
37978
37979 \end_inset
37980
37981
37982 \end_layout
37983
37984 \begin_layout Standard
37985 \begin_inset VSpace bigskip
37986 \end_inset
37987
37988 手動で変更した寸法と色は,
37989 それを変更したコマンド以降のすべてのボックスに対して有効です.
37990 \end_layout
37991
37992 \begin_layout Section
37993 ミニページ
37994 \begin_inset CommandInset label
37995 LatexCommand label
37996 name "sec:ミニページ"
37997
37998 \end_inset
37999
38000
38001 \begin_inset Index idx
38002 range none
38003 pageformat default
38004 status collapsed
38005
38006 \begin_layout Plain Layout
38007 \begin_inset IndexMacro sortkey
38008 status open
38009
38010 \begin_layout Plain Layout
38011 ほつくす
38012 \end_layout
38013
38014 \end_inset
38015
38016 ボックス
38017 \begin_inset IndexMacro subentry
38018 status open
38019
38020 \begin_layout Plain Layout
38021 \begin_inset IndexMacro sortkey
38022 status open
38023
38024 \begin_layout Plain Layout
38025 みにへし
38026 \end_layout
38027
38028 \end_inset
38029
38030 ミニページ
38031 \end_layout
38032
38033 \end_inset
38034
38035
38036 \end_layout
38037
38038 \end_inset
38039
38040
38041 \end_layout
38042
38043 \begin_layout Standard
38044 ミニページは,
38045 \SpecialChar LaTeX
38046 によってページの中のページとして取り扱われるので,
38047 たとえばそれ自身で脚註を持つことができます.
38048 \end_layout
38049
38050 \begin_layout Standard
38051 ミニページは,
38052 複数の言語を含む文書を執筆する際に便利です.
38053 \end_layout
38054
38055 \begin_layout Standard
38056 下掲は,
38057 二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
38058
38059 \family sans
38060 挿入
38061 \family default
38062 \SpecialChar menuseparator
38063
38064 \family sans
38065 整形
38066 \family default
38067 \SpecialChar menuseparator
38068
38069 \family sans
38070 水平方向の空白
38071 \family default
38072 メニューで挿入した水平フィルで隔てられています.
38073 \begin_inset Newpage newpage
38074 \end_inset
38075
38076
38077 \end_layout
38078
38079 \begin_layout Standard
38080 \begin_inset Box Frameless
38081 position "t"
38082 hor_pos "c"
38083 has_inner_box 1
38084 inner_pos "c"
38085 use_parbox 0
38086 use_makebox 0
38087 width "45col%"
38088 special "none"
38089 height "1in"
38090 height_special "totalheight"
38091 thickness "0.4pt"
38092 separation "3pt"
38093 shadowsize "4pt"
38094 framecolor "black"
38095 backgroundcolor "none"
38096 status open
38097
38098 \begin_layout Plain Layout
38099 Dies ist ein deutscher Text.
38100  Dies ist ein deutscher Text.
38101  Dies ist ein deutscher Text.
38102  Dies ist ein deutscher Text.
38103  Dies ist ein deutscher Text.
38104  Dies ist ein deutscher Text.
38105  Dies ist ein deutscher Text.
38106  Dies ist ein deutscher Text.
38107  Dies ist ein deutscher Text.
38108  Dies ist ein deutscher Text.
38109  Dies ist ein deutscher Text.
38110  Dies ist ein deutscher Text.
38111  Dies ist ein deutscher Text
38112 \begin_inset Foot
38113 status collapsed
38114
38115 \begin_layout Plain Layout
38116 Dies ist eine deutsche Fußnote.
38117 \end_layout
38118
38119 \end_inset
38120
38121 .
38122  Dies ist ein deutscher Text.
38123  Dies ist ein deutscher Text.
38124 \end_layout
38125
38126 \end_inset
38127
38128
38129 \begin_inset space \hfill{}
38130 \end_inset
38131
38132
38133 \begin_inset Box Frameless
38134 position "t"
38135 hor_pos "c"
38136 has_inner_box 1
38137 inner_pos "c"
38138 use_parbox 0
38139 use_makebox 0
38140 width "45col%"
38141 special "none"
38142 height "1in"
38143 height_special "totalheight"
38144 thickness "0.4pt"
38145 separation "3pt"
38146 shadowsize "4pt"
38147 framecolor "black"
38148 backgroundcolor "none"
38149 status open
38150
38151 \begin_layout Plain Layout
38152 This is an English Text.
38153  This is an English Text.
38154  This is an English Text.
38155  This is an English Text.
38156  This is an English Text.
38157  This is an English Text.
38158  This is an English Text.
38159  This is an English Text.
38160  This is an English Text.
38161  This is an English Text.
38162  This is an English Text.
38163  This is an English Text.
38164  This is an English Text.
38165  This is an English Text.
38166  This is an English Text.
38167  This is an English Text.
38168 \begin_inset Foot
38169 status collapsed
38170
38171 \begin_layout Plain Layout
38172 This is an English footnote.
38173 \end_layout
38174
38175 \end_inset
38176
38177  This is an English Text.
38178 \end_layout
38179
38180 \end_inset
38181
38182
38183 \end_layout
38184
38185 \begin_layout Standard
38186 \begin_inset VSpace bigskip
38187 \end_inset
38188
38189 ミニページ内では,
38190 文書全体の段落設定は無視されます.つまり,
38191 たとえば文書設定で
38192 \family sans
38193 中スキップ
38194 \family default
38195 を設定していたとしても,
38196 ミニページ内の段落間には余白が置かれません.
38197 \end_layout
38198
38199 \begin_layout Standard
38200 ミニページは,
38201 文章部に背景色を与えるのに使用することもできます.第
38202 \begin_inset CommandInset ref
38203 LatexCommand ref
38204 reference "sec:色付きボックス"
38205 nolink "false"
38206
38207 \end_inset
38208
38209 節をご参照ください.
38210 \end_layout
38211
38212 \begin_layout Standard
38213 \begin_inset Note Greyedout
38214 status open
38215
38216 \begin_layout Plain Layout
38217
38218 \series bold
38219 [註]
38220 \series default
38221 ミニページ内にフロートや傍註を使用することはできませんが,
38222 ミニページを表・フロート・他のボックス内で使用することはできます.
38223 \end_layout
38224
38225 \end_inset
38226
38227
38228 \end_layout
38229
38230 \begin_layout Standard
38231 \begin_inset VSpace bigskip
38232 \end_inset
38233
38234
38235 \end_layout
38236
38237 \begin_layout Standard
38238 \SpecialChar LyX
38239 は,
38240
38241 \family sans
38242 \series bold
38243 可変幅ミニページ
38244 \family default
38245 \series default
38246 モジュールを経由して,
38247 内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.\SpecialChar LyX
38248 例示ファイル
38249 \emph on
38250 varwidth-floats-side-by-side
38251 \emph default
38252 では,
38253 2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.
38254 \end_layout
38255
38256 \begin_layout Section
38257 段落ボックス(parbox)
38258 \begin_inset CommandInset label
38259 LatexCommand label
38260 name "sec:Parboxes"
38261
38262 \end_inset
38263
38264
38265 \begin_inset Index idx
38266 range none
38267 pageformat default
38268 status open
38269
38270 \begin_layout Plain Layout
38271 \begin_inset IndexMacro sortkey
38272 status open
38273
38274 \begin_layout Plain Layout
38275 ほつくす
38276 \end_layout
38277
38278 \end_inset
38279
38280 ボックス
38281 \begin_inset IndexMacro subentry
38282 status open
38283
38284 \begin_layout Plain Layout
38285 \begin_inset IndexMacro sortkey
38286 status open
38287
38288 \begin_layout Plain Layout
38289 たんらく
38290 \end_layout
38291
38292 \end_inset
38293
38294 段落—
38295
38296
38297 \begin_inset space \thinspace{}
38298 \end_inset
38299
38300 (parbox)
38301 \end_layout
38302
38303 \end_inset
38304
38305
38306 \end_layout
38307
38308 \end_inset
38309
38310
38311 \end_layout
38312
38313 \begin_layout Standard
38314 段落ボックス(parbox)はミニページに非常によく似ていますが,
38315 脚註を付けることができない点が違います.
38316 \end_layout
38317
38318 \begin_layout Standard
38319 \align center
38320 \begin_inset Box Frameless
38321 position "t"
38322 hor_pos "c"
38323 has_inner_box 1
38324 inner_pos "t"
38325 use_parbox 1
38326 use_makebox 0
38327 width "33col%"
38328 special "none"
38329 height "1in"
38330 height_special "totalheight"
38331 thickness "0.4pt"
38332 separation "3pt"
38333 shadowsize "4pt"
38334 framecolor "black"
38335 backgroundcolor "none"
38336 status open
38337
38338 \begin_layout Plain Layout
38339 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
38340 \end_layout
38341
38342 \begin_layout Plain Layout
38343 右の脚註は表示されません.
38344 \begin_inset Foot
38345 status collapsed
38346
38347 \begin_layout Plain Layout
38348 これはparbox内の脚註であり,
38349 したがって表示はされません.
38350 \end_layout
38351
38352 \end_inset
38353
38354
38355 \end_layout
38356
38357 \end_inset
38358
38359
38360 \end_layout
38361
38362 \begin_layout Section
38363 単語や文字のボックス
38364 \begin_inset Index idx
38365 range none
38366 pageformat default
38367 status collapsed
38368
38369 \begin_layout Plain Layout
38370 \begin_inset IndexMacro sortkey
38371 status open
38372
38373 \begin_layout Plain Layout
38374 ほつくす
38375 \end_layout
38376
38377 \end_inset
38378
38379 ボックス
38380 \begin_inset IndexMacro subentry
38381 status open
38382
38383 \begin_layout Plain Layout
38384 \begin_inset IndexMacro sortkey
38385 status open
38386
38387 \begin_layout Plain Layout
38388 もしよう
38389 \end_layout
38390
38391 \end_inset
38392
38393 文字用
38394 \end_layout
38395
38396 \end_inset
38397
38398
38399 \end_layout
38400
38401 \end_inset
38402
38403
38404 \end_layout
38405
38406 \begin_layout Subsection
38407 ハイフネーションの回避
38408 \begin_inset CommandInset label
38409 LatexCommand label
38410 name "sec:ハイフネーションの回避"
38411
38412 \end_inset
38413
38414
38415 \begin_inset Index idx
38416 range none
38417 pageformat default
38418 status collapsed
38419
38420 \begin_layout Plain Layout
38421 \begin_inset IndexMacro sortkey
38422 status open
38423
38424 \begin_layout Plain Layout
38425 ほつくす
38426 \end_layout
38427
38428 \end_inset
38429
38430 ボックス
38431 \begin_inset IndexMacro subentry
38432 status open
38433
38434 \begin_layout Plain Layout
38435 \begin_inset IndexMacro sortkey
38436 status open
38437
38438 \begin_layout Plain Layout
38439 はいふねしよんのかいひ
38440 \end_layout
38441
38442 \end_inset
38443
38444 ハイフネーションの回避
38445 \end_layout
38446
38447 \end_inset
38448
38449
38450 \end_layout
38451
38452 \end_inset
38453
38454
38455 \end_layout
38456
38457 \begin_layout Standard
38458 単語や文章がハイフネートされるのを防ぐには,
38459
38460 \family sans
38461 makebox
38462 \family default
38463 型ボックスを使うことができます.
38464 \begin_inset Newline newline
38465 \end_inset
38466
38467 以下が例示用の文章です.
38468 \end_layout
38469
38470 \begin_layout Standard
38471 This line is an example to show how you can prevent the hyphenation of 
38472 \begin_inset Quotes eld
38473 \end_inset
38474
38475 veryverylongword
38476 \begin_inset Quotes erd
38477 \end_inset
38478
38479 .
38480 \end_layout
38481
38482 \begin_layout Standard
38483 単語「veryverylongword」がハイフネートされるのを防ぐには,
38484 単語をボックスの中に入れて,
38485
38486 \family sans
38487 \series bold
38488 内部ボックス
38489 \family default
38490 \series default
38491
38492 \family sans
38493 makebox
38494 \family default
38495 コマンドに設定し,
38496 幅は指定しません.
38497 \end_layout
38498
38499 \begin_layout Standard
38500 以下がその結果です.
38501 \end_layout
38502
38503 \begin_layout Standard
38504 This line is an example to show how you can prevent the hyphenation of 
38505 \begin_inset Box Frameless
38506 position "t"
38507 hor_pos "c"
38508 has_inner_box 1
38509 inner_pos "t"
38510 use_parbox 0
38511 use_makebox 1
38512 width ""
38513 special "none"
38514 height "1in"
38515 height_special "totalheight"
38516 thickness "0.4pt"
38517 separation "3pt"
38518 shadowsize "4pt"
38519 framecolor "black"
38520 backgroundcolor "none"
38521 status open
38522
38523 \begin_layout Plain Layout
38524 \begin_inset Quotes eld
38525 \end_inset
38526
38527 veryverylongword
38528 \begin_inset Quotes erd
38529 \end_inset
38530
38531
38532 \end_layout
38533
38534 \end_inset
38535
38536 .
38537 \end_layout
38538
38539 \begin_layout Standard
38540 別の方法としては,
38541 以下のように,
38542 単語の前に直接\SpecialChar TeX
38543 コードで「
38544 \series bold
38545
38546 \backslash
38547 -
38548 \series default
38549 」コマンドを設定する方法もあります.
38550 \end_layout
38551
38552 \begin_layout Standard
38553 This line is an example to show how you can prevent the hyphenation of 
38554 \begin_inset Quotes eld
38555 \end_inset
38556
38557
38558 \begin_inset ERT
38559 status collapsed
38560
38561 \begin_layout Plain Layout
38562
38563
38564 \backslash
38565 -
38566 \end_layout
38567
38568 \end_inset
38569
38570 veryverylongword
38571 \begin_inset Quotes erd
38572 \end_inset
38573
38574 .
38575 \end_layout
38576
38577 \begin_layout Standard
38578 もちろん,
38579 こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,
38580 以下のように
38581 \family sans
38582
38583 \begin_inset space \thinspace{}
38584 \end_inset
38585
38586
38587 \series bold
38588 挿入
38589 \family default
38590 \SpecialChar menuseparator
38591
38592 \family sans
38593 整形
38594 \family default
38595 \SpecialChar menuseparator
38596
38597 \family sans
38598 整形なし改行
38599 \family default
38600 \series default
38601
38602 \begin_inset space \thinspace{}
38603 \end_inset
38604
38605 メニュー(ショートカット
38606 \begin_inset Info
38607 type  "shortcut"
38608 arg   "newline-insert newline"
38609 \end_inset
38610
38611 )から改行を単語の前に入れてください.
38612 \end_layout
38613
38614 \begin_layout Standard
38615 This line is an example to show how you can prevent the hyphenation of 
38616 \begin_inset Newline newline
38617 \end_inset
38618
38619
38620 \begin_inset Box Frameless
38621 position "t"
38622 hor_pos "c"
38623 has_inner_box 1
38624 inner_pos "t"
38625 use_parbox 0
38626 use_makebox 1
38627 width ""
38628 special "none"
38629 height "1in"
38630 height_special "totalheight"
38631 thickness "0.4pt"
38632 separation "3pt"
38633 shadowsize "4pt"
38634 framecolor "black"
38635 backgroundcolor "none"
38636 status open
38637
38638 \begin_layout Plain Layout
38639 \begin_inset Quotes eld
38640 \end_inset
38641
38642 veryverylongword
38643 \begin_inset Quotes erd
38644 \end_inset
38645
38646
38647 \end_layout
38648
38649 \end_inset
38650
38651 .
38652 \end_layout
38653
38654 \begin_layout Subsection
38655 垂直揃え
38656 \begin_inset CommandInset label
38657 LatexCommand label
38658 name "subsec:垂直揃え"
38659
38660 \end_inset
38661
38662
38663 \begin_inset Index idx
38664 range none
38665 pageformat default
38666 status collapsed
38667
38668 \begin_layout Plain Layout
38669 \begin_inset IndexMacro sortkey
38670 status open
38671
38672 \begin_layout Plain Layout
38673 ほつくす
38674 \end_layout
38675
38676 \end_inset
38677
38678 ボックス
38679 \begin_inset IndexMacro subentry
38680 status open
38681
38682 \begin_layout Plain Layout
38683 \begin_inset IndexMacro sortkey
38684 status open
38685
38686 \begin_layout Plain Layout
38687 すいちよくそろえのしかた
38688 \end_layout
38689
38690 \end_inset
38691
38692 垂直揃えの仕方
38693 \end_layout
38694
38695 \end_inset
38696
38697
38698 \end_layout
38699
38700 \end_inset
38701
38702
38703 \begin_inset Index idx
38704 range none
38705 pageformat default
38706 status collapsed
38707
38708 \begin_layout Plain Layout
38709 \begin_inset IndexMacro sortkey
38710 status open
38711
38712 \begin_layout Plain Layout
38713 ほつくす
38714 \end_layout
38715
38716 \end_inset
38717
38718 ボックス
38719 \begin_inset IndexMacro subentry
38720 status open
38721
38722 \begin_layout Plain Layout
38723 Raiseboxes
38724 \end_layout
38725
38726 \end_inset
38727
38728
38729 \end_layout
38730
38731 \end_inset
38732
38733
38734 \end_layout
38735
38736 \begin_layout Standard
38737
38738 \series bold
38739
38740 \backslash
38741 raisebox
38742 \series default
38743 コマンドを使うと,
38744 単語や文字や他のボックスを,
38745 周囲の文章に対して垂直方向に整列させることができます.
38746 \series bold
38747
38748 \backslash
38749 raisebox
38750 \series default
38751 は以下の書式で使用します.
38752 \end_layout
38753
38754 \begin_layout Standard
38755
38756 \series bold
38757
38758 \backslash
38759 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
38760 \end_layout
38761
38762 \begin_layout Standard
38763 ここで持ち上げ幅は,
38764 正の値ならばボックスを持ち上げ,
38765 負の値ならばボックスを引き下げます.
38766 \end_layout
38767
38768 \begin_layout Standard
38769 たとえば,
38770 「preventing」という単語を,
38771 そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,
38772 単語の前に\SpecialChar TeX
38773 コードで
38774 \end_layout
38775
38776 \begin_layout Standard
38777
38778 \series bold
38779
38780 \backslash
38781 raisebox{
38782 \backslash
38783 depth}{
38784 \end_layout
38785
38786 \begin_layout Standard
38787 というコマンドを挿入してください.単語の後には,
38788 閉じ括弧「
38789 \series bold
38790 }
38791 \series default
38792 」を\SpecialChar TeX
38793 コードで挿入してください.
38794 \begin_inset Newline newline
38795 \end_inset
38796
38797 以下がその出力です.
38798 \end_layout
38799
38800 \begin_layout Standard
38801 This is a text line with the word 
38802 \begin_inset ERT
38803 status collapsed
38804
38805 \begin_layout Plain Layout
38806
38807
38808 \backslash
38809 raisebox{
38810 \backslash
38811 depth}{
38812 \end_layout
38813
38814 \end_inset
38815
38816
38817 \begin_inset Quotes eld
38818 \end_inset
38819
38820 preventing
38821 \begin_inset Quotes erd
38822 \end_inset
38823
38824
38825 \begin_inset ERT
38826 status collapsed
38827
38828 \begin_layout Plain Layout
38829
38830 }
38831 \end_layout
38832
38833 \end_inset
38834
38835  as raised word.
38836 \end_layout
38837
38838 \begin_layout Standard
38839 \begin_inset VSpace bigskip
38840 \end_inset
38841
38842 行中の文字を上げ下げすると,
38843 以下のように行間が広がります.
38844 \end_layout
38845
38846 \begin_layout Standard
38847 This is a text line with the word 
38848 \begin_inset ERT
38849 status collapsed
38850
38851 \begin_layout Plain Layout
38852
38853
38854 \backslash
38855 raisebox{-
38856 \backslash
38857 depth}{
38858 \end_layout
38859
38860 \end_inset
38861
38862
38863 \begin_inset Quotes eld
38864 \end_inset
38865
38866 preventing
38867 \begin_inset Quotes erd
38868 \end_inset
38869
38870
38871 \begin_inset ERT
38872 status collapsed
38873
38874 \begin_layout Plain Layout
38875
38876 }
38877 \end_layout
38878
38879 \end_inset
38880
38881  as lowered word.
38882 \begin_inset Newline newline
38883 \end_inset
38884
38885 This is a text line with the word 
38886 \begin_inset ERT
38887 status collapsed
38888
38889 \begin_layout Plain Layout
38890
38891
38892 \backslash
38893 raisebox{0.5cm}{
38894 \end_layout
38895
38896 \end_inset
38897
38898
38899 \begin_inset Quotes eld
38900 \end_inset
38901
38902 testing
38903 \begin_inset Quotes erd
38904 \end_inset
38905
38906
38907 \begin_inset ERT
38908 status collapsed
38909
38910 \begin_layout Plain Layout
38911
38912 }
38913 \end_layout
38914
38915 \end_inset
38916
38917  as raised word.
38918 \end_layout
38919
38920 \begin_layout Standard
38921 何らかの理由でこれを抑制したい場合には,
38922 ボックスの高さを零に設定してください.たとえば,
38923
38924 \end_layout
38925
38926 \begin_layout Standard
38927
38928 \series bold
38929
38930 \backslash
38931 raisebox{-
38932 \backslash
38933 depth}[0pt]{
38934 \end_layout
38935
38936 \begin_layout Standard
38937 とすると,
38938 以下のようになります.
38939 \end_layout
38940
38941 \begin_layout Standard
38942 This is a text line with the word 
38943 \begin_inset ERT
38944 status collapsed
38945
38946 \begin_layout Plain Layout
38947
38948
38949 \backslash
38950 raisebox{-
38951 \backslash
38952 depth}[0pt]{
38953 \end_layout
38954
38955 \end_inset
38956
38957
38958 \begin_inset Quotes eld
38959 \end_inset
38960
38961 preventing
38962 \begin_inset Quotes erd
38963 \end_inset
38964
38965
38966 \begin_inset ERT
38967 status collapsed
38968
38969 \begin_layout Plain Layout
38970
38971 }
38972 \end_layout
38973
38974 \end_inset
38975
38976  as lowered word.
38977 \begin_inset Newline newline
38978 \end_inset
38979
38980
38981 \begin_inset Newline newline
38982 \end_inset
38983
38984 This is a text line with the word 
38985 \begin_inset ERT
38986 status collapsed
38987
38988 \begin_layout Plain Layout
38989
38990
38991 \backslash
38992 raisebox{0.5cm}[0pt]{
38993 \end_layout
38994
38995 \end_inset
38996
38997
38998 \begin_inset Quotes eld
38999 \end_inset
39000
39001 testing
39002 \begin_inset Quotes erd
39003 \end_inset
39004
39005
39006 \begin_inset ERT
39007 status collapsed
39008
39009 \begin_layout Plain Layout
39010
39011 }
39012 \end_layout
39013
39014 \end_inset
39015
39016  as raised word.
39017 \end_layout
39018
39019 \begin_layout Section
39020 色付きボックス
39021 \begin_inset CommandInset label
39022 LatexCommand label
39023 name "sec:色付きボックス"
39024
39025 \end_inset
39026
39027
39028 \begin_inset Index idx
39029 range none
39030 pageformat default
39031 status collapsed
39032
39033 \begin_layout Plain Layout
39034 \begin_inset IndexMacro sortkey
39035 status open
39036
39037 \begin_layout Plain Layout
39038 ほつくす
39039 \end_layout
39040
39041 \end_inset
39042
39043 ボックス
39044 \begin_inset IndexMacro subentry
39045 status open
39046
39047 \begin_layout Plain Layout
39048 \begin_inset IndexMacro sortkey
39049 status open
39050
39051 \begin_layout Plain Layout
39052 いろつき
39053 \end_layout
39054
39055 \end_inset
39056
39057 色付き
39058 \end_layout
39059
39060 \end_inset
39061
39062
39063 \end_layout
39064
39065 \end_inset
39066
39067
39068 \end_layout
39069
39070 \begin_layout Standard
39071 ボックスの背景に色を付けるには,
39072 ボックスダイアログで好みの色を選択するだけです.これは,
39073 橙色の背景を持つボックスの例です:
39074
39075 \begin_inset Box Frameless
39076 position "t"
39077 hor_pos "c"
39078 has_inner_box 1
39079 inner_pos "t"
39080 use_parbox 0
39081 use_makebox 1
39082 width ""
39083 special "none"
39084 height "1in"
39085 height_special "totalheight"
39086 thickness "0.4pt"
39087 separation "3pt"
39088 shadowsize "4pt"
39089 framecolor "black"
39090 backgroundcolor "orange"
39091 status open
39092
39093 \begin_layout Plain Layout
39094 橙色背景のボックス
39095 \end_layout
39096
39097 \end_inset
39098
39099
39100 \end_layout
39101
39102 \begin_layout Standard
39103 装飾を
39104 \family sans
39105 簡素な長方形の枠
39106 \family default
39107 にした場合には,
39108 枠の色を設定できます.この場合,
39109 背景色も指定しなくてはなりません(\SpecialChar LyX
39110 は白を既定色として設定します).
39111 \begin_inset Newline newline
39112 \end_inset
39113
39114 例:
39115
39116 \begin_inset Box Boxed
39117 position "t"
39118 hor_pos "c"
39119 has_inner_box 0
39120 inner_pos "t"
39121 use_parbox 0
39122 use_makebox 0
39123 width ""
39124 special "none"
39125 height "1in"
39126 height_special "totalheight"
39127 thickness "0.4pt"
39128 separation "3pt"
39129 shadowsize "4pt"
39130 framecolor "teal"
39131 backgroundcolor "yellow"
39132 status open
39133
39134 \begin_layout Plain Layout
39135 ティール色の枠と黄色の背景を持つボックス
39136 \end_layout
39137
39138 \end_inset
39139
39140
39141 \end_layout
39142
39143 \begin_layout Standard
39144 \begin_inset VSpace bigskip
39145 \end_inset
39146
39147 もちろん,
39148 色付きボックスの中に色付きの文を入れることもできます:
39149
39150 \begin_inset Newline newline
39151 \end_inset
39152
39153
39154 \begin_inset Box Boxed
39155 position "t"
39156 hor_pos "c"
39157 has_inner_box 0
39158 inner_pos "t"
39159 use_parbox 0
39160 use_makebox 0
39161 width ""
39162 special "none"
39163 height "1in"
39164 height_special "totalheight"
39165 thickness "0.4pt"
39166 separation "3pt"
39167 shadowsize "4pt"
39168 framecolor "cyan"
39169 backgroundcolor "magenta"
39170 status open
39171
39172 \begin_layout Plain Layout
39173
39174 \color yellow
39175 これは着色した色付きボックス中の色付き文章です.
39176 \end_layout
39177
39178 \end_inset
39179
39180
39181 \end_layout
39182
39183 \begin_layout Standard
39184 \begin_inset VSpace bigskip
39185 \end_inset
39186
39187
39188 \end_layout
39189
39190 \begin_layout Standard
39191 事前に設定された色以外の色が欲しいときは,
39192
39193 \begin_inset CommandInset ref
39194 LatexCommand ref
39195 reference "sec:色付きの表"
39196 nolink "false"
39197
39198 \end_inset
39199
39200 節に述べられているように,
39201 独自色を定義することができます.独自色を使う場合には,
39202 以下のように,
39203 TeXコードを使ってボックスを組版しなくてはなりません.
39204 \end_layout
39205
39206 \begin_layout Standard
39207 枠なしの色付きボックスは,
39208
39209 \series bold
39210
39211 \backslash
39212 colorbox
39213 \series default
39214 コマンドで作ります.これは,
39215 以下のような書式で使われます.
39216 \end_layout
39217
39218 \begin_layout Standard
39219
39220 \series bold
39221
39222 \backslash
39223 colorbox{色}{ボックスの内容}
39224 \end_layout
39225
39226 \begin_layout Standard
39227 ボックスの内容には,
39228 ボックスが入ることもできますし,
39229 色付きボックスを他のボックスに入れることもできます.たとえば,
39230 単語の背景を濃緑にするには,
39231 単語の前に\SpecialChar TeX
39232 コードで
39233 \end_layout
39234
39235 \begin_layout Standard
39236
39237 \series bold
39238
39239 \backslash
39240 colorbox{darkgreen}{
39241 \end_layout
39242
39243 \begin_layout Standard
39244 というコマンドを入れてください.単語の後には,
39245 \SpecialChar TeX
39246 コードで閉じ括弧「
39247 \series bold
39248 }
39249 \series default
39250 」を入れてください.
39251 \begin_inset Newline newline
39252 \end_inset
39253
39254 以下がその結果です.
39255 \end_layout
39256
39257 \begin_layout Standard
39258 この行では,
39259
39260 \begin_inset ERT
39261 status collapsed
39262
39263 \begin_layout Plain Layout
39264
39265
39266 \backslash
39267 colorbox{darkgreen}{
39268 \end_layout
39269
39270 \end_inset
39271
39272 「注意!
39273
39274 \begin_inset ERT
39275 status collapsed
39276
39277 \begin_layout Plain Layout
39278
39279 }
39280 \end_layout
39281
39282 \end_inset
39283
39284 という単語が濃緑の背景になっています.
39285 \end_layout
39286
39287 \begin_layout Standard
39288 枠付き色付きのボックスは,
39289 下記のように
39290 \series bold
39291
39292 \backslash
39293 fcolorbox
39294 \series default
39295 コマンドを使って作ります.
39296 \end_layout
39297
39298 \begin_layout Standard
39299
39300 \series bold
39301
39302 \backslash
39303 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
39304 \end_layout
39305
39306 \begin_layout Section
39307 ボックスの伸縮回転
39308 \end_layout
39309
39310 \begin_layout Standard
39311 本節に述べられているボックスを使うには,
39312
39313 \family sans
39314 画像ボックス
39315 \family default
39316 モジュールを文書設定で読み込んでおく必要があります.
39317 \end_layout
39318
39319 \begin_layout Standard
39320 \begin_inset Note Greyedout
39321 status open
39322
39323 \begin_layout Plain Layout
39324
39325 \series bold
39326 [註]
39327 \series default
39328 DVIビューアによっては,
39329 回転伸縮したものの表示ができないものがあります.
39330 \end_layout
39331
39332 \end_inset
39333
39334
39335 \end_layout
39336
39337 \begin_layout Standard
39338 \begin_inset Note Greyedout
39339 status open
39340
39341 \begin_layout Plain Layout
39342
39343 \series bold
39344 [註]
39345 \series default
39346 フロートは回転伸縮したボックスの中に入れることはできません.
39347 \end_layout
39348
39349 \end_inset
39350
39351
39352 \end_layout
39353
39354 \begin_layout Subsection
39355 ボックスの回転
39356 \end_layout
39357
39358 \begin_layout Standard
39359 \begin_inset Index idx
39360 range none
39361 pageformat default
39362 status collapsed
39363
39364 \begin_layout Plain Layout
39365 \begin_inset IndexMacro sortkey
39366 status open
39367
39368 \begin_layout Plain Layout
39369
39370 \end_layout
39371
39372 \end_inset
39373
39374
39375 \begin_inset IndexMacro subentry
39376 status open
39377
39378 \begin_layout Plain Layout
39379 \begin_inset IndexMacro sortkey
39380 status open
39381
39382 \begin_layout Plain Layout
39383 のかいてん
39384 \end_layout
39385
39386 \end_inset
39387
39388
39389
39390 の回転
39391 \end_layout
39392
39393 \end_inset
39394
39395
39396 \end_layout
39397
39398 \end_inset
39399
39400
39401 \begin_inset Index idx
39402 range none
39403 pageformat default
39404 status collapsed
39405
39406 \begin_layout Plain Layout
39407 \begin_inset IndexMacro sortkey
39408 status open
39409
39410 \begin_layout Plain Layout
39411 ほつくす
39412 \end_layout
39413
39414 \end_inset
39415
39416 ボックス
39417 \begin_inset IndexMacro subentry
39418 status open
39419
39420 \begin_layout Plain Layout
39421 \begin_inset IndexMacro sortkey
39422 status open
39423
39424 \begin_layout Plain Layout
39425 かいてんした
39426 \end_layout
39427
39428 \end_inset
39429
39430 回転した—
39431
39432
39433 \end_layout
39434
39435 \end_inset
39436
39437
39438 \end_layout
39439
39440 \end_inset
39441
39442
39443 \begin_inset Index idx
39444 range none
39445 pageformat default
39446 status collapsed
39447
39448 \begin_layout Plain Layout
39449 \begin_inset IndexMacro sortkey
39450 status open
39451
39452 \begin_layout Plain Layout
39453 かいてん
39454 \end_layout
39455
39456 \end_inset
39457
39458 回転
39459 \begin_inset IndexMacro subentry
39460 status open
39461
39462 \begin_layout Plain Layout
39463 \begin_inset IndexMacro sortkey
39464 status open
39465
39466 \begin_layout Plain Layout
39467 そさいの
39468 \end_layout
39469
39470 \end_inset
39471
39472 素材の—
39473
39474
39475 \end_layout
39476
39477 \end_inset
39478
39479
39480 \end_layout
39481
39482 \end_inset
39483
39484
39485 \begin_inset Index idx
39486 range none
39487 pageformat default
39488 status collapsed
39489
39490 \begin_layout Plain Layout
39491 \begin_inset IndexMacro sortkey
39492 status open
39493
39494 \begin_layout Plain Layout
39495 ひようのちようせい
39496 \end_layout
39497
39498 \end_inset
39499
39500 表の調整
39501 \begin_inset IndexMacro subentry
39502 status open
39503
39504 \begin_layout Plain Layout
39505 \begin_inset IndexMacro sortkey
39506 status open
39507
39508 \begin_layout Plain Layout
39509 かいてん
39510 \end_layout
39511
39512 \end_inset
39513
39514 回転
39515 \end_layout
39516
39517 \end_inset
39518
39519
39520 \end_layout
39521
39522 \end_inset
39523
39524 ものを回転するならば,
39525
39526 \family sans
39527 \series bold
39528 回転ボックス
39529 \family default
39530 \series default
39531 に入れることができます.このボックスは,
39532
39533 \family sans
39534 \series bold
39535 挿入\SpecialChar menuseparator
39536 拡張差込枠\SpecialChar menuseparator
39537 回転ボックス
39538 \family default
39539 \series default
39540
39541 \begin_inset space \thinspace{}
39542 \end_inset
39543
39544 で挿入することができます.
39545 \end_layout
39546
39547 \begin_layout Standard
39548 回転の原点は,
39549 原点差込枠(
39550 \family sans
39551 \series bold
39552 挿入\SpecialChar menuseparator
39553 原点
39554 \family default
39555 \series default
39556
39557 \begin_inset space \thinspace{}
39558 \end_inset
39559
39560 メニュー)に
39561 \series bold
39562 origin=位置
39563 \series default
39564 の形で指定することができます.位置として指定可能なのは,
39565
39566 \emph on
39567 c
39568 \emph default
39569 (中央揃え)・
39570 \emph on
39571 l
39572 \emph default
39573 (左揃え)・
39574 \emph on
39575 r
39576 \emph default
39577 (右揃え)・
39578 \emph on
39579 b
39580 \emph default
39581 (下揃え)・
39582 \emph on
39583 t
39584 \emph default
39585 (上揃え)と,
39586 これら五つの適切な組み合わせです.たとえば,
39587
39588 \emph on
39589 lt
39590 \emph default
39591 と指定した場合には,
39592 回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,
39593 位置として
39594 \emph on
39595 l
39596 \emph default
39597 が使用されます.回転角は,
39598 角度を指定する数字で負の値もとることができます.回転の方向は,
39599 反時計回りです.
39600 \end_layout
39601
39602 \begin_layout Standard
39603 下の例では,
39604
39605 \family sans
39606 \series bold
39607 原点
39608 \family default
39609 \series default
39610 差込枠に
39611 \series bold
39612 origin=c
39613 \series default
39614
39615
39616 \family sans
39617 \series bold
39618 回転
39619 \family default
39620 \series default
39621 差込枠に
39622 \series bold
39623 60
39624 \series default
39625 と入れています.
39626 \end_layout
39627
39628 \begin_layout Standard
39629 これは,
39630
39631 \begin_inset Flex Rotatebox
39632 status open
39633
39634 \begin_layout Plain Layout
39635 \begin_inset Argument 1
39636 status open
39637
39638 \begin_layout Plain Layout
39639 origin=c
39640 \end_layout
39641
39642 \end_inset
39643
39644
39645 \begin_inset Argument 2
39646 status open
39647
39648 \begin_layout Plain Layout
39649 60
39650 \end_layout
39651
39652 \end_inset
39653
39654 回転した
39655 \end_layout
39656
39657 \end_inset
39658
39659 文章を含む行です.
39660 \end_layout
39661
39662 \begin_layout Standard
39663 ボックスの中身には,
39664 以下のように,
39665 もう一つボックスを入れたり行内数式を入れたりすることもできます.
39666 \end_layout
39667
39668 \begin_layout Standard
39669 これは,
39670
39671 \begin_inset Flex Rotatebox
39672 status open
39673
39674 \begin_layout Plain Layout
39675 \begin_inset Argument 1
39676 status open
39677
39678 \begin_layout Plain Layout
39679 origin=r
39680 \end_layout
39681
39682 \end_inset
39683
39684
39685 \begin_inset Argument 2
39686 status open
39687
39688 \begin_layout Plain Layout
39689 60
39690 \end_layout
39691
39692 \end_inset
39693
39694
39695 \begin_inset Box Doublebox
39696 position "c"
39697 hor_pos "c"
39698 has_inner_box 0
39699 inner_pos "c"
39700 use_parbox 0
39701 use_makebox 0
39702 width "1in"
39703 special "width"
39704 height "1in"
39705 height_special "totalheight"
39706 thickness "0.4pt"
39707 separation "3pt"
39708 shadowsize "4pt"
39709 framecolor "black"
39710 backgroundcolor "none"
39711 status open
39712
39713 \begin_layout Plain Layout
39714 回転した
39715 \end_layout
39716
39717 \end_inset
39718
39719
39720 \end_layout
39721
39722 \end_inset
39723
39724 枠付き文章と
39725 \begin_inset Flex Rotatebox
39726 status open
39727
39728 \begin_layout Plain Layout
39729 \begin_inset Argument 1
39730 status open
39731
39732 \begin_layout Plain Layout
39733 origin=lb
39734 \end_layout
39735
39736 \end_inset
39737
39738
39739 \begin_inset Argument 2
39740 status open
39741
39742 \begin_layout Plain Layout
39743 60
39744 \end_layout
39745
39746 \end_inset
39747
39748
39749 \begin_inset Formula $\int A\,\mathrm{d}x=B$
39750 \end_inset
39751
39752
39753 \end_layout
39754
39755 \end_inset
39756
39757 数式を含む行です.
39758 \end_layout
39759
39760 \begin_layout Standard
39761 あるいは,
39762 以下のように図や表を入れることもできます.
39763 \end_layout
39764
39765 \begin_layout Standard
39766 これは,
39767
39768 \begin_inset Flex Rotatebox
39769 status open
39770
39771 \begin_layout Plain Layout
39772 \begin_inset Argument 1
39773 status open
39774
39775 \begin_layout Plain Layout
39776 origin=lb
39777 \end_layout
39778
39779 \end_inset
39780
39781
39782 \begin_inset Argument 2
39783 status open
39784
39785 \begin_layout Plain Layout
39786 90
39787 \end_layout
39788
39789 \end_inset
39790
39791
39792 \begin_inset Graphics
39793         filename ../clipart/Star-structure.pdf
39794         lyxscale 50
39795         width 25col%
39796
39797 \end_inset
39798
39799
39800 \end_layout
39801
39802 \end_inset
39803
39804 回転した画像と
39805 \begin_inset Flex Rotatebox
39806 status open
39807
39808 \begin_layout Plain Layout
39809 \begin_inset Argument 2
39810 status open
39811
39812 \begin_layout Plain Layout
39813 -90
39814 \end_layout
39815
39816 \end_inset
39817
39818
39819 \begin_inset Tabular
39820 <lyxtabular version="3" rows="2" columns="2">
39821 <features tabularvalignment="middle">
39822 <column alignment="center" valignment="top">
39823 <column alignment="center" valignment="top">
39824 <row>
39825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39826 \begin_inset Text
39827
39828 \begin_layout Plain Layout
39829 q
39830 \end_layout
39831
39832 \end_inset
39833 </cell>
39834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39835 \begin_inset Text
39836
39837 \begin_layout Plain Layout
39838 w
39839 \end_layout
39840
39841 \end_inset
39842 </cell>
39843 </row>
39844 <row>
39845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39846 \begin_inset Text
39847
39848 \begin_layout Plain Layout
39849 e
39850 \end_layout
39851
39852 \end_inset
39853 </cell>
39854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39855 \begin_inset Text
39856
39857 \begin_layout Plain Layout
39858 r
39859 \end_layout
39860
39861 \end_inset
39862 </cell>
39863 </row>
39864 </lyxtabular>
39865
39866 \end_inset
39867
39868
39869 \end_layout
39870
39871 \end_inset
39872
39873 表を含む行です.
39874 \end_layout
39875
39876 \begin_layout Standard
39877 \begin_inset Note Greyedout
39878 status open
39879
39880 \begin_layout Plain Layout
39881
39882 \series bold
39883 [註]
39884 \family sans
39885 \series default
39886 角度
39887 \family default
39888 差込枠が空であったり,
39889 数字以外の文字が入っていたりした場合,
39890 文書を閲覧したり書き出したりする際に,
39891 \SpecialChar LaTeX
39892 エラーが発生します.
39893 \end_layout
39894
39895 \end_inset
39896
39897
39898 \end_layout
39899
39900 \begin_layout Subsection
39901 ボックスの伸縮
39902 \end_layout
39903
39904 \begin_layout Standard
39905 \begin_inset Index idx
39906 range none
39907 pageformat default
39908 status collapsed
39909
39910 \begin_layout Plain Layout
39911 \begin_inset IndexMacro sortkey
39912 status open
39913
39914 \begin_layout Plain Layout
39915 ほつくす
39916 \end_layout
39917
39918 \end_inset
39919
39920 ボックス
39921 \begin_inset IndexMacro subentry
39922 status open
39923
39924 \begin_layout Plain Layout
39925 \begin_inset IndexMacro sortkey
39926 status open
39927
39928 \begin_layout Plain Layout
39929 しんしゆくさせた
39930 \end_layout
39931
39932 \end_inset
39933
39934 伸縮させた—
39935
39936
39937 \end_layout
39938
39939 \end_inset
39940
39941
39942 \end_layout
39943
39944 \end_inset
39945
39946
39947 \begin_inset Index idx
39948 range none
39949 pageformat default
39950 status collapsed
39951
39952 \begin_layout Plain Layout
39953 \begin_inset IndexMacro sortkey
39954 status open
39955
39956 \begin_layout Plain Layout
39957 しんしゆく
39958 \end_layout
39959
39960 \end_inset
39961
39962 伸縮
39963 \begin_inset IndexMacro subentry
39964 status open
39965
39966 \begin_layout Plain Layout
39967 \begin_inset IndexMacro sortkey
39968 status open
39969
39970 \begin_layout Plain Layout
39971 そさいの
39972 \end_layout
39973
39974 \end_inset
39975
39976 素材の—
39977
39978
39979 \end_layout
39980
39981 \end_inset
39982
39983
39984 \end_layout
39985
39986 \end_inset
39987
39988
39989 \begin_inset Index idx
39990 range none
39991 pageformat default
39992 status collapsed
39993
39994 \begin_layout Plain Layout
39995 \begin_inset IndexMacro sortkey
39996 status open
39997
39998 \begin_layout Plain Layout
39999
40000 \end_layout
40001
40002 \end_inset
40003
40004
40005 \begin_inset IndexMacro subentry
40006 status open
40007
40008 \begin_layout Plain Layout
40009 \begin_inset IndexMacro sortkey
40010 status open
40011
40012 \begin_layout Plain Layout
40013 のしんしゆく
40014 \end_layout
40015
40016 \end_inset
40017
40018
40019
40020 の伸縮
40021 \end_layout
40022
40023 \end_inset
40024
40025
40026 \end_layout
40027
40028 \end_inset
40029
40030
40031 \begin_inset Index idx
40032 range none
40033 pageformat default
40034 status collapsed
40035
40036 \begin_layout Plain Layout
40037 \begin_inset IndexMacro sortkey
40038 status open
40039
40040 \begin_layout Plain Layout
40041 ひようのちようせい
40042 \end_layout
40043
40044 \end_inset
40045
40046 表の調整
40047 \begin_inset IndexMacro subentry
40048 status open
40049
40050 \begin_layout Plain Layout
40051 \begin_inset IndexMacro sortkey
40052 status open
40053
40054 \begin_layout Plain Layout
40055 しんしゆく
40056 \end_layout
40057
40058 \end_inset
40059
40060 伸縮
40061 \end_layout
40062
40063 \end_inset
40064
40065
40066 \end_layout
40067
40068 \end_inset
40069
40070 ものを伸縮するならば,
40071
40072 \family sans
40073 \series bold
40074 伸縮ボックス
40075 \family default
40076 \series default
40077 に入れることができます.このボックスは,
40078
40079 \family sans
40080 \series bold
40081 挿入\SpecialChar menuseparator
40082 拡張差込枠\SpecialChar menuseparator
40083 伸縮ボックス
40084 \family default
40085 \series default
40086
40087 \begin_inset space \thinspace{}
40088 \end_inset
40089
40090 で挿入することができます.
40091 \end_layout
40092
40093 \begin_layout Standard
40094
40095 \family sans
40096 \series bold
40097 伸縮ボックス
40098 \family default
40099 \series default
40100 には,
40101 必須差込枠「
40102 \family sans
40103 \series bold
40104 水平因子
40105 \family default
40106 \series default
40107 」と,
40108 非必須差込枠「
40109 \family sans
40110 \series bold
40111 垂直因子
40112 \family default
40113 \series default
40114 」(
40115 \family sans
40116 \series bold
40117 挿入\SpecialChar menuseparator
40118 垂直因子
40119 \family default
40120 \series default
40121
40122 \begin_inset space \thinspace{}
40123 \end_inset
40124
40125 メニューで挿入可)がありますので,
40126 そこに水平因子と垂直因子を入力してください.
40127 \family sans
40128 \series bold
40129 垂直因子
40130 \family default
40131 \series default
40132 を使わない場合には,
40133 水平因子が垂直因子としても使われます.
40134 \end_layout
40135
40136 \begin_layout Standard
40137 たとえば,
40138 文書の本文の大きさに比べて,
40139 文を2倍の大きさにしたい場合,
40140
40141 \family sans
40142 \series bold
40143 水平因子
40144 \family default
40145 \series default
40146 差込枠に
40147 \series bold
40148 2
40149 \series default
40150 と入力してください.例:
40151
40152 \begin_inset Flex Scalebox
40153 status open
40154
40155 \begin_layout Plain Layout
40156 \begin_inset Argument 1
40157 status open
40158
40159 \begin_layout Plain Layout
40160 2
40161 \end_layout
40162
40163 \end_inset
40164
40165 こんにちは
40166 \end_layout
40167
40168 \end_inset
40169
40170
40171 \end_layout
40172
40173 \begin_layout Standard
40174
40175 \family sans
40176 \series bold
40177 水平因子
40178 \family default
40179 \series default
40180
40181 \series bold
40182 2
40183 \series default
40184
40185
40186 \family sans
40187 \series bold
40188 垂直因子
40189 \family default
40190 \series default
40191
40192 \series bold
40193 1
40194 \series default
40195 にすると,
40196 このようにゆがみます:
40197
40198 \begin_inset Flex Scalebox
40199 status open
40200
40201 \begin_layout Plain Layout
40202 \begin_inset Argument 1
40203 status open
40204
40205 \begin_layout Plain Layout
40206 2
40207 \end_layout
40208
40209 \end_inset
40210
40211
40212 \begin_inset Argument 2
40213 status open
40214
40215 \begin_layout Plain Layout
40216 1
40217 \end_layout
40218
40219 \end_inset
40220
40221 こんにちは
40222 \end_layout
40223
40224 \end_inset
40225
40226
40227 \end_layout
40228
40229 \begin_layout Standard
40230 伸縮因子を負に設定した場合,
40231 ボックスの内容は鏡像になります.鏡文字を作りたい場合には,
40232
40233 \family sans
40234 \series bold
40235 水平因子
40236 \family default
40237 \series default
40238
40239 \series bold
40240 -1
40241 \series default
40242
40243
40244 \family sans
40245 \series bold
40246 垂直因子
40247 \family default
40248 \series default
40249
40250 \series bold
40251 1
40252 \series default
40253 にします:
40254
40255 \begin_inset Flex Scalebox
40256 status open
40257
40258 \begin_layout Plain Layout
40259 \begin_inset Argument 1
40260 status open
40261
40262 \begin_layout Plain Layout
40263 -1
40264 \end_layout
40265
40266 \end_inset
40267
40268
40269 \begin_inset Argument 2
40270 status open
40271
40272 \begin_layout Plain Layout
40273 1
40274 \end_layout
40275
40276 \end_inset
40277
40278 こんにちは
40279 \end_layout
40280
40281 \end_inset
40282
40283
40284 \end_layout
40285
40286 \begin_layout Standard
40287
40288 \family sans
40289 \series bold
40290 水平因子
40291 \family default
40292 \series default
40293
40294 \series bold
40295 1
40296 \series default
40297
40298
40299 \family sans
40300 \series bold
40301 垂直因子
40302 \family default
40303 \series default
40304
40305 \series bold
40306 -1
40307 \series default
40308 にすると,
40309 ベースラインでひっくり返した形になります:
40310
40311 \begin_inset Flex Scalebox
40312 status open
40313
40314 \begin_layout Plain Layout
40315 \begin_inset Argument 1
40316 status open
40317
40318 \begin_layout Plain Layout
40319 1
40320 \end_layout
40321
40322 \end_inset
40323
40324
40325 \begin_inset Argument 2
40326 status open
40327
40328 \begin_layout Plain Layout
40329 -1
40330 \end_layout
40331
40332 \end_inset
40333
40334 こんにちは
40335 \end_layout
40336
40337 \end_inset
40338
40339
40340 \end_layout
40341
40342 \begin_layout Standard
40343
40344 \family sans
40345 \series bold
40346 反転ボックス
40347 \family default
40348 \series default
40349 (
40350 \family sans
40351 \series bold
40352 挿入\SpecialChar menuseparator
40353 拡張差込枠\SpecialChar menuseparator
40354 反転ボックス
40355 \family default
40356 \series default
40357
40358 \begin_inset space \thinspace{}
40359 \end_inset
40360
40361 メニュー)は,
40362
40363 \family sans
40364 \series bold
40365 伸縮ボックス
40366 \family default
40367 \series default
40368
40369 \family sans
40370 \series bold
40371 水平因子
40372 \family default
40373 \series default
40374
40375 \series bold
40376 -1
40377 \series default
40378
40379
40380 \family sans
40381 \series bold
40382 垂直因子
40383 \family default
40384 \series default
40385
40386 \series bold
40387 1
40388 \series default
40389 にしたものと同じです.
40390 \end_layout
40391
40392 \begin_layout Standard
40393 \begin_inset Note Greyedout
40394 status open
40395
40396 \begin_layout Plain Layout
40397
40398 \series bold
40399 [註]
40400 \family sans
40401 \series default
40402 水平因子
40403 \family default
40404 差込枠が空であったり,
40405 数字以外の文字が入っていたりした場合,
40406 文書を閲覧したり書き出したりする際に,
40407 \SpecialChar LaTeX
40408 エラーが発生します.
40409 \end_layout
40410
40411 \end_inset
40412
40413
40414 \end_layout
40415
40416 \begin_layout Standard
40417 \begin_inset VSpace bigskip
40418 \end_inset
40419
40420 中身を決まった幅と高さに伸縮したい場合には,
40421
40422 \family sans
40423 \series bold
40424 寸法変更ボックス
40425 \family default
40426 \series default
40427 (
40428 \family sans
40429 \series bold
40430 挿入\SpecialChar menuseparator
40431 拡張差込枠\SpecialChar menuseparator
40432 寸法変更ボックス
40433 \family default
40434 \series default
40435
40436 \begin_inset space \thinspace{}
40437 \end_inset
40438
40439 メニュー)を使うことができます.
40440 \family sans
40441 \series bold
40442 寸法変更ボックス
40443 \family default
40444 \series default
40445 には,
40446 必須差込枠「
40447 \family sans
40448 \series bold
40449
40450 \family default
40451 \series default
40452 」と,
40453 非必須差込枠「
40454 \family sans
40455 \series bold
40456 高さ
40457 \family default
40458 \series default
40459 」(
40460 \family sans
40461 \series bold
40462 挿入\SpecialChar menuseparator
40463 高さ
40464 \family default
40465 \series default
40466
40467 \begin_inset space \thinspace{}
40468 \end_inset
40469
40470 メニューで挿入可)がありますので,
40471 そこに幅と高さを単位付きの値で入力してください.
40472 \begin_inset CommandInset ref
40473 LatexCommand ref
40474 reference "tab:単位"
40475 nolink "false"
40476
40477 \end_inset
40478
40479 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
40480 \series bold
40481 !
40482 \series default
40483 があると,
40484 ボックス内容のアスペクト比が保たれるように寸法が設定されます.
40485 \family sans
40486 \series bold
40487 高さ
40488 \family default
40489 \series default
40490 差込枠を使わない場合には,
40491 高さには内部的に感嘆符が使用されます.
40492 \end_layout
40493
40494 \begin_layout Standard
40495
40496 \series bold
40497 2cm
40498 \series default
40499
40500 \family sans
40501 \series bold
40502
40503 \family default
40504 \series default
40505 に,
40506
40507 \series bold
40508 1cm
40509 \series default
40510
40511 \family sans
40512 \series bold
40513 高さ
40514 \family default
40515 \series default
40516 に使用するとこうなります:
40517
40518 \begin_inset Flex Resizebox
40519 status open
40520
40521 \begin_layout Plain Layout
40522 \begin_inset Argument 1
40523 status open
40524
40525 \begin_layout Plain Layout
40526 2cm
40527 \end_layout
40528
40529 \end_inset
40530
40531
40532 \begin_inset Argument 2
40533 status open
40534
40535 \begin_layout Plain Layout
40536 1cm
40537 \end_layout
40538
40539 \end_inset
40540
40541 こんにちは
40542 \end_layout
40543
40544 \end_inset
40545
40546
40547 \begin_inset Newline newline
40548 \end_inset
40549
40550
40551 \series bold
40552 2cm
40553 \series default
40554
40555 \family sans
40556 \series bold
40557
40558 \family default
40559 \series default
40560 に,
40561
40562 \series bold
40563 !
40564 \series default
40565
40566 \family sans
40567 \series bold
40568 高さ
40569 \family default
40570 \series default
40571 に使用すると(あるいは
40572 \family sans
40573 \series bold
40574 高さ
40575 \family default
40576 \series default
40577 なし)こうなります:
40578
40579 \begin_inset Flex Resizebox
40580 status open
40581
40582 \begin_layout Plain Layout
40583 \begin_inset Argument 1
40584 status open
40585
40586 \begin_layout Plain Layout
40587 2cm
40588 \end_layout
40589
40590 \end_inset
40591
40592
40593 \begin_inset Argument 2
40594 status open
40595
40596 \begin_layout Plain Layout
40597 !
40598 \end_layout
40599
40600 \end_inset
40601
40602 こんにちは
40603 \end_layout
40604
40605 \end_inset
40606
40607
40608 \end_layout
40609
40610 \begin_layout Standard
40611 \begin_inset Note Greyedout
40612 status open
40613
40614 \begin_layout Plain Layout
40615
40616 \series bold
40617 [註]
40618 \family sans
40619
40620 \family default
40621 \series default
40622 差込枠が空であったり,
40623 無効な単位が入っていたりした場合,
40624 文書を閲覧したり書き出したりする際に,
40625 \SpecialChar LaTeX
40626 エラーが発生します.
40627 \end_layout
40628
40629 \end_inset
40630
40631
40632 \end_layout
40633
40634 \begin_layout Standard
40635 \begin_inset VSpace bigskip
40636 \end_inset
40637
40638
40639 \end_layout
40640
40641 \begin_layout Standard
40642 ボックスは好きな順序で組み合わせることができます.
40643 \family sans
40644 \series bold
40645 回転ボックス
40646 \family default
40647 \series default
40648 の中に
40649 \family sans
40650 \series bold
40651 寸法変更ボックス
40652 \family default
40653 \series default
40654 が入り,
40655 さらにその中に
40656 \family sans
40657 \series bold
40658 反転ボックス
40659 \family default
40660 \series default
40661 が入っている例です:
40662
40663 \end_layout
40664
40665 \begin_layout Standard
40666 \noindent
40667 \align center
40668 \begin_inset Flex Rotatebox
40669 status open
40670
40671 \begin_layout Plain Layout
40672 \begin_inset Argument 1
40673 status open
40674
40675 \begin_layout Plain Layout
40676 origin=c
40677 \end_layout
40678
40679 \end_inset
40680
40681
40682 \begin_inset Argument 2
40683 status open
40684
40685 \begin_layout Plain Layout
40686 -45
40687 \end_layout
40688
40689 \end_inset
40690
40691
40692 \begin_inset Flex Resizebox
40693 status open
40694
40695 \begin_layout Plain Layout
40696 \begin_inset Argument 1
40697 status open
40698
40699 \begin_layout Plain Layout
40700 2cm
40701 \end_layout
40702
40703 \end_inset
40704
40705
40706 \begin_inset Flex Reflectbox
40707 status open
40708
40709 \begin_layout Plain Layout
40710 こんにちは
40711 \end_layout
40712
40713 \end_inset
40714
40715
40716 \end_layout
40717
40718 \end_inset
40719
40720
40721 \end_layout
40722
40723 \end_inset
40724
40725
40726 \end_layout
40727
40728 \begin_layout Standard
40729 \noindent
40730 という出力になります.ボックスの内容には,
40731 以下のように,
40732 画像や表や行内数式を入れてもかまいません.
40733 \end_layout
40734
40735 \begin_layout Standard
40736 \noindent
40737 \align center
40738 \begin_inset Flex Resizebox
40739 status open
40740
40741 \begin_layout Plain Layout
40742 \begin_inset Argument 1
40743 status open
40744
40745 \begin_layout Plain Layout
40746 2cm
40747 \end_layout
40748
40749 \end_inset
40750
40751
40752 \begin_inset Flex Reflectbox
40753 status open
40754
40755 \begin_layout Plain Layout
40756 \begin_inset Graphics
40757         filename ../clipart/Star-structure.pdf
40758         lyxscale 50
40759         width 25col%
40760
40761 \end_inset
40762
40763
40764 \end_layout
40765
40766 \end_inset
40767
40768
40769 \end_layout
40770
40771 \end_inset
40772
40773  
40774 \begin_inset Flex Resizebox
40775 status open
40776
40777 \begin_layout Plain Layout
40778 \begin_inset Argument 1
40779 status open
40780
40781 \begin_layout Plain Layout
40782 2cm
40783 \end_layout
40784
40785 \end_inset
40786
40787
40788 \begin_inset Flex Reflectbox
40789 status open
40790
40791 \begin_layout Plain Layout
40792 \begin_inset Tabular
40793 <lyxtabular version="3" rows="2" columns="2">
40794 <features tabularvalignment="middle">
40795 <column alignment="center" valignment="top">
40796 <column alignment="center" valignment="top">
40797 <row>
40798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40799 \begin_inset Text
40800
40801 \begin_layout Plain Layout
40802 q
40803 \end_layout
40804
40805 \end_inset
40806 </cell>
40807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40808 \begin_inset Text
40809
40810 \begin_layout Plain Layout
40811 w
40812 \end_layout
40813
40814 \end_inset
40815 </cell>
40816 </row>
40817 <row>
40818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40819 \begin_inset Text
40820
40821 \begin_layout Plain Layout
40822 e
40823 \end_layout
40824
40825 \end_inset
40826 </cell>
40827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40828 \begin_inset Text
40829
40830 \begin_layout Plain Layout
40831 r
40832 \end_layout
40833
40834 \end_inset
40835 </cell>
40836 </row>
40837 </lyxtabular>
40838
40839 \end_inset
40840
40841
40842 \end_layout
40843
40844 \end_inset
40845
40846
40847 \end_layout
40848
40849 \end_inset
40850
40851  
40852 \begin_inset Flex Resizebox
40853 status open
40854
40855 \begin_layout Plain Layout
40856 \begin_inset Argument 1
40857 status open
40858
40859 \begin_layout Plain Layout
40860 3cm
40861 \end_layout
40862
40863 \end_inset
40864
40865
40866 \begin_inset Flex Reflectbox
40867 status open
40868
40869 \begin_layout Plain Layout
40870 \begin_inset Formula $\int A\,\mathrm{d}x=B$
40871 \end_inset
40872
40873
40874 \end_layout
40875
40876 \end_inset
40877
40878
40879 \end_layout
40880
40881 \end_inset
40882
40883
40884 \end_layout
40885
40886 \begin_layout Standard
40887 文書で大域的に数式様式
40888 \series bold
40889 fleqn
40890 \series default
40891 を使用している場合
40892 \begin_inset Foot
40893 status collapsed
40894
40895 \begin_layout Plain Layout
40896 つまり,
40897 文書クラスオプションに「fleqn」を書き加えた場合.
40898 \end_layout
40899
40900 \end_inset
40901
40902 には,
40903 別行建て数式も伸縮させることができます.
40904 \end_layout
40905
40906 \begin_layout Chapter
40907 本文回り込みオブジェクト
40908 \begin_inset Index idx
40909 range none
40910 pageformat default
40911 status collapsed
40912
40913 \begin_layout Plain Layout
40914 \begin_inset IndexMacro sortkey
40915 status open
40916
40917 \begin_layout Plain Layout
40918 ほんふんまわりこみ
40919 \end_layout
40920
40921 \end_inset
40922
40923 本文回り込み
40924 \end_layout
40925
40926 \end_inset
40927
40928
40929 \end_layout
40930
40931 \begin_layout Section
40932 折返しフロート
40933 \begin_inset CommandInset label
40934 LatexCommand label
40935 name "sec:折返しフロート"
40936
40937 \end_inset
40938
40939
40940 \begin_inset Index idx
40941 range none
40942 pageformat default
40943 status collapsed
40944
40945 \begin_layout Plain Layout
40946 \begin_inset IndexMacro sortkey
40947 status open
40948
40949 \begin_layout Plain Layout
40950 ふろと
40951 \end_layout
40952
40953 \end_inset
40954
40955 フロート
40956 \begin_inset IndexMacro subentry
40957 status open
40958
40959 \begin_layout Plain Layout
40960 \begin_inset IndexMacro sortkey
40961 status open
40962
40963 \begin_layout Plain Layout
40964 おりかえしふろと
40965 \end_layout
40966
40967 \end_inset
40968
40969 折返しフロート
40970 \end_layout
40971
40972 \end_inset
40973
40974
40975 \end_layout
40976
40977 \end_inset
40978
40979
40980 \begin_inset Index idx
40981 range none
40982 pageformat default
40983 status collapsed
40984
40985 \begin_layout Plain Layout
40986 \begin_inset IndexMacro sortkey
40987 status open
40988
40989 \begin_layout Plain Layout
40990 ほんふんまわりこみ
40991 \end_layout
40992
40993 \end_inset
40994
40995 本文回り込み
40996 \begin_inset IndexMacro subentry
40997 status open
40998
40999 \begin_layout Plain Layout
41000 \begin_inset IndexMacro sortkey
41001 status open
41002
41003 \begin_layout Plain Layout
41004 おりかえしふろと
41005 \end_layout
41006
41007 \end_inset
41008
41009 折返しフロート
41010 \end_layout
41011
41012 \end_inset
41013
41014
41015 \end_layout
41016
41017 \end_inset
41018
41019
41020 \end_layout
41021
41022 \begin_layout Standard
41023 \begin_inset Wrap figure
41024 lines 0
41025 placement l
41026 overhang 1cm
41027 width "40col%"
41028 status open
41029
41030 \begin_layout Plain Layout
41031 \begin_inset Graphics
41032         filename ../clipart/2D-intensity-plot.pdf
41033         width 40col%
41034         scaleBeforeRotation
41035         BoundingBox 0bp 1bp 178bp 138bp
41036         clip
41037         rotateOrigin center
41038
41039 \end_inset
41040
41041
41042 \end_layout
41043
41044 \begin_layout Plain Layout
41045 \begin_inset Caption Standard
41046
41047 \begin_layout Plain Layout
41048 \begin_inset CommandInset label
41049 LatexCommand label
41050 name "fig:折返し図フロート"
41051
41052 \end_inset
41053
41054 これは折返し図フロートです.
41055 \end_layout
41056
41057 \end_inset
41058
41059
41060 \end_layout
41061
41062 \end_inset
41063
41064 このフロート型は,
41065 本文が図の周りに折返して入ることによって,
41066 図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,
41067 \SpecialChar LaTeX
41068 パッケージの
41069 \series bold
41070 wrapfig
41071 \series default
41072
41073 \begin_inset Index idx
41074 range none
41075 pageformat default
41076 status collapsed
41077
41078 \begin_layout Plain Layout
41079 \begin_inset IndexMacro sortkey
41080 status open
41081
41082 \begin_layout Plain Layout
41083 LaTeXはつけし
41084 \end_layout
41085
41086 \end_inset
41087
41088 \SpecialChar LaTeX
41089 パッケージ
41090 \begin_inset IndexMacro subentry
41091 status open
41092
41093 \begin_layout Plain Layout
41094 wrapfig
41095 \end_layout
41096
41097 \end_inset
41098
41099
41100 \end_layout
41101
41102 \end_inset
41103
41104 を導入済みであれば,
41105
41106 \family sans
41107 \series bold
41108 挿入\SpecialChar menuseparator
41109 フロート\SpecialChar menuseparator
41110 折返し図
41111 \family default
41112 \series default
41113
41114 \family sans
41115 \series bold
41116 折返し表
41117 \family default
41118 \series default
41119
41120 \begin_inset space \thinspace{}
41121 \end_inset
41122
41123 メニューで挿入することができます
41124 \begin_inset Foot
41125 status collapsed
41126
41127 \begin_layout Plain Layout
41128 \SpecialChar LaTeX
41129 パッケージの導入方法は,
41130 取扱説明書の『\SpecialChar LaTeX
41131 の設定』に説明されています.
41132 \end_layout
41133
41134 \end_inset
41135
41136 .フロートの設定は,
41137 フロートボックスを右クリックすることで変更することができます.必須の設定項目は,
41138 フロートの
41139 \family sans
41140 配置
41141 \family default
41142
41143 \family sans
41144
41145 \family default
41146 です.非必須項目として,
41147
41148 \family sans
41149 ぶら下げ
41150 \family default
41151
41152 \family sans
41153 行幅
41154 \family default
41155 があります.前者は,
41156 フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,
41157 後者は,
41158 フロートが必要とするおおよその本文行数を指定するものです.行幅は,
41159 推測するのが難しいことがよくあるので,
41160 フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,
41161 フロートを段落内でフロートするようにするか,
41162 周囲の段落までフロートすることを\SpecialChar LaTeX
41163 に許可するかを指定することができます.第
41164 \begin_inset CommandInset ref
41165 LatexCommand ref
41166 reference "fig:折返し図フロート"
41167 nolink "false"
41168
41169 \end_inset
41170
41171 図は,
41172 40
41173 \begin_inset space \thinspace{}
41174 \end_inset
41175
41176 列幅%の幅と1
41177 \begin_inset space \thinspace{}
41178 \end_inset
41179
41180 cmのぶら下げを持ち,
41181 左揃えの折返しフロートを例示してあります.
41182 \end_layout
41183
41184 \begin_layout Standard
41185 \begin_inset Note Greyedout
41186 status open
41187
41188 \begin_layout Plain Layout
41189
41190 \series bold
41191 [註]
41192 \series default
41193 折返しフロートは壊れやすいことがあります!
41194 例えば,
41195 図をページの下すぎる位置に置いてしまうと,
41196 ごちゃごちゃになって,
41197 フロートが出力に現れなかったり,
41198 他の本文の上に上書きされて出力されたりします.
41199 \end_layout
41200
41201 \end_inset
41202
41203
41204 \end_layout
41205
41206 \begin_layout Standard
41207 原則として,
41208
41209 \end_layout
41210
41211 \begin_layout Itemize
41212 折返しフロートは,
41213 改頁に掛かってしまう段落に置くべきではありません.つまり,
41214 折返しフロートは,
41215 文書がほぼ完成する段階になって,
41216 どこに改頁が現れるかを予測できるようになってから,
41217 正確な位置に挿入しなくてはなりません.
41218 \end_layout
41219
41220 \begin_layout Itemize
41221 折返しフロートは,
41222 入れ込む段落の前に単独の段落を設けて挿入するか,
41223 その段落自体の中に挿入しなくてはなりません.
41224 \end_layout
41225
41226 \begin_layout Itemize
41227 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,
41228 二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
41229 \end_layout
41230
41231 \begin_layout Itemize
41232 折返しフロートは,
41233 節見出しや表中に入れることは認められていません.
41234 \end_layout
41235
41236 \begin_layout Itemize
41237 連番や参照は,
41238
41239 \begin_inset CommandInset ref
41240 LatexCommand ref
41241 reference "chap:フロート"
41242 nolink "false"
41243
41244 \end_inset
41245
41246 章で述べられているように動作します.
41247 \end_layout
41248
41249 \begin_layout Section
41250 固定回り込みオブジェクト
41251 \begin_inset Index idx
41252 range none
41253 pageformat default
41254 status collapsed
41255
41256 \begin_layout Plain Layout
41257 \begin_inset IndexMacro sortkey
41258 status open
41259
41260 \begin_layout Plain Layout
41261 ほんふんまわりこみ
41262 \end_layout
41263
41264 \end_inset
41265
41266 本文回り込み
41267 \begin_inset IndexMacro subentry
41268 status open
41269
41270 \begin_layout Plain Layout
41271 \begin_inset IndexMacro sortkey
41272 status open
41273
41274 \begin_layout Plain Layout
41275 こていおふしえくと
41276 \end_layout
41277
41278 \end_inset
41279
41280 固定オブジェクト
41281 \end_layout
41282
41283 \end_inset
41284
41285
41286 \end_layout
41287
41288 \end_inset
41289
41290
41291 \end_layout
41292
41293 \begin_layout Standard
41294
41295 \begin_inset CommandInset ref
41296 LatexCommand ref
41297 reference "sec:折返しフロート"
41298 nolink "false"
41299
41300 \end_inset
41301
41302 節の折返しフロートは,
41303 段落中で,
41304 以下のような配置がされます.
41305 \end_layout
41306
41307 \begin_layout Standard
41308 \noindent
41309 \align center
41310 \begin_inset Tabular
41311 <lyxtabular version="3" rows="2" columns="2">
41312 <features tabularvalignment="middle">
41313 <column alignment="center" valignment="top">
41314 <column alignment="center" valignment="top">
41315 <row>
41316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41317 \begin_inset Text
41318
41319 \begin_layout Plain Layout
41320 \begin_inset Info
41321 type  "icon"
41322 arg   "dialog-show-new-inset graphics"
41323 \end_inset
41324
41325
41326 \end_layout
41327
41328 \end_inset
41329 </cell>
41330 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41331 \begin_inset Text
41332
41333 \begin_layout Plain Layout
41334 文章
41335 \end_layout
41336
41337 \end_inset
41338 </cell>
41339 </row>
41340 <row>
41341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41342 \begin_inset Text
41343
41344 \begin_layout Plain Layout
41345 文章
41346 \end_layout
41347
41348 \end_inset
41349 </cell>
41350 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41351 \begin_inset Text
41352
41353 \begin_layout Plain Layout
41354 文章
41355 \end_layout
41356
41357 \end_inset
41358 </cell>
41359 </row>
41360 </lyxtabular>
41361
41362 \end_inset
41363
41364  or 
41365 \begin_inset Tabular
41366 <lyxtabular version="3" rows="2" columns="2">
41367 <features tabularvalignment="middle">
41368 <column alignment="center" valignment="top">
41369 <column alignment="center" valignment="top">
41370 <row>
41371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41372 \begin_inset Text
41373
41374 \begin_layout Plain Layout
41375 文章
41376 \end_layout
41377
41378 \end_inset
41379 </cell>
41380 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41381 \begin_inset Text
41382
41383 \begin_layout Plain Layout
41384 \begin_inset Info
41385 type  "icon"
41386 arg   "dialog-show-new-inset graphics"
41387 \end_inset
41388
41389
41390 \end_layout
41391
41392 \end_inset
41393 </cell>
41394 </row>
41395 <row>
41396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41397 \begin_inset Text
41398
41399 \begin_layout Plain Layout
41400 文章
41401 \end_layout
41402
41403 \end_inset
41404 </cell>
41405 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41406 \begin_inset Text
41407
41408 \begin_layout Plain Layout
41409 文章
41410 \end_layout
41411
41412 \end_inset
41413 </cell>
41414 </row>
41415 </lyxtabular>
41416
41417 \end_inset
41418
41419
41420 \end_layout
41421
41422 \begin_layout Standard
41423 以下に示すいずれかのように,
41424
41425 \begin_inset VSpace defskip
41426 \end_inset
41427
41428
41429 \end_layout
41430
41431 \begin_layout Standard
41432 \noindent
41433 \align center
41434 \begin_inset Tabular
41435 <lyxtabular version="3" rows="2" columns="2">
41436 <features tabularvalignment="middle">
41437 <column alignment="center" valignment="top">
41438 <column alignment="center" valignment="top">
41439 <row>
41440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41441 \begin_inset Text
41442
41443 \begin_layout Plain Layout
41444 文章
41445 \end_layout
41446
41447 \end_inset
41448 </cell>
41449 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41450 \begin_inset Text
41451
41452 \begin_layout Plain Layout
41453 文章
41454 \end_layout
41455
41456 \end_inset
41457 </cell>
41458 </row>
41459 <row>
41460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41461 \begin_inset Text
41462
41463 \begin_layout Plain Layout
41464 \begin_inset Info
41465 type  "icon"
41466 arg   "dialog-show-new-inset graphics"
41467 \end_inset
41468
41469
41470 \end_layout
41471
41472 \end_inset
41473 </cell>
41474 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41475 \begin_inset Text
41476
41477 \begin_layout Plain Layout
41478 文章
41479 \end_layout
41480
41481 \end_inset
41482 </cell>
41483 </row>
41484 </lyxtabular>
41485
41486 \end_inset
41487
41488  
41489 \begin_inset Tabular
41490 <lyxtabular version="3" rows="2" columns="2">
41491 <features tabularvalignment="middle">
41492 <column alignment="center" valignment="top">
41493 <column alignment="center" valignment="top">
41494 <row>
41495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41496 \begin_inset Text
41497
41498 \begin_layout Plain Layout
41499 文章
41500 \end_layout
41501
41502 \end_inset
41503 </cell>
41504 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41505 \begin_inset Text
41506
41507 \begin_layout Plain Layout
41508 文章
41509 \end_layout
41510
41511 \end_inset
41512 </cell>
41513 </row>
41514 <row>
41515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41516 \begin_inset Text
41517
41518 \begin_layout Plain Layout
41519 文章
41520 \end_layout
41521
41522 \end_inset
41523 </cell>
41524 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41525 \begin_inset Text
41526
41527 \begin_layout Plain Layout
41528 \begin_inset Info
41529 type  "icon"
41530 arg   "dialog-show-new-inset graphics"
41531 \end_inset
41532
41533
41534 \end_layout
41535
41536 \end_inset
41537 </cell>
41538 </row>
41539 </lyxtabular>
41540
41541 \end_inset
41542
41543  
41544 \begin_inset Tabular
41545 <lyxtabular version="3" rows="2" columns="3">
41546 <features tabularvalignment="middle">
41547 <column alignment="center" valignment="top">
41548 <column alignment="center" valignment="top">
41549 <column alignment="center" valignment="top">
41550 <row>
41551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41552 \begin_inset Text
41553
41554 \begin_layout Plain Layout
41555 文章
41556 \end_layout
41557
41558 \end_inset
41559 </cell>
41560 <cell alignment="center" valignment="top" topline="true" usebox="none">
41561 \begin_inset Text
41562
41563 \begin_layout Plain Layout
41564 \begin_inset Info
41565 type  "icon"
41566 arg   "dialog-show-new-inset graphics"
41567 \end_inset
41568
41569
41570 \end_layout
41571
41572 \end_inset
41573 </cell>
41574 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41575 \begin_inset Text
41576
41577 \begin_layout Plain Layout
41578 文章
41579 \end_layout
41580
41581 \end_inset
41582 </cell>
41583 </row>
41584 <row>
41585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41586 \begin_inset Text
41587
41588 \begin_layout Plain Layout
41589 文章
41590 \end_layout
41591
41592 \end_inset
41593 </cell>
41594 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41595 \begin_inset Text
41596
41597 \begin_layout Plain Layout
41598 文章
41599 \end_layout
41600
41601 \end_inset
41602 </cell>
41603 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41604 \begin_inset Text
41605
41606 \begin_layout Plain Layout
41607 文章
41608 \end_layout
41609
41610 \end_inset
41611 </cell>
41612 </row>
41613 </lyxtabular>
41614
41615 \end_inset
41616
41617  
41618 \begin_inset Tabular
41619 <lyxtabular version="3" rows="2" columns="3">
41620 <features tabularvalignment="middle">
41621 <column alignment="center" valignment="top">
41622 <column alignment="center" valignment="top">
41623 <column alignment="center" valignment="top">
41624 <row>
41625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41626 \begin_inset Text
41627
41628 \begin_layout Plain Layout
41629 文章
41630 \end_layout
41631
41632 \end_inset
41633 </cell>
41634 <cell alignment="center" valignment="top" topline="true" usebox="none">
41635 \begin_inset Text
41636
41637 \begin_layout Plain Layout
41638 文章
41639 \end_layout
41640
41641 \end_inset
41642 </cell>
41643 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41644 \begin_inset Text
41645
41646 \begin_layout Plain Layout
41647 文章
41648 \end_layout
41649
41650 \end_inset
41651 </cell>
41652 </row>
41653 <row>
41654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41655 \begin_inset Text
41656
41657 \begin_layout Plain Layout
41658 文章
41659 \end_layout
41660
41661 \end_inset
41662 </cell>
41663 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41664 \begin_inset Text
41665
41666 \begin_layout Plain Layout
41667 \begin_inset Info
41668 type  "icon"
41669 arg   "dialog-show-new-inset graphics"
41670 \end_inset
41671
41672
41673 \end_layout
41674
41675 \end_inset
41676 </cell>
41677 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41678 \begin_inset Text
41679
41680 \begin_layout Plain Layout
41681 文章
41682 \end_layout
41683
41684 \end_inset
41685 </cell>
41686 </row>
41687 </lyxtabular>
41688
41689 \end_inset
41690
41691
41692 \end_layout
41693
41694 \begin_layout Standard
41695 \noindent
41696 \align center
41697 \begin_inset Tabular
41698 <lyxtabular version="3" rows="3" columns="2">
41699 <features tabularvalignment="middle">
41700 <column alignment="center" valignment="top">
41701 <column alignment="center" valignment="top">
41702 <row>
41703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41704 \begin_inset Text
41705
41706 \begin_layout Plain Layout
41707 文章
41708 \end_layout
41709
41710 \end_inset
41711 </cell>
41712 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41713 \begin_inset Text
41714
41715 \begin_layout Plain Layout
41716 文章
41717 \end_layout
41718
41719 \end_inset
41720 </cell>
41721 </row>
41722 <row>
41723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41724 \begin_inset Text
41725
41726 \begin_layout Plain Layout
41727 \begin_inset Info
41728 type  "icon"
41729 arg   "dialog-show-new-inset graphics"
41730 \end_inset
41731
41732
41733 \end_layout
41734
41735 \end_inset
41736 </cell>
41737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41738 \begin_inset Text
41739
41740 \begin_layout Plain Layout
41741 文章
41742 \end_layout
41743
41744 \end_inset
41745 </cell>
41746 </row>
41747 <row>
41748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41749 \begin_inset Text
41750
41751 \begin_layout Plain Layout
41752 文章
41753 \end_layout
41754
41755 \end_inset
41756 </cell>
41757 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41758 \begin_inset Text
41759
41760 \begin_layout Plain Layout
41761 文章
41762 \end_layout
41763
41764 \end_inset
41765 </cell>
41766 </row>
41767 </lyxtabular>
41768
41769 \end_inset
41770
41771  
41772 \begin_inset Tabular
41773 <lyxtabular version="3" rows="3" columns="3">
41774 <features tabularvalignment="middle">
41775 <column alignment="center" valignment="top">
41776 <column alignment="center" valignment="top">
41777 <column alignment="center" valignment="top">
41778 <row>
41779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41780 \begin_inset Text
41781
41782 \begin_layout Plain Layout
41783 文章
41784 \end_layout
41785
41786 \end_inset
41787 </cell>
41788 <cell alignment="center" valignment="top" topline="true" usebox="none">
41789 \begin_inset Text
41790
41791 \begin_layout Plain Layout
41792 文章
41793 \end_layout
41794
41795 \end_inset
41796 </cell>
41797 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41798 \begin_inset Text
41799
41800 \begin_layout Plain Layout
41801 文章
41802 \end_layout
41803
41804 \end_inset
41805 </cell>
41806 </row>
41807 <row>
41808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41809 \begin_inset Text
41810
41811 \begin_layout Plain Layout
41812 文章
41813 \end_layout
41814
41815 \end_inset
41816 </cell>
41817 <cell alignment="center" valignment="top" usebox="none">
41818 \begin_inset Text
41819
41820 \begin_layout Plain Layout
41821 \begin_inset Info
41822 type  "icon"
41823 arg   "dialog-show-new-inset graphics"
41824 \end_inset
41825
41826
41827 \end_layout
41828
41829 \end_inset
41830 </cell>
41831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41832 \begin_inset Text
41833
41834 \begin_layout Plain Layout
41835 文章
41836 \end_layout
41837
41838 \end_inset
41839 </cell>
41840 </row>
41841 <row>
41842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41843 \begin_inset Text
41844
41845 \begin_layout Plain Layout
41846 文章
41847 \end_layout
41848
41849 \end_inset
41850 </cell>
41851 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41852 \begin_inset Text
41853
41854 \begin_layout Plain Layout
41855 文章
41856 \end_layout
41857
41858 \end_inset
41859 </cell>
41860 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41861 \begin_inset Text
41862
41863 \begin_layout Plain Layout
41864 文章
41865 \end_layout
41866
41867 \end_inset
41868 </cell>
41869 </row>
41870 </lyxtabular>
41871
41872 \end_inset
41873
41874  
41875 \begin_inset Tabular
41876 <lyxtabular version="3" rows="3" columns="2">
41877 <features tabularvalignment="middle">
41878 <column alignment="center" valignment="top">
41879 <column alignment="center" valignment="top">
41880 <row>
41881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41882 \begin_inset Text
41883
41884 \begin_layout Plain Layout
41885 文章
41886 \end_layout
41887
41888 \end_inset
41889 </cell>
41890 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41891 \begin_inset Text
41892
41893 \begin_layout Plain Layout
41894 文章
41895 \end_layout
41896
41897 \end_inset
41898 </cell>
41899 </row>
41900 <row>
41901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41902 \begin_inset Text
41903
41904 \begin_layout Plain Layout
41905 文章
41906 \end_layout
41907
41908 \end_inset
41909 </cell>
41910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41911 \begin_inset Text
41912
41913 \begin_layout Plain Layout
41914 \begin_inset Info
41915 type  "icon"
41916 arg   "dialog-show-new-inset graphics"
41917 \end_inset
41918
41919
41920 \end_layout
41921
41922 \end_inset
41923 </cell>
41924 </row>
41925 <row>
41926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41927 \begin_inset Text
41928
41929 \begin_layout Plain Layout
41930 文章
41931 \end_layout
41932
41933 \end_inset
41934 </cell>
41935 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41936 \begin_inset Text
41937
41938 \begin_layout Plain Layout
41939 文章
41940 \end_layout
41941
41942 \end_inset
41943 </cell>
41944 </row>
41945 </lyxtabular>
41946
41947 \end_inset
41948
41949
41950 \end_layout
41951
41952 \begin_layout Standard
41953 \noindent
41954 オブジェクトを挿入した場所に正確に配置したい時には,
41955
41956 \series bold
41957 picinpar
41958 \series default
41959
41960 \begin_inset Index idx
41961 range none
41962 pageformat default
41963 status collapsed
41964
41965 \begin_layout Plain Layout
41966 \begin_inset IndexMacro sortkey
41967 status open
41968
41969 \begin_layout Plain Layout
41970 LaTeXはつけし
41971 \end_layout
41972
41973 \end_inset
41974
41975 \SpecialChar LaTeX
41976 パッケージ
41977 \begin_inset IndexMacro subentry
41978 status open
41979
41980 \begin_layout Plain Layout
41981 picinpar
41982 \end_layout
41983
41984 \end_inset
41985
41986
41987 \end_layout
41988
41989 \end_inset
41990
41991 \SpecialChar LaTeX
41992 パッケージを使うことができます.下記はその用例です.
41993 \end_layout
41994
41995 \begin_layout Standard
41996 \begin_inset ERT
41997 status collapsed
41998
41999 \begin_layout Plain Layout
42000
42001
42002 \backslash
42003 ifpicinpar
42004 \end_layout
42005
42006 \end_inset
42007
42008
42009 \begin_inset Note Note
42010 status open
42011
42012 \begin_layout Plain Layout
42013 以下の部分は,
42014 \SpecialChar LaTeX
42015 パッケージ
42016 \series bold
42017 picinpar
42018 \series default
42019 が導入されているときのみ表示されます.
42020 \end_layout
42021
42022 \end_inset
42023
42024
42025 \end_layout
42026
42027 \begin_layout Standard
42028 \begin_inset ERT
42029 status collapsed
42030
42031 \begin_layout Plain Layout
42032
42033
42034 \backslash
42035 begin{window}[2,c,{
42036 \end_layout
42037
42038 \end_inset
42039
42040
42041 \begin_inset Graphics
42042         filename ../clipart/2D-intensity-plot.pdf
42043         lyxscale 60
42044         width 40col%
42045         scaleBeforeRotation
42046         BoundingBox 0bp 1bp 178bp 138bp
42047         clip
42048         rotateOrigin center
42049
42050 \end_inset
42051
42052
42053 \begin_inset ERT
42054 status collapsed
42055
42056 \begin_layout Plain Layout
42057
42058 },]
42059 \end_layout
42060
42061 \begin_layout Plain Layout
42062
42063 {}
42064 \end_layout
42065
42066 \end_inset
42067
42068
42069 \size small
42070 It was in the spring of the year 1894 that all London was interested,
42071  and the fashionable world dismayed,
42072  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
42073  The public has already learned those particulars of the crime which
42074 \size default
42075
42076 \begin_inset ERT
42077 status collapsed
42078
42079 \begin_layout Plain Layout
42080
42081
42082 \backslash
42083 footnotemark{}
42084 \end_layout
42085
42086 \end_inset
42087
42088
42089 \size small
42090  came out in the police investigation,
42091  but a good deal was suppressed upon that occasion,
42092  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
42093  Only now,
42094  at the end of nearly ten years,
42095  am I allowed to supply those missing links which make up the whole of that remarkable chain.
42096 \size default
42097
42098 \begin_inset ERT
42099 status collapsed
42100
42101 \begin_layout Plain Layout
42102
42103
42104 \backslash
42105 end{window}
42106 \end_layout
42107
42108 \end_inset
42109
42110
42111 \end_layout
42112
42113 \begin_layout Standard
42114 \begin_inset ERT
42115 status collapsed
42116
42117 \begin_layout Plain Layout
42118
42119
42120 \backslash
42121 footnotetext{
42122 \end_layout
42123
42124 \end_inset
42125
42126 固定オブジェクトのある段落の脚註
42127 \begin_inset ERT
42128 status collapsed
42129
42130 \begin_layout Plain Layout
42131
42132 }
42133 \end_layout
42134
42135 \end_inset
42136
42137
42138 \end_layout
42139
42140 \begin_layout Standard
42141 固定回り込みオブジェクトは,
42142 オブジェクトの周りに本文を流しこむのに用いられ,
42143 段落中のオブジェクトの位置は,
42144 オブジェクトの上の行数を指定することで決定します.フロートとは違って,
42145 連番のキャプションをつけることはできません.
42146 \end_layout
42147
42148 \begin_layout Standard
42149 固定オブジェクトは,
42150 段落冒頭に\SpecialChar TeX
42151 コードで
42152 \end_layout
42153
42154 \begin_layout Standard
42155
42156 \series bold
42157
42158 \backslash
42159 begin{window}[2,c,{
42160 \end_layout
42161
42162 \begin_layout Standard
42163 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,
42164 オブジェクト上に来る行数を指定し,
42165 二番目のパラメータ(ここでは「c」)はオブジェクトの位置を示します.位置としては,
42166 「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
42167 段幅の40
42168 \begin_inset space \thinspace{}
42169 \end_inset
42170
42171 %の画像が挿入されています.オブジェクトは,
42172 表やボックス,
42173 数式でも構いません.オブジェクトの後には,
42174
42175 \end_layout
42176
42177 \begin_layout Standard
42178
42179 \series bold
42180 },説明文]
42181 \begin_inset Newline newline
42182 \end_inset
42183
42184 {}
42185 \end_layout
42186
42187 \begin_layout Standard
42188 というコマンドが挿入されています.2行目に「
42189 \series bold
42190 {}
42191 \series default
42192 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,
42193 オブジェクトと同じ段落になくてはなりませんので,
42194
42195 \series bold
42196 {}
42197 \series default
42198 の直後から書き始めてください.段落末には,
42199
42200 \end_layout
42201
42202 \begin_layout Standard
42203
42204 \series bold
42205
42206 \backslash
42207 end{window}
42208 \end_layout
42209
42210 \begin_layout Standard
42211 というコマンドを挿入してください.固定オブジェクトのある段落では,
42212 通常のように脚註を挿入することはできません.第
42213 \begin_inset CommandInset ref
42214 LatexCommand ref
42215 reference "sec:脚注"
42216 nolink "false"
42217
42218 \end_inset
42219
42220 節にあるように,
42221 代わりに,
42222 段落内で
42223 \series bold
42224
42225 \backslash
42226 footnotemark
42227 \series default
42228 コマンドを使用し,
42229 段落外に
42230 \series bold
42231
42232 \backslash
42233 footnotetext
42234 \series default
42235 コマンドを用いてください.
42236 \end_layout
42237
42238 \begin_layout Standard
42239 \begin_inset ERT
42240 status collapsed
42241
42242 \begin_layout Plain Layout
42243
42244
42245 \backslash
42246 else
42247 \end_layout
42248
42249 \end_inset
42250
42251
42252 \begin_inset Note Note
42253 status open
42254
42255 \begin_layout Plain Layout
42256 以下の部分は,
42257 \SpecialChar LaTeX
42258 パッケージ
42259 \series bold
42260 picinpar
42261 \series default
42262 が導入されていないときのみ表示されます.
42263 \end_layout
42264
42265 \end_inset
42266
42267
42268 \end_layout
42269
42270 \begin_layout Standard
42271 本節の以下の部分を出力に表示するには,
42272 \SpecialChar LaTeX
42273 パッケージ
42274 \series bold
42275 picinpar
42276 \series default
42277 を導入する必要があります.
42278 \end_layout
42279
42280 \begin_layout Standard
42281 \begin_inset ERT
42282 status collapsed
42283
42284 \begin_layout Plain Layout
42285
42286
42287 \backslash
42288 fi
42289 \end_layout
42290
42291 \end_inset
42292
42293
42294 \end_layout
42295
42296 \begin_layout Section
42297 頭文字
42298 \begin_inset Index idx
42299 range none
42300 pageformat default
42301 status collapsed
42302
42303 \begin_layout Plain Layout
42304 \begin_inset IndexMacro sortkey
42305 status open
42306
42307 \begin_layout Plain Layout
42308 かしらもし
42309 \end_layout
42310
42311 \end_inset
42312
42313 頭文字
42314 \end_layout
42315
42316 \end_inset
42317
42318
42319 \begin_inset Index idx
42320 range none
42321 pageformat default
42322 status collapsed
42323
42324 \begin_layout Plain Layout
42325 \begin_inset IndexMacro sortkey
42326 status open
42327
42328 \begin_layout Plain Layout
42329 ほんふんまわりこみ
42330 \end_layout
42331
42332 \end_inset
42333
42334 本文回り込み
42335 \begin_inset IndexMacro subentry
42336 status open
42337
42338 \begin_layout Plain Layout
42339 \begin_inset IndexMacro sortkey
42340 status open
42341
42342 \begin_layout Plain Layout
42343 かしらもし
42344 \end_layout
42345
42346 \end_inset
42347
42348 頭文字
42349 \end_layout
42350
42351 \end_inset
42352
42353
42354 \end_layout
42355
42356 \end_inset
42357
42358
42359 \end_layout
42360
42361 \begin_layout Standard
42362 頭文字を用いるには,
42363 \SpecialChar LaTeX
42364 パッケージ
42365 \begin_inset Index idx
42366 range none
42367 pageformat default
42368 status collapsed
42369
42370 \begin_layout Plain Layout
42371 \begin_inset IndexMacro sortkey
42372 status open
42373
42374 \begin_layout Plain Layout
42375 LaTeXはつけし
42376 \end_layout
42377
42378 \end_inset
42379
42380 \SpecialChar LaTeX
42381 パッケージ
42382 \begin_inset IndexMacro subentry
42383 status open
42384
42385 \begin_layout Plain Layout
42386 lettrine
42387 \end_layout
42388
42389 \end_inset
42390
42391
42392 \end_layout
42393
42394 \end_inset
42395
42396 が導入済みでなくてはならず,
42397 文書中で
42398 \family sans
42399 \series bold
42400 頭文字
42401 \family default
42402 \series default
42403 モジュールを使用する必要があります(
42404 \family sans
42405 \series bold
42406 文書\SpecialChar menuseparator
42407 設定\SpecialChar menuseparator
42408 モジュール
42409 \family default
42410 \series default
42411
42412 \begin_inset space \thinspace{}
42413 \end_inset
42414
42415 メニュー).頭文字を挿入するには,
42416
42417 \family sans
42418 \series bold
42419 頭文字
42420 \family default
42421 \series default
42422 様式を使用してください.この様式には,
42423 1つの必須引数と2つの非必須引数があります.引数は,
42424
42425 \family sans
42426 \series bold
42427 挿入
42428 \family default
42429 \series default
42430 メニューから挿入できます.必須引数
42431 \family sans
42432 \series bold
42433 頭文字
42434 \family default
42435 \series default
42436 には,
42437 頭文字にする文字を入れ,
42438 引数
42439 \family sans
42440 \series bold
42441 頭文字の残り
42442 \family default
42443 \series default
42444 には,
42445 頭文字の単語若しくは文字列の残りが入ります.引数
42446 \family sans
42447 \series bold
42448 オプション
42449 \family default
42450 \series default
42451 には,
42452 頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
42453
42454 \series bold
42455 lettrine
42456 \series default
42457 の取扱説明書
42458 \begin_inset CommandInset citation
42459 LatexCommand cite
42460 key "lettrine"
42461 literal "true"
42462
42463 \end_inset
42464
42465 をご覧ください.この様式の段落そのものに,
42466 頭文字に回り込む文章も入れます.通常,
42467 この様式では,
42468 最初の文字を頭文字とする単語全体が,
42469
42470 \shape smallcaps
42471 スモールキャップ体(small caps
42472 \shape default
42473 )で印字されます.
42474 \end_layout
42475
42476 \begin_layout Standard
42477 下記がその例です.
42478 \end_layout
42479
42480 \begin_layout Standard
42481 \begin_inset ERT
42482 status collapsed
42483
42484 \begin_layout Plain Layout
42485
42486
42487 \backslash
42488 iflettrine
42489 \end_layout
42490
42491 \end_inset
42492
42493
42494 \begin_inset Note Note
42495 status open
42496
42497 \begin_layout Plain Layout
42498 以下の部分は,
42499 \SpecialChar LaTeX
42500 パッケージ
42501 \series bold
42502 lettrine
42503 \series default
42504 が導入されているときのみ表示されます.
42505 \end_layout
42506
42507 \end_inset
42508
42509
42510 \end_layout
42511
42512 \begin_layout Enumerate
42513 非必須引数なし.頭文字は,
42514 数式フォント
42515 \begin_inset Formula $\mathfrak{Fraktur}$
42516 \end_inset
42517
42518 の「I」.
42519 \end_layout
42520
42521 \begin_deeper
42522 \begin_layout Initial
42523 \begin_inset Argument 2
42524 status open
42525
42526 \begin_layout Plain Layout
42527 \begin_inset Formula $\mathfrak{I}$
42528 \end_inset
42529
42530
42531 \end_layout
42532
42533 \end_inset
42534
42535
42536 \begin_inset Argument 3
42537 status open
42538
42539 \begin_layout Plain Layout
42540 t
42541 \end_layout
42542
42543 \end_inset
42544
42545  was in the spring of the year 1894 that all London was interested,
42546  and the fashionable world dismayed,
42547  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
42548  The public has already learned those particulars of the crime which came out in the police investigation,
42549  but a good deal was suppressed upon that occasion,
42550  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
42551 \begin_inset Newpage newpage
42552 \end_inset
42553
42554
42555 \end_layout
42556
42557 \end_deeper
42558 \begin_layout Enumerate
42559 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
42560 \end_layout
42561
42562 \begin_deeper
42563 \begin_layout Initial
42564 \begin_inset Argument 1
42565 status open
42566
42567 \begin_layout Plain Layout
42568 lines=1
42569 \end_layout
42570
42571 \end_inset
42572
42573
42574 \begin_inset Argument 2
42575 status open
42576
42577 \begin_layout Plain Layout
42578 It
42579 \end_layout
42580
42581 \end_inset
42582
42583  was in the spring of the year 1894 that all London was interested,
42584  and the fashionable world dismayed,
42585  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
42586  The public has already learned those particulars of the crime which came out in the police investigation,
42587  but a good deal was suppressed upon that occasion,
42588  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
42589 \end_layout
42590
42591 \end_deeper
42592 \begin_layout Enumerate
42593 ぶら下がり頭文字は,
42594 数式フォント
42595 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
42596 \end_inset
42597
42598 で3行にかかり,
42599 マゼンタ色.「t was in the spring」という文章を
42600 \shape smallcaps
42601 スモールキャップ体
42602 \shape default
42603 .頭文字に色をつけるには,
42604 頭文字の前に
42605 \begin_inset Newline newline
42606 \end_inset
42607
42608
42609 \series bold
42610
42611 \backslash
42612 renewcommand{
42613 \backslash
42614 LettrineFontHook}{
42615 \backslash
42616 color{色}}
42617 \series default
42618
42619 \begin_inset Newline newline
42620 \end_inset
42621
42622 というコマンドを挿入しなくてはなりません.ここで,
42623
42624 \emph on
42625
42626 \emph default
42627 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,
42628 文書プリアンブルに
42629 \begin_inset Newline newline
42630 \end_inset
42631
42632
42633 \series bold
42634
42635 \backslash
42636 @ifundefined{textcolor}
42637 \begin_inset Newline newline
42638 \end_inset
42639
42640
42641 \begin_inset space ~
42642 \end_inset
42643
42644 {
42645 \backslash
42646 usepackage{color}}{}
42647 \begin_inset Newline newline
42648 \end_inset
42649
42650
42651 \series default
42652 というコマンドを書きこんでおかなくてはなりません.
42653 \end_layout
42654
42655 \begin_deeper
42656 \begin_layout Standard
42657 \begin_inset ERT
42658 status collapsed
42659
42660 \begin_layout Plain Layout
42661
42662
42663 \backslash
42664 renewcommand{
42665 \backslash
42666 LettrineFontHook}{
42667 \backslash
42668 color{magenta}}
42669 \end_layout
42670
42671 \end_inset
42672
42673
42674 \begin_inset Note Note
42675 status collapsed
42676
42677 \begin_layout Plain Layout
42678
42679 \lang english
42680 makes the initial magenta
42681 \end_layout
42682
42683 \end_inset
42684
42685
42686 \end_layout
42687
42688 \begin_layout Initial
42689 \begin_inset Argument 1
42690 status open
42691
42692 \begin_layout Plain Layout
42693 lines=3,
42694  lhang=0.33,
42695  loversize=0.25
42696 \end_layout
42697
42698 \end_inset
42699
42700
42701 \begin_inset Argument 2
42702 status open
42703
42704 \begin_layout Plain Layout
42705 \begin_inset Formula $\mathcal{I}$
42706 \end_inset
42707
42708
42709 \end_layout
42710
42711 \end_inset
42712
42713
42714 \begin_inset Argument 3
42715 status open
42716
42717 \begin_layout Plain Layout
42718 t was in the spring
42719 \end_layout
42720
42721 \end_inset
42722
42723  of the year 1894 that all London was interested,
42724  and the fashionable world dismayed,
42725  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
42726  The public has already learned those particulars of the crime which came out in the police investigation,
42727  but a good deal was suppressed upon that occasion,
42728  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
42729 \end_layout
42730
42731 \end_deeper
42732 \begin_layout Standard
42733 \begin_inset ERT
42734 status collapsed
42735
42736 \begin_layout Plain Layout
42737
42738
42739 \backslash
42740 else
42741 \end_layout
42742
42743 \end_inset
42744
42745
42746 \begin_inset Note Note
42747 status open
42748
42749 \begin_layout Plain Layout
42750 以下の部分は,
42751 \SpecialChar LaTeX
42752 パッケージ
42753 \series bold
42754 lettrine
42755 \series default
42756 が導入されていないときのみ表示されます.
42757 \end_layout
42758
42759 \end_inset
42760
42761
42762 \end_layout
42763
42764 \begin_layout Standard
42765 本節の以下の部分を出力に表示するには,
42766 \SpecialChar LaTeX
42767 パッケージ
42768 \series bold
42769 lettrine
42770 \series default
42771 を導入する必要があります.
42772 \end_layout
42773
42774 \begin_layout Standard
42775 \begin_inset ERT
42776 status collapsed
42777
42778 \begin_layout Plain Layout
42779
42780
42781 \backslash
42782 fi
42783 \end_layout
42784
42785 \end_inset
42786
42787
42788 \end_layout
42789
42790 \begin_layout Chapter
42791 外部文書構成要素
42792 \begin_inset Index idx
42793 range none
42794 pageformat default
42795 status collapsed
42796
42797 \begin_layout Plain Layout
42798 \begin_inset IndexMacro sortkey
42799 status open
42800
42801 \begin_layout Plain Layout
42802 かいふふんしよこうせいようそ
42803 \end_layout
42804
42805 \end_inset
42806
42807 外部文書構成要素
42808 \end_layout
42809
42810 \end_inset
42811
42812
42813 \end_layout
42814
42815 \begin_layout Standard
42816
42817 \family sans
42818 挿入\SpecialChar menuseparator
42819 ファイル
42820 \family default
42821 メニューを使うと,
42822 使用中の文書に外部素材を挿入することができます.挿入できるのは,
42823
42824 \end_layout
42825
42826 \begin_layout Description
42827 \SpecialChar LyX
42828 文書 別の\SpecialChar LyX
42829 文書.その内容は直接使用中の文書に挿入されます.
42830 \end_layout
42831
42832 \begin_layout Description
42833 平文 テキスト文書.そのテキスト行各々が,
42834 使用中の文書に独立した段落として挿入されます.
42835 \end_layout
42836
42837 \begin_layout Description
42838 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,
42839 使用中の文書に新規段落を生成します.
42840 \end_layout
42841
42842 \begin_layout Description
42843 外部素材 様々な書式のファイル.
42844 \end_layout
42845
42846 \begin_layout Description
42847 子文書 \SpecialChar LyX
42848 あるいは\SpecialChar LaTeX
42849 文書.
42850 \end_layout
42851
42852 \begin_layout Section
42853 外部素材
42854 \begin_inset Index idx
42855 range none
42856 pageformat default
42857 status collapsed
42858
42859 \begin_layout Plain Layout
42860 \begin_inset IndexMacro sortkey
42861 status open
42862
42863 \begin_layout Plain Layout
42864 かいふふんしよこうせいようそ
42865 \end_layout
42866
42867 \end_inset
42868
42869 外部文書構成要素
42870 \begin_inset IndexMacro subentry
42871 status open
42872
42873 \begin_layout Plain Layout
42874 \begin_inset IndexMacro sortkey
42875 status open
42876
42877 \begin_layout Plain Layout
42878 かいふそさい
42879 \end_layout
42880
42881 \end_inset
42882
42883 外部素材
42884 \end_layout
42885
42886 \end_inset
42887
42888
42889 \end_layout
42890
42891 \end_inset
42892
42893
42894 \end_layout
42895
42896 \begin_layout Standard
42897 外部素材機能は,
42898 文書の出力書式が読むことのできる形式に前もって変換しなくても,
42899 \SpecialChar LyX
42900 が必要な変換を行うことで,
42901 使用中の文書にファイルを挿入することができるようにするものです.これは,
42902 画像が様々な画像形式のままで\SpecialChar LyX
42903 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
42904 設定の
42905 \family sans
42906
42907 \begin_inset space \thinspace{}
42908 \end_inset
42909
42910
42911 \series bold
42912 操作性\SpecialChar menuseparator
42913 表示
42914 \family default
42915 \series default
42916
42917 \begin_inset space \thinspace{}
42918 \end_inset
42919
42920 で自動プレビューを有効にすると,
42921 外部素材のDia形式とXfig形式は,
42922 直接\SpecialChar LyX
42923 中に表示されるようになります.
42924 \end_layout
42925
42926 \begin_layout Standard
42927 外部素材は,
42928
42929 \family sans
42930 \series bold
42931 挿入
42932 \family default
42933 \SpecialChar menuseparator
42934
42935 \family sans
42936 ファイル
42937 \family default
42938 \SpecialChar menuseparator
42939
42940 \family sans
42941 外部素材
42942 \family default
42943 \series default
42944
42945 \begin_inset space \thinspace{}
42946 \end_inset
42947
42948 メニューで開くことのできる
42949 \family sans
42950 \series bold
42951 外部素材
42952 \family default
42953 \series default
42954 ダイアログから挿入することができます.目下,
42955 以下のファイル形式(
42956 \family sans
42957 \series bold
42958 ひな型
42959 \family default
42960 \series default
42961 )が使用できます.
42962 \end_layout
42963
42964 \begin_layout Description
42965 チェス棋譜 このひな型は,
42966
42967 \series bold
42968
42969 \begin_inset CommandInset href
42970 LatexCommand href
42971 name "XBoard"
42972 target "https://en.wikipedia.org/wiki/XBoard"
42973 literal "false"
42974
42975 \end_inset
42976
42977
42978 \series default
42979 プログラムで作成されたチェス棋譜をサポートします.
42980 \end_layout
42981
42982 \begin_layout Description
42983 Diaダイアグラム このひな型は,
42984
42985 \series bold
42986
42987 \begin_inset CommandInset href
42988 LatexCommand href
42989 name "Dia"
42990 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"
42991 literal "false"
42992
42993 \end_inset
42994
42995
42996 \series default
42997 プログラムで作成したダイアグラムをサポートします.
42998 \end_layout
42999
43000 \begin_layout Description
43001 Inkscape図 このひな型は,
43002 スケーラブル・ベクトル・グラフィックス(SVG)から派生した特定のスケーラブル・イメージをサポートしており,
43003 画像に含まれるテキストを\SpecialChar LaTeX
43004 で(したがって現文書のフォントで)組んだバージョンに置き換えることができます.これは,
43005 与えられたSVGファイルから特殊なPDFやEPSおよび\SpecialChar LaTeX
43006 ファイルを生成することができる,
43007 プログラム
43008 \series bold
43009
43010 \begin_inset CommandInset href
43011 LatexCommand href
43012 name "Inkscape"
43013 target "https://inkscape.org/ja"
43014 literal "false"
43015
43016 \end_inset
43017
43018
43019 \series default
43020 の機能を使用しています(
43021 \noun on
43022 Inkscape
43023 \noun default
43024 自身では,
43025 描画をPDFやEPSで保存する際,
43026 オプション
43027 \family sans
43028 PDF
43029 \series bold
43030 のテキストを除外して
43031 \series default
43032 LaTeX
43033 \series bold
43034 ファイルを生成
43035 \family default
43036 \series default
43037 を用いてこの機能を使用することができます).このようなファイルの利点は,
43038 全文書を通じて統一されたテキスト様式を持たせることができることです.
43039 \begin_inset Newline newline
43040 \end_inset
43041
43042 この外部ひな型は,
43043 SVGファイルを読み込み,
43044 変換プログラムを使用して(Inkscape経由で)PDF/EPSファイルと\SpecialChar LaTeX
43045 ファイルを同時並行で生成しますので,
43046 これらのファイルを書き出す必要がありません.そうではなく,
43047
43048 \family typewriter
43049 *.pdf
43050 \family default
43051
43052 \family typewriter
43053 *.pdf_tex
43054 \family default
43055  もしくは
43056 \family typewriter
43057 *.eps
43058 \family default
43059
43060 \family typewriter
43061 *.eps_tex
43062 \family default
43063 を書き出して使用したい場合には,
43064 このひな型を使用せず,
43065
43066 \family sans
43067 \series bold
43068 子文書
43069 \family default
43070 \series default
43071 ダイアログ(第
43072 \begin_inset CommandInset ref
43073 LatexCommand ref
43074 reference "sec:子文書"
43075 plural "false"
43076 caps "false"
43077 noprefix "false"
43078 nolink "false"
43079
43080 \end_inset
43081
43082 節参照)から
43083 \family typewriter
43084 *.pdf_tex
43085 \family default
43086  または
43087 \family typewriter
43088 *.eps_tex
43089 \family default
43090 を入力してください.
43091 \begin_inset Newline newline
43092 \end_inset
43093
43094 SVGのテキスト中では,
43095  
43096 \series bold
43097
43098 \backslash
43099 Large
43100 \series default
43101
43102 \series bold
43103
43104 \backslash
43105 small
43106 \series default
43107 のような\SpecialChar TeX
43108 コードコマンドを使用することができます.フォントの大きさは,
43109 \SpecialChar LyX
43110 文書の設定から採用されます.詳しい情報と用例については
43111 \begin_inset CommandInset citation
43112 LatexCommand cite
43113 key "Inkscape"
43114 literal "false"
43115
43116 \end_inset
43117
43118 を参照してください.
43119 \end_layout
43120
43121 \begin_layout Description
43122 Lilypond組版楽譜 このひな型は,
43123
43124 \series bold
43125
43126 \begin_inset CommandInset href
43127 LatexCommand href
43128 name "LilyPond"
43129 target "https://ja.wikipedia.org/wiki/GNU_LilyPond"
43130 literal "false"
43131
43132 \end_inset
43133
43134
43135 \series default
43136 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
43137 におけるLilyPond拡張サポートについては,
43138 \SpecialChar LyX
43139 用例ファイル
43140 \emph on
43141 lilypond.lyx
43142 \emph default
43143 をご覧ください.
43144 \end_layout
43145
43146 \begin_layout Description
43147 PDFページ このひな型を使えば,
43148 PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,
43149 ダイアログ中のひな型の解説に沿って,
43150
43151 \family sans
43152 \SpecialChar LaTeX
43153
43154 \series bold
43155
43156 \series default
43157 \SpecialChar LyX
43158
43159 \series bold
43160 オプション
43161 \family default
43162 \series default
43163 タブ中の
43164 \family sans
43165 オプション
43166 \family default
43167 フィールドに
43168 \emph on
43169 pages
43170 \emph default
43171 オプションを指定してください.このオプションの引数は,
43172 コンマ区切りのリストで,
43173 ページ番号(オプションを
43174 \series bold
43175 pages={3,5,6,8}
43176 \series default
43177 の形で入れる)やページ範囲(
43178 \series bold
43179 pages={4-9}
43180 \series default
43181 ),
43182 あるいはこれらの組み合わせで指定できます.空のページを入れるには,
43183 {}を指定してください.例えば,
43184
43185 \series bold
43186 pages={3,{},8-11,15}
43187 \series default
43188 は,
43189 3ページ目と空のページ,
43190 8・9・10・11・15ページ目を挿入します.ページ範囲は,
43191
43192 \emph on
43193 開始頁-終了頁
43194 \emph default
43195 の文法で指定します.これは,
43196
43197 \emph on
43198 開始頁
43199 \emph default
43200
43201 \emph on
43202 終了頁
43203 \emph default
43204 の間のすべてのページを選択します.
43205 \emph on
43206 開始頁
43207 \emph default
43208 を省略すると,
43209 1ページ目を指定したのと同じ事になり,
43210
43211 \emph on
43212 終了頁
43213 \emph default
43214 を省略すると,
43215 文書の最終ページを指定したのと同じ事になります.最終ページは,
43216
43217 \series bold
43218 last
43219 \series default
43220 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
43221
43222 \series bold
43223 pages=-
43224 \series default
43225 は文書の全ページを挿入することになり,
43226
43227 \series bold
43228 pages=last-1
43229 \series default
43230 は全ページを逆順で挿入します.pagesオプションを指定しないと,
43231 PDFの最初のページのみが挿入されます.
43232 \begin_inset Newline newline
43233 \end_inset
43234
43235
43236 \series bold
43237 noautoscale
43238 \series default
43239 オプションは,
43240 各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,
43241 各ページは文書のページ幅に合うように大きさが変更されます.
43242 \family sans
43243 寸法と回転
43244 \family default
43245 タブでは,
43246 取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
43247
43248 \series bold
43249 noautoscale
43250 \series default
43251 オプションは無視されます.詳しい情報と取り得るオプション値については,
43252 \SpecialChar LaTeX
43253 パッケージ
43254 \series bold
43255 pdfpages
43256 \series default
43257 の取扱説明書
43258 \begin_inset CommandInset citation
43259 LatexCommand cite
43260 key "pdfpages"
43261 literal "true"
43262
43263 \end_inset
43264
43265 をご参照ください.
43266 \begin_inset Index idx
43267 range none
43268 pageformat default
43269 status collapsed
43270
43271 \begin_layout Plain Layout
43272 \begin_inset IndexMacro sortkey
43273 status open
43274
43275 \begin_layout Plain Layout
43276 LaTeXはつけし
43277 \end_layout
43278
43279 \end_inset
43280
43281 \SpecialChar LaTeX
43282 パッケージ
43283 \begin_inset IndexMacro subentry
43284 status open
43285
43286 \begin_layout Plain Layout
43287 pdfpages
43288 \end_layout
43289
43290 \end_inset
43291
43292
43293 \end_layout
43294
43295 \end_inset
43296
43297
43298 \begin_inset Newline newline
43299 \end_inset
43300
43301 このひな型を
43302 \family sans
43303 Beamer
43304 \family default
43305 プレゼンテーションで使用するには,
43306 まず
43307 \family sans
43308 \series bold
43309 フレーム終了
43310 \family default
43311 \series default
43312 環境を挿入して,
43313 続く段落で\SpecialChar TeX
43314 コードボックスを挿入し,
43315
43316 \series bold
43317
43318 \backslash
43319 setbeamertemplate{background canvas}{}
43320 \series default
43321 というコマンドを入力してください.すると,
43322 PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,
43323 新しいフレームを開始するか,
43324 新しい節を開始することによって,
43325 Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐために,
43326 ひな型を含む段落には,
43327
43328 \family sans
43329 \series bold
43330 既定
43331 \family default
43332 \series default
43333 配置を用いるようにしてください.
43334 \begin_inset Newline newline
43335 \end_inset
43336
43337 下記は,
43338 -5度回転させたPDFを取り込んだものです.
43339 \begin_inset Newline newline
43340 \end_inset
43341
43342
43343 \begin_inset Graphics
43344         filename ../clipart/Abstract.pdf
43345         BoundingBox 0bp 0.01bp 275bp 134.01bp
43346         clip
43347         rotateAngle -5
43348         rotateOrigin leftBottom
43349
43350 \end_inset
43351
43352
43353 \begin_inset Newline newline
43354 \end_inset
43355
43356
43357 \begin_inset Note Greyedout
43358 status open
43359
43360 \begin_layout Plain Layout
43361
43362 \series bold
43363 [訳註]
43364 \series default
43365 \SpecialChar LaTeX
43366 パッケージ
43367 \series bold
43368 pdfpages
43369 \series default
43370 は,
43371 pdflatexに基づいており,
43372 \SpecialChar LaTeX
43373 では組版ができない(\SpecialChar LaTeX
43374 パッケージ
43375 \series bold
43376 pdfpages
43377 \series default
43378 取扱説明書
43379 \begin_inset CommandInset citation
43380 LatexCommand cite
43381 key "pdfpages"
43382 literal "true"
43383
43384 \end_inset
43385
43386 参照)ため,
43387 この外部素材はp\SpecialChar LaTeX
43388 では使用することができません.英文版の取扱説明書では,
43389 上記のPDFは,
43390
43391 \family sans
43392 挿入\SpecialChar menuseparator
43393 ファイル\SpecialChar menuseparator
43394 外部素材
43395 \family default
43396
43397 \family sans
43398 ひな型
43399 \family default
43400
43401 \family sans
43402 PDFページ
43403 \family default
43404 を指定して挿入されていますが,
43405 ここでは
43406 \family sans
43407 挿入\SpecialChar menuseparator
43408 画像
43409 \family default
43410 を使用して挿入しています.
43411 \end_layout
43412
43413 \end_inset
43414
43415
43416 \end_layout
43417
43418 \begin_layout Description
43419 ラスター画像 これはビットマップ画像に使用します.
43420 \family sans
43421 \series bold
43422 外部素材
43423 \family default
43424 \series default
43425 ダイアログを使って入れる画像は,
43426
43427 \begin_inset CommandInset ref
43428 LatexCommand ref
43429 reference "sec:画像ダイアログ"
43430 nolink "false"
43431
43432 \end_inset
43433
43434 節にあるように
43435 \family sans
43436 \series bold
43437 画像
43438 \family default
43439 \series default
43440 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,
43441 ラスター画像を挿入した例です.
43442 \begin_inset External
43443         template RasterImage
43444         filename clipart/ToolbarEnvBox.png
43445
43446 \end_inset
43447
43448
43449 \end_layout
43450
43451 \begin_layout Description
43452 表計算表 このひな型では,
43453
43454 \series bold
43455
43456 \begin_inset CommandInset href
43457 LatexCommand href
43458 name "Gnumeric"
43459 target "https://ja.wikipedia.org/wiki/Gnumeric"
43460 literal "false"
43461
43462 \end_inset
43463
43464
43465 \series default
43466
43467 \begin_inset CommandInset href
43468 LatexCommand href
43469 name "OpenDocument"
43470 target "https://ja.wikipedia.org/wiki/OpenDocument"
43471 literal "false"
43472
43473 \end_inset
43474
43475
43476 \begin_inset CommandInset href
43477 LatexCommand href
43478 name "Microsoft Office XML"
43479 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
43480 literal "false"
43481
43482 \end_inset
43483
43484
43485 \begin_inset CommandInset href
43486 LatexCommand href
43487 name "Office Open XML"
43488 target "https://ja.wikipedia.org/wiki/Office_Open_XML"
43489 literal "false"
43490
43491 \end_inset
43492
43493 形式の表計算表を挿入することができます.この機能を使用するには,
43494 \SpecialChar LyX
43495 の初期設定中に
43496 \family typewriter
43497 ssconvert
43498 \family default
43499 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,
43500 Gnumeric以外の形式の表を読み込む場合には,
43501 Gnumericが導入済みである必要があります.用例と制約については,
43502 \SpecialChar LyX
43503 用例ファイル
43504 \emph on
43505 spreadsheet.lyx
43506 \emph default
43507 をご覧ください.
43508 \end_layout
43509
43510 \begin_layout Description
43511 ベクトル画像 これは,
43512 ベクトル画像に使用することができます.
43513 \family sans
43514 \series bold
43515 外部素材
43516 \family default
43517 \series default
43518 ダイアログを使って入れる画像は,
43519
43520 \begin_inset CommandInset ref
43521 LatexCommand ref
43522 reference "sec:画像ダイアログ"
43523 nolink "false"
43524
43525 \end_inset
43526
43527 節にあるように
43528 \family sans
43529 \series bold
43530 画像
43531 \family default
43532 \series default
43533 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,
43534 ベクトル画像を挿入した例です.
43535 \begin_inset External
43536         template VectorGraphics
43537         filename ../clipart/SVG-Drawing.svg
43538         lyxscale 50
43539         scale 33
43540
43541 \end_inset
43542
43543
43544 \end_layout
43545
43546 \begin_layout Description
43547 XFig このひな型は,
43548
43549 \begin_inset CommandInset href
43550 LatexCommand href
43551 name "Xfig"
43552 target "https://ja.wikipedia.org/wiki/Xfig"
43553 literal "false"
43554
43555 \end_inset
43556
43557 プログラムで作成した画像をサポートします.
43558 \end_layout
43559
43560 \begin_layout Standard
43561
43562 \family sans
43563 外部素材
43564 \family default
43565 ダイアログの
43566 \family sans
43567 ファイル
43568 \family default
43569 タブ中で
43570 \family sans
43571 下書き
43572 \family default
43573 オプションを指定すると,
43574 出力中には挿入したファイルのパスだけが表示されます.
43575 \begin_inset Newline newline
43576 \end_inset
43577
43578 \SpecialChar LyX
43579 中での外部素材は,
43580 ダイアログ内の
43581 \family sans
43582 LaTeXとLyXのオプション
43583 \family default
43584 タブにある
43585 \family sans
43586 LyX内に表示
43587 \family default
43588 オプションの指定に従って,
43589
43590 \begin_inset Graphics
43591         filename clipart/ExternalMaterial.png
43592         scale 95
43593         scaleBeforeRotation
43594
43595 \end_inset
43596
43597 のようなボックスとして表示されるか,
43598 画像として表示されます.
43599 \end_layout
43600
43601 \begin_layout Standard
43602 取扱説明書
43603 \family sans
43604 \emph on
43605 カスタマイズ篇
43606 \family default
43607 \emph default
43608 には,
43609 自製のひな型を定義する方法が説明されています.
43610 \end_layout
43611
43612 \begin_layout Section
43613 子文書
43614 \begin_inset CommandInset label
43615 LatexCommand label
43616 name "sec:子文書"
43617
43618 \end_inset
43619
43620
43621 \begin_inset Index idx
43622 range none
43623 pageformat default
43624 status collapsed
43625
43626 \begin_layout Plain Layout
43627 \begin_inset IndexMacro sortkey
43628 status open
43629
43630 \begin_layout Plain Layout
43631 かいふふんしよこうせいようそ
43632 \end_layout
43633
43634 \end_inset
43635
43636 外部文書構成要素
43637 \begin_inset IndexMacro subentry
43638 status open
43639
43640 \begin_layout Plain Layout
43641 \begin_inset IndexMacro sortkey
43642 status open
43643
43644 \begin_layout Plain Layout
43645 こふんしょ
43646 \end_layout
43647
43648 \end_inset
43649
43650 子文書
43651 \end_layout
43652
43653 \end_inset
43654
43655
43656 \end_layout
43657
43658 \end_inset
43659
43660
43661 \begin_inset Index idx
43662 range none
43663 pageformat default
43664 status collapsed
43665
43666 \begin_layout Plain Layout
43667 \begin_inset IndexMacro sortkey
43668 status open
43669
43670 \begin_layout Plain Layout
43671 ふあいる
43672 \end_layout
43673
43674 \end_inset
43675
43676 ファイル
43677 \begin_inset IndexMacro subentry
43678 status open
43679
43680 \begin_layout Plain Layout
43681 \begin_inset IndexMacro sortkey
43682 status open
43683
43684 \begin_layout Plain Layout
43685 いんくると
43686 \end_layout
43687
43688 \end_inset
43689
43690 インクルード
43691 \end_layout
43692
43693 \end_inset
43694
43695
43696 \end_layout
43697
43698 \end_inset
43699
43700
43701 \end_layout
43702
43703 \begin_layout Standard
43704 子文書は,
43705 大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,
43706 文書をいくつかのファイルに分割して,
43707 個別に修正できるようにした方が便利なことはよくあり,
43708 場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,
43709 親文書はこれら子文書を連結して,
43710 文書全体やその一部を印刷できるようにします.子文書は,
43711 \SpecialChar LaTeX
43712 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
43713 \end_layout
43714
43715 \begin_layout Standard
43716 親文書を開くことなく子文書で作業できるようにするには,
43717 子文書の
43718 \family sans
43719
43720 \begin_inset space \thinspace{}
43721 \end_inset
43722
43723
43724 \series bold
43725 文書
43726 \family default
43727 \SpecialChar menuseparator
43728
43729 \family sans
43730 設定
43731 \family default
43732 \SpecialChar menuseparator
43733
43734 \family sans
43735 文書クラス
43736 \family default
43737 \series default
43738
43739 \begin_inset space \thinspace{}
43740 \end_inset
43741
43742 メニューで親文書を指定してください.すると,
43743 子文書を編集する際には,
43744 \SpecialChar LyX
43745 がバックグラウンドでこの親文書を扱うようになります.
43746 \end_layout
43747
43748 \begin_layout Standard
43749 取り込んだ文書は,
43750 \SpecialChar LyX
43751 中で
43752 \begin_inset Graphics
43753         filename clipart/ChildDocument.png
43754         scale 95
43755         scaleBeforeRotation
43756
43757 \end_inset
43758
43759 のようなボックスとして表示されます.子文書を親文書に取り込むには,
43760
43761 \family sans
43762 \series bold
43763 挿入
43764 \family default
43765 \SpecialChar menuseparator
43766
43767 \family sans
43768 ファイル
43769 \family default
43770 \SpecialChar menuseparator
43771
43772 \family sans
43773 子文書
43774 \family default
43775 \series default
43776
43777 \begin_inset space \thinspace{}
43778 \end_inset
43779
43780 メニューを使用します.するとダイアログが現れ,
43781 以下のように4つの取り込み方法を選択することができます.
43782 \end_layout
43783
43784 \begin_layout Description
43785 内包(include) \SpecialChar LyX
43786 文書と\SpecialChar LaTeX
43787 文書は,
43788 内包することができます.
43789 \family sans
43790 \series bold
43791 子文書
43792 \family default
43793 \series default
43794 ダイアログの
43795 \family sans
43796 編集
43797 \family default
43798 ボタンを押すと,
43799 内包された文書が,
43800 \SpecialChar LyX
43801 中に新規ファイルタブとして開き,
43802 修正ができるようになります.
43803 \begin_inset Newline newline
43804 \end_inset
43805
43806
43807 \end_layout
43808
43809 \begin_layout Standard
43810 以下は,
43811
43812 \family sans
43813 \series bold
43814 内包
43815 \series default
43816 (include)
43817 \family default
43818 を使用して挿入した子文書です. 
43819 \begin_inset CommandInset include
43820 LatexCommand include
43821 filename "DummyDocument1.lyx"
43822 literal "true"
43823
43824 \end_inset
43825
43826
43827 \end_layout
43828
43829 \begin_layout Standard
43830 取り込んだファイルの節番は,
43831 各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,
43832 上で取り込まんだ例示文書には,
43833 この節の小節として番号を振られた小節があります.取り込んだ文書のラベルは,
43834
43835 \begin_inset CommandInset ref
43836 LatexCommand ref
43837 reference "subsec:外部文書の第1小節"
43838 nolink "false"
43839
43840 \end_inset
43841
43842 小節,
43843 のように参照することができます.
43844 \end_layout
43845
43846 \begin_layout Standard
43847 子文書のプリアンブルは無視され,
43848 親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,
43849 親文書は子文書の派生枝を無視します.取り込まれた文書は,
43850 新規頁から始まるように挿入され,
43851 改頁して終わります.
43852 \end_layout
43853
43854 \begin_layout Standard
43855 \begin_inset Note Greyedout
43856 status open
43857
43858 \begin_layout Plain Layout
43859
43860 \series bold
43861 [註]
43862 \series default
43863 \SpecialChar LyX
43864 または\SpecialChar LaTeX
43865 ファイルを内包する際,
43866 子文書が親文書と異なる文書クラスを使用している場合には,
43867 予期せぬ出力を避けるために,
43868 文書を書き出したり閲覧する際に警告が発せられます.
43869 \end_layout
43870
43871 \end_inset
43872
43873
43874 \end_layout
43875
43876 \begin_layout Description
43877 入力(input) この方法は,
43878 内包による方法に非常によく似ています.異なっている点は,
43879
43880 \end_layout
43881
43882 \begin_deeper
43883 \begin_layout Itemize
43884 入力ファイルは,
43885 新規頁として始まることはなく,
43886 終わりに改頁されることもありません.
43887 \end_layout
43888
43889 \begin_layout Itemize
43890 入力ファイルは,
43891 \SpecialChar LyX
43892 設定の
43893 \family sans
43894 \series bold
43895 操作性\SpecialChar menuseparator
43896 表示
43897 \family default
43898 \series default
43899 の下にある
43900 \family sans
43901 \series bold
43902 画像を表示
43903 \family default
43904 \series default
43905 を有効にすると,
43906 \SpecialChar LyX
43907 中でプレビューすることができます.
43908 \end_layout
43909
43910 \begin_layout Itemize
43911
43912 \family sans
43913 \series bold
43914 文書
43915 \family default
43916 \SpecialChar menuseparator
43917
43918 \family sans
43919 設定
43920 \family default
43921 \SpecialChar menuseparator
43922
43923 \family sans
43924 子文書
43925 \family default
43926 \series default
43927
43928 \begin_inset space \thinspace{}
43929 \end_inset
43930
43931 メニューから入力ファイルを除外することはできません.
43932 \end_layout
43933
43934 \end_deeper
43935 \begin_layout Standard
43936 右は,
43937
43938 \family sans
43939 \series bold
43940 入力
43941 \series default
43942 (input)
43943 \family default
43944 を使って挿入した子文書です. 
43945 \begin_inset CommandInset include
43946 LatexCommand input
43947 filename "DummyDocument2.lyx"
43948 literal "true"
43949
43950 \end_inset
43951
43952
43953 \end_layout
43954
43955 \begin_layout Description
43956 原文儘(verbatim) この方法では,
43957 テキストファイルなら何でも取り込むことができます.出力中では,
43958 ファイルはそのソースコードの通りに表示され,
43959 テキスト中に用いられているコマンドは実行されません.
43960 \family sans
43961 \series bold
43962 出力の空白に印付けをする
43963 \family default
43964 \series default
43965 オプションを有効にすると,
43966 ソースコード中のすべての空白文字に「
43967 \begin_inset ERT
43968 status collapsed
43969
43970 \begin_layout Plain Layout
43971
43972
43973 \backslash
43974 textvisiblespace 
43975 \end_layout
43976
43977 \end_inset
43978
43979 」文字を表示させることができます.
43980 \family sans
43981 \series bold
43982 挿入\SpecialChar menuseparator
43983 ファイル\SpecialChar menuseparator
43984 平文
43985 \family default
43986 \series default
43987
43988 \begin_inset space \thinspace{}
43989 \end_inset
43990
43991 メニューを使う方法との違いは,
43992 こちらは文書の内容が\SpecialChar LyX
43993 中に表示されないことです.
43994 \end_layout
43995
43996 \begin_layout Standard
43997 以下は,
43998 原文儘として挿入された子文書です. 
43999 \begin_inset CommandInset include
44000 LatexCommand verbatiminput
44001 filename "DummyTextDocument.txt"
44002 literal "true"
44003
44004 \end_inset
44005
44006
44007 \begin_inset VSpace bigskip
44008 \end_inset
44009
44010 以下は,
44011
44012 \family sans
44013 \series bold
44014 出力の空白に印付けをする
44015 \family default
44016 \series default
44017 オプションを指定して,
44018 原文儘として挿入された子文書です. 
44019 \begin_inset CommandInset include
44020 LatexCommand verbatiminput*
44021 filename "DummyTextDocument.txt"
44022 literal "true"
44023
44024 \end_inset
44025
44026
44027 \end_layout
44028
44029 \begin_layout Standard
44030 \begin_inset VSpace bigskip
44031 \end_inset
44032
44033
44034 \end_layout
44035
44036 \begin_layout Standard
44037 \begin_inset Note Greyedout
44038 status open
44039
44040 \begin_layout Plain Layout
44041
44042 \series bold
44043 [註]
44044 \series default
44045 上記の例でわかるように,
44046
44047 \family sans
44048 原文儘(verbatim)
44049 \family default
44050 として取り込んだ文書の文章は,
44051 文書行の終わりで改行されません.
44052 \end_layout
44053
44054 \end_inset
44055
44056
44057 \end_layout
44058
44059 \begin_layout Standard
44060 \begin_inset Note Greyedout
44061 status open
44062
44063 \begin_layout Plain Layout
44064
44065 \series bold
44066 [訳註]
44067 \series default
44068 原文儘で日本語のファイルを読み込むときは,
44069 子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
44070 \end_layout
44071
44072 \end_inset
44073
44074
44075 \end_layout
44076
44077 \begin_layout Description
44078 プログラムリスト この型については,
44079
44080 \begin_inset CommandInset ref
44081 LatexCommand ref
44082 reference "cha:プログラムコードリスト"
44083 nolink "false"
44084
44085 \end_inset
44086
44087 章に説明されています.
44088 \end_layout
44089
44090 \begin_layout Standard
44091 \begin_inset Note Greyedout
44092 status open
44093
44094 \begin_layout Plain Layout
44095
44096 \series bold
44097 [註]
44098 \series default
44099 同一文書中に,
44100 同じ文書を異なる方法で二度取り込むと,
44101 \SpecialChar LaTeX
44102 で問題が発生する可能性があります.
44103 \end_layout
44104
44105 \end_inset
44106
44107
44108 \end_layout
44109
44110 \begin_layout Standard
44111 コンパイル時間を短縮したり,
44112 執筆中のbookの特定の章のみを配布したいなどの理由で,
44113 親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,
44114 子文書の一部を出力から排除することができます.これは,
44115
44116 \family sans
44117 \series bold
44118 文書\SpecialChar menuseparator
44119 設定\SpecialChar menuseparator
44120 子文書
44121 \family default
44122 \series default
44123
44124 \begin_inset space \thinspace{}
44125 \end_inset
44126
44127 メニューから行うことができます.そこの一覧中の各子文書の
44128 \family sans
44129 \series bold
44130 出力に含める
44131 \family default
44132 \series default
44133 列をダブルクリックすることによって,
44134 その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能することにご注意ください).
44135 \end_layout
44136
44137 \begin_layout Standard
44138 文書全体のカウンタ及び参照のセクションでは,
44139 ページ番号や参照,
44140 節カウンタ等をどう取り扱うか,
44141 設定することができます.
44142 \end_layout
44143
44144 \begin_layout Itemize
44145 オプション
44146 \family sans
44147 \series bold
44148 厳密に管理
44149 \family default
44150 \series default
44151 では,
44152 \SpecialChar LyX
44153 は,
44154 すべてのページ番号と参照等が,
44155 文書全体を出力した時と同じように正しくなるようにします.これは,
44156 選択した部分文書が,
44157 文書全体のコンテクストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,
44158 この機能を実現するには,
44159 \SpecialChar LyX
44160 はバックグラウンドで文書全体を処理しなくてはならず,
44161 長い時間がかかります.
44162 \end_layout
44163
44164 \begin_layout Itemize
44165 オプション
44166 \family sans
44167 \series bold
44168 管理しない
44169 \family default
44170 \series default
44171 では,
44172 \SpecialChar LyX
44173 は親文書と内包された文書のみコンパイルします.したがって,
44174 カウンタは完全な文書とは異なり,
44175 除外された子文書への参照は解決されません.もしコンパイルの時間を節約し,
44176 カウンタや参照が必ずしも正しくなくてもいい場合には,
44177 このオプションが最速ですので,
44178 これを選択してください.
44179 \end_layout
44180
44181 \begin_layout Itemize
44182 オプション
44183 \family sans
44184 \series bold
44185 ほぼ管理
44186 \family default
44187 \series default
44188 はいわば上記2つの中間です.これが選択されると,
44189 \SpecialChar LyX
44190 は最初の出力では全文書をコンパイルし,
44191 カウンタと参照を正しく設定します.その後の出力では,
44192 外部子文書に変更が加えられた場合のみ,
44193 全文書をコンパイルします.内包されたファイルを編集する限りは,
44194 このアプローチは,
44195 カウンタと参照をほぼ正しく保ちつつ,
44196 2番目の選択肢と同じ速度を持ちます.これがほぼ正しいとしかいえないのは,
44197 内包文書の大きさが変われば,
44198 明らかに除外された文書のページ割りも変わるはずですが,
44199 この方法ではその変化までは追跡できないからです.
44200 \end_layout
44201
44202 \begin_layout Standard
44203 あるいは,
44204 取り込んだファイルの各々を派生枝の中に入れる方法があります
44205 \begin_inset Foot
44206 status collapsed
44207
44208 \begin_layout Plain Layout
44209 派生枝は,
44210 \SpecialChar LyX
44211
44212 \emph on
44213 ユーザーの手引き
44214 \emph default
44215
44216 \emph on
44217 派生枝
44218 \emph default
44219 の節に説明されています.
44220 \end_layout
44221
44222 \end_inset
44223
44224 .派生枝を有効化したり無効化したりすることによって,
44225 取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,
44226 入力で取り込んだ部分文書についても動作するという利点があります.ただし,
44227 カウンタと参照は,
44228 この方法では維持されるとは限りません.
44229 \end_layout
44230
44231 \begin_layout Chapter
44232 プログラムコードリスト
44233 \begin_inset CommandInset label
44234 LatexCommand label
44235 name "cha:プログラムコードリスト"
44236
44237 \end_inset
44238
44239
44240 \begin_inset Index idx
44241 range none
44242 pageformat default
44243 status collapsed
44244
44245 \begin_layout Plain Layout
44246 \begin_inset IndexMacro sortkey
44247 status open
44248
44249 \begin_layout Plain Layout
44250 りすと
44251 \end_layout
44252
44253 \end_inset
44254
44255 リスト
44256 \end_layout
44257
44258 \end_inset
44259
44260
44261 \begin_inset Index idx
44262 range none
44263 pageformat default
44264 status collapsed
44265
44266 \begin_layout Plain Layout
44267 \begin_inset IndexMacro sortkey
44268 status open
44269
44270 \begin_layout Plain Layout
44271 ふろくらむこと
44272 \end_layout
44273
44274 \end_inset
44275
44276 プログラムコード
44277 \end_layout
44278
44279 \end_inset
44280
44281
44282 \begin_inset Index idx
44283 range none
44284 pageformat default
44285 status collapsed
44286
44287 \begin_layout Plain Layout
44288 \begin_inset IndexMacro sortkey
44289 status open
44290
44291 \begin_layout Plain Layout
44292 ふろと
44293 \end_layout
44294
44295 \end_inset
44296
44297 フロート
44298 \begin_inset IndexMacro subentry
44299 status open
44300
44301 \begin_layout Plain Layout
44302 \begin_inset IndexMacro sortkey
44303 status open
44304
44305 \begin_layout Plain Layout
44306 りすと
44307 \end_layout
44308
44309 \end_inset
44310
44311 リスト
44312 \end_layout
44313
44314 \end_inset
44315
44316
44317 \end_layout
44318
44319 \end_inset
44320
44321
44322 \end_layout
44323
44324 \begin_layout Standard
44325 プログラムコードを取り込んで組版するには,
44326
44327 \family sans
44328 \series bold
44329 挿入
44330 \family default
44331 \SpecialChar menuseparator
44332
44333 \family sans
44334 プログラムリスト
44335 \family default
44336 \series default
44337
44338 \begin_inset space \thinspace{}
44339 \end_inset
44340
44341 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
44342 パッケージ
44343 \series bold
44344 listings
44345 \series default
44346
44347 \begin_inset Index idx
44348 range none
44349 pageformat default
44350 status collapsed
44351
44352 \begin_layout Plain Layout
44353 \begin_inset IndexMacro sortkey
44354 status open
44355
44356 \begin_layout Plain Layout
44357 LaTeXはつけし
44358 \end_layout
44359
44360 \end_inset
44361
44362 \SpecialChar LaTeX
44363 パッケージ
44364 \begin_inset IndexMacro subentry
44365 status open
44366
44367 \begin_layout Plain Layout
44368 listings
44369 \end_layout
44370
44371 \end_inset
44372
44373
44374 \end_layout
44375
44376 \end_inset
44377
44378 または
44379 \series bold
44380 minted
44381 \series default
44382
44383 \begin_inset Index idx
44384 range none
44385 pageformat default
44386 status collapsed
44387
44388 \begin_layout Plain Layout
44389 \begin_inset IndexMacro sortkey
44390 status open
44391
44392 \begin_layout Plain Layout
44393 LaTeXはつけし
44394 \end_layout
44395
44396 \end_inset
44397
44398 \SpecialChar LaTeX
44399 パッケージ
44400 \begin_inset IndexMacro subentry
44401 status open
44402
44403 \begin_layout Plain Layout
44404 minted
44405 \end_layout
44406
44407 \end_inset
44408
44409
44410 \end_layout
44411
44412 \end_inset
44413
44414 は,
44415 使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.一文書中では,
44416 これらのパッケージのうち一つしか使うことができません.既定値では,
44417
44418 \series bold
44419 listings
44420 \series default
44421 が用いられます.
44422 \end_layout
44423
44424 \begin_layout Standard
44425 \begin_inset Note Note
44426 status open
44427
44428 \begin_layout Plain Layout
44429
44430 \series bold
44431 [註]
44432 \series default
44433 \SpecialChar LyX
44434 は,
44435 ユーザーが変換子の定義に
44436 \family typewriter
44437 -shell-escape
44438 \family default
44439 オプションを付けることを推奨したく
44440 \emph on
44441 ありません
44442 \emph default
44443 .これは動作しますが,
44444 莫大なセキュリティリスクを背負い込むことになります.これへの対処については,
44445 活発な議論が交わされています.これは,
44446 解決次第,
44447 適切にアップデートされる可能性があります.
44448 \end_layout
44449
44450 \begin_layout Plain Layout
44451 =====
44452 \end_layout
44453
44454 \begin_layout Plain Layout
44455
44456 \series bold
44457 minted
44458 \series default
44459 を使うためには,
44460 文書設定の
44461 \family sans
44462 プログラムリスト
44463 \family default
44464 で,
44465 文法ハイライト用パッケージとしてこれを選択する必要があります.さらに,
44466
44467 \series bold
44468 minted
44469 \series default
44470 は,
44471 追加的に
44472 \noun on
44473 Python
44474 \noun default
44475 ソフトウェアの
44476 \family sans
44477 pygments
44478 \family default
44479 モジュールを必要とし
44480 \begin_inset Foot
44481 status collapsed
44482
44483 \begin_layout Plain Layout
44484 Windows版\SpecialChar LyX
44485 では,
44486
44487 \family sans
44488 pygments
44489 \family default
44490 はすでに導入済みです.
44491 \end_layout
44492
44493 \end_inset
44494
44495
44496 \SpecialChar LaTeX
44497 処理子に
44498 \family typewriter
44499 -shell-escape
44500 \family default
44501 オプションを付ける必要があります.例えば,
44502 文書を
44503 \family sans
44504 PDF
44505 \begin_inset space ~
44506 \end_inset
44507
44508 (pdflatex)
44509 \family default
44510 形式で閲覧・書き出ししたい場合には,
44511 \SpecialChar LyX
44512 設定の
44513 \family sans
44514 ファイル処理\SpecialChar menuseparator
44515 変換子
44516 \family default
44517 に行って,
44518
44519 \family sans
44520 LaTeX
44521 \begin_inset space ~
44522 \end_inset
44523
44524 (pdflatex) -> PDF
44525 \begin_inset space ~
44526 \end_inset
44527
44528 (pdflatex)
44529 \family default
44530 項目を開き,
44531
44532 \family sans
44533 変換子
44534 \family default
44535 フィールドを見ます.この内容は,
44536 既定では
44537 \begin_inset Newline newline
44538 \end_inset
44539
44540
44541 \series bold
44542 pdflatex $$i
44543 \series default
44544
44545 \begin_inset Newline newline
44546 \end_inset
44547
44548 となっているはずですが,
44549 これを
44550 \begin_inset Newline newline
44551 \end_inset
44552
44553
44554 \series bold
44555 pdflatex $$i -shell-escape
44556 \begin_inset Newline newline
44557 \end_inset
44558
44559
44560 \series default
44561 に変更して,
44562
44563 \family sans
44564 修正
44565 \family default
44566 ボタンを押し,
44567 引き続き
44568 \family sans
44569 適用
44570 \family default
44571
44572 \family sans
44573 保存
44574 \family default
44575 を押してください.
44576 \family sans
44577 PDF
44578 \begin_inset space ~
44579 \end_inset
44580
44581 (LuaTeX)
44582 \family default
44583
44584 \family sans
44585 PDF
44586 \begin_inset space ~
44587 \end_inset
44588
44589 (XeTeX)
44590 \family default
44591 の出力形式に対しても,
44592 同じことを行います.
44593 \end_layout
44594
44595 \end_inset
44596
44597
44598 \end_layout
44599
44600 \begin_layout Standard
44601 プログラムリスト差込枠を右クリックすると,
44602 文脈依存メニューが開き,
44603 リスト書式を設定することができます.
44604 \end_layout
44605
44606 \begin_layout Standard
44607 既定では,
44608 出力におけるプログラムリストは,
44609 新しい段落として始まります.配置オプションで
44610 \family sans
44611 \series bold
44612 行内リスト
44613 \family default
44614 \series default
44615 を指定すると,
44616 リストは
44617 \begin_inset listings
44618 lstparams "language={C++}"
44619 inline true
44620 status collapsed
44621
44622 \begin_layout Plain Layout
44623
44624 int a=5;
44625 \end_layout
44626
44627 \end_inset
44628
44629 のように行内に印字されます.
44630 \begin_inset Newline newline
44631 \end_inset
44632
44633
44634 \family sans
44635 \series bold
44636 フロート
44637 \family default
44638 \series default
44639 オプションは,
44640 プログラムリストフロートを生成するものですが,
44641 ここで,
44642
44643 \begin_inset CommandInset ref
44644 LatexCommand ref
44645 reference "sec:フロートの設定"
44646 nolink "false"
44647
44648 \end_inset
44649
44650 節に説明されているフロート配置オプションに従って,
44651
44652 \family sans
44653 h
44654 \family default
44655 」「
44656 \family sans
44657 t
44658 \family default
44659 」「
44660 \family sans
44661 b
44662 \family default
44663 」「
44664 \family sans
44665 p
44666 \family default
44667 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,
44668
44669 \family sans
44670 htbp
44671 \family default
44672 」のように区切りを入れることなく入力することができます.「
44673 \family sans
44674 h
44675 \family default
44676 」オプションは効かない場合がありますが,
44677 フロートでないプログラムリストにもキャプションを入れることができ,
44678 また参照もできるので,
44679 この場合には
44680 \family sans
44681 \series bold
44682 フロート
44683 \family default
44684 \series default
44685 オプションを使用しなければ大丈夫です.
44686 \end_layout
44687
44688 \begin_layout Standard
44689
44690 \family sans
44691 \series bold
44692 挿入
44693 \family default
44694 \SpecialChar menuseparator
44695
44696 \family sans
44697 キャプション
44698 \family default
44699 \series default
44700
44701 \begin_inset space \thinspace{}
44702 \end_inset
44703
44704 メニューを使えば,
44705 行中でないプログラムリストには,
44706 キャプションを付けることができます.プログラムリストは,
44707 フロート同様,
44708 リスト
44709 \begin_inset CommandInset ref
44710 LatexCommand ref
44711 reference "lst:ListFloat"
44712 nolink "false"
44713
44714 \end_inset
44715
44716 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
44717
44718 \family sans
44719 \series bold
44720 挿入\SpecialChar menuseparator
44721 一覧/目次\SpecialChar menuseparator
44722 プログラムリスト一覧
44723 \family default
44724 \series default
44725
44726 \begin_inset space \thinspace{}
44727 \end_inset
44728
44729 で作成することができます.一覧の項目には,
44730 プログラムリストのキャプションとプログラムリスト番号が入ります.
44731 \end_layout
44732
44733 \begin_layout Standard
44734 \begin_inset listings
44735 lstparams "language=Python"
44736 inline false
44737 status open
44738
44739 \begin_layout Plain Layout
44740
44741 \begin_inset Caption Standard
44742
44743 \begin_layout Plain Layout
44744 \begin_inset CommandInset label
44745 LatexCommand label
44746 name "lst:ListFloat"
44747
44748 \end_inset
44749
44750 Example Listing Float
44751 \end_layout
44752
44753 \end_inset
44754
44755 # Example listing float
44756 \end_layout
44757
44758 \begin_layout Plain Layout
44759
44760 def func(param):
44761 \end_layout
44762
44763 \begin_layout Plain Layout
44764
44765     'this is a python function'
44766 \end_layout
44767
44768 \begin_layout Plain Layout
44769
44770     pass
44771 \end_layout
44772
44773 \end_inset
44774
44775
44776 \end_layout
44777
44778 \begin_layout Standard
44779 \begin_inset Note Greyedout
44780 status open
44781
44782 \begin_layout Plain Layout
44783
44784 \series bold
44785 [註]listings
44786 \series default
44787 パッケージは,
44788 既定ではプログラムリストの前にキャプションを置きます.
44789 \begin_inset Newline newline
44790 \end_inset
44791
44792
44793 \series bold
44794 minted
44795 \series default
44796 パッケージは,
44797 フロートの場合,
44798 既定ではプログラムリストの後にキャプションを置きます.フロートでない場合には,
44799 キャプションは,
44800 一行目に入れられた場合にはプログラムリストの前に組版され,
44801 そうでなければリストの後に置かれます.常にプログラムリストの前に置くように強制するためには,
44802 プリアンブルの最後に下記の行を加えてください.
44803 \begin_inset Newline newline
44804 \end_inset
44805
44806
44807 \series bold
44808
44809 \backslash
44810 @ifundefined{newfloat}
44811 \begin_inset Newline newline
44812 \end_inset
44813
44814
44815 \begin_inset Phantom HPhantom
44816 status open
44817
44818 \begin_layout Plain Layout
44819 \begin_inset space ~
44820 \end_inset
44821
44822
44823 \end_layout
44824
44825 \end_inset
44826
44827 {
44828 \backslash
44829 usepackage{float}}{}
44830 \begin_inset Newline newline
44831 \end_inset
44832
44833
44834 \backslash
44835 floatstyle{plaintop}
44836 \series default
44837
44838 \begin_inset Note Note
44839 status collapsed
44840
44841 \begin_layout Plain Layout
44842 文書全体を対象とするフロート配置設定を行うと,
44843 \SpecialChar LyX
44844 は自動的に
44845 \series bold
44846 float
44847 \series default
44848 パッケージを読み込みます.これが二度読み込まれることを防ぐために,
44849 上記のコマンドでは
44850 \series bold
44851
44852 \backslash
44853 @ifundefined
44854 \series default
44855 が使用されています.
44856 \end_layout
44857
44858 \end_inset
44859
44860
44861 \end_layout
44862
44863 \end_inset
44864
44865
44866 \end_layout
44867
44868 \begin_layout Standard
44869 プログラムリストダイアログでプログラミング言語を指定すると,
44870 その言語のキーワードが識別されて,
44871 出力中で特別に組版されます.上の例示プログラムリストでは,
44872 Pythonのキーワード「def」が識別され,
44873 ボールド体で出力されます.
44874 \end_layout
44875
44876 \begin_layout Standard
44877 \begin_inset Note Greyedout
44878 status open
44879
44880 \begin_layout Plain Layout
44881
44882 \series bold
44883 [註]
44884 \series default
44885 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,
44886 おそらくお使いの
44887 \family typewriter
44888 typewriter
44889 \family default
44890 フォントがボールド体を提供していません.この場合には,
44891
44892 \family sans
44893 文書
44894 \family default
44895 \SpecialChar menuseparator
44896
44897 \family sans
44898 設定
44899 \family default
44900 \SpecialChar menuseparator
44901
44902 \family sans
44903 フォント
44904 \family default
44905 メニューで別のフォントを選択してください(
44906 \emph on
44907 LuxiMono
44908 \emph default
44909
44910 \emph on
44911 BeraMono
44912 \emph default
44913
44914 \emph on
44915 Courier
44916 \emph default
44917 の各フォントはボールド体を提供します).
44918 \end_layout
44919
44920 \end_inset
44921
44922
44923 \end_layout
44924
44925 \begin_layout Standard
44926 \begin_inset Note Greyedout
44927 status open
44928
44929 \begin_layout Plain Layout
44930
44931 \series bold
44932 [訳註]
44933 \series default
44934 プログラムリスト差込枠中では,
44935 日本語のエンコーディングを表示できないため,
44936 日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
44937 \end_layout
44938
44939 \end_inset
44940
44941
44942 \end_layout
44943
44944 \begin_layout Standard
44945 プログラムリストダイアログの
44946 \family sans
44947 \series bold
44948 行番号
44949 \family default
44950 \series default
44951 のセクションでは,
44952 行番号の様式を指定することができます.
44953 \family sans
44954 行間
44955 \family default
44956 フィールドでは,
44957 どの行に番号を振るかを指定する数字を入れることができます.たとえば,
44958 「3」と入れると,
44959 3行ごとに数字が振られます.
44960 \end_layout
44961
44962 \begin_layout Standard
44963 さらに行の範囲を指定することもでき,
44964 この場合にはこれらの行のみが出力に表示されます.
44965 \family sans
44966 \series bold
44967 拡張文字コード表を使う
44968 \family default
44969 \series default
44970 オプションは,
44971
44972 \series bold
44973 listings
44974 \series default
44975 パッケージにのみ有効であり,
44976 プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合に使用します.
44977 \begin_inset Newline newline
44978 \end_inset
44979
44980
44981 \begin_inset Note Greyedout
44982 status open
44983
44984 \begin_layout Plain Layout
44985
44986 \series bold
44987 [訳註]
44988 \series default
44989 これは,
44990 p\SpecialChar LaTeX
44991 ではうまく動作しません.
44992 \end_layout
44993
44994 \end_inset
44995
44996
44997 \begin_inset Newline newline
44998 \end_inset
44999
45000 以下は,
45001 左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
45002 \begin_inset space \thinspace{}
45003 \end_inset
45004
45005 -
45006 \begin_inset space \thinspace{}
45007 \end_inset
45008
45009 8」で設定したプログラムリストの例です.
45010 \end_layout
45011
45012 \begin_layout Standard
45013 \begin_inset listings
45014 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
45015 inline false
45016 status open
45017
45018 \begin_layout Plain Layout
45019
45020 def func(param):
45021 \end_layout
45022
45023 \begin_layout Plain Layout
45024
45025     'this is a python function'
45026 \end_layout
45027
45028 \begin_layout Plain Layout
45029
45030     pass
45031 \end_layout
45032
45033 \begin_layout Plain Layout
45034
45035 def func(param):
45036 \end_layout
45037
45038 \begin_layout Plain Layout
45039
45040 'This is a German word:
45041  Tschuss'
45042 \end_layout
45043
45044 \begin_layout Plain Layout
45045
45046 pass
45047 \end_layout
45048
45049 \begin_layout Plain Layout
45050
45051 def func(param):
45052 \end_layout
45053
45054 \begin_layout Plain Layout
45055
45056 'this is a python function'
45057 \end_layout
45058
45059 \begin_layout Plain Layout
45060
45061 pass
45062 \end_layout
45063
45064 \end_inset
45065
45066
45067 \end_layout
45068
45069 \begin_layout Standard
45070 プログラムリスト中でタビュレータを使う場合は,
45071 タビュレータが確保する文字の数を
45072 \family sans
45073 \series bold
45074 タビュレータの大きさ
45075 \family default
45076 \series default
45077 フィールドで指定することができます.
45078 \end_layout
45079
45080 \begin_layout Standard
45081 \begin_inset Note Greyedout
45082 status open
45083
45084 \begin_layout Plain Layout
45085
45086 \series bold
45087 [註]listings
45088 \series default
45089 パッケージにはバグがあり,
45090 前にプログラムリストがある毎に,
45091 行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,
45092 2行目と5行目に振られているのはこのためです.
45093 \end_layout
45094
45095 \end_inset
45096
45097
45098 \end_layout
45099
45100 \begin_layout Standard
45101 \begin_inset VSpace bigskip
45102 \end_inset
45103
45104
45105 \end_layout
45106
45107 \begin_layout Standard
45108 また,
45109 ファイルの各行をプログラムリストとして印字することも可能です.そのためには,
45110
45111 \family sans
45112 \series bold
45113 挿入
45114 \family default
45115 \SpecialChar menuseparator
45116
45117 \family sans
45118 ファイル
45119 \family default
45120 \SpecialChar menuseparator
45121
45122 \family sans
45123 子文書
45124 \family default
45125 \series default
45126
45127 \begin_inset space \thinspace{}
45128 \end_inset
45129
45130 メニューを使用して
45131 \family sans
45132 \series bold
45133 プログラムリスト
45134 \family default
45135 \series default
45136 型を選択してください
45137 \begin_inset Foot
45138 status collapsed
45139
45140 \begin_layout Plain Layout
45141 他の子文書型については,
45142 第 section
45143 \begin_inset space ~
45144 \end_inset
45145
45146
45147 \begin_inset CommandInset ref
45148 LatexCommand ref
45149 reference "sec:子文書"
45150 nolink "false"
45151
45152 \end_inset
45153
45154 節に説明があります.
45155 \end_layout
45156
45157 \end_inset
45158
45159 .子文書ダイアログでは,
45160 テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,
45161 テキストボックス中で疑問符「?」を打鍵してください.
45162 \end_layout
45163
45164 \begin_layout Standard
45165 子文書プログラムリストを参照したい場合には,
45166 子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,
45167 このラベルは
45168 \family sans
45169
45170 \begin_inset space \thinspace{}
45171 \end_inset
45172
45173
45174 \series bold
45175 挿入
45176 \family default
45177 \SpecialChar menuseparator
45178
45179 \family sans
45180 相互参照
45181 \family default
45182 \series default
45183
45184 \begin_inset space \thinspace{}
45185 \end_inset
45186
45187 メニューを使って参照できるようになります.
45188 \end_layout
45189
45190 \begin_layout Standard
45191 プログラムリスト
45192 \begin_inset CommandInset ref
45193 LatexCommand ref
45194 reference "lst:file-listing"
45195 nolink "false"
45196
45197 \end_inset
45198
45199 は,
45200 ファイルを使ったプログラムリストの一例です.ここでは,
45201 この\SpecialChar LyX
45202 ファイルの10行目から15行目が表示されています.
45203 \end_layout
45204
45205 \begin_layout Standard
45206 \begin_inset CommandInset include
45207 LatexCommand lstinputlisting
45208 filename "EmbeddedObjects.lyx"
45209 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
45210 literal "true"
45211
45212 \end_inset
45213
45214
45215 \end_layout
45216
45217 \begin_layout Standard
45218 \begin_inset VSpace bigskip
45219 \end_inset
45220
45221
45222 \end_layout
45223
45224 \begin_layout Standard
45225 リストに数式を入れるには,
45226 以下のようにします.
45227 \end_layout
45228
45229 \begin_layout Enumerate
45230 リストダイアログを開き,
45231
45232 \family sans
45233 詳細
45234 \family default
45235 タブのフィールド中に
45236 \begin_inset Newline newline
45237 \end_inset
45238
45239
45240 \family sans
45241 mathescape=true
45242 \family default
45243
45244 \begin_inset Newline newline
45245 \end_inset
45246
45247 と書き加えます.
45248 \end_layout
45249
45250 \begin_layout Enumerate
45251 リスト外で数式を作成します.
45252 \end_layout
45253
45254 \begin_layout Enumerate
45255 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
45256 \begin_inset Info
45257 type  "shortcut"
45258 arg   "copy"
45259 \end_inset
45260
45261 ).
45262 \end_layout
45263
45264 \begin_layout Enumerate
45265 リストに「$$」と書き,
45266 クリップボードの内容をドルマークの間に貼り付けます(短縮キー
45267 \begin_inset Info
45268 type  "shortcut"
45269 arg   "paste"
45270 \end_inset
45271
45272 ).
45273 \end_layout
45274
45275 \begin_layout Standard
45276 \begin_inset listings
45277 lstparams "language=Python,mathescape=true"
45278 inline false
45279 status open
45280
45281 \begin_layout Plain Layout
45282
45283 \begin_inset Caption Standard
45284
45285 \begin_layout Plain Layout
45286 Example Listing float containing a formula
45287 \end_layout
45288
45289 \end_inset
45290
45291 # Example listing float
45292 \end_layout
45293
45294 \begin_layout Plain Layout
45295
45296 def func(param):
45297 \end_layout
45298
45299 \begin_layout Plain Layout
45300
45301     # $
45302 \backslash
45303 prod_{n=1}^{
45304 \backslash
45305 infty}
45306 \backslash
45307 ,
45308 \backslash
45309 frac{1}{x^{2}}$
45310 \end_layout
45311
45312 \begin_layout Plain Layout
45313
45314     pass
45315 \end_layout
45316
45317 \end_inset
45318
45319
45320 \end_layout
45321
45322 \begin_layout Standard
45323 \begin_inset VSpace bigskip
45324 \end_inset
45325
45326
45327 \end_layout
45328
45329 \begin_layout Standard
45330 大域的なプログラムリストの設定は,
45331
45332 \family sans
45333 \series bold
45334 文書
45335 \family default
45336 \SpecialChar menuseparator
45337
45338 \family sans
45339 設定
45340 \family default
45341 \SpecialChar menuseparator
45342
45343 \family sans
45344 リスト
45345 \family default
45346 \series default
45347
45348 \begin_inset space \thinspace{}
45349 \end_inset
45350
45351 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
45352
45353 \family sans
45354 \series bold
45355 プログラムリスト設定
45356 \family default
45357 \series default
45358 フィールドで疑問符「?」を打鍵してください.
45359 \end_layout
45360
45361 \begin_layout Standard
45362
45363 \series bold
45364 listings
45365 \series default
45366 及び
45367 \series bold
45368 minted
45369 \series default
45370 パッケージについての詳しい情報については,
45371 取扱説明書
45372 \begin_inset CommandInset citation
45373 LatexCommand cite
45374 key "listings,minted"
45375 literal "true"
45376
45377 \end_inset
45378
45379 をご参照ください.
45380 \end_layout
45381
45382 \begin_layout Standard
45383 \begin_inset Newpage newpage
45384 \end_inset
45385
45386
45387 \end_layout
45388
45389 \begin_layout Chapter
45390 \start_of_appendix
45391 \SpecialChar LyX
45392 で使用できる単位
45393 \begin_inset Index idx
45394 range none
45395 pageformat default
45396 status collapsed
45397
45398 \begin_layout Plain Layout
45399 \begin_inset IndexMacro sortkey
45400 status open
45401
45402 \begin_layout Plain Layout
45403 たんい
45404 \end_layout
45405
45406 \end_inset
45407
45408 単位
45409 \end_layout
45410
45411 \end_inset
45412
45413
45414 \begin_inset CommandInset label
45415 LatexCommand label
45416 name "cha:LyXで使用できる単位"
45417
45418 \end_inset
45419
45420
45421 \end_layout
45422
45423 \begin_layout Standard
45424 この文書で用いられる単位の理解のために,
45425
45426 \begin_inset CommandInset ref
45427 LatexCommand ref
45428 reference "tab:単位"
45429 nolink "false"
45430
45431 \end_inset
45432
45433 に,
45434 \SpecialChar LyX
45435 で使うことのできる単位をまとめておきます.
45436 \end_layout
45437
45438 \begin_layout Standard
45439 \begin_inset Float table
45440 placement h
45441 alignment document
45442 wide false
45443 sideways false
45444 status open
45445
45446 \begin_layout Plain Layout
45447 \begin_inset Caption Standard
45448
45449 \begin_layout Plain Layout
45450 \begin_inset CommandInset label
45451 LatexCommand label
45452 name "tab:単位"
45453
45454 \end_inset
45455
45456 単位
45457 \end_layout
45458
45459 \end_inset
45460
45461
45462 \end_layout
45463
45464 \begin_layout Plain Layout
45465 \begin_inset VSpace medskip
45466 \end_inset
45467
45468
45469 \end_layout
45470
45471 \begin_layout Plain Layout
45472 \align center
45473 \begin_inset Tabular
45474 <lyxtabular version="3" rows="21" columns="3">
45475 <features tabularvalignment="middle">
45476 <column alignment="center" valignment="top">
45477 <column alignment="center" valignment="middle" width="50col%">
45478 <column alignment="center" valignment="top">
45479 <row>
45480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45481 \begin_inset Text
45482
45483 \begin_layout Plain Layout
45484 単位
45485 \end_layout
45486
45487 \end_inset
45488 </cell>
45489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45490 \begin_inset Text
45491
45492 \begin_layout Plain Layout
45493 名称/摘要
45494 \end_layout
45495
45496 \end_inset
45497 </cell>
45498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
45499 \begin_inset Text
45500
45501 \begin_layout Plain Layout
45502 \SpecialChar LaTeX
45503  コマンド
45504 \end_layout
45505
45506 \end_inset
45507 </cell>
45508 </row>
45509 <row>
45510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45511 \begin_inset Text
45512
45513 \begin_layout Plain Layout
45514 bp
45515 \end_layout
45516
45517 \end_inset
45518 </cell>
45519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45520 \begin_inset Text
45521
45522 \begin_layout Plain Layout
45523 ビッグポイント (72
45524 \begin_inset space \thinspace{}
45525 \end_inset
45526
45527 bp = 1
45528 \begin_inset space \thinspace{}
45529 \end_inset
45530
45531 in)
45532 \end_layout
45533
45534 \end_inset
45535 </cell>
45536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45537 \begin_inset Text
45538
45539 \begin_layout Plain Layout
45540 -
45541 \end_layout
45542
45543 \end_inset
45544 </cell>
45545 </row>
45546 <row>
45547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45548 \begin_inset Text
45549
45550 \begin_layout Plain Layout
45551 cc
45552 \end_layout
45553
45554 \end_inset
45555 </cell>
45556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45557 \begin_inset Text
45558
45559 \begin_layout Plain Layout
45560 シセロ (1
45561 \begin_inset space \thinspace{}
45562 \end_inset
45563
45564 cc = 12
45565 \begin_inset space \thinspace{}
45566 \end_inset
45567
45568 dd)
45569 \end_layout
45570
45571 \end_inset
45572 </cell>
45573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45574 \begin_inset Text
45575
45576 \begin_layout Plain Layout
45577 -
45578 \end_layout
45579
45580 \end_inset
45581 </cell>
45582 </row>
45583 <row>
45584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45585 \begin_inset Text
45586
45587 \begin_layout Plain Layout
45588 cm
45589 \end_layout
45590
45591 \end_inset
45592 </cell>
45593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45594 \begin_inset Text
45595
45596 \begin_layout Plain Layout
45597 センチメートル
45598 \end_layout
45599
45600 \end_inset
45601 </cell>
45602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45603 \begin_inset Text
45604
45605 \begin_layout Plain Layout
45606 -
45607 \end_layout
45608
45609 \end_inset
45610 </cell>
45611 </row>
45612 <row>
45613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45614 \begin_inset Text
45615
45616 \begin_layout Plain Layout
45617 dd
45618 \end_layout
45619
45620 \end_inset
45621 </cell>
45622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45623 \begin_inset Text
45624
45625 \begin_layout Plain Layout
45626 ディドー (72
45627 \begin_inset space \thinspace{}
45628 \end_inset
45629
45630 dd 
45631 \begin_inset Formula $\approx$
45632 \end_inset
45633
45634  37.6
45635 \begin_inset space \thinspace{}
45636 \end_inset
45637
45638 mm)
45639 \end_layout
45640
45641 \end_inset
45642 </cell>
45643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45644 \begin_inset Text
45645
45646 \begin_layout Plain Layout
45647 -
45648 \end_layout
45649
45650 \end_inset
45651 </cell>
45652 </row>
45653 <row>
45654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45655 \begin_inset Text
45656
45657 \begin_layout Plain Layout
45658 em
45659 \end_layout
45660
45661 \end_inset
45662 </cell>
45663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45664 \begin_inset Text
45665
45666 \begin_layout Plain Layout
45667 現在のフォントの文字「M」の幅
45668 \end_layout
45669
45670 \end_inset
45671 </cell>
45672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45673 \begin_inset Text
45674
45675 \begin_layout Plain Layout
45676 -
45677 \end_layout
45678
45679 \end_inset
45680 </cell>
45681 </row>
45682 <row>
45683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45684 \begin_inset Text
45685
45686 \begin_layout Plain Layout
45687 ex
45688 \end_layout
45689
45690 \end_inset
45691 </cell>
45692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45693 \begin_inset Text
45694
45695 \begin_layout Plain Layout
45696 現在のフォントの文字「x」の高さ
45697 \end_layout
45698
45699 \end_inset
45700 </cell>
45701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45702 \begin_inset Text
45703
45704 \begin_layout Plain Layout
45705 -
45706 \end_layout
45707
45708 \end_inset
45709 </cell>
45710 </row>
45711 <row>
45712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45713 \begin_inset Text
45714
45715 \begin_layout Plain Layout
45716 in
45717 \end_layout
45718
45719 \end_inset
45720 </cell>
45721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45722 \begin_inset Text
45723
45724 \begin_layout Plain Layout
45725 インチ
45726 \end_layout
45727
45728 \end_inset
45729 </cell>
45730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45731 \begin_inset Text
45732
45733 \begin_layout Plain Layout
45734 -
45735 \end_layout
45736
45737 \end_inset
45738 </cell>
45739 </row>
45740 <row>
45741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45742 \begin_inset Text
45743
45744 \begin_layout Plain Layout
45745 mm
45746 \end_layout
45747
45748 \end_inset
45749 </cell>
45750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45751 \begin_inset Text
45752
45753 \begin_layout Plain Layout
45754 ミリメートル
45755 \end_layout
45756
45757 \end_inset
45758 </cell>
45759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45760 \begin_inset Text
45761
45762 \begin_layout Plain Layout
45763 -
45764 \end_layout
45765
45766 \end_inset
45767 </cell>
45768 </row>
45769 <row>
45770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45771 \begin_inset Text
45772
45773 \begin_layout Plain Layout
45774 mu
45775 \end_layout
45776
45777 \end_inset
45778 </cell>
45779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45780 \begin_inset Text
45781
45782 \begin_layout Plain Layout
45783 数式単位 (1
45784 \begin_inset space \thinspace{}
45785 \end_inset
45786
45787 mu = 1/18
45788 \begin_inset space \thinspace{}
45789 \end_inset
45790
45791 em)
45792 \end_layout
45793
45794 \end_inset
45795 </cell>
45796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45797 \begin_inset Text
45798
45799 \begin_layout Plain Layout
45800 -
45801 \end_layout
45802
45803 \end_inset
45804 </cell>
45805 </row>
45806 <row>
45807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45808 \begin_inset Text
45809
45810 \begin_layout Plain Layout
45811 pt
45812 \end_layout
45813
45814 \end_inset
45815 </cell>
45816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45817 \begin_inset Text
45818
45819 \begin_layout Plain Layout
45820 ポイント (72.27
45821 \begin_inset space \thinspace{}
45822 \end_inset
45823
45824 pt = 1
45825 \begin_inset space \thinspace{}
45826 \end_inset
45827
45828 in)
45829 \end_layout
45830
45831 \end_inset
45832 </cell>
45833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45834 \begin_inset Text
45835
45836 \begin_layout Plain Layout
45837 -
45838 \end_layout
45839
45840 \end_inset
45841 </cell>
45842 </row>
45843 <row>
45844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45845 \begin_inset Text
45846
45847 \begin_layout Plain Layout
45848 pc
45849 \end_layout
45850
45851 \end_inset
45852 </cell>
45853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45854 \begin_inset Text
45855
45856 \begin_layout Plain Layout
45857 パイカ (1
45858 \begin_inset space \thinspace{}
45859 \end_inset
45860
45861 pc = 12
45862 \begin_inset space \thinspace{}
45863 \end_inset
45864
45865 pt)
45866 \end_layout
45867
45868 \end_inset
45869 </cell>
45870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45871 \begin_inset Text
45872
45873 \begin_layout Plain Layout
45874 -
45875 \end_layout
45876
45877 \end_inset
45878 </cell>
45879 </row>
45880 <row>
45881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45882 \begin_inset Text
45883
45884 \begin_layout Plain Layout
45885 sp
45886 \end_layout
45887
45888 \end_inset
45889 </cell>
45890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45891 \begin_inset Text
45892
45893 \begin_layout Plain Layout
45894 スケールポイント (65536
45895 \begin_inset space \thinspace{}
45896 \end_inset
45897
45898 sp = 1
45899 \begin_inset space \thinspace{}
45900 \end_inset
45901
45902 pt)
45903 \end_layout
45904
45905 \end_inset
45906 </cell>
45907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45908 \begin_inset Text
45909
45910 \begin_layout Plain Layout
45911 -
45912 \end_layout
45913
45914 \end_inset
45915 </cell>
45916 </row>
45917 <row>
45918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45919 \begin_inset Text
45920
45921 \begin_layout Plain Layout
45922 列幅%
45923 \end_layout
45924
45925 \end_inset
45926 </cell>
45927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45928 \begin_inset Text
45929
45930 \begin_layout Plain Layout
45931 組段幅の%
45932 \end_layout
45933
45934 \end_inset
45935 </cell>
45936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45937 \begin_inset Text
45938
45939 \begin_layout Plain Layout
45940
45941 \backslash
45942 columnwidth
45943 \end_layout
45944
45945 \end_inset
45946 </cell>
45947 </row>
45948 <row>
45949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45950 \begin_inset Text
45951
45952 \begin_layout Plain Layout
45953 行幅%
45954 \end_layout
45955
45956 \end_inset
45957 </cell>
45958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45959 \begin_inset Text
45960
45961 \begin_layout Plain Layout
45962 連続する本文2行のベースライン間の高さの%
45963 \end_layout
45964
45965 \end_inset
45966 </cell>
45967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45968 \begin_inset Text
45969
45970 \begin_layout Plain Layout
45971
45972 \backslash
45973 baselineskip
45974 \end_layout
45975
45976 \end_inset
45977 </cell>
45978 </row>
45979 <row>
45980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45981 \begin_inset Text
45982
45983 \begin_layout Plain Layout
45984 行幅%
45985 \end_layout
45986
45987 \end_inset
45988 </cell>
45989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45990 \begin_inset Text
45991
45992 \begin_layout Plain Layout
45993 行幅の%
45994 \end_layout
45995
45996 \end_inset
45997 </cell>
45998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45999 \begin_inset Text
46000
46001 \begin_layout Plain Layout
46002
46003 \backslash
46004 linewidth
46005 \end_layout
46006
46007 \end_inset
46008 </cell>
46009 </row>
46010 <row>
46011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46012 \begin_inset Text
46013
46014 \begin_layout Plain Layout
46015 ページ高%
46016 \end_layout
46017
46018 \end_inset
46019 </cell>
46020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46021 \begin_inset Text
46022
46023 \begin_layout Plain Layout
46024 用紙高さの%
46025 \end_layout
46026
46027 \end_inset
46028 </cell>
46029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46030 \begin_inset Text
46031
46032 \begin_layout Plain Layout
46033
46034 \backslash
46035 paperheight
46036 \end_layout
46037
46038 \end_inset
46039 </cell>
46040 </row>
46041 <row>
46042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46043 \begin_inset Text
46044
46045 \begin_layout Plain Layout
46046 ページ幅%
46047 \end_layout
46048
46049 \end_inset
46050 </cell>
46051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46052 \begin_inset Text
46053
46054 \begin_layout Plain Layout
46055 用紙幅の%
46056 \end_layout
46057
46058 \end_inset
46059 </cell>
46060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46061 \begin_inset Text
46062
46063 \begin_layout Plain Layout
46064
46065 \backslash
46066 paperwidth
46067 \end_layout
46068
46069 \end_inset
46070 </cell>
46071 </row>
46072 <row>
46073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46074 \begin_inset Text
46075
46076 \begin_layout Plain Layout
46077 画像の縮尺%
46078 \end_layout
46079
46080 \end_inset
46081 </cell>
46082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46083 \begin_inset Text
46084
46085 \begin_layout Plain Layout
46086 元の画像幅の%
46087 \end_layout
46088
46089 \end_inset
46090 </cell>
46091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46092 \begin_inset Text
46093
46094 \begin_layout Plain Layout
46095
46096 \end_layout
46097
46098 \end_inset
46099 </cell>
46100 </row>
46101 <row>
46102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46103 \begin_inset Text
46104
46105 \begin_layout Plain Layout
46106 本文高%
46107 \end_layout
46108
46109 \end_inset
46110 </cell>
46111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46112 \begin_inset Text
46113
46114 \begin_layout Plain Layout
46115 テキスト高さの%
46116 \end_layout
46117
46118 \end_inset
46119 </cell>
46120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46121 \begin_inset Text
46122
46123 \begin_layout Plain Layout
46124
46125 \backslash
46126 textheight
46127 \end_layout
46128
46129 \end_inset
46130 </cell>
46131 </row>
46132 <row>
46133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
46134 \begin_inset Text
46135
46136 \begin_layout Plain Layout
46137 本文幅%
46138 \end_layout
46139
46140 \end_inset
46141 </cell>
46142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
46143 \begin_inset Text
46144
46145 \begin_layout Plain Layout
46146 テキスト幅の%
46147 \end_layout
46148
46149 \end_inset
46150 </cell>
46151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
46152 \begin_inset Text
46153
46154 \begin_layout Plain Layout
46155
46156 \backslash
46157 textwidth
46158 \end_layout
46159
46160 \end_inset
46161 </cell>
46162 </row>
46163 </lyxtabular>
46164
46165 \end_inset
46166
46167
46168 \end_layout
46169
46170 \end_inset
46171
46172
46173 \end_layout
46174
46175 \begin_layout Chapter
46176 画像を含む場合のファイル出力形式
46177 \begin_inset CommandInset label
46178 LatexCommand label
46179 name "cha:ファイル出力形式"
46180
46181 \end_inset
46182
46183
46184 \end_layout
46185
46186 \begin_layout Section
46187 DVI
46188 \begin_inset Index idx
46189 range none
46190 pageformat default
46191 status collapsed
46192
46193 \begin_layout Plain Layout
46194 \begin_inset IndexMacro sortkey
46195 status open
46196
46197 \begin_layout Plain Layout
46198 ふあいるしよしき
46199 \end_layout
46200
46201 \end_inset
46202
46203 ファイル書式
46204 \begin_inset IndexMacro subentry
46205 status open
46206
46207 \begin_layout Plain Layout
46208 DVI
46209 \end_layout
46210
46211 \end_inset
46212
46213
46214 \end_layout
46215
46216 \end_inset
46217
46218
46219 \begin_inset Index idx
46220 range none
46221 pageformat default
46222 status collapsed
46223
46224 \begin_layout Plain Layout
46225 DVI
46226 \begin_inset IndexMacro see
46227 status open
46228
46229 \begin_layout Plain Layout
46230 ファイル書式
46231 \end_layout
46232
46233 \end_inset
46234
46235
46236 \end_layout
46237
46238 \end_inset
46239
46240
46241 \end_layout
46242
46243 \begin_layout Standard
46244 このファイル型の拡張子は「
46245 \family typewriter
46246 .dvi
46247 \family default
46248 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:
46249 デバイス独立型)」の名称がついています.これはあるコンピュータから別のコンピュータへ,
46250 何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,
46251 これは当然のことでは全くありませんでした.DVIは手っ取り早くプレビューしたり,
46252 PostScriptなどの他の出力形式への中間段階として使用されます.
46253 \end_layout
46254
46255 \begin_layout Standard
46256 \begin_inset Note Greyedout
46257 status open
46258
46259 \begin_layout Plain Layout
46260
46261 \series bold
46262 [註]
46263 \series default
46264 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
46265 \end_layout
46266
46267 \end_inset
46268
46269 ですから,
46270 お使いの
46271 \family typewriter
46272 .dvi
46273 \family default
46274 ファイルを別のコンピュータに移すときには,
46275 このことを忘れてはいけません.この性質は,
46276 DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DVIビューアは,
46277 DVIをスクロールする際,
46278 画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,
46279 画像のたくさんあるファイルの場合は,
46280 PDFを使用することをお勧めします.
46281 \end_layout
46282
46283 \begin_layout Standard
46284 使用中の文書は,
46285
46286 \family sans
46287 \series bold
46288 ファイル
46289 \family default
46290 \SpecialChar menuseparator
46291
46292 \family sans
46293 書き出し
46294 \family default
46295 \SpecialChar menuseparator
46296
46297 \family sans
46298 DVI
46299 \family default
46300 \series default
46301
46302 \begin_inset space \thinspace{}
46303 \end_inset
46304
46305 メニューを使用して,
46306 DVIに書き出すことができます.
46307 \family sans
46308 \series bold
46309 表示
46310 \family default
46311 \series default
46312 メニューから,
46313 文書をDVIとして表示させることもできます.
46314 \end_layout
46315
46316 \begin_layout Section
46317 PostScript
46318 \begin_inset Index idx
46319 range none
46320 pageformat default
46321 status collapsed
46322
46323 \begin_layout Plain Layout
46324 \begin_inset IndexMacro sortkey
46325 status open
46326
46327 \begin_layout Plain Layout
46328 ふあいるしよしき
46329 \end_layout
46330
46331 \end_inset
46332
46333 ファイル書式
46334 \begin_inset IndexMacro subentry
46335 status open
46336
46337 \begin_layout Plain Layout
46338 PostScript
46339 \end_layout
46340
46341 \end_inset
46342
46343
46344 \end_layout
46345
46346 \end_inset
46347
46348
46349 \begin_inset Index idx
46350 range none
46351 pageformat default
46352 status collapsed
46353
46354 \begin_layout Plain Layout
46355 PostScript
46356 \begin_inset ERT
46357 status collapsed
46358
46359 \begin_layout Plain Layout
46360
46361 |see{
46362 \end_layout
46363
46364 \end_inset
46365
46366 ファイル書式
46367 \begin_inset ERT
46368 status collapsed
46369
46370 \begin_layout Plain Layout
46371
46372 }
46373 \end_layout
46374
46375 \end_inset
46376
46377
46378 \end_layout
46379
46380 \end_inset
46381
46382
46383 \end_layout
46384
46385 \begin_layout Standard
46386 このファイル型の拡張子は「
46387 \family typewriter
46388 .ps
46389 \family default
46390 」です.PostScriptは,
46391
46392 \family typewriter
46393 Adobe
46394 \family default
46395 社によってプリンタ言語として開発されました.したがって,
46396 このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,
46397 計算を行ったり図表や画像を描いたりすることもできるので,
46398 「プログラミング言語」と見なすことができます
46399 \begin_inset Foot
46400 status collapsed
46401
46402 \begin_layout Plain Layout
46403 これについてもう少し学ぶ気があれば,
46404 \SpecialChar LaTeX
46405 パッケージ
46406 \series bold
46407 PSTricks
46408 \series default
46409
46410 \begin_inset CommandInset citation
46411 LatexCommand cite
46412 key "pstricks"
46413 literal "true"
46414
46415 \end_inset
46416
46417 を見てみてください.
46418 \end_layout
46419
46420 \end_inset
46421
46422 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
46423 \end_layout
46424
46425 \begin_layout Standard
46426 PostScriptは,
46427 「Encapsulated PostScript(EPS:
46428 ファイル拡張子「
46429 \family typewriter
46430 .eps
46431 \family default
46432 」)」形式の画像のみを含めることができます.\SpecialChar LyX
46433 では,
46434 既知の画像形式であればどれでも文書中で使用することができるようになっているため,
46435 \SpecialChar LyX
46436 はバックグラウンドで画像をEPSに変換しなくてはなりません.文書中に,
46437 仮に50の画像があれば,
46438 文書を表示したり書き出ししたりするたびに,
46439 \SpecialChar LyX
46440 は50もの変換を行わなくてはなりません.すると,
46441 \SpecialChar LyX
46442 で行う作業手順が,
46443 著しく遅れてしまいます.したがって,
46444 もしPostScriptを使用することを考えているならば,
46445 この問題を回避するために,
46446 画像を直接EPSとして入れておく方がよいでしょう.
46447 \end_layout
46448
46449 \begin_layout Standard
46450 文書は,
46451
46452 \family sans
46453 \series bold
46454 ファイル
46455 \family default
46456 \SpecialChar menuseparator
46457
46458 \family sans
46459 書き出し
46460 \family default
46461 \SpecialChar menuseparator
46462
46463 \family sans
46464 \series default
46465 Postscript
46466 \family default
46467
46468 \begin_inset space \thinspace{}
46469 \end_inset
46470
46471 メニューを使用して,
46472 PostScriptに書き出すことができます.使用中の文書は,
46473
46474 \family sans
46475 表示
46476 \family default
46477 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
46478 \end_layout
46479
46480 \begin_layout Section
46481 PDF
46482 \begin_inset Index idx
46483 range none
46484 pageformat default
46485 status collapsed
46486
46487 \begin_layout Plain Layout
46488 \begin_inset IndexMacro sortkey
46489 status open
46490
46491 \begin_layout Plain Layout
46492 ふあいるしよしき
46493 \end_layout
46494
46495 \end_inset
46496
46497 ファイル書式
46498 \begin_inset IndexMacro subentry
46499 status open
46500
46501 \begin_layout Plain Layout
46502 PDF
46503 \end_layout
46504
46505 \end_inset
46506
46507
46508 \end_layout
46509
46510 \end_inset
46511
46512
46513 \begin_inset Index idx
46514 range none
46515 pageformat default
46516 status collapsed
46517
46518 \begin_layout Plain Layout
46519 PDF
46520 \end_layout
46521
46522 \end_inset
46523
46524
46525 \end_layout
46526
46527 \begin_layout Standard
46528 このファイル型の拡張子は「
46529 \family typewriter
46530 .pdf
46531 \family default
46532 」です.この「Portable Document Format (PDF)」は,
46533
46534 \family typewriter
46535 Adobe
46536 \family default
46537 社によってPostScriptの派生として開発されました.PDFは,
46538 PostScriptよりも圧縮されており,
46539 かなり少ないコマンドしか使いません.「portable(可搬的)」の名称が示すとおり,
46540 この形式は,
46541 どのコンピュータシステムでも処理することができ,
46542 印字出力は全く同じように出すことができます.
46543 \end_layout
46544
46545 \begin_layout Standard
46546 PDFは画像を,
46547 同じPDF形式か,
46548 「Joint Photographic Experts Group(JPG:
46549 ファイル拡張子「
46550 \family typewriter
46551 .jpg
46552 \family default
46553 」または「
46554 \family typewriter
46555 .jpeg
46556 \family default
46557 」)」形式か,
46558 「Portable Network Graphics(PNG:
46559 ファイル拡張子「
46560 \family typewriter
46561 .png
46562 \family default
46563 」)」として含めることができます.それにもかかわらず,
46564 \SpecialChar LyX
46565 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,
46566 他の画像形式も自由に使用することができます.しかし,
46567 PostScriptの節で説明したように,
46568 この画像変換は作業手順を遅らせます.したがって,
46569 上記で述べた3つの画像形式のうちいずれかを使用することをお勧めします.
46570 \end_layout
46571
46572 \begin_layout Standard
46573 使用中の文書は,
46574
46575 \family sans
46576 \series bold
46577 ファイル
46578 \family default
46579 \SpecialChar menuseparator
46580
46581 \family sans
46582 書き出し
46583 \family default
46584 \series default
46585
46586 \begin_inset space \thinspace{}
46587 \end_inset
46588
46589 メニューを使用して,
46590 以下の3つの方法のうちいずれかでPDFに書き出すことができます.
46591 \end_layout
46592
46593 \begin_layout Description
46594 PDF
46595 \begin_inset space ~
46596 \end_inset
46597
46598 (ps2pdf) これは
46599 \family typewriter
46600 ps2pdf
46601 \family default
46602 プログラムを使って,
46603 現在のファイルのPostScript版からPDFを生成します.このPostScript版は,
46604 中間段階にDVI版を使用する
46605 \family typewriter
46606 dvips
46607 \family default
46608 プログラムによって生成されます.つまり,
46609 この書き出し方法は,
46610 3段階の変換を伴います.
46611 \end_layout
46612
46613 \begin_layout Description
46614 PDF
46615 \begin_inset space ~
46616 \end_inset
46617
46618 (dvipdfm) これは
46619 \family typewriter
46620 dvipdfm
46621 \family default
46622 プログラムを使って,
46623 現在のファイルをバックグラウンドでDVIに変換し,
46624 2段階目でPDFに変換します.
46625 \end_layout
46626
46627 \begin_layout Description
46628 PDF
46629 \begin_inset space ~
46630 \end_inset
46631
46632 (pdflatex) これは
46633 \family typewriter
46634 pdftex
46635 \family default
46636 プログラムを使って,
46637 現在のファイルを直接PDFに変換します.
46638 \end_layout
46639
46640 \begin_layout Standard
46641
46642 \family typewriter
46643 pdftex
46644 \family default
46645 は現在のPDF版のすべての機能をサポートし,
46646 高速で問題なく安定して動作するので,
46647
46648 \family sans
46649 PDF
46650 \begin_inset space ~
46651 \end_inset
46652
46653 (pdflatex)
46654 \family default
46655 を使用することが推奨されます.
46656 \family typewriter
46657 dvipdfm
46658 \family default
46659 プログラムは開発が停止しており,
46660 若干時代遅れになっています.
46661 \end_layout
46662
46663 \begin_layout Standard
46664 使用中の文書をPDFとして表示するには,
46665
46666 \family sans
46667 \series bold
46668 表示
46669 \family default
46670 \series default
46671 メニューかツールバーボタン(これは
46672 \family sans
46673 PDF
46674 \begin_inset space ~
46675 \end_inset
46676
46677 (pdflatex)
46678 \family default
46679 を使用します)を用います.
46680 \end_layout
46681
46682 \begin_layout Chapter
46683 dvips色名一覧
46684 \begin_inset CommandInset label
46685 LatexCommand label
46686 name "chap:dvips色名一覧"
46687
46688 \end_inset
46689
46690
46691 \end_layout
46692
46693 \begin_layout Standard
46694 \begin_inset Tabular
46695 <lyxtabular version="3" rows="17" columns="4">
46696 <features tabularvalignment="middle">
46697 <column alignment="left" valignment="top" width="0pt">
46698 <column alignment="left" valignment="top" width="0pt">
46699 <column alignment="left" valignment="top" width="0pt">
46700 <column alignment="left" valignment="top" width="0pt">
46701 <row>
46702 <cell alignment="left" valignment="top" usebox="none">
46703 \begin_inset Text
46704
46705 \begin_layout Plain Layout
46706 \begin_inset ERT
46707 status collapsed
46708
46709 \begin_layout Plain Layout
46710
46711
46712 \backslash
46713 fcolorbox{black}{
46714 \end_layout
46715
46716 \end_inset
46717
46718 white
46719 \begin_inset ERT
46720 status collapsed
46721
46722 \begin_layout Plain Layout
46723
46724 }{
46725 \end_layout
46726
46727 \end_inset
46728
46729
46730 \begin_inset ERT
46731 status collapsed
46732
46733 \begin_layout Plain Layout
46734
46735 }
46736 \end_layout
46737
46738 \end_inset
46739
46740  色名
46741 \end_layout
46742
46743 \end_inset
46744 </cell>
46745 <cell alignment="left" valignment="top" usebox="none">
46746 \begin_inset Text
46747
46748 \begin_layout Plain Layout
46749 \begin_inset ERT
46750 status collapsed
46751
46752 \begin_layout Plain Layout
46753
46754
46755 \backslash
46756 fcolorbox{black}{
46757 \end_layout
46758
46759 \end_inset
46760
46761 white
46762 \begin_inset ERT
46763 status collapsed
46764
46765 \begin_layout Plain Layout
46766
46767 }{
46768 \end_layout
46769
46770 \end_inset
46771
46772
46773 \begin_inset ERT
46774 status collapsed
46775
46776 \begin_layout Plain Layout
46777
46778 }
46779 \end_layout
46780
46781 \end_inset
46782
46783  色名
46784 \end_layout
46785
46786 \end_inset
46787 </cell>
46788 <cell alignment="left" valignment="top" usebox="none">
46789 \begin_inset Text
46790
46791 \begin_layout Plain Layout
46792 \begin_inset ERT
46793 status collapsed
46794
46795 \begin_layout Plain Layout
46796
46797
46798 \backslash
46799 fcolorbox{black}{
46800 \end_layout
46801
46802 \end_inset
46803
46804 white
46805 \begin_inset ERT
46806 status collapsed
46807
46808 \begin_layout Plain Layout
46809
46810 }{
46811 \end_layout
46812
46813 \end_inset
46814
46815
46816 \begin_inset ERT
46817 status collapsed
46818
46819 \begin_layout Plain Layout
46820
46821 }
46822 \end_layout
46823
46824 \end_inset
46825
46826  色名
46827 \end_layout
46828
46829 \end_inset
46830 </cell>
46831 <cell alignment="left" valignment="top" usebox="none">
46832 \begin_inset Text
46833
46834 \begin_layout Plain Layout
46835 \begin_inset ERT
46836 status collapsed
46837
46838 \begin_layout Plain Layout
46839
46840
46841 \backslash
46842 fcolorbox{black}{
46843 \end_layout
46844
46845 \end_inset
46846
46847 white
46848 \begin_inset ERT
46849 status collapsed
46850
46851 \begin_layout Plain Layout
46852
46853 }{
46854 \end_layout
46855
46856 \end_inset
46857
46858
46859 \begin_inset ERT
46860 status collapsed
46861
46862 \begin_layout Plain Layout
46863
46864 }
46865 \end_layout
46866
46867 \end_inset
46868
46869  色名
46870 \end_layout
46871
46872 \end_inset
46873 </cell>
46874 </row>
46875 <row>
46876 <cell alignment="center" valignment="top" usebox="none">
46877 \begin_inset Text
46878
46879 \begin_layout Plain Layout
46880 \begin_inset ERT
46881 status collapsed
46882
46883 \begin_layout Plain Layout
46884
46885
46886 \backslash
46887 fcolorbox{black}{
46888 \end_layout
46889
46890 \end_inset
46891
46892 Apricot
46893 \begin_inset ERT
46894 status collapsed
46895
46896 \begin_layout Plain Layout
46897
46898 }{
46899 \end_layout
46900
46901 \end_inset
46902
46903
46904 \begin_inset Phantom Phantom
46905 status open
46906
46907 \begin_layout Plain Layout
46908 W
46909 \end_layout
46910
46911 \end_inset
46912
46913
46914 \begin_inset ERT
46915 status collapsed
46916
46917 \begin_layout Plain Layout
46918
46919 }
46920 \end_layout
46921
46922 \end_inset
46923
46924  Apricot
46925 \end_layout
46926
46927 \end_inset
46928 </cell>
46929 <cell alignment="center" valignment="top" usebox="none">
46930 \begin_inset Text
46931
46932 \begin_layout Plain Layout
46933 \begin_inset ERT
46934 status collapsed
46935
46936 \begin_layout Plain Layout
46937
46938
46939 \backslash
46940 fcolorbox{black}{
46941 \end_layout
46942
46943 \end_inset
46944
46945 Aquamarine
46946 \begin_inset ERT
46947 status collapsed
46948
46949 \begin_layout Plain Layout
46950
46951 }{
46952 \end_layout
46953
46954 \end_inset
46955
46956
46957 \begin_inset Phantom Phantom
46958 status open
46959
46960 \begin_layout Plain Layout
46961 W
46962 \end_layout
46963
46964 \end_inset
46965
46966
46967 \begin_inset ERT
46968 status collapsed
46969
46970 \begin_layout Plain Layout
46971
46972 }
46973 \end_layout
46974
46975 \end_inset
46976
46977  Aquamarine
46978 \end_layout
46979
46980 \end_inset
46981 </cell>
46982 <cell alignment="center" valignment="top" usebox="none">
46983 \begin_inset Text
46984
46985 \begin_layout Plain Layout
46986 \begin_inset ERT
46987 status collapsed
46988
46989 \begin_layout Plain Layout
46990
46991
46992 \backslash
46993 fcolorbox{black}{
46994 \end_layout
46995
46996 \end_inset
46997
46998 Bittersweet
46999 \begin_inset ERT
47000 status collapsed
47001
47002 \begin_layout Plain Layout
47003
47004 }{
47005 \end_layout
47006
47007 \end_inset
47008
47009
47010 \begin_inset Phantom Phantom
47011 status open
47012
47013 \begin_layout Plain Layout
47014 W
47015 \end_layout
47016
47017 \end_inset
47018
47019
47020 \begin_inset ERT
47021 status collapsed
47022
47023 \begin_layout Plain Layout
47024
47025 }
47026 \end_layout
47027
47028 \end_inset
47029
47030  Bittersweet
47031 \end_layout
47032
47033 \end_inset
47034 </cell>
47035 <cell alignment="center" valignment="top" usebox="none">
47036 \begin_inset Text
47037
47038 \begin_layout Plain Layout
47039 \begin_inset ERT
47040 status collapsed
47041
47042 \begin_layout Plain Layout
47043
47044
47045 \backslash
47046 fcolorbox{black}{
47047 \end_layout
47048
47049 \end_inset
47050
47051 BlueGreen
47052 \begin_inset ERT
47053 status collapsed
47054
47055 \begin_layout Plain Layout
47056
47057 }{
47058 \end_layout
47059
47060 \end_inset
47061
47062
47063 \begin_inset Phantom Phantom
47064 status open
47065
47066 \begin_layout Plain Layout
47067 W
47068 \end_layout
47069
47070 \end_inset
47071
47072
47073 \begin_inset ERT
47074 status collapsed
47075
47076 \begin_layout Plain Layout
47077
47078 }
47079 \end_layout
47080
47081 \end_inset
47082
47083  BlueGreen
47084 \end_layout
47085
47086 \end_inset
47087 </cell>
47088 </row>
47089 <row>
47090 <cell alignment="left" valignment="top" usebox="none">
47091 \begin_inset Text
47092
47093 \begin_layout Plain Layout
47094 \begin_inset ERT
47095 status collapsed
47096
47097 \begin_layout Plain Layout
47098
47099
47100 \backslash
47101 fcolorbox{black}{
47102 \end_layout
47103
47104 \end_inset
47105
47106 BlueViolet
47107 \begin_inset ERT
47108 status collapsed
47109
47110 \begin_layout Plain Layout
47111
47112 }{
47113 \end_layout
47114
47115 \end_inset
47116
47117
47118 \begin_inset Phantom Phantom
47119 status open
47120
47121 \begin_layout Plain Layout
47122 W
47123 \end_layout
47124
47125 \end_inset
47126
47127
47128 \begin_inset ERT
47129 status collapsed
47130
47131 \begin_layout Plain Layout
47132
47133 }
47134 \end_layout
47135
47136 \end_inset
47137
47138  BlueViolet
47139 \end_layout
47140
47141 \end_inset
47142 </cell>
47143 <cell alignment="left" valignment="top" usebox="none">
47144 \begin_inset Text
47145
47146 \begin_layout Plain Layout
47147 \begin_inset ERT
47148 status collapsed
47149
47150 \begin_layout Plain Layout
47151
47152
47153 \backslash
47154 fcolorbox{black}{
47155 \end_layout
47156
47157 \end_inset
47158
47159 BrickRed
47160 \begin_inset ERT
47161 status collapsed
47162
47163 \begin_layout Plain Layout
47164
47165 }{
47166 \end_layout
47167
47168 \end_inset
47169
47170
47171 \begin_inset Phantom Phantom
47172 status open
47173
47174 \begin_layout Plain Layout
47175 W
47176 \end_layout
47177
47178 \end_inset
47179
47180
47181 \begin_inset ERT
47182 status collapsed
47183
47184 \begin_layout Plain Layout
47185
47186 }
47187 \end_layout
47188
47189 \end_inset
47190
47191  BrickRed
47192 \end_layout
47193
47194 \end_inset
47195 </cell>
47196 <cell alignment="left" valignment="top" usebox="none">
47197 \begin_inset Text
47198
47199 \begin_layout Plain Layout
47200 \begin_inset ERT
47201 status collapsed
47202
47203 \begin_layout Plain Layout
47204
47205
47206 \backslash
47207 fcolorbox{black}{
47208 \end_layout
47209
47210 \end_inset
47211
47212 Brown
47213 \begin_inset ERT
47214 status collapsed
47215
47216 \begin_layout Plain Layout
47217
47218 }{
47219 \end_layout
47220
47221 \end_inset
47222
47223
47224 \begin_inset Phantom Phantom
47225 status open
47226
47227 \begin_layout Plain Layout
47228 W
47229 \end_layout
47230
47231 \end_inset
47232
47233
47234 \begin_inset ERT
47235 status collapsed
47236
47237 \begin_layout Plain Layout
47238
47239 }
47240 \end_layout
47241
47242 \end_inset
47243
47244  Brown
47245 \end_layout
47246
47247 \end_inset
47248 </cell>
47249 <cell alignment="left" valignment="top" usebox="none">
47250 \begin_inset Text
47251
47252 \begin_layout Plain Layout
47253 \begin_inset ERT
47254 status collapsed
47255
47256 \begin_layout Plain Layout
47257
47258
47259 \backslash
47260 fcolorbox{black}{
47261 \end_layout
47262
47263 \end_inset
47264
47265 BurntOrange
47266 \begin_inset ERT
47267 status collapsed
47268
47269 \begin_layout Plain Layout
47270
47271 }{
47272 \end_layout
47273
47274 \end_inset
47275
47276
47277 \begin_inset Phantom Phantom
47278 status open
47279
47280 \begin_layout Plain Layout
47281 W
47282 \end_layout
47283
47284 \end_inset
47285
47286
47287 \begin_inset ERT
47288 status collapsed
47289
47290 \begin_layout Plain Layout
47291
47292 }
47293 \end_layout
47294
47295 \end_inset
47296
47297  BurntOrange
47298 \end_layout
47299
47300 \end_inset
47301 </cell>
47302 </row>
47303 <row>
47304 <cell alignment="left" valignment="top" usebox="none">
47305 \begin_inset Text
47306
47307 \begin_layout Plain Layout
47308 \begin_inset ERT
47309 status collapsed
47310
47311 \begin_layout Plain Layout
47312
47313
47314 \backslash
47315 fcolorbox{black}{
47316 \end_layout
47317
47318 \end_inset
47319
47320 CadetBlue
47321 \begin_inset ERT
47322 status collapsed
47323
47324 \begin_layout Plain Layout
47325
47326 }{
47327 \end_layout
47328
47329 \end_inset
47330
47331
47332 \begin_inset Phantom Phantom
47333 status open
47334
47335 \begin_layout Plain Layout
47336 W
47337 \end_layout
47338
47339 \end_inset
47340
47341
47342 \begin_inset ERT
47343 status collapsed
47344
47345 \begin_layout Plain Layout
47346
47347 }
47348 \end_layout
47349
47350 \end_inset
47351
47352  CadetBlue
47353 \end_layout
47354
47355 \end_inset
47356 </cell>
47357 <cell alignment="left" valignment="top" usebox="none">
47358 \begin_inset Text
47359
47360 \begin_layout Plain Layout
47361 \begin_inset ERT
47362 status collapsed
47363
47364 \begin_layout Plain Layout
47365
47366
47367 \backslash
47368 fcolorbox{black}{
47369 \end_layout
47370
47371 \end_inset
47372
47373 CarnationPink
47374 \begin_inset ERT
47375 status collapsed
47376
47377 \begin_layout Plain Layout
47378
47379 }{
47380 \end_layout
47381
47382 \end_inset
47383
47384
47385 \begin_inset Phantom Phantom
47386 status open
47387
47388 \begin_layout Plain Layout
47389 W
47390 \end_layout
47391
47392 \end_inset
47393
47394
47395 \begin_inset ERT
47396 status collapsed
47397
47398 \begin_layout Plain Layout
47399
47400 }
47401 \end_layout
47402
47403 \end_inset
47404
47405  CarnationPink
47406 \end_layout
47407
47408 \end_inset
47409 </cell>
47410 <cell alignment="left" valignment="top" usebox="none">
47411 \begin_inset Text
47412
47413 \begin_layout Plain Layout
47414 \begin_inset ERT
47415 status collapsed
47416
47417 \begin_layout Plain Layout
47418
47419
47420 \backslash
47421 fcolorbox{black}{
47422 \end_layout
47423
47424 \end_inset
47425
47426 Cerulean
47427 \begin_inset ERT
47428 status collapsed
47429
47430 \begin_layout Plain Layout
47431
47432 }{
47433 \end_layout
47434
47435 \end_inset
47436
47437
47438 \begin_inset Phantom Phantom
47439 status open
47440
47441 \begin_layout Plain Layout
47442 W
47443 \end_layout
47444
47445 \end_inset
47446
47447
47448 \begin_inset ERT
47449 status collapsed
47450
47451 \begin_layout Plain Layout
47452
47453 }
47454 \end_layout
47455
47456 \end_inset
47457
47458  Cerulean
47459 \end_layout
47460
47461 \end_inset
47462 </cell>
47463 <cell alignment="left" valignment="top" usebox="none">
47464 \begin_inset Text
47465
47466 \begin_layout Plain Layout
47467 \begin_inset ERT
47468 status collapsed
47469
47470 \begin_layout Plain Layout
47471
47472
47473 \backslash
47474 fcolorbox{black}{
47475 \end_layout
47476
47477 \end_inset
47478
47479 CornflowerBlue
47480 \begin_inset ERT
47481 status collapsed
47482
47483 \begin_layout Plain Layout
47484
47485 }{
47486 \end_layout
47487
47488 \end_inset
47489
47490
47491 \begin_inset Phantom Phantom
47492 status open
47493
47494 \begin_layout Plain Layout
47495 W
47496 \end_layout
47497
47498 \end_inset
47499
47500
47501 \begin_inset ERT
47502 status collapsed
47503
47504 \begin_layout Plain Layout
47505
47506 }
47507 \end_layout
47508
47509 \end_inset
47510
47511  CornflowerBlue
47512 \end_layout
47513
47514 \end_inset
47515 </cell>
47516 </row>
47517 <row>
47518 <cell alignment="left" valignment="top" usebox="none">
47519 \begin_inset Text
47520
47521 \begin_layout Plain Layout
47522 \begin_inset ERT
47523 status collapsed
47524
47525 \begin_layout Plain Layout
47526
47527
47528 \backslash
47529 fcolorbox{black}{
47530 \end_layout
47531
47532 \end_inset
47533
47534 Dandelion
47535 \begin_inset ERT
47536 status collapsed
47537
47538 \begin_layout Plain Layout
47539
47540 }{
47541 \end_layout
47542
47543 \end_inset
47544
47545
47546 \begin_inset Phantom Phantom
47547 status open
47548
47549 \begin_layout Plain Layout
47550 W
47551 \end_layout
47552
47553 \end_inset
47554
47555
47556 \begin_inset ERT
47557 status collapsed
47558
47559 \begin_layout Plain Layout
47560
47561 }
47562 \end_layout
47563
47564 \end_inset
47565
47566  Dandelion
47567 \end_layout
47568
47569 \end_inset
47570 </cell>
47571 <cell alignment="left" valignment="top" usebox="none">
47572 \begin_inset Text
47573
47574 \begin_layout Plain Layout
47575 \begin_inset ERT
47576 status collapsed
47577
47578 \begin_layout Plain Layout
47579
47580
47581 \backslash
47582 fcolorbox{black}{
47583 \end_layout
47584
47585 \end_inset
47586
47587 DarkOrchid
47588 \begin_inset ERT
47589 status collapsed
47590
47591 \begin_layout Plain Layout
47592
47593 }{
47594 \end_layout
47595
47596 \end_inset
47597
47598
47599 \begin_inset Phantom Phantom
47600 status open
47601
47602 \begin_layout Plain Layout
47603 W
47604 \end_layout
47605
47606 \end_inset
47607
47608
47609 \begin_inset ERT
47610 status collapsed
47611
47612 \begin_layout Plain Layout
47613
47614 }
47615 \end_layout
47616
47617 \end_inset
47618
47619  DarkOrchid
47620 \end_layout
47621
47622 \end_inset
47623 </cell>
47624 <cell alignment="left" valignment="top" usebox="none">
47625 \begin_inset Text
47626
47627 \begin_layout Plain Layout
47628 \begin_inset ERT
47629 status collapsed
47630
47631 \begin_layout Plain Layout
47632
47633
47634 \backslash
47635 fcolorbox{black}{
47636 \end_layout
47637
47638 \end_inset
47639
47640 Emerald
47641 \begin_inset ERT
47642 status collapsed
47643
47644 \begin_layout Plain Layout
47645
47646 }{
47647 \end_layout
47648
47649 \end_inset
47650
47651
47652 \begin_inset Phantom Phantom
47653 status open
47654
47655 \begin_layout Plain Layout
47656 W
47657 \end_layout
47658
47659 \end_inset
47660
47661
47662 \begin_inset ERT
47663 status collapsed
47664
47665 \begin_layout Plain Layout
47666
47667 }
47668 \end_layout
47669
47670 \end_inset
47671
47672  Emerald
47673 \end_layout
47674
47675 \end_inset
47676 </cell>
47677 <cell alignment="left" valignment="top" usebox="none">
47678 \begin_inset Text
47679
47680 \begin_layout Plain Layout
47681 \begin_inset ERT
47682 status collapsed
47683
47684 \begin_layout Plain Layout
47685
47686
47687 \backslash
47688 fcolorbox{black}{
47689 \end_layout
47690
47691 \end_inset
47692
47693 ForestGreen
47694 \begin_inset ERT
47695 status collapsed
47696
47697 \begin_layout Plain Layout
47698
47699 }{
47700 \end_layout
47701
47702 \end_inset
47703
47704
47705 \begin_inset Phantom Phantom
47706 status open
47707
47708 \begin_layout Plain Layout
47709 W
47710 \end_layout
47711
47712 \end_inset
47713
47714
47715 \begin_inset ERT
47716 status collapsed
47717
47718 \begin_layout Plain Layout
47719
47720 }
47721 \end_layout
47722
47723 \end_inset
47724
47725  ForestGreen
47726 \end_layout
47727
47728 \end_inset
47729 </cell>
47730 </row>
47731 <row>
47732 <cell alignment="left" valignment="top" usebox="none">
47733 \begin_inset Text
47734
47735 \begin_layout Plain Layout
47736 \begin_inset ERT
47737 status collapsed
47738
47739 \begin_layout Plain Layout
47740
47741
47742 \backslash
47743 fcolorbox{black}{
47744 \end_layout
47745
47746 \end_inset
47747
47748 Fuchsia
47749 \begin_inset ERT
47750 status collapsed
47751
47752 \begin_layout Plain Layout
47753
47754 }{
47755 \end_layout
47756
47757 \end_inset
47758
47759
47760 \begin_inset Phantom Phantom
47761 status open
47762
47763 \begin_layout Plain Layout
47764 W
47765 \end_layout
47766
47767 \end_inset
47768
47769
47770 \begin_inset ERT
47771 status collapsed
47772
47773 \begin_layout Plain Layout
47774
47775 }
47776 \end_layout
47777
47778 \end_inset
47779
47780  Fuchsia
47781 \end_layout
47782
47783 \end_inset
47784 </cell>
47785 <cell alignment="left" valignment="top" usebox="none">
47786 \begin_inset Text
47787
47788 \begin_layout Plain Layout
47789 \begin_inset ERT
47790 status collapsed
47791
47792 \begin_layout Plain Layout
47793
47794
47795 \backslash
47796 fcolorbox{black}{
47797 \end_layout
47798
47799 \end_inset
47800
47801 Goldenrod
47802 \begin_inset ERT
47803 status collapsed
47804
47805 \begin_layout Plain Layout
47806
47807 }{
47808 \end_layout
47809
47810 \end_inset
47811
47812
47813 \begin_inset Phantom Phantom
47814 status open
47815
47816 \begin_layout Plain Layout
47817 W
47818 \end_layout
47819
47820 \end_inset
47821
47822
47823 \begin_inset ERT
47824 status collapsed
47825
47826 \begin_layout Plain Layout
47827
47828 }
47829 \end_layout
47830
47831 \end_inset
47832
47833  Goldenrod
47834 \end_layout
47835
47836 \end_inset
47837 </cell>
47838 <cell alignment="left" valignment="top" usebox="none">
47839 \begin_inset Text
47840
47841 \begin_layout Plain Layout
47842 \begin_inset ERT
47843 status collapsed
47844
47845 \begin_layout Plain Layout
47846
47847
47848 \backslash
47849 fcolorbox{black}{
47850 \end_layout
47851
47852 \end_inset
47853
47854 Gray
47855 \begin_inset ERT
47856 status collapsed
47857
47858 \begin_layout Plain Layout
47859
47860 }{
47861 \end_layout
47862
47863 \end_inset
47864
47865
47866 \begin_inset Phantom Phantom
47867 status open
47868
47869 \begin_layout Plain Layout
47870 W
47871 \end_layout
47872
47873 \end_inset
47874
47875
47876 \begin_inset ERT
47877 status collapsed
47878
47879 \begin_layout Plain Layout
47880
47881 }
47882 \end_layout
47883
47884 \end_inset
47885
47886  Gray
47887 \end_layout
47888
47889 \end_inset
47890 </cell>
47891 <cell alignment="left" valignment="top" usebox="none">
47892 \begin_inset Text
47893
47894 \begin_layout Plain Layout
47895 \begin_inset ERT
47896 status collapsed
47897
47898 \begin_layout Plain Layout
47899
47900
47901 \backslash
47902 fcolorbox{black}{
47903 \end_layout
47904
47905 \end_inset
47906
47907 GreenYellow
47908 \begin_inset ERT
47909 status collapsed
47910
47911 \begin_layout Plain Layout
47912
47913 }{
47914 \end_layout
47915
47916 \end_inset
47917
47918
47919 \begin_inset Phantom Phantom
47920 status open
47921
47922 \begin_layout Plain Layout
47923 W
47924 \end_layout
47925
47926 \end_inset
47927
47928
47929 \begin_inset ERT
47930 status collapsed
47931
47932 \begin_layout Plain Layout
47933
47934 }
47935 \end_layout
47936
47937 \end_inset
47938
47939  GreenYellow
47940 \end_layout
47941
47942 \end_inset
47943 </cell>
47944 </row>
47945 <row>
47946 <cell alignment="center" valignment="top" usebox="none">
47947 \begin_inset Text
47948
47949 \begin_layout Plain Layout
47950 \begin_inset ERT
47951 status collapsed
47952
47953 \begin_layout Plain Layout
47954
47955
47956 \backslash
47957 fcolorbox{black}{
47958 \end_layout
47959
47960 \end_inset
47961
47962 JungleGreen
47963 \begin_inset ERT
47964 status collapsed
47965
47966 \begin_layout Plain Layout
47967
47968 }{
47969 \end_layout
47970
47971 \end_inset
47972
47973
47974 \begin_inset Phantom Phantom
47975 status open
47976
47977 \begin_layout Plain Layout
47978 W
47979 \end_layout
47980
47981 \end_inset
47982
47983
47984 \begin_inset ERT
47985 status collapsed
47986
47987 \begin_layout Plain Layout
47988
47989 }
47990 \end_layout
47991
47992 \end_inset
47993
47994  JungleGreen
47995 \end_layout
47996
47997 \end_inset
47998 </cell>
47999 <cell alignment="center" valignment="top" usebox="none">
48000 \begin_inset Text
48001
48002 \begin_layout Plain Layout
48003 \begin_inset ERT
48004 status collapsed
48005
48006 \begin_layout Plain Layout
48007
48008
48009 \backslash
48010 fcolorbox{black}{
48011 \end_layout
48012
48013 \end_inset
48014
48015 Lavender
48016 \begin_inset ERT
48017 status collapsed
48018
48019 \begin_layout Plain Layout
48020
48021 }{
48022 \end_layout
48023
48024 \end_inset
48025
48026
48027 \begin_inset Phantom Phantom
48028 status open
48029
48030 \begin_layout Plain Layout
48031 W
48032 \end_layout
48033
48034 \end_inset
48035
48036
48037 \begin_inset ERT
48038 status collapsed
48039
48040 \begin_layout Plain Layout
48041
48042 }
48043 \end_layout
48044
48045 \end_inset
48046
48047  Lavender
48048 \end_layout
48049
48050 \end_inset
48051 </cell>
48052 <cell alignment="center" valignment="top" usebox="none">
48053 \begin_inset Text
48054
48055 \begin_layout Plain Layout
48056 \begin_inset ERT
48057 status collapsed
48058
48059 \begin_layout Plain Layout
48060
48061
48062 \backslash
48063 fcolorbox{black}{
48064 \end_layout
48065
48066 \end_inset
48067
48068 LimeGreen
48069 \begin_inset ERT
48070 status collapsed
48071
48072 \begin_layout Plain Layout
48073
48074 }{
48075 \end_layout
48076
48077 \end_inset
48078
48079
48080 \begin_inset Phantom Phantom
48081 status open
48082
48083 \begin_layout Plain Layout
48084 W
48085 \end_layout
48086
48087 \end_inset
48088
48089
48090 \begin_inset ERT
48091 status collapsed
48092
48093 \begin_layout Plain Layout
48094
48095 }
48096 \end_layout
48097
48098 \end_inset
48099
48100  LimeGreen
48101 \end_layout
48102
48103 \end_inset
48104 </cell>
48105 <cell alignment="center" valignment="top" usebox="none">
48106 \begin_inset Text
48107
48108 \begin_layout Plain Layout
48109 \begin_inset ERT
48110 status collapsed
48111
48112 \begin_layout Plain Layout
48113
48114
48115 \backslash
48116 fcolorbox{black}{
48117 \end_layout
48118
48119 \end_inset
48120
48121 Mahogany
48122 \begin_inset ERT
48123 status collapsed
48124
48125 \begin_layout Plain Layout
48126
48127 }{
48128 \end_layout
48129
48130 \end_inset
48131
48132
48133 \begin_inset Phantom Phantom
48134 status open
48135
48136 \begin_layout Plain Layout
48137 W
48138 \end_layout
48139
48140 \end_inset
48141
48142
48143 \begin_inset ERT
48144 status collapsed
48145
48146 \begin_layout Plain Layout
48147
48148 }
48149 \end_layout
48150
48151 \end_inset
48152
48153  Mahogany
48154 \end_layout
48155
48156 \end_inset
48157 </cell>
48158 </row>
48159 <row>
48160 <cell alignment="left" valignment="top" usebox="none">
48161 \begin_inset Text
48162
48163 \begin_layout Plain Layout
48164 \begin_inset ERT
48165 status collapsed
48166
48167 \begin_layout Plain Layout
48168
48169
48170 \backslash
48171 fcolorbox{black}{
48172 \end_layout
48173
48174 \end_inset
48175
48176 Mahogany
48177 \begin_inset ERT
48178 status collapsed
48179
48180 \begin_layout Plain Layout
48181
48182 }{
48183 \end_layout
48184
48185 \end_inset
48186
48187
48188 \begin_inset Phantom Phantom
48189 status open
48190
48191 \begin_layout Plain Layout
48192 W
48193 \end_layout
48194
48195 \end_inset
48196
48197
48198 \begin_inset ERT
48199 status collapsed
48200
48201 \begin_layout Plain Layout
48202
48203 }
48204 \end_layout
48205
48206 \end_inset
48207
48208  Mahogany
48209 \end_layout
48210
48211 \end_inset
48212 </cell>
48213 <cell alignment="left" valignment="top" usebox="none">
48214 \begin_inset Text
48215
48216 \begin_layout Plain Layout
48217 \begin_inset ERT
48218 status collapsed
48219
48220 \begin_layout Plain Layout
48221
48222
48223 \backslash
48224 fcolorbox{black}{
48225 \end_layout
48226
48227 \end_inset
48228
48229 Maroon
48230 \begin_inset ERT
48231 status collapsed
48232
48233 \begin_layout Plain Layout
48234
48235 }{
48236 \end_layout
48237
48238 \end_inset
48239
48240
48241 \begin_inset Phantom Phantom
48242 status open
48243
48244 \begin_layout Plain Layout
48245 W
48246 \end_layout
48247
48248 \end_inset
48249
48250
48251 \begin_inset ERT
48252 status collapsed
48253
48254 \begin_layout Plain Layout
48255
48256 }
48257 \end_layout
48258
48259 \end_inset
48260
48261  Maroon
48262 \end_layout
48263
48264 \end_inset
48265 </cell>
48266 <cell alignment="left" valignment="top" usebox="none">
48267 \begin_inset Text
48268
48269 \begin_layout Plain Layout
48270 \begin_inset ERT
48271 status collapsed
48272
48273 \begin_layout Plain Layout
48274
48275
48276 \backslash
48277 fcolorbox{black}{
48278 \end_layout
48279
48280 \end_inset
48281
48282 Melon
48283 \begin_inset ERT
48284 status collapsed
48285
48286 \begin_layout Plain Layout
48287
48288 }{
48289 \end_layout
48290
48291 \end_inset
48292
48293
48294 \begin_inset Phantom Phantom
48295 status open
48296
48297 \begin_layout Plain Layout
48298 W
48299 \end_layout
48300
48301 \end_inset
48302
48303
48304 \begin_inset ERT
48305 status collapsed
48306
48307 \begin_layout Plain Layout
48308
48309 }
48310 \end_layout
48311
48312 \end_inset
48313
48314  Melon
48315 \end_layout
48316
48317 \end_inset
48318 </cell>
48319 <cell alignment="left" valignment="top" usebox="none">
48320 \begin_inset Text
48321
48322 \begin_layout Plain Layout
48323 \begin_inset ERT
48324 status collapsed
48325
48326 \begin_layout Plain Layout
48327
48328
48329 \backslash
48330 fcolorbox{black}{
48331 \end_layout
48332
48333 \end_inset
48334
48335 MidnightBlue
48336 \begin_inset ERT
48337 status collapsed
48338
48339 \begin_layout Plain Layout
48340
48341 }{
48342 \end_layout
48343
48344 \end_inset
48345
48346
48347 \begin_inset Phantom Phantom
48348 status open
48349
48350 \begin_layout Plain Layout
48351 W
48352 \end_layout
48353
48354 \end_inset
48355
48356
48357 \begin_inset ERT
48358 status collapsed
48359
48360 \begin_layout Plain Layout
48361
48362 }
48363 \end_layout
48364
48365 \end_inset
48366
48367  MidnightBlue
48368 \end_layout
48369
48370 \end_inset
48371 </cell>
48372 </row>
48373 <row>
48374 <cell alignment="left" valignment="top" usebox="none">
48375 \begin_inset Text
48376
48377 \begin_layout Plain Layout
48378 \begin_inset ERT
48379 status collapsed
48380
48381 \begin_layout Plain Layout
48382
48383
48384 \backslash
48385 fcolorbox{black}{
48386 \end_layout
48387
48388 \end_inset
48389
48390 Mulberry
48391 \begin_inset ERT
48392 status collapsed
48393
48394 \begin_layout Plain Layout
48395
48396 }{
48397 \end_layout
48398
48399 \end_inset
48400
48401
48402 \begin_inset Phantom Phantom
48403 status open
48404
48405 \begin_layout Plain Layout
48406 W
48407 \end_layout
48408
48409 \end_inset
48410
48411
48412 \begin_inset ERT
48413 status collapsed
48414
48415 \begin_layout Plain Layout
48416
48417 }
48418 \end_layout
48419
48420 \end_inset
48421
48422  Mulberry
48423 \end_layout
48424
48425 \end_inset
48426 </cell>
48427 <cell alignment="left" valignment="top" usebox="none">
48428 \begin_inset Text
48429
48430 \begin_layout Plain Layout
48431 \begin_inset ERT
48432 status collapsed
48433
48434 \begin_layout Plain Layout
48435
48436
48437 \backslash
48438 fcolorbox{black}{
48439 \end_layout
48440
48441 \end_inset
48442
48443 NavyBlue
48444 \begin_inset ERT
48445 status collapsed
48446
48447 \begin_layout Plain Layout
48448
48449 }{
48450 \end_layout
48451
48452 \end_inset
48453
48454
48455 \begin_inset Phantom Phantom
48456 status open
48457
48458 \begin_layout Plain Layout
48459 W
48460 \end_layout
48461
48462 \end_inset
48463
48464
48465 \begin_inset ERT
48466 status collapsed
48467
48468 \begin_layout Plain Layout
48469
48470 }
48471 \end_layout
48472
48473 \end_inset
48474
48475  NavyBlue
48476 \end_layout
48477
48478 \end_inset
48479 </cell>
48480 <cell alignment="left" valignment="top" usebox="none">
48481 \begin_inset Text
48482
48483 \begin_layout Plain Layout
48484 \begin_inset ERT
48485 status collapsed
48486
48487 \begin_layout Plain Layout
48488
48489
48490 \backslash
48491 fcolorbox{black}{
48492 \end_layout
48493
48494 \end_inset
48495
48496 OliveGreen
48497 \begin_inset ERT
48498 status collapsed
48499
48500 \begin_layout Plain Layout
48501
48502 }{
48503 \end_layout
48504
48505 \end_inset
48506
48507
48508 \begin_inset Phantom Phantom
48509 status open
48510
48511 \begin_layout Plain Layout
48512 W
48513 \end_layout
48514
48515 \end_inset
48516
48517
48518 \begin_inset ERT
48519 status collapsed
48520
48521 \begin_layout Plain Layout
48522
48523 }
48524 \end_layout
48525
48526 \end_inset
48527
48528  OliveGreen
48529 \end_layout
48530
48531 \end_inset
48532 </cell>
48533 <cell alignment="left" valignment="top" usebox="none">
48534 \begin_inset Text
48535
48536 \begin_layout Plain Layout
48537 \begin_inset ERT
48538 status collapsed
48539
48540 \begin_layout Plain Layout
48541
48542
48543 \backslash
48544 fcolorbox{black}{
48545 \end_layout
48546
48547 \end_inset
48548
48549 Orange
48550 \begin_inset ERT
48551 status collapsed
48552
48553 \begin_layout Plain Layout
48554
48555 }{
48556 \end_layout
48557
48558 \end_inset
48559
48560
48561 \begin_inset Phantom Phantom
48562 status open
48563
48564 \begin_layout Plain Layout
48565 W
48566 \end_layout
48567
48568 \end_inset
48569
48570
48571 \begin_inset ERT
48572 status collapsed
48573
48574 \begin_layout Plain Layout
48575
48576 }
48577 \end_layout
48578
48579 \end_inset
48580
48581  Orange
48582 \end_layout
48583
48584 \end_inset
48585 </cell>
48586 </row>
48587 <row>
48588 <cell alignment="left" valignment="top" usebox="none">
48589 \begin_inset Text
48590
48591 \begin_layout Plain Layout
48592 \begin_inset ERT
48593 status collapsed
48594
48595 \begin_layout Plain Layout
48596
48597
48598 \backslash
48599 fcolorbox{black}{
48600 \end_layout
48601
48602 \end_inset
48603
48604 OrangeRed
48605 \begin_inset ERT
48606 status collapsed
48607
48608 \begin_layout Plain Layout
48609
48610 }{
48611 \end_layout
48612
48613 \end_inset
48614
48615
48616 \begin_inset Phantom Phantom
48617 status open
48618
48619 \begin_layout Plain Layout
48620 W
48621 \end_layout
48622
48623 \end_inset
48624
48625
48626 \begin_inset ERT
48627 status collapsed
48628
48629 \begin_layout Plain Layout
48630
48631 }
48632 \end_layout
48633
48634 \end_inset
48635
48636  OrangeRed
48637 \end_layout
48638
48639 \end_inset
48640 </cell>
48641 <cell alignment="left" valignment="top" usebox="none">
48642 \begin_inset Text
48643
48644 \begin_layout Plain Layout
48645 \begin_inset ERT
48646 status collapsed
48647
48648 \begin_layout Plain Layout
48649
48650
48651 \backslash
48652 fcolorbox{black}{
48653 \end_layout
48654
48655 \end_inset
48656
48657 Orchid
48658 \begin_inset ERT
48659 status collapsed
48660
48661 \begin_layout Plain Layout
48662
48663 }{
48664 \end_layout
48665
48666 \end_inset
48667
48668
48669 \begin_inset Phantom Phantom
48670 status open
48671
48672 \begin_layout Plain Layout
48673 W
48674 \end_layout
48675
48676 \end_inset
48677
48678
48679 \begin_inset ERT
48680 status collapsed
48681
48682 \begin_layout Plain Layout
48683
48684 }
48685 \end_layout
48686
48687 \end_inset
48688
48689  Orchid
48690 \end_layout
48691
48692 \end_inset
48693 </cell>
48694 <cell alignment="left" valignment="top" usebox="none">
48695 \begin_inset Text
48696
48697 \begin_layout Plain Layout
48698 \begin_inset ERT
48699 status collapsed
48700
48701 \begin_layout Plain Layout
48702
48703
48704 \backslash
48705 fcolorbox{black}{
48706 \end_layout
48707
48708 \end_inset
48709
48710 Peach
48711 \begin_inset ERT
48712 status collapsed
48713
48714 \begin_layout Plain Layout
48715
48716 }{
48717 \end_layout
48718
48719 \end_inset
48720
48721
48722 \begin_inset Phantom Phantom
48723 status open
48724
48725 \begin_layout Plain Layout
48726 W
48727 \end_layout
48728
48729 \end_inset
48730
48731
48732 \begin_inset ERT
48733 status collapsed
48734
48735 \begin_layout Plain Layout
48736
48737 }
48738 \end_layout
48739
48740 \end_inset
48741
48742  Peach
48743 \end_layout
48744
48745 \end_inset
48746 </cell>
48747 <cell alignment="left" valignment="top" usebox="none">
48748 \begin_inset Text
48749
48750 \begin_layout Plain Layout
48751 \begin_inset ERT
48752 status collapsed
48753
48754 \begin_layout Plain Layout
48755
48756
48757 \backslash
48758 fcolorbox{black}{
48759 \end_layout
48760
48761 \end_inset
48762
48763 Periwinkle
48764 \begin_inset ERT
48765 status collapsed
48766
48767 \begin_layout Plain Layout
48768
48769 }{
48770 \end_layout
48771
48772 \end_inset
48773
48774
48775 \begin_inset Phantom Phantom
48776 status open
48777
48778 \begin_layout Plain Layout
48779 W
48780 \end_layout
48781
48782 \end_inset
48783
48784
48785 \begin_inset ERT
48786 status collapsed
48787
48788 \begin_layout Plain Layout
48789
48790 }
48791 \end_layout
48792
48793 \end_inset
48794
48795  Periwinkle
48796 \end_layout
48797
48798 \end_inset
48799 </cell>
48800 </row>
48801 <row>
48802 <cell alignment="left" valignment="top" usebox="none">
48803 \begin_inset Text
48804
48805 \begin_layout Plain Layout
48806 \begin_inset ERT
48807 status collapsed
48808
48809 \begin_layout Plain Layout
48810
48811
48812 \backslash
48813 fcolorbox{black}{
48814 \end_layout
48815
48816 \end_inset
48817
48818 PineGreen
48819 \begin_inset ERT
48820 status collapsed
48821
48822 \begin_layout Plain Layout
48823
48824 }{
48825 \end_layout
48826
48827 \end_inset
48828
48829
48830 \begin_inset Phantom Phantom
48831 status open
48832
48833 \begin_layout Plain Layout
48834 W
48835 \end_layout
48836
48837 \end_inset
48838
48839
48840 \begin_inset ERT
48841 status collapsed
48842
48843 \begin_layout Plain Layout
48844
48845 }
48846 \end_layout
48847
48848 \end_inset
48849
48850  PineGreen
48851 \end_layout
48852
48853 \end_inset
48854 </cell>
48855 <cell alignment="left" valignment="top" usebox="none">
48856 \begin_inset Text
48857
48858 \begin_layout Plain Layout
48859 \begin_inset ERT
48860 status collapsed
48861
48862 \begin_layout Plain Layout
48863
48864
48865 \backslash
48866 fcolorbox{black}{
48867 \end_layout
48868
48869 \end_inset
48870
48871 Plum
48872 \begin_inset ERT
48873 status collapsed
48874
48875 \begin_layout Plain Layout
48876
48877 }{
48878 \end_layout
48879
48880 \end_inset
48881
48882
48883 \begin_inset Phantom Phantom
48884 status open
48885
48886 \begin_layout Plain Layout
48887 W
48888 \end_layout
48889
48890 \end_inset
48891
48892
48893 \begin_inset ERT
48894 status collapsed
48895
48896 \begin_layout Plain Layout
48897
48898 }
48899 \end_layout
48900
48901 \end_inset
48902
48903  Plum
48904 \end_layout
48905
48906 \end_inset
48907 </cell>
48908 <cell alignment="left" valignment="top" usebox="none">
48909 \begin_inset Text
48910
48911 \begin_layout Plain Layout
48912 \begin_inset ERT
48913 status collapsed
48914
48915 \begin_layout Plain Layout
48916
48917
48918 \backslash
48919 fcolorbox{black}{
48920 \end_layout
48921
48922 \end_inset
48923
48924 ProcessBlue
48925 \begin_inset ERT
48926 status collapsed
48927
48928 \begin_layout Plain Layout
48929
48930 }{
48931 \end_layout
48932
48933 \end_inset
48934
48935
48936 \begin_inset Phantom Phantom
48937 status open
48938
48939 \begin_layout Plain Layout
48940 W
48941 \end_layout
48942
48943 \end_inset
48944
48945
48946 \begin_inset ERT
48947 status collapsed
48948
48949 \begin_layout Plain Layout
48950
48951 }
48952 \end_layout
48953
48954 \end_inset
48955
48956  ProcessBlue
48957 \end_layout
48958
48959 \end_inset
48960 </cell>
48961 <cell alignment="left" valignment="top" usebox="none">
48962 \begin_inset Text
48963
48964 \begin_layout Plain Layout
48965 \begin_inset ERT
48966 status collapsed
48967
48968 \begin_layout Plain Layout
48969
48970
48971 \backslash
48972 fcolorbox{black}{
48973 \end_layout
48974
48975 \end_inset
48976
48977 Purple
48978 \begin_inset ERT
48979 status collapsed
48980
48981 \begin_layout Plain Layout
48982
48983 }{
48984 \end_layout
48985
48986 \end_inset
48987
48988
48989 \begin_inset Phantom Phantom
48990 status open
48991
48992 \begin_layout Plain Layout
48993 W
48994 \end_layout
48995
48996 \end_inset
48997
48998
48999 \begin_inset ERT
49000 status collapsed
49001
49002 \begin_layout Plain Layout
49003
49004 }
49005 \end_layout
49006
49007 \end_inset
49008
49009  Purple
49010 \end_layout
49011
49012 \end_inset
49013 </cell>
49014 </row>
49015 <row>
49016 <cell alignment="left" valignment="top" usebox="none">
49017 \begin_inset Text
49018
49019 \begin_layout Plain Layout
49020 \begin_inset ERT
49021 status collapsed
49022
49023 \begin_layout Plain Layout
49024
49025
49026 \backslash
49027 fcolorbox{black}{
49028 \end_layout
49029
49030 \end_inset
49031
49032 RawSienna
49033 \begin_inset ERT
49034 status collapsed
49035
49036 \begin_layout Plain Layout
49037
49038 }{
49039 \end_layout
49040
49041 \end_inset
49042
49043
49044 \begin_inset Phantom Phantom
49045 status open
49046
49047 \begin_layout Plain Layout
49048 W
49049 \end_layout
49050
49051 \end_inset
49052
49053
49054 \begin_inset ERT
49055 status collapsed
49056
49057 \begin_layout Plain Layout
49058
49059 }
49060 \end_layout
49061
49062 \end_inset
49063
49064  RawSienna
49065 \end_layout
49066
49067 \end_inset
49068 </cell>
49069 <cell alignment="left" valignment="top" usebox="none">
49070 \begin_inset Text
49071
49072 \begin_layout Plain Layout
49073 \begin_inset ERT
49074 status collapsed
49075
49076 \begin_layout Plain Layout
49077
49078
49079 \backslash
49080 fcolorbox{black}{
49081 \end_layout
49082
49083 \end_inset
49084
49085 RedOrange
49086 \begin_inset ERT
49087 status collapsed
49088
49089 \begin_layout Plain Layout
49090
49091 }{
49092 \end_layout
49093
49094 \end_inset
49095
49096
49097 \begin_inset Phantom Phantom
49098 status open
49099
49100 \begin_layout Plain Layout
49101 W
49102 \end_layout
49103
49104 \end_inset
49105
49106
49107 \begin_inset ERT
49108 status collapsed
49109
49110 \begin_layout Plain Layout
49111
49112 }
49113 \end_layout
49114
49115 \end_inset
49116
49117  RedOrange
49118 \end_layout
49119
49120 \end_inset
49121 </cell>
49122 <cell alignment="left" valignment="top" usebox="none">
49123 \begin_inset Text
49124
49125 \begin_layout Plain Layout
49126 \begin_inset ERT
49127 status collapsed
49128
49129 \begin_layout Plain Layout
49130
49131
49132 \backslash
49133 fcolorbox{black}{
49134 \end_layout
49135
49136 \end_inset
49137
49138 RedViolet
49139 \begin_inset ERT
49140 status collapsed
49141
49142 \begin_layout Plain Layout
49143
49144 }{
49145 \end_layout
49146
49147 \end_inset
49148
49149
49150 \begin_inset Phantom Phantom
49151 status open
49152
49153 \begin_layout Plain Layout
49154 W
49155 \end_layout
49156
49157 \end_inset
49158
49159
49160 \begin_inset ERT
49161 status collapsed
49162
49163 \begin_layout Plain Layout
49164
49165 }
49166 \end_layout
49167
49168 \end_inset
49169
49170  RedViolet
49171 \end_layout
49172
49173 \end_inset
49174 </cell>
49175 <cell alignment="left" valignment="top" usebox="none">
49176 \begin_inset Text
49177
49178 \begin_layout Plain Layout
49179 \begin_inset ERT
49180 status collapsed
49181
49182 \begin_layout Plain Layout
49183
49184
49185 \backslash
49186 fcolorbox{black}{
49187 \end_layout
49188
49189 \end_inset
49190
49191 Rhodamine
49192 \begin_inset ERT
49193 status collapsed
49194
49195 \begin_layout Plain Layout
49196
49197 }{
49198 \end_layout
49199
49200 \end_inset
49201
49202
49203 \begin_inset Phantom Phantom
49204 status open
49205
49206 \begin_layout Plain Layout
49207 W
49208 \end_layout
49209
49210 \end_inset
49211
49212
49213 \begin_inset ERT
49214 status collapsed
49215
49216 \begin_layout Plain Layout
49217
49218 }
49219 \end_layout
49220
49221 \end_inset
49222
49223  Rhodamine
49224 \end_layout
49225
49226 \end_inset
49227 </cell>
49228 </row>
49229 <row>
49230 <cell alignment="left" valignment="top" usebox="none">
49231 \begin_inset Text
49232
49233 \begin_layout Plain Layout
49234 \begin_inset ERT
49235 status collapsed
49236
49237 \begin_layout Plain Layout
49238
49239
49240 \backslash
49241 fcolorbox{black}{
49242 \end_layout
49243
49244 \end_inset
49245
49246 RoyalBlue
49247 \begin_inset ERT
49248 status collapsed
49249
49250 \begin_layout Plain Layout
49251
49252 }{
49253 \end_layout
49254
49255 \end_inset
49256
49257
49258 \begin_inset Phantom Phantom
49259 status open
49260
49261 \begin_layout Plain Layout
49262 W
49263 \end_layout
49264
49265 \end_inset
49266
49267
49268 \begin_inset ERT
49269 status collapsed
49270
49271 \begin_layout Plain Layout
49272
49273 }
49274 \end_layout
49275
49276 \end_inset
49277
49278  RoyalBlue
49279 \end_layout
49280
49281 \end_inset
49282 </cell>
49283 <cell alignment="left" valignment="top" usebox="none">
49284 \begin_inset Text
49285
49286 \begin_layout Plain Layout
49287 \begin_inset ERT
49288 status collapsed
49289
49290 \begin_layout Plain Layout
49291
49292
49293 \backslash
49294 fcolorbox{black}{
49295 \end_layout
49296
49297 \end_inset
49298
49299 RoyalPurple
49300 \begin_inset ERT
49301 status collapsed
49302
49303 \begin_layout Plain Layout
49304
49305 }{
49306 \end_layout
49307
49308 \end_inset
49309
49310
49311 \begin_inset Phantom Phantom
49312 status open
49313
49314 \begin_layout Plain Layout
49315 W
49316 \end_layout
49317
49318 \end_inset
49319
49320
49321 \begin_inset ERT
49322 status collapsed
49323
49324 \begin_layout Plain Layout
49325
49326 }
49327 \end_layout
49328
49329 \end_inset
49330
49331  RoyalPurple
49332 \end_layout
49333
49334 \end_inset
49335 </cell>
49336 <cell alignment="left" valignment="top" usebox="none">
49337 \begin_inset Text
49338
49339 \begin_layout Plain Layout
49340 \begin_inset ERT
49341 status collapsed
49342
49343 \begin_layout Plain Layout
49344
49345
49346 \backslash
49347 fcolorbox{black}{
49348 \end_layout
49349
49350 \end_inset
49351
49352 RubineRed
49353 \begin_inset ERT
49354 status collapsed
49355
49356 \begin_layout Plain Layout
49357
49358 }{
49359 \end_layout
49360
49361 \end_inset
49362
49363
49364 \begin_inset Phantom Phantom
49365 status open
49366
49367 \begin_layout Plain Layout
49368 W
49369 \end_layout
49370
49371 \end_inset
49372
49373
49374 \begin_inset ERT
49375 status collapsed
49376
49377 \begin_layout Plain Layout
49378
49379 }
49380 \end_layout
49381
49382 \end_inset
49383
49384  RubineRed
49385 \end_layout
49386
49387 \end_inset
49388 </cell>
49389 <cell alignment="left" valignment="top" usebox="none">
49390 \begin_inset Text
49391
49392 \begin_layout Plain Layout
49393 \begin_inset ERT
49394 status collapsed
49395
49396 \begin_layout Plain Layout
49397
49398
49399 \backslash
49400 fcolorbox{black}{
49401 \end_layout
49402
49403 \end_inset
49404
49405 Salmon
49406 \begin_inset ERT
49407 status collapsed
49408
49409 \begin_layout Plain Layout
49410
49411 }{
49412 \end_layout
49413
49414 \end_inset
49415
49416
49417 \begin_inset Phantom Phantom
49418 status open
49419
49420 \begin_layout Plain Layout
49421 W
49422 \end_layout
49423
49424 \end_inset
49425
49426
49427 \begin_inset ERT
49428 status collapsed
49429
49430 \begin_layout Plain Layout
49431
49432 }
49433 \end_layout
49434
49435 \end_inset
49436
49437  Salmon
49438 \end_layout
49439
49440 \end_inset
49441 </cell>
49442 </row>
49443 <row>
49444 <cell alignment="left" valignment="top" usebox="none">
49445 \begin_inset Text
49446
49447 \begin_layout Plain Layout
49448 \begin_inset ERT
49449 status collapsed
49450
49451 \begin_layout Plain Layout
49452
49453
49454 \backslash
49455 fcolorbox{black}{
49456 \end_layout
49457
49458 \end_inset
49459
49460 SeaGreen
49461 \begin_inset ERT
49462 status collapsed
49463
49464 \begin_layout Plain Layout
49465
49466 }{
49467 \end_layout
49468
49469 \end_inset
49470
49471
49472 \begin_inset Phantom Phantom
49473 status open
49474
49475 \begin_layout Plain Layout
49476 W
49477 \end_layout
49478
49479 \end_inset
49480
49481
49482 \begin_inset ERT
49483 status collapsed
49484
49485 \begin_layout Plain Layout
49486
49487 }
49488 \end_layout
49489
49490 \end_inset
49491
49492  SeaGreen
49493 \end_layout
49494
49495 \end_inset
49496 </cell>
49497 <cell alignment="left" valignment="top" usebox="none">
49498 \begin_inset Text
49499
49500 \begin_layout Plain Layout
49501 \begin_inset ERT
49502 status collapsed
49503
49504 \begin_layout Plain Layout
49505
49506
49507 \backslash
49508 fcolorbox{black}{
49509 \end_layout
49510
49511 \end_inset
49512
49513 Sepia
49514 \begin_inset ERT
49515 status collapsed
49516
49517 \begin_layout Plain Layout
49518
49519 }{
49520 \end_layout
49521
49522 \end_inset
49523
49524
49525 \begin_inset Phantom Phantom
49526 status open
49527
49528 \begin_layout Plain Layout
49529 W
49530 \end_layout
49531
49532 \end_inset
49533
49534
49535 \begin_inset ERT
49536 status collapsed
49537
49538 \begin_layout Plain Layout
49539
49540 }
49541 \end_layout
49542
49543 \end_inset
49544
49545  Sepia
49546 \end_layout
49547
49548 \end_inset
49549 </cell>
49550 <cell alignment="left" valignment="top" usebox="none">
49551 \begin_inset Text
49552
49553 \begin_layout Plain Layout
49554 \begin_inset ERT
49555 status collapsed
49556
49557 \begin_layout Plain Layout
49558
49559
49560 \backslash
49561 fcolorbox{black}{
49562 \end_layout
49563
49564 \end_inset
49565
49566 SkyBlue
49567 \begin_inset ERT
49568 status collapsed
49569
49570 \begin_layout Plain Layout
49571
49572 }{
49573 \end_layout
49574
49575 \end_inset
49576
49577
49578 \begin_inset Phantom Phantom
49579 status open
49580
49581 \begin_layout Plain Layout
49582 W
49583 \end_layout
49584
49585 \end_inset
49586
49587
49588 \begin_inset ERT
49589 status collapsed
49590
49591 \begin_layout Plain Layout
49592
49593 }
49594 \end_layout
49595
49596 \end_inset
49597
49598  SkyBlue
49599 \end_layout
49600
49601 \end_inset
49602 </cell>
49603 <cell alignment="left" valignment="top" usebox="none">
49604 \begin_inset Text
49605
49606 \begin_layout Plain Layout
49607 \begin_inset ERT
49608 status collapsed
49609
49610 \begin_layout Plain Layout
49611
49612
49613 \backslash
49614 fcolorbox{black}{
49615 \end_layout
49616
49617 \end_inset
49618
49619 SpringGreen
49620 \begin_inset ERT
49621 status collapsed
49622
49623 \begin_layout Plain Layout
49624
49625 }{
49626 \end_layout
49627
49628 \end_inset
49629
49630
49631 \begin_inset Phantom Phantom
49632 status open
49633
49634 \begin_layout Plain Layout
49635 W
49636 \end_layout
49637
49638 \end_inset
49639
49640
49641 \begin_inset ERT
49642 status collapsed
49643
49644 \begin_layout Plain Layout
49645
49646 }
49647 \end_layout
49648
49649 \end_inset
49650
49651  SpringGreen
49652 \end_layout
49653
49654 \end_inset
49655 </cell>
49656 </row>
49657 <row>
49658 <cell alignment="left" valignment="top" usebox="none">
49659 \begin_inset Text
49660
49661 \begin_layout Plain Layout
49662 \begin_inset ERT
49663 status collapsed
49664
49665 \begin_layout Plain Layout
49666
49667
49668 \backslash
49669 fcolorbox{black}{
49670 \end_layout
49671
49672 \end_inset
49673
49674 Tan
49675 \begin_inset ERT
49676 status collapsed
49677
49678 \begin_layout Plain Layout
49679
49680 }{
49681 \end_layout
49682
49683 \end_inset
49684
49685
49686 \begin_inset Phantom Phantom
49687 status open
49688
49689 \begin_layout Plain Layout
49690 W
49691 \end_layout
49692
49693 \end_inset
49694
49695
49696 \begin_inset ERT
49697 status collapsed
49698
49699 \begin_layout Plain Layout
49700
49701 }
49702 \end_layout
49703
49704 \end_inset
49705
49706  Tan
49707 \end_layout
49708
49709 \end_inset
49710 </cell>
49711 <cell alignment="left" valignment="top" usebox="none">
49712 \begin_inset Text
49713
49714 \begin_layout Plain Layout
49715 \begin_inset ERT
49716 status collapsed
49717
49718 \begin_layout Plain Layout
49719
49720
49721 \backslash
49722 fcolorbox{black}{
49723 \end_layout
49724
49725 \end_inset
49726
49727 TealBlue
49728 \begin_inset ERT
49729 status collapsed
49730
49731 \begin_layout Plain Layout
49732
49733 }{
49734 \end_layout
49735
49736 \end_inset
49737
49738
49739 \begin_inset Phantom Phantom
49740 status open
49741
49742 \begin_layout Plain Layout
49743 W
49744 \end_layout
49745
49746 \end_inset
49747
49748
49749 \begin_inset ERT
49750 status collapsed
49751
49752 \begin_layout Plain Layout
49753
49754 }
49755 \end_layout
49756
49757 \end_inset
49758
49759  TealBlue
49760 \end_layout
49761
49762 \end_inset
49763 </cell>
49764 <cell alignment="left" valignment="top" usebox="none">
49765 \begin_inset Text
49766
49767 \begin_layout Plain Layout
49768 \begin_inset ERT
49769 status collapsed
49770
49771 \begin_layout Plain Layout
49772
49773
49774 \backslash
49775 fcolorbox{black}{
49776 \end_layout
49777
49778 \end_inset
49779
49780 Thistle
49781 \begin_inset ERT
49782 status collapsed
49783
49784 \begin_layout Plain Layout
49785
49786 }{
49787 \end_layout
49788
49789 \end_inset
49790
49791
49792 \begin_inset Phantom Phantom
49793 status open
49794
49795 \begin_layout Plain Layout
49796 W
49797 \end_layout
49798
49799 \end_inset
49800
49801
49802 \begin_inset ERT
49803 status collapsed
49804
49805 \begin_layout Plain Layout
49806
49807 }
49808 \end_layout
49809
49810 \end_inset
49811
49812  Thistle
49813 \end_layout
49814
49815 \end_inset
49816 </cell>
49817 <cell alignment="left" valignment="top" usebox="none">
49818 \begin_inset Text
49819
49820 \begin_layout Plain Layout
49821 \begin_inset ERT
49822 status collapsed
49823
49824 \begin_layout Plain Layout
49825
49826
49827 \backslash
49828 fcolorbox{black}{
49829 \end_layout
49830
49831 \end_inset
49832
49833 Turquoise
49834 \begin_inset ERT
49835 status collapsed
49836
49837 \begin_layout Plain Layout
49838
49839 }{
49840 \end_layout
49841
49842 \end_inset
49843
49844
49845 \begin_inset Phantom Phantom
49846 status open
49847
49848 \begin_layout Plain Layout
49849 W
49850 \end_layout
49851
49852 \end_inset
49853
49854
49855 \begin_inset ERT
49856 status collapsed
49857
49858 \begin_layout Plain Layout
49859
49860 }
49861 \end_layout
49862
49863 \end_inset
49864
49865  Turquoise
49866 \end_layout
49867
49868 \end_inset
49869 </cell>
49870 </row>
49871 <row>
49872 <cell alignment="left" valignment="top" usebox="none">
49873 \begin_inset Text
49874
49875 \begin_layout Plain Layout
49876 \begin_inset ERT
49877 status collapsed
49878
49879 \begin_layout Plain Layout
49880
49881
49882 \backslash
49883 fcolorbox{black}{
49884 \end_layout
49885
49886 \end_inset
49887
49888 Violet
49889 \begin_inset ERT
49890 status collapsed
49891
49892 \begin_layout Plain Layout
49893
49894 }{
49895 \end_layout
49896
49897 \end_inset
49898
49899
49900 \begin_inset Phantom Phantom
49901 status open
49902
49903 \begin_layout Plain Layout
49904 W
49905 \end_layout
49906
49907 \end_inset
49908
49909
49910 \begin_inset ERT
49911 status collapsed
49912
49913 \begin_layout Plain Layout
49914
49915 }
49916 \end_layout
49917
49918 \end_inset
49919
49920  Violet
49921 \end_layout
49922
49923 \end_inset
49924 </cell>
49925 <cell alignment="left" valignment="top" usebox="none">
49926 \begin_inset Text
49927
49928 \begin_layout Plain Layout
49929 \begin_inset ERT
49930 status collapsed
49931
49932 \begin_layout Plain Layout
49933
49934
49935 \backslash
49936 fcolorbox{black}{
49937 \end_layout
49938
49939 \end_inset
49940
49941 VioletRed
49942 \begin_inset ERT
49943 status collapsed
49944
49945 \begin_layout Plain Layout
49946
49947 }{
49948 \end_layout
49949
49950 \end_inset
49951
49952
49953 \begin_inset Phantom Phantom
49954 status open
49955
49956 \begin_layout Plain Layout
49957 W
49958 \end_layout
49959
49960 \end_inset
49961
49962
49963 \begin_inset ERT
49964 status collapsed
49965
49966 \begin_layout Plain Layout
49967
49968 }
49969 \end_layout
49970
49971 \end_inset
49972
49973  VioletRed
49974 \end_layout
49975
49976 \end_inset
49977 </cell>
49978 <cell alignment="left" valignment="top" usebox="none">
49979 \begin_inset Text
49980
49981 \begin_layout Plain Layout
49982 \begin_inset ERT
49983 status collapsed
49984
49985 \begin_layout Plain Layout
49986
49987
49988 \backslash
49989 fcolorbox{black}{
49990 \end_layout
49991
49992 \end_inset
49993
49994 WildStrawberry
49995 \begin_inset ERT
49996 status collapsed
49997
49998 \begin_layout Plain Layout
49999
50000 }{
50001 \end_layout
50002
50003 \end_inset
50004
50005
50006 \begin_inset Phantom Phantom
50007 status open
50008
50009 \begin_layout Plain Layout
50010 W
50011 \end_layout
50012
50013 \end_inset
50014
50015
50016 \begin_inset ERT
50017 status collapsed
50018
50019 \begin_layout Plain Layout
50020
50021 }
50022 \end_layout
50023
50024 \end_inset
50025
50026  WildStrawberry
50027 \end_layout
50028
50029 \end_inset
50030 </cell>
50031 <cell alignment="left" valignment="top" usebox="none">
50032 \begin_inset Text
50033
50034 \begin_layout Plain Layout
50035 \begin_inset ERT
50036 status collapsed
50037
50038 \begin_layout Plain Layout
50039
50040
50041 \backslash
50042 fcolorbox{black}{
50043 \end_layout
50044
50045 \end_inset
50046
50047 YellowGreen
50048 \begin_inset ERT
50049 status collapsed
50050
50051 \begin_layout Plain Layout
50052
50053 }{
50054 \end_layout
50055
50056 \end_inset
50057
50058
50059 \begin_inset Phantom Phantom
50060 status open
50061
50062 \begin_layout Plain Layout
50063 W
50064 \end_layout
50065
50066 \end_inset
50067
50068
50069 \begin_inset ERT
50070 status collapsed
50071
50072 \begin_layout Plain Layout
50073
50074 }
50075 \end_layout
50076
50077 \end_inset
50078
50079  YellowGreen
50080 \end_layout
50081
50082 \end_inset
50083 </cell>
50084 </row>
50085 <row>
50086 <cell alignment="left" valignment="top" usebox="none">
50087 \begin_inset Text
50088
50089 \begin_layout Plain Layout
50090 \begin_inset ERT
50091 status collapsed
50092
50093 \begin_layout Plain Layout
50094
50095
50096 \backslash
50097 fcolorbox{black}{
50098 \end_layout
50099
50100 \end_inset
50101
50102 YellowOrange
50103 \begin_inset ERT
50104 status collapsed
50105
50106 \begin_layout Plain Layout
50107
50108 }{
50109 \end_layout
50110
50111 \end_inset
50112
50113
50114 \begin_inset Phantom Phantom
50115 status open
50116
50117 \begin_layout Plain Layout
50118 W
50119 \end_layout
50120
50121 \end_inset
50122
50123
50124 \begin_inset ERT
50125 status collapsed
50126
50127 \begin_layout Plain Layout
50128
50129 }
50130 \end_layout
50131
50132 \end_inset
50133
50134  YellowOrange
50135 \end_layout
50136
50137 \end_inset
50138 </cell>
50139 <cell alignment="left" valignment="top" usebox="none">
50140 \begin_inset Text
50141
50142 \begin_layout Plain Layout
50143
50144 \end_layout
50145
50146 \end_inset
50147 </cell>
50148 <cell alignment="left" valignment="top" usebox="none">
50149 \begin_inset Text
50150
50151 \begin_layout Plain Layout
50152
50153 \end_layout
50154
50155 \end_inset
50156 </cell>
50157 <cell alignment="left" valignment="top" usebox="none">
50158 \begin_inset Text
50159
50160 \begin_layout Plain Layout
50161
50162 \end_layout
50163
50164 \end_inset
50165 </cell>
50166 </row>
50167 </lyxtabular>
50168
50169 \end_inset
50170
50171
50172 \end_layout
50173
50174 \begin_layout Chapter
50175 第(
50176 \begin_inset CommandInset ref
50177 LatexCommand ref
50178 reference "eq:Wgn"
50179 nolink "false"
50180
50181 \end_inset
50182
50183 )式の説明
50184 \begin_inset CommandInset label
50185 LatexCommand label
50186 name "cha:式の説明"
50187
50188 \end_inset
50189
50190
50191 \end_layout
50192
50193 \begin_layout Standard
50194 \begin_inset Formula $n$
50195 \end_inset
50196
50197 個の表セルの全幅
50198 \begin_inset Formula $W_{\text{全}:n}$
50199 \end_inset
50200
50201
50202 \begin_inset Formula 
50203 \begin{equation}
50204 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
50205 \end{equation}
50206
50207 \end_inset
50208
50209
50210 \end_layout
50211
50212 \begin_layout Standard
50213 で計算できます.ここで
50214 \begin_inset Formula $W_{\text{指}:n}$
50215 \end_inset
50216
50217 は,
50218 すべてのセルが持つ固定幅です.
50219 \series bold
50220
50221 \backslash
50222 tabcolsep
50223 \series default
50224 は,
50225 セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
50226 長であり,
50227 既定値は6
50228 \begin_inset space \thinspace{}
50229 \end_inset
50230
50231 ptです.
50232 \series bold
50233
50234 \backslash
50235 arrayrulewidth
50236 \series default
50237 は,
50238 セル罫線幅であり,
50239 既定値は0.4
50240 \begin_inset space \thinspace{}
50241 \end_inset
50242
50243 ptです.
50244 \end_layout
50245
50246 \begin_layout Standard
50247
50248 \begin_inset CommandInset ref
50249 LatexCommand eqref
50250 reference "eq:Wtot_n"
50251 nolink "false"
50252
50253 \end_inset
50254
50255 式にしたがえば,
50256 連結列の全幅
50257 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
50258 \end_inset
50259
50260
50261 \begin_inset Formula 
50262 \begin{equation}
50263 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
50264 \end{equation}
50265
50266 \end_inset
50267
50268
50269 \end_layout
50270
50271 \begin_layout Standard
50272 となります.
50273 \begin_inset Formula $n$
50274 \end_inset
50275
50276 列を連結する時には各列の全幅は
50277 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
50278 \end_inset
50279
50280 となるので,
50281
50282 \begin_inset CommandInset ref
50283 LatexCommand eqref
50284 reference "eq:Wtot_n"
50285 nolink "false"
50286
50287 \end_inset
50288
50289 式と第
50290 \begin_inset CommandInset ref
50291 LatexCommand eqref
50292 reference "eq:Wtot_mult"
50293 nolink "false"
50294
50295 \end_inset
50296
50297 式が等しいものと置けば,
50298 必要となる固定幅
50299 \begin_inset Formula $W_{\text{指}:n}$
50300 \end_inset
50301
50302 を計算することができて,
50303
50304 \begin_inset Formula 
50305 \begin{equation}
50306 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
50307 \end{equation}
50308
50309 \end_inset
50310
50311 となります.
50312 \end_layout
50313
50314 \begin_layout Bibliography
50315 \labelwidthstring 参考文献
50316 \begin_inset CommandInset bibitem
50317 LatexCommand bibitem
50318 key "latexcompanion"
50319 literal "true"
50320
50321 \end_inset
50322
50323 Frank Mittelbach and Michel Goossens:
50324  
50325 \emph on
50326 The \SpecialChar LaTeX
50327  Companion Second Edition.
50328
50329 \emph default
50330  Addison-Wesley,
50331  2004
50332 \end_layout
50333
50334 \begin_layout Bibliography
50335 \labelwidthstring 参考文献
50336 \begin_inset CommandInset bibitem
50337 LatexCommand bibitem
50338 key "latexguide"
50339 literal "true"
50340
50341 \end_inset
50342
50343 Helmut Kopka and Patrick W.
50344  Daly:
50345  
50346 \emph on
50347 A Guide to \SpecialChar LaTeX
50348  Fourth Edition.
50349
50350 \emph default
50351  Addison-Wesley,
50352  2003
50353 \end_layout
50354
50355 \begin_layout Bibliography
50356 \labelwidthstring 参考文献
50357 \begin_inset CommandInset bibitem
50358 LatexCommand bibitem
50359 key "latexbook"
50360 literal "true"
50361
50362 \end_inset
50363
50364 Leslie Lamport:
50365  
50366 \emph on
50367 \SpecialChar LaTeX
50368 :
50369  A Document Preparation System.
50370
50371 \emph default
50372  Addison-Wesley,
50373  second edition,
50374  1994
50375 \end_layout
50376
50377 \begin_layout Bibliography
50378 \labelwidthstring 参考文献
50379 \begin_inset CommandInset bibitem
50380 LatexCommand bibitem
50381 key "arydshln"
50382 literal "true"
50383
50384 \end_inset
50385
50386 \SpecialChar LaTeX
50387 パッケージ
50388 \series bold
50389
50390 \begin_inset CommandInset href
50391 LatexCommand href
50392 name "arydshln"
50393 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
50394 literal "false"
50395
50396 \end_inset
50397
50398
50399 \series default
50400
50401 \begin_inset Index idx
50402 range none
50403 pageformat default
50404 status collapsed
50405
50406 \begin_layout Plain Layout
50407 \begin_inset IndexMacro sortkey
50408 status open
50409
50410 \begin_layout Plain Layout
50411 LaTeXはつけし
50412 \end_layout
50413
50414 \end_inset
50415
50416 \SpecialChar LaTeX
50417 パッケージ
50418 \begin_inset IndexMacro subentry
50419 status open
50420
50421 \begin_layout Plain Layout
50422 arydshln
50423 \end_layout
50424
50425 \end_inset
50426
50427
50428 \end_layout
50429
50430 \end_inset
50431
50432
50433 \end_layout
50434
50435 \begin_layout Bibliography
50436 \labelwidthstring 参考文献
50437 \begin_inset CommandInset bibitem
50438 LatexCommand bibitem
50439 key "booktabs"
50440 literal "true"
50441
50442 \end_inset
50443
50444 \SpecialChar LaTeX
50445 パッケージ
50446 \series bold
50447
50448 \begin_inset CommandInset href
50449 LatexCommand href
50450 name "booktabs"
50451 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
50452 literal "false"
50453
50454 \end_inset
50455
50456
50457 \series default
50458
50459 \begin_inset Index idx
50460 range none
50461 pageformat default
50462 status collapsed
50463
50464 \begin_layout Plain Layout
50465 \begin_inset IndexMacro sortkey
50466 status open
50467
50468 \begin_layout Plain Layout
50469 LaTeXはつけし
50470 \end_layout
50471
50472 \end_inset
50473
50474 \SpecialChar LaTeX
50475 パッケージ
50476 \begin_inset IndexMacro subentry
50477 status open
50478
50479 \begin_layout Plain Layout
50480 booktabs
50481 \end_layout
50482
50483 \end_inset
50484
50485
50486 \end_layout
50487
50488 \end_inset
50489
50490 の取扱説明書
50491 \end_layout
50492
50493 \begin_layout Bibliography
50494 \labelwidthstring 参考文献
50495 \begin_inset CommandInset bibitem
50496 LatexCommand bibitem
50497 key "caption"
50498 literal "true"
50499
50500 \end_inset
50501
50502 \SpecialChar LaTeX
50503 パッケージ
50504 \series bold
50505
50506 \begin_inset CommandInset href
50507 LatexCommand href
50508 name "caption"
50509 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
50510 literal "false"
50511
50512 \end_inset
50513
50514
50515 \series default
50516
50517 \begin_inset Index idx
50518 range none
50519 pageformat default
50520 status collapsed
50521
50522 \begin_layout Plain Layout
50523 \begin_inset IndexMacro sortkey
50524 status open
50525
50526 \begin_layout Plain Layout
50527 LaTeXはつけし
50528 \end_layout
50529
50530 \end_inset
50531
50532 \SpecialChar LaTeX
50533 パッケージ
50534 \begin_inset IndexMacro subentry
50535 status open
50536
50537 \begin_layout Plain Layout
50538 caption
50539 \end_layout
50540
50541 \end_inset
50542
50543
50544 \end_layout
50545
50546 \end_inset
50547
50548 の取扱説明書
50549 \end_layout
50550
50551 \begin_layout Bibliography
50552 \labelwidthstring 参考文献
50553 \begin_inset CommandInset bibitem
50554 LatexCommand bibitem
50555 key "diagbox"
50556 literal "true"
50557
50558 \end_inset
50559
50560 \SpecialChar LaTeX
50561 パッケージ
50562 \series bold
50563
50564 \begin_inset CommandInset href
50565 LatexCommand href
50566 name "diagbox"
50567 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
50568 literal "false"
50569
50570 \end_inset
50571
50572
50573 \series default
50574
50575 \begin_inset Index idx
50576 range none
50577 pageformat default
50578 status collapsed
50579
50580 \begin_layout Plain Layout
50581 \begin_inset IndexMacro sortkey
50582 status open
50583
50584 \begin_layout Plain Layout
50585 LaTeXはつけし
50586 \end_layout
50587
50588 \end_inset
50589
50590 \SpecialChar LaTeX
50591 パッケージ
50592 \begin_inset IndexMacro subentry
50593 status open
50594
50595 \begin_layout Plain Layout
50596 diagbox
50597 \end_layout
50598
50599 \end_inset
50600
50601
50602 \end_layout
50603
50604 \end_inset
50605
50606
50607 \end_layout
50608
50609 \begin_layout Bibliography
50610 \labelwidthstring 参考文献
50611 \begin_inset CommandInset bibitem
50612 LatexCommand bibitem
50613 key "endfloat"
50614 literal "true"
50615
50616 \end_inset
50617
50618 \SpecialChar LaTeX
50619 パッケージ
50620 \series bold
50621
50622 \begin_inset CommandInset href
50623 LatexCommand href
50624 name "endfloat"
50625 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
50626 literal "false"
50627
50628 \end_inset
50629
50630
50631 \series default
50632
50633 \begin_inset Index idx
50634 range none
50635 pageformat default
50636 status collapsed
50637
50638 \begin_layout Plain Layout
50639 \begin_inset IndexMacro sortkey
50640 status open
50641
50642 \begin_layout Plain Layout
50643 LaTeXはつけし
50644 \end_layout
50645
50646 \end_inset
50647
50648 \SpecialChar LaTeX
50649 パッケージ
50650 \begin_inset IndexMacro subentry
50651 status open
50652
50653 \begin_layout Plain Layout
50654 endfloat
50655 \end_layout
50656
50657 \end_inset
50658
50659
50660 \end_layout
50661
50662 \end_inset
50663
50664 の取扱説明書
50665 \end_layout
50666
50667 \begin_layout Bibliography
50668 \labelwidthstring 参考文献
50669 \begin_inset CommandInset bibitem
50670 LatexCommand bibitem
50671 key "footmisc"
50672 literal "true"
50673
50674 \end_inset
50675
50676 \SpecialChar LaTeX
50677 パッケージ
50678 \series bold
50679
50680 \begin_inset CommandInset href
50681 LatexCommand href
50682 name "footmisc"
50683 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
50684 literal "false"
50685
50686 \end_inset
50687
50688
50689 \series default
50690
50691 \begin_inset Index idx
50692 range none
50693 pageformat default
50694 status collapsed
50695
50696 \begin_layout Plain Layout
50697 \begin_inset IndexMacro sortkey
50698 status open
50699
50700 \begin_layout Plain Layout
50701 LaTeXはつけし
50702 \end_layout
50703
50704 \end_inset
50705
50706 \SpecialChar LaTeX
50707 パッケージ
50708 \begin_inset IndexMacro subentry
50709 status open
50710
50711 \begin_layout Plain Layout
50712 footmisc
50713 \end_layout
50714
50715 \end_inset
50716
50717
50718 \end_layout
50719
50720 \end_inset
50721
50722 の取扱説明書
50723 \end_layout
50724
50725 \begin_layout Bibliography
50726 \labelwidthstring 参考文献
50727 \begin_inset CommandInset bibitem
50728 LatexCommand bibitem
50729 key "hypcap"
50730 literal "true"
50731
50732 \end_inset
50733
50734 \SpecialChar LaTeX
50735 パッケージ
50736 \series bold
50737
50738 \begin_inset CommandInset href
50739 LatexCommand href
50740 name "hypcap"
50741 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
50742 literal "false"
50743
50744 \end_inset
50745
50746
50747 \series default
50748
50749 \begin_inset Index idx
50750 range none
50751 pageformat default
50752 status collapsed
50753
50754 \begin_layout Plain Layout
50755 \begin_inset IndexMacro sortkey
50756 status open
50757
50758 \begin_layout Plain Layout
50759 LaTeXはつけし
50760 \end_layout
50761
50762 \end_inset
50763
50764 \SpecialChar LaTeX
50765 パッケージ
50766 \begin_inset IndexMacro subentry
50767 status open
50768
50769 \begin_layout Plain Layout
50770 hyperref
50771 \end_layout
50772
50773 \end_inset
50774
50775
50776 \end_layout
50777
50778 \end_inset
50779
50780 の取扱説明書
50781 \end_layout
50782
50783 \begin_layout Bibliography
50784 \labelwidthstring 参考文献
50785 \begin_inset CommandInset bibitem
50786 LatexCommand bibitem
50787 key "hyperref"
50788 literal "true"
50789
50790 \end_inset
50791
50792 \SpecialChar LaTeX
50793 パッケージ
50794 \series bold
50795
50796 \begin_inset CommandInset href
50797 LatexCommand href
50798 name "hyperref"
50799 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
50800 literal "false"
50801
50802 \end_inset
50803
50804
50805 \series default
50806
50807 \begin_inset Index idx
50808 range none
50809 pageformat default
50810 status collapsed
50811
50812 \begin_layout Plain Layout
50813 \begin_inset IndexMacro sortkey
50814 status open
50815
50816 \begin_layout Plain Layout
50817 LaTeXはつけし
50818 \end_layout
50819
50820 \end_inset
50821
50822 \SpecialChar LaTeX
50823 パッケージ
50824 \begin_inset IndexMacro subentry
50825 status open
50826
50827 \begin_layout Plain Layout
50828 hyperref
50829 \end_layout
50830
50831 \end_inset
50832
50833
50834 \end_layout
50835
50836 \end_inset
50837
50838 の取扱説明書
50839 \end_layout
50840
50841 \begin_layout Bibliography
50842 \labelwidthstring 参考文献
50843 \begin_inset CommandInset bibitem
50844 LatexCommand bibitem
50845 key "KOMA-Script"
50846 literal "true"
50847
50848 \end_inset
50849
50850 \SpecialChar LaTeX
50851 パッケージ
50852 \series bold
50853
50854 \begin_inset CommandInset href
50855 LatexCommand href
50856 name "KOMA-Script"
50857 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
50858 literal "false"
50859
50860 \end_inset
50861
50862
50863 \series default
50864
50865 \begin_inset Index idx
50866 range none
50867 pageformat default
50868 status collapsed
50869
50870 \begin_layout Plain Layout
50871 \begin_inset IndexMacro sortkey
50872 status open
50873
50874 \begin_layout Plain Layout
50875 LaTeXはつけし
50876 \end_layout
50877
50878 \end_inset
50879
50880 \SpecialChar LaTeX
50881 パッケージ
50882 \begin_inset IndexMacro subentry
50883 status open
50884
50885 \begin_layout Plain Layout
50886 KOMA-Script
50887 \end_layout
50888
50889 \end_inset
50890
50891
50892 \end_layout
50893
50894 \end_inset
50895
50896 の取扱説明書
50897 \end_layout
50898
50899 \begin_layout Bibliography
50900 \labelwidthstring 参考文献
50901 \begin_inset CommandInset bibitem
50902 LatexCommand bibitem
50903 key "lettrine"
50904 literal "true"
50905
50906 \end_inset
50907
50908 \SpecialChar LaTeX
50909 パッケージ
50910 \series bold
50911
50912 \begin_inset CommandInset href
50913 LatexCommand href
50914 name "lettrine"
50915 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
50916 literal "false"
50917
50918 \end_inset
50919
50920
50921 \series default
50922 及び
50923 \begin_inset CommandInset href
50924 LatexCommand href
50925 name "用例"
50926 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
50927 literal "false"
50928
50929 \end_inset
50930
50931
50932 \begin_inset Index idx
50933 range none
50934 pageformat default
50935 status collapsed
50936
50937 \begin_layout Plain Layout
50938 \begin_inset IndexMacro sortkey
50939 status open
50940
50941 \begin_layout Plain Layout
50942 LaTeXはつけし
50943 \end_layout
50944
50945 \end_inset
50946
50947 \SpecialChar LaTeX
50948 パッケージ
50949 \begin_inset IndexMacro subentry
50950 status open
50951
50952 \begin_layout Plain Layout
50953 lettrine
50954 \end_layout
50955
50956 \end_inset
50957
50958
50959 \end_layout
50960
50961 \end_inset
50962
50963
50964 \end_layout
50965
50966 \begin_layout Bibliography
50967 \labelwidthstring 参考文献
50968 \begin_inset CommandInset bibitem
50969 LatexCommand bibitem
50970 key "listings"
50971 literal "true"
50972
50973 \end_inset
50974
50975 \SpecialChar LaTeX
50976 パッケージ
50977 \series bold
50978
50979 \begin_inset CommandInset href
50980 LatexCommand href
50981 name "listings"
50982 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
50983 literal "false"
50984
50985 \end_inset
50986
50987
50988 \series default
50989
50990 \begin_inset Index idx
50991 range none
50992 pageformat default
50993 status collapsed
50994
50995 \begin_layout Plain Layout
50996 \begin_inset IndexMacro sortkey
50997 status open
50998
50999 \begin_layout Plain Layout
51000 LaTeXはつけし
51001 \end_layout
51002
51003 \end_inset
51004
51005 \SpecialChar LaTeX
51006 パッケージ
51007 \begin_inset IndexMacro subentry
51008 status open
51009
51010 \begin_layout Plain Layout
51011 listings
51012 \end_layout
51013
51014 \end_inset
51015
51016
51017 \end_layout
51018
51019 \end_inset
51020
51021 の取扱説明書
51022 \end_layout
51023
51024 \begin_layout Bibliography
51025 \labelwidthstring 参考文献
51026 \begin_inset CommandInset bibitem
51027 LatexCommand bibitem
51028 key "minted"
51029 literal "true"
51030
51031 \end_inset
51032
51033 \SpecialChar LaTeX
51034 パッケージ
51035 \series bold
51036
51037 \begin_inset CommandInset href
51038 LatexCommand href
51039 name "minted"
51040 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
51041 literal "false"
51042
51043 \end_inset
51044
51045
51046 \series default
51047
51048 \begin_inset Index idx
51049 range none
51050 pageformat default
51051 status collapsed
51052
51053 \begin_layout Plain Layout
51054 \begin_inset IndexMacro sortkey
51055 status open
51056
51057 \begin_layout Plain Layout
51058 LaTeXはつけし
51059 \end_layout
51060
51061 \end_inset
51062
51063 \SpecialChar LaTeX
51064 パッケージ
51065 \begin_inset IndexMacro subentry
51066 status open
51067
51068 \begin_layout Plain Layout
51069 minted
51070 \end_layout
51071
51072 \end_inset
51073
51074
51075 \end_layout
51076
51077 \end_inset
51078
51079 の取扱説明書
51080 \end_layout
51081
51082 \begin_layout Bibliography
51083 \labelwidthstring 参考文献
51084 \begin_inset CommandInset bibitem
51085 LatexCommand bibitem
51086 key "marginnote"
51087 literal "true"
51088
51089 \end_inset
51090
51091 \SpecialChar LaTeX
51092 パッケージ
51093 \series bold
51094
51095 \begin_inset CommandInset href
51096 LatexCommand href
51097 name "marginnote"
51098 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
51099 literal "false"
51100
51101 \end_inset
51102
51103
51104 \series default
51105
51106 \begin_inset Index idx
51107 range none
51108 pageformat default
51109 status collapsed
51110
51111 \begin_layout Plain Layout
51112 \begin_inset IndexMacro sortkey
51113 status open
51114
51115 \begin_layout Plain Layout
51116 LaTeXはつけし
51117 \end_layout
51118
51119 \end_inset
51120
51121 \SpecialChar LaTeX
51122 パッケージ
51123 \begin_inset IndexMacro subentry
51124 status open
51125
51126 \begin_layout Plain Layout
51127 marginnote
51128 \end_layout
51129
51130 \end_inset
51131
51132
51133 \end_layout
51134
51135 \end_inset
51136
51137 の取扱説明書
51138 \end_layout
51139
51140 \begin_layout Bibliography
51141 \labelwidthstring 参考文献
51142 \begin_inset CommandInset bibitem
51143 LatexCommand bibitem
51144 key "pdfpages"
51145 literal "true"
51146
51147 \end_inset
51148
51149 \SpecialChar LaTeX
51150 パッケージ
51151 \series bold
51152
51153 \begin_inset CommandInset href
51154 LatexCommand href
51155 name "pdfpages"
51156 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
51157 literal "false"
51158
51159 \end_inset
51160
51161
51162 \series default
51163
51164 \begin_inset Index idx
51165 range none
51166 pageformat default
51167 status collapsed
51168
51169 \begin_layout Plain Layout
51170 \begin_inset IndexMacro sortkey
51171 status open
51172
51173 \begin_layout Plain Layout
51174 LaTeXはつけし
51175 \end_layout
51176
51177 \end_inset
51178
51179 \SpecialChar LaTeX
51180 パッケージ
51181 \begin_inset IndexMacro subentry
51182 status open
51183
51184 \begin_layout Plain Layout
51185 pdfpages
51186 \end_layout
51187
51188 \end_inset
51189
51190
51191 \end_layout
51192
51193 \end_inset
51194
51195 の取扱説明書
51196 \end_layout
51197
51198 \begin_layout Bibliography
51199 \labelwidthstring 参考文献
51200 \begin_inset CommandInset bibitem
51201 LatexCommand bibitem
51202 key "prettyref"
51203 literal "true"
51204
51205 \end_inset
51206
51207 \SpecialChar LaTeX
51208 パッケージ
51209 \series bold
51210
51211 \begin_inset CommandInset href
51212 LatexCommand href
51213 name "prettyref"
51214 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
51215 literal "false"
51216
51217 \end_inset
51218
51219
51220 \series default
51221
51222 \begin_inset Index idx
51223 range none
51224 pageformat default
51225 status collapsed
51226
51227 \begin_layout Plain Layout
51228 \begin_inset IndexMacro sortkey
51229 status open
51230
51231 \begin_layout Plain Layout
51232 LaTeXはつけし
51233 \end_layout
51234
51235 \end_inset
51236
51237 \SpecialChar LaTeX
51238 パッケージ
51239 \begin_inset IndexMacro subentry
51240 status open
51241
51242 \begin_layout Plain Layout
51243 prettyref
51244 \end_layout
51245
51246 \end_inset
51247
51248
51249 \end_layout
51250
51251 \end_inset
51252
51253 の取扱説明書
51254 \end_layout
51255
51256 \begin_layout Bibliography
51257 \labelwidthstring 参考文献
51258 \begin_inset CommandInset bibitem
51259 LatexCommand bibitem
51260 key "pstricks"
51261 literal "true"
51262
51263 \end_inset
51264
51265 \SpecialChar LaTeX
51266 パッケージ
51267 \series bold
51268
51269 \begin_inset CommandInset href
51270 LatexCommand href
51271 name "PSTricks"
51272 target "http://tug.org/PSTricks/"
51273 literal "false"
51274
51275 \end_inset
51276
51277
51278 \series default
51279
51280 \begin_inset Index idx
51281 range none
51282 pageformat default
51283 status collapsed
51284
51285 \begin_layout Plain Layout
51286 \begin_inset IndexMacro sortkey
51287 status open
51288
51289 \begin_layout Plain Layout
51290 LaTeXはつけし
51291 \end_layout
51292
51293 \end_inset
51294
51295 \SpecialChar LaTeX
51296 パッケージ
51297 \begin_inset IndexMacro subentry
51298 status open
51299
51300 \begin_layout Plain Layout
51301 PSTricks
51302 \end_layout
51303
51304 \end_inset
51305
51306
51307 \end_layout
51308
51309 \end_inset
51310
51311 のウェブページ
51312 \end_layout
51313
51314 \begin_layout Bibliography
51315 \labelwidthstring 参考文献
51316 \begin_inset CommandInset bibitem
51317 LatexCommand bibitem
51318 key "refstyle"
51319 literal "true"
51320
51321 \end_inset
51322
51323 \SpecialChar LaTeX
51324 パッケージ
51325 \series bold
51326
51327 \begin_inset CommandInset href
51328 LatexCommand href
51329 name "refstyle"
51330 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
51331 literal "false"
51332
51333 \end_inset
51334
51335
51336 \series default
51337
51338 \begin_inset Index idx
51339 range none
51340 pageformat default
51341 status collapsed
51342
51343 \begin_layout Plain Layout
51344 \begin_inset IndexMacro sortkey
51345 status open
51346
51347 \begin_layout Plain Layout
51348 LaTeXはつけし
51349 \end_layout
51350
51351 \end_inset
51352
51353 \SpecialChar LaTeX
51354 パッケージ
51355 \begin_inset IndexMacro subentry
51356 status open
51357
51358 \begin_layout Plain Layout
51359 refstyle
51360 \end_layout
51361
51362 \end_inset
51363
51364
51365 \end_layout
51366
51367 \end_inset
51368
51369 の取扱説明書
51370 \end_layout
51371
51372 \begin_layout Bibliography
51373 \labelwidthstring 参考文献
51374 \begin_inset CommandInset bibitem
51375 LatexCommand bibitem
51376 key "sidecap"
51377 literal "true"
51378
51379 \end_inset
51380
51381 \SpecialChar LaTeX
51382 パッケージ
51383 \series bold
51384
51385 \begin_inset CommandInset href
51386 LatexCommand href
51387 name "sidecap"
51388 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
51389 literal "false"
51390
51391 \end_inset
51392
51393
51394 \series default
51395
51396 \begin_inset Index idx
51397 range none
51398 pageformat default
51399 status collapsed
51400
51401 \begin_layout Plain Layout
51402 \begin_inset IndexMacro sortkey
51403 status open
51404
51405 \begin_layout Plain Layout
51406 LaTeXはつけし
51407 \end_layout
51408
51409 \end_inset
51410
51411 \SpecialChar LaTeX
51412 パッケージ
51413 \begin_inset IndexMacro subentry
51414 status open
51415
51416 \begin_layout Plain Layout
51417 sidecap
51418 \end_layout
51419
51420 \end_inset
51421
51422
51423 \end_layout
51424
51425 \end_inset
51426
51427 の取扱説明書
51428 \end_layout
51429
51430 \begin_layout Bibliography
51431 \labelwidthstring 参考文献
51432 \begin_inset CommandInset bibitem
51433 LatexCommand bibitem
51434 key "Inkscape"
51435 literal "true"
51436
51437 \end_inset
51438
51439
51440 \noun on
51441
51442 \begin_inset CommandInset href
51443 LatexCommand href
51444 name "Inkscape"
51445 target "https://inkscape.org/ja/"
51446 literal "false"
51447
51448 \end_inset
51449
51450 プログラムの
51451 \noun default
51452
51453 \begin_inset CommandInset href
51454 LatexCommand href
51455 name "Omit text in PDF"
51456 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
51457 literal "false"
51458
51459 \end_inset
51460
51461 オプションの取扱説明書
51462 \end_layout
51463
51464 \begin_layout Standard
51465 \begin_inset CommandInset index_print
51466 LatexCommand printindex
51467 type "idx"
51468 name "索引"
51469 literal "false"
51470
51471 \end_inset
51472
51473
51474 \end_layout
51475
51476 \end_body
51477 \end_document