]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
* MergedManuals.lyx from Koji
[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 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
13 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
14
15 % that links to image floats jumps
16 % to the beginning of the float and 
17 % not to its caption
18 \usepackage[figure]{hypcap}
19
20 % the pages of the TOC is numbered roman
21 % and a PDF-bookmark for the TOC is added
22 \let\myTOC\tableofcontents
23 \renewcommand\tableofcontents{%
24   \frontmatter
25   \pdfbookmark[1]{\contentsname}{}
26   \myTOC
27   \mainmatter }
28
29 % provides caption formatting
30 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
31
32 % provides commands to set caption
33 % beside tables/images
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % enables calculation of values,
53 \usepackage{calc}
54
55 % increase the bottom float placement fraction
56 \renewcommand{\bottomfraction}{0.5}
57
58 % avoids that floats are placed before their
59 % corresponding section starts
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % speed up the longtable calculation
63 \setcounter{LTchunksize}{100}
64
65 % used for colored tables
66 \@ifundefined{textcolor}
67  {\usepackage{color}}{}
68 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
69 \definecolor{lightgrey}{gray}{0.8}
70
71 % check for package colortbl
72 % used for colored table cells
73 \newboolean{colortbl}
74 \IfFileExists{colortbl.sty}
75  {\usepackage{colortbl}
76   \setboolean{colortbl}{true}}
77  {\setboolean{colortbl}{false}}
78
79 % used to have extra space in table cells
80 \@ifundefined{extrarowheight}
81  {\usepackage{array}}{}
82 \setlength{\extrarowheight}{2pt}
83
84 % used for customized tables
85 % ---
86 \newcolumntype{M}[1]
87  {>{\centering\hspace{0pt}}m{#1}}
88
89 \newcolumntype{S}[2]
90  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
91
92 \newcolumntype{K}[1]
93  {>{\columncolor{#1}\hspace{0pt}}c}
94
95 \newcolumntype{V}{!{\vrule width 1.5pt}}
96
97 \newcolumntype{W}{!{\color{green}\vline}}
98 % ---
99
100 % insert additional vertical space of
101 % 1.5 mm between footnotes
102 \let\myFoot\footnote
103 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
104
105 % number algorithm floats within chapters
106 \numberwithin{algorithm}{chapter}
107
108
109 % ------------------------------------
110 % used to check for needed LaTeX packages
111 \usepackage{ifthen}
112
113 % check for package arydshln
114 % used for tables with dashed lines
115 \newboolean{arydshln}
116 \IfFileExists{arydshln.sty}
117  {\usepackage{arydshln}
118   \setboolean{arydshln}{true}}
119  {\setboolean{arydshln}{false}}
120
121 % check for package marginnote
122 % used for margin notes
123 \newboolean{marginnote}
124 \IfFileExists{marginnote.sty}
125  {\usepackage{marginnote}
126   \let\marginpar\marginnote
127   \setboolean{marginnote}{true}}
128  {\setboolean{marginnote}{false}}
129
130 % check for package sidecap
131 % used for captions on the side
132 \newboolean{sidecap}
133 \IfFileExists{sidecap.sty}
134  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
135   \setboolean{sidecap}{true}}
136  {\setboolean{sidecap}{false}}
137 % set sidecap to false in all cases for Japanese manual. 
138 % It breaks compliation and gives the following error: 
139 % ! LaTeX Error: Environment SCfigure undefined. 
140 \setboolean{sidecap}{false} 
141
142 % check for picinpar
143 % used for surrounded fixed objects
144 \newboolean{picinpar}
145 \IfFileExists{picinpar.sty}
146  {\usepackage{picinpar}
147   \setboolean{picinpar}{true}}
148  {\setboolean{picinpar}{false}}
149
150 % check for lettrine
151 \newboolean{lettrine}
152 \IfFileExists{lettrine.sty}
153  {\usepackage{lettrine}
154   \setboolean{lettrine}{true}}
155  {\setboolean{lettrine}{false}}
156
157 % check for diagbox
158 \newboolean{diagbox}
159 \IfFileExists{diagbox.sty}
160  {\usepackage{diagbox}
161   \setboolean{diagbox}{true}}
162  {\setboolean{diagbox}{false}}
163
164 \usepackage{t1enc}
165 \renewcommand{\see}[2]{→\,#1\,の項\,参照}{}
166 \usepackage{subfig}
167 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
168 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
169 % Added by lyx2lyx
170 \setlength{\parskip}{\medskipamount}
171 \setlength{\parindent}{0pt}
172 \end_preamble
173 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table,bookmarkpackage=false
174 \use_default_options false
175 \begin_modules
176 initials
177 graphicboxes
178 varwidth
179 ruby
180 \end_modules
181 \maintain_unincluded_children no
182 \language japanese
183 \language_package default
184 \inputencoding utf8
185 \fontencoding auto
186 \font_roman "lmodern" "IPAexMincho"
187 \font_sans "default" "IPAexGothic"
188 \font_typewriter "default" "default"
189 \font_math "auto" "auto"
190 \font_default_family default
191 \use_non_tex_fonts false
192 \font_sc false
193 \font_roman_osf false
194 \font_sans_osf false
195 \font_typewriter_osf false
196 \font_sf_scale 100 100
197 \font_tt_scale 100 100
198 \use_microtype false
199 \use_dash_ligatures false
200 \graphics dvipdfmx
201 \default_output_format default
202 \output_sync 0
203 \bibtex_command default
204 \index_command default
205 \float_placement class
206 \float_alignment class
207 \paperfontsize 12
208 \spacing single
209 \use_hyperref true
210 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
211 \pdf_author "LyX Team, Uwe Stohr"
212 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
213 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
214 \pdf_bookmarks false
215 \pdf_bookmarksnumbered true
216 \pdf_bookmarksopen true
217 \pdf_bookmarksopenlevel 1
218 \pdf_breaklinks false
219 \pdf_pdfborder false
220 \pdf_colorlinks true
221 \pdf_backref false
222 \pdf_pdfusetitle false
223 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
224 \papersize default
225 \use_geometry false
226 \use_package amsmath 1
227 \use_package amssymb 1
228 \use_package cancel 1
229 \use_package esint 1
230 \use_package mathdots 1
231 \use_package mathtools 1
232 \use_package mhchem 1
233 \use_package stackrel 1
234 \use_package stmaryrd 1
235 \use_package undertilde 1
236 \cite_engine basic
237 \cite_engine_type default
238 \biblio_style plain
239 \use_bibtopic false
240 \use_indices false
241 \paperorientation portrait
242 \suppress_date false
243 \justification true
244 \use_refstyle 0
245 \use_minted 0
246 \use_lineno 0
247 \notefontcolor #0000ff
248 \index 索引
249 \shortcut idx
250 \color #008000
251 \end_index
252 \leftmargin 2.5cm
253 \topmargin 2.5cm
254 \rightmargin 2.5cm
255 \bottommargin 3cm
256 \secnumdepth 3
257 \tocdepth 3
258 \paragraph_separation indent
259 \paragraph_indentation default
260 \is_math_indent 0
261 \math_numbering_side default
262 \quotes_style english
263 \dynamic_quotes 0
264 \papercolumns 1
265 \papersides 2
266 \paperpagestyle default
267 \tablestyle default
268 \bullet 1 1 34 -1
269 \bullet 2 2 35 -1
270 \bullet 3 2 7 -1
271 \tracking_changes false
272 \output_changes false
273 \change_bars false
274 \postpone_fragile_content false
275 \html_math_output 0
276 \html_css_as_file 0
277 \html_be_strict false
278 \docbook_table_output 0
279 \docbook_mathml_prefix 1
280 \end_header
281
282 \begin_body
283
284 \begin_layout Title
285 \SpecialChar LyX
286 の図表・フロート・註釈・ボックス・外部素材に関する詳細説明書
287 \end_layout
288
289 \begin_layout Author
290 \SpecialChar LyX
291 プロジェクトチーム
292 \begin_inset Foot
293 status collapsed
294
295 \begin_layout Plain Layout
296 \noindent
297 コメントや間違いの指摘がありましたら,
298 \SpecialChar LyX
299 文書化メーリングリスト 
300 \begin_inset CommandInset href
301 LatexCommand href
302 name "lyx-docs@lists.lyx.org"
303 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
304 type "mailto:"
305 literal "false"
306
307 \end_inset
308
309  までお送り下さい.
310 \end_layout
311
312 \end_inset
313
314
315 \begin_inset Note Note
316 status collapsed
317
318 \begin_layout Plain Layout
319 著者:
320 Uwe Stöhr
321 \end_layout
322
323 \end_inset
324
325
326 \begin_inset Newline newline
327 \end_inset
328
329
330 \begin_inset Newline newline
331 \end_inset
332
333
334 \family sans
335 第2.4.x版
336 \end_layout
337
338 \begin_layout Standard
339 \begin_inset CommandInset toc
340 LatexCommand tableofcontents
341
342 \end_inset
343
344
345 \end_layout
346
347 \begin_layout Standard
348 \begin_inset Note Note
349 status open
350
351 \begin_layout Plain Layout
352 本文書の全体をPDFやPS,
353 DVIに書き出すには,
354
355 \series bold
356 arydshln
357 \series default
358
359 \series bold
360 colortbl
361 \series default
362
363 \series bold
364 diagbox
365 \series default
366
367 \series bold
368 lettrine
369 \series default
370
371 \series bold
372 marginnote
373 \series default
374
375 \series bold
376 picinpar
377 \series default
378
379 \series bold
380 sidecap
381 \series default
382 の各\SpecialChar LaTeX
383 パッケージが導入されている必要があります.これらが導入されていなくても,
384 文書を書き出すことはできますが,
385 これらのパッケージが必要な節は出力には表示されません.
386 \end_layout
387
388 \begin_layout Plain Layout
389 本文書の最新PDF版は
390 \begin_inset Newline newline
391 \end_inset
392
393
394 \series bold
395 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
396 \series default
397
398 \begin_inset Newline newline
399 \end_inset
400
401 にあります.
402 \end_layout
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Chapter
410
411 \begin_inset Index idx
412 range none
413 pageformat default
414 status collapsed
415
416 \begin_layout Plain Layout
417 \begin_inset IndexMacro sortkey
418 status open
419
420 \begin_layout Plain Layout
421
422 \end_layout
423
424 \end_inset
425
426
427 \end_layout
428
429 \end_inset
430
431
432 \begin_inset Index idx
433 range none
434 pageformat default
435 status collapsed
436
437 \begin_layout Plain Layout
438 \begin_inset IndexMacro sortkey
439 status open
440
441 \begin_layout Plain Layout
442 かそう
443 \end_layout
444
445 \end_inset
446
447 画像
448 \begin_inset IndexMacro see
449 status open
450
451 \begin_layout Plain Layout
452
453 \end_layout
454
455 \end_inset
456
457
458 \end_layout
459
460 \end_inset
461
462
463 \end_layout
464
465 \begin_layout Section
466 画像ダイアログ
467 \begin_inset Index idx
468 range none
469 pageformat default
470 status collapsed
471
472 \begin_layout Plain Layout
473 \begin_inset IndexMacro sortkey
474 status open
475
476 \begin_layout Plain Layout
477
478 \end_layout
479
480 \end_inset
481
482
483 \begin_inset IndexMacro subentry
484 status open
485
486 \begin_layout Plain Layout
487 \begin_inset IndexMacro sortkey
488 status open
489
490 \begin_layout Plain Layout
491 かそうたいあろく
492 \end_layout
493
494 \end_inset
495
496 画像ダイアログ
497 \end_layout
498
499 \end_inset
500
501
502 \end_layout
503
504 \end_inset
505
506
507 \begin_inset CommandInset label
508 LatexCommand label
509 name "sec:画像ダイアログ"
510
511 \end_inset
512
513
514 \end_layout
515
516 \begin_layout Standard
517 画像を文書に挿入するには,
518 文中の挿入箇所にカーソルを置いて,
519 ツールバーアイコン
520 \family sans
521
522 \begin_inset Info
523 type  "icon"
524 arg   "dialog-show-new-inset graphics"
525 \end_inset
526
527
528 \family default
529 をクリックするか,
530
531 \family sans
532 \series bold
533 挿入\SpecialChar menuseparator
534 画像
535 \family default
536 \series default
537
538 \begin_inset space \thinspace{}
539 \end_inset
540
541 メニューを使用して下さい.すると,
542 ダイアログが現れるので,
543 読み込むファイルを選択して下さい.出力中での画像は,
544 本文中の挿入位置に正確に出力されます.
545 \end_layout
546
547 \begin_layout Standard
548 画像ダイアログは,
549 画像をクリックすることによって,
550 いつでも呼び出すことができます.このダイアログには,
551 以下の三つのタブがあります.
552 \end_layout
553
554 \begin_layout Description
555
556 \family sans
557 画像
558 \family default
559  ここでは,
560 画像ファイルを選択し,
561 その出力での表示のしかたを調整することができます.画像寸法で使用することのできる単位については付録
562 \begin_inset CommandInset ref
563 LatexCommand ref
564 reference "cha:LyXで使用できる単位"
565 nolink "false"
566
567 \end_inset
568
569 に説明があります.
570 \begin_inset Newline newline
571 \end_inset
572
573
574 \begin_inset Index idx
575 range none
576 pageformat default
577 status collapsed
578
579 \begin_layout Plain Layout
580 \begin_inset IndexMacro sortkey
581 status open
582
583 \begin_layout Plain Layout
584
585 \end_layout
586
587 \end_inset
588
589
590 \begin_inset IndexMacro subentry
591 status open
592
593 \begin_layout Plain Layout
594 \begin_inset IndexMacro sortkey
595 status open
596
597 \begin_layout Plain Layout
598 のかいてん
599 \end_layout
600
601 \end_inset
602
603
604
605 の回転
606 \end_layout
607
608 \end_inset
609
610
611 \end_layout
612
613 \end_inset
614
615 回転角と回転原点を指定することによって,
616 反時計廻り方向へ画像を回転することができます.画像は,
617 \SpecialChar LyX
618 内でも回転して表示されます.
619 \begin_inset Newline newline
620 \end_inset
621
622
623 \begin_inset Index idx
624 range none
625 pageformat default
626 status collapsed
627
628 \begin_layout Plain Layout
629 \begin_inset IndexMacro sortkey
630 status collapsed
631
632 \begin_layout Plain Layout
633
634 \end_layout
635
636 \end_inset
637
638
639 \begin_inset IndexMacro subentry
640 status open
641
642 \begin_layout Plain Layout
643 \begin_inset IndexMacro sortkey
644 status open
645
646 \begin_layout Plain Layout
647 のしんしゆく
648 \end_layout
649
650 \end_inset
651
652
653
654 の伸縮
655 \end_layout
656
657 \end_inset
658
659
660 \end_layout
661
662 \end_inset
663
664 画像は,
665 パーセント値を指定するか,
666 幅と高さを明示的に設定することによって,
667 伸縮させることができます.幅と高さのどちらか一方のみを指定した場合には,
668 残りの寸法は自動的に決定されます.両方とも指定した場合には,
669 指定した寸法に画像が変換されますので,
670 変形してしまう可能性があります.画像が変形するのを防ぐには,
671
672 \family sans
673 \series bold
674 縦横比を維持する
675 \family default
676 \series default
677 オプションを指定して下さい.すると画像は,
678 幅と高さが指定した寸法を越えないように伸縮されます.
679 \begin_inset Newline newline
680 \end_inset
681
682 画像を右クリックすると現れる文脈依存メニューで
683 \family sans
684 \series bold
685 外部で編集
686 \family default
687 \series default
688 という項目を選ぶことによって,
689 画像を指定したプログラムで開くことができます.このプログラムは,
690 \SpecialChar LyX
691 設定のファイル書式設定で,
692 各画像書式ごとに設定することができます.
693 \end_layout
694
695 \begin_layout Description
696
697 \family sans
698 切り抜き
699 \family default
700  伸縮単位を使用する代わりに,
701 出力における画像の縦横の長さを調整するのに,
702 画像座標の設定をすることができます.座標は,
703
704 \family sans
705 \series bold
706 ファイルから取得
707 \family default
708 \series default
709 ボタンを押すことによって,
710 自動的に計算することもできます.
711 \family sans
712 \series bold
713 境界枠で切り抜く
714 \family default
715 \series default
716 オプションは,
717 指定された座標内の画像領域のみ印字します.通常は,
718 画像座標を気にする必要はないので,
719 このタブは無視して構いません.
720 \end_layout
721
722 \begin_layout Description
723
724 \family sans
725 \SpecialChar LaTeX
726 と\SpecialChar LyX
727 のオプション
728 \family default
729  このタブでは,
730 \SpecialChar LyX
731 内での画像表示法を調整できる他,
732 \SpecialChar LaTeX
733 のエキスパート向けに\SpecialChar LaTeX
734 オプションを追加することができるようになっています.
735 \family sans
736
737 \begin_inset Newline newline
738 \end_inset
739
740
741 \series bold
742 下書きモード
743 \family default
744 \series default
745 オプションを指定すると,
746 画像は出力には現れず,
747 画像と同じ大きさの枠だけが表示されます.
748 \family sans
749
750 \begin_inset Newline newline
751 \end_inset
752
753
754 \series bold
755 画像グループ
756 \family default
757 \series default
758 のセクションでは,
759 画像設定グループを定義したり,
760 既存のものに所属させたりすることができます.
761 \begin_inset Index idx
762 range none
763 pageformat default
764 status collapsed
765
766 \begin_layout Plain Layout
767 \begin_inset IndexMacro sortkey
768 status open
769
770 \begin_layout Plain Layout
771
772 \end_layout
773
774 \end_inset
775
776
777 \begin_inset IndexMacro subentry
778 status open
779
780 \begin_layout Plain Layout
781 \begin_inset IndexMacro sortkey
782 status open
783
784 \begin_layout Plain Layout
785 せつていくるふ
786 \end_layout
787
788 \end_inset
789
790 設定グループ
791 \end_layout
792
793 \end_inset
794
795
796 \end_layout
797
798 \end_inset
799
800 これらのグループ内の画像は,
801 共通した設定を持つので,
802 グループ内の一つの画像の設定をいじると,
803 自動的にグループ内の全ての画像の設定が同じように変更されます.したがって,
804 たとえば,
805 たくさんの画像の寸法を変更したいときにも,
806 一つ一つの寸法を手動で変更せずに済むのです.既存のグループに帰属させるには,
807 画像の文脈依存メニューを使用して,
808 望むグループ名をチェックすることで行うこともできます.
809 \end_layout
810
811 \begin_layout Standard
812 \begin_inset VSpace bigskip
813 \end_inset
814
815
816 \end_layout
817
818 \begin_layout Standard
819 下記はPDF書式
820 \begin_inset Foot
821 status collapsed
822
823 \begin_layout Plain Layout
824 画像書式は,
825
826 \begin_inset CommandInset ref
827 LatexCommand ref
828 reference "sec:画像形式"
829 nolink "false"
830
831 \end_inset
832
833 節に説明されています.
834 \end_layout
835
836 \end_inset
837
838 の画像の例で,
839 単独の中央揃えの段落に置いてあります.
840 \end_layout
841
842 \begin_layout Standard
843 \align center
844 \begin_inset Graphics
845         filename ../clipart/2D-intensity-plot.pdf
846         scaleBeforeRotation
847         BoundingBox 0bp 1bp 178bp 138bp
848         clip
849         rotateOrigin center
850
851 \end_inset
852
853
854 \end_layout
855
856 \begin_layout Standard
857 下記は上と同じ画像ですが,
858 下書きモードのものです.
859 \end_layout
860
861 \begin_layout Standard
862 \align center
863 \begin_inset Graphics
864         filename ../clipart/2D-intensity-plot.pdf
865         draft
866         scaleBeforeRotation
867         rotateOrigin center
868
869 \end_inset
870
871
872 \end_layout
873
874 \begin_layout Standard
875 \begin_inset Newpage newpage
876 \end_inset
877
878
879 \end_layout
880
881 \begin_layout Section
882 図フロート
883 \begin_inset CommandInset label
884 LatexCommand label
885 name "sec:図フロート"
886
887 \end_inset
888
889
890 \begin_inset Index idx
891 range none
892 pageformat default
893 status collapsed
894
895 \begin_layout Plain Layout
896 \begin_inset IndexMacro sortkey
897 status open
898
899 \begin_layout Plain Layout
900 ふろと
901 \end_layout
902
903 \end_inset
904
905 フロート
906 \begin_inset IndexMacro subentry
907 status open
908
909 \begin_layout Plain Layout
910 \begin_inset IndexMacro sortkey
911 status open
912
913 \begin_layout Plain Layout
914
915 \end_layout
916
917 \end_inset
918
919
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \end_inset
928
929
930 \begin_inset Index idx
931 range none
932 pageformat default
933 status collapsed
934
935 \begin_layout Plain Layout
936 \begin_inset IndexMacro sortkey
937 status open
938
939 \begin_layout Plain Layout
940
941 \end_layout
942
943 \end_inset
944
945
946 \begin_inset IndexMacro subentry
947 status open
948
949 \begin_layout Plain Layout
950 \begin_inset IndexMacro sortkey
951 status open
952
953 \begin_layout Plain Layout
954 ふろと
955 \end_layout
956
957 \end_inset
958
959 フロート
960 \end_layout
961
962 \end_inset
963
964
965 \end_layout
966
967 \end_inset
968
969
970 \end_layout
971
972 \begin_layout Standard
973 フロートについての一般的な説明は,
974
975 \begin_inset CommandInset ref
976 LatexCommand ref
977 reference "sec:フロートはじめに"
978 nolink "false"
979
980 \end_inset
981
982 節をご覧下さい.
983 \end_layout
984
985 \begin_layout Standard
986 ツールバーボタンの
987 \family sans
988
989 \begin_inset Info
990 type  "icon"
991 arg   "float-insert figure"
992 \end_inset
993
994
995 \family default
996
997 \family sans
998
999 \begin_inset space \thinspace{}
1000 \end_inset
1001
1002
1003 \series bold
1004 挿入\SpecialChar menuseparator
1005 フロート\SpecialChar menuseparator
1006
1007 \family default
1008 \series default
1009
1010 \begin_inset space \thinspace{}
1011 \end_inset
1012
1013 メニューを用いると,
1014 「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます.画像は,
1015
1016 \begin_inset CommandInset ref
1017 LatexCommand ref
1018 reference "fig:星形"
1019 nolink "false"
1020
1021 \end_inset
1022
1023 のようにキャプションの上に置くこともできますし,
1024
1025 \begin_inset CommandInset ref
1026 LatexCommand ref
1027 reference "fig:3Dオブジェクト"
1028 nolink "false"
1029
1030 \end_inset
1031
1032 のようにキャプションの下に置くこともできます.キャプションの配置について詳しくは,
1033
1034 \begin_inset CommandInset ref
1035 LatexCommand ref
1036 reference "sec:キャプションの配置"
1037 nolink "false"
1038
1039 \end_inset
1040
1041 節に述べられています.
1042 \end_layout
1043
1044 \begin_layout Standard
1045 \begin_inset Float figure
1046 placement document
1047 alignment document
1048 wide false
1049 sideways false
1050 status open
1051
1052 \begin_layout Plain Layout
1053 \align center
1054 \begin_inset Graphics
1055         filename ../clipart/Star-structure.pdf
1056         lyxscale 60
1057         width 50col%
1058         scaleBeforeRotation
1059         rotateOrigin center
1060
1061 \end_inset
1062
1063
1064 \end_layout
1065
1066 \begin_layout Plain Layout
1067 \begin_inset Caption Standard
1068
1069 \begin_layout Plain Layout
1070 \begin_inset CommandInset label
1071 LatexCommand label
1072 name "fig:星形"
1073
1074 \end_inset
1075
1076 フロート中の星形
1077 \end_layout
1078
1079 \end_inset
1080
1081
1082 \end_layout
1083
1084 \end_inset
1085
1086
1087 \end_layout
1088
1089 \begin_layout Standard
1090 \begin_inset Float figure
1091 placement document
1092 alignment document
1093 wide false
1094 sideways false
1095 status open
1096
1097 \begin_layout Plain Layout
1098 \begin_inset Caption Standard
1099
1100 \begin_layout Plain Layout
1101 \begin_inset CommandInset label
1102 LatexCommand label
1103 name "fig:3Dオブジェクト"
1104
1105 \end_inset
1106
1107 3Dオブジェクト
1108 \end_layout
1109
1110 \end_inset
1111
1112
1113 \end_layout
1114
1115 \begin_layout Plain Layout
1116 \align center
1117 \begin_inset Graphics
1118         filename ../clipart/3D-structure-distort.pdf
1119         lyxscale 60
1120         scale 80
1121         scaleBeforeRotation
1122         rotateOrigin center
1123
1124 \end_inset
1125
1126
1127 \end_layout
1128
1129 \end_inset
1130
1131
1132 \end_layout
1133
1134 \begin_layout Standard
1135 \begin_inset Index idx
1136 range none
1137 pageformat default
1138 status collapsed
1139
1140 \begin_layout Plain Layout
1141 \begin_inset IndexMacro sortkey
1142 status open
1143
1144 \begin_layout Plain Layout
1145 さんしよう
1146 \end_layout
1147
1148 \end_inset
1149
1150 参照
1151 \begin_inset IndexMacro subentry
1152 status open
1153
1154 \begin_layout Plain Layout
1155 \begin_inset IndexMacro sortkey
1156 status open
1157
1158 \begin_layout Plain Layout
1159 すへの
1160 \end_layout
1161
1162 \end_inset
1163
1164 図への—
1165
1166
1167 \end_layout
1168
1169 \end_inset
1170
1171
1172 \end_layout
1173
1174 \end_inset
1175
1176
1177 \begin_inset CommandInset ref
1178 LatexCommand ref
1179 reference "fig:星形"
1180 nolink "false"
1181
1182 \end_inset
1183
1184 図と第
1185 \begin_inset CommandInset ref
1186 LatexCommand ref
1187 reference "fig:3Dオブジェクト"
1188 nolink "false"
1189
1190 \end_inset
1191
1192 図は,
1193 参照された図の例です.図は,
1194 本文中でラベルを参照することによって参照できます.これをするには,
1195 まず,
1196
1197 \family sans
1198 \series bold
1199 挿入\SpecialChar menuseparator
1200 ラベル
1201 \family default
1202 \series default
1203
1204 \begin_inset space \thinspace{}
1205 \end_inset
1206
1207 メニューかツールバーボタン
1208 \family sans
1209
1210 \begin_inset Info
1211 type  "icon"
1212 arg   "label-insert"
1213 \end_inset
1214
1215
1216 \family default
1217 を使用して,
1218 キャプションにラベルを挿入してください.その後,
1219
1220 \family sans
1221 \series bold
1222 挿入\SpecialChar menuseparator
1223 相互参照
1224 \family default
1225 \series default
1226
1227 \begin_inset space \thinspace{}
1228 \end_inset
1229
1230 メニューかツールバーボタン
1231 \family sans
1232
1233 \begin_inset Info
1234 type  "icon"
1235 arg   "dialog-show-new-inset ref"
1236 \end_inset
1237
1238
1239 \family default
1240 を使用して,
1241 ラベルを参照することができます.\SpecialChar LaTeX
1242 は仕上文書でのフロートの位置を調整するので,
1243 「上図」のような曖昧な参照のしかたをするのではなく,
1244 フロートを直接参照することが重要です.仕上文書では,
1245 「上図」ではないことが,
1246 大いにありうるからです.
1247 \begin_inset Newline newline
1248 \end_inset
1249
1250 参照は,
1251
1252 \begin_inset CommandInset ref
1253 LatexCommand ref
1254 reference "sec:フロートの参照"
1255 nolink "false"
1256
1257 \end_inset
1258
1259 節で詳細に説明されています.
1260 \end_layout
1261
1262 \begin_layout Standard
1263 通常,
1264 図フロートには一つの画像だけを挿入しますが,
1265 場合によっては,
1266 二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません.その場合は,
1267 既存の図フロートの中に図フロートを入れ込むことによって,
1268 実現することができます.ただし,
1269 図一覧にはフロートの主キャプションのみが表示されることに留意してください.図
1270 \begin_inset CommandInset ref
1271 LatexCommand ref
1272 reference "fig:歪められた二つの像"
1273 nolink "false"
1274
1275 \end_inset
1276
1277 は,
1278 二つの画像が横に並んでいる図フロートの例です.二つめの画像を一つめの下に持ってくることも可能です.図
1279 \begin_inset CommandInset ref
1280 LatexCommand ref
1281 reference "fig:Pink-object"
1282 nolink "false"
1283
1284 \end_inset
1285
1286 と図
1287 \begin_inset CommandInset ref
1288 LatexCommand ref
1289 reference "fig:A-star"
1290 nolink "false"
1291
1292 \end_inset
1293
1294 が内部図になります.
1295 \end_layout
1296
1297 \begin_layout Standard
1298 \begin_inset Float figure
1299 placement document
1300 alignment document
1301 wide false
1302 sideways false
1303 status open
1304
1305 \begin_layout Plain Layout
1306 \begin_inset space \hfill{}
1307 \end_inset
1308
1309
1310 \begin_inset Float figure
1311 placement document
1312 alignment document
1313 wide false
1314 sideways false
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318 \begin_inset Caption Standard
1319
1320 \begin_layout Plain Layout
1321 \begin_inset CommandInset label
1322 LatexCommand label
1323 name "fig:Pink-object"
1324
1325 \end_inset
1326
1327 ももいろオブジェクト
1328 \end_layout
1329
1330 \end_inset
1331
1332
1333 \end_layout
1334
1335 \begin_layout Plain Layout
1336 \begin_inset Graphics
1337         filename ../clipart/3D-structure-distort.pdf
1338         width 45col%
1339         scaleBeforeRotation
1340         groupId distorted
1341
1342 \end_inset
1343
1344
1345 \end_layout
1346
1347 \end_inset
1348
1349
1350 \begin_inset space \hfill{}
1351 \end_inset
1352
1353
1354 \begin_inset Float figure
1355 placement document
1356 alignment document
1357 wide false
1358 sideways false
1359 status collapsed
1360
1361 \begin_layout Plain Layout
1362 \begin_inset Caption Standard
1363
1364 \begin_layout Plain Layout
1365 \begin_inset CommandInset label
1366 LatexCommand label
1367 name "fig:A-star"
1368
1369 \end_inset
1370
1371 ほし
1372 \end_layout
1373
1374 \end_inset
1375
1376
1377 \end_layout
1378
1379 \begin_layout Plain Layout
1380 \begin_inset Graphics
1381         filename ../clipart/Star-structure.pdf
1382         width 45col%
1383         scaleBeforeRotation
1384         groupId distorted
1385
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \end_inset
1392
1393
1394 \begin_inset space \hfill{}
1395 \end_inset
1396
1397
1398 \end_layout
1399
1400 \begin_layout Plain Layout
1401 \begin_inset Caption Standard
1402
1403 \begin_layout Plain Layout
1404 \begin_inset CommandInset label
1405 LatexCommand label
1406 name "fig:歪められた二つの像"
1407
1408 \end_inset
1409
1410 二つの像.両画像とも「distorted」画像設定グループに属しています.
1411 \end_layout
1412
1413 \end_inset
1414
1415
1416 \end_layout
1417
1418 \end_inset
1419
1420
1421 \end_layout
1422
1423 \begin_layout Standard
1424 \begin_inset Newpage newpage
1425 \end_inset
1426
1427
1428 \end_layout
1429
1430 \begin_layout Section
1431 画像形式
1432 \begin_inset CommandInset label
1433 LatexCommand label
1434 name "sec:画像形式"
1435
1436 \end_inset
1437
1438
1439 \begin_inset Index idx
1440 range none
1441 pageformat default
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 \begin_inset IndexMacro sortkey
1446 status open
1447
1448 \begin_layout Plain Layout
1449 かそうけいしき
1450 \end_layout
1451
1452 \end_inset
1453
1454 画像形式
1455 \end_layout
1456
1457 \end_inset
1458
1459
1460 \begin_inset Index idx
1461 range none
1462 pageformat default
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466 \begin_inset IndexMacro sortkey
1467 status open
1468
1469 \begin_layout Plain Layout
1470
1471 \end_layout
1472
1473 \end_inset
1474
1475
1476 \begin_inset IndexMacro subentry
1477 status open
1478
1479 \begin_layout Plain Layout
1480 \begin_inset IndexMacro sortkey
1481 status open
1482
1483 \begin_layout Plain Layout
1484 かそうけいしき
1485 \end_layout
1486
1487 \end_inset
1488
1489 画像形式
1490 \end_layout
1491
1492 \end_inset
1493
1494
1495 \end_layout
1496
1497 \end_inset
1498
1499
1500 \end_layout
1501
1502 \begin_layout Standard
1503 画像は,
1504 既知のファイル形式であれば,
1505 どのような形式でも挿入することができます.しかし,
1506 付録
1507 \begin_inset CommandInset ref
1508 LatexCommand ref
1509 reference "cha:ファイル出力形式"
1510 nolink "false"
1511
1512 \end_inset
1513
1514 で説明されているように,
1515 出力に関しては,
1516 どの出力文書形式も,
1517 いくつかの画像形式しか受け付けません.したがって\SpecialChar LyX
1518 は,
1519 画像を正しい形式に変換するのに,
1520 バックグラウンドで
1521 \family typewriter
1522 ImageMagick
1523 \family default
1524 というプログラムを使用しています.バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば,
1525 出力ファイル形式に直接埋め込める画像形式のみを使用するとよいでしょう.出力ファイル形式は,
1526 付録
1527 \begin_inset CommandInset ref
1528 LatexCommand ref
1529 reference "cha:ファイル出力形式"
1530 nolink "false"
1531
1532 \end_inset
1533
1534 に説明されています.
1535 \end_layout
1536
1537 \begin_layout Standard
1538 フォントと同じく,
1539 画像形式にも以下の二つの型があります.
1540 \end_layout
1541
1542 \begin_layout Description
1543 ビットマップ画像 は,
1544 ピクセル値を(時により圧縮された形で)保持しています.したがって,
1545 この画像形式は完全に伸縮可能ではなく,
1546 拡大するとピクセルが目立つようになります.よく知られたビットマップ画像形式には,
1547 「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1548 \family typewriter
1549 .gif
1550 \family default
1551 」)
1552 \begin_inset Index idx
1553 range none
1554 pageformat default
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558 GIF
1559 \begin_inset IndexMacro see
1560 status open
1561
1562 \begin_layout Plain Layout
1563 画像形式
1564 \end_layout
1565
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \end_inset
1572
1573
1574 「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1575 \family typewriter
1576 .png
1577 \family default
1578 」)
1579 \begin_inset Index idx
1580 range none
1581 pageformat default
1582 status collapsed
1583
1584 \begin_layout Plain Layout
1585 PNG
1586 \begin_inset IndexMacro see
1587 status open
1588
1589 \begin_layout Plain Layout
1590 画像画像形式
1591 \end_layout
1592
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \end_inset
1599
1600
1601 「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1602 \family typewriter
1603 .jpg
1604 \family default
1605 」または「
1606 \family typewriter
1607 .jpeg
1608 \family default
1609 」)
1610 \begin_inset Index idx
1611 range none
1612 pageformat default
1613 status collapsed
1614
1615 \begin_layout Plain Layout
1616 JPG
1617 \begin_inset IndexMacro see
1618 status open
1619
1620 \begin_layout Plain Layout
1621 画像形式
1622 \end_layout
1623
1624 \end_inset
1625
1626
1627 \end_layout
1628
1629 \end_inset
1630
1631 などがあります.
1632 \end_layout
1633
1634 \begin_layout Description
1635 ベクトル画像 はベクトル値を保持しているので,
1636 データ損失なしに任意の寸法の伸縮させることができます.プレゼンテーションは,
1637 ビデオプロジェクタがかならず伸縮操作を行うことになるので,
1638 プレゼンテーションを作成したいときには画像が伸縮できることが必須です.また,
1639 伸縮性は,
1640 オンライン文書でユーザーが図の拡大ができるようにするのに便利です.
1641 \begin_inset Newline newline
1642 \end_inset
1643
1644 よく知られた伸縮可能画像形式には,
1645 「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1646 \family typewriter
1647 .svg
1648 \family default
1649 」)
1650 \begin_inset Index idx
1651 range none
1652 pageformat default
1653 status collapsed
1654
1655 \begin_layout Plain Layout
1656 SVG
1657 \begin_inset IndexMacro see
1658 status open
1659
1660 \begin_layout Plain Layout
1661 画像形式
1662 \end_layout
1663
1664 \end_inset
1665
1666
1667 \end_layout
1668
1669 \end_inset
1670
1671
1672 「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1673 \family typewriter
1674 .eps
1675 \family default
1676 」)
1677 \begin_inset Index idx
1678 range none
1679 pageformat default
1680 status collapsed
1681
1682 \begin_layout Plain Layout
1683 EPS
1684 \begin_inset IndexMacro see
1685 status open
1686
1687 \begin_layout Plain Layout
1688 画像形式
1689 \end_layout
1690
1691 \end_inset
1692
1693
1694 \end_layout
1695
1696 \end_inset
1697
1698
1699 「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1700 \family typewriter
1701 .pdf
1702 \family default
1703 」)
1704 \begin_inset Index idx
1705 range none
1706 pageformat default
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 PDF
1711 \end_layout
1712
1713 \end_inset
1714
1715
1716 「Windowsメタファイル」(WMF・ファイル拡張子は「
1717 \family typewriter
1718 .wmf
1719 \family default
1720 」)
1721 \begin_inset Index idx
1722 range none
1723 pageformat default
1724 status collapsed
1725
1726 \begin_layout Plain Layout
1727 SVG
1728 \begin_inset IndexMacro see
1729 status open
1730
1731 \begin_layout Plain Layout
1732 画像形式
1733 \end_layout
1734
1735 \end_inset
1736
1737
1738 \end_layout
1739
1740 \end_inset
1741
1742 がありえます.「ありえます」と言ったのは,
1743 ビットマップ画像はいつでもPDFやEPSに変換することができますが,
1744 変換後も依然としてビットマップ画像のままだからです.このような場合には,
1745 画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1746 \begin_inset Foot
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750 PDFの場合には,
1751 さらに元画像が圧縮されます.
1752 \end_layout
1753
1754 \end_inset
1755
1756 .たとえば,
1757
1758 \family typewriter
1759 Adobe Photoshop
1760 \family default
1761 が生成するPDFファイルは,
1762 ビットマップ画像です.
1763 \end_layout
1764
1765 \begin_layout Standard
1766 通常,
1767 ビットマップ画像を伸縮可能画像には変換できず,
1768 その逆のみが可能です.PDFやPostScript出力ファイルに直接埋め込むことができるのは,
1769 それぞれPDF画像書式とEPS画像書式のみです.いまのところ適切なWMF/SVG
1770 \begin_inset Formula $\to$
1771 \end_inset
1772
1773 PDF/EPS変換子がないので,
1774 SVGおよびWMF画像は,
1775 出力ファイルが生成される際にビットマップに計算し直されます.
1776 \end_layout
1777
1778 \begin_layout Chapter
1779
1780 \begin_inset Index idx
1781 range none
1782 pageformat default
1783 status collapsed
1784
1785 \begin_layout Plain Layout
1786 \begin_inset IndexMacro sortkey
1787 status open
1788
1789 \begin_layout Plain Layout
1790 ひよう
1791 \end_layout
1792
1793 \end_inset
1794
1795
1796 \end_layout
1797
1798 \end_inset
1799
1800
1801 \end_layout
1802
1803 \begin_layout Section
1804 はじめに
1805 \begin_inset Index idx
1806 range none
1807 pageformat default
1808 status collapsed
1809
1810 \begin_layout Plain Layout
1811 \begin_inset IndexMacro sortkey
1812 status open
1813
1814 \begin_layout Plain Layout
1815 ひよう
1816 \end_layout
1817
1818 \end_inset
1819
1820
1821 \begin_inset IndexMacro subentry
1822 status open
1823
1824 \begin_layout Plain Layout
1825 はじめに
1826 \end_layout
1827
1828 \end_inset
1829
1830
1831 \end_layout
1832
1833 \end_inset
1834
1835
1836 \end_layout
1837
1838 \begin_layout Standard
1839
1840 \family roman
1841 \series medium
1842 \shape up
1843 \size normal
1844 \emph off
1845 \bar no
1846 \noun off
1847 \color none
1848 表を挿入するには,
1849 ツールバーボタ
1850 \family default
1851 \series default
1852 \shape default
1853 \size default
1854 \emph default
1855 \bar default
1856 \noun default
1857 \color inherit
1858
1859 \begin_inset Info
1860 type  "icon"
1861 arg   "tabular-insert"
1862 \end_inset
1863
1864
1865 \family roman
1866 \series medium
1867 \shape up
1868 \size normal
1869 \emph off
1870 \bar no
1871 \noun off
1872 \color none
1873
1874
1875 \family sans
1876 \series bold
1877 \shape default
1878 \size default
1879 \emph default
1880 \bar default
1881 \noun default
1882 \color inherit
1883 挿入\SpecialChar menuseparator
1884
1885 \family default
1886 \series default
1887
1888 \begin_inset space \thinspace{}
1889 \end_inset
1890
1891 メニューを選択します.ツールバーボタンを押すと,
1892 グラフィカルな選択ができます.マウスを動かして,
1893 生成する表の行数・列数を設定し,
1894 マウスボタンを押して下さい.表を作るのにメニューを使う場合は,
1895 ダイアログが現れ,
1896 行数と列数を訊いてきます.
1897 \begin_inset Newline newline
1898 \end_inset
1899
1900 既定の表では,
1901 各セルの周囲に罫線が引かれ,
1902 第一行が表の他の部分から分離して表示されます.この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っているのと同時に,
1903 第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
1904 \end_layout
1905
1906 \begin_layout Standard
1907 \align center
1908 \begin_inset Tabular
1909 <lyxtabular version="3" rows="4" columns="4">
1910 <features tabularvalignment="middle">
1911 <column alignment="center" valignment="top">
1912 <column alignment="center" valignment="top">
1913 <column alignment="center" valignment="top">
1914 <column alignment="center" valignment="top">
1915 <row>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929 1
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938 2
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947 3
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 </row>
1953 <row>
1954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1955 \begin_inset Text
1956
1957 \begin_layout Plain Layout
1958
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Plain Layout
1967
1968 \end_layout
1969
1970 \end_inset
1971 </cell>
1972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1973 \begin_inset Text
1974
1975 \begin_layout Plain Layout
1976
1977 \end_layout
1978
1979 \end_inset
1980 </cell>
1981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1982 \begin_inset Text
1983
1984 \begin_layout Plain Layout
1985
1986 \end_layout
1987
1988 \end_inset
1989 </cell>
1990 </row>
1991 <row>
1992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996
1997 \end_layout
1998
1999 \end_inset
2000 </cell>
2001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2002 \begin_inset Text
2003
2004 \begin_layout Plain Layout
2005
2006 \end_layout
2007
2008 \end_inset
2009 </cell>
2010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2011 \begin_inset Text
2012
2013 \begin_layout Plain Layout
2014
2015 \end_layout
2016
2017 \end_inset
2018 </cell>
2019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2020 \begin_inset Text
2021
2022 \begin_layout Plain Layout
2023
2024 \end_layout
2025
2026 \end_inset
2027 </cell>
2028 </row>
2029 <row>
2030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2031 \begin_inset Text
2032
2033 \begin_layout Plain Layout
2034
2035 \end_layout
2036
2037 \end_inset
2038 </cell>
2039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2040 \begin_inset Text
2041
2042 \begin_layout Plain Layout
2043
2044 \end_layout
2045
2046 \end_inset
2047 </cell>
2048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2049 \begin_inset Text
2050
2051 \begin_layout Plain Layout
2052
2053 \end_layout
2054
2055 \end_inset
2056 </cell>
2057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2058 \begin_inset Text
2059
2060 \begin_layout Plain Layout
2061
2062 \end_layout
2063
2064 \end_inset
2065 </cell>
2066 </row>
2067 </lyxtabular>
2068
2069 \end_inset
2070
2071
2072 \end_layout
2073
2074 \begin_layout Section
2075 表ダイアログ
2076 \begin_inset Index idx
2077 range none
2078 pageformat default
2079 status collapsed
2080
2081 \begin_layout Plain Layout
2082 \begin_inset IndexMacro sortkey
2083 status open
2084
2085 \begin_layout Plain Layout
2086 ひよう
2087 \end_layout
2088
2089 \end_inset
2090
2091
2092 \begin_inset IndexMacro subentry
2093 status open
2094
2095 \begin_layout Plain Layout
2096 \begin_inset IndexMacro sortkey
2097 status open
2098
2099 \begin_layout Plain Layout
2100 たいあろく
2101 \end_layout
2102
2103 \end_inset
2104
2105 ダイアログ
2106 \end_layout
2107
2108 \end_inset
2109
2110
2111 \end_layout
2112
2113 \end_inset
2114
2115
2116 \end_layout
2117
2118 \begin_layout Standard
2119
2120 \family roman
2121 \series medium
2122 \shape up
2123 \size normal
2124 \emph off
2125 \bar no
2126 \noun off
2127 \color none
2128 表を右クリックすると,
2129 文脈依存メニューが表示されて,
2130 表を変更することができます.メニュー項目
2131 \family sans
2132 \series default
2133 \shape default
2134 \size default
2135 \emph default
2136 \bar default
2137 \noun default
2138 \color inherit
2139 詳細
2140 \family roman
2141 \series medium
2142 \shape up
2143 \size normal
2144 \emph off
2145 \bar no
2146 \noun off
2147 \color none
2148 以下では,
2149 現在カーソルが置かれているセルないし行・列の設定を調節することができます.文脈依存メニュー
2150 \family sans
2151 \series default
2152 \shape default
2153 \size default
2154 \emph default
2155 \bar default
2156 \noun default
2157 \color inherit
2158 詳細\SpecialChar menuseparator
2159 設定
2160 \family roman
2161 \series medium
2162 \shape up
2163 \size normal
2164 \emph off
2165 \bar no
2166 \noun off
2167 \color none
2168 を選ぶと,
2169 ダイアログボックスが開いて,
2170 更に詳細な設定を行うことができます.また,
2171 ダイアログオプションのほとんどは,
2172 選択範囲に対しても動作します.つまり,
2173 複数のセルや行・列を選択していれば,
2174 操作は選択範囲の全てに対して行われます.
2175 \family default
2176 \series default
2177 \shape default
2178 \size default
2179 \emph default
2180 \bar default
2181 \noun default
2182 \color inherit
2183 セルの
2184 \emph on
2185 内容
2186 \emph default
2187 を選択するのと,
2188 セル自体を選択するのは異なることに注意して下さい.
2189 \begin_inset Newline newline
2190 \end_inset
2191
2192 ダイアログオプションの
2193 \family sans
2194 直ちに適用
2195 \family default
2196 を使用すると,
2197 ダイアログ中に行った変更が直ちに適用されるようになります.カーソルを別のセルに移動すると,
2198 ダイアログも新しいセルのパラメーターに更新されます.ダイアログ中の長さの値を変更した場合には,
2199 リターンを押さないと変更が適用されません.
2200 \begin_inset Newline newline
2201 \end_inset
2202
2203 表ダイアログの以下の各タブを使用して,
2204 表に変更を加えることができます.
2205 \end_layout
2206
2207 \begin_layout Description
2208 表の設定 ここでは,
2209 現在列の幅と水平揃えを設定することができます.
2210 \family sans
2211 小数点で
2212 \family default
2213 とある揃えは,
2214
2215 \begin_inset CommandInset ref
2216 LatexCommand ref
2217 reference "subsec:特殊なセル揃え"
2218 nolink "false"
2219
2220 \end_inset
2221
2222 で説明されています.幅を設定した場合には,
2223 現在行の垂直揃えも調整することができます.列幅を与えると,
2224 改行や多段落の文章をセルに入れることができます.これに関しては,
2225
2226 \begin_inset CommandInset ref
2227 LatexCommand ref
2228 reference "subsec:複数行"
2229 nolink "false"
2230
2231 \end_inset
2232
2233 節をご参照下さい.列幅を設定しない場合には,
2234 列幅は,
2235 もっとも幅の広いセル内容の幅になります.
2236 \begin_inset Newline newline
2237 \end_inset
2238
2239 さらに,
2240 同一行の一つまたは複数のセルを連結列セルとして指定することができます.これに関しては,
2241
2242 \begin_inset CommandInset ref
2243 LatexCommand ref
2244 reference "subsec:連結列"
2245 nolink "false"
2246
2247 \end_inset
2248
2249 節をご参照下さい.あるいは同一列のセルを連結行セルとして指定することもできます.これについては,
2250
2251 \begin_inset CommandInset ref
2252 LatexCommand ref
2253 reference "subsec:連結行"
2254 nolink "false"
2255
2256 \end_inset
2257
2258 節をご参照ください.
2259 \begin_inset Newline newline
2260 \end_inset
2261
2262 回転関連のチェックボックスは,
2263 現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます.回転は,
2264 \SpecialChar LyX
2265 内部では反映されず,
2266 出力にのみ現れます.詳細については,
2267
2268 \begin_inset CommandInset ref
2269 LatexCommand ref
2270 reference "sec:表セルの回転"
2271 nolink "false"
2272
2273 \end_inset
2274
2275 節をご覧下さい.
2276 \begin_inset Newline newline
2277 \end_inset
2278
2279
2280 \begin_inset Note Greyedout
2281 status open
2282
2283 \begin_layout Plain Layout
2284
2285 \series bold
2286 [註]
2287 \series default
2288 DVIビューアのすべてが回転を表示できるわけではありません.
2289 \end_layout
2290
2291 \end_inset
2292
2293
2294 \begin_inset Newline newline
2295 \end_inset
2296
2297 下記は,
2298 本文行中の表に,
2299 表全体の垂直揃えを適用したものです.
2300 \begin_inset Newline newline
2301 \end_inset
2302
2303 各種の揃えを適用した同一行中の表:
2304
2305 \begin_inset Tabular
2306 <lyxtabular version="3" rows="2" columns="2">
2307 <features tabularvalignment="top">
2308 <column alignment="center" valignment="top" width="0pt">
2309 <column alignment="center" valignment="top">
2310 <row>
2311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2312 \begin_inset Text
2313
2314 \begin_layout Plain Layout
2315
2316 \end_layout
2317
2318 \end_inset
2319 </cell>
2320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2321 \begin_inset Text
2322
2323 \begin_layout Plain Layout
2324 1
2325 \end_layout
2326
2327 \end_inset
2328 </cell>
2329 </row>
2330 <row>
2331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2332 \begin_inset Text
2333
2334 \begin_layout Plain Layout
2335 A
2336 \end_layout
2337
2338 \end_inset
2339 </cell>
2340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Plain Layout
2344
2345 \end_layout
2346
2347 \end_inset
2348 </cell>
2349 </row>
2350 </lyxtabular>
2351
2352 \end_inset
2353
2354  
2355 \begin_inset Tabular
2356 <lyxtabular version="3" rows="2" columns="2">
2357 <features tabularvalignment="middle">
2358 <column alignment="center" valignment="top">
2359 <column alignment="center" valignment="top">
2360 <row>
2361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2362 \begin_inset Text
2363
2364 \begin_layout Plain Layout
2365
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374 1
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 </row>
2380 <row>
2381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385 A
2386 \end_layout
2387
2388 \end_inset
2389 </cell>
2390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2391 \begin_inset Text
2392
2393 \begin_layout Plain Layout
2394
2395 \end_layout
2396
2397 \end_inset
2398 </cell>
2399 </row>
2400 </lyxtabular>
2401
2402 \end_inset
2403
2404  
2405 \begin_inset Tabular
2406 <lyxtabular version="3" rows="2" columns="2">
2407 <features tabularvalignment="bottom">
2408 <column alignment="center" valignment="top" width="0pt">
2409 <column alignment="center" valignment="top">
2410 <row>
2411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Plain Layout
2415
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424 1
2425 \end_layout
2426
2427 \end_inset
2428 </cell>
2429 </row>
2430 <row>
2431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2432 \begin_inset Text
2433
2434 \begin_layout Plain Layout
2435 A
2436 \end_layout
2437
2438 \end_inset
2439 </cell>
2440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2441 \begin_inset Text
2442
2443 \begin_layout Plain Layout
2444
2445 \end_layout
2446
2447 \end_inset
2448 </cell>
2449 </row>
2450 </lyxtabular>
2451
2452 \end_inset
2453
2454
2455 \begin_inset Newline newline
2456 \end_inset
2457
2458 また,
2459 特殊な表設定に必要な\SpecialChar LaTeX
2460 引数を入力することもできます.これに関しては,
2461
2462 \begin_inset CommandInset ref
2463 LatexCommand ref
2464 reference "subsec:連結列の計算"
2465 nolink "false"
2466
2467 \end_inset
2468
2469 節および第
2470 \begin_inset CommandInset ref
2471 LatexCommand ref
2472 reference "sec:色付きの表"
2473 nolink "false"
2474
2475 \end_inset
2476
2477 節をご参照下さい.
2478 \end_layout
2479
2480 \begin_layout Description
2481 罫線 このタブでは,
2482 現在列ないし現在行の罫線を引いたり消したりすることができます.
2483 \begin_inset Newline newline
2484 \end_inset
2485
2486 様式オプションとして
2487 \family sans
2488 \series bold
2489 フォーマル様式
2490 \family default
2491 \series default
2492 を使用すると,
2493
2494 \begin_inset CommandInset ref
2495 LatexCommand ref
2496 reference "sec:フォーマル様式の表"
2497 nolink "false"
2498
2499 \end_inset
2500
2501 節に述べられているフォーマル様式の表に表を変換します.
2502 \begin_inset Newline newline
2503 \end_inset
2504
2505 またここで,
2506
2507 \begin_inset CommandInset ref
2508 LatexCommand ref
2509 reference "subsec:行の余白取り"
2510 nolink "false"
2511
2512 \end_inset
2513
2514 節に述べられているように,
2515 表の行に空白を追加することもできます.
2516 \end_layout
2517
2518 \begin_layout Description
2519 多頁表 このタブは,
2520 複数のページにわたる,
2521 いわゆる「
2522 \emph on
2523 多頁表
2524 \emph default
2525 」を作るためのものです.第
2526 \begin_inset CommandInset ref
2527 LatexCommand ref
2528 reference "sec:多頁表"
2529 nolink "false"
2530
2531 \end_inset
2532
2533 節および第
2534 \begin_inset CommandInset ref
2535 LatexCommand ref
2536 reference "sec:多頁表にまつわる諸点"
2537 nolink "false"
2538
2539 \end_inset
2540
2541 節に,
2542 多頁表の機能に関する詳細な説明があります.
2543 \end_layout
2544
2545 \begin_layout Section
2546 表ツールバー
2547 \begin_inset Index idx
2548 range none
2549 pageformat default
2550 status collapsed
2551
2552 \begin_layout Plain Layout
2553 \begin_inset IndexMacro sortkey
2554 status open
2555
2556 \begin_layout Plain Layout
2557 ひよう
2558 \end_layout
2559
2560 \end_inset
2561
2562
2563 \begin_inset IndexMacro subentry
2564 status open
2565
2566 \begin_layout Plain Layout
2567 \begin_inset IndexMacro sortkey
2568 status open
2569
2570 \begin_layout Plain Layout
2571 つるは
2572 \end_layout
2573
2574 \end_inset
2575
2576 ツールバー
2577 \end_layout
2578
2579 \end_inset
2580
2581
2582 \end_layout
2583
2584 \end_inset
2585
2586
2587 \end_layout
2588
2589 \begin_layout Standard
2590 表ツールバーは,
2591 表ダイアログの代わりに,
2592 表をすばやく変更できるようにするためのものです.通常,
2593 カーソルが表の内部にあるときに,
2594 \SpecialChar LyX
2595 のメインウィンドウの底部に表示されます.ご希望であれば,
2596 \SpecialChar LyX
2597 のメインメニューバーを右クリックすることによって,
2598 つねに表示されるように切り替えることもできます.
2599 \end_layout
2600
2601 \begin_layout Standard
2602 ツールバーには,
2603 以下のアイコンがあります.
2604 \end_layout
2605
2606 \begin_layout Labeling
2607 \labelwidthstring 00.00.0000
2608
2609 \family sans
2610 \begin_inset Info
2611 type  "icon"
2612 arg   "tabular-feature append-row"
2613 \end_inset
2614
2615
2616 \family default
2617  は,
2618 現在セルあるいは選択範囲の下に行を追加します.
2619 \end_layout
2620
2621 \begin_layout Labeling
2622 \labelwidthstring 00.00.0000
2623
2624 \family sans
2625 \begin_inset Info
2626 type  "icon"
2627 arg   "tabular-feature append-column"
2628 \end_inset
2629
2630
2631 \family default
2632  は,
2633 現在セルあるいは選択範囲の右に列を追加します.
2634 \end_layout
2635
2636 \begin_layout Labeling
2637 \labelwidthstring 00.00.0000
2638
2639 \family sans
2640 \begin_inset Info
2641 type  "icon"
2642 arg   "tabular-feature delete-row"
2643 \end_inset
2644
2645
2646 \family default
2647  は,
2648 現在行あるいは選択範囲行を削除します.
2649 \end_layout
2650
2651 \begin_layout Labeling
2652 \labelwidthstring 00.00.0000
2653
2654 \family sans
2655 \begin_inset Info
2656 type  "icon"
2657 arg   "tabular-feature delete-column"
2658 \end_inset
2659
2660
2661 \family default
2662  は,
2663 現在列あるいは選択範囲列を削除します.
2664 \end_layout
2665
2666 \begin_layout Labeling
2667 \labelwidthstring 00.00.0000
2668 \begin_inset Info
2669 type  "icon"
2670 arg   "tabular-feature move-row-up"
2671 \end_inset
2672
2673  は,
2674 行を上に移動します.
2675 \end_layout
2676
2677 \begin_layout Labeling
2678 \labelwidthstring 00.00.0000
2679 \begin_inset Info
2680 type  "icon"
2681 arg   "tabular-feature move-column-left"
2682 \end_inset
2683
2684  は,
2685 列を左に移動します.
2686 \end_layout
2687
2688 \begin_layout Labeling
2689 \labelwidthstring 00.00.0000
2690 \begin_inset Info
2691 type  "icon"
2692 arg   "tabular-feature move-row-down"
2693 \end_inset
2694
2695  は,
2696 行を下に移動します.
2697 \end_layout
2698
2699 \begin_layout Labeling
2700 \labelwidthstring 00.00.0000
2701 \begin_inset Info
2702 type  "icon"
2703 arg   "tabular-feature move-column-right"
2704 \end_inset
2705
2706  は,
2707 列を右に移動します.
2708 \end_layout
2709
2710 \begin_layout Labeling
2711 \labelwidthstring 00.00.0000
2712
2713 \family sans
2714 \begin_inset Info
2715 type  "icon"
2716 arg   "tabular-feature toggle-line-top"
2717 \end_inset
2718
2719
2720 \family default
2721  は,
2722 現在セルや現在行,
2723 あるいは選択範囲の上部に罫線を描画します.
2724 \end_layout
2725
2726 \begin_layout Labeling
2727 \labelwidthstring 00.00.0000
2728
2729 \family sans
2730 \begin_inset Info
2731 type  "icon"
2732 arg   "tabular-feature toggle-line-bottom"
2733 \end_inset
2734
2735
2736 \family default
2737  は,
2738 現在セルや現在行,
2739 あるいは選択範囲の下部に罫線を描画します.
2740 \end_layout
2741
2742 \begin_layout Labeling
2743 \labelwidthstring 00.00.0000
2744
2745 \family sans
2746 \begin_inset Info
2747 type  "icon"
2748 arg   "tabular-feature toggle-line-left"
2749 \end_inset
2750
2751
2752 \family default
2753  は,
2754 現在セルや現在行,
2755 あるいは選択範囲の左側に罫線を描画します.
2756 \end_layout
2757
2758 \begin_layout Labeling
2759 \labelwidthstring 00.00.0000
2760
2761 \family sans
2762 \begin_inset Info
2763 type  "icon"
2764 arg   "tabular-feature toggle-line-right"
2765 \end_inset
2766
2767
2768 \family default
2769  は,
2770 現在セルや現在行,
2771 あるいは選択範囲の右側に罫線を描画します.
2772 \end_layout
2773
2774 \begin_layout Labeling
2775 \labelwidthstring 00.00.0000
2776
2777 \family sans
2778 \begin_inset Info
2779 type  "icon"
2780 arg   "tabular-feature set-all-lines"
2781 \end_inset
2782
2783
2784 \family default
2785  は,
2786 現在セルあるいは選択範囲の周囲に罫線を描画します.現在セルが連結列でなければ,
2787 現在行と現在列にも影響します.
2788 \end_layout
2789
2790 \begin_layout Labeling
2791 \labelwidthstring 00.00.0000
2792
2793 \family sans
2794 \begin_inset Info
2795 type  "icon"
2796 arg   "tabular-feature unset-all-lines"
2797 \end_inset
2798
2799
2800 \family default
2801  は,
2802 現在セルあるいは選択範囲のすべての罫線を消去します.現在セルが連結列でなければ,
2803 現在行と現在列にも影響します.
2804 \end_layout
2805
2806 \begin_layout Labeling
2807 \labelwidthstring 00.00.0000
2808
2809 \family sans
2810 \begin_inset Info
2811 type  "icon"
2812 arg   "tabular-feature m-align-left"
2813 \end_inset
2814
2815
2816 \family default
2817  は,
2818 現在セルあるいは現在列の内容を左揃えにします.
2819 \end_layout
2820
2821 \begin_layout Labeling
2822 \labelwidthstring 00.00.0000
2823
2824 \family sans
2825 \begin_inset Info
2826 type  "icon"
2827 arg   "tabular-feature m-align-center"
2828 \end_inset
2829
2830
2831 \family default
2832  は,
2833 現在セルあるいは現在列の内容を水平方向中央揃えにします.
2834 \end_layout
2835
2836 \begin_layout Labeling
2837 \labelwidthstring 00.00.0000
2838
2839 \family sans
2840 \begin_inset Info
2841 type  "icon"
2842 arg   "tabular-feature m-align-right"
2843 \end_inset
2844
2845
2846 \family default
2847  は,
2848 現在セルあるいは現在列の内容を右揃えにします.
2849 \end_layout
2850
2851 \begin_layout Labeling
2852 \labelwidthstring 00.00.0000
2853
2854 \family sans
2855 \begin_inset Info
2856 type  "icon"
2857 arg   "tabular-feature align-decimal"
2858 \end_inset
2859
2860
2861 \family default
2862  は,
2863 現在セルの内容を特定文字位置で揃えます.
2864 \end_layout
2865
2866 \begin_layout Labeling
2867 \labelwidthstring 00.00.0000
2868
2869 \family sans
2870 \begin_inset Info
2871 type  "icon"
2872 arg   "tabular-feature m-valign-top"
2873 \end_inset
2874
2875
2876 \family default
2877  は,
2878 現在セルの内容を垂直方向上揃えにします.
2879 \end_layout
2880
2881 \begin_layout Labeling
2882 \labelwidthstring 00.00.0000
2883
2884 \family sans
2885 \begin_inset Info
2886 type  "icon"
2887 arg   "tabular-feature m-valign-middle"
2888 \end_inset
2889
2890
2891 \family default
2892  は,
2893 現在セルの内容を垂直方向中央揃えにします.
2894 \end_layout
2895
2896 \begin_layout Labeling
2897 \labelwidthstring 00.00.0000
2898
2899 \family sans
2900 \begin_inset Info
2901 type  "icon"
2902 arg   "tabular-feature m-valign-bottom"
2903 \end_inset
2904
2905
2906 \family default
2907  は,
2908 現在セルの内容を垂直方向下揃えにします.
2909 \end_layout
2910
2911 \begin_layout Labeling
2912 \labelwidthstring 00.00.0000
2913
2914 \family sans
2915 \begin_inset Info
2916 type  "icon"
2917 arg   "tabular-feature set-rotate-cell"
2918 \end_inset
2919
2920
2921 \family default
2922  は,
2923 現在セルあるいは選択範囲を反時計廻りに90度回転します.
2924 \end_layout
2925
2926 \begin_layout Labeling
2927 \labelwidthstring 00.00.0000
2928
2929 \family sans
2930 \begin_inset Info
2931 type  "icon"
2932 arg   "tabular-feature set-rotate-tabular"
2933 \end_inset
2934
2935
2936 \family default
2937  は,
2938 表全体を反時計廻りに90度回転します.
2939 \end_layout
2940
2941 \begin_layout Labeling
2942 \labelwidthstring 00.00.0000
2943
2944 \family sans
2945 \begin_inset Info
2946 type  "icon"
2947 arg   "tabular-feature multicolumn"
2948 \end_inset
2949
2950
2951 \family default
2952  は,
2953 現在セルあるいは選択範囲を連結列にします.
2954 \end_layout
2955
2956 \begin_layout Labeling
2957 \labelwidthstring 00.00.0000
2958
2959 \family sans
2960 \begin_inset Info
2961 type  "icon"
2962 arg   "tabular-feature multirow"
2963 \end_inset
2964
2965
2966 \family default
2967  は,
2968 現在セルあるいは選択範囲を連結行にします.
2969 \end_layout
2970
2971 \begin_layout Standard
2972 \begin_inset Note Greyedout
2973 status open
2974
2975 \begin_layout Plain Layout
2976
2977 \series bold
2978 [註]
2979 \series default
2980 出力では,
2981 行の最初のセルの垂直揃えが,
2982 同一行の他のセルすべてに適用されます.
2983 \end_layout
2984
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \begin_layout Section
2991 表編集メニュー
2992 \begin_inset Index idx
2993 range none
2994 pageformat default
2995 status collapsed
2996
2997 \begin_layout Plain Layout
2998 \begin_inset IndexMacro sortkey
2999 status open
3000
3001 \begin_layout Plain Layout
3002 ひよう
3003 \end_layout
3004
3005 \end_inset
3006
3007
3008 \begin_inset IndexMacro subentry
3009 status open
3010
3011 \begin_layout Plain Layout
3012 \begin_inset IndexMacro sortkey
3013 status open
3014
3015 \begin_layout Plain Layout
3016 へんしゆうめにゆ
3017 \end_layout
3018
3019 \end_inset
3020
3021 編集メニュー
3022 \end_layout
3023
3024 \end_inset
3025
3026
3027 \end_layout
3028
3029 \end_inset
3030
3031
3032 \end_layout
3033
3034 \begin_layout Standard
3035 表ダイアログと表ツールバーの他に,
3036
3037 \family sans
3038 編集\SpecialChar menuseparator
3039
3040 \family default
3041 メニューでも,
3042 現在行や現在列の罫線を引いたり消したりすることができ,
3043 あるいは現在の選択範囲を連結列に指定したりすることができます.このメニューは,
3044 カーソルが表内部にあるときのみ,
3045 表示されます.
3046 \end_layout
3047
3048 \begin_layout Section
3049 表フロート
3050 \begin_inset CommandInset label
3051 LatexCommand label
3052 name "sec:表フロート"
3053
3054 \end_inset
3055
3056
3057 \begin_inset Index idx
3058 range none
3059 pageformat default
3060 status collapsed
3061
3062 \begin_layout Plain Layout
3063 \begin_inset IndexMacro sortkey
3064 status open
3065
3066 \begin_layout Plain Layout
3067 ふろと
3068 \end_layout
3069
3070 \end_inset
3071
3072 フロート
3073 \begin_inset IndexMacro subentry
3074 status open
3075
3076 \begin_layout Plain Layout
3077 \begin_inset IndexMacro sortkey
3078 status open
3079
3080 \begin_layout Plain Layout
3081 ひよう
3082 \end_layout
3083
3084 \end_inset
3085
3086
3087 \end_layout
3088
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \end_inset
3095
3096
3097 \begin_inset Index idx
3098 range none
3099 pageformat default
3100 status collapsed
3101
3102 \begin_layout Plain Layout
3103 ひよう@表!ふろと@フロート
3104 \end_layout
3105
3106 \end_inset
3107
3108
3109 \end_layout
3110
3111 \begin_layout Standard
3112 フロートの一般的な説明については,
3113
3114 \begin_inset CommandInset ref
3115 LatexCommand ref
3116 reference "sec:フロートはじめに"
3117 nolink "false"
3118
3119 \end_inset
3120
3121 節をご覧下さい.
3122 \end_layout
3123
3124 \begin_layout Standard
3125 \begin_inset Float table
3126 placement h
3127 alignment document
3128 wide false
3129 sideways false
3130 status open
3131
3132 \begin_layout Plain Layout
3133 \begin_inset Caption Standard
3134
3135 \begin_layout Plain Layout
3136 \begin_inset CommandInset label
3137 LatexCommand label
3138 name "tab:表フロート"
3139
3140 \end_inset
3141
3142 表フロート
3143 \end_layout
3144
3145 \end_inset
3146
3147
3148 \end_layout
3149
3150 \begin_layout Plain Layout
3151 \align center
3152 \begin_inset Tabular
3153 <lyxtabular version="3" rows="3" columns="3">
3154 <features tabularvalignment="middle">
3155 <column alignment="center" valignment="top" width="0pt">
3156 <column alignment="center" valignment="top" width="0pt">
3157 <column alignment="center" valignment="top" width="0pt">
3158 <row>
3159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163
3164 \family roman
3165 \series medium
3166 \shape up
3167 \size normal
3168 \emph off
3169 \bar no
3170 \noun off
3171 \color none
3172 1
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181
3182 \family roman
3183 \series medium
3184 \shape up
3185 \size normal
3186 \emph off
3187 \bar no
3188 \noun off
3189 \color none
3190 2
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199
3200 \family roman
3201 \series medium
3202 \shape up
3203 \size normal
3204 \emph off
3205 \bar no
3206 \noun off
3207 \color none
3208 3
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 </row>
3214 <row>
3215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219 森嶋
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 宇沢
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 二階堂
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 <row>
3244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \family roman
3250 \series medium
3251 \shape up
3252 \size normal
3253 \emph off
3254 \bar no
3255 \noun off
3256 \color none
3257 \begin_inset Formula $\int x^{2}dx$
3258 \end_inset
3259
3260
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \family roman
3271 \series medium
3272 \shape up
3273 \size normal
3274 \emph off
3275 \bar no
3276 \noun off
3277 \color none
3278 \begin_inset Formula $\left[\begin{array}{cc}
3279 a & b\\
3280 c & d
3281 \end{array}\right]$
3282 \end_inset
3283
3284
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293
3294 \family roman
3295 \series medium
3296 \shape up
3297 \size normal
3298 \emph off
3299 \bar no
3300 \noun off
3301 \color none
3302 \begin_inset Formula $1+1=2$
3303 \end_inset
3304
3305
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 </row>
3311 </lyxtabular>
3312
3313 \end_inset
3314
3315
3316 \end_layout
3317
3318 \end_inset
3319
3320
3321 \end_layout
3322
3323 \begin_layout Standard
3324 表フロートは,
3325
3326 \family sans
3327 \series bold
3328 挿入\SpecialChar menuseparator
3329 フロート\SpecialChar menuseparator
3330
3331 \family default
3332 \series default
3333
3334 \begin_inset space \thinspace{}
3335 \end_inset
3336
3337 メニューかツールバーボタン
3338 \family sans
3339
3340 \begin_inset Info
3341 type  "icon"
3342 arg   "float-insert table"
3343 \end_inset
3344
3345
3346 \family default
3347 を使うと挿入することができます.
3348 \end_layout
3349
3350 \begin_layout Standard
3351 フロートは折りたたむことのできるボックスとして表示され,
3352 中には「表
3353 \begin_inset space ~
3354 \end_inset
3355
3356 #:」(#は実際には表番号です)というラベルのついたキャプションがあります.表は,
3357 このキャプションの上にも下にも入れることができます.
3358 \end_layout
3359
3360 \begin_layout Standard
3361
3362 \begin_inset space ~
3363 \end_inset
3364
3365
3366 \begin_inset CommandInset ref
3367 LatexCommand ref
3368 reference "tab:表フロート"
3369 nolink "false"
3370
3371 \end_inset
3372
3373 は,
3374 表フロートに入れた表の例です.
3375 \end_layout
3376
3377 \begin_layout Standard
3378 キャプションを表の上に入れるのは,
3379 標準的な組版方法ですが,
3380 残念ながら\SpecialChar LaTeX
3381 の標準クラスではサポートされていません.つまり,
3382 article・book・letter・reportのような文書クラスを使用した場合には,
3383 キャプションと表のあいだに余白が入りません.必要な余白を入れるには,
3384 使用中の文書のプリアンブルに,
3385 LaTeXパッケージの
3386 \series bold
3387 caption
3388 \series default
3389
3390 \begin_inset Index idx
3391 range none
3392 pageformat default
3393 status collapsed
3394
3395 \begin_layout Plain Layout
3396 \begin_inset IndexMacro sortkey
3397 status open
3398
3399 \begin_layout Plain Layout
3400 LaTeXはつけし
3401 \end_layout
3402
3403 \end_inset
3404
3405 \SpecialChar LaTeX
3406 パッケージ
3407 \begin_inset IndexMacro subentry
3408 status open
3409
3410 \begin_layout Plain Layout
3411 caption
3412 \end_layout
3413
3414 \end_inset
3415
3416
3417 \end_layout
3418
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \begin_layout Standard
3425
3426 \series bold
3427 tableposition=top
3428 \end_layout
3429
3430 \begin_layout Standard
3431 というオプションとともにloadコマンドを使って読み込んでください
3432 \begin_inset Foot
3433 status collapsed
3434
3435 \begin_layout Plain Layout
3436 詳しくは,
3437
3438 \begin_inset CommandInset ref
3439 LatexCommand ref
3440 reference "sec:キャプションの配置"
3441 nolink "false"
3442
3443 \end_inset
3444
3445 節をご覧下さい.
3446 \end_layout
3447
3448 \end_inset
3449
3450 .キャプション書式を調整するには,
3451
3452 \begin_inset CommandInset ref
3453 LatexCommand ref
3454 reference "sec:キャプションの書式設定"
3455 nolink "false"
3456
3457 \end_inset
3458
3459 節にものべられているように
3460 \series bold
3461 caption
3462 \series default
3463 パッケージを使用します.
3464 \end_layout
3465
3466 \begin_layout Standard
3467 \begin_inset Index idx
3468 range none
3469 pageformat default
3470 status collapsed
3471
3472 \begin_layout Plain Layout
3473 \begin_inset IndexMacro sortkey
3474 status open
3475
3476 \begin_layout Plain Layout
3477 さんしよう
3478 \end_layout
3479
3480 \end_inset
3481
3482 参照
3483 \begin_inset IndexMacro subentry
3484 status open
3485
3486 \begin_layout Plain Layout
3487 \begin_inset IndexMacro sortkey
3488 status open
3489
3490 \begin_layout Plain Layout
3491 ひようへの
3492 \end_layout
3493
3494 \end_inset
3495
3496 表への—
3497
3498
3499 \end_layout
3500
3501 \end_inset
3502
3503
3504 \end_layout
3505
3506 \end_inset
3507
3508 表は,
3509 本文中において,
3510 ラベルを参照することによって相互参照することができます.そのためには,
3511
3512 \family sans
3513 \series bold
3514 挿入\SpecialChar menuseparator
3515 ラベル
3516 \family default
3517 \series default
3518
3519 \begin_inset space \thinspace{}
3520 \end_inset
3521
3522 メニューかツールバーボタンの
3523 \family sans
3524
3525 \begin_inset Info
3526 type  "icon"
3527 arg   "label-insert"
3528 \end_inset
3529
3530
3531 \family default
3532 を用いて,
3533 キャプションにラベルを挿入して下さい.然る後に,
3534
3535 \family sans
3536 \series bold
3537 挿入\SpecialChar menuseparator
3538 相互参照
3539 \family default
3540 \series default
3541
3542 \begin_inset space \thinspace{}
3543 \end_inset
3544
3545 メニューかツールバーボタンの
3546 \family sans
3547
3548 \begin_inset Info
3549 type  "icon"
3550 arg   "dialog-show-new-inset ref"
3551 \end_inset
3552
3553
3554 \family default
3555 を用いて,
3556 このラベルを参照することができます.
3557 \begin_inset Newline newline
3558 \end_inset
3559
3560 参照は,
3561
3562 \begin_inset CommandInset ref
3563 LatexCommand ref
3564 reference "sec:フロートの参照"
3565 nolink "false"
3566
3567 \end_inset
3568
3569 節で詳細に説明されています.
3570 \end_layout
3571
3572 \begin_layout Section
3573 多頁表
3574 \begin_inset CommandInset label
3575 LatexCommand label
3576 name "sec:多頁表"
3577
3578 \end_inset
3579
3580
3581 \begin_inset Index idx
3582 range none
3583 pageformat default
3584 status collapsed
3585
3586 \begin_layout Plain Layout
3587 \begin_inset IndexMacro sortkey
3588 status open
3589
3590 \begin_layout Plain Layout
3591 たへえしひよう
3592 \end_layout
3593
3594 \end_inset
3595
3596 多頁表
3597 \end_layout
3598
3599 \end_inset
3600
3601
3602 \begin_inset Index idx
3603 range none
3604 pageformat default
3605 status collapsed
3606
3607 \begin_layout Plain Layout
3608 \begin_inset IndexMacro sortkey
3609 status open
3610
3611 \begin_layout Plain Layout
3612 ひよう
3613 \end_layout
3614
3615 \end_inset
3616
3617
3618 \begin_inset IndexMacro subentry
3619 status open
3620
3621 \begin_layout Plain Layout
3622 \begin_inset IndexMacro sortkey
3623 status open
3624
3625 \begin_layout Plain Layout
3626 たへえしひよう
3627 \end_layout
3628
3629 \end_inset
3630
3631 多頁—
3632
3633
3634 \end_layout
3635
3636 \end_inset
3637
3638
3639 \end_layout
3640
3641 \end_inset
3642
3643
3644 \end_layout
3645
3646 \begin_layout Standard
3647 表が長すぎて1ページに収まりきらないときには,
3648 表ダイアログの
3649 \family sans
3650 多頁表
3651 \family default
3652 タブにある
3653 \family sans
3654 多頁表を使う
3655 \family default
3656 オプションを使用して,
3657 複数ページに自動的に分割させることができます.このオプションを有効にすると,
3658 いくつかのチェックボックスが使えるようになり,
3659 以下のものを定義することができるようになります.
3660 \end_layout
3661
3662 \begin_layout Description
3663 ヘッダ:
3664  カーソル位置の行が,
3665 多頁表の全ページに表示されるヘッダ行として定義されます.
3666 \family roman
3667 \series medium
3668 \shape up
3669 \size normal
3670 \emph off
3671 \bar no
3672 \noun off
3673 \color none
3674 ただし,
3675
3676 \family sans
3677 \series default
3678 \shape default
3679 \size default
3680 \emph default
3681 \bar default
3682 \noun default
3683 \color inherit
3684 冒頭ヘッダ
3685 \family roman
3686 \series medium
3687 \shape up
3688 \size normal
3689 \emph off
3690 \bar no
3691 \noun off
3692 \color none
3693 が定義されているときは,
3694 冒頭ページを除きます.
3695 \family default
3696 \series default
3697 \shape default
3698 \size default
3699 \emph default
3700 \bar default
3701 \noun default
3702 \color inherit
3703 これと区別して,
3704 このヘッダは本体ヘッダと呼びます.
3705 \end_layout
3706
3707 \begin_layout Description
3708 冒頭ヘッダ:
3709  カーソル位置の行が,
3710 多頁表の最初のページに表示されるヘッダ行として定義されます.
3711 \end_layout
3712
3713 \begin_layout Description
3714 フッタ:
3715  カーソル位置の行が,
3716 多頁表の全ページに表示されるフッタ行として定義されます.
3717 \family roman
3718 \series medium
3719 \shape up
3720 \size normal
3721 \emph off
3722 \bar no
3723 \noun off
3724 \color none
3725 ただし,
3726
3727 \family sans
3728 \series default
3729 \shape default
3730 \size default
3731 \emph default
3732 \bar default
3733 \noun default
3734 \color inherit
3735 末尾フッタ
3736 \family roman
3737 \series medium
3738 \shape up
3739 \size normal
3740 \emph off
3741 \bar no
3742 \noun off
3743 \color none
3744 が定義されているときは,
3745 末尾ページを除きます.
3746 \end_layout
3747
3748 \begin_layout Description
3749 末尾フッタ:
3750  カーソル位置の行が,
3751 多頁表の最後のページに表示されるフッタ行として定義されます.
3752 \end_layout
3753
3754 \begin_layout Description
3755 キャプション:
3756  カーソル位置の行を表のキャプションにします.この行は一列にリセットされ,
3757 キャプションが挿入されます.多頁表のキャプションについての詳細は,
3758
3759 \begin_inset CommandInset ref
3760 LatexCommand ref
3761 reference "subsec:多頁表のキャプション"
3762 nolink "false"
3763
3764 \end_inset
3765
3766 節で説明されています.
3767 \end_layout
3768
3769 \begin_layout Standard
3770 加えて,
3771 表が分割される行を指定することができます.多頁表の動作を見るために以下の例を参照してください.
3772 \end_layout
3773
3774 \begin_layout Standard
3775 \align center
3776 \begin_inset Tabular
3777 <lyxtabular version="3" rows="69" columns="3">
3778 <features islongtable="true" longtabularalignment="center">
3779 <column alignment="left" valignment="top" width="0cm">
3780 <column alignment="left" valignment="top" width="0pt">
3781 <column alignment="center" valignment="top" width="0pt">
3782 <row endfirsthead="true">
3783 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787
3788 \series bold
3789 例示用電話帳(名前は無視してください)
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 </row>
3813 <row endfirsthead="true">
3814 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 氏名
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836
3837 \series bold
3838 TEL.
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 </row>
3844 <row endhead="true">
3845 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849
3850 \series bold
3851 例示用電話帳
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 </row>
3875 <row endhead="true">
3876 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 氏名
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898
3899 \series bold
3900 TEL.
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 </row>
3906 <row endfoot="true">
3907 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 次頁へつづく
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 <row>
3936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940
3941 \series bold
3942 Annovi
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 Silvia
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 111
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 </row>
3966 <row>
3967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971
3972 \series bold
3973 Bertoli
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 Stefano
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 111
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 </row>
3997 <row>
3998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002
4003 \series bold
4004 Bozzi
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 Walter
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 111
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row>
4029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033
4034 \series bold
4035 Cachia
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 Maria
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 111
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 </row>
4059 <row>
4060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064
4065 \series bold
4066 Cachia
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 Maurizio
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 111
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 <row>
4091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095
4096 \series bold
4097 Cinquemani
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 Giusi
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 111
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 </row>
4121 <row>
4122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \series bold
4128 Colin
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 Bernard
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 111
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 <row>
4153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157
4158 \series bold
4159 Concli
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 Gianfranco
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 111
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 </row>
4183 <row>
4184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188
4189 \series bold
4190 Dal Bosco
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 Carolina
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 111
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 <row>
4215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219
4220 \series bold
4221 Dalpiaz
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 Annamaria
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 111
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250
4251 \series bold
4252 Feliciello
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 Domenico
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 111
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \series bold
4283 Focarelli
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Paola
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 111
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312
4313 \series bold
4314 Galletti
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 Oreste
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 111
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 </row>
4338 <row>
4339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343
4344 \series bold
4345 Gasparini
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 Franca
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 111
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 </row>
4369 <row>
4370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374
4375 \series bold
4376 Rizzardi
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 Paola
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 111
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 </row>
4400 <row>
4401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405
4406 \series bold
4407 Lassini
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 Giancarlo
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 111
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436
4437 \series bold
4438 Malfatti
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 Luciano
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 111
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 </row>
4462 <row>
4463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467
4468 \series bold
4469 Malfatti
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 Valeriano
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 111
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 </row>
4493 <row>
4494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498
4499 \series bold
4500 Meneguzzo
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 Roberto
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 111
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 </row>
4524 <row>
4525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529
4530 \series bold
4531 Mezzadra
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 Roberto
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 111
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 </row>
4555 <row>
4556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560
4561 \series bold
4562 Pirpamer
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 Erich
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 111
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 </row>
4586 <row>
4587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591
4592 \series bold
4593 Pochiesa
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 Paolo
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 111,
4612  222
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 </row>
4618 <row>
4619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623
4624 \series bold
4625 Radina
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 <cell alignment="center" valignment="top" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634 Claudio
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643 111
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 </row>
4649 <row>
4650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654
4655 \series bold
4656 Stuffer
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 <cell alignment="center" valignment="top" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665 Oskar
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4671 \begin_inset Text
4672
4673 \begin_layout Plain Layout
4674 111
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 </row>
4680 <row>
4681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685
4686 \series bold
4687 Tacchelli
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 <cell alignment="center" valignment="top" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696 Ugo
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 111
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 </row>
4711 <row>
4712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716
4717 \series bold
4718 Tezzele
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 <cell alignment="center" valignment="top" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 Margit
4728 \end_layout
4729
4730 \end_inset
4731 </cell>
4732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4733 \begin_inset Text
4734
4735 \begin_layout Plain Layout
4736 111
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 </row>
4742 <row>
4743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747
4748 \series bold
4749 Unterkalmsteiner
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 <cell alignment="center" valignment="top" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758 Frieda
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4764 \begin_inset Text
4765
4766 \begin_layout Plain Layout
4767 111
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 </row>
4773 <row>
4774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778
4779 \series bold
4780 Vieider
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 <cell alignment="center" valignment="top" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789 Hilde
4790 \end_layout
4791
4792 \end_inset
4793 </cell>
4794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 111
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 </row>
4804 <row>
4805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809
4810 \series bold
4811 Vigna
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 <cell alignment="center" valignment="top" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820 Jürgen
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 111
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 </row>
4835 <row>
4836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840
4841 \series bold
4842 Weber
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 <cell alignment="center" valignment="top" usebox="none">
4848 \begin_inset Text
4849
4850 \begin_layout Plain Layout
4851 Maurizio
4852 \end_layout
4853
4854 \end_inset
4855 </cell>
4856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4857 \begin_inset Text
4858
4859 \begin_layout Plain Layout
4860 111
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 </row>
4866 <row>
4867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871
4872 \series bold
4873 Winkler
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882 Franz
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 111
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 </row>
4897 <row>
4898 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902  
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 <row>
4927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931
4932 \series bold
4933 Annovi
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 Silvia
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 555
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 </row>
4957 <row>
4958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962
4963 \series bold
4964 Bertoli
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 Stefano
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 555
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row>
4989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \series bold
4995 Bozzi
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Walter
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 555
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 <row>
5020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024
5025 \series bold
5026 Cachia
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Maria
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044 555
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 </row>
5050 <row>
5051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055
5056 \series bold
5057 Cachia
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Maurizio
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 555
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 </row>
5081 <row>
5082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086
5087 \series bold
5088 Cinquemani
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 Giusi
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106 555
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 </row>
5112 <row>
5113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \series bold
5119 Colin
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 Bernard
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 555
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \series bold
5150 Concli
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 Gianfranco
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 555
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 </row>
5174 <row>
5175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179
5180 \series bold
5181 Dal Bosco
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 Carolina
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199 555
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 </row>
5205 <row>
5206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210
5211 \series bold
5212 Dalpiaz
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 Annamaria
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230 555
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 </row>
5236 <row>
5237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241
5242 \series bold
5243 Feliciello
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 Domenico
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 555
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 </row>
5267 <row>
5268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \series bold
5274 Focarelli
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 Paola
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292 555
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 </row>
5298 <row>
5299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303
5304 \series bold
5305 Galletti
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 Oreste
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 555
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row>
5330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334
5335 \series bold
5336 Gasparini
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 Franca
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 555
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 </row>
5360 <row>
5361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365
5366 \series bold
5367 Rizzardi
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 <cell alignment="center" valignment="top" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376 Paola
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385 555
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 </row>
5391 <row>
5392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396
5397 \series bold
5398 Lassini
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 Giancarlo
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 555
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 <row>
5423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427
5428 \series bold
5429 Malfatti
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 Luciano
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 555
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 </row>
5453 <row>
5454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458
5459 \series bold
5460 Malfatti
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 Valeriano
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 555
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 </row>
5484 <row>
5485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489
5490 \series bold
5491 Meneguzzo
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 Roberto
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 555
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 </row>
5515 <row>
5516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520
5521 \series bold
5522 Mezzadra
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 Roberto
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 555
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 </row>
5546 <row>
5547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551
5552 \series bold
5553 Pirpamer
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 Erich
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 555
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582
5583 \series bold
5584 Pochiesa
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 Paolo
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 555,
5603  222
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614
5615 \series bold
5616 Radina
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 <cell alignment="center" valignment="top" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625 Claudio
5626 \end_layout
5627
5628 \end_inset
5629 </cell>
5630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 555
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 </row>
5640 <row>
5641 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645
5646 \series bold
5647 Stuffer
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 Oskar
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 555
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 </row>
5671 <row>
5672 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676
5677 \series bold
5678 Tacchelli
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 Ugo
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 555
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 </row>
5702 <row>
5703 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707
5708 \series bold
5709 Tezzele
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 Margit
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 555
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 </row>
5733 <row>
5734 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738
5739 \series bold
5740 Unterkalmsteiner
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 Frieda
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 555
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 </row>
5764 <row>
5765 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769
5770 \series bold
5771 Vieider
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 Hilde
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 555
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 </row>
5795 <row>
5796 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800
5801 \series bold
5802 Vigna
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 Jürgen
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 999
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831
5832 \series bold
5833 Weber
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 Maurizio
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 555
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 </row>
5857 <row>
5858 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862
5863 \series bold
5864 Winkler
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 Franz
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 555
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 <row endlastfoot="true">
5889 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 以上
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 </row>
5917 </lyxtabular>
5918
5919 \end_inset
5920
5921
5922 \begin_inset ERT
5923 status collapsed
5924
5925 \begin_layout Plain Layout
5926
5927
5928 \backslash
5929 addtocounter{table}{-1}
5930 \end_layout
5931
5932 \end_inset
5933
5934
5935 \begin_inset Note Note
5936 status collapsed
5937
5938 \begin_layout Plain Layout
5939 本コマンドの説明については,
5940
5941 \begin_inset CommandInset ref
5942 LatexCommand ref
5943 reference "subsec:多頁表のキャプション"
5944 nolink "false"
5945
5946 \end_inset
5947
5948 節の最初の淡色註釈をご覧下さい.
5949 \end_layout
5950
5951 \end_inset
5952
5953
5954 \end_layout
5955
5956 \begin_layout Subsection
5957 多頁表での脚註
5958 \begin_inset CommandInset label
5959 LatexCommand label
5960 name "subsec:多頁表での脚注"
5961
5962 \end_inset
5963
5964
5965 \begin_inset Index idx
5966 range none
5967 pageformat default
5968 status collapsed
5969
5970 \begin_layout Plain Layout
5971 \begin_inset IndexMacro sortkey
5972 status open
5973
5974 \begin_layout Plain Layout
5975 たへえしひよう
5976 \end_layout
5977
5978 \end_inset
5979
5980 多頁表
5981 \begin_inset IndexMacro subentry
5982 status open
5983
5984 \begin_layout Plain Layout
5985 \begin_inset IndexMacro sortkey
5986 status open
5987
5988 \begin_layout Plain Layout
5989 きやくちゆう
5990 \end_layout
5991
5992 \end_inset
5993
5994 脚註
5995 \end_layout
5996
5997 \end_inset
5998
5999
6000 \end_layout
6001
6002 \end_inset
6003
6004
6005 \end_layout
6006
6007 \begin_layout Standard
6008 脚註は,
6009 どの多頁表セルにも入れることができます.脚註は,
6010 脚註のついた表セルのあるページの下部に表示されます.たとえば,
6011
6012 \begin_inset CommandInset ref
6013 LatexCommand ref
6014 reference "tab:別キャプション"
6015 nolink "false"
6016
6017 \end_inset
6018
6019 には脚註が付いています.
6020 \end_layout
6021
6022 \begin_layout Subsection
6023 多頁表の縦横揃え
6024 \begin_inset Index idx
6025 range none
6026 pageformat default
6027 status collapsed
6028
6029 \begin_layout Plain Layout
6030 \begin_inset IndexMacro sortkey
6031 status open
6032
6033 \begin_layout Plain Layout
6034 たへえしひよう
6035 \end_layout
6036
6037 \end_inset
6038
6039 多頁表
6040 \begin_inset IndexMacro subentry
6041 status open
6042
6043 \begin_layout Plain Layout
6044 \begin_inset IndexMacro sortkey
6045 status open
6046
6047 \begin_layout Plain Layout
6048 たてよこそろえ
6049 \end_layout
6050
6051 \end_inset
6052
6053 縦横揃え
6054 \end_layout
6055
6056 \end_inset
6057
6058
6059 \end_layout
6060
6061 \end_inset
6062
6063
6064 \end_layout
6065
6066 \begin_layout Standard
6067 表設定ダイアログでは,
6068 多頁表の水平揃えを指定することができます.左揃えや右揃えでは,
6069 表は直接ページ境界に寄せられます.表と境界の間に余白を加えるには,
6070 中央揃えに設定してから
6071 \end_layout
6072
6073 \begin_layout Standard
6074
6075 \series bold
6076
6077 \backslash
6078 setlength{
6079 \backslash
6080 LTleft}{値}
6081 \end_layout
6082
6083 \begin_layout Standard
6084 という行を当該多頁表の前に\SpecialChar TeX
6085 コードとして挿入して,
6086 長さ
6087 \series bold
6088
6089 \backslash
6090 LTleft
6091 \series default
6092 および
6093 \series bold
6094
6095 \backslash
6096 LTright
6097 \series default
6098 の値を変更しなくてはなりません.ここで「値」は,
6099
6100 \begin_inset CommandInset ref
6101 LatexCommand ref
6102 reference "tab:単位"
6103 nolink "false"
6104
6105 \end_inset
6106
6107 表に挙げてある単位であれば,
6108 どの単位を取ることもできます.
6109 \series bold
6110
6111 \backslash
6112 LTleft
6113 \series default
6114 は,
6115 左頁余白から多頁表までの水平方向の距離を制御し,
6116
6117 \series bold
6118
6119 \backslash
6120 LTright
6121 \series default
6122 は,
6123 右頁余白からの距離を制御します.これらの長さの既定値は
6124 \series bold
6125
6126 \backslash
6127 fill
6128 \series default
6129 となっており,
6130 \SpecialChar LyX
6131 の水平フィルと同等になっています.
6132 \end_layout
6133
6134 \begin_layout Standard
6135 以下の多頁表は,
6136 中央揃えの上,
6137
6138 \series bold
6139
6140 \backslash
6141 LTleft
6142 \series default
6143
6144 \family sans
6145 0.1
6146 \backslash
6147 columnwidth
6148 \family default
6149 に設定してあります.
6150 \begin_inset ERT
6151 status collapsed
6152
6153 \begin_layout Plain Layout
6154
6155
6156 \backslash
6157 setlength{
6158 \backslash
6159 LTleft}{0.1
6160 \backslash
6161 columnwidth}
6162 \end_layout
6163
6164 \end_inset
6165
6166
6167 \end_layout
6168
6169 \begin_layout Standard
6170 \begin_inset Tabular
6171 <lyxtabular version="3" rows="5" columns="5">
6172 <features islongtable="true" longtabularalignment="center">
6173 <column alignment="center" valignment="top">
6174 <column alignment="center" valignment="top">
6175 <column alignment="center" valignment="top">
6176 <column alignment="center" valignment="top">
6177 <column alignment="center" valignment="top">
6178 <row>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 1
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 2
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 3
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 4
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 5
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 </row>
6225 <row>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 いろは
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 いろは
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 </row>
6272 <row>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 いろは
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 いろは
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 </row>
6319 <row>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 いろは
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 いろは
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 </row>
6366 <row>
6367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 いろは
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 いろは
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 いろは
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 いろは
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 いろは
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 </row>
6413 </lyxtabular>
6414
6415 \end_inset
6416
6417
6418 \begin_inset ERT
6419 status collapsed
6420
6421 \begin_layout Plain Layout
6422
6423
6424 \backslash
6425 setlength{
6426 \backslash
6427 LTleft}{
6428 \backslash
6429 fill}
6430 \end_layout
6431
6432 \end_inset
6433
6434
6435 \begin_inset ERT
6436 status collapsed
6437
6438 \begin_layout Plain Layout
6439
6440
6441 \backslash
6442 addtocounter{table}{-1}
6443 \end_layout
6444
6445 \end_inset
6446
6447
6448 \begin_inset Note Note
6449 status collapsed
6450
6451 \begin_layout Plain Layout
6452 このコマンドの説明に関しては,
6453
6454 \begin_inset CommandInset ref
6455 LatexCommand ref
6456 reference "subsec:多頁表のキャプション"
6457 nolink "false"
6458
6459 \end_inset
6460
6461 節の最初の淡色註釈をご覧下さい.
6462 \end_layout
6463
6464 \end_inset
6465
6466
6467 \end_layout
6468
6469 \begin_layout Subsection
6470 多頁表のキャプション
6471 \begin_inset Index idx
6472 range none
6473 pageformat default
6474 status collapsed
6475
6476 \begin_layout Plain Layout
6477 \begin_inset IndexMacro sortkey
6478 status open
6479
6480 \begin_layout Plain Layout
6481 たへえしひよう
6482 \end_layout
6483
6484 \end_inset
6485
6486 多頁表
6487 \begin_inset IndexMacro subentry
6488 status open
6489
6490 \begin_layout Plain Layout
6491 \begin_inset IndexMacro sortkey
6492 status open
6493
6494 \begin_layout Plain Layout
6495 きやふしよん
6496 \end_layout
6497
6498 \end_inset
6499
6500 キャプション
6501 \end_layout
6502
6503 \end_inset
6504
6505
6506 \end_layout
6507
6508 \end_inset
6509
6510
6511 \begin_inset CommandInset label
6512 LatexCommand label
6513 name "subsec:多頁表のキャプション"
6514
6515 \end_inset
6516
6517
6518 \end_layout
6519
6520 \begin_layout Standard
6521 フロートは一頁に収まらなくてはならないので,
6522 多頁表を表フロートに入れることはできません.しかし,
6523
6524 \begin_inset CommandInset ref
6525 LatexCommand ref
6526 reference "sec:多頁表"
6527 nolink "false"
6528
6529 \end_inset
6530
6531 節に述べられているように,
6532 ある行で多頁表オプションの
6533 \family sans
6534 \series bold
6535 キャプション
6536 \family default
6537 \series default
6538 を使用すれば,
6539 フロートのキャプション環境を多頁表でも使用することができます.キャプションは,
6540
6541 \family sans
6542 \series bold
6543 冒頭ヘッダ
6544 \family default
6545 \series default
6546
6547 \family sans
6548 \series bold
6549 ヘッダ
6550 \family default
6551 \series default
6552
6553 \family sans
6554 \series bold
6555 フッタ
6556 \family default
6557 \series default
6558
6559 \family sans
6560 \series bold
6561 末尾フッタ
6562 \family default
6563 \series default
6564 のいずれかに入れなくてはなりません.それぞれのヘッダ・フッタに入れることができる行は,
6565 ひとつだけです.
6566 \end_layout
6567
6568 \begin_layout Standard
6569 以下は,
6570 動作を確認するための短い多頁表です.
6571 \end_layout
6572
6573 \begin_layout Standard
6574 \begin_inset Tabular
6575 <lyxtabular version="3" rows="6" columns="5">
6576 <features islongtable="true" longtabularalignment="center">
6577 <column alignment="center" valignment="top">
6578 <column alignment="center" valignment="top">
6579 <column alignment="center" valignment="top">
6580 <column alignment="center" valignment="top">
6581 <column alignment="center" valignment="top">
6582 <row endfirsthead="true" caption="true">
6583 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 \begin_inset Caption Standard
6588
6589 \begin_layout Plain Layout
6590 キャプション付き多頁表
6591 \begin_inset Argument 1
6592 status collapsed
6593
6594 \begin_layout Plain Layout
6595 多頁表
6596 \end_layout
6597
6598 \end_inset
6599
6600
6601 \end_layout
6602
6603 \end_inset
6604
6605
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 </row>
6647 <row>
6648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652 1
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 2
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670 3
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6676 \begin_inset Text
6677
6678 \begin_layout Plain Layout
6679 4
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 5
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 </row>
6694 <row>
6695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699 いろは
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 いろは
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 </row>
6741 <row>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 いろは
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 いろは
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 </row>
6788 <row>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 いろは
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829 いろは
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 </row>
6835 <row>
6836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840 いろは
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 いろは
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 いろは
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Plain Layout
6867 いろは
6868 \end_layout
6869
6870 \end_inset
6871 </cell>
6872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 いろは
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 </row>
6882 </lyxtabular>
6883
6884 \end_inset
6885
6886
6887 \end_layout
6888
6889 \begin_layout Standard
6890 \begin_inset VSpace medskip
6891 \end_inset
6892
6893
6894 \begin_inset Note Greyedout
6895 status open
6896
6897 \begin_layout Plain Layout
6898
6899 \series bold
6900 [註1]
6901 \series default
6902 表番号は,
6903 多頁表にキャプションを付けなかったとしても,
6904 各多頁表毎に加番されます.このため,
6905 あいだにキャプションのない二つの多頁表が挟まっていたならば,
6906 表一覧では,
6907 たとえば表2.1の後に表2.4が来ることがあります.これを回避するためには,
6908 キャプションのないすべての多頁表の後に,
6909 \SpecialChar TeX
6910 コードで
6911 \end_layout
6912
6913 \begin_layout Plain Layout
6914
6915 \series bold
6916
6917 \backslash
6918 addtocounter{table}{-1}
6919 \end_layout
6920
6921 \begin_layout Plain Layout
6922 というコマンドを挿入する方法があります.
6923 \end_layout
6924
6925 \begin_layout Plain Layout
6926 全多頁表にキャプションがなかったり,
6927 文書プリアンブルに以下のコードを書き加えていれば,
6928 以上のことは必要ありません.
6929 \end_layout
6930
6931 \begin_layout Plain Layout
6932
6933 \series bold
6934
6935 \backslash
6936 let
6937 \backslash
6938 myEnd
6939 \backslash
6940 endlongtable
6941 \begin_inset Newline newline
6942 \end_inset
6943
6944
6945 \backslash
6946 renewcommand{
6947 \backslash
6948 endlongtable}{
6949 \backslash
6950 myEnd
6951 \backslash
6952 addtocounter{table}{-1}}
6953 \end_layout
6954
6955 \end_inset
6956
6957
6958 \end_layout
6959
6960 \begin_layout Standard
6961 \begin_inset Note Greyedout
6962 status open
6963
6964 \begin_layout Plain Layout
6965
6966 \series bold
6967 [註2]
6968 \series default
6969 相互参照をリンクするために,
6970
6971 \family sans
6972 \series bold
6973 文書設定
6974 \family default
6975 \series default
6976 ダイアログの
6977 \family sans
6978 PDF
6979 \series bold
6980 特性
6981 \family default
6982 \series default
6983
6984 \series bold
6985 hyperref
6986 \series default
6987
6988 \begin_inset Index idx
6989 range none
6990 pageformat default
6991 status collapsed
6992
6993 \begin_layout Plain Layout
6994 \begin_inset IndexMacro sortkey
6995 status open
6996
6997 \begin_layout Plain Layout
6998 LaTeXはつけし
6999 \end_layout
7000
7001 \end_inset
7002
7003 \SpecialChar LaTeX
7004 パッケージ
7005 \begin_inset IndexMacro subentry
7006 status open
7007
7008 \begin_layout Plain Layout
7009 hyperref
7010 \end_layout
7011
7012 \end_inset
7013
7014
7015 \end_layout
7016
7017 \end_inset
7018
7019 を使用している場合,
7020 多頁表キャプションへのリンクは,
7021 つねに文頭に向けられます.
7022 \end_layout
7023
7024 \end_inset
7025
7026
7027 \end_layout
7028
7029 \begin_layout Subsubsection
7030 多頁表への参照
7031 \begin_inset Index idx
7032 range none
7033 pageformat default
7034 status collapsed
7035
7036 \begin_layout Plain Layout
7037 \begin_inset IndexMacro sortkey
7038 status open
7039
7040 \begin_layout Plain Layout
7041 たへえしひよう
7042 \end_layout
7043
7044 \end_inset
7045
7046 多頁表
7047 \begin_inset IndexMacro subentry
7048 status open
7049
7050 \begin_layout Plain Layout
7051 \begin_inset IndexMacro sortkey
7052 status open
7053
7054 \begin_layout Plain Layout
7055 さんしよう
7056 \end_layout
7057
7058 \end_inset
7059
7060 参照
7061 \end_layout
7062
7063 \end_inset
7064
7065
7066 \end_layout
7067
7068 \end_inset
7069
7070
7071 \end_layout
7072
7073 \begin_layout Standard
7074 \begin_inset Tabular
7075 <lyxtabular version="3" rows="6" columns="5">
7076 <features islongtable="true" longtabularalignment="center">
7077 <column alignment="center" valignment="top">
7078 <column alignment="center" valignment="top">
7079 <column alignment="center" valignment="top">
7080 <column alignment="center" valignment="top">
7081 <column alignment="center" valignment="top">
7082 <row endfirsthead="true" caption="true">
7083 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 \begin_inset Caption Standard
7088
7089 \begin_layout Plain Layout
7090 参照された多頁表
7091 \begin_inset CommandInset label
7092 LatexCommand label
7093 name "tab:参照例"
7094
7095 \end_inset
7096
7097
7098 \end_layout
7099
7100 \end_inset
7101
7102
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 </row>
7144 <row>
7145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 1
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158 2
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 3
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 4
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 5
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 </row>
7191 <row>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 いろは
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 いろは
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 </row>
7238 <row>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 いろは
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 いろは
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 </row>
7285 <row>
7286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 いろは
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 いろは
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 </row>
7332 <row>
7333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 いろは
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 いろは
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 いろは
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 いろは
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 いろは
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 </row>
7379 </lyxtabular>
7380
7381 \end_inset
7382
7383
7384 \end_layout
7385
7386 \begin_layout Standard
7387 多頁表を参照するには,
7388 キャプションにラベルを挿入してください.
7389 \end_layout
7390
7391 \begin_layout Standard
7392 これは表
7393 \begin_inset CommandInset ref
7394 LatexCommand ref
7395 reference "tab:参照例"
7396 nolink "false"
7397
7398 \end_inset
7399
7400 への参照です.
7401 \end_layout
7402
7403 \begin_layout Standard
7404 キャプションのレイアウトは,
7405 文書中の他のすべてのキャプションと一緒に,
7406 \SpecialChar LaTeX
7407 パッケージの
7408 \series bold
7409 caption
7410 \series default
7411
7412 \begin_inset Index idx
7413 range none
7414 pageformat default
7415 status collapsed
7416
7417 \begin_layout Plain Layout
7418 \begin_inset IndexMacro sortkey
7419 status open
7420
7421 \begin_layout Plain Layout
7422 LaTeXはつけし
7423 \end_layout
7424
7425 \end_inset
7426
7427 \SpecialChar LaTeX
7428 パッケージ
7429 \begin_inset IndexMacro subentry
7430 status open
7431
7432 \begin_layout Plain Layout
7433 caption
7434 \end_layout
7435
7436 \end_inset
7437
7438
7439 \end_layout
7440
7441 \end_inset
7442
7443 を使用して設定することができます.第
7444 \begin_inset CommandInset ref
7445 LatexCommand ref
7446 reference "sec:キャプションの書式設定"
7447 nolink "false"
7448
7449 \end_inset
7450
7451 節をご覧下さい.
7452 \end_layout
7453
7454 \begin_layout Subsubsection
7455 キャプションの幅
7456 \begin_inset Index idx
7457 range none
7458 pageformat default
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462 \begin_inset IndexMacro sortkey
7463 status open
7464
7465 \begin_layout Plain Layout
7466 たへえしひよう
7467 \end_layout
7468
7469 \end_inset
7470
7471 多頁表
7472 \begin_inset IndexMacro subentry
7473 status open
7474
7475 \begin_layout Plain Layout
7476 \begin_inset IndexMacro sortkey
7477 status open
7478
7479 \begin_layout Plain Layout
7480 きやふしよんのはは
7481 \end_layout
7482
7483 \end_inset
7484
7485 キャプションの幅
7486 \end_layout
7487
7488 \end_inset
7489
7490
7491 \end_layout
7492
7493 \end_inset
7494
7495
7496 \end_layout
7497
7498 \begin_layout Standard
7499 キャプション行の最大長は,
7500 長さ
7501 \series bold
7502
7503 \backslash
7504 LTcapwidth
7505 \series default
7506 によって指定することができます.既定値は4
7507 \begin_inset space \thinspace{}
7508 \end_inset
7509
7510 inです.これを変更するには,
7511 現文書の文書プリアンブルか,
7512 調整したい多頁表の前の文中に\SpecialChar TeX
7513 コードとして
7514 \end_layout
7515
7516 \begin_layout Standard
7517
7518 \series bold
7519
7520 \backslash
7521 setlength{
7522 \backslash
7523 LTcapwidth}{幅}
7524 \end_layout
7525
7526 \begin_layout Standard
7527 というコマンドを書き加えて下さい.ここで「幅」には,
7528 付録
7529 \begin_inset CommandInset ref
7530 LatexCommand ref
7531 reference "cha:LyXで使用できる単位"
7532 nolink "false"
7533
7534 \end_inset
7535
7536 に挙げられている単位を取ることができます.
7537 \end_layout
7538
7539 \begin_layout Standard
7540 以下の各表で違いを示します.
7541 \end_layout
7542
7543 \begin_layout Standard
7544 \begin_inset Tabular
7545 <lyxtabular version="3" rows="6" columns="5">
7546 <features islongtable="true" longtabularalignment="center">
7547 <column alignment="center" valignment="top">
7548 <column alignment="center" valignment="top">
7549 <column alignment="center" valignment="top">
7550 <column alignment="center" valignment="top">
7551 <column alignment="center" valignment="top">
7552 <row endfirsthead="true" caption="true">
7553 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557 \begin_inset Caption Standard
7558
7559 \begin_layout Plain Layout
7560 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
7561 \begin_inset Argument 1
7562 status collapsed
7563
7564 \begin_layout Plain Layout
7565 既定幅のキャプション
7566 \end_layout
7567
7568 \end_inset
7569
7570
7571 \end_layout
7572
7573 \end_inset
7574
7575
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 </row>
7617 <row>
7618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 1
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631 2
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 3
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 4
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 5
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 <row>
7665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669 いろは
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 いろは
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 </row>
7711 <row>
7712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 いろは
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752 いろは
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 </row>
7758 <row>
7759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763 いろは
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799 いろは
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row>
7806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 いろは
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 いろは
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828 いろは
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837 いろは
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 いろは
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 </row>
7852 </lyxtabular>
7853
7854 \end_inset
7855
7856
7857 \end_layout
7858
7859 \begin_layout Standard
7860 \begin_inset ERT
7861 status collapsed
7862
7863 \begin_layout Plain Layout
7864
7865
7866 \backslash
7867 setlength{
7868 \backslash
7869 LTcapwidth}{5cm}
7870 \end_layout
7871
7872 \end_inset
7873
7874
7875 \begin_inset Tabular
7876 <lyxtabular version="3" rows="6" columns="5">
7877 <features islongtable="true" longtabularalignment="center">
7878 <column alignment="center" valignment="top">
7879 <column alignment="center" valignment="top">
7880 <column alignment="center" valignment="top">
7881 <column alignment="center" valignment="top">
7882 <column alignment="center" valignment="top">
7883 <row endfirsthead="true" caption="true">
7884 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 \begin_inset Caption Standard
7889
7890 \begin_layout Plain Layout
7891 5
7892 \begin_inset space \thinspace{}
7893 \end_inset
7894
7895 cm幅のなが〜いフルタイトル・5
7896 \begin_inset space \thinspace{}
7897 \end_inset
7898
7899 cm幅のなが〜いフルタイトル・5
7900 \begin_inset space \thinspace{}
7901 \end_inset
7902
7903 cm幅のなが〜いフルタイトル
7904 \begin_inset Argument 1
7905 status collapsed
7906
7907 \begin_layout Plain Layout
7908 5
7909 \begin_inset space \thinspace{}
7910 \end_inset
7911
7912 cm幅のキャプション
7913 \end_layout
7914
7915 \end_inset
7916
7917
7918 \end_layout
7919
7920 \end_inset
7921
7922
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 </row>
7964 <row>
7965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 1
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 2
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 3
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 4
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 5
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 </row>
8011 <row>
8012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 いろは
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 いろは
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 </row>
8058 <row>
8059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 いろは
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 いろは
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 </row>
8105 <row>
8106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 いろは
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 いろは
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 いろは
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 いろは
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 いろは
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 いろは
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 いろは
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 </lyxtabular>
8200
8201 \end_inset
8202
8203
8204 \end_layout
8205
8206 \begin_layout Standard
8207 \begin_inset ERT
8208 status collapsed
8209
8210 \begin_layout Plain Layout
8211
8212
8213 \backslash
8214 setlength{
8215 \backslash
8216 LTcapwidth}{4in}
8217 \end_layout
8218
8219 \end_inset
8220
8221
8222 \end_layout
8223
8224 \begin_layout Standard
8225 \begin_inset Note Greyedout
8226 status open
8227
8228 \begin_layout Plain Layout
8229
8230 \series bold
8231 [註]
8232 \series default
8233 この文書のように\SpecialChar LaTeX
8234 パッケージの
8235 \series bold
8236 caption
8237 \series default
8238
8239 \begin_inset Index idx
8240 range none
8241 pageformat default
8242 status collapsed
8243
8244 \begin_layout Plain Layout
8245 \begin_inset IndexMacro sortkey
8246 status open
8247
8248 \begin_layout Plain Layout
8249 LaTeXはつけし
8250 \end_layout
8251
8252 \end_inset
8253
8254 \SpecialChar LaTeX
8255 パッケージ
8256 \begin_inset IndexMacro subentry
8257 status open
8258
8259 \begin_layout Plain Layout
8260 caption
8261 \end_layout
8262
8263 \end_inset
8264
8265
8266 \end_layout
8267
8268 \end_inset
8269
8270 を使用している時には,
8271
8272 \series bold
8273
8274 \backslash
8275 LTcapwidth
8276 \series default
8277 に既定値の4
8278 \begin_inset space \thinspace{}
8279 \end_inset
8280
8281 inを使用している場合,
8282 ページの全幅が用いられます.この場合,
8283 正確に4
8284 \begin_inset space \thinspace{}
8285 \end_inset
8286
8287 in幅のキャプションを作るには,
8288 3.99
8289 \begin_inset space \thinspace{}
8290 \end_inset
8291
8292 inのように4.0
8293 \begin_inset space \thinspace{}
8294 \end_inset
8295
8296 inと少し違う値を指定するか,
8297
8298 \series bold
8299 caption
8300 \series default
8301 パッケージが提供している
8302 \series bold
8303
8304 \backslash
8305 captionsetup{width=値}
8306 \series default
8307 という\SpecialChar LaTeX
8308 コマンドを用いる方法があります.
8309 \end_layout
8310
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \begin_layout Subsubsection
8317 表の各ページごとに異なるキャプション
8318 \begin_inset Index idx
8319 range none
8320 pageformat default
8321 status collapsed
8322
8323 \begin_layout Plain Layout
8324 \begin_inset IndexMacro sortkey
8325 status open
8326
8327 \begin_layout Plain Layout
8328 たへえしひよう
8329 \end_layout
8330
8331 \end_inset
8332
8333 多頁表
8334 \begin_inset IndexMacro subentry
8335 status open
8336
8337 \begin_layout Plain Layout
8338 \begin_inset IndexMacro sortkey
8339 status open
8340
8341 \begin_layout Plain Layout
8342 へえしことにことなるきやふしよん
8343 \end_layout
8344
8345 \end_inset
8346
8347 ページごとに異なるキャプション
8348 \end_layout
8349
8350 \end_inset
8351
8352
8353 \end_layout
8354
8355 \end_inset
8356
8357
8358 \end_layout
8359
8360 \begin_layout Standard
8361 次頁以降の表キャプションを,
8362 1頁めとは異なるものにしたい場合には,
8363 キャプションを入れる空行をヘッダに指定して下さい.それから,
8364 キャプションを右クリックして,
8365 文脈依存メニューから
8366 \family sans
8367 キャプション(無番多頁表)
8368 \family default
8369 を選択してください.表
8370 \begin_inset CommandInset ref
8371 LatexCommand ref
8372 reference "tab:別キャプション"
8373 nolink "false"
8374
8375 \end_inset
8376
8377 は,
8378 異なるヘッダを持つ多頁表の一例です.2番目のキャプションには表番が現れないようにしてあります.
8379 \end_layout
8380
8381 \begin_layout Standard
8382 \align center
8383 \begin_inset Tabular
8384 <lyxtabular version="3" rows="59" columns="3">
8385 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
8386 <column alignment="left" valignment="top" width="0cm">
8387 <column alignment="left" valignment="top" width="0pt">
8388 <column alignment="center" valignment="top" width="0pt">
8389 <row endfirsthead="true" caption="true">
8390 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 \begin_inset Caption Standard
8395
8396 \begin_layout Plain Layout
8397 例示用電話帳
8398 \begin_inset CommandInset label
8399 LatexCommand label
8400 name "tab:別キャプション"
8401
8402 \end_inset
8403
8404
8405 \begin_inset Argument 1
8406 status collapsed
8407
8408 \begin_layout Plain Layout
8409 例示用電話帳
8410 \end_layout
8411
8412 \end_inset
8413
8414
8415 \end_layout
8416
8417 \end_inset
8418
8419
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row endfirsthead="true">
8444 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \series bold
8450 例示用電話帳(名前は無視の事)
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row endfirsthead="true">
8475 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \series bold
8481 氏名
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \series bold
8501 TEL.
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row endhead="true">
8508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 \begin_inset ERT
8513 status collapsed
8514
8515 \begin_layout Plain Layout
8516
8517
8518 \backslash
8519 caption*{例示用電話帳の続き}
8520 \backslash
8521
8522 \backslash
8523 %
8524 \end_layout
8525
8526 \end_inset
8527
8528
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row endhead="true">
8553 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \series bold
8559 例示用電話帳
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 <row endhead="true">
8584 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588
8589 \series bold
8590 氏名
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \series bold
8610 TEL.
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row endfoot="true">
8617 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 次頁に続く
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row>
8646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \series bold
8652 Annovi
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 Silvia
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 111
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 </row>
8676 <row>
8677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681
8682 \series bold
8683 Bertoli
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 Stefano
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 111
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 </row>
8707 <row>
8708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712
8713 \series bold
8714 Bozzi
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 Walter
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 111
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 </row>
8738 <row>
8739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743
8744 \series bold
8745 Cachia
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 Maria
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 111
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 </row>
8769 <row>
8770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774
8775 \series bold
8776 Cachia
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 Maurizio
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 111
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 </row>
8800 <row>
8801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805
8806 \series bold
8807 Cinquemani
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 Giusi
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 111
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 </row>
8831 <row>
8832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836
8837 \series bold
8838 Colin
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 Bernard
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 111
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 </row>
8862 <row>
8863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867
8868 \series bold
8869 Concli
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 Gianfranco
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 111
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 </row>
8893 <row>
8894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898
8899 \series bold
8900 Dal Bosco
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 Carolina
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 111
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 </row>
8924 <row>
8925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929
8930 \series bold
8931 Dalpiaz
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 Annamaria
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 111
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 <row>
8956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \series bold
8962 Feliciello
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Domenico
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 111
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \series bold
8993 Focarelli
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 Paola
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 111
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 </row>
9017 <row>
9018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022
9023 \series bold
9024 Galletti
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 Oreste
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 111
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 </row>
9048 <row>
9049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053
9054 \series bold
9055 Gasparini
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 Franca
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 111
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \series bold
9086 Rizzardi
9087 \series default
9088
9089 \begin_inset Foot
9090 status collapsed
9091
9092 \begin_layout Plain Layout
9093 例示用脚註
9094 \end_layout
9095
9096 \end_inset
9097
9098
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 Paola
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116 111
9117 \end_layout
9118
9119 \end_inset
9120 </cell>
9121 </row>
9122 <row>
9123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127
9128 \series bold
9129 Lassini
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Giancarlo
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147 111
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 </row>
9153 <row>
9154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158
9159 \series bold
9160 Malfatti
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 Luciano
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178 111
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row>
9185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189
9190 \series bold
9191 Malfatti
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 Valeriano
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 111
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 <row>
9216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \series bold
9222 Meneguzzo
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 Roberto
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 111
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \series bold
9253 Mezzadra
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 Roberto
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 111
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 </row>
9277 <row>
9278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282
9283 \series bold
9284 Pirpamer
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 Erich
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 111
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 </row>
9308 <row>
9309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313
9314 \series bold
9315 Pochiesa
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 Paolo
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 111,
9334  222
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 <row>
9341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345
9346 \series bold
9347 Radina
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 Claudio
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 111
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 </row>
9371 <row>
9372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376
9377 \series bold
9378 Stuffer
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 Oskar
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 111
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row>
9403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407
9408 \series bold
9409 Tacchelli
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 Ugo
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 111
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row>
9434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \series bold
9440 Tezzele
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 Margit
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 111
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 </row>
9464 <row>
9465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469
9470 \series bold
9471 Unterkalmsteiner
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 Frieda
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489 111
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 <row>
9496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500
9501 \series bold
9502 Vieider
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 Hilde
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520 111
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 </row>
9526 <row>
9527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531
9532 \series bold
9533 Vigna
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 Jürgen
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 111
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 </row>
9557 <row>
9558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562
9563 \series bold
9564 Weber
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 Maurizio
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582 111
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 </row>
9588 <row>
9589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593
9594 \series bold
9595 Winkler
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 Franz
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613 111
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row>
9620 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624  
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 </row>
9648 <row>
9649 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653
9654 \series bold
9655 Annovi
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664 Silvia
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673 555
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 <row>
9680 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684
9685 \series bold
9686 Bertoli
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695 Stefano
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704 555
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 </row>
9710 <row>
9711 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715
9716 \series bold
9717 Bozzi
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726 Walter
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735 555
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 </row>
9741 <row>
9742 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746
9747 \series bold
9748 Cachia
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757 Maria
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766 555
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 </row>
9772 <row>
9773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777
9778 \series bold
9779 Cachia
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788 Maurizio
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797 555
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 </row>
9803 <row>
9804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808
9809 \series bold
9810 Cinquemani
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819 Giusi
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828 555
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 </row>
9834 <row>
9835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839
9840 \series bold
9841 Colin
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850 Bernard
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859 555
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 </row>
9865 <row>
9866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870
9871 \series bold
9872 Concli
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881 Gianfranco
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890 555
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 </row>
9896 <row>
9897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901
9902 \series bold
9903 Dal Bosco
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 Carolina
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921 555
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 </row>
9927 <row>
9928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932
9933 \series bold
9934 Dalpiaz
9935 \end_layout
9936
9937 \end_inset
9938 </cell>
9939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943 Annamaria
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 555
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 </row>
9958 <row>
9959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \series bold
9965 Feliciello
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974 Domenico
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 555
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \series bold
9996 Focarelli
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 Paola
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 555
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 </row>
10020 <row>
10021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \series bold
10027 Galletti
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036 Oreste
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 555
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row>
10052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \series bold
10058 Gasparini
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067 Franca
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 555
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row>
10083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 Rizzardi
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 Paola
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107 555
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 </row>
10113 <row>
10114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118
10119 \series bold
10120 Lassini
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 Giancarlo
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 555
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 </row>
10144 <row>
10145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \series bold
10151 Malfatti
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 Luciano
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 555
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row>
10176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \series bold
10182 Malfatti
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 Valeriano
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 555
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 </row>
10206 <row>
10207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \series bold
10213 Meneguzzo
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 Roberto
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 555
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 </row>
10237 <row>
10238 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \series bold
10244 Mezzadra
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 Roberto
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 555
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 </lyxtabular>
10269
10270 \end_inset
10271
10272
10273 \end_layout
10274
10275 \begin_layout Section
10276 多頁表にまつわる諸点
10277 \begin_inset CommandInset label
10278 LatexCommand label
10279 name "sec:多頁表にまつわる諸点"
10280
10281 \end_inset
10282
10283
10284 \end_layout
10285
10286 \begin_layout Subsection
10287 多頁表の計算
10288 \begin_inset Index idx
10289 range none
10290 pageformat default
10291 status collapsed
10292
10293 \begin_layout Plain Layout
10294 \begin_inset IndexMacro sortkey
10295 status open
10296
10297 \begin_layout Plain Layout
10298 たへえしひよう
10299 \end_layout
10300
10301 \end_inset
10302
10303 多頁表
10304 \begin_inset IndexMacro subentry
10305 status open
10306
10307 \begin_layout Plain Layout
10308 \begin_inset IndexMacro sortkey
10309 status open
10310
10311 \begin_layout Plain Layout
10312 けいさん
10313 \end_layout
10314
10315 \end_inset
10316
10317 計算
10318 \end_layout
10319
10320 \end_inset
10321
10322
10323 \end_layout
10324
10325 \end_inset
10326
10327
10328 \end_layout
10329
10330 \begin_layout Standard
10331 \SpecialChar LaTeX
10332 は,
10333 表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します.単位塊は,
10334 一度に\SpecialChar LaTeX
10335 のメモリに読み込まれる表の断片です.歴史上の経緯から,
10336 既定値はたった表20行分に設定されています.多頁にわたる多頁表がある場合,
10337 この設定では文書の生成に時間がかかるかもしれません.この場合,
10338
10339 \end_layout
10340
10341 \begin_layout Standard
10342
10343 \series bold
10344
10345 \backslash
10346 setcounter{LTchunksize}{100}
10347 \end_layout
10348
10349 \begin_layout Standard
10350 というコマンド行を文書のプリアンブルに書き加えることで,
10351 単位塊の大きさを100から1000の値に支障なく増やすことができます.
10352 \end_layout
10353
10354 \begin_layout Subsection
10355 フロートと多頁表
10356 \begin_inset Index idx
10357 range none
10358 pageformat default
10359 status collapsed
10360
10361 \begin_layout Plain Layout
10362 \begin_inset IndexMacro sortkey
10363 status open
10364
10365 \begin_layout Plain Layout
10366 たへえしひよう
10367 \end_layout
10368
10369 \end_inset
10370
10371 多頁表
10372 \begin_inset IndexMacro subentry
10373 status open
10374
10375 \begin_layout Plain Layout
10376 \begin_inset IndexMacro sortkey
10377 status open
10378
10379 \begin_layout Plain Layout
10380 ふろおと
10381 \end_layout
10382
10383 \end_inset
10384
10385 フロート
10386 \end_layout
10387
10388 \end_inset
10389
10390
10391 \end_layout
10392
10393 \end_inset
10394
10395
10396 \end_layout
10397
10398 \begin_layout Standard
10399 多頁表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります.このような状況を避けるためには,
10400
10401 \series bold
10402
10403 \backslash
10404 clearpage
10405 \series default
10406 コマンドを多頁表の前に\SpecialChar TeX
10407 コードとして書き加えてください.
10408 \end_layout
10409
10410 \begin_layout Subsection
10411 強制改頁
10412 \begin_inset Index idx
10413 range none
10414 pageformat default
10415 status collapsed
10416
10417 \begin_layout Plain Layout
10418 \begin_inset IndexMacro sortkey
10419 status open
10420
10421 \begin_layout Plain Layout
10422 たへえしひよう
10423 \end_layout
10424
10425 \end_inset
10426
10427 多頁表
10428 \begin_inset IndexMacro subentry
10429 status open
10430
10431 \begin_layout Plain Layout
10432 \begin_inset IndexMacro sortkey
10433 status open
10434
10435 \begin_layout Plain Layout
10436 きようせいかいへえし
10437 \end_layout
10438
10439 \end_inset
10440
10441 強制改頁
10442 \end_layout
10443
10444 \end_inset
10445
10446
10447 \end_layout
10448
10449 \end_inset
10450
10451
10452 \end_layout
10453
10454 \begin_layout Standard
10455 既定の設定では,
10456 表は行の間でのみ改頁されます.もし複数行を含むセルがあり,
10457 そのセル中で改頁を行いたい時には,
10458 セル中の改頁してもよい場所に\SpecialChar TeX
10459 コードで改行コマンド「
10460 \series bold
10461
10462 \backslash
10463
10464 \backslash
10465
10466 \series default
10467 」を挿入します.
10468 \series bold
10469
10470 \backslash
10471
10472 \backslash
10473
10474 \series default
10475 コマンドの前には,
10476 現セルよりも右にある列数と同じ数の「
10477 \series bold
10478 &
10479 \series default
10480 」文字を,
10481 \SpecialChar TeX
10482 コードで挿入してやる必要があります.この
10483 \series bold
10484 &
10485 \series default
10486 は,
10487 表セルの区切り文字です.各
10488 \series bold
10489 &
10490 \series default
10491 の後に,
10492 右側の本来のセルに入るべき内容を\SpecialChar TeX
10493 コードで書き込み,
10494 右側のセルの内容は削除してください.
10495 \begin_inset Newline newline
10496 \end_inset
10497
10498
10499 \series bold
10500
10501 \backslash
10502
10503 \backslash
10504
10505 \series default
10506 コマンドの後ろには,
10507 現在列の左側にある列数と同じ数の
10508 \series bold
10509 &
10510 \series default
10511 文字を挿入してください.表
10512 \begin_inset CommandInset ref
10513 LatexCommand ref
10514 reference "tab:強制改頁"
10515 nolink "false"
10516
10517 \end_inset
10518
10519 では,
10520 改頁さるべきセルは,
10521 全3列中2列めにあります.したがって,
10522
10523 \end_layout
10524
10525 \begin_layout Standard
10526
10527 \series bold
10528 & 111
10529 \backslash
10530
10531 \backslash
10532  
10533 \backslash
10534 newpage
10535 \begin_inset Newline newline
10536 \end_inset
10537
10538 &
10539 \end_layout
10540
10541 \begin_layout Standard
10542 というコマンドが,
10543 セル中「
10544 \emph on
10545 Castelchiodato,
10546 \emph default
10547 」の後に\SpecialChar TeX
10548 コードとして挿入してあります.
10549 \end_layout
10550
10551 \begin_layout Standard
10552 同一行3列目の「111」は削除してあります.
10553 \series bold
10554
10555 \backslash
10556 newpage
10557 \series default
10558 は,
10559 改行がこの場所でかならず起こるように指定したいときのみ必要です.これを書かなければ,
10560 改頁の候補として指定するに過ぎません.何らかの理由で多頁表のフッタ行に上罫線を引いていないけれども,
10561 セルを改頁する場所で水平線を引きたい場合には,
10562 代わりに
10563 \end_layout
10564
10565 \begin_layout Standard
10566
10567 \series bold
10568 & 111
10569 \backslash
10570
10571 \backslash
10572
10573 \begin_inset Newline newline
10574 \end_inset
10575
10576
10577 \backslash
10578 hline &
10579 \end_layout
10580
10581 \begin_layout Standard
10582 というコマンドを使用して下さい.
10583 \end_layout
10584
10585 \begin_layout Standard
10586 改頁をしたいセルが最右列にある場合には,
10587
10588 \end_layout
10589
10590 \begin_layout Standard
10591
10592 \series bold
10593
10594 \backslash
10595 setlength{
10596 \backslash
10597 parfillskip}{0pt}
10598 \end_layout
10599
10600 \begin_layout Standard
10601 というコマンドを当該セルの初めに\SpecialChar TeX
10602 コードで挿入しなくてはなりません.こうすることで,
10603 新規頁部分に表示されるセル内の部分が,
10604 正しく全幅を使用するようにできます.
10605 \end_layout
10606
10607 \begin_layout Standard
10608 \align center
10609 \begin_inset Tabular
10610 <lyxtabular version="3" rows="38" columns="3">
10611 <features islongtable="true" longtabularalignment="center">
10612 <column alignment="left" valignment="top" width="0pt">
10613 <column alignment="left" valignment="top" width="3cm">
10614 <column alignment="center" valignment="top" width="0pt">
10615 <row endfirsthead="true" caption="true">
10616 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 \begin_inset Caption Standard
10621
10622 \begin_layout Plain Layout
10623 表セル内で強制改頁をしている表
10624 \begin_inset CommandInset label
10625 LatexCommand label
10626 name "tab:強制改頁"
10627
10628 \end_inset
10629
10630
10631 \begin_inset Argument 1
10632 status collapsed
10633
10634 \begin_layout Plain Layout
10635 表セル内で強制改頁をしている表
10636 \end_layout
10637
10638 \end_inset
10639
10640
10641 \end_layout
10642
10643 \end_inset
10644
10645
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 </row>
10669 <row endfirsthead="true">
10670 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674
10675 \series bold
10676 例示用電話帳(氏名は無視の事)
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 </row>
10700 <row endfirsthead="true">
10701 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \series bold
10707 氏名
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \series bold
10727 TEL.
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row endhead="true" caption="true">
10734 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 \begin_inset Caption Unnumbered
10739
10740 \begin_layout Plain Layout
10741 例示用電話帳の続き
10742 \end_layout
10743
10744 \end_inset
10745
10746
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row endhead="true">
10771 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 例示用電話帳
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 </row>
10799 <row endhead="true">
10800 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804
10805 \series bold
10806 氏名
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824
10825 \series bold
10826 TEL.
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 <row endfoot="true">
10833 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 次頁に続く
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 </row>
10861 <row>
10862 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866
10867 \series bold
10868 Annovi
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 Silvia
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 111
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 </row>
10892 <row>
10893 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897
10898 \series bold
10899 Bertoli
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 Stefano
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 111
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 </row>
10923 <row>
10924 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928
10929 \series bold
10930 Bozzi
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 Walter
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 111
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 <row>
10955 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959
10960 \series bold
10961 Cachia
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 Maria
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 111
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 </row>
10985 <row>
10986 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990
10991 \series bold
10992 Cachia
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 Maurizio
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 111
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 </row>
11016 <row>
11017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \series bold
11023 Cinquemani
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 Giusi
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 111
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 </row>
11047 <row>
11048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052
11053 \series bold
11054 Colin
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 Bernard
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 111
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 <row>
11079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \series bold
11085 Concli
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 Gianfranco
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 111
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 </row>
11109 <row>
11110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114
11115 \series bold
11116 Dal Bosco
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 Carolina
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 111
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 </row>
11140 <row>
11141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \series bold
11147 Dalpiaz
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 Annamaria
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 111
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 </row>
11171 <row>
11172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176
11177 \series bold
11178 Feliciello
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 Domenico
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 111
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 <row>
11203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207
11208 \series bold
11209 Focarelli
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 Paola
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 111
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 </row>
11233 <row>
11234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238
11239 \series bold
11240 Galletti
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 Oreste
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 111
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 <row>
11265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269
11270 \series bold
11271 Gasparini
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 Franca
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 111
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 </row>
11295 <row>
11296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300
11301 \series bold
11302 Lassini
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 Giancarlo
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 111
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 <row>
11327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331
11332 \series bold
11333 Malfatti
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 Luciano
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 111
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 </row>
11357 <row>
11358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362
11363 \series bold
11364 Malfatti
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 Valeriano
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 111
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 </row>
11388 <row>
11389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393
11394 \series bold
11395 Meneguzzo
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 Roberto
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 111
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 </row>
11419 <row>
11420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424
11425 \series bold
11426 Mezzadra
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 Roberto
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 111
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row>
11451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455
11456 \series bold
11457 Pirpamer
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 Erich
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 111
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 </row>
11481 <row>
11482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486
11487 \series bold
11488 Pochiesa
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 Paolo
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 111,
11507  222
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 </row>
11513 <row>
11514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518
11519 \series bold
11520 Radina
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 Claudio
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 111
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 </row>
11544 <row>
11545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549
11550 \series bold
11551 Rizzardi
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 Paolo,
11561  11.
11562  Fürst von Montecompatri,
11563  11.
11564  Fürst von Sulmona und Vivaro,
11565  10.
11566  Fürst von Rossano,
11567  5.
11568  Herzog von Canemorte,
11569  11.
11570  Herzog von Palombara,
11571  5.
11572  Herzog von Castelchiodato,
11573 \begin_inset ERT
11574 status collapsed
11575
11576 \begin_layout Plain Layout
11577
11578 & 111
11579 \backslash
11580
11581 \backslash
11582  
11583 \backslash
11584 newpage
11585 \end_layout
11586
11587 \begin_layout Plain Layout
11588
11589 &
11590 \end_layout
11591
11592 \end_inset
11593
11594  11.
11595  Herzog von Poggionativo,
11596  11.
11597  Markis von Mentana,
11598  Norma,
11599  Civitella,
11600  Pratica,
11601  Moricone und Percille,
11602  11.
11603  Graf von Valinfreda,
11604  11.
11605  Baron von Cropalati,
11606  11.
11607  Herr von Scarpa,
11608  Edelmann von Rom,
11609  Patrizier von Venedig,
11610  Neapel und Genua
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 </row>
11625 <row>
11626 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630
11631 \series bold
11632 Stuffer
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 Oskar
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 111
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 </row>
11656 <row>
11657 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661
11662 \series bold
11663 Tacchelli
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672 Ugo
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 111
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 </row>
11687 <row>
11688 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692
11693 \series bold
11694 Tezzele
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 Margit
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 111
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 </row>
11718 <row>
11719 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723
11724 \series bold
11725 Unterkalmsteiner
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 Frieda
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 111
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 </row>
11749 <row>
11750 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754
11755 \series bold
11756 Vieider
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 Hilde
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774 111
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 </row>
11780 <row>
11781 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785
11786 \series bold
11787 Vigna
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 Jürgen
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 111
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 </row>
11811 <row>
11812 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816
11817 \series bold
11818 Weber
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 Maurizio
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836 111
11837 \end_layout
11838
11839 \end_inset
11840 </cell>
11841 </row>
11842 <row>
11843 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11844 \begin_inset Text
11845
11846 \begin_layout Plain Layout
11847
11848 \series bold
11849 Winkler
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 Franz
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 111
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 </row>
11873 </lyxtabular>
11874
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \begin_layout Section
11881 複数行・連結列・連結行
11882 \end_layout
11883
11884 \begin_layout Subsection
11885 表セル内の複数行
11886 \begin_inset CommandInset label
11887 LatexCommand label
11888 name "subsec:複数行"
11889
11890 \end_inset
11891
11892
11893 \begin_inset Index idx
11894 range none
11895 pageformat default
11896 status collapsed
11897
11898 \begin_layout Plain Layout
11899 \begin_inset IndexMacro sortkey
11900 status open
11901
11902 \begin_layout Plain Layout
11903 ひようせるないのふくすうきよう
11904 \end_layout
11905
11906 \end_inset
11907
11908 表セル内の複数行
11909 \end_layout
11910
11911 \end_inset
11912
11913
11914 \begin_inset Index idx
11915 range none
11916 pageformat default
11917 status collapsed
11918
11919 \begin_layout Plain Layout
11920 \begin_inset IndexMacro sortkey
11921 status open
11922
11923 \begin_layout Plain Layout
11924 ひよう
11925 \end_layout
11926
11927 \end_inset
11928
11929
11930 \begin_inset IndexMacro subentry
11931 status open
11932
11933 \begin_layout Plain Layout
11934 \begin_inset IndexMacro sortkey
11935 status open
11936
11937 \begin_layout Plain Layout
11938 かいきよう
11939 \end_layout
11940
11941 \end_inset
11942
11943 改行
11944 \end_layout
11945
11946 \end_inset
11947
11948
11949 \end_layout
11950
11951 \end_inset
11952
11953
11954 \end_layout
11955
11956 \begin_layout Standard
11957 \noindent
11958 \begin_inset Float table
11959 placement H
11960 alignment document
11961 wide false
11962 sideways false
11963 status open
11964
11965 \begin_layout Plain Layout
11966 \begin_inset Caption Standard
11967
11968 \begin_layout Plain Layout
11969 \begin_inset CommandInset label
11970 LatexCommand label
11971 name "tab:複数行表"
11972
11973 \end_inset
11974
11975 セル内に複数の行がある表
11976 \end_layout
11977
11978 \end_inset
11979
11980
11981 \end_layout
11982
11983 \begin_layout Plain Layout
11984 \align center
11985 \begin_inset Tabular
11986 <lyxtabular version="3" rows="3" columns="3">
11987 <features tabularvalignment="middle">
11988 <column alignment="center" valignment="middle" width="2.5cm">
11989 <column alignment="center" valignment="middle">
11990 <column alignment="center" valignment="middle">
11991 <row>
11992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996 複数の
11997 \begin_inset Newline linebreak
11998 \end_inset
11999
12000
12001 \end_layout
12002
12003 \end_inset
12004 </cell>
12005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12015 \begin_inset Text
12016
12017 \begin_layout Plain Layout
12018
12019 \end_layout
12020
12021 \end_inset
12022 </cell>
12023 </row>
12024 <row>
12025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12026 \begin_inset Text
12027
12028 \begin_layout Plain Layout
12029
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 </row>
12053 <row>
12054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 </row>
12082 </lyxtabular>
12083
12084 \end_inset
12085
12086
12087 \end_layout
12088
12089 \end_inset
12090
12091
12092 \end_layout
12093
12094 \begin_layout Standard
12095 列に固定幅を指定することによって,
12096 文章をハイフネーションを伴った複数行の段落として,
12097 入れることができるようになります.
12098 \end_layout
12099
12100 \begin_layout Standard
12101
12102 \begin_inset CommandInset ref
12103 LatexCommand ref
12104 reference "tab:複数行表"
12105 nolink "false"
12106
12107 \end_inset
12108
12109 を生成するには,
12110 まず3
12111 \begin_inset Formula $\times$
12112 \end_inset
12113
12114 3表を作り,
12115 最初のセルを右クリックして現れるメニューから,
12116
12117 \family sans
12118 \series bold
12119 設定
12120 \family default
12121 \series default
12122
12123 \begin_inset space \thinspace{}
12124 \end_inset
12125
12126 メニューを選択します.すると表ダイアログが現れるので,
12127 セル幅を2.5
12128 \begin_inset space \thinspace{}
12129 \end_inset
12130
12131 cm幅とし,
12132 水平揃え及び垂直揃えをともに中央揃えに設定します.垂直揃えは,
12133 その行のすべてのセルに適用されます.この例の文章は2.5
12134 \begin_inset space \thinspace{}
12135 \end_inset
12136
12137 cmよりも短いため,
12138 一行しか表示されません.そこで二行とも表示するために,
12139 両端揃え改行(ショートカット
12140 \begin_inset Info
12141 type  "shortcut"
12142 arg   "newline-insert linebreak"
12143 \end_inset
12144
12145 )を挿入してあります.もし文章が設定されたセル幅よりも広い場合には,
12146 文章は自動的にいくつかの行に改行されます.
12147 \end_layout
12148
12149 \begin_layout Standard
12150 固定幅のセルに長い単語を入れた場合,
12151 もしそれがセルの最初にあると,
12152 \SpecialChar LaTeX
12153 はハイフネーションを行うことができません.したがって,
12154 その単語がセルの最初に来ないようにするためには,
12155 何かを入れなくてはなりません.そこで,
12156 その単語の前に0
12157 \begin_inset space \thinspace{}
12158 \end_inset
12159
12160 pt幅の水平空白を挿入します.空白がゼロ幅なので,
12161 出力は変わりません.表
12162 \begin_inset CommandInset ref
12163 LatexCommand ref
12164 reference "tab:ハイフネーション表"
12165 nolink "false"
12166
12167 \end_inset
12168
12169 が違いを示しています
12170 \begin_inset Foot
12171 status open
12172
12173 \begin_layout Plain Layout
12174
12175 \series bold
12176 [訳註]
12177 \series default
12178 p\SpecialChar LaTeX
12179 を使用している場合,
12180 日本語の文章は正しく改行されます.
12181 \end_layout
12182
12183 \end_inset
12184
12185
12186 \end_layout
12187
12188 \begin_layout Standard
12189 \begin_inset Float table
12190 placement h
12191 alignment document
12192 wide false
12193 sideways false
12194 status open
12195
12196 \begin_layout Plain Layout
12197 \begin_inset Caption Standard
12198
12199 \begin_layout Plain Layout
12200 \begin_inset CommandInset label
12201 LatexCommand label
12202 name "tab:ハイフネーション表"
12203
12204 \end_inset
12205
12206 ハイフネーション有/無の表
12207 \end_layout
12208
12209 \end_inset
12210
12211
12212 \end_layout
12213
12214 \begin_layout Plain Layout
12215 \begin_inset space \hfill{}
12216 \end_inset
12217
12218
12219 \begin_inset Tabular
12220 <lyxtabular version="3" rows="3" columns="3">
12221 <features tabularvalignment="middle">
12222 <column alignment="center" valignment="middle" width="2.5cm">
12223 <column alignment="center" valignment="middle">
12224 <column alignment="center" valignment="middle">
12225 <row>
12226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12227 \begin_inset Text
12228
12229 \begin_layout Plain Layout
12230 verylongtablecellword
12231 \end_layout
12232
12233 \end_inset
12234 </cell>
12235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Plain Layout
12248
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 </row>
12254 <row>
12255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12256 \begin_inset Text
12257
12258 \begin_layout Plain Layout
12259
12260 \end_layout
12261
12262 \end_inset
12263 </cell>
12264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Plain Layout
12268
12269 \end_layout
12270
12271 \end_inset
12272 </cell>
12273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Plain Layout
12277
12278 \end_layout
12279
12280 \end_inset
12281 </cell>
12282 </row>
12283 <row>
12284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12285 \begin_inset Text
12286
12287 \begin_layout Plain Layout
12288
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Plain Layout
12306
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 </row>
12312 </lyxtabular>
12313
12314 \end_inset
12315
12316
12317 \begin_inset space \hfill{}
12318 \end_inset
12319
12320
12321 \begin_inset Tabular
12322 <lyxtabular version="3" rows="3" columns="3">
12323 <features tabularvalignment="middle">
12324 <column alignment="center" valignment="middle" width="2.5cm">
12325 <column alignment="center" valignment="middle">
12326 <column alignment="center" valignment="middle">
12327 <row>
12328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12329 \begin_inset Text
12330
12331 \begin_layout Plain Layout
12332 \begin_inset space \hspace{}
12333 \length 0pt
12334 \end_inset
12335
12336 verylongtablecellword
12337 \end_layout
12338
12339 \end_inset
12340 </cell>
12341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12342 \begin_inset Text
12343
12344 \begin_layout Plain Layout
12345
12346 \end_layout
12347
12348 \end_inset
12349 </cell>
12350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12351 \begin_inset Text
12352
12353 \begin_layout Plain Layout
12354
12355 \end_layout
12356
12357 \end_inset
12358 </cell>
12359 </row>
12360 <row>
12361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12362 \begin_inset Text
12363
12364 \begin_layout Plain Layout
12365
12366 \end_layout
12367
12368 \end_inset
12369 </cell>
12370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12371 \begin_inset Text
12372
12373 \begin_layout Plain Layout
12374
12375 \end_layout
12376
12377 \end_inset
12378 </cell>
12379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12380 \begin_inset Text
12381
12382 \begin_layout Plain Layout
12383
12384 \end_layout
12385
12386 \end_inset
12387 </cell>
12388 </row>
12389 <row>
12390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12391 \begin_inset Text
12392
12393 \begin_layout Plain Layout
12394
12395 \end_layout
12396
12397 \end_inset
12398 </cell>
12399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12400 \begin_inset Text
12401
12402 \begin_layout Plain Layout
12403
12404 \end_layout
12405
12406 \end_inset
12407 </cell>
12408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12409 \begin_inset Text
12410
12411 \begin_layout Plain Layout
12412
12413 \end_layout
12414
12415 \end_inset
12416 </cell>
12417 </row>
12418 </lyxtabular>
12419
12420 \end_inset
12421
12422
12423 \begin_inset space \hfill{}
12424 \end_inset
12425
12426
12427 \end_layout
12428
12429 \end_inset
12430
12431
12432 \end_layout
12433
12434 \begin_layout Subsection
12435 連結列
12436 \begin_inset CommandInset label
12437 LatexCommand label
12438 name "subsec:連結列"
12439
12440 \end_inset
12441
12442
12443 \begin_inset Index idx
12444 range none
12445 pageformat default
12446 status collapsed
12447
12448 \begin_layout Plain Layout
12449 \begin_inset IndexMacro sortkey
12450 status open
12451
12452 \begin_layout Plain Layout
12453 れんけつれつ
12454 \end_layout
12455
12456 \end_inset
12457
12458 連結列
12459 \end_layout
12460
12461 \end_inset
12462
12463
12464 \begin_inset Index idx
12465 range none
12466 pageformat default
12467 status collapsed
12468
12469 \begin_layout Plain Layout
12470 \begin_inset IndexMacro sortkey
12471 status open
12472
12473 \begin_layout Plain Layout
12474 ひよう
12475 \end_layout
12476
12477 \end_inset
12478
12479
12480 \begin_inset IndexMacro subentry
12481 status open
12482
12483 \begin_layout Plain Layout
12484 \begin_inset IndexMacro sortkey
12485 status open
12486
12487 \begin_layout Plain Layout
12488 れんけつれつ
12489 \end_layout
12490
12491 \end_inset
12492
12493 連結列
12494 \end_layout
12495
12496 \end_inset
12497
12498
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \end_layout
12505
12506 \begin_layout Subsubsection
12507 連結列の基礎
12508 \end_layout
12509
12510 \begin_layout Standard
12511 一つのセルが複数の列にまたがるようにするためには,
12512 行中から一つの連結セルにまとめるべき各セルを選択して,
12513 表ツールバーボタン
12514 \family sans
12515
12516 \begin_inset Info
12517 type  "icon"
12518 arg   "tabular-feature multicolumn"
12519 \end_inset
12520
12521
12522 \family default
12523 を押すか,
12524
12525 \family sans
12526 \series bold
12527 編集\SpecialChar menuseparator
12528 表\SpecialChar menuseparator
12529 連結列
12530 \family default
12531 \series default
12532
12533 \begin_inset space \thinspace{}
12534 \end_inset
12535
12536 メニューを使用するか,
12537 あるいは選択したセルを右クリックして現れるメニューから
12538 \family sans
12539 連結列
12540 \family default
12541 を有効にするかしてください.
12542 \end_layout
12543
12544 \begin_layout Standard
12545 連結列はセル設定が独立しています.つまり,
12546 セル罫線やセルの縦横揃え,
12547 幅設定等を変更した場合には,
12548 現在の連結列のみに適用されるのです.以下は,
12549 第一行に連結行があり,
12550 最下行に上罫線のない連結行がある表の例です.
12551 \end_layout
12552
12553 \begin_layout Standard
12554 \align center
12555 \begin_inset Tabular
12556 <lyxtabular version="3" rows="3" columns="4">
12557 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
12558 <column alignment="center" valignment="top" width="0pt">
12559 <column alignment="center" valignment="middle">
12560 <column alignment="center" valignment="top" width="0in">
12561 <column alignment="center" valignment="top" width="0pt">
12562 <row>
12563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 いろは
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 にほへとちり
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 ぬるを
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 </row>
12600 <row>
12601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 </row>
12638 <row>
12639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12667 \begin_inset Text
12668
12669 \begin_layout Plain Layout
12670
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 </lyxtabular>
12677
12678 \end_inset
12679
12680
12681 \end_layout
12682
12683 \begin_layout Subsubsection
12684 連結列の計算
12685 \begin_inset CommandInset label
12686 LatexCommand label
12687 name "subsec:連結列の計算"
12688
12689 \end_inset
12690
12691
12692 \begin_inset Index idx
12693 range none
12694 pageformat default
12695 status collapsed
12696
12697 \begin_layout Plain Layout
12698 \begin_inset IndexMacro sortkey
12699 status open
12700
12701 \begin_layout Plain Layout
12702 れんけつれつ
12703 \end_layout
12704
12705 \end_inset
12706
12707 連結列
12708 \begin_inset IndexMacro subentry
12709 status open
12710
12711 \begin_layout Plain Layout
12712 \begin_inset IndexMacro sortkey
12713 status open
12714
12715 \begin_layout Plain Layout
12716 けいさん
12717 \end_layout
12718
12719 \end_inset
12720
12721 計算
12722 \end_layout
12723
12724 \end_inset
12725
12726
12727 \end_layout
12728
12729 \end_inset
12730
12731
12732 \end_layout
12733
12734 \begin_layout Standard
12735 \SpecialChar LyX
12736 は,
12737 連結列を直接にサポートしていますが,
12738 同列にある連結セル以外のセル幅については,
12739 考慮が必要です.
12740 \end_layout
12741
12742 \begin_layout Standard
12743 \begin_inset Float table
12744 placement h
12745 alignment document
12746 wide false
12747 sideways false
12748 status open
12749
12750 \begin_layout Plain Layout
12751 \begin_inset Caption Standard
12752
12753 \begin_layout Plain Layout
12754 \begin_inset CommandInset label
12755 LatexCommand label
12756 name "tab:中央揃え表"
12757
12758 \end_inset
12759
12760 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
12761 \begin_inset Argument 1
12762 status collapsed
12763
12764 \begin_layout Plain Layout
12765 完全なる連結列表
12766 \end_layout
12767
12768 \end_inset
12769
12770
12771 \end_layout
12772
12773 \end_inset
12774
12775
12776 \end_layout
12777
12778 \begin_layout Plain Layout
12779 \align center
12780 \begin_inset Tabular
12781 <lyxtabular version="3" rows="3" columns="3">
12782 <features tabularvalignment="middle">
12783 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
12784 <column alignment="center" valignment="middle">
12785 <column alignment="center" valignment="top">
12786 <row>
12787 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 複数行にわたる連結列
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 </row>
12815 <row>
12816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 </row>
12844 <row>
12845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 </lyxtabular>
12874
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \end_inset
12881
12882
12883 \end_layout
12884
12885 \begin_layout Standard
12886 たとえば,
12887
12888 \begin_inset CommandInset ref
12889 LatexCommand ref
12890 reference "tab:中央揃え表"
12891 nolink "false"
12892
12893 \end_inset
12894
12895 を生成するには,
12896 3
12897 \begin_inset Formula $\times$
12898 \end_inset
12899
12900 3表の第一行の最初の二つのセルを選択して,
12901 右クリックして現れるメニューから
12902 \family sans
12903 設定
12904 \family default
12905 を選択します.そして現れる表の設定ダイアログで,
12906 このセルを
12907 \emph on
12908 連結列
12909 \emph default
12910
12911
12912 \emph on
12913 中央揃え
12914 \emph default
12915
12916 2.5
12917 \begin_inset space \thinspace{}
12918 \end_inset
12919
12920 cm幅に設定します.被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので,
12921 第一列の幅を1.25
12922 \begin_inset space \thinspace{}
12923 \end_inset
12924
12925 cm幅に設定します.すると第二列は自動的に1.25
12926 \begin_inset space \thinspace{}
12927 \end_inset
12928
12929 cm幅(連結列幅マイナス第一列の幅)になります.表
12930 \begin_inset CommandInset ref
12931 LatexCommand ref
12932 reference "tab:半分でない表"
12933 nolink "false"
12934
12935 \end_inset
12936
12937 もこのようにして作成してあります.
12938 \end_layout
12939
12940 \begin_layout Standard
12941 \begin_inset Float table
12942 placement document
12943 alignment document
12944 wide false
12945 sideways false
12946 status open
12947
12948 \begin_layout Plain Layout
12949 \begin_inset Caption Standard
12950
12951 \begin_layout Plain Layout
12952 \begin_inset CommandInset label
12953 LatexCommand label
12954 name "tab:半分でない表"
12955
12956 \end_inset
12957
12958 連結セルの下の列が正確に半分になっていない表
12959 \begin_inset Argument 1
12960 status collapsed
12961
12962 \begin_layout Plain Layout
12963 不完全な連結列表
12964 \end_layout
12965
12966 \end_inset
12967
12968
12969 \end_layout
12970
12971 \end_inset
12972
12973
12974 \end_layout
12975
12976 \begin_layout Plain Layout
12977 \align center
12978 \begin_inset Tabular
12979 <lyxtabular version="3" rows="3" columns="3">
12980 <features tabularvalignment="middle">
12981 <column alignment="center" valignment="top" width="1.25cm">
12982 <column alignment="center" valignment="top">
12983 <column alignment="center" valignment="top">
12984 <row>
12985 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12986 \begin_inset Text
12987
12988 \begin_layout Plain Layout
12989 複数行にわたる連結列
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 </row>
13013 <row>
13014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13033 \begin_inset Text
13034
13035 \begin_layout Plain Layout
13036
13037 \end_layout
13038
13039 \end_inset
13040 </cell>
13041 </row>
13042 <row>
13043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 </row>
13071 </lyxtabular>
13072
13073 \end_inset
13074
13075
13076 \end_layout
13077
13078 \end_inset
13079
13080
13081 \end_layout
13082
13083 \begin_layout Standard
13084 ご覧になって分かるように,
13085 第一列が,
13086 連結セルの幅の半分よりも少し大きくなっています.その原因は,
13087 セル幅が,
13088 指定された幅よりもつねに少しだけ大きく描かれるために,
13089 指定したセル幅
13090 \begin_inset Formula $W_{\text{指}}$
13091 \end_inset
13092
13093 がセルの全幅
13094 \begin_inset Formula $W_{\text{全}}$
13095 \end_inset
13096
13097 と等しくならないためです.付録
13098 \begin_inset CommandInset ref
13099 LatexCommand ref
13100 reference "cha:式の説明"
13101 nolink "false"
13102
13103 \end_inset
13104
13105 がこの事情を詳細に説明しています.
13106 \end_layout
13107
13108 \begin_layout Standard
13109
13110 \emph on
13111 n
13112 \emph default
13113 列を連結する際,
13114 各列の全幅が
13115 \begin_inset Formula $W_{\text{全}:\text{連結}}/n$
13116 \end_inset
13117
13118 となるために必要な指定幅
13119 \begin_inset Formula $W_{\text{指}:n}$
13120 \end_inset
13121
13122 は,
13123
13124 \begin_inset Formula 
13125 \begin{equation}
13126 W_{\text{指}:n}=(W_{\text{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
13127 \end{equation}
13128
13129 \end_inset
13130
13131
13132 \end_layout
13133
13134 \begin_layout Standard
13135 で計算することができます.上記の例では
13136 \begin_inset Formula $n=2$
13137 \end_inset
13138
13139 かつ
13140 \begin_inset Formula $W_{\text{指}:\text{連結列}}=2.5\,$
13141 \end_inset
13142
13143 cmかつ長さは既定値ですから,
13144
13145 \begin_inset CommandInset ref
13146 LatexCommand ref
13147 reference "eq:Wgn"
13148 nolink "false"
13149
13150 \end_inset
13151
13152 式は
13153 \begin_inset Formula 
13154 \begin{equation}
13155 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
13156 \end{equation}
13157
13158 \end_inset
13159
13160
13161 \end_layout
13162
13163 \begin_layout Standard
13164 となります.\SpecialChar LaTeX
13165 中で計算を可能にするには,
13166 文書プリアンブル行に
13167 \end_layout
13168
13169 \begin_layout Standard
13170
13171 \series bold
13172
13173 \backslash
13174 usepackage{calc}
13175 \end_layout
13176
13177 \begin_layout Standard
13178 と書いて,
13179 \SpecialChar LaTeX
13180 パッケージ
13181 \series bold
13182 calc
13183 \series default
13184
13185 \begin_inset Index idx
13186 range none
13187 pageformat default
13188 status collapsed
13189
13190 \begin_layout Plain Layout
13191 LaTeXはつけし@\SpecialChar LaTeX
13192 パッケージ!calc
13193 \end_layout
13194
13195 \end_inset
13196
13197 を読み込まなくてはなりません.\SpecialChar LyX
13198 の「表の設定」ダイアログの幅フィールドでは,
13199 長さを計算することができません.したがって,
13200 ダイアログの\SpecialChar LaTeX
13201 の引数欄に書き込むことによって列を整形しなくてはなりません.以下は,
13202 その引数の概要です.
13203 \end_layout
13204
13205 \begin_layout Itemize
13206
13207 \series bold
13208 p{幅}
13209 \series default
13210 は固定幅セルを生成し,
13211 内容文は垂直方向上揃えになります.
13212 \end_layout
13213
13214 \begin_layout Itemize
13215
13216 \series bold
13217 m{幅}
13218 \series default
13219 は固定幅セルを生成し,
13220 内容文は垂直方向中央揃えになります.
13221 \end_layout
13222
13223 \begin_layout Itemize
13224
13225 \series bold
13226 b{幅}
13227 \series default
13228 は固定幅セルを生成し,
13229 内容文は垂直方向下揃えになります.
13230 \end_layout
13231
13232 \begin_layout Standard
13233 \SpecialChar LaTeX
13234 変数を入力すると,
13235 表ダイアログで設定されたすべてのセル設定は無効になります.
13236 \end_layout
13237
13238 \begin_layout Standard
13239 \begin_inset Note Greyedout
13240 status open
13241
13242 \begin_layout Plain Layout
13243
13244 \series bold
13245 [註]
13246 \series default
13247 バグのせいで,
13248 \SpecialChar LyX
13249 は無効にされた設定も表示してしまいます.
13250 \end_layout
13251
13252 \end_inset
13253
13254
13255 \end_layout
13256
13257 \begin_layout Standard
13258 文章を水平方向中央揃えにしたいので,
13259
13260 \series bold
13261
13262 \backslash
13263 centering
13264 \series default
13265 コマンドを入れます.したがって,
13266 以下のような\SpecialChar LaTeX
13267 変数を,
13268 最初の被連結列に入れます.
13269 \end_layout
13270
13271 \begin_layout Standard
13272
13273 \series bold
13274 >{
13275 \backslash
13276 centering}m{1.25cm-6.2pt}
13277 \end_layout
13278
13279 \begin_layout Standard
13280
13281 \series bold
13282 >{ }
13283 \series default
13284 コマンドは,
13285 セルが生成される前に中括弧内のコマンドを適用するという意味です.
13286 \end_layout
13287
13288 \begin_layout Standard
13289 こうして被連結列セルの文章に,
13290 中央揃えを選択しましたが,
13291 連結セルの文章は依然として左揃えになっています.これは,
13292 \SpecialChar LyX
13293 は揃えを一列分のみに適用するためです.したがって,
13294 連結セルには
13295 \end_layout
13296
13297 \begin_layout Standard
13298
13299 \series bold
13300 >{
13301 \backslash
13302 centering}m{2.5cm}
13303 \end_layout
13304
13305 \begin_layout Standard
13306 という\SpecialChar LaTeX
13307 変数を指定しなくてはなりません.
13308 \end_layout
13309
13310 \begin_layout Subsection
13311 連結行
13312 \begin_inset CommandInset label
13313 LatexCommand label
13314 name "subsec:連結行"
13315
13316 \end_inset
13317
13318
13319 \begin_inset Index idx
13320 range none
13321 pageformat default
13322 status collapsed
13323
13324 \begin_layout Plain Layout
13325 \begin_inset IndexMacro sortkey
13326 status open
13327
13328 \begin_layout Plain Layout
13329 れんけつきよう
13330 \end_layout
13331
13332 \end_inset
13333
13334 連結行
13335 \end_layout
13336
13337 \end_inset
13338
13339
13340 \begin_inset Index idx
13341 range none
13342 pageformat default
13343 status collapsed
13344
13345 \begin_layout Plain Layout
13346 \begin_inset IndexMacro sortkey
13347 status open
13348
13349 \begin_layout Plain Layout
13350 ひよう
13351 \end_layout
13352
13353 \end_inset
13354
13355
13356 \begin_inset IndexMacro subentry
13357 status collapsed
13358
13359 \begin_layout Plain Layout
13360 \begin_inset IndexMacro sortkey
13361 status open
13362
13363 \begin_layout Plain Layout
13364 れんけつきよう
13365 \end_layout
13366
13367 \end_inset
13368
13369 連結行
13370 \end_layout
13371
13372 \end_inset
13373
13374
13375 \end_layout
13376
13377 \end_inset
13378
13379
13380 \end_layout
13381
13382 \begin_layout Standard
13383 複数行にかかるセルを連結するには,
13384 同一列中の統合したいセルをすべて選択し,
13385 ツールバーボタン
13386 \family sans
13387
13388 \begin_inset Info
13389 type  "icon"
13390 arg   "tabular-feature multirow"
13391 \end_inset
13392
13393
13394 \family default
13395 を押すか,
13396
13397 \family sans
13398 \series bold
13399 編集\SpecialChar menuseparator
13400 表\SpecialChar menuseparator
13401 連結行
13402 \family default
13403 \series default
13404
13405 \begin_inset space \thinspace{}
13406 \end_inset
13407
13408 メニューを選ぶか,
13409 選択したセルを右クリックして,
13410 文脈依存メニューから
13411 \family sans
13412 \series bold
13413
13414 \begin_inset space \thinspace{}
13415 \end_inset
13416
13417 連結行
13418 \family default
13419 \series default
13420
13421 \begin_inset space \thinspace{}
13422 \end_inset
13423
13424 を選んでください.
13425 \end_layout
13426
13427 \begin_layout Standard
13428 下記は一列目に連結列を適用した表の例です.
13429 \end_layout
13430
13431 \begin_layout Standard
13432 \align center
13433 \begin_inset Tabular
13434 <lyxtabular version="3" rows="3" columns="3">
13435 <features tabularvalignment="middle">
13436 <column alignment="center" valignment="top" width="0pt">
13437 <column alignment="center" valignment="top">
13438 <column alignment="center" valignment="top">
13439 <row>
13440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13441 \begin_inset Text
13442
13443 \begin_layout Plain Layout
13444 長いセル項目
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 </row>
13468 <row>
13469 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473 連結列
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13479 \begin_inset Text
13480
13481 \begin_layout Plain Layout
13482
13483 \end_layout
13484
13485 \end_inset
13486 </cell>
13487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 </row>
13497 <row>
13498 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13499 \begin_inset Text
13500
13501 \begin_layout Plain Layout
13502
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 </row>
13526 </lyxtabular>
13527
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \begin_layout Standard
13534 連結列の幅は,
13535 列全体の幅と揃えを設定することによって設定することができます.
13536 \family sans
13537 \series bold
13538 垂直オフセット
13539 \family default
13540 \series default
13541 は,
13542 正または負の値を与えると,
13543 連結列の内容を上下にシフトします.
13544 \end_layout
13545
13546 \begin_layout Standard
13547 連結行セルの列に明示的な幅が与えられていない場合,
13548 連結行セルは当該列の揃えを継承します.それもなければ左揃えです.既定値を上書きするには,
13549
13550 \end_layout
13551
13552 \begin_layout Standard
13553
13554 \series bold
13555
13556 \backslash
13557 renewcommand{
13558 \backslash
13559 multirowsetup}{
13560 \backslash
13561 centering}
13562 \end_layout
13563
13564 \begin_layout Standard
13565 というコマンドを使用して,
13566 コマンド
13567 \series bold
13568
13569 \backslash
13570 multirowsetup
13571 \series default
13572 を書き換えて下さい.すると,
13573 文書中の連結行の中身が,
13574 すべて中央揃えになります.もしいくつかの表だけ中央揃えにしたいのであれば,
13575 プリアンブルではなく表の直前にTeXコードボックスを入れて,
13576 このコマンドを書き換えれば済みます.文章を右揃えにしたい場合には,
13577
13578 \series bold
13579
13580 \backslash
13581 centering
13582 \series default
13583 の代わりに
13584 \series bold
13585
13586 \backslash
13587 raggedleft
13588 \series default
13589 を使用して下さい.左揃えに戻すには,
13590
13591 \series bold
13592
13593 \backslash
13594 raggedright
13595 \series default
13596 とします.
13597 \end_layout
13598
13599 \begin_layout Standard
13600 下記は,
13601 -4ミリの垂直オフセットを設定し,
13602 3センチ幅の列中にある右揃えの連結列セルがある表の例です.
13603 \end_layout
13604
13605 \begin_layout Standard
13606 \noindent
13607 \align center
13608 \begin_inset ERT
13609 status collapsed
13610
13611 \begin_layout Plain Layout
13612
13613
13614 \backslash
13615 renewcommand{
13616 \backslash
13617 multirowsetup}{
13618 \backslash
13619 raggedleft}
13620 \end_layout
13621
13622 \end_inset
13623
13624
13625 \begin_inset Tabular
13626 <lyxtabular version="3" rows="4" columns="3">
13627 <features tabularvalignment="middle">
13628 <column alignment="center" valignment="top" width="3cm">
13629 <column alignment="center" valignment="top">
13630 <column alignment="center" valignment="top">
13631 <row>
13632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 長いセル項目
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 </row>
13660 <row>
13661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665
13666 \end_layout
13667
13668 \end_inset
13669 </cell>
13670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13680 \begin_inset Text
13681
13682 \begin_layout Plain Layout
13683
13684 \end_layout
13685
13686 \end_inset
13687 </cell>
13688 </row>
13689 <row>
13690 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694 連結列
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 </row>
13718 <row>
13719 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 </row>
13747 </lyxtabular>
13748
13749 \end_inset
13750
13751
13752 \begin_inset ERT
13753 status collapsed
13754
13755 \begin_layout Plain Layout
13756
13757
13758 \backslash
13759 renewcommand{
13760 \backslash
13761 multirowsetup}{
13762 \backslash
13763 raggedright}
13764 \end_layout
13765
13766 \end_inset
13767
13768
13769 \end_layout
13770
13771 \begin_layout Standard
13772 連結行で新しい行に移るには,
13773 強制改行(ショートカット
13774 \begin_inset Info
13775 type  "shortcut"
13776 arg   "newline-insert newline"
13777 \end_inset
13778
13779 )を使用できますが,
13780 この場合,
13781 下記の例に示されているようにセル行との整合を顧慮しません.
13782 \end_layout
13783
13784 \begin_layout Standard
13785 \noindent
13786 \align center
13787 \begin_inset Tabular
13788 <lyxtabular version="3" rows="3" columns="2">
13789 <features tabularvalignment="middle">
13790 <column alignment="left" valignment="middle" width="2cm">
13791 <column alignment="center" valignment="top">
13792 <row>
13793 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 いいい
13798 \begin_inset Newline newline
13799 \end_inset
13800
13801 いいい
13802 \begin_inset Newline newline
13803 \end_inset
13804
13805 おかしなセル
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 ははは
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 </row>
13820 <row>
13821 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 ににに
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 </row>
13840 <row>
13841 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 ろろろ
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 ほほほ
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 </row>
13860 </lyxtabular>
13861
13862 \end_inset
13863
13864
13865 \end_layout
13866
13867 \begin_layout Standard
13868 したがって,
13869 強制改行を使うのは注意が必要です.
13870 \end_layout
13871
13872 \begin_layout Subsection
13873 対角線付きのセル
13874 \end_layout
13875
13876 \begin_layout Standard
13877 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには,
13878 表の第1セルに対角線を一本ないし二本引いて分割すると便利です.これは,
13879 \SpecialChar LaTeX
13880 パッケージの
13881 \series bold
13882 diagbox
13883 \series default
13884
13885 \begin_inset Index idx
13886 range none
13887 pageformat default
13888 status collapsed
13889
13890 \begin_layout Plain Layout
13891 \begin_inset IndexMacro sortkey
13892 status open
13893
13894 \begin_layout Plain Layout
13895 LaTeXはつけし
13896 \end_layout
13897
13898 \end_inset
13899
13900 \SpecialChar LaTeX
13901 パッケージ
13902 \begin_inset IndexMacro subentry
13903 status open
13904
13905 \begin_layout Plain Layout
13906 diagbox
13907 \end_layout
13908
13909 \end_inset
13910
13911
13912 \end_layout
13913
13914 \end_inset
13915
13916 を文書プリアンブルに読み込むことによって実現できます.このパッケージには,
13917
13918 \series bold
13919
13920 \backslash
13921 diagbox
13922 \series default
13923 というコマンドがありますので,
13924 以下のように,
13925 これに2ないし3の引数をつけて,
13926 \SpecialChar TeX
13927 コードで挿入します.
13928 \end_layout
13929
13930 \begin_layout Standard
13931
13932 \series bold
13933
13934 \backslash
13935 diagbox[オプション]{左下}{右上}
13936 \end_layout
13937
13938 \begin_layout Standard
13939
13940 \series bold
13941
13942 \backslash
13943 diagbox[オプション]{左下}{左上}{右上}
13944 \end_layout
13945
13946 \begin_layout Standard
13947 最初の書式は,
13948 第1セルを一本の対角線で分割し,
13949 引数の内容がその上下に入れられます.二つ目の書式は,
13950 第1セルを二本の線で分割します.
13951 \end_layout
13952
13953 \begin_layout Standard
13954 \begin_inset ERT
13955 status collapsed
13956
13957 \begin_layout Plain Layout
13958
13959
13960 \backslash
13961 ifdiagbox
13962 \end_layout
13963
13964 \end_inset
13965
13966
13967 \begin_inset Note Note
13968 status open
13969
13970 \begin_layout Plain Layout
13971 この節は,
13972 \SpecialChar LaTeX
13973 パッケージ
13974 \series bold
13975 diagbox
13976 \series default
13977 が導入済みの時のみ表示されます.
13978 \end_layout
13979
13980 \end_inset
13981
13982
13983 \end_layout
13984
13985 \begin_layout Standard
13986 下記は,
13987
13988 \series bold
13989
13990 \backslash
13991 diagbox
13992 \series default
13993 を第1セル中に2引数書式で使用した表の例です.
13994 \begin_inset VSpace medskip
13995 \end_inset
13996
13997
13998 \end_layout
13999
14000 \begin_layout Standard
14001 \noindent
14002 \begin_inset Tabular
14003 <lyxtabular version="3" rows="4" columns="4">
14004 <features tabularvalignment="middle">
14005 <column alignment="center" valignment="top">
14006 <column alignment="center" valignment="top">
14007 <column alignment="center" valignment="top">
14008 <column alignment="center" valignment="top">
14009 <row>
14010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 \begin_inset ERT
14015 status collapsed
14016
14017 \begin_layout Plain Layout
14018
14019
14020 \backslash
14021 diagbox{
14022 \end_layout
14023
14024 \end_inset
14025
14026 名称
14027 \begin_inset ERT
14028 status collapsed
14029
14030 \begin_layout Plain Layout
14031
14032 }{
14033 \end_layout
14034
14035 \end_inset
14036
14037 パラメータ
14038 \begin_inset ERT
14039 status collapsed
14040
14041 \begin_layout Plain Layout
14042
14043 }
14044 \end_layout
14045
14046 \end_inset
14047
14048
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 厚み(nm)
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 透明度(%)
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 硬度(MPa)
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 </row>
14081 <row>
14082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 Perfect Green
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 45
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Plain Layout
14104 80
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 504
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 </row>
14119 <row>
14120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 Dark Multi-P
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Plain Layout
14133 60
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 72
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 982
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 </row>
14157 <row>
14158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 Crystal Clear Pro
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 18
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 86
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 374
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 </row>
14195 </lyxtabular>
14196
14197 \end_inset
14198
14199
14200 \begin_inset VSpace medskip
14201 \end_inset
14202
14203
14204 \end_layout
14205
14206 \begin_layout Standard
14207 3引数書式は,
14208 例えばスポーツリーグや距離を示すクロス表に便利です.
14209 \end_layout
14210
14211 \begin_layout Standard
14212 \noindent
14213 \align center
14214 \begin_inset Tabular
14215 <lyxtabular version="3" rows="4" columns="4">
14216 <features tabularvalignment="middle">
14217 <column alignment="center" valignment="top" width="0pt">
14218 <column alignment="center" valignment="top">
14219 <column alignment="center" valignment="top">
14220 <column alignment="center" valignment="top">
14221 <row>
14222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 \begin_inset ERT
14227 status collapsed
14228
14229 \begin_layout Plain Layout
14230
14231
14232 \backslash
14233 diagbox{
14234 \end_layout
14235
14236 \end_inset
14237
14238 ホームチーム
14239 \begin_inset ERT
14240 status collapsed
14241
14242 \begin_layout Plain Layout
14243
14244 }{
14245 \end_layout
14246
14247 \end_inset
14248
14249 結果
14250 \begin_inset ERT
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254
14255 }{
14256 \end_layout
14257
14258 \end_inset
14259
14260 アウェイチーム
14261 \begin_inset ERT
14262 status collapsed
14263
14264 \begin_layout Plain Layout
14265
14266 }
14267 \end_layout
14268
14269 \end_inset
14270
14271
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14277 \begin_inset Text
14278
14279 \begin_layout Plain Layout
14280 Tigers
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 Panthers
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14295 \begin_inset Text
14296
14297 \begin_layout Plain Layout
14298 Falcons
14299 \end_layout
14300
14301 \end_inset
14302 </cell>
14303 </row>
14304 <row>
14305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309 Tigers
14310 \end_layout
14311
14312 \end_inset
14313 </cell>
14314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14315 \begin_inset Text
14316
14317 \begin_layout Plain Layout
14318
14319
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 1:3
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337 0:1
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 </row>
14343 <row>
14344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 Panthers
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 3:1
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Plain Layout
14366
14367
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Plain Layout
14376 0:0
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 </row>
14382 <row>
14383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14384 \begin_inset Text
14385
14386 \begin_layout Plain Layout
14387 Falcons
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 1:0
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Plain Layout
14405 0:0
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Plain Layout
14414
14415
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 </row>
14421 </lyxtabular>
14422
14423 \end_inset
14424
14425
14426 \end_layout
14427
14428 \begin_layout Standard
14429 大きなクロス表では,
14430 下記のように,
14431 2つないし全部のコーナーセルに対角線を入れると良いかもしれません.
14432 \end_layout
14433
14434 \begin_layout Standard
14435 \noindent
14436 \align center
14437 \begin_inset Tabular
14438 <lyxtabular version="3" rows="5" columns="5">
14439 <features tabularvalignment="middle">
14440 <column alignment="center" valignment="top" width="0pt">
14441 <column alignment="center" valignment="top">
14442 <column alignment="center" valignment="top">
14443 <column alignment="center" valignment="top">
14444 <column alignment="center" valignment="top">
14445 <row>
14446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Plain Layout
14450 \begin_inset ERT
14451 status open
14452
14453 \begin_layout Plain Layout
14454
14455
14456 \backslash
14457 diagbox{
14458 \end_layout
14459
14460 \end_inset
14461
14462 ホームチーム
14463 \begin_inset ERT
14464 status collapsed
14465
14466 \begin_layout Plain Layout
14467
14468 }{
14469 \end_layout
14470
14471 \end_inset
14472
14473 結果
14474 \begin_inset ERT
14475 status collapsed
14476
14477 \begin_layout Plain Layout
14478
14479 }{
14480 \end_layout
14481
14482 \end_inset
14483
14484 アウェイチーム
14485 \begin_inset ERT
14486 status collapsed
14487
14488 \begin_layout Plain Layout
14489
14490 }
14491 \end_layout
14492
14493 \end_inset
14494
14495
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14501 \begin_inset Text
14502
14503 \begin_layout Plain Layout
14504 Tigers
14505 \end_layout
14506
14507 \end_inset
14508 </cell>
14509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513 Panthers
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Plain Layout
14522 Falcons
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 \begin_inset ERT
14532 status open
14533
14534 \begin_layout Plain Layout
14535
14536
14537 \backslash
14538 diagbox[dir=NE]{
14539 \end_layout
14540
14541 \end_inset
14542
14543 ホームチーム
14544 \begin_inset ERT
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548
14549 }{
14550 \end_layout
14551
14552 \end_inset
14553
14554 結果
14555 \begin_inset ERT
14556 status collapsed
14557
14558 \begin_layout Plain Layout
14559
14560 }{
14561 \end_layout
14562
14563 \end_inset
14564
14565 アウェイチーム
14566 \begin_inset ERT
14567 status collapsed
14568
14569 \begin_layout Plain Layout
14570
14571 }
14572 \end_layout
14573
14574 \end_inset
14575
14576
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 </row>
14582 <row>
14583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587 Tigers
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596
14597
14598 \end_layout
14599
14600 \end_inset
14601 </cell>
14602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14603 \begin_inset Text
14604
14605 \begin_layout Plain Layout
14606 1:3
14607 \end_layout
14608
14609 \end_inset
14610 </cell>
14611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14612 \begin_inset Text
14613
14614 \begin_layout Plain Layout
14615 0:1
14616 \end_layout
14617
14618 \end_inset
14619 </cell>
14620 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14621 \begin_inset Text
14622
14623 \begin_layout Plain Layout
14624 Tigers
14625 \end_layout
14626
14627 \end_inset
14628 </cell>
14629 </row>
14630 <row>
14631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635 Panthers
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644 3:1
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14650 \begin_inset Text
14651
14652 \begin_layout Plain Layout
14653
14654
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14660 \begin_inset Text
14661
14662 \begin_layout Plain Layout
14663 0:0
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672 Panthers
14673 \end_layout
14674
14675 \end_inset
14676 </cell>
14677 </row>
14678 <row>
14679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14680 \begin_inset Text
14681
14682 \begin_layout Plain Layout
14683 Falcons
14684 \end_layout
14685
14686 \end_inset
14687 </cell>
14688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692 1:0
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14698 \begin_inset Text
14699
14700 \begin_layout Plain Layout
14701 0:0
14702 \end_layout
14703
14704 \end_inset
14705 </cell>
14706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14707 \begin_inset Text
14708
14709 \begin_layout Plain Layout
14710
14711
14712 \end_layout
14713
14714 \end_inset
14715 </cell>
14716 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720 Falcons
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 </row>
14726 <row>
14727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731 \begin_inset ERT
14732 status open
14733
14734 \begin_layout Plain Layout
14735
14736
14737 \backslash
14738 diagbox[dir=SW]{
14739 \end_layout
14740
14741 \end_inset
14742
14743 ホームチーム
14744 \begin_inset ERT
14745 status collapsed
14746
14747 \begin_layout Plain Layout
14748
14749 }{
14750 \end_layout
14751
14752 \end_inset
14753
14754 結果
14755 \begin_inset ERT
14756 status collapsed
14757
14758 \begin_layout Plain Layout
14759
14760 }{
14761 \end_layout
14762
14763 \end_inset
14764
14765 アウェイチーム
14766 \begin_inset ERT
14767 status collapsed
14768
14769 \begin_layout Plain Layout
14770
14771 }
14772 \end_layout
14773
14774 \end_inset
14775
14776
14777 \end_layout
14778
14779 \end_inset
14780 </cell>
14781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Plain Layout
14785 Tigers
14786 \end_layout
14787
14788 \end_inset
14789 </cell>
14790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14791 \begin_inset Text
14792
14793 \begin_layout Plain Layout
14794 Panthers
14795 \end_layout
14796
14797 \end_inset
14798 </cell>
14799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Plain Layout
14803 Falcons
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14809 \begin_inset Text
14810
14811 \begin_layout Plain Layout
14812 \begin_inset ERT
14813 status open
14814
14815 \begin_layout Plain Layout
14816
14817
14818 \backslash
14819 diagbox[dir=SE]{
14820 \end_layout
14821
14822 \end_inset
14823
14824 ホームチーム
14825 \begin_inset ERT
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829
14830 }{
14831 \end_layout
14832
14833 \end_inset
14834
14835 結果
14836 \begin_inset ERT
14837 status collapsed
14838
14839 \begin_layout Plain Layout
14840
14841 }{
14842 \end_layout
14843
14844 \end_inset
14845
14846 アウェイチーム
14847 \begin_inset ERT
14848 status collapsed
14849
14850 \begin_layout Plain Layout
14851
14852 }
14853 \end_layout
14854
14855 \end_inset
14856
14857
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 </row>
14863 </lyxtabular>
14864
14865 \end_inset
14866
14867
14868 \end_layout
14869
14870 \begin_layout Standard
14871 対角線を廻すために,
14872 コマンドオプションとして
14873 \series bold
14874 dir=方角
14875 \series default
14876 を使用しています.
14877 \emph on
14878 方角
14879 \emph default
14880 は,
14881
14882 \series bold
14883 NE
14884 \series default
14885
14886 \series bold
14887 SE
14888 \series default
14889
14890 \series bold
14891 SW
14892 \series default
14893
14894 \series bold
14895 NW
14896 \series default
14897 のいずれかで,
14898 コンパスでの位置を示します.例えば,
14899
14900 \series bold
14901 SW
14902 \series default
14903 は南西かど(south-west)を示します.したがって,
14904 上の表の左下のセルでは,
14905  
14906 \end_layout
14907
14908 \begin_layout Standard
14909
14910 \series bold
14911
14912 \backslash
14913 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
14914 \end_layout
14915
14916 \begin_layout Standard
14917 というコマンドを使用しています.方角を指定しなければ,
14918 NWを指定したのと同じ事になります.
14919 \end_layout
14920
14921 \begin_layout Standard
14922 対角線を引いたセルに必要な幅は,
14923 自動的に計算されます.したがって,
14924 計算された幅よりも小さい固定列幅を指定してしまうと,
14925 下記の例のように,
14926 セルの中身がはみ出てしまいます.
14927 \end_layout
14928
14929 \begin_layout Standard
14930 \noindent
14931 \align center
14932 \begin_inset Tabular
14933 <lyxtabular version="3" rows="2" columns="2">
14934 <features tabularvalignment="middle">
14935 <column alignment="center" valignment="top" width="3cm">
14936 <column alignment="center" valignment="top">
14937 <row>
14938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 \begin_inset ERT
14943 status collapsed
14944
14945 \begin_layout Plain Layout
14946
14947
14948 \backslash
14949 diagbox{
14950 \end_layout
14951
14952 \end_inset
14953
14954 名称
14955 \begin_inset ERT
14956 status collapsed
14957
14958 \begin_layout Plain Layout
14959
14960 }{
14961 \end_layout
14962
14963 \end_inset
14964
14965 パラメータ
14966 \begin_inset ERT
14967 status collapsed
14968
14969 \begin_layout Plain Layout
14970
14971 }
14972 \end_layout
14973
14974 \end_inset
14975
14976
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 厚み(nm)
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 </row>
14991 <row>
14992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 Perfect Green
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 45
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 </row>
15011 </lyxtabular>
15012
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \begin_layout Standard
15019 対角線を引いたセルの列に一定の幅が必要な場合は,
15020 コマンドオプションとして
15021 \series bold
15022 width=3cm
15023 \series default
15024  (必要に応じて「3cm」を必要な幅に変更)を与えてください.下記の表では,
15025 第1列の幅が4
15026 \begin_inset space \thinspace{}
15027 \end_inset
15028
15029 cmに設定してあります.
15030 \series bold
15031
15032 \backslash
15033 diagbox
15034 \series default
15035 全体の幅は,
15036 本文幅(この場合は4
15037 \begin_inset space \thinspace{}
15038 \end_inset
15039
15040 cm)に,
15041 本文とセル罫線との間隔の2倍を加えたものになるので,
15042
15043 \series bold
15044
15045 \backslash
15046 diagbox
15047 \series default
15048 には4
15049 \begin_inset space \thinspace{}
15050 \end_inset
15051
15052 cm + 2
15053 \begin_inset space \thinspace{}
15054 \end_inset
15055
15056
15057 \backslash
15058 tabcolsepの幅が必要です.幅の計算は,
15059
15060 \series bold
15061
15062 \backslash
15063 diagbox
15064 \series default
15065 のコマンドオプション内では行うことができないので,
15066 前もって新しい長さを定義しておく必要があります.これは,
15067 \SpecialChar TeX
15068 コードコマンドで
15069 \end_layout
15070
15071 \begin_layout Standard
15072
15073 \series bold
15074
15075 \backslash
15076 newlength{
15077 \backslash
15078 diagtest}
15079 \begin_inset Newline newline
15080 \end_inset
15081
15082
15083 \backslash
15084 setlength{
15085 \backslash
15086 diagtest}{4cm+2
15087 \backslash
15088 tabcolsep}
15089 \end_layout
15090
15091 \begin_layout Standard
15092 \begin_inset ERT
15093 status collapsed
15094
15095 \begin_layout Plain Layout
15096
15097
15098 \backslash
15099 newlength{
15100 \backslash
15101 diagtest}
15102 \end_layout
15103
15104 \begin_layout Plain Layout
15105
15106
15107 \backslash
15108 setlength{
15109 \backslash
15110 diagtest}{4cm+2
15111 \backslash
15112 tabcolsep}
15113 \end_layout
15114
15115 \end_inset
15116
15117
15118 \end_layout
15119
15120 \begin_layout Standard
15121 とすれば実現できます.\SpecialChar LaTeX
15122 内で計算を行うには,
15123 文書プリアンブル中で
15124 \series bold
15125 calc
15126 \series default
15127
15128 \begin_inset Index idx
15129 range none
15130 pageformat default
15131 status collapsed
15132
15133 \begin_layout Plain Layout
15134 \begin_inset IndexMacro sortkey
15135 status open
15136
15137 \begin_layout Plain Layout
15138 LaTeXはつけし
15139 \end_layout
15140
15141 \end_inset
15142
15143 \SpecialChar LaTeX
15144 パッケージ
15145 \begin_inset IndexMacro subentry
15146 status open
15147
15148 \begin_layout Plain Layout
15149 calc
15150 \end_layout
15151
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \end_inset
15158
15159 パッケージを読み込んでおく必要があります.
15160 \end_layout
15161
15162 \begin_layout Standard
15163 さて,
15164 この表の第1セルで
15165 \end_layout
15166
15167 \begin_layout Standard
15168
15169 \series bold
15170
15171 \backslash
15172 diagbox[width=
15173 \backslash
15174 diagtest]{A}{B}
15175 \end_layout
15176
15177 \begin_layout Standard
15178 というコマンドを使用します.
15179 \end_layout
15180
15181 \begin_layout Standard
15182 \noindent
15183 \align center
15184 \begin_inset Tabular
15185 <lyxtabular version="3" rows="2" columns="2">
15186 <features tabularvalignment="middle">
15187 <column alignment="center" valignment="top" width="4cm">
15188 <column alignment="center" valignment="top">
15189 <row>
15190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194 \begin_inset ERT
15195 status open
15196
15197 \begin_layout Plain Layout
15198
15199
15200 \backslash
15201 diagbox[width=
15202 \backslash
15203 diagtest]{
15204 \end_layout
15205
15206 \end_inset
15207
15208 A
15209 \begin_inset ERT
15210 status collapsed
15211
15212 \begin_layout Plain Layout
15213
15214 }{
15215 \end_layout
15216
15217 \end_inset
15218
15219 B
15220 \begin_inset ERT
15221 status collapsed
15222
15223 \begin_layout Plain Layout
15224
15225 }
15226 \end_layout
15227
15228 \end_inset
15229
15230
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239 厚み (nm)
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 </row>
15245 <row>
15246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250 Perfect Green
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259 45
15260 \end_layout
15261
15262 \end_inset
15263 </cell>
15264 </row>
15265 </lyxtabular>
15266
15267 \end_inset
15268
15269
15270 \end_layout
15271
15272 \begin_layout Standard
15273 対角線の引いたセルは,
15274 当該列中で最も幅広くなっていなくてはなりません.さもないと,
15275 次の表のように,
15276 対角線の長さが正しく計算できなくなってしまいます.
15277 \end_layout
15278
15279 \begin_layout Standard
15280 \noindent
15281 \align center
15282 \begin_inset Tabular
15283 <lyxtabular version="3" rows="2" columns="2">
15284 <features tabularvalignment="middle">
15285 <column alignment="center" valignment="top" width="0pt">
15286 <column alignment="center" valignment="top">
15287 <row>
15288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Plain Layout
15292 \begin_inset ERT
15293 status collapsed
15294
15295 \begin_layout Plain Layout
15296
15297
15298 \backslash
15299 diagbox{
15300 \end_layout
15301
15302 \end_inset
15303
15304 A
15305 \begin_inset ERT
15306 status collapsed
15307
15308 \begin_layout Plain Layout
15309
15310 }{
15311 \end_layout
15312
15313 \end_inset
15314
15315 B
15316 \begin_inset ERT
15317 status collapsed
15318
15319 \begin_layout Plain Layout
15320
15321 }
15322 \end_layout
15323
15324 \end_inset
15325
15326
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335 厚み (nm)
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 </row>
15341 <row>
15342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346 Perfect Green
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 45
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 </row>
15361 </lyxtabular>
15362
15363 \end_inset
15364
15365
15366 \end_layout
15367
15368 \begin_layout Standard
15369 このような場合には,
15370
15371 \series bold
15372
15373 \backslash
15374 diagbox
15375 \series default
15376 コマンドの
15377 \series bold
15378 width
15379 \series default
15380 オプションを使用してください.こうすると,
15381 セル幅が列幅に等しくなるので,
15382 2
15383 \backslash
15384 tabcolsepを足す必要はなくなります.下記の表では,
15385 3
15386 \begin_inset space \thinspace{}
15387 \end_inset
15388
15389 cm幅を使用しています.
15390 \end_layout
15391
15392 \begin_layout Standard
15393 \noindent
15394 \align center
15395 \begin_inset Tabular
15396 <lyxtabular version="3" rows="2" columns="2">
15397 <features tabularvalignment="middle">
15398 <column alignment="center" valignment="top" width="0pt">
15399 <column alignment="center" valignment="top">
15400 <row>
15401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405 \begin_inset ERT
15406 status open
15407
15408 \begin_layout Plain Layout
15409
15410
15411 \backslash
15412 diagbox[width=3cm]{
15413 \end_layout
15414
15415 \end_inset
15416
15417 A
15418 \begin_inset ERT
15419 status collapsed
15420
15421 \begin_layout Plain Layout
15422
15423 }{
15424 \end_layout
15425
15426 \end_inset
15427
15428 B
15429 \begin_inset ERT
15430 status collapsed
15431
15432 \begin_layout Plain Layout
15433
15434 }
15435 \end_layout
15436
15437 \end_inset
15438
15439
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448 厚み (nm)
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 </row>
15454 <row>
15455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459 Perfect Green
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468 45
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 </row>
15474 </lyxtabular>
15475
15476 \end_inset
15477
15478
15479 \end_layout
15480
15481 \begin_layout Standard
15482 対角線を引いたセルに複数行を入力するには,
15483 文章をセルに合わせるために高さを追加する必要があります.これは,
15484
15485 \series bold
15486
15487 \backslash
15488 diagbox
15489 \series default
15490 にオプション
15491 \series bold
15492 height=3cm
15493 \series default
15494 を与えることで実現できます(「3cm」は必要な高さに置き換えてください).下記の表では,
15495 第1セルに
15496 \end_layout
15497
15498 \begin_layout Standard
15499
15500 \series bold
15501
15502 \backslash
15503 diagbox[width=3cm,height=1.4cm]{A
15504 \backslash
15505
15506 \backslash
15507 B}{C
15508 \backslash
15509
15510 \backslash
15511 D}
15512 \end_layout
15513
15514 \begin_layout Standard
15515 というコマンドを使用しています.ここでコマンド
15516 \series bold
15517
15518 \backslash
15519
15520 \backslash
15521
15522 \series default
15523 は改行をするためのものです
15524 \begin_inset Foot
15525 status collapsed
15526
15527 \begin_layout Plain Layout
15528
15529 \family sans
15530 Ctrl+Return
15531 \family default
15532 を使っての改行は,
15533 列が固定幅の時のみ,
15534 使用することができます.
15535 \end_layout
15536
15537 \end_inset
15538
15539
15540 \end_layout
15541
15542 \begin_layout Standard
15543 \noindent
15544 \align center
15545 \begin_inset Tabular
15546 <lyxtabular version="3" rows="2" columns="2">
15547 <features tabularvalignment="middle">
15548 <column alignment="center" valignment="top">
15549 <column alignment="center" valignment="top">
15550 <row>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555 \begin_inset ERT
15556 status open
15557
15558 \begin_layout Plain Layout
15559
15560
15561 \backslash
15562 diagbox[width=3cm,height=1.4cm]{
15563 \end_layout
15564
15565 \end_inset
15566
15567 A
15568 \begin_inset ERT
15569 status collapsed
15570
15571 \begin_layout Plain Layout
15572
15573
15574 \backslash
15575
15576 \backslash
15577
15578 \end_layout
15579
15580 \end_inset
15581
15582 B
15583 \begin_inset ERT
15584 status collapsed
15585
15586 \begin_layout Plain Layout
15587
15588 }{
15589 \end_layout
15590
15591 \end_inset
15592
15593 C
15594 \begin_inset ERT
15595 status collapsed
15596
15597 \begin_layout Plain Layout
15598
15599
15600 \backslash
15601
15602 \backslash
15603
15604 \end_layout
15605
15606 \end_inset
15607
15608 D
15609 \begin_inset ERT
15610 status collapsed
15611
15612 \begin_layout Plain Layout
15613
15614 }
15615 \end_layout
15616
15617 \end_inset
15618
15619
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628 厚み (nm)
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 </row>
15634 <row>
15635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639 Perfect Green
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 45
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 </row>
15654 </lyxtabular>
15655
15656 \end_inset
15657
15658
15659 \end_layout
15660
15661 \begin_layout Standard
15662 \begin_inset ERT
15663 status collapsed
15664
15665 \begin_layout Plain Layout
15666
15667
15668 \backslash
15669 else
15670 \end_layout
15671
15672 \end_inset
15673
15674
15675 \begin_inset Note Note
15676 status open
15677
15678 \begin_layout Plain Layout
15679 以下は,
15680 \SpecialChar LaTeX
15681 パッケージ
15682 \series bold
15683 diagbox
15684 \series default
15685 が導入済みでないときに表示されます.
15686 \end_layout
15687
15688 \end_inset
15689
15690
15691 \end_layout
15692
15693 \begin_layout Standard
15694 本節の内容を出力に表示するためには,
15695
15696 \series bold
15697 diagbox
15698 \series default
15699 パッケージを導入しなくてはなりません.
15700 \end_layout
15701
15702 \begin_layout Standard
15703 \begin_inset ERT
15704 status collapsed
15705
15706 \begin_layout Plain Layout
15707
15708
15709 \backslash
15710 fi
15711 \end_layout
15712
15713 \end_inset
15714
15715
15716 \end_layout
15717
15718 \begin_layout Standard
15719 \SpecialChar LaTeX
15720 パッケージ
15721 \series bold
15722 diagbox
15723 \series default
15724 についての詳しい情報は,
15725 取扱説明書
15726 \begin_inset CommandInset citation
15727 LatexCommand cite
15728 key "diagbox"
15729 literal "true"
15730
15731 \end_inset
15732
15733 をご覧ください.
15734 \end_layout
15735
15736 \begin_layout Section
15737 フォーマル様式の表
15738 \begin_inset CommandInset label
15739 LatexCommand label
15740 name "sec:フォーマル様式の表"
15741
15742 \end_inset
15743
15744
15745 \begin_inset Index idx
15746 range none
15747 pageformat default
15748 status collapsed
15749
15750 \begin_layout Plain Layout
15751 \begin_inset IndexMacro sortkey
15752 status open
15753
15754 \begin_layout Plain Layout
15755 ひよう
15756 \end_layout
15757
15758 \end_inset
15759
15760
15761 \begin_inset IndexMacro subentry
15762 status open
15763
15764 \begin_layout Plain Layout
15765 \begin_inset IndexMacro sortkey
15766 status open
15767
15768 \begin_layout Plain Layout
15769 ふおまるけいしき
15770 \end_layout
15771
15772 \end_inset
15773
15774 フォーマル様式
15775 \end_layout
15776
15777 \end_inset
15778
15779
15780 \end_layout
15781
15782 \end_inset
15783
15784
15785 \end_layout
15786
15787 \begin_layout Standard
15788 書籍中の表は,
15789 よく表
15790 \begin_inset CommandInset ref
15791 LatexCommand ref
15792 reference "tab:フォーマル表の例"
15793 nolink "false"
15794
15795 \end_inset
15796
15797 のように組版されます.この種の表は「フォーマル様式」と呼ばれます.表をフォーマル様式にするには,
15798 表作成ダイアログで「フォーマル」表様式を選択するか,
15799 表の設定ダイアログの
15800 \family sans
15801 \series bold
15802 罫線
15803 \family default
15804 \series default
15805 タブで
15806 \family sans
15807 \series bold
15808 フォーマル様式
15809 \family default
15810 \series default
15811 オプションを有効にして下さい(加えて,
15812
15813 \family sans
15814 \series bold
15815 既定フォーマル様式を使う
15816 \family default
15817 \series default
15818
15819 \begin_inset space \thinspace{}
15820 \end_inset
15821
15822 オプションを有効にすると,
15823 罫線は実用的な既定設定になります).
15824 \end_layout
15825
15826 \begin_layout Standard
15827 \begin_inset Float table
15828 placement h
15829 alignment document
15830 wide false
15831 sideways false
15832 status open
15833
15834 \begin_layout Plain Layout
15835 \begin_inset Caption Standard
15836
15837 \begin_layout Plain Layout
15838 \begin_inset CommandInset label
15839 LatexCommand label
15840 name "tab:フォーマル表の例"
15841
15842 \end_inset
15843
15844 フォーマル表の例
15845 \end_layout
15846
15847 \end_inset
15848
15849
15850 \end_layout
15851
15852 \begin_layout Plain Layout
15853 \align center
15854 \begin_inset Tabular
15855 <lyxtabular version="3" rows="8" columns="4">
15856 <features booktabs="true" tabularvalignment="middle">
15857 <column alignment="center" valignment="top">
15858 <column alignment="center" valignment="top">
15859 <column alignment="center" valignment="top">
15860 <column alignment="center" valignment="top">
15861 <row>
15862 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 システム
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" topline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875 チップ
15876 \begin_inset space \thinspace{}
15877 \end_inset
15878
15879 1
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 チップ
15889 \begin_inset space \thinspace{}
15890 \end_inset
15891
15892 2
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 </row>
15907 <row>
15908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912 検知器の厚み [
15913 \begin_inset Formula $\mu m$
15914 \end_inset
15915
15916 ]
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" bottomline="true" bottomlinertrim="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925 300
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 <cell alignment="center" valignment="top" bottomline="true" bottomlineltrim="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934 300
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 <cell alignment="center" valignment="top" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 700
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 </row>
15949 <row>
15950 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15951 \begin_inset Text
15952
15953 \begin_layout Plain Layout
15954 エッジ角 [度]
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963 3.55
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972 2.71
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" topline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 7.99
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 </row>
15987 <row topspace="default">
15988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992 空間分解能 [
15993 \begin_inset Formula $\mu m$
15994 \end_inset
15995
15996 ]
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell alignment="center" valignment="top" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005 4.26
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 <cell alignment="center" valignment="top" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014 10.17
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 10.56
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 </row>
16029 <row topspace="default">
16030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 \begin_inset Formula $f_{\mathrm{max}}$
16035 \end_inset
16036
16037 におけるMTF
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046 0.53
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 <cell alignment="center" valignment="top" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 0.37
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 0.39
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 </row>
16070 <row topspace="default">
16071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 LSF空間分解能
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell alignment="center" valignment="top" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 <row>
16109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113 \begin_inset Formula $\mu m$
16114 \end_inset
16115
16116 表示
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 129.7
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 <cell alignment="center" valignment="top" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134 52.75
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 <cell alignment="center" valignment="top" usebox="none">
16140 \begin_inset Text
16141
16142 \begin_layout Plain Layout
16143 50.78
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 </row>
16149 <row>
16150 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154 ピクセルサイズに対する%表示
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163 76.3
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172 95.9
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181 92.3
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 </lyxtabular>
16188
16189 \end_inset
16190
16191
16192 \end_layout
16193
16194 \end_inset
16195
16196
16197 \end_layout
16198
16199 \begin_layout Standard
16200 表中の行に余白を加えるには,
16201
16202 \begin_inset CommandInset ref
16203 LatexCommand ref
16204 reference "subsec:行の余白取り"
16205 nolink "false"
16206
16207 \end_inset
16208
16209 節に述べられているように,
16210 表の設定ダイアログの
16211 \family sans
16212 罫線
16213 \family default
16214 タブを使用します.
16215 \end_layout
16216
16217 \begin_layout Standard
16218 通常の表と違って,
16219 フォーマル様式の表には縦罫線がありません.表の横罫線は,
16220 通常の表と同様に指定することができますが,
16221 出力でこれらの線幅は異なります.
16222 \begin_inset Newline newline
16223 \end_inset
16224
16225 最初と最後の表罫線の既定幅は0.08
16226 \begin_inset space \thinspace{}
16227 \end_inset
16228
16229 emですが,
16230 他の罫線の既定幅は0.05
16231 \begin_inset space \thinspace{}
16232 \end_inset
16233
16234 emです.
16235 \end_layout
16236
16237 \begin_layout Standard
16238 これらの既定幅は,
16239 以下のプリアンブル行を指定することによって変更することができます.
16240 \end_layout
16241
16242 \begin_layout Standard
16243
16244 \series bold
16245
16246 \backslash
16247 let
16248 \backslash
16249 mytoprule
16250 \backslash
16251 toprule
16252 \begin_inset Newline newline
16253 \end_inset
16254
16255
16256 \backslash
16257 renewcommand{
16258 \backslash
16259 toprule}{
16260 \backslash
16261 mytoprule[幅]}
16262 \end_layout
16263
16264 \begin_layout Standard
16265 上の例は,
16266
16267 \series bold
16268 toprule
16269 \series default
16270 という最初の罫線を設定しています.最後の罫線の線幅を変更するには,
16271
16272 \series bold
16273 toprule
16274 \series default
16275
16276 \series bold
16277 bottomrule
16278 \series default
16279 に置き換えて下さい.他の罫線の線幅を変更するには,
16280
16281 \series bold
16282 toprule
16283 \series default
16284
16285 \series bold
16286 midrule
16287 \series default
16288 に置き換えます.線幅を設定する上では,
16289 付録
16290 \begin_inset CommandInset ref
16291 LatexCommand ref
16292 reference "cha:LyXで使用できる単位"
16293 nolink "false"
16294
16295 \end_inset
16296
16297 に挙げてあるすべての単位を使用することができます.
16298 \end_layout
16299
16300 \begin_layout Standard
16301
16302 \begin_inset CommandInset ref
16303 LatexCommand ref
16304 reference "tab:フォーマル表の例"
16305 plural "false"
16306 caps "false"
16307 noprefix "false"
16308 nolink "false"
16309
16310 \end_inset
16311
16312 のように,
16313 フォーマル表では,
16314 列をグループ化するのに切り詰めた罫線をよく使います.これは,
16315 表ダイアログの罫線ウィジェットで設定することができます.フォーマル表の場合,
16316 上下の罫線には,
16317 右と左に小さく分割された部分罫線が表示されます.ここをクリックすると,
16318 対応する罫線を切り詰めることができます.
16319 \end_layout
16320
16321 \begin_layout Standard
16322 切り詰める罫線の長さや罫線の太さを調整したい場合には,
16323 \SpecialChar TeX
16324 コードに頼らなくてはなりません.これらを行うコマンドは,
16325 以下の通りです(これは切り詰められた真ん中の罫線にも使えます).
16326 \end_layout
16327
16328 \begin_layout Standard
16329
16330 \series bold
16331
16332 \backslash
16333 cmidrule[幅](刈込){開始列-終了列}
16334 \end_layout
16335
16336 \begin_layout Standard
16337 この線幅の既定値は0.03
16338 \begin_inset space \thinspace{}
16339 \end_inset
16340
16341 emです.「開始列」は罫線を開始する列番号で,
16342 「終了列」は罫線を終了する列番号です.終了列は,
16343 罫線を一列だけに引きたいときも含めて,
16344 常に指定しなくてはなりません.非必須パラメーターの「刈込」は,
16345
16346 \emph on
16347 l{刈込幅}
16348 \emph default
16349 あるいは
16350 \emph on
16351 r{刈込幅}
16352 \emph default
16353 の値を取り,
16354 刈込幅の指定は非必須です.たとえば,
16355
16356 \emph on
16357 l{2pt}
16358 \emph default
16359 というパラメーターを使うと,
16360 罫線が左端から2
16361 \begin_inset space \thinspace{}
16362 \end_inset
16363
16364 ptだけ刈り込まれます.刈込幅を指定しないと,
16365 罫線は既定値の0.5
16366 \begin_inset space \thinspace{}
16367 \end_inset
16368
16369 emだけ刈り込まれます(これはダイアログから刈り込みを行ったときの設定です).
16370 \end_layout
16371
16372 \begin_layout Standard
16373
16374 \series bold
16375
16376 \backslash
16377 cmidrule
16378 \series default
16379 の「幅」オプションと「刈込幅」パラメーターは,
16380 現在のところ\SpecialChar LyX
16381 がサポートしていません.これらが必要ならば,
16382 行の第一列の最初のセル要素として,
16383 これらの設定を行う
16384 \series bold
16385
16386 \backslash
16387 cmidrule
16388 \series default
16389 を\SpecialChar TeX
16390 コードで入れる必要があります.すると,
16391 この罫線は,
16392 出力では現在行の上に引かれることになります.
16393 \end_layout
16394
16395 \begin_layout Standard
16396 ときには,
16397
16398 \begin_inset CommandInset ref
16399 LatexCommand ref
16400 reference "tab:特殊なフォーマル表"
16401 nolink "false"
16402
16403 \end_inset
16404
16405 で例示されているような重なり合った
16406 \series bold
16407
16408 \backslash
16409 cmidrule
16410 \series default
16411 が欲しいことがあるかもしれません.ただし,
16412 これは良くない様式と見做されているので,
16413 本当に必要なときのみ使用してください.これは,
16414 \SpecialChar TeX
16415 コードで
16416 \end_layout
16417
16418 \begin_layout Standard
16419
16420 \series bold
16421
16422 \backslash
16423 morecmidrules
16424 \end_layout
16425
16426 \begin_layout Standard
16427 コマンドを使用することによって実現することができます.表
16428 \begin_inset CommandInset ref
16429 LatexCommand ref
16430 reference "tab:特殊なフォーマル表"
16431 nolink "false"
16432
16433 \end_inset
16434
16435 の第二列には
16436 \end_layout
16437
16438 \begin_layout Standard
16439
16440 \series bold
16441
16442 \backslash
16443 morecmidrules
16444 \backslash
16445 cmidrule{2-4}
16446 \end_layout
16447
16448 \begin_layout Standard
16449 というコマンドが使用されており,
16450 第六列には
16451 \end_layout
16452
16453 \begin_layout Standard
16454
16455 \series bold
16456
16457 \backslash
16458 morecmidrules
16459 \backslash
16460 cmidrule{3-4}
16461 \end_layout
16462
16463 \begin_layout Standard
16464 というコマンドが使用されています.
16465 \end_layout
16466
16467 \begin_layout Standard
16468 \begin_inset VSpace bigskip
16469 \end_inset
16470
16471
16472 \end_layout
16473
16474 \begin_layout Standard
16475 罫線の余白取りにどうしても満足が行かない場合には,
16476
16477 \end_layout
16478
16479 \begin_layout Standard
16480
16481 \series bold
16482
16483 \backslash
16484 specialrule{幅}{上余白}{下余白}
16485 \end_layout
16486
16487 \begin_layout Standard
16488 というコマンドを使用すれば,
16489 全列にわたる罫線を生成することができます.これらの特殊機能については,
16490 \SpecialChar LaTeX
16491 パッケージ
16492 \series bold
16493 booktabs
16494 \series default
16495  
16496 \begin_inset CommandInset citation
16497 LatexCommand cite
16498 key "booktabs"
16499 literal "true"
16500
16501 \end_inset
16502
16503
16504 \begin_inset Index idx
16505 range none
16506 pageformat default
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510 LaTeXはつけし@\SpecialChar LaTeX
16511 パッケージ!booktabs
16512 \end_layout
16513
16514 \end_inset
16515
16516 の取扱説明書をご参照下さい.
16517 \end_layout
16518
16519 \begin_layout Standard
16520 \begin_inset Float table
16521 placement h
16522 alignment document
16523 wide false
16524 sideways false
16525 status open
16526
16527 \begin_layout Plain Layout
16528 \begin_inset Caption Standard
16529
16530 \begin_layout Plain Layout
16531 \begin_inset CommandInset label
16532 LatexCommand label
16533 name "tab:特殊なフォーマル表"
16534
16535 \end_inset
16536
16537 特殊な(汚い)フォーマル表
16538 \end_layout
16539
16540 \end_inset
16541
16542
16543 \end_layout
16544
16545 \begin_layout Plain Layout
16546 \align center
16547 \begin_inset Tabular
16548 <lyxtabular version="3" rows="8" columns="4">
16549 <features booktabs="true" tabularvalignment="middle">
16550 <column alignment="center" valignment="top">
16551 <column alignment="center" valignment="top">
16552 <column alignment="center" valignment="top">
16553 <column alignment="center" valignment="top">
16554 <row>
16555 <cell alignment="center" valignment="top" topline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 システム
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 <cell alignment="center" valignment="top" topline="true" bottomline="true" bottomlinertrim="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 チップ
16569 \begin_inset space \thinspace{}
16570 \end_inset
16571
16572 1
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomlineltrim="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 チップ
16582 \begin_inset space \thinspace{}
16583 \end_inset
16584
16585 2
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 <row>
16601 <cell alignment="center" valignment="top" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 \begin_inset ERT
16606 status collapsed
16607
16608 \begin_layout Plain Layout
16609
16610
16611 \backslash
16612 morecmidrules 
16613 \end_layout
16614
16615 \end_inset
16616
16617
16618 \begin_inset ERT
16619 status collapsed
16620
16621 \begin_layout Plain Layout
16622
16623
16624 \backslash
16625 cmidrule{2-4}
16626 \end_layout
16627
16628 \end_inset
16629
16630 検知器の厚み [
16631 \begin_inset Formula $\mu m$
16632 \end_inset
16633
16634 ]
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 300
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 300
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 <cell alignment="center" valignment="top" topline="true" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 700
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 </row>
16667 <row>
16668 <cell alignment="center" valignment="top" topline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672 エッジ角 [度]
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 <cell alignment="center" valignment="top" topline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681 3.55
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 <cell alignment="center" valignment="top" topline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690 2.71
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 <cell alignment="center" valignment="top" topline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 7.99
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 </row>
16705 <row topspace="default">
16706 <cell alignment="center" valignment="top" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 空間分解能 [
16711 \begin_inset Formula $\mu m$
16712 \end_inset
16713
16714 ]
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell alignment="center" valignment="top" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 4.26
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 10.17
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 10.56
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 </row>
16747 <row topspace="default">
16748 <cell alignment="center" valignment="top" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752 \begin_inset Formula $f_{\mathrm{max}}$
16753 \end_inset
16754
16755 におけるMTF
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764 0.53
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 <cell alignment="center" valignment="top" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 0.37
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 <cell alignment="center" valignment="top" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 0.39
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 </row>
16788 <row>
16789 <cell alignment="center" valignment="top" topline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793 \begin_inset ERT
16794 status collapsed
16795
16796 \begin_layout Plain Layout
16797
16798
16799 \backslash
16800 morecmidrules 
16801 \end_layout
16802
16803 \end_inset
16804
16805
16806 \begin_inset ERT
16807 status collapsed
16808
16809 \begin_layout Plain Layout
16810
16811
16812 \backslash
16813 cmidrule[2pt](l{7pt}){3-4}
16814 \end_layout
16815
16816 \end_inset
16817
16818 LSF空間分解能
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" topline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" topline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 <cell alignment="center" valignment="top" topline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 </row>
16851 <row>
16852 <cell alignment="center" valignment="top" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 \begin_inset Formula $\mu m$
16857 \end_inset
16858
16859 表示
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 <cell alignment="center" valignment="top" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868 129.7
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell alignment="center" valignment="top" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877 52.75
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 50.78
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 <row>
16893 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 ピクセルサイズに対する%表示
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906 76.3
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 95.9
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 92.3
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 </row>
16930 </lyxtabular>
16931
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \begin_layout Section
16943 表の垂直揃え
16944 \begin_inset Index idx
16945 range none
16946 pageformat default
16947 status collapsed
16948
16949 \begin_layout Plain Layout
16950 \begin_inset IndexMacro sortkey
16951 status open
16952
16953 \begin_layout Plain Layout
16954 ひよう
16955 \end_layout
16956
16957 \end_inset
16958
16959
16960 \begin_inset IndexMacro subentry
16961 status open
16962
16963 \begin_layout Plain Layout
16964 \begin_inset IndexMacro sortkey
16965 status open
16966
16967 \begin_layout Plain Layout
16968 そろえ
16969 \end_layout
16970
16971 \end_inset
16972
16973 揃え
16974 \end_layout
16975
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982
16983
16984 \end_layout
16985
16986 \begin_layout Standard
16987 本文行中で表の垂直揃えをするには,
16988 その表をボックスの中に入れなくてはなりません.そうした上で,
16989
16990 \begin_inset CommandInset ref
16991 LatexCommand ref
16992 reference "sec:ボックスダイアログ"
16993 nolink "false"
16994
16995 \end_inset
16996
16997 節に述べられているように,
16998 ボックスの垂直揃えを行います.
16999 \end_layout
17000
17001 \begin_layout Standard
17002 以下の例では,
17003 各表は15
17004 \begin_inset space \thinspace{}
17005 \end_inset
17006
17007 列幅%を持つminipage
17008 \begin_inset Foot
17009 status collapsed
17010
17011 \begin_layout Plain Layout
17012 minipageは第
17013 \begin_inset CommandInset ref
17014 LatexCommand ref
17015 reference "sec:ミニページ"
17016 nolink "false"
17017
17018 \end_inset
17019
17020 節で説明されています.
17021 \end_layout
17022
17023 \end_inset
17024
17025 ボックスの中に入れてあります.
17026 \end_layout
17027
17028 \begin_layout Itemize
17029 動作試験 
17030 \begin_inset Box Frameless
17031 position "t"
17032 hor_pos "c"
17033 has_inner_box 1
17034 inner_pos "c"
17035 use_parbox 0
17036 use_makebox 0
17037 width "15col%"
17038 special "none"
17039 height "1in"
17040 height_special "totalheight"
17041 thickness "0.4pt"
17042 separation "3pt"
17043 shadowsize "4pt"
17044 framecolor "black"
17045 backgroundcolor "none"
17046 status collapsed
17047
17048 \begin_layout Plain Layout
17049 \begin_inset Tabular
17050 <lyxtabular version="3" rows="3" columns="3">
17051 <features tabularvalignment="middle">
17052 <column alignment="center" valignment="top">
17053 <column alignment="center" valignment="top">
17054 <column alignment="center" valignment="top">
17055 <row>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 </row>
17084 <row>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Plain Layout
17107
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 </row>
17113 <row>
17114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 </row>
17142 </lyxtabular>
17143
17144 \end_inset
17145
17146
17147 \end_layout
17148
17149 \end_inset
17150
17151  動作試験 
17152 \begin_inset ERT
17153 status collapsed
17154
17155 \begin_layout Plain Layout
17156
17157
17158 \backslash
17159 raisebox{0.85
17160 \backslash
17161 baselineskip}{
17162 \end_layout
17163
17164 \end_inset
17165
17166
17167 \begin_inset Box Frameless
17168 position "t"
17169 hor_pos "c"
17170 has_inner_box 1
17171 inner_pos "c"
17172 use_parbox 0
17173 use_makebox 0
17174 width "15col%"
17175 special "none"
17176 height "1in"
17177 height_special "totalheight"
17178 thickness "0.4pt"
17179 separation "3pt"
17180 shadowsize "4pt"
17181 framecolor "black"
17182 backgroundcolor "none"
17183 status collapsed
17184
17185 \begin_layout Plain Layout
17186 \begin_inset Tabular
17187 <lyxtabular version="3" rows="3" columns="3">
17188 <features tabularvalignment="middle">
17189 <column alignment="center" valignment="top">
17190 <column alignment="center" valignment="top">
17191 <column alignment="center" valignment="top">
17192 <row>
17193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 </row>
17221 <row>
17222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 </row>
17250 <row>
17251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264
17265 \end_layout
17266
17267 \end_inset
17268 </cell>
17269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 </row>
17279 </lyxtabular>
17280
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \end_inset
17287
17288
17289 \begin_inset ERT
17290 status collapsed
17291
17292 \begin_layout Plain Layout
17293
17294 }
17295 \end_layout
17296
17297 \end_inset
17298
17299
17300 \end_layout
17301
17302 \begin_layout Itemize
17303 動作試験 
17304 \begin_inset Box Frameless
17305 position "c"
17306 hor_pos "c"
17307 has_inner_box 1
17308 inner_pos "c"
17309 use_parbox 0
17310 use_makebox 0
17311 width "15col%"
17312 special "none"
17313 height "1in"
17314 height_special "totalheight"
17315 thickness "0.4pt"
17316 separation "3pt"
17317 shadowsize "4pt"
17318 framecolor "black"
17319 backgroundcolor "none"
17320 status collapsed
17321
17322 \begin_layout Plain Layout
17323 \begin_inset Tabular
17324 <lyxtabular version="3" rows="3" columns="3">
17325 <features tabularvalignment="middle">
17326 <column alignment="center" valignment="top">
17327 <column alignment="center" valignment="top">
17328 <column alignment="center" valignment="top">
17329 <row>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 </row>
17358 <row>
17359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 </row>
17387 <row>
17388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 </lyxtabular>
17417
17418 \end_inset
17419
17420
17421 \end_layout
17422
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \begin_layout Itemize
17429 動作試験 
17430 \begin_inset Box Frameless
17431 position "b"
17432 hor_pos "c"
17433 has_inner_box 1
17434 inner_pos "c"
17435 use_parbox 0
17436 use_makebox 0
17437 width "15col%"
17438 special "none"
17439 height "1in"
17440 height_special "totalheight"
17441 thickness "0.4pt"
17442 separation "3pt"
17443 shadowsize "4pt"
17444 framecolor "black"
17445 backgroundcolor "none"
17446 status collapsed
17447
17448 \begin_layout Plain Layout
17449 \begin_inset Tabular
17450 <lyxtabular version="3" rows="3" columns="3">
17451 <features tabularvalignment="middle">
17452 <column alignment="center" valignment="top">
17453 <column alignment="center" valignment="top">
17454 <column alignment="center" valignment="top">
17455 <row>
17456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 </row>
17484 <row>
17485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 </row>
17513 <row>
17514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 </row>
17542 </lyxtabular>
17543
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550
17551  動作試験 
17552 \begin_inset ERT
17553 status collapsed
17554
17555 \begin_layout Plain Layout
17556
17557
17558 \backslash
17559 raisebox{-0.32
17560 \backslash
17561 baselineskip}{
17562 \end_layout
17563
17564 \end_inset
17565
17566
17567 \begin_inset Box Frameless
17568 position "b"
17569 hor_pos "c"
17570 has_inner_box 1
17571 inner_pos "c"
17572 use_parbox 0
17573 use_makebox 0
17574 width "15col%"
17575 special "none"
17576 height "1in"
17577 height_special "totalheight"
17578 thickness "0.4pt"
17579 separation "3pt"
17580 shadowsize "4pt"
17581 framecolor "black"
17582 backgroundcolor "none"
17583 status collapsed
17584
17585 \begin_layout Plain Layout
17586 \begin_inset Tabular
17587 <lyxtabular version="3" rows="3" columns="3">
17588 <features tabularvalignment="middle">
17589 <column alignment="center" valignment="top">
17590 <column alignment="center" valignment="top">
17591 <column alignment="center" valignment="top">
17592 <row>
17593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615
17616 \end_layout
17617
17618 \end_inset
17619 </cell>
17620 </row>
17621 <row>
17622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17632 \begin_inset Text
17633
17634 \begin_layout Plain Layout
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 </row>
17650 <row>
17651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 </row>
17679 </lyxtabular>
17680
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \end_inset
17687
17688
17689 \begin_inset ERT
17690 status collapsed
17691
17692 \begin_layout Plain Layout
17693
17694 }
17695 \end_layout
17696
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \begin_layout Standard
17703 上記のとおり,
17704 表の第一行あるいは最終行の中身が,
17705 表外の本文行と揃っていません.これらを揃えるには,
17706 minipageボックスをraisebox
17707 \begin_inset Foot
17708 status collapsed
17709
17710 \begin_layout Plain Layout
17711 raiseboxは,
17712
17713 \begin_inset CommandInset ref
17714 LatexCommand ref
17715 reference "subsec:垂直揃え"
17716 nolink "false"
17717
17718 \end_inset
17719
17720 節で説明されています.
17721 \end_layout
17722
17723 \end_inset
17724
17725 の中に入れなくてはなりません.上記の例では,
17726 最初の項目の第二表は,
17727 ボックスの前に
17728 \end_layout
17729
17730 \begin_layout Standard
17731
17732 \series bold
17733
17734 \backslash
17735 raisebox{0.85
17736 \backslash
17737 baselineskip}{
17738 \end_layout
17739
17740 \begin_layout Standard
17741 という\SpecialChar TeX
17742 コードコマンドを使用して揃えています.ボックスの後には,
17743 閉じ括弧
17744 \series bold
17745 }
17746 \series default
17747 を\SpecialChar TeX
17748 コードとして挿入してあります.最後の項目の第二表には,
17749
17750 \end_layout
17751
17752 \begin_layout Standard
17753
17754 \series bold
17755
17756 \backslash
17757 raisebox{-0.32
17758 \backslash
17759 baselineskip}{
17760 \end_layout
17761
17762 \begin_layout Standard
17763 というコマンドを使用しています.
17764 \end_layout
17765
17766 \begin_layout Standard
17767 \begin_inset Note Greyedout
17768 status open
17769
17770 \begin_layout Plain Layout
17771
17772 \series bold
17773 [註]
17774 \series default
17775 表の行の中身の周囲の本文行への揃えは,
17776 つねに同じ値をとるわけではありません.この揃え方に必要な
17777 \series bold
17778
17779 \backslash
17780 raisebox
17781 \series default
17782 コマンドの値は,
17783 文書フォントやフォント寸法,
17784 表罫線の線幅によって変わります.
17785 \end_layout
17786
17787 \end_inset
17788
17789
17790 \end_layout
17791
17792 \begin_layout Section
17793 色付きの表
17794 \begin_inset CommandInset label
17795 LatexCommand label
17796 name "sec:色付きの表"
17797
17798 \end_inset
17799
17800
17801 \begin_inset Index idx
17802 range none
17803 pageformat default
17804 status collapsed
17805
17806 \begin_layout Plain Layout
17807 \begin_inset IndexMacro sortkey
17808 status open
17809
17810 \begin_layout Plain Layout
17811 ひよう
17812 \end_layout
17813
17814 \end_inset
17815
17816
17817 \begin_inset IndexMacro subentry
17818 status open
17819
17820 \begin_layout Plain Layout
17821 \begin_inset IndexMacro sortkey
17822 status open
17823
17824 \begin_layout Plain Layout
17825 いろつき
17826 \end_layout
17827
17828 \end_inset
17829
17830 色付き
17831 \end_layout
17832
17833 \end_inset
17834
17835
17836 \end_layout
17837
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \begin_layout Subsection
17844 色付きのセル
17845 \begin_inset Index idx
17846 range none
17847 pageformat default
17848 status collapsed
17849
17850 \begin_layout Plain Layout
17851 \begin_inset IndexMacro sortkey
17852 status open
17853
17854 \begin_layout Plain Layout
17855 ひようのいろ
17856 \end_layout
17857
17858 \end_inset
17859
17860 表の色
17861 \begin_inset IndexMacro subentry
17862 status open
17863
17864 \begin_layout Plain Layout
17865 \begin_inset IndexMacro sortkey
17866 status open
17867
17868 \begin_layout Plain Layout
17869 せるふ
17870 \end_layout
17871
17872 \end_inset
17873
17874 セル部
17875 \end_layout
17876
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \end_inset
17883
17884
17885 \begin_inset Index idx
17886 range none
17887 pageformat default
17888 status collapsed
17889
17890 \begin_layout Plain Layout
17891 \begin_inset IndexMacro sortkey
17892 status open
17893
17894 \begin_layout Plain Layout
17895 いろつき
17896 \end_layout
17897
17898 \end_inset
17899
17900 色付き
17901 \begin_inset IndexMacro subentry
17902 status open
17903
17904 \begin_layout Plain Layout
17905 \begin_inset IndexMacro sortkey
17906 status open
17907
17908 \begin_layout Plain Layout
17909 ひようせるふ
17910 \end_layout
17911
17912 \end_inset
17913
17914 表セル部
17915 \end_layout
17916
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \end_inset
17923
17924
17925 \end_layout
17926
17927 \begin_layout Standard
17928 \begin_inset Float table
17929 placement h
17930 alignment document
17931 wide false
17932 sideways false
17933 status open
17934
17935 \begin_layout Plain Layout
17936 \begin_inset Caption Standard
17937
17938 \begin_layout Plain Layout
17939 \begin_inset CommandInset label
17940 LatexCommand label
17941 name "tab:colortblなしの表"
17942
17943 \end_inset
17944
17945
17946 \series bold
17947 colortbl
17948 \series default
17949 パッケージを使用しない色付き表
17950 \begin_inset Argument 1
17951 status collapsed
17952
17953 \begin_layout Plain Layout
17954 colortblなしの表
17955 \end_layout
17956
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \begin_layout Plain Layout
17968 \align center
17969 \begin_inset Tabular
17970 <lyxtabular version="3" rows="3" columns="3">
17971 <features tabularvalignment="middle">
17972 <column alignment="center" valignment="top">
17973 <column alignment="center" valignment="top">
17974 <column alignment="center" valignment="top">
17975 <row>
17976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980
17981 \color green
17982
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991
17992 \color red
17993
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002
18003 \color red
18004
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 </row>
18010 <row>
18011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015
18016 \color green
18017
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026
18027 \color blue
18028
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037
18038 \color blue
18039
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 </row>
18045 <row>
18046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050
18051 \color green
18052
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061
18062 \color blue
18063
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072
18073 \color blue
18074
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 </row>
18080 </lyxtabular>
18081
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \end_inset
18088
18089
18090 \end_layout
18091
18092 \begin_layout Standard
18093 もし色の付いた文章が欲しいだけならば,
18094 そのセルを選択して,
18095
18096 \family sans
18097 編集\SpecialChar menuseparator
18098 文字様式
18099 \family default
18100 メニューで色を選んでください.表
18101 \begin_inset CommandInset ref
18102 LatexCommand ref
18103 reference "tab:colortblなしの表"
18104 nolink "false"
18105
18106 \end_inset
18107
18108 を作るのに,
18109 この方法が使われています.それ以外の場合には,
18110 \SpecialChar LaTeX
18111 パッケージの
18112 \series bold
18113 colortbl
18114 \series default
18115
18116 \begin_inset Index idx
18117 range none
18118 pageformat default
18119 status collapsed
18120
18121 \begin_layout Plain Layout
18122 \begin_inset IndexMacro sortkey
18123 status open
18124
18125 \begin_layout Plain Layout
18126 LaTeXはつけし
18127 \end_layout
18128
18129 \end_inset
18130
18131 \SpecialChar LaTeX
18132 パッケージ
18133 \begin_inset IndexMacro subentry
18134 status open
18135
18136 \begin_layout Plain Layout
18137 colortbl
18138 \end_layout
18139
18140 \end_inset
18141
18142
18143 \end_layout
18144
18145 \end_inset
18146
18147 を使用しなくてはなりません.
18148 \end_layout
18149
18150 \begin_layout Standard
18151 \begin_inset ERT
18152 status collapsed
18153
18154 \begin_layout Plain Layout
18155
18156
18157 \backslash
18158 ifcolortbl
18159 \end_layout
18160
18161 \end_inset
18162
18163
18164 \begin_inset Note Note
18165 status open
18166
18167 \begin_layout Plain Layout
18168 本節の以下の部分は,
18169 \SpecialChar LaTeX
18170 パッケージ
18171 \series bold
18172 colortbl
18173 \series default
18174 が導入済みのときのみ表示されます.
18175 \end_layout
18176
18177 \end_inset
18178
18179
18180 \end_layout
18181
18182 \begin_layout Standard
18183 色付きの表を作成するには,
18184 プリアンブルに
18185 \end_layout
18186
18187 \begin_layout Standard
18188
18189 \series bold
18190
18191 \backslash
18192 usepackage{colortbl}
18193 \end_layout
18194
18195 \begin_layout Standard
18196 という行を書いて
18197 \series bold
18198 colortbl
18199 \series default
18200 を読み込まなくてはなりません.列の色は,
18201
18202 \series bold
18203 >{ }
18204 \series default
18205 コマンドの中に
18206 \end_layout
18207
18208 \begin_layout Standard
18209
18210 \series bold
18211
18212 \backslash
18213 columncolor{色彩名}
18214 \end_layout
18215
18216 \begin_layout Standard
18217 というコマンドを書いて指定することができます.
18218 \series bold
18219 >{}
18220 \series default
18221 コマンドに関する詳細は,
18222
18223 \begin_inset CommandInset ref
18224 LatexCommand ref
18225 reference "subsec:連結列の計算"
18226 nolink "false"
18227
18228 \end_inset
18229
18230 節に述べられています.
18231 \end_layout
18232
18233 \begin_layout Standard
18234 以下の色彩名が事前に定義されています.
18235 \end_layout
18236
18237 \begin_layout Standard
18238
18239 \family sans
18240 red
18241 \family default
18242
18243 \family sans
18244 green
18245 \family default
18246
18247 \family sans
18248 yellow
18249 \family default
18250
18251 \family sans
18252 blue
18253 \family default
18254
18255 \family sans
18256 cyan
18257 \family default
18258
18259 \family sans
18260 magenta
18261 \family default
18262
18263 \family sans
18264 black
18265 \family default
18266
18267 \family sans
18268 white
18269 \end_layout
18270
18271 \begin_layout Standard
18272 \begin_inset VSpace medskip
18273 \end_inset
18274
18275
18276 \end_layout
18277
18278 \begin_layout Standard
18279 また,
18280 文書設定中で,
18281 文書クラスオプションに
18282 \end_layout
18283
18284 \begin_layout Standard
18285
18286 \series bold
18287 dvipsnames
18288 \end_layout
18289
18290 \begin_layout Standard
18291 を与えると,
18292 さらに61色を使用することができます.これらの色は,
18293 附録
18294 \begin_inset CommandInset ref
18295 LatexCommand ref
18296 reference "chap:dvips色名一覧"
18297 nolink "false"
18298
18299 \end_inset
18300
18301 に列挙されています.それらの色の1つ,
18302
18303 \family sans
18304 Maroon
18305 \family default
18306 が,
18307 例として表
18308 \begin_inset CommandInset ref
18309 LatexCommand ref
18310 reference "tab:色付き表"
18311 nolink "false"
18312
18313 \end_inset
18314
18315 に使用されています.
18316 \end_layout
18317
18318 \begin_layout Standard
18319 \begin_inset VSpace medskip
18320 \end_inset
18321
18322
18323 \end_layout
18324
18325 \begin_layout Standard
18326 また
18327 \end_layout
18328
18329 \begin_layout Standard
18330
18331 \series bold
18332
18333 \backslash
18334 definecolor{色彩名}{色彩モデル}{色彩値}
18335 \end_layout
18336
18337 \begin_layout Standard
18338 というコマンドを使用すれば,
18339 自分自身の色彩を定義することができます.ここで色彩モデルは
18340 \end_layout
18341
18342 \begin_layout Labeling
18343 \labelwidthstring 00.00.0000
18344 cmyk:
18345  シアン(cyan)・マゼンタ(magenta)・黄(yellow)・黒(black)
18346 \end_layout
18347
18348 \begin_layout Labeling
18349 \labelwidthstring 00.00.0000
18350 rgb:
18351  赤(red)・緑(green)・青(blue)
18352 \end_layout
18353
18354 \begin_layout Labeling
18355 \labelwidthstring 00.00.0000
18356 gray:
18357  グレー
18358 \end_layout
18359
18360 \begin_layout Standard
18361 から選択することができ,
18362 色彩値は,
18363 0から1の間の数字をコンマで区切ったもので,
18364 それぞれ当該色彩モデルにおける各色彩の大きさを示します.
18365 \end_layout
18366
18367 \begin_layout Standard
18368 たとえば,
18369 プリアンブルに
18370 \end_layout
18371
18372 \begin_layout Standard
18373
18374 \series bold
18375
18376 \backslash
18377 definecolor{darkgreen}{cmyk}{0.5,
18378  0,
18379  1,
18380  0.5}
18381 \end_layout
18382
18383 \begin_layout Standard
18384 と書くことによって,
18385
18386 \emph on
18387 darkgreen
18388 \emph default
18389 」色を定義することができますし,
18390
18391 \end_layout
18392
18393 \begin_layout Standard
18394
18395 \series bold
18396
18397 \backslash
18398 definecolor{lightgray}{gray}{0.8}
18399 \end_layout
18400
18401 \begin_layout Standard
18402 と書けば,
18403
18404 \emph on
18405 lightgray
18406 \emph default
18407 」色を定義することができます.
18408 \end_layout
18409
18410 \begin_layout Standard
18411 \begin_inset VSpace medskip
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \begin_layout Standard
18418 罫線は
18419 \end_layout
18420
18421 \begin_layout Standard
18422
18423 \series bold
18424
18425 \backslash
18426 rowcolor{色彩名}
18427 \end_layout
18428
18429 \begin_layout Standard
18430 というコマンドを使用して色付けすることができ,
18431 セルは
18432 \end_layout
18433
18434 \begin_layout Standard
18435
18436 \series bold
18437
18438 \backslash
18439 cellcolor{色彩名}
18440 \end_layout
18441
18442 \begin_layout Standard
18443 というコマンドで色付けすることができます.どちらのコマンドも,
18444 セルの冒頭に\SpecialChar TeX
18445 コードで書き込みます.
18446 \end_layout
18447
18448 \begin_layout Standard
18449 表中の文字に色付けをするには,
18450 セルを選択してから,
18451 \SpecialChar LyX
18452 のメニュー
18453 \family sans
18454
18455 \begin_inset space \thinspace{}
18456 \end_inset
18457
18458
18459 \series bold
18460 編集\SpecialChar menuseparator
18461 文字様式
18462 \family default
18463 \series default
18464
18465 \begin_inset space \thinspace{}
18466 \end_inset
18467
18468 を使用します.セルに\SpecialChar TeX
18469 コードが入っている場合には,
18470 文章部分だけ選択してください.さもないと色付け指定された\SpecialChar TeX
18471 コードが\SpecialChar LaTeX
18472 エラーを引き起こしてしまいます.
18473 \end_layout
18474
18475 \begin_layout Standard
18476 \begin_inset Note Greyedout
18477 status open
18478
18479 \begin_layout Plain Layout
18480
18481 \series bold
18482 [註]
18483 \series default
18484 DVIビューアーのすべてが自己定義の色を表示できるわけではありません.
18485 \end_layout
18486
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \begin_layout Standard
18493 \begin_inset VSpace bigskip
18494 \end_inset
18495
18496
18497 \end_layout
18498
18499 \begin_layout Standard
18500
18501 \begin_inset CommandInset ref
18502 LatexCommand ref
18503 reference "tab:色付き表"
18504 nolink "false"
18505
18506 \end_inset
18507
18508 を作成するには,
18509 以下のようにしてください.第一列の色は
18510 \emph on
18511 darkgreen
18512 \emph default
18513 にしたいので,
18514 この列の\SpecialChar LaTeX
18515 変数として
18516 \end_layout
18517
18518 \begin_layout Standard
18519
18520 \series bold
18521 >{
18522 \backslash
18523 columncolor{darkgreen}
18524 \backslash
18525 centering}c
18526 \end_layout
18527
18528 \begin_layout Standard
18529 と書き込みます.第一列は青にしたいので,
18530 この列の最初のセルに
18531 \end_layout
18532
18533 \begin_layout Standard
18534
18535 \series bold
18536
18537 \backslash
18538 rowcolow{cyan}
18539 \end_layout
18540
18541 \begin_layout Standard
18542 という\SpecialChar TeX
18543 コードコマンドを書き込みます.これによって,
18544 第一セルの列色指定が上書きされてしまうことに注意してください.最終行の最後のセルは,
18545
18546 \end_layout
18547
18548 \begin_layout Standard
18549
18550 \series bold
18551
18552 \backslash
18553 cellcolor{Maroon}
18554 \end_layout
18555
18556 \begin_layout Standard
18557 という\SpecialChar TeX
18558 コードコマンドを書き込むことで,
18559 マルーンに色づけされています.この後,
18560
18561 \family sans
18562 \series bold
18563 編集\SpecialChar menuseparator
18564 文字様式
18565 \family default
18566 \series default
18567
18568 \begin_inset space \thinspace{}
18569 \end_inset
18570
18571 メニューを使って,
18572 各文字に色付けをすることができます.
18573 \end_layout
18574
18575 \begin_layout Standard
18576 \begin_inset Float table
18577 placement h
18578 alignment document
18579 wide false
18580 sideways false
18581 status open
18582
18583 \begin_layout Plain Layout
18584 \begin_inset Caption Standard
18585
18586 \begin_layout Plain Layout
18587
18588 \series bold
18589 \begin_inset CommandInset label
18590 LatexCommand label
18591 name "tab:色付き表"
18592
18593 \end_inset
18594
18595 colortbl
18596 \series default
18597 パッケージを使用した色付き表
18598 \begin_inset Argument 1
18599 status collapsed
18600
18601 \begin_layout Plain Layout
18602 colortblを使った表
18603 \end_layout
18604
18605 \end_inset
18606
18607
18608 \end_layout
18609
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \begin_layout Plain Layout
18616 \align center
18617 \begin_inset Tabular
18618 <lyxtabular version="3" rows="3" columns="3">
18619 <features tabularvalignment="middle">
18620 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
18621 <column alignment="center" valignment="top">
18622 <column alignment="center" valignment="top">
18623 <row>
18624 <cell alignment="center" valignment="top" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628 \begin_inset ERT
18629 status collapsed
18630
18631 \begin_layout Plain Layout
18632
18633
18634 \backslash
18635 rowcolor{cyan}
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \color magenta
18642
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 <cell alignment="center" valignment="top" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651
18652 \color red
18653
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662
18663 \color red
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 </row>
18670 <row>
18671 <cell alignment="center" valignment="top" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \color yellow
18677
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 <cell alignment="center" valignment="top" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686
18687 \color blue
18688
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 <cell alignment="center" valignment="top" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697
18698 \color blue
18699
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 </row>
18705 <row>
18706 <cell alignment="center" valignment="top" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710
18711 \color yellow
18712
18713 \end_layout
18714
18715 \end_inset
18716 </cell>
18717 <cell alignment="center" valignment="top" usebox="none">
18718 \begin_inset Text
18719
18720 \begin_layout Plain Layout
18721
18722 \color blue
18723
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 <cell alignment="center" valignment="top" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732 \begin_inset ERT
18733 status collapsed
18734
18735 \begin_layout Plain Layout
18736
18737
18738 \backslash
18739 cellcolor{Maroon}
18740 \end_layout
18741
18742 \end_inset
18743
18744
18745 \color green
18746
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 </row>
18752 </lyxtabular>
18753
18754 \end_inset
18755
18756
18757 \end_layout
18758
18759 \end_inset
18760
18761
18762 \end_layout
18763
18764 \begin_layout Standard
18765 \begin_inset ERT
18766 status collapsed
18767
18768 \begin_layout Plain Layout
18769
18770
18771 \backslash
18772 else
18773 \end_layout
18774
18775 \end_inset
18776
18777
18778 \begin_inset Note Note
18779 status open
18780
18781 \begin_layout Plain Layout
18782 以下は,
18783 \SpecialChar LaTeX
18784 パッケージ
18785 \series bold
18786 colortbl
18787 \series default
18788 が導入されていないときに表示されます.
18789 \end_layout
18790
18791 \end_inset
18792
18793
18794 \end_layout
18795
18796 \begin_layout Standard
18797 この節の内容を出力で表示させるには,
18798
18799 \series bold
18800 colortbl
18801 \series default
18802 パッケージを導入する必要があります.
18803 \end_layout
18804
18805 \begin_layout Standard
18806 \begin_inset ERT
18807 status collapsed
18808
18809 \begin_layout Plain Layout
18810
18811
18812 \backslash
18813 fi
18814 \end_layout
18815
18816 \end_inset
18817
18818
18819 \end_layout
18820
18821 \begin_layout Subsection
18822 色付き行
18823 \begin_inset Index idx
18824 range none
18825 pageformat default
18826 status collapsed
18827
18828 \begin_layout Plain Layout
18829 \begin_inset IndexMacro sortkey
18830 status open
18831
18832 \begin_layout Plain Layout
18833 ひようのいろ
18834 \end_layout
18835
18836 \end_inset
18837
18838 表の色
18839 \begin_inset IndexMacro subentry
18840 status open
18841
18842 \begin_layout Plain Layout
18843 \begin_inset IndexMacro sortkey
18844 status open
18845
18846 \begin_layout Plain Layout
18847 きようせんたい
18848 \end_layout
18849
18850 \end_inset
18851
18852 行全体
18853 \end_layout
18854
18855 \end_inset
18856
18857
18858 \end_layout
18859
18860 \end_inset
18861
18862
18863 \begin_inset Index idx
18864 range none
18865 pageformat default
18866 status collapsed
18867
18868 \begin_layout Plain Layout
18869 \begin_inset IndexMacro sortkey
18870 status open
18871
18872 \begin_layout Plain Layout
18873 いろつき
18874 \end_layout
18875
18876 \end_inset
18877
18878 色付き
18879 \begin_inset IndexMacro subentry
18880 status open
18881
18882 \begin_layout Plain Layout
18883 \begin_inset IndexMacro sortkey
18884 status open
18885
18886 \begin_layout Plain Layout
18887 ひようのきよう
18888 \end_layout
18889
18890 \end_inset
18891
18892 表の行
18893 \end_layout
18894
18895 \end_inset
18896
18897
18898 \end_layout
18899
18900 \end_inset
18901
18902
18903 \end_layout
18904
18905 \begin_layout Standard
18906 表の行を交互に色付けする必要がある場合,
18907 前節に述べたのとは別な方法があります.文書プリアンブルに
18908 \end_layout
18909
18910 \begin_layout Standard
18911
18912 \series bold
18913
18914 \backslash
18915 usepackage[table]{xcolor}
18916 \end_layout
18917
18918 \begin_layout Standard
18919 というコマンドを使用して,
18920
18921 \series bold
18922 xcolor
18923 \series default
18924
18925 \begin_inset Index idx
18926 range none
18927 pageformat default
18928 status collapsed
18929
18930 \begin_layout Plain Layout
18931 \begin_inset IndexMacro sortkey
18932 status open
18933
18934 \begin_layout Plain Layout
18935 LaTeXはつけし
18936 \end_layout
18937
18938 \end_inset
18939
18940 \SpecialChar LaTeX
18941 パッケージ
18942 \begin_inset IndexMacro subentry
18943 status open
18944
18945 \begin_layout Plain Layout
18946 xcolor
18947 \begin_inset ERT
18948 status collapsed
18949
18950 \begin_layout Plain Layout
18951
18952
18953 \backslash
18954 vspace{4mm}
18955 \end_layout
18956
18957 \end_inset
18958
18959
18960 \end_layout
18961
18962 \end_inset
18963
18964
18965 \end_layout
18966
18967 \end_inset
18968
18969 パッケージを読み込むのです.
18970 \series bold
18971 xcolor
18972 \series default
18973 は,
18974 自動的に
18975 \series bold
18976 colortbl
18977 \series default
18978
18979 \begin_inset Index idx
18980 range none
18981 pageformat default
18982 status collapsed
18983
18984 \begin_layout Plain Layout
18985 \begin_inset IndexMacro sortkey
18986 status open
18987
18988 \begin_layout Plain Layout
18989 LaTeXはつけし
18990 \end_layout
18991
18992 \end_inset
18993
18994 \SpecialChar LaTeX
18995 パッケージ
18996 \begin_inset IndexMacro subentry
18997 status open
18998
18999 \begin_layout Plain Layout
19000 colortbl
19001 \end_layout
19002
19003 \end_inset
19004
19005
19006 \end_layout
19007
19008 \end_inset
19009
19010 パッケージも読み込むので,
19011 \SpecialChar LaTeX
19012 エラーを防ぐためには,
19013 お使いの\SpecialChar LaTeX
19014 頒布版中に
19015 \series bold
19016 colortbl
19017 \series default
19018 も導入されていなくてはなりません.
19019 \end_layout
19020
19021 \begin_layout Standard
19022 \begin_inset ERT
19023 status collapsed
19024
19025 \begin_layout Plain Layout
19026
19027
19028 \backslash
19029 ifcolortbl
19030 \end_layout
19031
19032 \end_inset
19033
19034
19035 \begin_inset Note Note
19036 status open
19037
19038 \begin_layout Plain Layout
19039 本節の以下の部分は,
19040 \SpecialChar LaTeX
19041 パッケージ
19042 \series bold
19043 colortbl
19044 \series default
19045 が導入済みのときのみ表示されます.
19046 \end_layout
19047
19048 \end_inset
19049
19050
19051 \end_layout
19052
19053 \begin_layout Standard
19054 表の行は,
19055 文書プリアンブル中か,
19056 色付けする最初の表の前に\SpecialChar TeX
19057 コードで
19058 \end_layout
19059
19060 \begin_layout Standard
19061
19062 \series bold
19063
19064 \backslash
19065 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
19066 \end_layout
19067
19068 \begin_layout Standard
19069 というコマンドを使用すれば,
19070 色付けすることができます.ここで,
19071 「行番号」は,
19072 奇数行色で色付けする最初の行の番号です.「コマンド」は,
19073 各行の前で実行したいコマンドを付加する時に用います.したがって,
19074 例えば
19075 \end_layout
19076
19077 \begin_layout Standard
19078
19079 \series bold
19080
19081 \backslash
19082 rowcolors{1}{white}{lightgray}
19083 \end_layout
19084
19085 \begin_layout Standard
19086 というコマンドは,
19087
19088 \begin_inset CommandInset ref
19089 LatexCommand ref
19090 reference "tab:表-行色"
19091 nolink "false"
19092
19093 \end_inset
19094
19095 のようなカラースキームをもたらします.また,
19096
19097 \end_layout
19098
19099 \begin_layout Standard
19100
19101 \series bold
19102
19103 \backslash
19104 rowcolors[
19105 \backslash
19106 hline]{1}{lightgray}{cyan}
19107 \end_layout
19108
19109 \begin_layout Standard
19110 というコマンドを用いると,
19111
19112 \begin_inset CommandInset ref
19113 LatexCommand ref
19114 reference "tab:表-行色-2"
19115 nolink "false"
19116
19117 \end_inset
19118
19119 のようなカラースキームになります.「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは,
19120 色付けはされませんので,
19121
19122 \end_layout
19123
19124 \begin_layout Standard
19125
19126 \series bold
19127
19128 \backslash
19129 rowcolors{1}{}{}
19130 \end_layout
19131
19132 \begin_layout Standard
19133 というコマンドはすべての色付けを削除することになります.
19134 \series bold
19135
19136 \backslash
19137 rowcolors
19138 \series default
19139 は,
19140 コマンドに続くすべての表に影響を及ぼします.
19141 \end_layout
19142
19143 \begin_layout Standard
19144 \begin_inset ERT
19145 status open
19146
19147 \begin_layout Plain Layout
19148
19149
19150 \backslash
19151 rowcolors{1}{white}{lightgray}
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 \begin_inset Float table
19161 placement h
19162 alignment document
19163 wide false
19164 sideways false
19165 status open
19166
19167 \begin_layout Plain Layout
19168 \begin_inset Caption Standard
19169
19170 \begin_layout Plain Layout
19171 \begin_inset CommandInset label
19172 LatexCommand label
19173 name "tab:表-行色"
19174
19175 \end_inset
19176
19177 隔行が灰色に着色された表
19178 \end_layout
19179
19180 \end_inset
19181
19182
19183 \end_layout
19184
19185 \begin_layout Plain Layout
19186 \align center
19187 \begin_inset Tabular
19188 <lyxtabular version="3" rows="4" columns="3">
19189 <features tabularvalignment="middle">
19190 <column alignment="center" valignment="top">
19191 <column alignment="center" valignment="top" width="0pt">
19192 <column alignment="center" valignment="top" width="0pt">
19193 <row>
19194 <cell alignment="center" valignment="top" usebox="none">
19195 \begin_inset Text
19196
19197 \begin_layout Plain Layout
19198
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 <cell alignment="center" valignment="top" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 <cell alignment="center" valignment="top" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 </row>
19222 <row>
19223 <cell alignment="center" valignment="top" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227 1
19228 \end_layout
19229
19230 \end_inset
19231 </cell>
19232 <cell alignment="center" valignment="top" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236 2
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 <cell alignment="center" valignment="top" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245 3
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 </row>
19251 <row>
19252 <cell alignment="center" valignment="top" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 4
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 <cell alignment="center" valignment="top" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 5
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 6
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 </row>
19280 <row>
19281 <cell alignment="center" valignment="top" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285 7
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 <cell alignment="center" valignment="top" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294 8
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 <cell alignment="center" valignment="top" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 9
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 </lyxtabular>
19310
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \begin_layout Standard
19322 \begin_inset ERT
19323 status open
19324
19325 \begin_layout Plain Layout
19326
19327
19328 \backslash
19329 rowcolors[
19330 \backslash
19331 hline]{1}{lightgray}{cyan}
19332 \end_layout
19333
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \begin_layout Standard
19340 \begin_inset Float table
19341 placement h
19342 alignment document
19343 wide false
19344 sideways false
19345 status open
19346
19347 \begin_layout Plain Layout
19348 \begin_inset Caption Standard
19349
19350 \begin_layout Plain Layout
19351 \begin_inset CommandInset label
19352 LatexCommand label
19353 name "tab:表-行色-2"
19354
19355 \end_inset
19356
19357 隔行でシアン色に着色され,
19358 行間に線の入った表
19359 \end_layout
19360
19361 \end_inset
19362
19363
19364 \end_layout
19365
19366 \begin_layout Plain Layout
19367 \align center
19368 \begin_inset Tabular
19369 <lyxtabular version="3" rows="4" columns="3">
19370 <features tabularvalignment="middle">
19371 <column alignment="center" valignment="top">
19372 <column alignment="center" valignment="top">
19373 <column alignment="center" valignment="top" width="0pt">
19374 <row>
19375 <cell alignment="center" valignment="top" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 1
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 2
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426 3
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 </row>
19432 <row>
19433 <cell alignment="center" valignment="top" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437 4
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 <cell alignment="center" valignment="top" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 5
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 <cell alignment="center" valignment="top" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455 6
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 </row>
19461 <row>
19462 <cell alignment="center" valignment="top" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466 7
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 <cell alignment="center" valignment="top" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475 8
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484 9
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 </row>
19490 </lyxtabular>
19491
19492 \end_inset
19493
19494
19495 \end_layout
19496
19497 \end_inset
19498
19499
19500 \end_layout
19501
19502 \begin_layout Standard
19503 \begin_inset ERT
19504 status collapsed
19505
19506 \begin_layout Plain Layout
19507
19508
19509 \backslash
19510 rowcolors{1}{}{}
19511 \end_layout
19512
19513 \end_inset
19514
19515
19516 \begin_inset Note Note
19517 status collapsed
19518
19519 \begin_layout Plain Layout
19520 行色を解除
19521 \end_layout
19522
19523 \end_inset
19524
19525
19526 \end_layout
19527
19528 \begin_layout Standard
19529 \begin_inset ERT
19530 status collapsed
19531
19532 \begin_layout Plain Layout
19533
19534
19535 \backslash
19536 else
19537 \end_layout
19538
19539 \end_inset
19540
19541
19542 \begin_inset Note Note
19543 status open
19544
19545 \begin_layout Plain Layout
19546 以下は,
19547 \SpecialChar LaTeX
19548 パッケージ
19549 \series bold
19550 colortbl
19551 \series default
19552 が導入されていないときに表示されます.
19553 \end_layout
19554
19555 \end_inset
19556
19557
19558 \end_layout
19559
19560 \begin_layout Standard
19561 この節の内容を出力で表示させるには,
19562
19563 \series bold
19564 colortbl
19565 \series default
19566 パッケージを導入する必要があります.
19567 \end_layout
19568
19569 \begin_layout Standard
19570 \begin_inset ERT
19571 status collapsed
19572
19573 \begin_layout Plain Layout
19574
19575
19576 \backslash
19577 fi
19578 \end_layout
19579
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \begin_layout Subsection
19586 色付き罫線
19587 \begin_inset Index idx
19588 range none
19589 pageformat default
19590 status collapsed
19591
19592 \begin_layout Plain Layout
19593 \begin_inset IndexMacro sortkey
19594 status open
19595
19596 \begin_layout Plain Layout
19597 ひようのいろ
19598 \end_layout
19599
19600 \end_inset
19601
19602 表の色
19603 \begin_inset IndexMacro subentry
19604 status open
19605
19606 \begin_layout Plain Layout
19607 \begin_inset IndexMacro sortkey
19608 status open
19609
19610 \begin_layout Plain Layout
19611 けいせんふ
19612 \end_layout
19613
19614 \end_inset
19615
19616 罫線部
19617 \end_layout
19618
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \end_inset
19625
19626
19627 \begin_inset Index idx
19628 range none
19629 pageformat default
19630 status collapsed
19631
19632 \begin_layout Plain Layout
19633 いろつき@色付き!ひょうけいせんぶ@表罫線部
19634 \end_layout
19635
19636 \end_inset
19637
19638
19639 \end_layout
19640
19641 \begin_layout Standard
19642
19643 \begin_inset CommandInset ref
19644 LatexCommand ref
19645 reference "subsec:罫線幅"
19646 nolink "false"
19647
19648 \end_inset
19649
19650 節に述べられているように,
19651 表中の全罫線の線幅は,
19652 長さ
19653 \series bold
19654
19655 \backslash
19656 arrayrulewidth
19657 \series default
19658 を使って調節することができます.本節の表では,
19659 すべて1.5
19660 \begin_inset space \thinspace{}
19661 \end_inset
19662
19663 ptに設定されています.
19664 \begin_inset ERT
19665 status collapsed
19666
19667 \begin_layout Plain Layout
19668
19669
19670 \backslash
19671 setlength{
19672 \backslash
19673 arrayrulewidth}{1.5pt}
19674 \end_layout
19675
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \begin_layout Standard
19682 たとえば縦罫線を緑に着色するには,
19683
19684 \begin_inset CommandInset ref
19685 LatexCommand ref
19686 reference "subsec:自製書式"
19687 nolink "false"
19688
19689 \end_inset
19690
19691 節の説明にしたがって,
19692 以下の列書式を文書プリアンブル中で作成して下さい.
19693 \end_layout
19694
19695 \begin_layout Standard
19696
19697 \series bold
19698
19699 \backslash
19700 newcolumntype{W}{!{
19701 \backslash
19702 color{green}
19703 \backslash
19704 vline}}
19705 \end_layout
19706
19707 \begin_layout Standard
19708
19709 \begin_inset CommandInset ref
19710 LatexCommand ref
19711 reference "tab:色付き縦罫線の表"
19712 nolink "false"
19713
19714 \end_inset
19715
19716 では,
19717 最右列に\SpecialChar LaTeX
19718 変数
19719 \series bold
19720 WcW
19721 \series default
19722
19723 他の列に\SpecialChar LaTeX
19724 変数
19725 \series bold
19726 Wc
19727 \series default
19728 が使用されています.
19729 \end_layout
19730
19731 \begin_layout Standard
19732 複数の色を用いたいときには,
19733 列書式をもっと定義してください.
19734 \end_layout
19735
19736 \begin_layout Standard
19737 \begin_inset Float table
19738 placement h
19739 alignment document
19740 wide false
19741 sideways false
19742 status open
19743
19744 \begin_layout Plain Layout
19745 \begin_inset Caption Standard
19746
19747 \begin_layout Plain Layout
19748 \begin_inset CommandInset label
19749 LatexCommand label
19750 name "tab:色付き縦罫線の表"
19751
19752 \end_inset
19753
19754 色付き縦罫線の表
19755 \end_layout
19756
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \begin_layout Plain Layout
19763 \align center
19764 \begin_inset Tabular
19765 <lyxtabular version="3" rows="3" columns="3">
19766 <features tabularvalignment="middle">
19767 <column alignment="center" valignment="top" special="Wc">
19768 <column alignment="center" valignment="top" special="Wc">
19769 <column alignment="center" valignment="top" special="WcW">
19770 <row>
19771 <cell alignment="center" valignment="top" topline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775 sd
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 <cell alignment="center" valignment="top" topline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell alignment="center" valignment="top" topline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 </row>
19799 <row>
19800 <cell alignment="center" valignment="top" topline="true" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 <cell alignment="center" valignment="top" topline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813 sd
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 <cell alignment="center" valignment="top" topline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 </row>
19828 <row>
19829 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851 sd
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 </lyxtabular>
19858
19859 \end_inset
19860
19861
19862 \end_layout
19863
19864 \end_inset
19865
19866
19867 \end_layout
19868
19869 \begin_layout Standard
19870 \begin_inset VSpace bigskip
19871 \end_inset
19872
19873
19874 \begin_inset CommandInset ref
19875 LatexCommand ref
19876 reference "tab:色付き横罫線の表"
19877 nolink "false"
19878
19879 \end_inset
19880
19881 のように,
19882 たとえば横罫線を赤にしたいときには,
19883 表ないし表フロートの前に\SpecialChar TeX
19884 コードで
19885 \end_layout
19886
19887 \begin_layout Standard
19888
19889 \series bold
19890
19891 \backslash
19892 let
19893 \backslash
19894 myHlineC
19895 \backslash
19896 hline
19897 \begin_inset Newline newline
19898 \end_inset
19899
19900
19901 \backslash
19902 renewcommand{
19903 \backslash
19904 hline}
19905 \begin_inset Newline newline
19906 \end_inset
19907
19908
19909 \begin_inset Phantom HPhantom
19910 status open
19911
19912 \begin_layout Plain Layout
19913 \begin_inset space ~
19914 \end_inset
19915
19916
19917 \end_layout
19918
19919 \end_inset
19920
19921 {
19922 \backslash
19923 arrayrulecolor{red}
19924 \backslash
19925 myHlineC
19926 \backslash
19927 arrayrulecolor{black}}
19928 \end_layout
19929
19930 \begin_layout Standard
19931 というコマンドを入力して下さい.
19932 \end_layout
19933
19934 \begin_layout Standard
19935 \begin_inset ERT
19936 status collapsed
19937
19938 \begin_layout Plain Layout
19939
19940
19941 \backslash
19942 let
19943 \backslash
19944 myHlineC
19945 \backslash
19946 hline
19947 \end_layout
19948
19949 \begin_layout Plain Layout
19950
19951
19952 \backslash
19953 renewcommand{
19954 \backslash
19955 hline}
19956 \end_layout
19957
19958 \begin_layout Plain Layout
19959
19960  {
19961 \backslash
19962 arrayrulecolor{red}
19963 \backslash
19964 myHlineC
19965 \backslash
19966 arrayrulecolor{black}}
19967 \end_layout
19968
19969 \end_inset
19970
19971
19972 \begin_inset Float table
19973 placement h
19974 alignment document
19975 wide false
19976 sideways false
19977 status open
19978
19979 \begin_layout Plain Layout
19980 \begin_inset Caption Standard
19981
19982 \begin_layout Plain Layout
19983 \begin_inset CommandInset label
19984 LatexCommand label
19985 name "tab:色付き横罫線の表"
19986
19987 \end_inset
19988
19989 色付き横罫線の表
19990 \end_layout
19991
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \begin_layout Plain Layout
19998 \align center
19999 \begin_inset Tabular
20000 <lyxtabular version="3" rows="3" columns="3">
20001 <features tabularvalignment="middle">
20002 <column alignment="center" valignment="top">
20003 <column alignment="center" valignment="top">
20004 <column alignment="center" valignment="top">
20005 <row>
20006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010 sd
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 </row>
20034 <row>
20035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048 sd
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 </row>
20063 <row>
20064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 sd
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 </row>
20092 </lyxtabular>
20093
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \begin_layout Standard
20105 既定値の黒罫線に戻るには,
20106
20107 \end_layout
20108
20109 \begin_layout Standard
20110
20111 \series bold
20112
20113 \backslash
20114 renewcommand{
20115 \backslash
20116 hline}{
20117 \backslash
20118 myHlineC}
20119 \end_layout
20120
20121 \begin_layout Standard
20122 というコマンドを,
20123 表ないし表フロートの後に\SpecialChar TeX
20124 コードで入力して下さい.表
20125 \begin_inset CommandInset ref
20126 LatexCommand ref
20127 reference "tab:色付き罫線の表"
20128 nolink "false"
20129
20130 \end_inset
20131
20132 は,
20133 縦横罫線を着色した例です.
20134 \end_layout
20135
20136 \begin_layout Standard
20137 \begin_inset Float table
20138 placement h
20139 alignment document
20140 wide false
20141 sideways false
20142 status open
20143
20144 \begin_layout Plain Layout
20145 \begin_inset Caption Standard
20146
20147 \begin_layout Plain Layout
20148 \begin_inset CommandInset label
20149 LatexCommand label
20150 name "tab:色付き罫線の表"
20151
20152 \end_inset
20153
20154 色付き罫線の表
20155 \end_layout
20156
20157 \end_inset
20158
20159
20160 \end_layout
20161
20162 \begin_layout Plain Layout
20163 \align center
20164 \begin_inset Tabular
20165 <lyxtabular version="3" rows="3" columns="3">
20166 <features tabularvalignment="middle">
20167 <column alignment="center" valignment="top" special="Wc">
20168 <column alignment="center" valignment="top" special="Wc">
20169 <column alignment="center" valignment="top" special="WcW">
20170 <row>
20171 <cell alignment="center" valignment="top" topline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175 sd
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 <cell alignment="center" valignment="top" topline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 <cell alignment="center" valignment="top" topline="true" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 </row>
20199 <row>
20200 <cell alignment="center" valignment="top" topline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 <cell alignment="center" valignment="top" topline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 sd
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 <cell alignment="center" valignment="top" topline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row topspace="default">
20229 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 sd
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 </lyxtabular>
20258
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \begin_layout Standard
20270 \begin_inset ERT
20271 status collapsed
20272
20273 \begin_layout Plain Layout
20274
20275
20276 \backslash
20277 renewcommand{
20278 \backslash
20279 hline}{
20280 \backslash
20281 myHlineC}
20282 \end_layout
20283
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \begin_layout Standard
20290 \begin_inset ERT
20291 status collapsed
20292
20293 \begin_layout Plain Layout
20294
20295
20296 \backslash
20297 setlength{
20298 \backslash
20299 arrayrulewidth}{1.2pt}
20300 \end_layout
20301
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \begin_layout Standard
20308 一部の罫線のみを着色するには,
20309 別の攻略法が必要です.以後の横罫線を全て着色するには,
20310 下記のコマンドを,
20311 最初の着色罫線の直前に来る行の,
20312 行末の\SpecialChar TeX
20313 コードとして挿入してください.
20314 \end_layout
20315
20316 \begin_layout Standard
20317
20318 \series bold
20319
20320 \backslash
20321
20322 \backslash
20323
20324 \backslash
20325 arrayrulecolor{blue}%
20326 \end_layout
20327
20328 \begin_layout Standard
20329 黒色の罫線に戻るには,
20330 黒色罫線の直前に来る行の行頭に下記のコマンドを加えてください.
20331 \end_layout
20332
20333 \begin_layout Standard
20334
20335 \series bold
20336
20337 \backslash
20338 arrayrulecolor{black}
20339 \end_layout
20340
20341 \begin_layout Standard
20342 このようにして,
20343
20344 \begin_inset CommandInset ref
20345 LatexCommand ref
20346 reference "tab:着色水平罫線表"
20347 nolink "false"
20348
20349 \end_inset
20350
20351 のように罫線に色をつけることができます.しかしながら,
20352 この方法では,
20353 表の最初の行の上の罫線は着色することはできません.
20354 \end_layout
20355
20356 \begin_layout Standard
20357 \begin_inset Float table
20358 placement document
20359 alignment document
20360 wide false
20361 sideways false
20362 status open
20363
20364 \begin_layout Plain Layout
20365 \begin_inset Caption Standard
20366
20367 \begin_layout Plain Layout
20368 \begin_inset CommandInset label
20369 LatexCommand label
20370 name "tab:着色水平罫線表"
20371
20372 \end_inset
20373
20374 異なる色の横罫線を持つ表
20375 \end_layout
20376
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \begin_layout Plain Layout
20383 \align center
20384 \begin_inset Tabular
20385 <lyxtabular version="3" rows="6" columns="7">
20386 <features tabularvalignment="middle">
20387 <column alignment="center" valignment="top">
20388 <column alignment="center" valignment="top">
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 <row>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 <cell alignment="center" valignment="top" topline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 <cell alignment="center" valignment="top" topline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 <cell alignment="center" valignment="top" topline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 <cell alignment="center" valignment="top" topline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435
20436 \end_layout
20437
20438 \end_inset
20439 </cell>
20440 <cell alignment="center" valignment="top" topline="true" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444
20445 \end_layout
20446
20447 \end_inset
20448 </cell>
20449 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453 \begin_inset ERT
20454 status open
20455
20456 \begin_layout Plain Layout
20457
20458
20459 \backslash
20460
20461 \backslash
20462
20463 \backslash
20464 arrayrulecolor{blue}%
20465 \end_layout
20466
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 </row>
20475 <row>
20476 <cell alignment="center" valignment="top" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480 Y
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20504 \begin_inset Text
20505
20506 \begin_layout Plain Layout
20507
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20513 \begin_inset Text
20514
20515 \begin_layout Plain Layout
20516
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20522 \begin_inset Text
20523
20524 \begin_layout Plain Layout
20525
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 <cell alignment="center" valignment="top" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534 Y
20535 \end_layout
20536
20537 \end_inset
20538 </cell>
20539 </row>
20540 <row>
20541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset ERT
20546 status open
20547
20548 \begin_layout Plain Layout
20549
20550
20551 \backslash
20552 arrayrulecolor{black}
20553 \end_layout
20554
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 <cell alignment="center" valignment="top" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 <cell alignment="center" valignment="top" usebox="none">
20572 \begin_inset Text
20573
20574 \begin_layout Plain Layout
20575
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 <cell alignment="center" valignment="top" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584
20585 \end_layout
20586
20587 \end_inset
20588 </cell>
20589 <cell alignment="center" valignment="top" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \end_layout
20595
20596 \end_inset
20597 </cell>
20598 <cell alignment="center" valignment="top" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 <row>
20618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 <cell alignment="center" valignment="top" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 <cell alignment="center" valignment="top" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 <cell alignment="center" valignment="top" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 <cell alignment="center" valignment="top" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 <cell alignment="center" valignment="top" usebox="none">
20664 \begin_inset Text
20665
20666 \begin_layout Plain Layout
20667
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 \begin_inset ERT
20677 status collapsed
20678
20679 \begin_layout Plain Layout
20680
20681
20682 \backslash
20683
20684 \backslash
20685
20686 \backslash
20687 arrayrulecolor{green}%
20688 \end_layout
20689
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 </row>
20698 <row>
20699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20727 \begin_inset Text
20728
20729 \begin_layout Plain Layout
20730
20731 \end_layout
20732
20733 \end_inset
20734 </cell>
20735 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757
20758 \end_layout
20759
20760 \end_inset
20761 </cell>
20762 </row>
20763 <row>
20764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768 \begin_inset ERT
20769 status collapsed
20770
20771 \begin_layout Plain Layout
20772
20773
20774 \backslash
20775 arrayrulecolor{black}
20776 \end_layout
20777
20778 \end_inset
20779
20780 B
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20804 \begin_inset Text
20805
20806 \begin_layout Plain Layout
20807
20808 \end_layout
20809
20810 \end_inset
20811 </cell>
20812 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20822 \begin_inset Text
20823
20824 \begin_layout Plain Layout
20825
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834 \begin_inset ERT
20835 status collapsed
20836
20837 \begin_layout Plain Layout
20838
20839
20840 \backslash
20841
20842 \backslash
20843
20844 \backslash
20845 arrayrulecolor{blue}%
20846 \end_layout
20847
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 </row>
20856 </lyxtabular>
20857
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \begin_layout Standard
20869
20870 \begin_inset CommandInset ref
20871 LatexCommand ref
20872 reference "tab:別色縦罫線表"
20873 nolink "false"
20874
20875 \end_inset
20876
20877 のように行内の縦罫線の色を変更するには,
20878 連結列を使う必要があります.まず始めに,
20879 列全体に渡らない縦罫線を全て削除します.それから,
20880 前例のように,
20881 全罫線を以下のコマンドを使って着色します.
20882 \end_layout
20883
20884 \begin_layout Standard
20885
20886 \series bold
20887
20888 \backslash
20889
20890 \backslash
20891
20892 \backslash
20893 arrayrulecolor{blue}%
20894 \end_layout
20895
20896 \begin_layout Standard
20897 最後に,
20898 縦罫線の色を変える必要のある行の全てのセルに\SpecialChar TeX
20899 コードで下記のコマンドを挿入します.
20900 \end_layout
20901
20902 \begin_layout Standard
20903
20904 \series bold
20905
20906 \backslash
20907 multicolumn{1}{!{
20908 \backslash
20909 color{green}
20910 \backslash
20911 vline}c!{
20912 \backslash
20913 color{red}
20914 \backslash
20915 vline}}{
20916 \end_layout
20917
20918 \begin_layout Standard
20919 これで,
20920 セルの両側に縦罫線が追加され,
20921 左側の罫線は緑,
20922 右側の罫線は赤になります.色を変える必要がなければ,
20923 上記コマンド中,
20924
20925 \series bold
20926
20927 \backslash
20928 color
20929 \series default
20930 コマンドは要りません.黒の左罫線と青の右罫線を得るには,
20931 全罫線がすでに青に設定されていますので,
20932
20933 \end_layout
20934
20935 \begin_layout Standard
20936
20937 \series bold
20938
20939 \backslash
20940 multicolumn{1}{!{
20941 \backslash
20942 color{black}
20943 \backslash
20944 vline}c|}{
20945 \end_layout
20946
20947 \begin_layout Standard
20948 と書きます.ここで,
20949
20950 \series bold
20951 |
20952 \series default
20953 は縦罫線を生成しますが,
20954
20955 \series bold
20956
20957 \backslash
20958 color
20959 \series default
20960 が使用されている時には,
20961
20962 \series bold
20963
20964 \backslash
20965 vline
20966 \series default
20967 が同じ働きをします.色を全く変えないで縦罫線を設定するには,
20968
20969 \end_layout
20970
20971 \begin_layout Standard
20972
20973 \series bold
20974
20975 \backslash
20976 multicolumn{1}{|c|}{
20977 \end_layout
20978
20979 \begin_layout Standard
20980 とします.このコマンドの後に,
20981 セルの内容を通常通り挿入し,
20982 \SpecialChar TeX
20983 コードで閉じ括弧
20984 \series bold
20985 }
20986 \series default
20987 を入れてセルを終わります.
20988 \end_layout
20989
20990 \begin_layout Standard
20991 \begin_inset Float table
20992 placement document
20993 alignment document
20994 wide false
20995 sideways false
20996 status open
20997
20998 \begin_layout Plain Layout
20999 \begin_inset Caption Standard
21000
21001 \begin_layout Plain Layout
21002 \begin_inset CommandInset label
21003 LatexCommand label
21004 name "tab:別色縦罫線表"
21005
21006 \end_inset
21007
21008 一行中に異なる色の縦罫線を持つ表
21009 \end_layout
21010
21011 \end_inset
21012
21013
21014 \end_layout
21015
21016 \begin_layout Plain Layout
21017 \align center
21018 \begin_inset Tabular
21019 <lyxtabular version="3" rows="5" columns="7">
21020 <features tabularvalignment="middle">
21021 <column alignment="center" valignment="top">
21022 <column alignment="center" valignment="top">
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 <row>
21029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21030 \begin_inset Text
21031
21032 \begin_layout Plain Layout
21033
21034 \end_layout
21035
21036 \end_inset
21037 </cell>
21038 <cell alignment="center" valignment="top" topline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 <cell alignment="center" valignment="top" topline="true" usebox="none">
21048 \begin_inset Text
21049
21050 \begin_layout Plain Layout
21051
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 <cell alignment="center" valignment="top" topline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060
21061 \end_layout
21062
21063 \end_inset
21064 </cell>
21065 <cell alignment="center" valignment="top" topline="true" usebox="none">
21066 \begin_inset Text
21067
21068 \begin_layout Plain Layout
21069
21070 \end_layout
21071
21072 \end_inset
21073 </cell>
21074 <cell alignment="center" valignment="top" topline="true" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 \begin_inset ERT
21088 status collapsed
21089
21090 \begin_layout Plain Layout
21091
21092
21093 \backslash
21094
21095 \backslash
21096
21097 \backslash
21098 arrayrulecolor{red}%
21099 \end_layout
21100
21101 \end_inset
21102
21103
21104 \end_layout
21105
21106 \end_inset
21107 </cell>
21108 </row>
21109 <row>
21110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114 \begin_inset ERT
21115 status collapsed
21116
21117 \begin_layout Plain Layout
21118
21119
21120 \backslash
21121 multicolumn{1}{!{
21122 \backslash
21123 color{black}
21124 \backslash
21125 vline}c|}{
21126 \end_layout
21127
21128 \end_inset
21129
21130 Y
21131 \begin_inset ERT
21132 status collapsed
21133
21134 \begin_layout Plain Layout
21135
21136 }
21137 \end_layout
21138
21139 \end_inset
21140
21141
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186 \begin_inset ERT
21187 status collapsed
21188
21189 \begin_layout Plain Layout
21190
21191
21192 \backslash
21193 multicolumn{1}{c|}{
21194 \end_layout
21195
21196 \end_inset
21197
21198
21199 \begin_inset ERT
21200 status collapsed
21201
21202 \begin_layout Plain Layout
21203
21204 }
21205 \end_layout
21206
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 \begin_inset ERT
21219 status collapsed
21220
21221 \begin_layout Plain Layout
21222
21223
21224 \backslash
21225 multicolumn{1}{c!{
21226 \backslash
21227 color{black}
21228 \backslash
21229 vline}}{
21230 \end_layout
21231
21232 \end_inset
21233
21234 Y
21235 \begin_inset ERT
21236 status collapsed
21237
21238 \begin_layout Plain Layout
21239
21240 }
21241 \end_layout
21242
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 </row>
21251 <row>
21252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 \begin_inset ERT
21257 status collapsed
21258
21259 \begin_layout Plain Layout
21260
21261
21262 \backslash
21263 arrayrulecolor{black}
21264 \end_layout
21265
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 <cell alignment="center" valignment="top" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 <cell alignment="center" valignment="top" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 <cell alignment="center" valignment="top" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 <cell alignment="center" valignment="top" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Plain Layout
21322 \begin_inset ERT
21323 status collapsed
21324
21325 \begin_layout Plain Layout
21326
21327
21328 \backslash
21329
21330 \backslash
21331
21332 \backslash
21333 arrayrulecolor{magenta}%
21334 \end_layout
21335
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 </row>
21344 <row>
21345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349 \begin_inset ERT
21350 status collapsed
21351
21352 \begin_layout Plain Layout
21353
21354
21355 \backslash
21356 multicolumn{1}{|c!{
21357 \backslash
21358 color{red}
21359 \backslash
21360 vline}}{
21361 \end_layout
21362
21363 \end_inset
21364
21365
21366 \begin_inset ERT
21367 status collapsed
21368
21369 \begin_layout Plain Layout
21370
21371 }
21372 \end_layout
21373
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 \begin_inset ERT
21386 status collapsed
21387
21388 \begin_layout Plain Layout
21389
21390
21391 \backslash
21392 multicolumn{1}{c!{
21393 \backslash
21394 color{green}
21395 \backslash
21396 vline}}{
21397 \end_layout
21398
21399 \end_inset
21400
21401
21402 \begin_inset ERT
21403 status collapsed
21404
21405 \begin_layout Plain Layout
21406
21407 }
21408 \end_layout
21409
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421 \begin_inset ERT
21422 status collapsed
21423
21424 \begin_layout Plain Layout
21425
21426
21427 \backslash
21428 multicolumn{1}{c!{
21429 \backslash
21430 color{yellow}
21431 \backslash
21432 vline}}{
21433 \end_layout
21434
21435 \end_inset
21436
21437
21438 \begin_inset ERT
21439 status collapsed
21440
21441 \begin_layout Plain Layout
21442
21443 }
21444 \end_layout
21445
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset ERT
21458 status collapsed
21459
21460 \begin_layout Plain Layout
21461
21462
21463 \backslash
21464 multicolumn{1}{c!{
21465 \backslash
21466 color{blue}
21467 \backslash
21468 vline}}{
21469 \end_layout
21470
21471 \end_inset
21472
21473
21474 \begin_inset ERT
21475 status collapsed
21476
21477 \begin_layout Plain Layout
21478
21479 }
21480 \end_layout
21481
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 \begin_inset ERT
21494 status collapsed
21495
21496 \begin_layout Plain Layout
21497
21498
21499 \backslash
21500 multicolumn{1}{c!{
21501 \backslash
21502 color{cyan}
21503 \backslash
21504 vline}}{
21505 \end_layout
21506
21507 \end_inset
21508
21509
21510 \begin_inset ERT
21511 status collapsed
21512
21513 \begin_layout Plain Layout
21514
21515 }
21516 \end_layout
21517
21518 \end_inset
21519
21520
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 \begin_inset ERT
21530 status collapsed
21531
21532 \begin_layout Plain Layout
21533
21534
21535 \backslash
21536 multicolumn{1}{c!{
21537 \backslash
21538 color{black}
21539 \backslash
21540 vline}}{
21541 \end_layout
21542
21543 \end_inset
21544
21545
21546 \begin_inset ERT
21547 status collapsed
21548
21549 \begin_layout Plain Layout
21550
21551 }
21552 \end_layout
21553
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565 \begin_inset ERT
21566 status collapsed
21567
21568 \begin_layout Plain Layout
21569
21570
21571 \backslash
21572 multicolumn{1}{c|}{
21573 \end_layout
21574
21575 \end_inset
21576
21577
21578 \begin_inset ERT
21579 status collapsed
21580
21581 \begin_layout Plain Layout
21582
21583 }
21584 \end_layout
21585
21586 \end_inset
21587
21588
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 </row>
21594 <row>
21595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21596 \begin_inset Text
21597
21598 \begin_layout Plain Layout
21599 \begin_inset ERT
21600 status collapsed
21601
21602 \begin_layout Plain Layout
21603
21604
21605 \backslash
21606 arrayrulecolor{black}
21607 \end_layout
21608
21609 \end_inset
21610
21611 B
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 </lyxtabular>
21672
21673 \end_inset
21674
21675
21676 \end_layout
21677
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \begin_layout Standard
21684 \begin_inset ERT
21685 status collapsed
21686
21687 \begin_layout Plain Layout
21688
21689
21690 \backslash
21691 setlength{
21692 \backslash
21693 arrayrulewidth}{0.4pt}
21694 \end_layout
21695
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \begin_layout Section
21702 表セルの回転
21703 \begin_inset CommandInset label
21704 LatexCommand label
21705 name "sec:表セルの回転"
21706
21707 \end_inset
21708
21709
21710 \begin_inset Index idx
21711 range none
21712 pageformat default
21713 status collapsed
21714
21715 \begin_layout Plain Layout
21716 \begin_inset IndexMacro sortkey
21717 status open
21718
21719 \begin_layout Plain Layout
21720 ひよう
21721 \end_layout
21722
21723 \end_inset
21724
21725
21726 \begin_inset IndexMacro subentry
21727 status open
21728
21729 \begin_layout Plain Layout
21730 \begin_inset IndexMacro sortkey
21731 status open
21732
21733 \begin_layout Plain Layout
21734 せるのかいてん
21735 \end_layout
21736
21737 \end_inset
21738
21739 セルの回転
21740 \end_layout
21741
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \end_inset
21748
21749
21750 \begin_inset Index idx
21751 range none
21752 pageformat default
21753 status collapsed
21754
21755 \begin_layout Plain Layout
21756 \begin_inset IndexMacro sortkey
21757 status open
21758
21759 \begin_layout Plain Layout
21760 かいてん
21761 \end_layout
21762
21763 \end_inset
21764
21765 回転
21766 \begin_inset IndexMacro subentry
21767 status open
21768
21769 \begin_layout Plain Layout
21770 \begin_inset IndexMacro sortkey
21771 status open
21772
21773 \begin_layout Plain Layout
21774 そさいの
21775 \end_layout
21776
21777 \end_inset
21778
21779 素材の—
21780
21781
21782 \end_layout
21783
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \end_inset
21790
21791
21792 \end_layout
21793
21794 \begin_layout Standard
21795 \begin_inset Note Greyedout
21796 status open
21797
21798 \begin_layout Plain Layout
21799
21800 \series bold
21801 [註]
21802 \series default
21803 すべてのDVIビューアが回転表示できるわけではありません.
21804 \end_layout
21805
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \begin_layout Standard
21812 と入れてください.表
21813 \begin_inset CommandInset ref
21814 LatexCommand ref
21815 reference "tab:回転表"
21816 nolink "false"
21817
21818 \end_inset
21819
21820 は,
21821 3つのセルを45°回転させた用例です.
21822 \end_layout
21823
21824 \begin_layout Standard
21825 \begin_inset Float table
21826 placement document
21827 alignment document
21828 wide false
21829 sideways false
21830 status open
21831
21832 \begin_layout Plain Layout
21833 \begin_inset Caption Standard
21834
21835 \begin_layout Plain Layout
21836 \begin_inset CommandInset label
21837 LatexCommand label
21838 name "tab:回転表"
21839
21840 \end_inset
21841
21842 1行目に回転セルのある表
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Plain Layout
21851 \noindent
21852 \align center
21853 \begin_inset Tabular
21854 <lyxtabular version="3" rows="2" columns="3">
21855 <features tabularvalignment="middle">
21856 <column alignment="center" valignment="top" width="0pt">
21857 <column alignment="center" valignment="top" width="0pt">
21858 <column alignment="center" valignment="top" width="0pt">
21859 <row>
21860 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 コップ
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21870 \begin_inset Text
21871
21872 \begin_layout Plain Layout
21873
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 <cell alignment="center" valignment="top" rotate="45" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882 受け皿
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 </row>
21888 <row>
21889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 45
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 33
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 21
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 </row>
21917 </lyxtabular>
21918
21919 \end_inset
21920
21921
21922 \end_layout
21923
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \begin_layout Standard
21930 \begin_inset Note Greyedout
21931 status open
21932
21933 \begin_layout Plain Layout
21934
21935 \series bold
21936 [註]
21937 \series default
21938 回転セル中では,
21939 改行(ショートカット
21940 \begin_inset Info
21941 type  "shortcut"
21942 arg   "newline-insert newline"
21943 \end_inset
21944
21945 )はできません.
21946 \end_layout
21947
21948 \end_inset
21949
21950
21951 \end_layout
21952
21953 \begin_layout Standard
21954 改行を含むセルを回転させたい場合には,
21955 セルの内容をminipageかparboxに置かなくてはなりません
21956 \begin_inset Foot
21957 status collapsed
21958
21959 \begin_layout Plain Layout
21960 これらのボックスについて詳しくは,
21961
21962 \begin_inset CommandInset ref
21963 LatexCommand ref
21964 reference "sec:ミニページ"
21965 nolink "false"
21966
21967 \end_inset
21968
21969 節および第
21970 \begin_inset CommandInset ref
21971 LatexCommand ref
21972 reference "sec:Parboxes"
21973 nolink "false"
21974
21975 \end_inset
21976
21977 節をご覧ください.
21978 \end_layout
21979
21980 \end_inset
21981
21982 .このセルを90
21983 \begin_inset space \thinspace{}
21984 \end_inset
21985
21986 °回転させると,
21987 ボックス幅はセルの高さになります.適切なボックス幅を見積もる手間を避けるには,
21988 可変幅を持つミニページを使うことができます.このようなボックスは,
21989 文書設定で
21990 \family sans
21991 \series bold
21992 可変幅ミニページ
21993 \family default
21994 \series default
21995 モジュールを読み込むことで,
21996 挿入することができるようになります.こうすると,
21997
21998 \family sans
21999 \series bold
22000 挿入\SpecialChar menuseparator
22001 特別差込枠\SpecialChar menuseparator
22002 ミニページ
22003 \series default
22004 (
22005 \series bold
22006 可変幅
22007 \series default
22008 )
22009 \family default
22010
22011 \begin_inset space \thinspace{}
22012 \end_inset
22013
22014 メニューが使用できるようになります.表
22015 \begin_inset CommandInset ref
22016 LatexCommand ref
22017 reference "tab:複数行回転表"
22018 nolink "false"
22019
22020 \end_inset
22021
22022 は,
22023 可変幅ミニページを使用し,
22024 回転させた複数行セルの例です.
22025 \end_layout
22026
22027 \begin_layout Standard
22028 \begin_inset Float table
22029 placement document
22030 alignment document
22031 wide false
22032 sideways false
22033 status open
22034
22035 \begin_layout Plain Layout
22036 \begin_inset Caption Standard
22037
22038 \begin_layout Plain Layout
22039 \begin_inset CommandInset label
22040 LatexCommand label
22041 name "tab:複数行回転表"
22042
22043 \end_inset
22044
22045 複数行セルを回転させた表
22046 \end_layout
22047
22048 \end_inset
22049
22050
22051 \end_layout
22052
22053 \begin_layout Plain Layout
22054 \noindent
22055 \align center
22056 \begin_inset Tabular
22057 <lyxtabular version="3" rows="2" columns="3">
22058 <features tabularvalignment="middle">
22059 <column alignment="center" valignment="top">
22060 <column alignment="center" valignment="top" width="0pt">
22061 <column alignment="center" valignment="top">
22062 <row>
22063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076 \begin_inset Flex Minipage (Var. Width)
22077 status open
22078
22079 \begin_layout Plain Layout
22080 改行を含む
22081 \begin_inset Newline newline
22082 \end_inset
22083
22084 回転
22085 \begin_inset space ~
22086 \end_inset
22087
22088
22089 \end_layout
22090
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102
22103 \end_layout
22104
22105 \end_inset
22106 </cell>
22107 </row>
22108 <row>
22109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 </row>
22137 </lyxtabular>
22138
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \begin_layout Section
22150 表幅の計算
22151 \begin_inset CommandInset label
22152 LatexCommand label
22153 name "sec:表幅の計算"
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Standard
22161 幅広の表では,
22162 表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,
22163 では各列にどれくらいの幅を設ければ良いのでしょうか?
22164
22165 \end_layout
22166
22167 \begin_layout Standard
22168 表幅
22169 \begin_inset Formula $W_{\text{表}}$
22170 \end_inset
22171
22172 は計算することができます.各列の実際の幅は,
22173 指定した列幅
22174 \begin_inset Formula $W_{\text{列}}$
22175 \end_inset
22176
22177 に,
22178 列の内容と列罫線との間の余白(\SpecialChar LaTeX
22179
22180 \series bold
22181
22182 \backslash
22183 tabcolsep
22184 \series default
22185 ・既定値6
22186 \begin_inset space \thinspace{}
22187 \end_inset
22188
22189 pt)の2倍と,
22190 罫線幅(\SpecialChar LaTeX
22191
22192 \series bold
22193
22194 \backslash
22195 arrayrulewidth
22196 \series default
22197 ・既定値0.4
22198 \begin_inset space \thinspace{}
22199 \end_inset
22200
22201 pt)を加えたものになります.したがって,
22202 もし同じ幅の
22203 \begin_inset Formula $n$
22204 \end_inset
22205
22206 列を作るならば,
22207 表幅は
22208 \begin_inset Formula 
22209 \begin{equation}
22210 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
22211 \end{equation}
22212
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \begin_layout Standard
22219 となります.表が使用できる幅は,
22220 ページ余白の間の幅か,
22221 本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
22222
22223 \series bold
22224
22225 \backslash
22226 columnwidth
22227 \series default
22228 ).表の列をすべて同じ幅にするとすれば,
22229
22230 \begin_inset Formula $W_{\text{表}}$
22231 \end_inset
22232
22233 が1
22234 \begin_inset space \thinspace{}
22235 \end_inset
22236
22237
22238 \backslash
22239 columnwidthになりますので,
22240
22241 \begin_inset Formula $W_{\text{列}}$
22242 \end_inset
22243
22244 は簡単に計算できます.
22245 \end_layout
22246
22247 \begin_layout Standard
22248 計算を行わせる場合には,
22249 文書プリアンブル中で\SpecialChar LaTeX
22250 パッケージ
22251 \series bold
22252 calc
22253 \series default
22254
22255 \begin_inset Index idx
22256 range none
22257 pageformat default
22258 status collapsed
22259
22260 \begin_layout Plain Layout
22261 \begin_inset IndexMacro sortkey
22262 status open
22263
22264 \begin_layout Plain Layout
22265 LaTeXはつけし
22266 \end_layout
22267
22268 \end_inset
22269
22270 \SpecialChar LaTeX
22271 パッケージ
22272 \begin_inset IndexMacro subentry
22273 status open
22274
22275 \begin_layout Plain Layout
22276 calc
22277 \end_layout
22278
22279 \end_inset
22280
22281
22282 \end_layout
22283
22284 \end_inset
22285
22286 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
22287
22288 \family sans
22289 \SpecialChar LaTeX
22290 の引数
22291 \family default
22292 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,
22293
22294 \begin_inset CommandInset ref
22295 LatexCommand ref
22296 reference "subsec:連結列の計算"
22297 nolink "false"
22298
22299 \end_inset
22300
22301 節で説明したのと同様です.同幅中央揃え5列の表ならば,
22302 各列の同フィールドに
22303 \end_layout
22304
22305 \begin_layout Standard
22306
22307 \series bold
22308 >{
22309 \backslash
22310 centering}p{(1
22311 \backslash
22312 columnwidth-62.4pt)/5}
22313 \end_layout
22314
22315 \begin_layout Standard
22316 というコマンドを入力します.5列の表で,
22317 うち2列が他の3列の幅の0.75倍であるような表の場合には,
22318 計算は
22319 \begin_inset Formula 
22320 \begin{align}
22321 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
22322  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
22323  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
22324 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
22325 \end{align}
22326
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \begin_layout Standard
22333 となります.したがって,
22334 表中の広い列には
22335 \end_layout
22336
22337 \begin_layout Standard
22338
22339 \series bold
22340 >{
22341 \backslash
22342 centering}p{(1
22343 \backslash
22344 columnwidth-62.4pt)/
22345 \backslash
22346 real{4.5}}
22347 \end_layout
22348
22349 \begin_layout Standard
22350 というコマンドを用い,
22351 狭い列には
22352 \end_layout
22353
22354 \begin_layout Standard
22355
22356 \series bold
22357 >{
22358 \backslash
22359 centering}p{(1
22360 \backslash
22361 columnwidth-62.4pt)/
22362 \backslash
22363 real{4.5}*
22364 \backslash
22365 real{0.75}}
22366 \end_layout
22367
22368 \begin_layout Standard
22369 というコマンドを用いることにすると,
22370 以下の表が出来上がります.
22371 \end_layout
22372
22373 \begin_layout Standard
22374 \begin_inset Tabular
22375 <lyxtabular version="3" rows="2" columns="5">
22376 <features tabularvalignment="middle">
22377 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
22378 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
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 <row>
22383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387 1
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396 2
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405 3
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 4
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Plain Layout
22423 5
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 </row>
22429 <row>
22430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434 111111 1111111 111111 111111111 11111 11111 1111
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452 2222 22222 222222 222222222 2222222 22 22222
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 333333 333333 333333 33333 3333333 333
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 </row>
22476 </lyxtabular>
22477
22478 \end_inset
22479
22480
22481 \end_layout
22482
22483 \begin_layout Section
22484 表の調整
22485 \begin_inset Index idx
22486 range none
22487 pageformat default
22488 status collapsed
22489
22490 \begin_layout Plain Layout
22491 \begin_inset IndexMacro sortkey
22492 status open
22493
22494 \begin_layout Plain Layout
22495 ひようのちようせい
22496 \end_layout
22497
22498 \end_inset
22499
22500 表の調整
22501 \end_layout
22502
22503 \end_inset
22504
22505
22506 \begin_inset Index idx
22507 range none
22508 pageformat default
22509 status collapsed
22510
22511 \begin_layout Plain Layout
22512 \begin_inset IndexMacro sortkey
22513 status open
22514
22515 \begin_layout Plain Layout
22516 ひよう
22517 \end_layout
22518
22519 \end_inset
22520
22521
22522 \begin_inset IndexMacro subentry
22523 status open
22524
22525 \begin_layout Plain Layout
22526 \begin_inset IndexMacro sortkey
22527 status open
22528
22529 \begin_layout Plain Layout
22530 ちようせい
22531 \end_layout
22532
22533 \end_inset
22534
22535 調整
22536 \end_layout
22537
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \end_layout
22547
22548 \begin_layout Subsection
22549 行の余白取り
22550 \begin_inset CommandInset label
22551 LatexCommand label
22552 name "subsec:行の余白取り"
22553
22554 \end_inset
22555
22556
22557 \begin_inset Index idx
22558 range none
22559 pageformat default
22560 status collapsed
22561
22562 \begin_layout Plain Layout
22563 \begin_inset IndexMacro sortkey
22564 status open
22565
22566 \begin_layout Plain Layout
22567 ひようのちようせい
22568 \end_layout
22569
22570 \end_inset
22571
22572 表の調整
22573 \begin_inset IndexMacro subentry
22574 status open
22575
22576 \begin_layout Plain Layout
22577 \begin_inset IndexMacro sortkey
22578 status open
22579
22580 \begin_layout Plain Layout
22581 きようのよはくとり
22582 \end_layout
22583
22584 \end_inset
22585
22586 行の余白取り
22587 \end_layout
22588
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \begin_layout Standard
22600 表の設定ダイアログの
22601 \family sans
22602 罫線
22603 \family default
22604 タブで,
22605 表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
22606 \end_layout
22607
22608 \begin_layout Description
22609 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
22610 \begin_inset Foot
22611 status collapsed
22612
22613 \begin_layout Plain Layout
22614 フォーマル様式の表は第
22615 \begin_inset CommandInset ref
22616 LatexCommand ref
22617 reference "sec:フォーマル様式の表"
22618 nolink "false"
22619
22620 \end_inset
22621
22622 節で説明されています.
22623 \end_layout
22624
22625 \end_inset
22626
22627 ならば,
22628 \SpecialChar LyX
22629 は既定値として0.5
22630 \begin_inset space \thinspace{}
22631 \end_inset
22632
22633 emの余白を挿入します.通常の表の場合には,
22634 余白を追加すると,
22635 残念ながら以下の表のように縦罫線が破壊されてしまいます.
22636 \begin_inset VSpace medskip
22637 \end_inset
22638
22639
22640 \begin_inset Newline newline
22641 \end_inset
22642
22643
22644 \begin_inset space \hspace*{}
22645 \length 0pt
22646 \end_inset
22647
22648
22649 \begin_inset space \hfill{}
22650 \end_inset
22651
22652
22653 \begin_inset Tabular
22654 <lyxtabular version="3" rows="3" columns="1">
22655 <features tabularvalignment="middle">
22656 <column alignment="center" valignment="top">
22657 <row>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 </row>
22668 <row topspace="3mm">
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 行上に3
22674 \begin_inset space \thinspace{}
22675 \end_inset
22676
22677 mmの余白
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 </row>
22683 <row>
22684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 </row>
22694 </lyxtabular>
22695
22696 \end_inset
22697
22698
22699 \begin_inset space \hfill{}
22700 \end_inset
22701
22702
22703 \begin_inset space \hspace*{}
22704 \length 0pt
22705 \end_inset
22706
22707
22708 \begin_inset VSpace medskip
22709 \end_inset
22710
22711
22712 \begin_inset Newline newline
22713 \end_inset
22714
22715 したがって,
22716 通常表の行上に余白を加えるのは,
22717 縦罫線がないときのみに使用することができます.
22718 \end_layout
22719
22720 \begin_layout Description
22721 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,
22722 \SpecialChar LyX
22723 は既定値として0.5
22724 \begin_inset space \thinspace{}
22725 \end_inset
22726
22727 emの余白を挿入し,
22728 通常の表ならば既定値として2
22729 \begin_inset space \thinspace{}
22730 \end_inset
22731
22732 ptを挿入します.
22733 \end_layout
22734
22735 \begin_layout Description
22736 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,
22737 \SpecialChar LyX
22738 は既定値として0.5
22739 \begin_inset space \thinspace{}
22740 \end_inset
22741
22742 emの余白を挿入します.通常の表の場合には,
22743 余白を追加すると,
22744 残念ながら以下の表のように縦罫線が破壊されてしまいます.
22745 \begin_inset VSpace medskip
22746 \end_inset
22747
22748
22749 \begin_inset Newline newline
22750 \end_inset
22751
22752
22753 \begin_inset space \hspace*{}
22754 \length 0pt
22755 \end_inset
22756
22757
22758 \begin_inset space \hfill{}
22759 \end_inset
22760
22761
22762 \begin_inset Tabular
22763 <lyxtabular version="3" rows="3" columns="1">
22764 <features tabularvalignment="middle">
22765 <column alignment="center" valignment="top">
22766 <row>
22767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 </row>
22777 <row interlinespace="3mm">
22778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 \begin_inset Formula $\downarrow$
22783 \end_inset
22784
22785  行間に3
22786 \begin_inset space \thinspace{}
22787 \end_inset
22788
22789 mmの余白 
22790 \begin_inset Formula $\downarrow$
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 </row>
22799 <row>
22800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 \begin_inset Formula $\uparrow$
22805 \end_inset
22806
22807  行間に3
22808 \begin_inset space \thinspace{}
22809 \end_inset
22810
22811 mmの余白 
22812 \begin_inset Formula $\uparrow$
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 </row>
22821 </lyxtabular>
22822
22823 \end_inset
22824
22825
22826 \begin_inset space \hfill{}
22827 \end_inset
22828
22829
22830 \begin_inset space \hspace*{}
22831 \length 0pt
22832 \end_inset
22833
22834
22835 \begin_inset VSpace medskip
22836 \end_inset
22837
22838
22839 \begin_inset Newline newline
22840 \end_inset
22841
22842 したがって,
22843 通常表の行間に余白を加えるのは,
22844 縦罫線がないときのみに使用することができます.
22845 \end_layout
22846
22847 \begin_layout Standard
22848 \begin_inset VSpace bigskip
22849 \end_inset
22850
22851 すべての表の全セルの高さを上げたい場合には,
22852 以下の行をプリアンブルに加えることによって実現できます.
22853 \end_layout
22854
22855 \begin_layout Standard
22856
22857 \series bold
22858
22859 \backslash
22860 @ifundefined{extrarowheight}
22861 \begin_inset Newline newline
22862 \end_inset
22863
22864
22865 \begin_inset Phantom HPhantom
22866 status open
22867
22868 \begin_layout Plain Layout
22869 \begin_inset space ~
22870 \end_inset
22871
22872
22873 \end_layout
22874
22875 \end_inset
22876
22877 {
22878 \backslash
22879 usepackage{array}}{}
22880 \begin_inset Newline newline
22881 \end_inset
22882
22883
22884 \backslash
22885 setlength{
22886 \backslash
22887 extrarowheight}{高さ}
22888 \series default
22889
22890 \begin_inset Note Note
22891 status collapsed
22892
22893 \begin_layout Plain Layout
22894 自己定義の表書式を用いると,
22895 \SpecialChar LyX
22896 は自動的に
22897 \series bold
22898 array
22899 \series default
22900 パッケージを読み込みます.これが二度読み込まれることを防ぐために,
22901 上記のコマンドでは
22902 \series bold
22903
22904 \backslash
22905 @ifundefined
22906 \series default
22907 が使用されています.
22908 \end_layout
22909
22910 \end_inset
22911
22912
22913 \end_layout
22914
22915 \begin_layout Standard
22916 というコマンドを書き加えて下さい.ここで「高さ」には,
22917 付録
22918 \begin_inset CommandInset ref
22919 LatexCommand ref
22920 reference "cha:LyXで使用できる単位"
22921 nolink "false"
22922
22923 \end_inset
22924
22925 に挙げられている単位を取ることができます.しかしこの方法は,
22926 セル内の文章が縦方向に中央揃えにならないという欠点があります.
22927 \end_layout
22928
22929 \begin_layout Standard
22930 標準大よりも大きいフォント寸法を使用している場合には,
22931 文字が表罫線に近寄りすぎることがよくあります.これは,
22932 表の行の最初に\SpecialChar TeX
22933 コードで
22934 \series bold
22935
22936 \backslash
22937 strut
22938 \series default
22939 コマンドを挿入することで補正することができます.表
22940 \begin_inset CommandInset ref
22941 LatexCommand ref
22942 reference "tab:垂直揃え"
22943 nolink "false"
22944
22945 \end_inset
22946
22947 は,
22948 この効果を示したものです.
22949 \end_layout
22950
22951 \begin_layout Standard
22952 \noindent
22953 \begin_inset Float table
22954 placement h
22955 alignment document
22956 wide false
22957 sideways false
22958 status open
22959
22960 \begin_layout Plain Layout
22961 \begin_inset Caption Standard
22962
22963 \begin_layout Plain Layout
22964 \begin_inset CommandInset label
22965 LatexCommand label
22966 name "tab:垂直揃え"
22967
22968 \end_inset
22969
22970 大きなフォント寸法の文章の垂直揃え
22971 \end_layout
22972
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \begin_layout Plain Layout
22979 \begin_inset space \hfill{}
22980 \end_inset
22981
22982
22983 \begin_inset Float table
22984 placement document
22985 alignment document
22986 wide false
22987 sideways false
22988 status collapsed
22989
22990 \begin_layout Plain Layout
22991 \begin_inset Caption Standard
22992
22993 \begin_layout Plain Layout
22994 通常の表
22995 \end_layout
22996
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \begin_layout Plain Layout
23003 \noindent
23004 \align center
23005 \begin_inset Tabular
23006 <lyxtabular version="3" rows="6" columns="1">
23007 <features tabularvalignment="middle">
23008 <column alignment="left" valignment="top">
23009 <row>
23010 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 ふつう,
23015  g
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 </row>
23021 <row>
23022 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026
23027 \size large
23028 やや大
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 </row>
23034 <row>
23035 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039
23040 \size larger
23041
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 </row>
23047 <row>
23048 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052
23053 \size largest
23054 極大
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 </row>
23060 <row>
23061 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065
23066 \size huge
23067 極々大
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 </row>
23073 <row>
23074 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078
23079 \size giant
23080 最大
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 </row>
23086 </lyxtabular>
23087
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \begin_inset space \hfill{}
23097 \end_inset
23098
23099
23100 \begin_inset Float table
23101 placement document
23102 alignment document
23103 wide false
23104 sideways false
23105 status collapsed
23106
23107 \begin_layout Plain Layout
23108 \begin_inset Caption Standard
23109
23110 \begin_layout Plain Layout
23111
23112 \series bold
23113
23114 \backslash
23115 strut
23116 \series default
23117 コマンドを使用した表
23118 \end_layout
23119
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \begin_layout Plain Layout
23126 \noindent
23127 \align center
23128 \begin_inset Tabular
23129 <lyxtabular version="3" rows="6" columns="1">
23130 <features tabularvalignment="middle">
23131 <column alignment="left" valignment="top">
23132 <row>
23133 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 ふつう,
23138  g
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 </row>
23144 <row>
23145 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149
23150 \size large
23151 \begin_inset ERT
23152 status collapsed
23153
23154 \begin_layout Plain Layout
23155
23156
23157 \backslash
23158 strut 
23159 \end_layout
23160
23161 \end_inset
23162
23163 やや大
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 </row>
23169 <row>
23170 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174
23175 \size larger
23176 \begin_inset ERT
23177 status collapsed
23178
23179 \begin_layout Plain Layout
23180
23181
23182 \backslash
23183 strut 
23184 \end_layout
23185
23186 \end_inset
23187
23188
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 </row>
23194 <row>
23195 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199
23200 \size largest
23201 \begin_inset ERT
23202 status collapsed
23203
23204 \begin_layout Plain Layout
23205
23206
23207 \backslash
23208 strut 
23209 \end_layout
23210
23211 \end_inset
23212
23213 極大
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 </row>
23219 <row>
23220 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224
23225 \size huge
23226 \begin_inset ERT
23227 status collapsed
23228
23229 \begin_layout Plain Layout
23230
23231
23232 \backslash
23233 strut 
23234 \end_layout
23235
23236 \end_inset
23237
23238 極々大
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 </row>
23244 <row>
23245 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249
23250 \size giant
23251 \begin_inset ERT
23252 status collapsed
23253
23254 \begin_layout Plain Layout
23255
23256
23257 \backslash
23258 strut 
23259 \end_layout
23260
23261 \end_inset
23262
23263 最大
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 </row>
23269 </lyxtabular>
23270
23271 \end_inset
23272
23273
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \begin_inset space \hfill{}
23280 \end_inset
23281
23282
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \begin_layout Subsection
23291 特殊なセル揃え
23292 \begin_inset CommandInset label
23293 LatexCommand label
23294 name "subsec:特殊なセル揃え"
23295
23296 \end_inset
23297
23298
23299 \begin_inset Index idx
23300 range none
23301 pageformat default
23302 status collapsed
23303
23304 \begin_layout Plain Layout
23305 \begin_inset IndexMacro sortkey
23306 status open
23307
23308 \begin_layout Plain Layout
23309 ひようのちようせい
23310 \end_layout
23311
23312 \end_inset
23313
23314 表の調整
23315 \begin_inset IndexMacro subentry
23316 status open
23317
23318 \begin_layout Plain Layout
23319 \begin_inset IndexMacro sortkey
23320 status open
23321
23322 \begin_layout Plain Layout
23323 とくしゆなせるそろえ
23324 \end_layout
23325
23326 \end_inset
23327
23328 特殊なセル揃え
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337
23338
23339 \end_layout
23340
23341 \begin_layout Standard
23342 ときには表
23343 \begin_inset CommandInset ref
23344 LatexCommand ref
23345 reference "tab:表セル"
23346 nolink "false"
23347
23348 \end_inset
23349
23350 の小数点のように,
23351 同一列の各セルの内容が,
23352 特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,
23353 当該列にカーソルを置いて,
23354 ツールバーボタン
23355 \begin_inset Info
23356 type  "icon"
23357 arg   "tabular-feature align-decimal"
23358 \end_inset
23359
23360 を押すか,
23361 表設定中で揃えを
23362 \family sans
23363 小数点で
23364 \family default
23365 に設定します.
23366 \end_layout
23367
23368 \begin_layout Standard
23369 \begin_inset Float table
23370 placement h
23371 alignment document
23372 wide false
23373 sideways false
23374 status open
23375
23376 \begin_layout Plain Layout
23377 \begin_inset Caption Standard
23378
23379 \begin_layout Plain Layout
23380 \begin_inset CommandInset label
23381 LatexCommand label
23382 name "tab:表セル"
23383
23384 \end_inset
23385
23386 一列が小数点で揃えられた表セル
23387 \end_layout
23388
23389 \end_inset
23390
23391
23392 \end_layout
23393
23394 \begin_layout Plain Layout
23395 \align center
23396 \begin_inset Tabular
23397 <lyxtabular version="3" rows="4" columns="1">
23398 <features booktabs="true" tabularvalignment="middle">
23399 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
23400 <row>
23401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 見出し
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 <row>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 12.6
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 </row>
23422 <row>
23423 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 0.68
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 </row>
23433 <row>
23434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 -123.0
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 </row>
23444 </lyxtabular>
23445
23446 \end_inset
23447
23448
23449 \end_layout
23450
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \begin_layout Standard
23457 \begin_inset Float table
23458 placement h
23459 alignment document
23460 wide false
23461 sideways false
23462 status open
23463
23464 \begin_layout Plain Layout
23465 \begin_inset Caption Standard
23466
23467 \begin_layout Plain Layout
23468 \begin_inset CommandInset label
23469 LatexCommand label
23470 name "tab:演算子揃え表"
23471
23472 \end_inset
23473
23474 一列が演算子で揃えられた表セル
23475 \end_layout
23476
23477 \end_inset
23478
23479
23480 \end_layout
23481
23482 \begin_layout Plain Layout
23483 \align center
23484 \begin_inset Tabular
23485 <lyxtabular version="3" rows="4" columns="2">
23486 <features booktabs="true" tabularvalignment="middle">
23487 <column alignment="right" valignment="top" width="0pt">
23488 <column alignment="left" valignment="top" width="0pt" special="@{}l">
23489 <row>
23490 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 見出し
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 </row>
23509 <row>
23510 <cell alignment="center" valignment="top" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 \begin_inset Formula $12\,+$
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 \begin_inset Formula $\,6$
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 </row>
23535 <row>
23536 <cell alignment="center" valignment="top" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540 \begin_inset Formula $0\,-$
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 \begin_inset Formula $\,68$
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566 \begin_inset Formula $-123\,/$
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\,0$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 </lyxtabular>
23588
23589 \end_inset
23590
23591
23592 \end_layout
23593
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \begin_layout Standard
23600 揃え文字を指定するフィールドには,
23601 数式を用いることができないので,
23602 この方法を使って,
23603 数式中の文字で揃えることはできません.このような場合には,
23604
23605 \begin_inset CommandInset ref
23606 LatexCommand ref
23607 reference "tab:演算子揃え表"
23608 nolink "false"
23609
23610 \end_inset
23611
23612 のような方法を用いる必要があります.この表は,
23613 4
23614 \begin_inset Formula $\times$
23615 \end_inset
23616
23617 2表として作成されており,
23618 見出しは中央揃え連結列です.第1列には,
23619 右揃えで演算子を含む前半部を収め,
23620 第2列には,
23621 左揃えで残りを収めます.演算子の周りに通常加えられる空白を得るために,
23622 第2列の各セルの冒頭には,
23623 小空白が加えられています.通常,
23624 表の列間に加えられる余白を削るために,
23625
23626 \end_layout
23627
23628 \begin_layout Standard
23629
23630 \series bold
23631 @{}l
23632 \end_layout
23633
23634 \begin_layout Standard
23635 という\SpecialChar LaTeX
23636 引数を第2列に指定します.
23637 \end_layout
23638
23639 \begin_layout Standard
23640
23641 \begin_inset CommandInset ref
23642 LatexCommand ref
23643 reference "tab:表セル揃え"
23644 nolink "false"
23645
23646 \end_inset
23647
23648 は,
23649 揃え方の例をいくつか示しています.関係子で揃えるために,
23650
23651 \begin_inset CommandInset ref
23652 LatexCommand ref
23653 reference "tab:演算子揃え表"
23654 nolink "false"
23655
23656 \end_inset
23657
23658 の冒頭には,
23659 小空白が加えられています.
23660 \end_layout
23661
23662 \begin_layout Standard
23663 \begin_inset Float table
23664 placement document
23665 alignment document
23666 wide false
23667 sideways false
23668 status open
23669
23670 \begin_layout Plain Layout
23671 \begin_inset Caption Standard
23672
23673 \begin_layout Plain Layout
23674 \begin_inset CommandInset label
23675 LatexCommand label
23676 name "tab:表セル揃え"
23677
23678 \end_inset
23679
23680 表セルの揃えの例
23681 \end_layout
23682
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \begin_layout Plain Layout
23689 \align center
23690 \begin_inset Tabular
23691 <lyxtabular version="3" rows="4" columns="6">
23692 <features tabularvalignment="middle">
23693 <column alignment="right" valignment="top">
23694 <column alignment="left" valignment="top" special="@{}l">
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 <row>
23700 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 単位
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722 冪数
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740 関係子
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 </row>
23755 <row>
23756 <cell alignment="center" valignment="top" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 12
23761 \begin_inset Formula $\times$
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 24本の瓶
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 <cell alignment="center" valignment="top" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782 \begin_inset Formula $10\cdot$
23783 \end_inset
23784
23785
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 \begin_inset Formula $10^{\mbox{-}17}$
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806 \begin_inset Formula $\Gamma(t)\propto$
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 <cell alignment="center" valignment="top" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818 \begin_inset Formula $\:\Upsilon(t)$
23819 \end_inset
23820
23821
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 </row>
23827 <row>
23828 <cell alignment="center" valignment="top" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832 1024
23833 \begin_inset Formula $\times$
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845 768ピクセル
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 \begin_inset Formula $5.78\cdot$
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 \begin_inset Formula $10^{7}$
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 <cell alignment="center" valignment="top" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878 \begin_inset Formula $A\ne$
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 <cell alignment="center" valignment="top" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890 \begin_inset Formula $\:B_{\mathrm{red}}$
23891 \end_inset
23892
23893
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 </row>
23899 <row>
23900 <cell alignment="center" valignment="top" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 32
23905 \begin_inset Formula $\times$
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917 6
23918 \begin_inset space \thinspace{}
23919 \end_inset
23920
23921 cm
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 -
23931 \begin_inset Formula $33.5\cdot$
23932 \end_inset
23933
23934
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 \begin_inset Formula $10^{4}$
23944 \end_inset
23945
23946
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 \begin_inset Formula $\sin(\alpha)\ge$
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 <cell alignment="center" valignment="top" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967 \begin_inset Formula $\:\sin(\beta)$
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 </row>
23976 </lyxtabular>
23977
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \begin_layout Subsection
23989 自製のセル書式および列書式
23990 \begin_inset CommandInset label
23991 LatexCommand label
23992 name "subsec:自製書式"
23993
23994 \end_inset
23995
23996
23997 \begin_inset Index idx
23998 range none
23999 pageformat default
24000 status collapsed
24001
24002 \begin_layout Plain Layout
24003 \begin_inset IndexMacro sortkey
24004 status open
24005
24006 \begin_layout Plain Layout
24007 ひようのちようせい
24008 \end_layout
24009
24010 \end_inset
24011
24012 表の調整
24013 \begin_inset IndexMacro subentry
24014 status open
24015
24016 \begin_layout Plain Layout
24017 \begin_inset IndexMacro sortkey
24018 status open
24019
24020 \begin_layout Plain Layout
24021 せるとれつのしよしき
24022 \end_layout
24023
24024 \end_inset
24025
24026 セルと列の書式
24027 \end_layout
24028
24029 \end_inset
24030
24031
24032 \end_layout
24033
24034 \end_inset
24035
24036
24037 \end_layout
24038
24039 \begin_layout Standard
24040
24041 \begin_inset CommandInset ref
24042 LatexCommand ref
24043 reference "sec:表幅の計算"
24044 nolink "false"
24045
24046 \end_inset
24047
24048 節のようにして通常列の必要幅を計算したり,
24049
24050 \begin_inset CommandInset ref
24051 LatexCommand ref
24052 reference "subsec:連結列の計算"
24053 nolink "false"
24054
24055 \end_inset
24056
24057 節のように連結列の必要幅を計算したりするのは,
24058 計算の必要な表が複数あるときには,
24059 とても大変です.そこで楽をするために,
24060 プリアンブルでセル・列書式を定義してしまえば,
24061 それを文書中のすべての表で使うことができます.書式は,
24062 以下のように定義します.
24063 \end_layout
24064
24065 \begin_layout Standard
24066
24067 \series bold
24068
24069 \backslash
24070 newcolumntype{書式名}[引数の数]{コマンド}
24071 \end_layout
24072
24073 \begin_layout Standard
24074 書式名は,
24075 一文字だけでも構いません.
24076 \emph on
24077 b
24078 \emph default
24079
24080 \emph on
24081 c
24082 \emph default
24083
24084 \emph on
24085 l
24086 \emph default
24087
24088 \emph on
24089 m
24090 \emph default
24091
24092 \emph on
24093 p
24094 \emph default
24095
24096 \emph on
24097 r
24098 \emph default
24099 の文字は定義済みですので使用することができませんが,
24100 これらの文字の大文字は使用可能です.
24101 \end_layout
24102
24103 \begin_layout Standard
24104 \begin_inset VSpace medskip
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \begin_layout Standard
24111 固定幅の縦横中央揃えの連結列セルの場合は,
24112 以下のセル書式を定義するとよいでしょう.
24113 \end_layout
24114
24115 \begin_layout Standard
24116
24117 \series bold
24118
24119 \backslash
24120 newcolumntype{M}[1]{>{
24121 \backslash
24122 centering
24123 \backslash
24124 hspace{0pt}}m{#1}}
24125 \end_layout
24126
24127 \begin_layout Standard
24128 ここで
24129 \series bold
24130
24131 \backslash
24132 hspace{0pt}
24133 \series default
24134 は,
24135
24136 \begin_inset CommandInset ref
24137 LatexCommand ref
24138 reference "subsec:複数行"
24139 nolink "false"
24140
24141 \end_inset
24142
24143 節で述べたように,
24144 最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,
24145 表ダイアログの
24146 \family sans
24147 \SpecialChar LaTeX
24148 の引数
24149 \family default
24150
24151 \end_layout
24152
24153 \begin_layout Standard
24154
24155 \series bold
24156 M{width}
24157 \end_layout
24158
24159 \begin_layout Standard
24160 と入力するだけですみます.
24161 \end_layout
24162
24163 \begin_layout Standard
24164 \begin_inset VSpace bigskip
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \begin_layout Standard
24171 連結列セルにまたがられる各セルについては,
24172 以下の書式を定義するとよいでしょう.
24173 \end_layout
24174
24175 \begin_layout Standard
24176
24177 \series bold
24178
24179 \backslash
24180 newcolumntype{S}[2]{>{
24181 \backslash
24182 centering
24183 \backslash
24184 hspace{0pt}}
24185 \begin_inset Newline newline
24186 \end_inset
24187
24188
24189 \begin_inset Phantom HPhantom
24190 status open
24191
24192 \begin_layout Plain Layout
24193
24194 \series bold
24195
24196 \backslash
24197 newcolumntype
24198 \end_layout
24199
24200 \end_inset
24201
24202 m{(#1+(2
24203 \backslash
24204 tabcolsep+
24205 \backslash
24206 arrayrulewidth)*(1-#2))/#2}}
24207 \end_layout
24208
24209 \begin_layout Standard
24210 この書式は,
24211 またがられる各セルが同じ幅になる幅を計算するのに,
24212
24213 \begin_inset CommandInset ref
24214 LatexCommand eqref
24215 reference "eq:Wgn"
24216 nolink "false"
24217
24218 \end_inset
24219
24220 式を使用しています.
24221 \end_layout
24222
24223 \begin_layout Standard
24224 こうしておけば,
24225 当該セルの\SpecialChar LaTeX
24226 引数に
24227 \end_layout
24228
24229 \begin_layout Standard
24230
24231 \series bold
24232 S{連結列セルの幅}{連結列セルがまたがる列の数}
24233 \end_layout
24234
24235 \begin_layout Standard
24236 と入力するだけですみます.
24237 \end_layout
24238
24239 \begin_layout Standard
24240 \begin_inset VSpace bigskip
24241 \end_inset
24242
24243
24244 \end_layout
24245
24246 \begin_layout Standard
24247 色付き列については,
24248 以下のように定義するとよいでしょう.
24249 \end_layout
24250
24251 \begin_layout Standard
24252
24253 \series bold
24254
24255 \backslash
24256 newcolumntype{K}[1]{>{
24257 \backslash
24258 columncolor{#1}
24259 \backslash
24260 hspace{0pt}}c}
24261 \end_layout
24262
24263 \begin_layout Standard
24264 最後の「c」は,
24265 文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,
24266 \SpecialChar LaTeX
24267 引数に
24268 \end_layout
24269
24270 \begin_layout Standard
24271
24272 \series bold
24273 K{色名}
24274 \end_layout
24275
24276 \begin_layout Standard
24277 と入力します.
24278 \end_layout
24279
24280 \begin_layout Standard
24281 \begin_inset VSpace bigskip
24282 \end_inset
24283
24284
24285 \end_layout
24286
24287 \begin_layout Standard
24288
24289 \begin_inset CommandInset ref
24290 LatexCommand ref
24291 reference "tab:ユーザー定義の表書式"
24292 nolink "false"
24293
24294 \end_inset
24295
24296 を生成するには,
24297 第1列と連結列に\SpecialChar LaTeX
24298 引数として
24299 \end_layout
24300
24301 \begin_layout Standard
24302
24303 \series bold
24304 M{2.5cm}
24305 \end_layout
24306
24307 \begin_layout Standard
24308 を指定し,
24309 最終列に
24310 \end_layout
24311
24312 \begin_layout Standard
24313
24314 \series bold
24315 K{red}
24316 \end_layout
24317
24318 \begin_layout Standard
24319 そして第2列の各セルに
24320 \end_layout
24321
24322 \begin_layout Standard
24323
24324 \series bold
24325 S{2.5cm}{2}
24326 \end_layout
24327
24328 \begin_layout Standard
24329 と指定します.
24330 \end_layout
24331
24332 \begin_layout Standard
24333 \begin_inset Float table
24334 placement h
24335 alignment document
24336 wide false
24337 sideways false
24338 status open
24339
24340 \begin_layout Plain Layout
24341 \begin_inset Caption Standard
24342
24343 \begin_layout Plain Layout
24344 \begin_inset CommandInset label
24345 LatexCommand label
24346 name "tab:ユーザー定義の表書式"
24347
24348 \end_inset
24349
24350 ユーザー定義の表書式を使用した表
24351 \end_layout
24352
24353 \end_inset
24354
24355
24356 \end_layout
24357
24358 \begin_layout Plain Layout
24359 \align center
24360 \begin_inset Tabular
24361 <lyxtabular version="3" rows="3" columns="4">
24362 <features tabularvalignment="middle">
24363 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
24364 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
24365 <column alignment="center" valignment="middle">
24366 <column alignment="center" valignment="middle" special="K{red}">
24367 <row>
24368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24369 \begin_inset Text
24370
24371 \begin_layout Plain Layout
24372 とても長い表セル中の単語
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381 複数行の連結列
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 </row>
24405 <row>
24406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 </row>
24443 <row>
24444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457
24458 \end_layout
24459
24460 \end_inset
24461 </cell>
24462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24463 \begin_inset Text
24464
24465 \begin_layout Plain Layout
24466
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 </row>
24481 </lyxtabular>
24482
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \end_inset
24489
24490
24491 \end_layout
24492
24493 \begin_layout Subsection
24494 罫線幅
24495 \begin_inset CommandInset label
24496 LatexCommand label
24497 name "subsec:罫線幅"
24498
24499 \end_inset
24500
24501
24502 \begin_inset Index idx
24503 range none
24504 pageformat default
24505 status collapsed
24506
24507 \begin_layout Plain Layout
24508 \begin_inset IndexMacro sortkey
24509 status open
24510
24511 \begin_layout Plain Layout
24512 ひようのちようせい
24513 \end_layout
24514
24515 \end_inset
24516
24517 表の調整
24518 \begin_inset IndexMacro subentry
24519 status open
24520
24521 \begin_layout Plain Layout
24522 \begin_inset IndexMacro sortkey
24523 status open
24524
24525 \begin_layout Plain Layout
24526 けいせんはは
24527 \end_layout
24528
24529 \end_inset
24530
24531 罫線幅
24532 \end_layout
24533
24534 \end_inset
24535
24536
24537 \end_layout
24538
24539 \end_inset
24540
24541
24542 \end_layout
24543
24544 \begin_layout Standard
24545 表中のすべての罫線の罫線幅を調整するには,
24546 長さ
24547 \series bold
24548
24549 \backslash
24550 arrayrulewidth
24551 \series default
24552 を使用します.たとえば,
24553
24554 \begin_inset CommandInset ref
24555 LatexCommand ref
24556 reference "tab:Table-with-1.5"
24557 nolink "false"
24558
24559 \end_inset
24560
24561 のように罫線幅を1.5
24562 \begin_inset space \thinspace{}
24563 \end_inset
24564
24565 ptにするには,
24566 表や表フロートの前に\SpecialChar TeX
24567 コードで
24568 \end_layout
24569
24570 \begin_layout Standard
24571
24572 \series bold
24573
24574 \backslash
24575 setlength{
24576 \backslash
24577 arrayrulewidth}{1.5pt}
24578 \end_layout
24579
24580 \begin_layout Standard
24581 というコマンドを挿入します.こうして変更した罫線幅は,
24582 これ以降のすべての表に適用されます.ふたたび既定値を使用するには,
24583 表か表フロートの前に\SpecialChar TeX
24584 コードで
24585 \series bold
24586
24587 \backslash
24588 arrayrulewidth
24589 \series default
24590 を0.4
24591 \begin_inset space \thinspace{}
24592 \end_inset
24593
24594 ptに設定してください.
24595 \end_layout
24596
24597 \begin_layout Standard
24598 \begin_inset ERT
24599 status collapsed
24600
24601 \begin_layout Plain Layout
24602
24603
24604 \backslash
24605 setlength{
24606 \backslash
24607 arrayrulewidth}{1.5pt}
24608 \end_layout
24609
24610 \end_inset
24611
24612
24613 \begin_inset Float table
24614 placement document
24615 alignment document
24616 wide false
24617 sideways false
24618 status open
24619
24620 \begin_layout Plain Layout
24621 \begin_inset Caption Standard
24622
24623 \begin_layout Plain Layout
24624 \begin_inset CommandInset label
24625 LatexCommand label
24626 name "tab:Table-with-1.5"
24627
24628 \end_inset
24629
24630 1.5
24631 \begin_inset space \thinspace{}
24632 \end_inset
24633
24634 pt幅罫線の表
24635 \end_layout
24636
24637 \end_inset
24638
24639
24640 \end_layout
24641
24642 \begin_layout Plain Layout
24643 \align center
24644 \begin_inset Tabular
24645 <lyxtabular version="3" rows="3" columns="3">
24646 <features tabularvalignment="middle">
24647 <column alignment="center" valignment="top">
24648 <column alignment="center" valignment="top">
24649 <column alignment="center" valignment="top">
24650 <row>
24651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655 sd
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 </row>
24679 <row>
24680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693 sd
24694 \end_layout
24695
24696 \end_inset
24697 </cell>
24698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24699 \begin_inset Text
24700
24701 \begin_layout Plain Layout
24702
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 </row>
24708 <row>
24709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731 sd
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 </row>
24737 </lyxtabular>
24738
24739 \end_inset
24740
24741
24742 \end_layout
24743
24744 \end_inset
24745
24746
24747 \begin_inset ERT
24748 status collapsed
24749
24750 \begin_layout Plain Layout
24751
24752
24753 \backslash
24754 setlength{
24755 \backslash
24756 arrayrulewidth}{0.4pt}
24757 \end_layout
24758
24759 \end_inset
24760
24761
24762 \end_layout
24763
24764 \begin_layout Standard
24765 \begin_inset VSpace bigskip
24766 \end_inset
24767
24768
24769 \begin_inset CommandInset ref
24770 LatexCommand ref
24771 reference "tab:1.5pt幅横罫"
24772 nolink "false"
24773
24774 \end_inset
24775
24776 のように横罫だけを1.5
24777 \begin_inset space \thinspace{}
24778 \end_inset
24779
24780 pt幅にするには,
24781 表または表フロートの前に\SpecialChar TeX
24782 コードとして以下のコマンドを挿入してください.
24783 \end_layout
24784
24785 \begin_layout Standard
24786
24787 \series bold
24788
24789 \backslash
24790 let
24791 \backslash
24792 myHline
24793 \backslash
24794 hline
24795 \begin_inset Newline newline
24796 \end_inset
24797
24798
24799 \backslash
24800 renewcommand{
24801 \backslash
24802 hline}
24803 \begin_inset Newline newline
24804 \end_inset
24805
24806  {
24807 \backslash
24808 noalign{
24809 \backslash
24810 global
24811 \backslash
24812 arrayrulewidth 1.5pt}
24813 \begin_inset Newline newline
24814 \end_inset
24815
24816  
24817 \backslash
24818 myHline
24819 \backslash
24820 noalign{
24821 \backslash
24822 global
24823 \backslash
24824 arrayrulewidth 0.4pt}}
24825 \end_layout
24826
24827 \begin_layout Standard
24828 既定幅に戻すには,
24829 表または表フロートの後に\SpecialChar TeX
24830 コードとして以下のコマンドを挿入します.
24831 \end_layout
24832
24833 \begin_layout Standard
24834
24835 \series bold
24836
24837 \backslash
24838 renewcommand{
24839 \backslash
24840 hline}{
24841 \backslash
24842 myHline}
24843 \end_layout
24844
24845 \begin_layout Standard
24846 \begin_inset ERT
24847 status collapsed
24848
24849 \begin_layout Plain Layout
24850
24851
24852 \backslash
24853 let
24854 \backslash
24855 myHline
24856 \backslash
24857 hline
24858 \end_layout
24859
24860 \begin_layout Plain Layout
24861
24862
24863 \backslash
24864 renewcommand{
24865 \backslash
24866 hline}
24867 \end_layout
24868
24869 \begin_layout Plain Layout
24870
24871  {
24872 \backslash
24873 noalign{
24874 \backslash
24875 global
24876 \backslash
24877 arrayrulewidth 1.5pt}
24878 \end_layout
24879
24880 \begin_layout Plain Layout
24881
24882   
24883 \backslash
24884 myHline
24885 \backslash
24886 noalign{
24887 \backslash
24888 global
24889 \backslash
24890 arrayrulewidth 0.4pt}}
24891 \end_layout
24892
24893 \end_inset
24894
24895
24896 \begin_inset Float table
24897 placement document
24898 alignment document
24899 wide false
24900 sideways false
24901 status open
24902
24903 \begin_layout Plain Layout
24904 \begin_inset Caption Standard
24905
24906 \begin_layout Plain Layout
24907 \begin_inset CommandInset label
24908 LatexCommand label
24909 name "tab:1.5pt幅横罫"
24910
24911 \end_inset
24912
24913 1.5
24914 \begin_inset space \thinspace{}
24915 \end_inset
24916
24917 pt幅横罫の表
24918 \end_layout
24919
24920 \end_inset
24921
24922
24923 \end_layout
24924
24925 \begin_layout Plain Layout
24926 \align center
24927 \begin_inset Tabular
24928 <lyxtabular version="3" rows="3" columns="3">
24929 <features tabularvalignment="middle">
24930 <column alignment="center" valignment="top">
24931 <column alignment="center" valignment="top">
24932 <column alignment="center" valignment="top">
24933 <row>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 sd
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 </row>
24962 <row>
24963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976 sd
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 </row>
24991 <row>
24992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25002 \begin_inset Text
25003
25004 \begin_layout Plain Layout
25005
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25011 \begin_inset Text
25012
25013 \begin_layout Plain Layout
25014 sd
25015 \end_layout
25016
25017 \end_inset
25018 </cell>
25019 </row>
25020 </lyxtabular>
25021
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \end_inset
25028
25029
25030 \begin_inset ERT
25031 status collapsed
25032
25033 \begin_layout Plain Layout
25034
25035
25036 \backslash
25037 renewcommand{
25038 \backslash
25039 hline}{
25040 \backslash
25041 myHline}
25042 \end_layout
25043
25044 \end_inset
25045
25046
25047 \end_layout
25048
25049 \begin_layout Standard
25050 \begin_inset VSpace bigskip
25051 \end_inset
25052
25053 縦罫だけを1.5
25054 \begin_inset space \thinspace{}
25055 \end_inset
25056
25057 pt幅にするには,
25058
25059 \begin_inset CommandInset ref
25060 LatexCommand ref
25061 reference "subsec:自製書式"
25062 nolink "false"
25063
25064 \end_inset
25065
25066 節の説明にしたがって,
25067 文書プリアンブルに以下のような列書式を作成してください.
25068 \end_layout
25069
25070 \begin_layout Standard
25071
25072 \series bold
25073
25074 \backslash
25075 newcolumntype{V}{!{
25076 \backslash
25077 vrule width 1.5pt}}
25078 \end_layout
25079
25080 \begin_layout Standard
25081
25082 \begin_inset CommandInset ref
25083 LatexCommand ref
25084 reference "tab:1.5pt幅縦罫"
25085 nolink "false"
25086
25087 \end_inset
25088
25089 を作るには,
25090 最右列に\SpecialChar LaTeX
25091 引数
25092 \end_layout
25093
25094 \begin_layout Standard
25095
25096 \series bold
25097 VcV
25098 \end_layout
25099
25100 \begin_layout Standard
25101 を指定し,
25102 他の列には
25103 \end_layout
25104
25105 \begin_layout Standard
25106
25107 \series bold
25108 Vc
25109 \end_layout
25110
25111 \begin_layout Standard
25112 を指定します.
25113 \end_layout
25114
25115 \begin_layout Standard
25116 \begin_inset Float table
25117 placement document
25118 alignment document
25119 wide false
25120 sideways false
25121 status open
25122
25123 \begin_layout Plain Layout
25124 \begin_inset Caption Standard
25125
25126 \begin_layout Plain Layout
25127 \begin_inset CommandInset label
25128 LatexCommand label
25129 name "tab:1.5pt幅縦罫"
25130
25131 \end_inset
25132
25133 1.5
25134 \begin_inset space \thinspace{}
25135 \end_inset
25136
25137 pt幅縦罫の表
25138 \end_layout
25139
25140 \end_inset
25141
25142
25143 \end_layout
25144
25145 \begin_layout Plain Layout
25146 \align center
25147 \begin_inset Tabular
25148 <lyxtabular version="3" rows="3" columns="3">
25149 <features tabularvalignment="middle">
25150 <column alignment="center" valignment="top" special="Vc">
25151 <column alignment="center" valignment="top" special="Vc">
25152 <column alignment="center" valignment="top" special="VcV">
25153 <row>
25154 <cell alignment="center" valignment="top" topline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158 sd
25159 \end_layout
25160
25161 \end_inset
25162 </cell>
25163 <cell alignment="center" valignment="top" topline="true" usebox="none">
25164 \begin_inset Text
25165
25166 \begin_layout Plain Layout
25167
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" topline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 </row>
25182 <row>
25183 <cell alignment="center" valignment="top" topline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 <cell alignment="center" valignment="top" topline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Plain Layout
25196 sd
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 </row>
25211 <row>
25212 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25213 \begin_inset Text
25214
25215 \begin_layout Plain Layout
25216
25217 \end_layout
25218
25219 \end_inset
25220 </cell>
25221 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225
25226 \end_layout
25227
25228 \end_inset
25229 </cell>
25230 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234 sd
25235 \end_layout
25236
25237 \end_inset
25238 </cell>
25239 </row>
25240 </lyxtabular>
25241
25242 \end_inset
25243
25244
25245 \end_layout
25246
25247 \end_inset
25248
25249
25250 \end_layout
25251
25252 \begin_layout Subsection
25253 点罫
25254 \begin_inset Index idx
25255 range none
25256 pageformat default
25257 status collapsed
25258
25259 \begin_layout Plain Layout
25260 \begin_inset IndexMacro sortkey
25261 status open
25262
25263 \begin_layout Plain Layout
25264 ひようのちようせい
25265 \end_layout
25266
25267 \end_inset
25268
25269 表の調整
25270 \begin_inset IndexMacro subentry
25271 status open
25272
25273 \begin_layout Plain Layout
25274 \begin_inset IndexMacro sortkey
25275 status open
25276
25277 \begin_layout Plain Layout
25278 てんけい
25279 \end_layout
25280
25281 \end_inset
25282
25283 点罫
25284 \end_layout
25285
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \begin_layout Standard
25297 \begin_inset ERT
25298 status collapsed
25299
25300 \begin_layout Plain Layout
25301
25302
25303 \backslash
25304 ifarydshln
25305 \end_layout
25306
25307 \end_inset
25308
25309
25310 \begin_inset Note Note
25311 status open
25312
25313 \begin_layout Plain Layout
25314 この節は,
25315 \SpecialChar LaTeX
25316 パッケージ
25317 \series bold
25318 arydshln
25319 \series default
25320 が導入済みの時のみ表示されます.
25321 \end_layout
25322
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Standard
25329 \begin_inset Float table
25330 placement H
25331 alignment document
25332 wide false
25333 sideways false
25334 status open
25335
25336 \begin_layout Plain Layout
25337 \begin_inset Caption Standard
25338
25339 \begin_layout Plain Layout
25340 \begin_inset CommandInset label
25341 LatexCommand label
25342 name "tab:点罫表"
25343
25344 \end_inset
25345
25346 点罫を使用した表
25347 \end_layout
25348
25349 \end_inset
25350
25351
25352 \end_layout
25353
25354 \begin_layout Plain Layout
25355 \align center
25356 \begin_inset Tabular
25357 <lyxtabular version="3" rows="5" columns="5">
25358 <features tabularvalignment="middle">
25359 <column alignment="center" valignment="top">
25360 <column alignment="center" valignment="top">
25361 <column alignment="center" valignment="top" special=":c">
25362 <column alignment="center" valignment="top">
25363 <column alignment="center" valignment="top">
25364 <row>
25365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25366 \begin_inset Text
25367
25368 \begin_layout Plain Layout
25369
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25384 \begin_inset Text
25385
25386 \begin_layout Plain Layout
25387
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25393 \begin_inset Text
25394
25395 \begin_layout Plain Layout
25396
25397 \end_layout
25398
25399 \end_inset
25400 </cell>
25401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25402 \begin_inset Text
25403
25404 \begin_layout Plain Layout
25405
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 </row>
25411 <row>
25412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Plain Layout
25416
25417 \end_layout
25418
25419 \end_inset
25420 </cell>
25421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Plain Layout
25425
25426 \end_layout
25427
25428 \end_inset
25429 </cell>
25430 <cell alignment="center" valignment="top" topline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Plain Layout
25434
25435 \end_layout
25436
25437 \end_inset
25438 </cell>
25439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Plain Layout
25443
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 </row>
25458 <row>
25459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Plain Layout
25463 \begin_inset ERT
25464 status collapsed
25465
25466 \begin_layout Plain Layout
25467
25468
25469 \backslash
25470 hdashline 
25471 \end_layout
25472
25473 \end_inset
25474
25475
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25481 \begin_inset Text
25482
25483 \begin_layout Plain Layout
25484
25485 \end_layout
25486
25487 \end_inset
25488 </cell>
25489 <cell alignment="center" valignment="top" usebox="none">
25490 \begin_inset Text
25491
25492 \begin_layout Plain Layout
25493
25494 \end_layout
25495
25496 \end_inset
25497 </cell>
25498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25499 \begin_inset Text
25500
25501 \begin_layout Plain Layout
25502
25503 \end_layout
25504
25505 \end_inset
25506 </cell>
25507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511
25512 \end_layout
25513
25514 \end_inset
25515 </cell>
25516 </row>
25517 <row>
25518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522 \begin_inset ERT
25523 status collapsed
25524
25525 \begin_layout Plain Layout
25526
25527
25528 \backslash
25529 cdashline{4-5}
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561
25562 \end_layout
25563
25564 \end_inset
25565 </cell>
25566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25567 \begin_inset Text
25568
25569 \begin_layout Plain Layout
25570
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 </row>
25576 <row>
25577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25578 \begin_inset Text
25579
25580 \begin_layout Plain Layout
25581
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Plain Layout
25590
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Plain Layout
25617
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 </row>
25623 </lyxtabular>
25624
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \begin_layout Standard
25636 \SpecialChar LyX
25637 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
25638 コードを使用する必要があります.必須要件として,
25639 文書プリアンブル中に
25640 \end_layout
25641
25642 \begin_layout Standard
25643
25644 \series bold
25645
25646 \backslash
25647 usepackage{arydshln}
25648 \end_layout
25649
25650 \begin_layout Standard
25651 というコマンドを書き,
25652 \SpecialChar LaTeX
25653 パッケージの
25654 \series bold
25655 arydshln
25656 \series default
25657
25658 \begin_inset Index idx
25659 range none
25660 pageformat default
25661 status collapsed
25662
25663 \begin_layout Plain Layout
25664 \begin_inset IndexMacro sortkey
25665 status open
25666
25667 \begin_layout Plain Layout
25668 LaTeXはつけし
25669 \end_layout
25670
25671 \end_inset
25672
25673 \SpecialChar LaTeX
25674 パッケージ
25675 \begin_inset IndexMacro subentry
25676 status open
25677
25678 \begin_layout Plain Layout
25679 arydshln
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \end_inset
25688
25689 を読み込んでおく必要があります.縦罫を点罫にするには,
25690 表セルダイアログの\SpecialChar LaTeX
25691 変数として,
25692 水平揃え用の文字とともにコロン「:」を入力してください.
25693 \end_layout
25694
25695 \begin_layout Standard
25696 横点罫を得るには,
25697 表中当該行の最初のセルの冒頭に,
25698 \SpecialChar TeX
25699 コードで
25700 \end_layout
25701
25702 \begin_layout Standard
25703
25704 \series bold
25705
25706 \backslash
25707 hdashline
25708 \end_layout
25709
25710 \begin_layout Standard
25711 というコマンドを加えてください.
25712 \end_layout
25713
25714 \begin_layout Standard
25715 連結列に点罫を書くには,
25716 表中当該行の最初のセルの冒頭に,
25717 \SpecialChar TeX
25718 コードで
25719 \end_layout
25720
25721 \begin_layout Standard
25722
25723 \series bold
25724
25725 \backslash
25726 cdashline{列番号
25727 \series default
25728 }
25729 \end_layout
25730
25731 \begin_layout Standard
25732 なるコマンドを使用してください.たとえば,
25733 第2列から第4列にわたる連結列があって,
25734 その上に点罫が欲しい場合には,
25735 連結列のある行の最初のセルの冒頭に
25736 \end_layout
25737
25738 \begin_layout Standard
25739
25740 \series bold
25741
25742 \backslash
25743 cdashline{2-4}
25744 \end_layout
25745
25746 \begin_layout Standard
25747 なるコマンドを置いてください.
25748 \end_layout
25749
25750 \begin_layout Standard
25751 \begin_inset VSpace bigskip
25752 \end_inset
25753
25754
25755 \end_layout
25756
25757 \begin_layout Standard
25758
25759 \begin_inset CommandInset ref
25760 LatexCommand ref
25761 reference "tab:点罫表"
25762 nolink "false"
25763
25764 \end_inset
25765
25766 は,
25767 第3列の\SpecialChar LaTeX
25768 変数に「:c」を指定して作られています.第3行の最初のセルには,
25769 \SpecialChar TeX
25770 コードのコマンド
25771 \series bold
25772
25773 \backslash
25774 hdashline
25775 \series default
25776 が挿れられており,
25777 第4行の最初のセルには,
25778 \SpecialChar TeX
25779 コードのコマンド
25780 \begin_inset Newline newline
25781 \end_inset
25782
25783  
25784 \series bold
25785
25786 \backslash
25787 cdashline{4-5}
25788 \series default
25789 が挿れられています.
25790 \end_layout
25791
25792 \begin_layout Standard
25793 \begin_inset VSpace bigskip
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Standard
25800 点罫を持つ表も,
25801
25802 \begin_inset CommandInset ref
25803 LatexCommand ref
25804 reference "tab:Colored-table-with"
25805 nolink "false"
25806
25807 \end_inset
25808
25809 のように色付けをすることができます.
25810 \end_layout
25811
25812 \begin_layout Standard
25813 \begin_inset ERT
25814 status collapsed
25815
25816 \begin_layout Plain Layout
25817
25818
25819 \backslash
25820 setlength{
25821 \backslash
25822 arrayrulewidth}{1pt}
25823 \end_layout
25824
25825 \end_inset
25826
25827
25828 \begin_inset Note Note
25829 status collapsed
25830
25831 \begin_layout Plain Layout
25832 罫線色が見易いように線を太く
25833 \end_layout
25834
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \begin_layout Standard
25841 \begin_inset ERT
25842 status collapsed
25843
25844 \begin_layout Plain Layout
25845
25846
25847 \backslash
25848 dashgapcolor{green}
25849 \end_layout
25850
25851 \end_inset
25852
25853
25854 \begin_inset Note Note
25855 status collapsed
25856
25857 \begin_layout Plain Layout
25858 緑点罫の間の色付き余白
25859 \end_layout
25860
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \begin_layout Standard
25867 \begin_inset ERT
25868 status collapsed
25869
25870 \begin_layout Plain Layout
25871
25872
25873 \backslash
25874 let
25875 \backslash
25876 myHdashline
25877 \backslash
25878 hdashline
25879 \end_layout
25880
25881 \begin_layout Plain Layout
25882
25883
25884 \backslash
25885 renewcommand{
25886 \backslash
25887 hdashline}
25888 \end_layout
25889
25890 \begin_layout Plain Layout
25891
25892  {
25893 \backslash
25894 arrayrulecolor{red}
25895 \backslash
25896 myHdashline
25897 \backslash
25898 arrayrulecolor{black}}
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \begin_inset Note Note
25905 status collapsed
25906
25907 \begin_layout Plain Layout
25908 色付き水平線・点罫赤
25909 \end_layout
25910
25911 \end_inset
25912
25913
25914 \end_layout
25915
25916 \begin_layout Standard
25917 \begin_inset ERT
25918 status collapsed
25919
25920 \begin_layout Plain Layout
25921
25922
25923 \backslash
25924 let
25925 \backslash
25926 myCdashline
25927 \backslash
25928 cdashline
25929 \end_layout
25930
25931 \begin_layout Plain Layout
25932
25933
25934 \backslash
25935 renewcommand{
25936 \backslash
25937 cdashline}[1]
25938 \end_layout
25939
25940 \begin_layout Plain Layout
25941
25942  {
25943 \backslash
25944 arrayrulecolor{yellow}
25945 \backslash
25946 myCdashline{#1}
25947 \backslash
25948 arrayrulecolor{black}}
25949 \end_layout
25950
25951 \end_inset
25952
25953
25954 \begin_inset Note Note
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958 色付き部分水平線・点罫黄色
25959 \end_layout
25960
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \begin_layout Standard
25967 \begin_inset Float table
25968 placement h
25969 alignment document
25970 wide false
25971 sideways false
25972 status open
25973
25974 \begin_layout Plain Layout
25975 \begin_inset Caption Standard
25976
25977 \begin_layout Plain Layout
25978 \begin_inset CommandInset label
25979 LatexCommand label
25980 name "tab:Colored-table-with"
25981
25982 \end_inset
25983
25984 点罫線の色付き表
25985 \end_layout
25986
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \begin_layout Plain Layout
25993 \align center
25994 \begin_inset Tabular
25995 <lyxtabular version="3" rows="5" columns="5">
25996 <features tabularvalignment="middle">
25997 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
25998 <column alignment="center" valignment="top" width="0pt">
25999 <column alignment="center" valignment="top" width="0pt" special=":c">
26000 <column alignment="center" valignment="top">
26001 <column alignment="center" valignment="top">
26002 <row>
26003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007
26008 \end_layout
26009
26010 \end_inset
26011 </cell>
26012 <cell alignment="center" valignment="top" topline="true" usebox="none">
26013 \begin_inset Text
26014
26015 \begin_layout Plain Layout
26016
26017 \end_layout
26018
26019 \end_inset
26020 </cell>
26021 <cell alignment="center" valignment="top" topline="true" usebox="none">
26022 \begin_inset Text
26023
26024 \begin_layout Plain Layout
26025
26026 \end_layout
26027
26028 \end_inset
26029 </cell>
26030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26031 \begin_inset Text
26032
26033 \begin_layout Plain Layout
26034
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 </row>
26049 <row>
26050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26051 \begin_inset Text
26052
26053 \begin_layout Plain Layout
26054
26055 \end_layout
26056
26057 \end_inset
26058 </cell>
26059 <cell alignment="center" valignment="top" topline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063
26064 \end_layout
26065
26066 \end_inset
26067 </cell>
26068 <cell alignment="center" valignment="top" topline="true" usebox="none">
26069 \begin_inset Text
26070
26071 \begin_layout Plain Layout
26072
26073 \end_layout
26074
26075 \end_inset
26076 </cell>
26077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26078 \begin_inset Text
26079
26080 \begin_layout Plain Layout
26081
26082 \end_layout
26083
26084 \end_inset
26085 </cell>
26086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Plain Layout
26090
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 </row>
26096 <row>
26097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26098 \begin_inset Text
26099
26100 \begin_layout Plain Layout
26101 \begin_inset ERT
26102 status collapsed
26103
26104 \begin_layout Plain Layout
26105
26106
26107 \backslash
26108 hdashline 
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \begin_inset ERT
26115 status collapsed
26116
26117 \begin_layout Plain Layout
26118
26119
26120 \backslash
26121 rowcolor{Gray}
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \end_inset
26130 </cell>
26131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 <cell alignment="center" valignment="top" usebox="none">
26141 \begin_inset Text
26142
26143 \begin_layout Plain Layout
26144
26145 \end_layout
26146
26147 \end_inset
26148 </cell>
26149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153
26154 \end_layout
26155
26156 \end_inset
26157 </cell>
26158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Plain Layout
26162
26163 \end_layout
26164
26165 \end_inset
26166 </cell>
26167 </row>
26168 <row>
26169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173 \begin_inset ERT
26174 status collapsed
26175
26176 \begin_layout Plain Layout
26177
26178
26179 \backslash
26180 cdashline{4-5}
26181 \end_layout
26182
26183 \end_inset
26184
26185
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26191 \begin_inset Text
26192
26193 \begin_layout Plain Layout
26194
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221
26222 \end_layout
26223
26224 \end_inset
26225 </cell>
26226 </row>
26227 <row>
26228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26229 \begin_inset Text
26230
26231 \begin_layout Plain Layout
26232
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26238 \begin_inset Text
26239
26240 \begin_layout Plain Layout
26241
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Plain Layout
26250
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 \begin_inset ERT
26269 status collapsed
26270
26271 \begin_layout Plain Layout
26272
26273
26274 \backslash
26275 cellcolor{Maroon}
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 </row>
26286 </lyxtabular>
26287
26288 \end_inset
26289
26290
26291 \end_layout
26292
26293 \end_inset
26294
26295
26296 \end_layout
26297
26298 \begin_layout Standard
26299 \begin_inset ERT
26300 status collapsed
26301
26302 \begin_layout Plain Layout
26303
26304
26305 \backslash
26306 renewcommand{
26307 \backslash
26308 hdashline}{
26309 \backslash
26310 myHdashline}
26311 \end_layout
26312
26313 \end_inset
26314
26315
26316 \begin_inset Note Note
26317 status collapsed
26318
26319 \begin_layout Plain Layout
26320 既定値に戻す
26321 \end_layout
26322
26323 \end_inset
26324
26325
26326 \end_layout
26327
26328 \begin_layout Standard
26329 \begin_inset ERT
26330 status collapsed
26331
26332 \begin_layout Plain Layout
26333
26334
26335 \backslash
26336 renewcommand{
26337 \backslash
26338 cdashline}{
26339 \backslash
26340 myCdashline}
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \begin_inset Note Note
26347 status collapsed
26348
26349 \begin_layout Plain Layout
26350 既定値に戻す
26351 \end_layout
26352
26353 \end_inset
26354
26355
26356 \end_layout
26357
26358 \begin_layout Standard
26359 \begin_inset ERT
26360 status collapsed
26361
26362 \begin_layout Plain Layout
26363
26364
26365 \backslash
26366 nodashgapcolor
26367 \end_layout
26368
26369 \end_inset
26370
26371
26372 \begin_inset Note Note
26373 status collapsed
26374
26375 \begin_layout Plain Layout
26376 既定値に戻す
26377 \end_layout
26378
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \begin_layout Standard
26385 \begin_inset ERT
26386 status collapsed
26387
26388 \begin_layout Plain Layout
26389
26390
26391 \backslash
26392 setlength{
26393 \backslash
26394 arrayrulewidth}{0.4pt}
26395 \end_layout
26396
26397 \end_inset
26398
26399
26400 \begin_inset Note Note
26401 status collapsed
26402
26403 \begin_layout Plain Layout
26404 既定値に戻す
26405 \end_layout
26406
26407 \end_inset
26408
26409
26410 \end_layout
26411
26412 \begin_layout Standard
26413 行や列,
26414 罫線の着色は,
26415
26416 \begin_inset CommandInset ref
26417 LatexCommand ref
26418 reference "sec:色付きの表"
26419 nolink "false"
26420
26421 \end_inset
26422
26423 節に述べられているように動作します.水平線の着色も,
26424
26425 \series bold
26426
26427 \backslash
26428 myHlineC
26429 \series default
26430 コマンドを
26431 \series bold
26432
26433 \backslash
26434 myHdashline
26435 \series default
26436 に置き換え,
26437
26438 \series bold
26439
26440 \backslash
26441 hline
26442 \series default
26443
26444 \series bold
26445
26446 \backslash
26447 hdashline
26448 \series default
26449 に置き換えれば,
26450 そこで述べられているのと同様に機能します.したがって,
26451 以下のようなコマンドを使います.
26452 \end_layout
26453
26454 \begin_layout Standard
26455
26456 \series bold
26457
26458 \backslash
26459 let
26460 \backslash
26461 myHdashline
26462 \backslash
26463 hdashline
26464 \begin_inset Newline newline
26465 \end_inset
26466
26467
26468 \backslash
26469 renewcommand{
26470 \backslash
26471 hdashline}
26472 \begin_inset Newline newline
26473 \end_inset
26474
26475
26476 \begin_inset Phantom HPhantom
26477 status open
26478
26479 \begin_layout Plain Layout
26480 \begin_inset space ~
26481 \end_inset
26482
26483
26484 \end_layout
26485
26486 \end_inset
26487
26488 {
26489 \backslash
26490 arrayrulecolor{red}
26491 \backslash
26492 myHdashline
26493 \backslash
26494 arrayrulecolor{black}}
26495 \end_layout
26496
26497 \begin_layout Standard
26498
26499 \series bold
26500
26501 \backslash
26502 cdashline
26503 \series default
26504 に色をつけるならば,
26505 コマンドは
26506 \end_layout
26507
26508 \begin_layout Standard
26509
26510 \series bold
26511
26512 \backslash
26513 let
26514 \backslash
26515 myCdashline
26516 \backslash
26517 cdashline
26518 \begin_inset Newline newline
26519 \end_inset
26520
26521
26522 \backslash
26523 renewcommand{
26524 \backslash
26525 cdashline}[1]
26526 \begin_inset Newline newline
26527 \end_inset
26528
26529
26530 \begin_inset Phantom HPhantom
26531 status open
26532
26533 \begin_layout Plain Layout
26534 \begin_inset space ~
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \end_inset
26541
26542 {
26543 \backslash
26544 arrayrulecolor{red}
26545 \backslash
26546 myCdashline{#1}
26547 \backslash
26548 arrayrulecolor{black}}
26549 \end_layout
26550
26551 \begin_layout Standard
26552 のようになります.黒の罫線に戻すには,
26553 以下のコマンドを表の後ろに\SpecialChar TeX
26554 コードで挿入する必要があります.
26555 \end_layout
26556
26557 \begin_layout Standard
26558
26559 \series bold
26560
26561 \backslash
26562 hdashline
26563 \series default
26564 の場合は
26565 \end_layout
26566
26567 \begin_layout Standard
26568
26569 \series bold
26570
26571 \backslash
26572 renewcommand{
26573 \backslash
26574 hdashline}{
26575 \backslash
26576 myHdashline}
26577 \end_layout
26578
26579 \begin_layout Standard
26580 とし,
26581
26582 \series bold
26583
26584 \backslash
26585 cdashline
26586 \series default
26587 の場合は
26588 \end_layout
26589
26590 \begin_layout Standard
26591
26592 \series bold
26593
26594 \backslash
26595 renewcommand{
26596 \backslash
26597 cdashline}{
26598 \backslash
26599 myCdashline}
26600 \end_layout
26601
26602 \begin_layout Standard
26603 としてください.点線の間の余白に色をつけるには,
26604 表の前に\SpecialChar TeX
26605 コードで
26606 \end_layout
26607
26608 \begin_layout Standard
26609
26610 \series bold
26611
26612 \backslash
26613 dashgapcolor{色}
26614 \end_layout
26615
26616 \begin_layout Standard
26617 とすれば良いです.ここで「色」は,
26618 定義済みの色名です.
26619 \end_layout
26620
26621 \begin_layout Standard
26622
26623 \series bold
26624
26625 \backslash
26626 nodashgapcolor
26627 \end_layout
26628
26629 \begin_layout Standard
26630 というコマンドは,
26631
26632 \series bold
26633
26634 \backslash
26635 dashgapcolor
26636 \series default
26637 が行った変更を元に戻します.
26638 \end_layout
26639
26640 \begin_layout Standard
26641 \begin_inset Note Greyedout
26642 status open
26643
26644 \begin_layout Plain Layout
26645
26646 \series bold
26647 [註]
26648 \series default
26649 1つのセル中に複数のコマンドがある場合,
26650
26651 \series bold
26652 arydshln
26653 \series default
26654 のコマンドが,
26655 そのセル中で最初に来る必要があります.したがって,
26656
26657 \begin_inset CommandInset ref
26658 LatexCommand ref
26659 reference "tab:Colored-table-with"
26660 nolink "false"
26661
26662 \end_inset
26663
26664 のセル
26665 \emph on
26666 k
26667 \emph default
26668 では,
26669
26670 \series bold
26671
26672 \backslash
26673 hdashline
26674 \series default
26675 コマンドが
26676 \series bold
26677
26678 \backslash
26679 rowcolor
26680 \series default
26681 の前に来ています.
26682 \end_layout
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \begin_layout Standard
26690 \begin_inset Note Greyedout
26691 status open
26692
26693 \begin_layout Plain Layout
26694
26695 \series bold
26696 [註]
26697 \series default
26698 \SpecialChar LaTeX
26699 パッケージ
26700 \series bold
26701 arydshln
26702 \series default
26703 は,
26704 文書プリアンブル中で\SpecialChar LaTeX
26705 パッケージ
26706 \series bold
26707 colortbl
26708 \series default
26709
26710 \begin_inset Index idx
26711 range none
26712 pageformat default
26713 status collapsed
26714
26715 \begin_layout Plain Layout
26716 LaTeXはつけし@\SpecialChar LaTeX
26717 パッケージ!colortbl
26718 \end_layout
26719
26720 \end_inset
26721
26722 よりも前に読み込まれている必要があります.
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \begin_layout Standard
26731 \begin_inset ERT
26732 status collapsed
26733
26734 \begin_layout Plain Layout
26735
26736
26737 \backslash
26738 else
26739 \end_layout
26740
26741 \end_inset
26742
26743
26744 \begin_inset Note Note
26745 status open
26746
26747 \begin_layout Plain Layout
26748 以下は,
26749 \SpecialChar LaTeX
26750 パッケージ
26751 \series bold
26752 arydshln
26753 \series default
26754 が導入済みでないときに表示されます.
26755 \end_layout
26756
26757 \end_inset
26758
26759
26760 \end_layout
26761
26762 \begin_layout Standard
26763 本節の内容を出力に表示するためには,
26764
26765 \series bold
26766 arydshln
26767 \series default
26768 パッケージを導入しなくてはなりません.
26769 \end_layout
26770
26771 \begin_layout Standard
26772 \begin_inset ERT
26773 status collapsed
26774
26775 \begin_layout Plain Layout
26776
26777
26778 \backslash
26779 fi
26780 \end_layout
26781
26782 \end_inset
26783
26784
26785 \end_layout
26786
26787 \begin_layout Standard
26788 点罫について詳しい情報は,
26789
26790 \series bold
26791 arydshln
26792 \series default
26793 の取扱説明書
26794 \begin_inset CommandInset citation
26795 LatexCommand cite
26796 key "arydshln"
26797 literal "true"
26798
26799 \end_inset
26800
26801 をご覧ください.
26802 \end_layout
26803
26804 \begin_layout Chapter
26805 フロート
26806 \begin_inset CommandInset label
26807 LatexCommand label
26808 name "chap:フロート"
26809
26810 \end_inset
26811
26812
26813 \begin_inset Index idx
26814 range none
26815 pageformat default
26816 status collapsed
26817
26818 \begin_layout Plain Layout
26819 \begin_inset IndexMacro sortkey
26820 status open
26821
26822 \begin_layout Plain Layout
26823 ふろと
26824 \end_layout
26825
26826 \end_inset
26827
26828 フロート
26829 \end_layout
26830
26831 \end_inset
26832
26833
26834 \end_layout
26835
26836 \begin_layout Section
26837 はじめに
26838 \begin_inset CommandInset label
26839 LatexCommand label
26840 name "sec:フロートはじめに"
26841
26842 \end_inset
26843
26844
26845 \begin_inset Index idx
26846 range none
26847 pageformat default
26848 status collapsed
26849
26850 \begin_layout Plain Layout
26851 \begin_inset IndexMacro sortkey
26852 status open
26853
26854 \begin_layout Plain Layout
26855 ふろと
26856 \end_layout
26857
26858 \end_inset
26859
26860 フロート
26861 \begin_inset IndexMacro subentry
26862 status open
26863
26864 \begin_layout Plain Layout
26865 \begin_inset IndexMacro sortkey
26866 status open
26867
26868 \begin_layout Plain Layout
26869 はしめに
26870 \end_layout
26871
26872 \end_inset
26873
26874 はじめに
26875 \end_layout
26876
26877 \end_inset
26878
26879
26880 \end_layout
26881
26882 \end_inset
26883
26884
26885 \end_layout
26886
26887 \begin_layout Standard
26888 フロートは,
26889 何かしらのラベルに関連付けられた文章の塊で,
26890 固定された居場所を持ちません.フロートはもっとも適した場所を求めて,
26891 1頁ないし2頁,
26892 前後にただよう(フロート)ことができます.
26893 \family sans
26894 \series bold
26895 脚註
26896 \family default
26897 \series default
26898
26899 \family sans
26900 \series bold
26901 傍註
26902 \family default
26903 \series default
26904 も,
26905 当該ページに註が多すぎる場合には次頁にただよって行きますので,
26906 フロートの一種です.
26907 \end_layout
26908
26909 \begin_layout Standard
26910 フロートを使うと,
26911 質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,
26912 文章のない空白やページが出ることを避けることができるためです.このようなフローティングは,
26913 文章と図表のあいだの連関を破壊してしまうことがあるので,
26914 各フロートは文中から参照することができるようになっています.このため,
26915 フロートには連番が割り当てられます.参照については,
26916
26917 \begin_inset CommandInset ref
26918 LatexCommand ref
26919 reference "sec:フロートの参照"
26920 nolink "false"
26921
26922 \end_inset
26923
26924 節で述べられています.
26925 \end_layout
26926
26927 \begin_layout Standard
26928 フロートを挿入するには,
26929
26930 \family sans
26931 \series bold
26932 挿入\SpecialChar menuseparator
26933 フロート
26934 \family default
26935 \series default
26936
26937 \begin_inset space \thinspace{}
26938 \end_inset
26939
26940 メニュー(
26941 \begin_inset Info
26942 type  "icon"
26943 arg   "float-insert figure"
26944 \end_inset
26945
26946 または
26947 \begin_inset Info
26948 type  "icon"
26949 arg   "float-insert table"
26950 \end_inset
26951
26952 ツールバーボタン)を使えば,
26953 ラベルのついたボックスすなわち
26954 \family sans
26955 キャプション
26956 \family default
26957 差込枠が挿入されます.このラベルは,
26958 出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,
26959 キャプションの文章を入れ,
26960 画像ないし表は,
26961 フロート中,
26962 キャプションの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,
26963
26964 \begin_inset CommandInset ref
26965 LatexCommand ref
26966 reference "sec:キャプションの配置"
26967 nolink "false"
26968
26969 \end_inset
26970
26971 節に述べられています.また,
26972 \SpecialChar LyX
26973 文書を読みやすくするために,
26974 ボックスラベルを左クリックすれば,
26975 フロートボックスを広げたり畳んだりすることができるようになっています.畳んだフロートボックスは,
26976
26977 \begin_inset Graphics
26978         filename clipart/float.png
26979         scale 95
26980         scaleBeforeRotation
26981
26982 \end_inset
26983
26984 のように,
26985 灰色ボタンに赤字ラベルで表示されます.
26986 \end_layout
26987
26988 \begin_layout Standard
26989 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
26990 エラーが発生し得るので,
26991 これを避けるために,
26992 フロートは独立した段落として挿入することをお勧めします.
26993 \end_layout
26994
26995 \begin_layout Standard
26996 既存の図表は,
26997 選択した後に新規フロートのツールバーボタンを押せば,
26998 フロート中の図表にすることができます.
26999 \end_layout
27000
27001 \begin_layout Section
27002 フロート型
27003 \end_layout
27004
27005 \begin_layout Standard
27006 \SpecialChar LyX
27007 には,
27008
27009 \begin_inset CommandInset ref
27010 LatexCommand ref
27011 reference "sec:図フロート"
27012 nolink "false"
27013
27014 \end_inset
27015
27016 節および第
27017 \begin_inset CommandInset ref
27018 LatexCommand ref
27019 reference "sec:表フロート"
27020 nolink "false"
27021
27022 \end_inset
27023
27024 節で各々説明されている図フロートと表フロート以外に,
27025
27026 \family sans
27027 \series bold
27028 アルゴリズム型
27029 \family default
27030 \series default
27031
27032 \family sans
27033 \series bold
27034 折返し型
27035 \family default
27036 \series default
27037 のフロート型があります.後者は,
27038
27039 \begin_inset CommandInset ref
27040 LatexCommand ref
27041 reference "sec:折返しフロート"
27042 nolink "false"
27043
27044 \end_inset
27045
27046 節に説明があります.
27047 \end_layout
27048
27049 \begin_layout Subsection
27050 アルゴリズムフロート
27051 \begin_inset Index idx
27052 range none
27053 pageformat default
27054 status collapsed
27055
27056 \begin_layout Plain Layout
27057 \begin_inset IndexMacro sortkey
27058 status open
27059
27060 \begin_layout Plain Layout
27061 ふろと
27062 \end_layout
27063
27064 \end_inset
27065
27066 フロート
27067 \begin_inset IndexMacro subentry
27068 status open
27069
27070 \begin_layout Plain Layout
27071 \begin_inset IndexMacro sortkey
27072 status open
27073
27074 \begin_layout Plain Layout
27075 あるこりすむ
27076 \end_layout
27077
27078 \end_inset
27079
27080 アルゴリズム
27081 \end_layout
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \end_inset
27089
27090
27091 \end_layout
27092
27093 \begin_layout Standard
27094 \begin_inset Float algorithm
27095 placement h
27096 alignment document
27097 wide false
27098 sideways false
27099 status open
27100
27101 \begin_layout Plain Layout
27102 \begin_inset Caption Standard
27103
27104 \begin_layout Plain Layout
27105 \begin_inset CommandInset label
27106 LatexCommand label
27107 name "alg:アルゴリズムフロートの例"
27108
27109 \end_inset
27110
27111 アルゴリズムフロートの例
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \begin_layout LyX-Code
27120 for I in 1..N loop
27121 \begin_inset Newline newline
27122 \end_inset
27123
27124  Sum:= Sum + A(I);
27125  /*comment*/
27126 \begin_inset Newline newline
27127 \end_inset
27128
27129 end loop
27130 \begin_inset VSpace -4mm
27131 \end_inset
27132
27133
27134 \end_layout
27135
27136 \end_inset
27137
27138
27139 \end_layout
27140
27141 \begin_layout Standard
27142 このフロート型は,
27143
27144 \family sans
27145 \series bold
27146 挿入\SpecialChar menuseparator
27147 フロート\SpecialChar menuseparator
27148 アルゴリズム
27149 \family default
27150 \series default
27151
27152 \begin_inset space \thinspace{}
27153 \end_inset
27154
27155 メニューを使うと挿入することができます.これは,
27156 プログラムコードやアルゴリズムの記述に用いられ,
27157
27158 \begin_inset CommandInset ref
27159 LatexCommand ref
27160 reference "cha:プログラムコードリスト"
27161 nolink "false"
27162
27163 \end_inset
27164
27165 章で説明されているプログラムコードリストの代わりとみなすことができます.『\SpecialChar LyX
27166 ユーザーの手引き』に述べられているように,
27167 アルゴリズム向けの環境としては,
27168
27169 \family sans
27170 \SpecialChar LyX
27171
27172 \series bold
27173 コード
27174 \family default
27175 \series default
27176 があります. アルゴリズム
27177 \begin_inset CommandInset ref
27178 LatexCommand ref
27179 reference "alg:アルゴリズムフロートの例"
27180 nolink "false"
27181
27182 \end_inset
27183
27184 は,
27185 アルゴリズムフロートの一例であり,
27186 下の罫線が最後の文字行のちょうど下に来るように,
27187 フロートの終わりに-4
27188 \begin_inset space \thinspace{}
27189 \end_inset
27190
27191 mmの垂直空白が入れてあります.
27192 \end_layout
27193
27194 \begin_layout Standard
27195 フロートラベルは,
27196 自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,
27197 文書プリアンブルに
27198 \end_layout
27199
27200 \begin_layout Standard
27201
27202 \series bold
27203
27204 \backslash
27205 floatname{algorithm}{付けたい名称}
27206 \end_layout
27207
27208 \begin_layout Standard
27209 という行を手動で加える必要があります.ここで
27210 \family sans
27211 \series bold
27212 付けたい名称
27213 \family default
27214 \series default
27215 には,
27216 お使いの言語で「
27217 \emph on
27218 algorithm
27219 \emph default
27220 」に対応する単語を指定します.
27221 \end_layout
27222
27223 \begin_layout Standard
27224 アルゴリズム一覧を挿入するには,
27225 文書言語が\SpecialChar LyX
27226 のメニューに表示されている言語と同じであるならば,
27227
27228 \family sans
27229 \series bold
27230 挿入\SpecialChar menuseparator
27231 一覧/目次\SpecialChar menuseparator
27232 アルゴリズム一覧
27233 \family default
27234 \series default
27235
27236 \begin_inset space \thinspace{}
27237 \end_inset
27238
27239 メニューを使用します.それ以外の場合には,
27240 代わりに
27241 \end_layout
27242
27243 \begin_layout Standard
27244
27245 \series bold
27246
27247 \backslash
27248 listof{algorithm}{付けたい名称}
27249 \end_layout
27250
27251 \begin_layout Standard
27252 というコマンドを\SpecialChar TeX
27253 コードとして用います.ここで
27254 \family sans
27255 \series bold
27256 付けたい名称
27257 \family default
27258 \series default
27259 とは,
27260
27261 \emph on
27262 List of Algorithm
27263 \emph default
27264 s」という単語に相当する,
27265 ご使用になりたい言語での単語です.
27266 \end_layout
27267
27268 \begin_layout Standard
27269 アルゴリズムフロートは,
27270 多くの文書クラスにおける図表フロートとは違って,
27271 「chapter.algorithm」スキームでは既定で付番されていません.このスキームでアルゴリズムフロートに連番を振るには,
27272 使用している文書のプリアンブルに
27273 \end_layout
27274
27275 \begin_layout Standard
27276
27277 \series bold
27278
27279 \backslash
27280 numberwithin{algorithm}{chapter}
27281 \end_layout
27282
27283 \begin_layout Standard
27284 というコマンドを追加してください.
27285 \series bold
27286
27287 \backslash
27288 numberwithin
27289 \series default
27290 というコマンドを使用するには,
27291 文書設定の
27292 \family sans
27293 数式オプション
27294 \family default
27295 タブで
27296 \family sans
27297 AMS mathパッケージを使用する
27298 \family default
27299 オプションを有効にしてください.
27300 \end_layout
27301
27302 \begin_layout Section
27303 フロートの連番
27304 \begin_inset Index idx
27305 range none
27306 pageformat default
27307 status collapsed
27308
27309 \begin_layout Plain Layout
27310 \begin_inset IndexMacro sortkey
27311 status open
27312
27313 \begin_layout Plain Layout
27314 ふろと
27315 \end_layout
27316
27317 \end_inset
27318
27319 フロート
27320 \begin_inset IndexMacro subentry
27321 status open
27322
27323 \begin_layout Plain Layout
27324 \begin_inset IndexMacro sortkey
27325 status open
27326
27327 \begin_layout Plain Layout
27328 れんはん
27329 \end_layout
27330
27331 \end_inset
27332
27333 連番
27334 \end_layout
27335
27336 \end_inset
27337
27338
27339 \end_layout
27340
27341 \end_inset
27342
27343
27344 \end_layout
27345
27346 \begin_layout Standard
27347 フロートは通常,
27348 フロートのある節とは関係なく番号が振られるか,
27349 あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,
27350 使用している文書クラスによって変わります.
27351 \end_layout
27352
27353 \begin_layout Standard
27354 節から独立して付けられている連番を変更するには,
27355 文書プリアンブルで
27356 \end_layout
27357
27358 \begin_layout Standard
27359
27360 \series bold
27361
27362 \backslash
27363 renewcommand{
27364 \backslash
27365 thetable}{
27366 \backslash
27367 roman{table}}
27368 \end_layout
27369
27370 \begin_layout Standard
27371
27372 \series bold
27373 というコマンドを使うと良いでしょう.
27374 \backslash
27375 thetable
27376 \series default
27377 は表番号を印字するコマンドで,
27378 図フロートの場合であれば,
27379 代わりに
27380 \series bold
27381
27382 \backslash
27383 thefigure
27384 \series default
27385 コマンドを使用します.上のコマンドで使用されている
27386 \series bold
27387
27388 \backslash
27389 roman
27390 \series default
27391 は,
27392 表番号を小文字のローマ数字で印字するコマンドです.
27393 \end_layout
27394
27395 \begin_layout Standard
27396 連番の付け方をたとえば「小節.番号」に変更するには,
27397 プリアンブルで
27398 \end_layout
27399
27400 \begin_layout Standard
27401
27402 \series bold
27403
27404 \backslash
27405 numberwithin{table}{subsection}
27406 \end_layout
27407
27408 \begin_layout Standard
27409 というコマンドを使用してください.
27410 \series bold
27411
27412 \backslash
27413 numberwithin
27414 \series default
27415 コマンドを使用可能にするためには,
27416 文書設定の
27417 \family sans
27418 \series bold
27419 数式オプション
27420 \family default
27421 \series default
27422 タブで,
27423
27424 \family sans
27425 AMS
27426 \begin_inset space ~
27427 \end_inset
27428
27429 math
27430 \series bold
27431 数式パッケージを使用する
27432 \family default
27433 \series default
27434 を使用します.
27435 \end_layout
27436
27437 \begin_layout Standard
27438 連番コマンドについての詳細と大切な注意点については,
27439
27440 \begin_inset CommandInset ref
27441 LatexCommand ref
27442 reference "subsec:脚注の付番"
27443 nolink "false"
27444
27445 \end_inset
27446
27447 節もご覧ください.
27448 \end_layout
27449
27450 \begin_layout Section
27451 フロートの参照
27452 \begin_inset CommandInset label
27453 LatexCommand label
27454 name "sec:フロートの参照"
27455
27456 \end_inset
27457
27458
27459 \begin_inset Index idx
27460 range none
27461 pageformat default
27462 status collapsed
27463
27464 \begin_layout Plain Layout
27465 \begin_inset IndexMacro sortkey
27466 status open
27467
27468 \begin_layout Plain Layout
27469 ふろと
27470 \end_layout
27471
27472 \end_inset
27473
27474 フロート
27475 \begin_inset IndexMacro subentry
27476 status open
27477
27478 \begin_layout Plain Layout
27479 \begin_inset IndexMacro sortkey
27480 status open
27481
27482 \begin_layout Plain Layout
27483 さんしよう
27484 \end_layout
27485
27486 \end_inset
27487
27488 参照
27489 \end_layout
27490
27491 \end_inset
27492
27493
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \begin_inset Index idx
27500 range none
27501 pageformat default
27502 status collapsed
27503
27504 \begin_layout Plain Layout
27505 \begin_inset IndexMacro sortkey
27506 status open
27507
27508 \begin_layout Plain Layout
27509 さんしよう
27510 \end_layout
27511
27512 \end_inset
27513
27514 参照
27515 \begin_inset IndexMacro subentry
27516 status open
27517
27518 \begin_layout Plain Layout
27519 \begin_inset IndexMacro sortkey
27520 status open
27521
27522 \begin_layout Plain Layout
27523 ふろとにたいする
27524 \end_layout
27525
27526 \end_inset
27527
27528 フロートに対する
27529 \end_layout
27530
27531 \end_inset
27532
27533
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \begin_layout Standard
27542 フロートを参照するには,
27543
27544 \family sans
27545 \series bold
27546 挿入\SpecialChar menuseparator
27547 ラベル
27548 \family default
27549 \series default
27550
27551 \begin_inset space \thinspace{}
27552 \end_inset
27553
27554 メニューかツールバーボタンを使用して,
27555 フロートのキャプションにラベルを挿入してください.
27556 \begin_inset Graphics
27557         filename clipart/label.png
27558         scaleBeforeRotation
27559
27560 \end_inset
27561
27562 のような灰色のラベルボックスが挿入され,
27563 ラベルウィンドウがポップアップして,
27564 ラベルの字句を入力するよう促します.\SpecialChar LyX
27565 は,
27566 キャプションの最初の数単語に前置句をつけたものを候補として示します.前置句はフロート型に依存し,
27567 たとえば図フロートには「
27568 \family sans
27569 fig:
27570 \family default
27571 」という前置句がつけられます.
27572 \end_layout
27573
27574 \begin_layout Standard
27575 ラベルは,
27576 参照のための名称兼位置標として用いられます.
27577 \family sans
27578 \series bold
27579 挿入\SpecialChar menuseparator
27580 相互参照
27581 \family default
27582 \series default
27583
27584 \begin_inset space \thinspace{}
27585 \end_inset
27586
27587 メニューかツールバーボタン
27588 \family sans
27589
27590 \begin_inset Info
27591 type  "icon"
27592 arg   "dialog-show-new-inset ref"
27593 \end_inset
27594
27595
27596 \family default
27597 を使えば,
27598 ラベルを参照することができます.
27599 \begin_inset Graphics
27600         filename clipart/reference.png
27601         scaleBeforeRotation
27602
27603 \end_inset
27604
27605 のような灰色の相互参照ボックスが挿入され,
27606 文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
27607 文書が開かれている場合には,
27608 ダイアログの上方にあるドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,
27609 相互参照ボックスの位置にはフロート番号が表示されます.
27610 \end_layout
27611
27612 \begin_layout Standard
27613 相互参照名と数字の間に改行が入るのを防ぐために,
27614 両者の間の空白には非改行空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
27615 出力では,
27616 参照の代わりに二つの疑問符が表示されることになります.
27617 \end_layout
27618
27619 \begin_layout Standard
27620 ラベルは,
27621 ラベルボックスをクリックすることによって,
27622 いつでも変更することができます.変更されたラベルへの参照は,
27623 自動的に新しいラベル文へのリンクに変更されますので,
27624 リンクの更新に手間を割く必要はありません.
27625 \end_layout
27626
27627 \begin_layout Standard
27628 相互参照ウィンドウの
27629 \family sans
27630 \series bold
27631 ラベルへ移動
27632 \family default
27633 \series default
27634 ボタンは,
27635 参照されているラベルの前にカーソルを移動します.すると,
27636 ボタンの文字が
27637 \family sans
27638 戻る
27639 \family default
27640 に変わるので,
27641 相互参照にカーソルを戻すのに使用することができます.
27642 \end_layout
27643
27644 \begin_layout Subsection
27645 相互参照の書式
27646 \begin_inset CommandInset label
27647 LatexCommand label
27648 name "subsec:相互参照の書式"
27649
27650 \end_inset
27651
27652
27653 \begin_inset Index idx
27654 range none
27655 pageformat default
27656 status collapsed
27657
27658 \begin_layout Plain Layout
27659 \begin_inset IndexMacro sortkey
27660 status open
27661
27662 \begin_layout Plain Layout
27663 さんしよう
27664 \end_layout
27665
27666 \end_inset
27667
27668 参照
27669 \begin_inset IndexMacro subentry
27670 status open
27671
27672 \begin_layout Plain Layout
27673 \begin_inset IndexMacro sortkey
27674 status open
27675
27676 \begin_layout Plain Layout
27677 しよしき
27678 \end_layout
27679
27680 \end_inset
27681
27682 書式
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \end_layout
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \begin_layout Standard
27696 相互参照には,
27697 以下の6種類があります.
27698 \end_layout
27699
27700 \begin_layout Description
27701 <参照>:
27702  これはフロート番号を表示します.これが既定値です.例:
27703
27704 \begin_inset CommandInset ref
27705 LatexCommand ref
27706 reference "fig:歪められた二つの像"
27707 nolink "false"
27708
27709 \end_inset
27710
27711
27712 \end_layout
27713
27714 \begin_layout Description
27715 (<参照>):
27716  これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,
27717 とくに参照名「Equation」を省略して参照する際に用いられる様式です.例:
27718
27719 \begin_inset CommandInset ref
27720 LatexCommand eqref
27721 reference "eq:Wgn"
27722 nolink "false"
27723
27724 \end_inset
27725
27726
27727 \end_layout
27728
27729 \begin_layout Description
27730 <参照ページ>:
27731  これはページ番号を表示します.例:
27732 Page
27733 \begin_inset space ~
27734 \end_inset
27735
27736
27737 \begin_inset CommandInset ref
27738 LatexCommand pageref
27739 reference "fig:歪められた二つの像"
27740 nolink "false"
27741
27742 \end_inset
27743
27744
27745 \end_layout
27746
27747 \begin_layout Description
27748 on
27749 \begin_inset space ~
27750 \end_inset
27751
27752 page
27753 \begin_inset space ~
27754 \end_inset
27755
27756 <参照ページ>:
27757  これは「on page」という文とページ番号を表示します.例:
27758
27759 \begin_inset CommandInset ref
27760 LatexCommand vpageref
27761 reference "fig:歪められた二つの像"
27762 nolink "false"
27763
27764 \end_inset
27765
27766
27767 \end_layout
27768
27769 \begin_layout Description
27770 <参照>
27771 \begin_inset space ~
27772 \end_inset
27773
27774 on
27775 \begin_inset space ~
27776 \end_inset
27777
27778 page
27779 \begin_inset space ~
27780 \end_inset
27781
27782 <参照ページ>:
27783  これはフロート番号と「on page」という文とページ番号を表示します.例:
27784
27785 \begin_inset CommandInset ref
27786 LatexCommand vref
27787 reference "fig:歪められた二つの像"
27788 nolink "false"
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \begin_layout Description
27796 整形された参照:
27797  これは自製の相互参照書式で出力します.
27798 \begin_inset Newline newline
27799 \end_inset
27800
27801
27802 \begin_inset Note Greyedout
27803 status open
27804
27805 \begin_layout Plain Layout
27806
27807 \series bold
27808 [註]
27809 \series default
27810 この機能は,
27811 \SpecialChar LaTeX
27812 パッケージ
27813 \series bold
27814 prettyref
27815 \series default
27816 または
27817 \series bold
27818 refstyle
27819 \series default
27820 が導入されている場合のみ使用することができます.
27821 \begin_inset Index idx
27822 range none
27823 pageformat default
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827 \begin_inset IndexMacro sortkey
27828 status open
27829
27830 \begin_layout Plain Layout
27831 LaTeXはつけし
27832 \end_layout
27833
27834 \end_inset
27835
27836 \SpecialChar LaTeX
27837 パッケージ
27838 \begin_inset IndexMacro subentry
27839 status open
27840
27841 \begin_layout Plain Layout
27842 prettyref
27843 \end_layout
27844
27845 \end_inset
27846
27847
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \begin_inset Index idx
27854 range none
27855 pageformat default
27856 status collapsed
27857
27858 \begin_layout Plain Layout
27859 \begin_inset IndexMacro sortkey
27860 status open
27861
27862 \begin_layout Plain Layout
27863 LaTeXはつけし
27864 \end_layout
27865
27866 \end_inset
27867
27868 \SpecialChar LaTeX
27869 パッケージ
27870 \begin_inset IndexMacro subentry
27871 status open
27872
27873 \begin_layout Plain Layout
27874 refstyle
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \end_inset
27883
27884
27885 \end_layout
27886
27887 \end_inset
27888
27889
27890 \begin_inset Newline newline
27891 \end_inset
27892
27893
27894 \family sans
27895 \series bold
27896 文書\SpecialChar menuseparator
27897 設定\SpecialChar menuseparator
27898 文書クラス
27899 \family default
27900 \series default
27901
27902 \begin_inset space \thinspace{}
27903 \end_inset
27904
27905 メニューでオプション
27906 \family sans
27907 \series bold
27908 相互参照に
27909 \series default
27910 (prettyref
27911 \series bold
27912 ではなく
27913 \series default
27914 )refstyle
27915 \series bold
27916 を使用
27917 \family default
27918 \series default
27919 を設定すると,
27920 この機能で使用する\SpecialChar LaTeX
27921 パッケージを選択することができます.書式は,
27922 文書プリアンブルに
27923 \series bold
27924
27925 \backslash
27926 newrefformat
27927 \series default
27928 コマンド(prettyrefの場合)あるいは
27929 \series bold
27930
27931 \backslash
27932 newref
27933 \series default
27934 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,
27935 図への参照(これは短絡ラベル「
27936 \family sans
27937 fig
27938 \family default
27939 」を持ちます)をすべて定義し直すには,
27940
27941 \begin_inset Newline newline
27942 \end_inset
27943
27944
27945 \series bold
27946
27947 \backslash
27948 newref{fig}{refcmd={Image on page 
27949 \backslash
27950 pageref{#1}}}
27951 \begin_inset Newline newline
27952 \end_inset
27953
27954
27955 \series default
27956 というコマンドを用います.書式についての詳細は,
27957 パッケージの取扱説明書
27958 \begin_inset CommandInset citation
27959 LatexCommand cite
27960 key "prettyref,refstyle"
27961 literal "true"
27962
27963 \end_inset
27964
27965 をご覧ください.
27966 \begin_inset Newline newline
27967 \end_inset
27968
27969
27970 \family sans
27971 \series bold
27972 複数形
27973 \family default
27974 \series default
27975
27976 \family sans
27977 \series bold
27978 大文字化
27979 \family default
27980 \series default
27981 のオプションは,
27982 \SpecialChar LaTeX
27983 パッケージ
27984 \series bold
27985 refstyle
27986 \series default
27987 を使用している時のみ,
27988 利用可能になります.
27989 \family sans
27990 複数形
27991 \family default
27992 は,
27993 例えば「images」のように単語に
27994 \emph on
27995 s
27996 \emph default
27997 を付けるものであり,
27998
27999 \family sans
28000 \series bold
28001 大文字化
28002 \family default
28003 \series default
28004 は「Image」のように単語を大文字にするものですので,
28005 日本語文書には有用ではありません.
28006 \end_layout
28007
28008 \begin_layout Description
28009 名称参照:
28010  これは,
28011 下のような参照のキャプションを出力します.
28012 \begin_inset Newline newline
28013 \end_inset
28014
28015  
28016 \begin_inset CommandInset ref
28017 LatexCommand nameref
28018 reference "fig:歪められた二つの像"
28019 nolink "false"
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \begin_layout Description
28027 ラベルのみ これは,
28028
28029 \begin_inset CommandInset ref
28030 LatexCommand labelonly
28031 reference "fig:歪められた二つの像"
28032 plural "false"
28033 caps "false"
28034 noprefix "false"
28035 nolink "false"
28036
28037 \end_inset
28038
28039 のように参照の\SpecialChar LaTeX
28040 ラベルのみ出力します.
28041 \begin_inset Newline newline
28042 \end_inset
28043
28044 これによって,
28045 ラベルを\SpecialChar TeX
28046 コード中でしようできるようになります.
28047 \family sans
28048 \series bold
28049 接頭辞なし
28050 \family default
28051 \series default
28052 オプションを使えば,
28053 ラベル名の接頭辞を
28054 \begin_inset CommandInset ref
28055 LatexCommand labelonly
28056 reference "fig:歪められた二つの像"
28057 plural "false"
28058 caps "false"
28059 noprefix "true"
28060 nolink "false"
28061
28062 \end_inset
28063
28064 のように取り除くことができます.
28065 \end_layout
28066
28067 \begin_layout Standard
28068
28069 \family sans
28070 <参照ページ>
28071 \family default
28072 は,
28073 ラベルが同一あるいは前後ページにある場合には,
28074 ページ番号を出力しません.その代わりに「
28075 \family sans
28076 on this page
28077 \family default
28078 」のような文章が表示されます.様式
28079 \family sans
28080 <参照> on page <参照ページ>
28081 \family default
28082 では,
28083 ラベルが同一ページにある場合には,
28084 ページに関することは出力されません.
28085 \end_layout
28086
28087 \begin_layout Standard
28088 出力中で参照されている頁番号と文書中の位置は,
28089 \SpecialChar LaTeX
28090 が自動的に計算します.参照の種類は,
28091 相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
28092 \family sans
28093 \series bold
28094 書式
28095 \family default
28096 \series default
28097 フィールドで選ぶことができます.
28098 \end_layout
28099
28100 \begin_layout Standard
28101 \begin_inset Note Greyedout
28102 status open
28103
28104 \begin_layout Plain Layout
28105
28106 \series bold
28107 [註]
28108 \series default
28109 \SpecialChar LaTeX
28110 パッケージ
28111 \series bold
28112 prettyref
28113 \series default
28114
28115 \begin_inset Index idx
28116 range none
28117 pageformat default
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121 \begin_inset IndexMacro sortkey
28122 status open
28123
28124 \begin_layout Plain Layout
28125 LaTeXはつけし
28126 \end_layout
28127
28128 \end_inset
28129
28130 \SpecialChar LaTeX
28131 パッケージ
28132 \begin_inset IndexMacro subentry
28133 status open
28134
28135 \begin_layout Plain Layout
28136 prettyref
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \end_inset
28145
28146 は,
28147 \SpecialChar LyX
28148 の取り得るラベルショートカット
28149 \begin_inset Foot
28150 status collapsed
28151
28152 \begin_layout Plain Layout
28153 例えば,
28154
28155 \begin_inset Quotes eld
28156 \end_inset
28157
28158 fig:
28159 \begin_inset Quotes erd
28160 \end_inset
28161
28162 は図キャプションを表す\SpecialChar LyX
28163 ショートカットです.
28164 \end_layout
28165
28166 \end_inset
28167
28168 を全部は解釈できず,
28169 国際化もされていないので,
28170
28171 \series bold
28172 refstyle
28173 \series default
28174
28175 \begin_inset Index idx
28176 range none
28177 pageformat default
28178 status collapsed
28179
28180 \begin_layout Plain Layout
28181 \begin_inset IndexMacro sortkey
28182 status open
28183
28184 \begin_layout Plain Layout
28185 LaTeXはつけし
28186 \end_layout
28187
28188 \end_inset
28189
28190 \SpecialChar LaTeX
28191 パッケージ
28192 \begin_inset IndexMacro subentry
28193 status open
28194
28195 \begin_layout Plain Layout
28196 refstyle
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \end_layout
28203
28204 \end_inset
28205
28206 を使用することを推奨します.
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \end_layout
28213
28214 \begin_layout Subsection
28215 参照名の自動命名
28216 \begin_inset Index idx
28217 range none
28218 pageformat default
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222 \begin_inset IndexMacro sortkey
28223 status open
28224
28225 \begin_layout Plain Layout
28226 さんしよう
28227 \end_layout
28228
28229 \end_inset
28230
28231 参照
28232 \begin_inset IndexMacro subentry
28233 status open
28234
28235 \begin_layout Plain Layout
28236 \begin_inset IndexMacro sortkey
28237 status open
28238
28239 \begin_layout Plain Layout
28240 しとうめいめい
28241 \end_layout
28242
28243 \end_inset
28244
28245 自動命名
28246 \end_layout
28247
28248 \end_inset
28249
28250
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \end_layout
28257
28258 \begin_layout Standard
28259
28260 \family sans
28261 \series bold
28262 文書設定
28263 \family default
28264 \series default
28265 ダイアログの
28266 \family sans
28267 PDF
28268 \series bold
28269 特性
28270 \family default
28271 \series default
28272 で有効にされた
28273 \series bold
28274 hyperref
28275 \series default
28276
28277 \begin_inset Index idx
28278 range none
28279 pageformat default
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283 \begin_inset IndexMacro sortkey
28284 status open
28285
28286 \begin_layout Plain Layout
28287 LaTeXはつけし
28288 \end_layout
28289
28290 \end_inset
28291
28292 \SpecialChar LaTeX
28293 パッケージ
28294 \begin_inset IndexMacro subentry
28295 status open
28296
28297 \begin_layout Plain Layout
28298 hyperref
28299 \end_layout
28300
28301 \end_inset
28302
28303
28304 \end_layout
28305
28306 \end_inset
28307
28308  \SpecialChar LaTeX
28309 パッケージは,
28310 相互参照が参照されたフロート(あるいは
28311 \emph on
28312
28313 \emph default
28314 のような文章中の箇所)の名称を自動的に取り入れてくれるという,
28315 たいへん便利な機能を提供します.つまり,
28316 図への参照毎に前に「図」と書き込む必要はなくなるのです.この機能を使用するには,
28317 hyperrefを有効にして,
28318
28319 \end_layout
28320
28321 \begin_layout Standard
28322
28323 \series bold
28324
28325 \backslash
28326 AtBeginDocument{
28327 \backslash
28328 renewcommand{
28329 \backslash
28330 ref}[1]{
28331 \backslash
28332 mbox{
28333 \backslash
28334 autoref{#1}}}}
28335 \end_layout
28336
28337 \begin_layout Standard
28338 という行を\SpecialChar LaTeX
28339 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
28340 \begin_inset space \thinspace{}
28341 \end_inset
28342
28343 」としたいなど,
28344 既定の参照名以外のものが欲しい場合には,
28345
28346 \end_layout
28347
28348 \begin_layout Standard
28349
28350 \series bold
28351
28352 \backslash
28353 addto
28354 \backslash
28355 extrasjapanese{
28356 \backslash
28357 renewcommand{
28358 \backslash
28359 sectionautorefname}
28360 \begin_inset Newline newline
28361 \end_inset
28362
28363
28364 \begin_inset Phantom HPhantom
28365 status open
28366
28367 \begin_layout Plain Layout
28368
28369 \series bold
28370 \begin_inset space ~
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \end_inset
28377
28378 {sec.
28379 \backslash
28380 negthinspace}}
28381 \end_layout
28382
28383 \begin_layout Standard
28384 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
28385
28386 \begin_inset Newline newline
28387 \end_inset
28388
28389
28390 \series bold
28391
28392 \backslash
28393 extrasjapaneseを
28394 \backslash
28395 extras***
28396 \series default
28397 に置き換えてください(***は使用中の言語名).
28398 \end_layout
28399
28400 \begin_layout Standard
28401 自動命名を行いたいけれども,
28402 ある参照型以外,
28403 たとえば数式以外に対して行いたいときには,
28404 以下のようなプリアンブルコードを書いてください.
28405 \end_layout
28406
28407 \begin_layout Standard
28408
28409 \series bold
28410
28411 \backslash
28412 addto
28413 \backslash
28414 extrasjapanese{
28415 \backslash
28416 renewcommand*{
28417 \backslash
28418 equationautorefname}[1]{}}
28419 \end_layout
28420
28421 \begin_layout Standard
28422 この話題に関する詳細は,
28423 hyperrefの説明書
28424 \begin_inset CommandInset citation
28425 LatexCommand cite
28426 key "hyperref"
28427 literal "true"
28428
28429 \end_inset
28430
28431 をお読みください.
28432 \end_layout
28433
28434 \begin_layout Standard
28435 \begin_inset Note Greyedout
28436 status open
28437
28438 \begin_layout Plain Layout
28439
28440 \series bold
28441 [註]
28442 \series default
28443 参照の自動命名は,
28444 相互参照を
28445 \family sans
28446 整形参照
28447 \family default
28448 様式(第
28449 \begin_inset CommandInset ref
28450 LatexCommand ref
28451 reference "subsec:相互参照の書式"
28452 nolink "false"
28453
28454 \end_inset
28455
28456 節)で使用しているときには,
28457 使用することができません.
28458 \end_layout
28459
28460 \end_inset
28461
28462
28463 \end_layout
28464
28465 \begin_layout Standard
28466 \SpecialChar LyX
28467 の取扱説明書『数式篇』では,
28468 参照名の自動命名が使用されています.
28469 \end_layout
28470
28471 \begin_layout Subsection
28472 参照位置
28473 \begin_inset CommandInset label
28474 LatexCommand label
28475 name "subsec:参照位置"
28476
28477 \end_inset
28478
28479
28480 \begin_inset Index idx
28481 range none
28482 pageformat default
28483 status collapsed
28484
28485 \begin_layout Plain Layout
28486 \begin_inset IndexMacro sortkey
28487 status open
28488
28489 \begin_layout Plain Layout
28490 さんしよう
28491 \end_layout
28492
28493 \end_inset
28494
28495 参照
28496 \begin_inset IndexMacro subentry
28497 status open
28498
28499 \begin_layout Plain Layout
28500 \begin_inset IndexMacro sortkey
28501 status open
28502
28503 \begin_layout Plain Layout
28504 さんしよういち
28505 \end_layout
28506
28507 \end_inset
28508
28509 参照位置
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \end_layout
28516
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \begin_layout Standard
28523
28524 \family sans
28525 文書設定
28526 \family default
28527 ダイアログの
28528 \family sans
28529 PDF特性
28530 \family default
28531 で,
28532
28533 \series bold
28534 hyperref
28535 \series default
28536
28537 \begin_inset Index idx
28538 range none
28539 pageformat default
28540 status collapsed
28541
28542 \begin_layout Plain Layout
28543 \begin_inset IndexMacro sortkey
28544 status open
28545
28546 \begin_layout Plain Layout
28547 LaTeXはつけし
28548 \end_layout
28549
28550 \end_inset
28551
28552 \SpecialChar LaTeX
28553 パッケージ
28554 \begin_inset IndexMacro subentry
28555 status open
28556
28557 \begin_layout Plain Layout
28558 hyperref
28559 \end_layout
28560
28561 \end_inset
28562
28563
28564 \end_layout
28565
28566 \end_inset
28567
28568 を使用して出力中で相互参照をリンクするようにした場合には,
28569 画像フロート参照をクリックすると,
28570 画像ラベルに移動できるようになります.キャプションは,
28571 スクリーン上のテキストの最初の部分なので,
28572 スクロールしないと画像を見ることができません.これは,
28573 参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
28574 パッケージの
28575 \series bold
28576 hyperref
28577 \series default
28578
28579 \begin_inset Index idx
28580 range none
28581 pageformat default
28582 status collapsed
28583
28584 \begin_layout Plain Layout
28585 \begin_inset IndexMacro sortkey
28586 status open
28587
28588 \begin_layout Plain Layout
28589 LaTeXはつけし
28590 \end_layout
28591
28592 \end_inset
28593
28594 \SpecialChar LaTeX
28595 パッケージ
28596 \begin_inset IndexMacro subentry
28597 status open
28598
28599 \begin_layout Plain Layout
28600 hyperref
28601 \end_layout
28602
28603 \end_inset
28604
28605
28606 \end_layout
28607
28608 \end_inset
28609
28610 の一部である
28611 \series bold
28612 hyperref
28613 \series default
28614
28615 \begin_inset Index idx
28616 range none
28617 pageformat default
28618 status collapsed
28619
28620 \begin_layout Plain Layout
28621 \begin_inset IndexMacro sortkey
28622 status open
28623
28624 \begin_layout Plain Layout
28625 LaTeXはつけし
28626 \end_layout
28627
28628 \end_inset
28629
28630 \SpecialChar LaTeX
28631 パッケージ
28632 \begin_inset IndexMacro subentry
28633 status open
28634
28635 \begin_layout Plain Layout
28636 hyperref
28637 \end_layout
28638
28639 \end_inset
28640
28641
28642 \end_layout
28643
28644 \end_inset
28645
28646 パッケージを使うと,
28647 リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,
28648 文書プリアンブルに
28649 \end_layout
28650
28651 \begin_layout Standard
28652
28653 \series bold
28654
28655 \backslash
28656 usepackage[figure]{hypcap}
28657 \end_layout
28658
28659 \begin_layout Standard
28660 という行を書いて,
28661 hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,
28662 安定性の問題から推奨できません.詳しくは,
28663 hypcapの説明書
28664 \begin_inset CommandInset citation
28665 LatexCommand cite
28666 key "hypcap"
28667 literal "true"
28668
28669 \end_inset
28670
28671 をご覧ください.
28672 \end_layout
28673
28674 \begin_layout Standard
28675 \begin_inset Note Greyedout
28676 status open
28677
28678 \begin_layout Plain Layout
28679
28680 \series bold
28681 [註]hypcap
28682 \series default
28683 は内部図への参照には効力がありません.
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \end_layout
28690
28691 \begin_layout Section
28692 フロートの設定
28693 \begin_inset CommandInset label
28694 LatexCommand label
28695 name "sec:フロートの設定"
28696
28697 \end_inset
28698
28699
28700 \begin_inset Index idx
28701 range none
28702 pageformat default
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706 \begin_inset IndexMacro sortkey
28707 status open
28708
28709 \begin_layout Plain Layout
28710 ふろと
28711 \end_layout
28712
28713 \end_inset
28714
28715 フロート
28716 \begin_inset IndexMacro subentry
28717 status open
28718
28719 \begin_layout Plain Layout
28720 \begin_inset IndexMacro sortkey
28721 status open
28722
28723 \begin_layout Plain Layout
28724 せつてい
28725 \end_layout
28726
28727 \end_inset
28728
28729 設定
28730 \end_layout
28731
28732 \end_inset
28733
28734
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \begin_layout Standard
28743 \SpecialChar LyX
28744 におけるフロート設定は,
28745 2箇所で行うことができます.
28746 \family sans
28747 \series bold
28748 文書\SpecialChar menuseparator
28749 設定\SpecialChar ldots
28750 \SpecialChar menuseparator
28751 フロートの設定
28752 \family default
28753 \series default
28754
28755 \begin_inset space \thinspace{}
28756 \end_inset
28757
28758 では,
28759 フロートのローカルな設定を変えない限り.文書中の全フロートの既定値として用いられるオプション(ページ上の配置および内容の揃え)を設定することができます.
28760 \end_layout
28761
28762 \begin_layout Standard
28763
28764 \family roman
28765 \series medium
28766 \shape up
28767 \size normal
28768 \emph off
28769 \bar no
28770 \noun off
28771 \color none
28772 もう一つの方法は,
28773 フロートボックスを右クリックして,
28774
28775 \family sans
28776 \series bold
28777 \shape default
28778 \size default
28779 \emph default
28780 \bar default
28781 \noun default
28782 \color inherit
28783 設定\SpecialChar ldots
28784
28785 \family roman
28786 \series medium
28787 \shape up
28788 \size normal
28789 \emph off
28790 \bar no
28791 \noun off
28792 \color none
28793 をクリックする方法です.すると,
28794 ダイアログが開いて,
28795 対象となるフロートの大域的な配置や揃えその他の選択ができます.
28796 \family sans
28797 \series bold
28798 \shape default
28799 \size default
28800 \emph default
28801 \bar default
28802 \noun default
28803 \color inherit
28804 文書\SpecialChar menuseparator
28805 設定\SpecialChar ldots
28806 \SpecialChar menuseparator
28807 フロートの設定
28808 \family default
28809 \series default
28810
28811 \begin_inset space \thinspace{}
28812 \end_inset
28813
28814
28815 \family roman
28816 \series medium
28817 \shape up
28818 \size normal
28819 \emph off
28820 \bar no
28821 \noun off
28822 \color none
28823 とローカルな
28824 \family sans
28825 \series bold
28826 \shape default
28827 \size default
28828 \emph default
28829 \bar default
28830 \noun default
28831 \color inherit
28832
28833 \begin_inset space \thinspace{}
28834 \end_inset
28835
28836 フロートの設定
28837 \family default
28838 \series default
28839
28840 \begin_inset space \thinspace{}
28841 \end_inset
28842
28843
28844 \family roman
28845 \series medium
28846 \shape up
28847 \size normal
28848 \emph off
28849 \bar no
28850 \noun off
28851 \color none
28852 両方について,
28853 これらのオプションを説明していきます.
28854 \end_layout
28855
28856 \begin_layout Subsection
28857 フロートの配置
28858 \begin_inset CommandInset label
28859 LatexCommand label
28860 name "subsec:フロートの配置"
28861
28862 \end_inset
28863
28864
28865 \begin_inset Index idx
28866 range none
28867 pageformat default
28868 status collapsed
28869
28870 \begin_layout Plain Layout
28871 \begin_inset IndexMacro sortkey
28872 status open
28873
28874 \begin_layout Plain Layout
28875 ふろと
28876 \end_layout
28877
28878 \end_inset
28879
28880 フロート
28881 \begin_inset IndexMacro subentry
28882 status open
28883
28884 \begin_layout Plain Layout
28885 配置
28886 \begin_inset IndexMacro sortkey
28887 status open
28888
28889 \begin_layout Plain Layout
28890 はいち
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \end_inset
28899
28900
28901 \end_layout
28902
28903 \end_inset
28904
28905
28906 \end_layout
28907
28908 \begin_layout Standard
28909
28910 \family sans
28911 \series bold
28912 文書\SpecialChar menuseparator
28913 設定\SpecialChar ldots
28914 \SpecialChar menuseparator
28915 フロートの設定
28916 \family roman
28917 \series medium
28918 \shape up
28919 \size normal
28920 \emph off
28921 \bar no
28922 \noun off
28923 \color none
28924 (すべてのフロート対象)とローカルな
28925 \family sans
28926 \series bold
28927 \shape default
28928 \size default
28929 \emph default
28930 \bar default
28931 \noun default
28932 \color inherit
28933
28934 \begin_inset space \thinspace{}
28935 \end_inset
28936
28937 フロートの設定
28938 \family roman
28939 \series medium
28940 \shape up
28941 \size normal
28942 \emph off
28943 \bar no
28944 \noun off
28945 \color none
28946 (特定のフロート対象)の両方において,
28947 フロートをページ上に配置するのに\SpecialChar LaTeX
28948 が用いる配置アルゴリズムを修正することができます.これは
28949 \family sans
28950 \series bold
28951 \shape default
28952 \size default
28953 \emph default
28954 \bar default
28955 \noun default
28956 \color inherit
28957 配置の設定
28958 \family roman
28959 \series medium
28960 \shape up
28961 \size normal
28962 \emph off
28963 \bar no
28964 \noun off
28965 \color none
28966 で行います.既定では,
28967 これは
28968 \family sans
28969 \series bold
28970 \shape default
28971 \size default
28972 \emph default
28973 \bar default
28974 \noun default
28975 \color inherit
28976
28977 \begin_inset space \thinspace{}
28978 \end_inset
28979
28980 文書\SpecialChar menuseparator
28981 設定\SpecialChar ldots
28982 \SpecialChar menuseparator
28983 フロートの設定
28984 \family roman
28985 \series medium
28986 \shape up
28987 \size normal
28988 \emph off
28989 \bar no
28990 \noun off
28991 \color none
28992
28993 \begin_inset space \thinspace{}
28994 \end_inset
28995
28996 では
28997 \family sans
28998 \series bold
28999 \shape default
29000 \size default
29001 \emph default
29002 \bar default
29003 \noun default
29004 \color inherit
29005 文書クラスの既定値
29006 \family roman
29007 \series medium
29008 \shape up
29009 \size normal
29010 \emph off
29011 \bar no
29012 \noun off
29013 \color none
29014 になっており(つまり文書クラスの既定配置アルゴリズムが使用されます),
29015
29016 \family default
29017 \series default
29018 \shape default
29019 \size default
29020 \emph default
29021 \bar default
29022 \noun default
29023 \color inherit
29024 ローカルの
29025 \family sans
29026 \series bold
29027 フロートの設定
29028 \family roman
29029 \series medium
29030 \shape up
29031 \size normal
29032 \emph off
29033 \bar no
29034 \noun off
29035 \color none
29036 ダイアログでは文書の既定値になっています(すなわち
29037 \family sans
29038 \series bold
29039 \shape default
29040 \size default
29041 \emph default
29042 \bar default
29043 \noun default
29044 \color inherit
29045 文書\SpecialChar menuseparator
29046 設定\SpecialChar ldots
29047 \SpecialChar menuseparator
29048 フロートの設定
29049 \family roman
29050 \series medium
29051 \shape up
29052 \size normal
29053 \emph off
29054 \bar no
29055 \noun off
29056 \color none
29057 の設定—
29058
29059 既定では文書クラスの既定値—
29060
29061 が使用されます).これを変更したい場合には,
29062 配置の設定を詳細設定にしてください.これによって,
29063 下記から1つ以上選択できるようになります.
29064 \end_layout
29065
29066 \begin_layout Description
29067 可能ならば現在位置に:
29068  
29069 \family roman
29070 \series medium
29071 \shape up
29072 \size normal
29073 \emph off
29074 \bar no
29075 \noun off
29076 \color none
29077 フロートを挿入位置に配置することを試みます
29078 \end_layout
29079
29080 \begin_layout Description
29081 なんとしても現在位置に:
29082  フロートの配置を挿入した位置に強制します
29083 \end_layout
29084
29085 \begin_layout Description
29086 ページ上部:
29087  
29088 \family roman
29089 \series medium
29090 \shape up
29091 \size normal
29092 \emph off
29093 \bar no
29094 \noun off
29095 \color none
29096 フロートを現在ページの上部に配置することを試みます
29097 \end_layout
29098
29099 \begin_layout Description
29100 ページ下部:
29101  
29102 \family roman
29103 \series medium
29104 \shape up
29105 \size normal
29106 \emph off
29107 \bar no
29108 \noun off
29109 \color none
29110 フロートを現在ページの下部に配置することを試みます
29111 \end_layout
29112
29113 \begin_layout Description
29114 フロートを独立したページに:
29115  
29116 \family roman
29117 \series medium
29118 \shape up
29119 \size normal
29120 \emph off
29121 \bar no
29122 \noun off
29123 \color none
29124 フロートを独立したページに配置することを試みます
29125 \end_layout
29126
29127 \begin_layout Standard
29128 \SpecialChar LaTeX
29129 は,
29130
29131 \emph on
29132 つねに
29133 \emph default
29134 上記のオプション順を用います.すなわち,
29135 既定の配置を使用すると,
29136 \SpecialChar LaTeX
29137 はまず
29138 \family sans
29139 \series bold
29140 可能ならば現在位置に
29141 \family default
29142 \series default
29143 を試み,
29144 次に
29145 \family sans
29146 \series bold
29147 ページの上部
29148 \family default
29149 \series default
29150
29151 その後他のオプションを試みます.既定値を使わないときには,
29152 \SpecialChar LaTeX
29153 は有効化されたオプションのみを使用しますが,
29154 やはり同じ順序でこれらを試みます.これら四つの配置がいずれも無理な場合は,
29155 フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
29156 \end_layout
29157
29158 \begin_layout Standard
29159 既定では,
29160 各オプションはそれぞれ以下の規則を持っています.
29161 \end_layout
29162
29163 \begin_layout Labeling
29164 \labelwidthstring 00.00.0000
29165
29166 \family sans
29167 ページ上部
29168 \family default
29169  は,
29170 フロートのページに占める割合が7割以下の場合のみ,
29171 ページ上部に配置します(
29172 \series bold
29173
29174 \backslash
29175 topfraction
29176 \series default
29177 ).
29178 \end_layout
29179
29180 \begin_layout Labeling
29181 \labelwidthstring 00.00.0000
29182
29183 \family sans
29184 ページ下部
29185 \family default
29186  は,
29187 フロートのページに占める割合が3割以下の場合のみ,
29188 ページ下部に配置します(
29189 \series bold
29190
29191 \backslash
29192 bottomfraction
29193 \series default
29194 ).
29195 \end_layout
29196
29197 \begin_layout Labeling
29198 \labelwidthstring 00.00.0000
29199
29200 \family sans
29201 フロートを独立したページ 
29202 \family default
29203 には,
29204 フロートのページに占める割合が5割以下の場合のみ,
29205 複数のフロートを同一ページに配置します(
29206 \series bold
29207
29208 \backslash
29209 floatpagefraction
29210 \series default
29211 ).
29212 \end_layout
29213
29214 \begin_layout Standard
29215 これらの規則に従いたくないときは,
29216
29217 \family sans
29218 \SpecialChar LaTeX
29219
29220 \series bold
29221 の規則を無視する
29222 \family default
29223 \series default
29224 オプションを追加することによって,
29225 これらを無視することができます.
29226 \begin_inset Newline newline
29227 \end_inset
29228
29229 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
29230 コマンドを使うと,
29231 これらの規則を定義しなおすこともできます.たとえば,
29232 往々にして小さすぎる,
29233 ページ下部規則の既定値を,
29234 ページの5割に変えるには,
29235 文書プリアンブルに
29236 \end_layout
29237
29238 \begin_layout Standard
29239
29240 \series bold
29241
29242 \backslash
29243 renewcommand{
29244 \backslash
29245 bottomfraction}{0.5}
29246 \end_layout
29247
29248 \begin_layout Standard
29249 という行を加えてください.
29250 \end_layout
29251
29252 \begin_layout Standard
29253 ときにはフロートを,
29254 挿入位置に正確に,
29255 しかもかならず配置させたい場合があるかもしれません.このような場合には,
29256
29257 \family sans
29258 \series bold
29259 何としても現在位置に置く
29260 \family default
29261 \series default
29262 オプションを使用します.このオプションはできる限り使わないようにし,
29263 使う場合でも印刷する直前にまで文書が仕上がってから,
29264 使用するようにしてください.なぜならば,
29265 このオプションを使うことによって,
29266 フロートはもはや「漂う」ことができなくなりますから,
29267 文書に変更を加えてしまうと,
29268 ページのレイアウトが往々にして破壊されてしまうからです.
29269 \end_layout
29270
29271 \begin_layout Standard
29272 折返しフロートは,
29273 つねにどれかの段落の本文で囲まれますので,
29274 配置オプションはありません.
29275 \end_layout
29276
29277 \begin_layout Standard
29278 \begin_inset VSpace bigskip
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \begin_layout Standard
29285 対応する節がページの中程から始まるのというのに,
29286 フロートがページの先頭に置かれてしまうために,
29287 読者がフロートを前節の一部であると勘違いしてしまうという問題に直面することがあります.この問題を避けるには,
29288 \SpecialChar LaTeX
29289 コマンドの
29290 \backslash
29291 suppressfloatsを使用することができます.これは,
29292 これが挿入されたページの特定のフロートの配置を抑制するので,
29293 節が始まる前にフロートが設定されてしまうのを避けるのに使用することができます.これを用いるには,
29294 文書プリアンブルに以下のコマンドを加えてください.
29295 \end_layout
29296
29297 \begin_layout Standard
29298
29299 \series bold
29300
29301 \backslash
29302 let
29303 \backslash
29304 mySection
29305 \backslash
29306 section
29307 \begin_inset Newline newline
29308 \end_inset
29309
29310
29311 \backslash
29312 renewcommand{
29313 \backslash
29314 section}{
29315 \backslash
29316 suppressfloats[t]
29317 \backslash
29318 mySection}
29319 \end_layout
29320
29321 \begin_layout Standard
29322 これと同じものは,
29323 章や小節など,
29324 すべての節見出しに用いることができます.この定義は,
29325 小々節のような小さい文字の部分では,
29326 \SpecialChar LaTeX
29327 が適当な配置を見つけるのに失敗することがあるので,
29328 これらに対する定義はお勧めしません.
29329 \end_layout
29330
29331 \begin_layout Standard
29332 \begin_inset VSpace bigskip
29333 \end_inset
29334
29335 場合によっては,
29336 すべての図表を文末に置く必要があることがあります.この目的のために,
29337 \SpecialChar LaTeX
29338 パッケージ
29339 \series bold
29340 endfloat
29341 \series default
29342
29343 \begin_inset Index idx
29344 range none
29345 pageformat default
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349 \begin_inset IndexMacro sortkey
29350 status open
29351
29352 \begin_layout Plain Layout
29353 LaTeXはつけし
29354 \end_layout
29355
29356 \end_inset
29357
29358 \SpecialChar LaTeX
29359 パッケージ
29360 \begin_inset IndexMacro subentry
29361 status open
29362
29363 \begin_layout Plain Layout
29364 endfloat
29365 \end_layout
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \end_inset
29373
29374 が開発されました.このパッケージは,
29375 すべての図表を文末に独立した節として置きます.元のフロート位置には,
29376
29377 \begin_inset Quotes eld
29378 \end_inset
29379
29380
29381 \family sans
29382 [Figure
29383 \begin_inset space ~
29384 \end_inset
29385
29386 3.2 about here.]
29387 \family default
29388
29389 \begin_inset Quotes erd
29390 \end_inset
29391
29392 というようなヒント文が挿入されます.endfloatパッケージは,
29393 プリアンブルに
29394 \end_layout
29395
29396 \begin_layout Standard
29397
29398 \series bold
29399
29400 \backslash
29401 usepackage[options]{endfloat}
29402 \end_layout
29403
29404 \begin_layout Standard
29405 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,
29406 さまざまなパッケージオプションがあります.詳細は,
29407
29408 \series bold
29409 endfloat
29410 \series default
29411 取扱説明書
29412 \begin_inset CommandInset citation
29413 LatexCommand cite
29414 key "endfloat"
29415 literal "true"
29416
29417 \end_inset
29418
29419 をご参照ください.
29420 \begin_inset Newline newline
29421 \end_inset
29422
29423
29424 \begin_inset Note Greyedout
29425 status open
29426
29427 \begin_layout Plain Layout
29428
29429 \series bold
29430 [註]endfloat
29431 \series default
29432 は,
29433 ヒント文の自動翻訳を行わないので,
29434 手動で行わなくてはなりません.
29435 \begin_inset CommandInset citation
29436 LatexCommand cite
29437 key "endfloat"
29438 literal "true"
29439
29440 \end_inset
29441
29442 の第4節をご参照ください.
29443 \end_layout
29444
29445 \end_inset
29446
29447
29448 \begin_inset Newline newline
29449 \end_inset
29450
29451
29452 \begin_inset Note Greyedout
29453 status open
29454
29455 \begin_layout Plain Layout
29456
29457 \series bold
29458 [註]
29459 \series default
29460 現在のところ,
29461
29462 \series bold
29463 endfloat
29464 \series default
29465 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,
29466 「ß」の代わりに\SpecialChar TeX
29467 コードで「
29468 \series bold
29469
29470 \backslash
29471 ss
29472 \series default
29473 」コマンドを使用してください.
29474 \end_layout
29475
29476 \end_inset
29477
29478
29479 \end_layout
29480
29481 \begin_layout Standard
29482 \begin_inset VSpace bigskip
29483 \end_inset
29484
29485 フロートの割付に関する詳細は,
29486 \SpecialChar LaTeX
29487 関連書
29488 \begin_inset CommandInset citation
29489 LatexCommand cite
29490 key "latexcompanion,latexguide,latexbook"
29491 literal "true"
29492
29493 \end_inset
29494
29495 をご覧ください.
29496 \end_layout
29497
29498 \begin_layout Subsection
29499 フロートの中身の揃え
29500 \end_layout
29501
29502 \begin_layout Standard
29503 このオプションリストでは,
29504 フロート(あるいは
29505 \begin_inset space \thinspace{}
29506 \end_inset
29507
29508
29509 \family sans
29510 \series bold
29511 文書\SpecialChar menuseparator
29512 設定
29513 \family default
29514 \series default
29515
29516 \begin_inset space \thinspace{}
29517 \end_inset
29518
29519 から呼び出したのであれば,
29520 すべてのフロートの既定値)の中身をどう揃えるかを定義します.
29521 \family sans
29522 \series bold
29523 文書クラスの既定値
29524 \family default
29525 \series default
29526 では,
29527 そのクラスの揃え,
29528 すなわち\SpecialChar LaTeX
29529 の既定の揃えが使用されます.
29530 \family sans
29531 \series bold
29532 文書の既定値
29533 \family default
29534 \series default
29535
29536 \family sans
29537 \series bold
29538 フロートの設定
29539 \family default
29540 \series default
29541 ダイアログでのみ表示され,
29542
29543 \family sans
29544 \series bold
29545 文書\SpecialChar menuseparator
29546 設定
29547 \family default
29548 \series default
29549
29550 \begin_inset space \thinspace{}
29551 \end_inset
29552
29553 では表示されません)は,
29554
29555 \family sans
29556 \series bold
29557 文書\SpecialChar menuseparator
29558 設定\SpecialChar menuseparator
29559 フロートの設定
29560 \family default
29561 \series default
29562
29563 \begin_inset space \thinspace{}
29564 \end_inset
29565
29566 で指定した設定が使われます.他の3つの選択肢,
29567
29568 \family sans
29569 \series bold
29570 左揃え
29571 \family default
29572 \series default
29573
29574 \family sans
29575 \series bold
29576 中央揃え
29577 \family default
29578 \series default
29579
29580 \family sans
29581 \series bold
29582 右揃え
29583 \family default
29584 \series default
29585 は自明でしょう.
29586 \family sans
29587 \series bold
29588 文書\SpecialChar menuseparator
29589 設定\SpecialChar menuseparator
29590 フロートの設定
29591 \family default
29592 \series default
29593
29594 \begin_inset space \thinspace{}
29595 \end_inset
29596
29597 でこれらが選択されれば,
29598 文書中のすべてのフロートがこの設定を持ちます(すると,
29599 たとえばすべてのフロートを中央揃えにするのは極めて簡単です).
29600 \end_layout
29601
29602 \begin_layout Subsection
29603 他のフロートオプション
29604 \end_layout
29605
29606 \begin_layout Standard
29607 これらの2つのオプションは,
29608
29609 \family sans
29610 \series bold
29611 フロートの設定
29612 \family default
29613 \series default
29614 ダイアログでのみ表示され,
29615
29616 \family sans
29617 \series bold
29618 文書\SpecialChar menuseparator
29619 設定
29620 \family default
29621 \series default
29622
29623 \begin_inset space \thinspace{}
29624 \end_inset
29625
29626 では表示されません.
29627 \end_layout
29628
29629 \begin_layout Standard
29630
29631 \family sans
29632 \series bold
29633 段をまたぐ
29634 \family roman
29635 \series medium
29636 \shape up
29637 \size normal
29638 \emph off
29639 \bar no
29640 \noun off
29641 \color none
29642 オプションは,
29643 二段組文書でのみ有効です.これを選択すると,
29644 フロートは段の中のみに収められないで,
29645 ページの両段にまたがって広がります.
29646 \end_layout
29647
29648 \begin_layout Standard
29649
29650 \family sans
29651 \series bold
29652 横倒しに回転
29653 \family roman
29654 \series medium
29655 \shape up
29656 \size normal
29657 \emph off
29658 \bar no
29659 \noun off
29660 \color none
29661 オプションは,
29662 フロートを回転するのに用います.第
29663 \family default
29664 \series default
29665 \shape default
29666 \size default
29667 \emph default
29668 \bar default
29669 \noun default
29670 \color inherit
29671
29672 \begin_inset CommandInset ref
29673 LatexCommand ref
29674 reference "sec:回転フロート"
29675 nolink "false"
29676
29677 \end_inset
29678
29679
29680 \family roman
29681 \series medium
29682 \shape up
29683 \size normal
29684 \emph off
29685 \bar no
29686 \noun off
29687 \color none
29688 節をご参照ください.
29689 \end_layout
29690
29691 \begin_layout Section
29692 回転フロート
29693 \begin_inset CommandInset label
29694 LatexCommand label
29695 name "sec:回転フロート"
29696
29697 \end_inset
29698
29699
29700 \begin_inset Index idx
29701 range none
29702 pageformat default
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706 \begin_inset IndexMacro sortkey
29707 status open
29708
29709 \begin_layout Plain Layout
29710 ふろと
29711 \end_layout
29712
29713 \end_inset
29714
29715 フロート
29716 \begin_inset IndexMacro subentry
29717 status open
29718
29719 \begin_layout Plain Layout
29720 \begin_inset IndexMacro sortkey
29721 status open
29722
29723 \begin_layout Plain Layout
29724 かいてん
29725 \end_layout
29726
29727 \end_inset
29728
29729 回転
29730 \end_layout
29731
29732 \end_inset
29733
29734
29735 \end_layout
29736
29737 \end_inset
29738
29739
29740 \end_layout
29741
29742 \begin_layout Standard
29743 特に横長の表などの場合,
29744 フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,
29745 フロートボックスを右クリックして,
29746
29747 \family sans
29748 横倒しに回転
29749 \family default
29750 オプションを有効にします.
29751 \end_layout
29752
29753 \begin_layout Standard
29754 回転フロートは,
29755 つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
29756 \family sans
29757 段をまたぐ
29758 \family default
29759 オプションを有効にすれば,
29760 複数の段にまたがるようにすることができます.また,
29761 回転フロートは,
29762 外側余白方向から読むことができるような形に回転されます.全ページにわたって回転方向を強制したい場合には,
29763 文書クラスオプションに
29764 \series bold
29765 figuresleft
29766 \series default
29767 オプションあるいは
29768 \series bold
29769 figuresright
29770 \series default
29771 オプションを加えることができます.
29772 \end_layout
29773
29774 \begin_layout Standard
29775 回転フロートへの相互参照は,
29776 通常のフロートの場合と同じです.キャプションの形式も同じです.表
29777 \begin_inset CommandInset ref
29778 LatexCommand ref
29779 reference "tab:回転した表"
29780 nolink "false"
29781
29782 \end_inset
29783
29784 が回転表フロートの例です.
29785 \end_layout
29786
29787 \begin_layout Standard
29788 \begin_inset Note Greyedout
29789 status open
29790
29791 \begin_layout Plain Layout
29792
29793 \series bold
29794 [註]
29795 \series default
29796 すべてのDVIビューアが回転フロートを表示できるわけではありません.
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \end_layout
29803
29804 \begin_layout Standard
29805 \begin_inset Float table
29806 placement document
29807 alignment document
29808 wide false
29809 sideways true
29810 status open
29811
29812 \begin_layout Plain Layout
29813 \begin_inset Caption Standard
29814
29815 \begin_layout Plain Layout
29816 \begin_inset CommandInset label
29817 LatexCommand label
29818 name "tab:回転した表"
29819
29820 \end_inset
29821
29822 回転した表
29823 \end_layout
29824
29825 \end_inset
29826
29827
29828 \end_layout
29829
29830 \begin_layout Plain Layout
29831 \align center
29832 \begin_inset Tabular
29833 <lyxtabular version="3" rows="1" columns="5">
29834 <features tabularvalignment="middle">
29835 <column alignment="center" valignment="top">
29836 <column alignment="center" valignment="top">
29837 <column alignment="center" valignment="top">
29838 <column alignment="center" valignment="top">
29839 <column alignment="center" valignment="top">
29840 <row>
29841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29842 \begin_inset Text
29843
29844 \begin_layout Plain Layout
29845 試験
29846 \end_layout
29847
29848 \end_inset
29849 </cell>
29850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29851 \begin_inset Text
29852
29853 \begin_layout Plain Layout
29854
29855 \end_layout
29856
29857 \end_inset
29858 </cell>
29859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29860 \begin_inset Text
29861
29862 \begin_layout Plain Layout
29863
29864 \end_layout
29865
29866 \end_inset
29867 </cell>
29868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29869 \begin_inset Text
29870
29871 \begin_layout Plain Layout
29872
29873 \end_layout
29874
29875 \end_inset
29876 </cell>
29877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29878 \begin_inset Text
29879
29880 \begin_layout Plain Layout
29881
29882 \end_layout
29883
29884 \end_inset
29885 </cell>
29886 </row>
29887 </lyxtabular>
29888
29889 \end_inset
29890
29891
29892 \end_layout
29893
29894 \end_inset
29895
29896
29897 \end_layout
29898
29899 \begin_layout Section
29900 従属フロート
29901 \begin_inset Index idx
29902 range none
29903 pageformat default
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907 \begin_inset IndexMacro sortkey
29908 status open
29909
29910 \begin_layout Plain Layout
29911 ふろと
29912 \end_layout
29913
29914 \end_inset
29915
29916 フロート
29917 \begin_inset IndexMacro subentry
29918 status open
29919
29920 \begin_layout Plain Layout
29921 \begin_inset IndexMacro sortkey
29922 status open
29923
29924 \begin_layout Plain Layout
29925 しゆうそくふろと
29926 \end_layout
29927
29928 \end_inset
29929
29930 従属フロート
29931 \end_layout
29932
29933 \end_inset
29934
29935
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \end_layout
29942
29943 \begin_layout Standard
29944 従属フロートは,
29945 図が複数の画像から成るような場合に使用します.これは,
29946 フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,
29947
29948 \begin_inset CommandInset ref
29949 LatexCommand ref
29950 reference "tab:従属表を横に並べたもの"
29951 nolink "false"
29952
29953 \end_inset
29954
29955 と表
29956 \begin_inset CommandInset ref
29957 LatexCommand ref
29958 reference "tab:従属表を縦に並べたもの"
29959 nolink "false"
29960
29961 \end_inset
29962
29963 に示されているように段落と同様に指定することができます.
29964 \end_layout
29965
29966 \begin_layout Standard
29967 従属フロートの参照は,
29968 通常のフロートの参照と同様にすることができます.例:
29969
29970 \begin_inset CommandInset ref
29971 LatexCommand ref
29972 reference "tab:これは従属表a"
29973 nolink "false"
29974
29975 \end_inset
29976
29977 と表
29978 \begin_inset CommandInset ref
29979 LatexCommand ref
29980 reference "tab:これは従属表b"
29981 nolink "false"
29982
29983 \end_inset
29984
29985 は表
29986 \begin_inset CommandInset ref
29987 LatexCommand ref
29988 reference "tab:従属表を横に並べたもの"
29989 nolink "false"
29990
29991 \end_inset
29992
29993 の従属フロートです.
29994 \begin_inset Float table
29995 placement document
29996 alignment document
29997 wide false
29998 sideways false
29999 status open
30000
30001 \begin_layout Plain Layout
30002 \begin_inset Caption Standard
30003
30004 \begin_layout Plain Layout
30005 \begin_inset CommandInset label
30006 LatexCommand label
30007 name "tab:従属表を横に並べたもの"
30008
30009 \end_inset
30010
30011 従属表を横に並べたもの
30012 \end_layout
30013
30014 \end_inset
30015
30016
30017 \end_layout
30018
30019 \begin_layout Plain Layout
30020 \begin_inset space \hfill{}
30021 \end_inset
30022
30023
30024 \begin_inset Float table
30025 placement document
30026 alignment document
30027 wide false
30028 sideways false
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 \begin_inset Caption Standard
30033
30034 \begin_layout Plain Layout
30035 \begin_inset CommandInset label
30036 LatexCommand label
30037 name "tab:これは従属表a"
30038
30039 \end_inset
30040
30041 これは従属表aです.
30042 \end_layout
30043
30044 \end_inset
30045
30046
30047 \end_layout
30048
30049 \begin_layout Plain Layout
30050 \align center
30051 \begin_inset Tabular
30052 <lyxtabular version="3" rows="1" columns="5">
30053 <features tabularvalignment="middle">
30054 <column alignment="center" valignment="top">
30055 <column alignment="center" valignment="top">
30056 <column alignment="center" valignment="top">
30057 <column alignment="center" valignment="top">
30058 <column alignment="center" valignment="top">
30059 <row>
30060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30061 \begin_inset Text
30062
30063 \begin_layout Plain Layout
30064 試験
30065 \end_layout
30066
30067 \end_inset
30068 </cell>
30069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30070 \begin_inset Text
30071
30072 \begin_layout Plain Layout
30073
30074 \end_layout
30075
30076 \end_inset
30077 </cell>
30078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30079 \begin_inset Text
30080
30081 \begin_layout Plain Layout
30082
30083 \end_layout
30084
30085 \end_inset
30086 </cell>
30087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30088 \begin_inset Text
30089
30090 \begin_layout Plain Layout
30091
30092 \end_layout
30093
30094 \end_inset
30095 </cell>
30096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30097 \begin_inset Text
30098
30099 \begin_layout Plain Layout
30100
30101 \end_layout
30102
30103 \end_inset
30104 </cell>
30105 </row>
30106 </lyxtabular>
30107
30108 \end_inset
30109
30110
30111 \end_layout
30112
30113 \end_inset
30114
30115
30116 \begin_inset space \hfill{}
30117 \end_inset
30118
30119
30120 \begin_inset Float table
30121 placement document
30122 alignment document
30123 wide false
30124 sideways false
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128 \begin_inset Caption Standard
30129
30130 \begin_layout Plain Layout
30131 \begin_inset CommandInset label
30132 LatexCommand label
30133 name "tab:これは従属表b"
30134
30135 \end_inset
30136
30137 これは従属表bです.
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \end_layout
30144
30145 \begin_layout Plain Layout
30146 \align center
30147 \begin_inset Tabular
30148 <lyxtabular version="3" rows="1" columns="5">
30149 <features tabularvalignment="middle">
30150 <column alignment="center" valignment="top">
30151 <column alignment="center" valignment="top">
30152 <column alignment="center" valignment="top">
30153 <column alignment="center" valignment="top">
30154 <column alignment="center" valignment="top">
30155 <row>
30156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30157 \begin_inset Text
30158
30159 \begin_layout Plain Layout
30160
30161 \end_layout
30162
30163 \end_inset
30164 </cell>
30165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30166 \begin_inset Text
30167
30168 \begin_layout Plain Layout
30169
30170 \end_layout
30171
30172 \end_inset
30173 </cell>
30174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30175 \begin_inset Text
30176
30177 \begin_layout Plain Layout
30178
30179 \end_layout
30180
30181 \end_inset
30182 </cell>
30183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30184 \begin_inset Text
30185
30186 \begin_layout Plain Layout
30187
30188 \end_layout
30189
30190 \end_inset
30191 </cell>
30192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30193 \begin_inset Text
30194
30195 \begin_layout Plain Layout
30196 試験
30197 \end_layout
30198
30199 \end_inset
30200 </cell>
30201 </row>
30202 </lyxtabular>
30203
30204 \end_inset
30205
30206
30207 \end_layout
30208
30209 \end_inset
30210
30211
30212 \begin_inset space \hfill{}
30213 \end_inset
30214
30215
30216 \end_layout
30217
30218 \end_inset
30219
30220
30221 \begin_inset Float table
30222 placement document
30223 alignment document
30224 wide false
30225 sideways false
30226 status open
30227
30228 \begin_layout Plain Layout
30229 \begin_inset Caption Standard
30230
30231 \begin_layout Plain Layout
30232 \begin_inset CommandInset label
30233 LatexCommand label
30234 name "tab:従属表を縦に並べたもの"
30235
30236 \end_inset
30237
30238 従属表を縦に並べたもの.(a)は4セルから成る表,
30239 (b)は5セルから成る表.
30240 \end_layout
30241
30242 \end_inset
30243
30244
30245 \end_layout
30246
30247 \begin_layout Plain Layout
30248 \noindent
30249 \align center
30250 \begin_inset Float table
30251 placement document
30252 alignment document
30253 wide false
30254 sideways false
30255 status collapsed
30256
30257 \begin_layout Plain Layout
30258 \begin_inset Caption Standard
30259
30260 \begin_layout Plain Layout
30261
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \end_layout
30268
30269 \begin_layout Plain Layout
30270 \align center
30271 \begin_inset Tabular
30272 <lyxtabular version="3" rows="1" columns="4">
30273 <features tabularvalignment="middle">
30274 <column alignment="center" valignment="top">
30275 <column alignment="center" valignment="top">
30276 <column alignment="center" valignment="top">
30277 <column alignment="center" valignment="top">
30278 <row>
30279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30280 \begin_inset Text
30281
30282 \begin_layout Plain Layout
30283 試験
30284 \end_layout
30285
30286 \end_inset
30287 </cell>
30288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30289 \begin_inset Text
30290
30291 \begin_layout Plain Layout
30292 試験
30293 \end_layout
30294
30295 \end_inset
30296 </cell>
30297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30298 \begin_inset Text
30299
30300 \begin_layout Plain Layout
30301 試験
30302 \end_layout
30303
30304 \end_inset
30305 </cell>
30306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30307 \begin_inset Text
30308
30309 \begin_layout Plain Layout
30310 試験
30311 \end_layout
30312
30313 \end_inset
30314 </cell>
30315 </row>
30316 </lyxtabular>
30317
30318 \end_inset
30319
30320
30321 \end_layout
30322
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Plain Layout
30329 \noindent
30330 \align center
30331 \begin_inset Float table
30332 placement document
30333 alignment document
30334 wide false
30335 sideways false
30336 status collapsed
30337
30338 \begin_layout Plain Layout
30339 \begin_inset Caption Standard
30340
30341 \begin_layout Plain Layout
30342
30343 \end_layout
30344
30345 \end_inset
30346
30347
30348 \end_layout
30349
30350 \begin_layout Plain Layout
30351 \align center
30352 \begin_inset Tabular
30353 <lyxtabular version="3" rows="1" columns="5">
30354 <features tabularvalignment="middle">
30355 <column alignment="center" valignment="top">
30356 <column alignment="center" valignment="top">
30357 <column alignment="center" valignment="top">
30358 <column alignment="center" valignment="top">
30359 <column alignment="center" valignment="top">
30360 <row>
30361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30362 \begin_inset Text
30363
30364 \begin_layout Plain Layout
30365
30366 \end_layout
30367
30368 \end_inset
30369 </cell>
30370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30371 \begin_inset Text
30372
30373 \begin_layout Plain Layout
30374
30375 \end_layout
30376
30377 \end_inset
30378 </cell>
30379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30380 \begin_inset Text
30381
30382 \begin_layout Plain Layout
30383
30384 \end_layout
30385
30386 \end_inset
30387 </cell>
30388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30389 \begin_inset Text
30390
30391 \begin_layout Plain Layout
30392
30393 \end_layout
30394
30395 \end_inset
30396 </cell>
30397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30398 \begin_inset Text
30399
30400 \begin_layout Plain Layout
30401
30402 \end_layout
30403
30404 \end_inset
30405 </cell>
30406 </row>
30407 </lyxtabular>
30408
30409 \end_inset
30410
30411
30412 \end_layout
30413
30414 \end_inset
30415
30416
30417 \end_layout
30418
30419 \end_inset
30420
30421
30422 \end_layout
30423
30424 \begin_layout Section
30425 横並びのフロート
30426 \begin_inset Index idx
30427 range none
30428 pageformat default
30429 status collapsed
30430
30431 \begin_layout Plain Layout
30432 \begin_inset IndexMacro sortkey
30433 status open
30434
30435 \begin_layout Plain Layout
30436 ふろと
30437 \end_layout
30438
30439 \end_inset
30440
30441 フロート
30442 \begin_inset IndexMacro subentry
30443 status open
30444
30445 \begin_layout Plain Layout
30446 \begin_inset IndexMacro sortkey
30447 status open
30448
30449 \begin_layout Plain Layout
30450 よこならひ
30451 \end_layout
30452
30453 \end_inset
30454
30455 横並び
30456 \end_layout
30457
30458 \end_inset
30459
30460
30461 \end_layout
30462
30463 \end_inset
30464
30465
30466 \end_layout
30467
30468 \begin_layout Standard
30469
30470 \begin_inset CommandInset ref
30471 LatexCommand ref
30472 reference "fig:左側のフロート"
30473 nolink "false"
30474
30475 \end_inset
30476
30477 や図
30478 \begin_inset CommandInset ref
30479 LatexCommand ref
30480 reference "fig:右側のフロート"
30481 nolink "false"
30482
30483 \end_inset
30484
30485 のようにフロートを横並びに配置するには,
30486
30487 \emph on
30488 ひとつの
30489 \emph default
30490 フロートのみを使用し,
30491 その中に二つのminipageボックスを挿入します
30492 \begin_inset Foot
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496 Minipageは第
30497 \begin_inset CommandInset ref
30498 LatexCommand ref
30499 reference "sec:ミニページ"
30500 nolink "false"
30501
30502 \end_inset
30503
30504 節に説明があります.
30505 \end_layout
30506
30507 \end_inset
30508
30509 .幅は45
30510 \begin_inset space \thinspace{}
30511 \end_inset
30512
30513 -50
30514 \begin_inset space \thinspace{}
30515 \end_inset
30516
30517 列幅%とし,
30518 各minipageのボックス配置を
30519 \family sans
30520
30521 \family default
30522 に設定します.minipageボックスには,
30523 フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,
30524 画像単位
30525 \family sans
30526 列幅%
30527 \family default
30528 がここではminipageボックスの幅によって計算されることです.
30529 \end_layout
30530
30531 \begin_layout Standard
30532 \begin_inset Float figure
30533 placement document
30534 alignment document
30535 wide false
30536 sideways false
30537 status open
30538
30539 \begin_layout Plain Layout
30540 \begin_inset Box Frameless
30541 position "b"
30542 hor_pos "c"
30543 has_inner_box 1
30544 inner_pos "t"
30545 use_parbox 0
30546 use_makebox 0
30547 width "45col%"
30548 special "none"
30549 height "1in"
30550 height_special "totalheight"
30551 thickness "0.4pt"
30552 separation "3pt"
30553 shadowsize "4pt"
30554 framecolor "black"
30555 backgroundcolor "none"
30556 status open
30557
30558 \begin_layout Plain Layout
30559 \align center
30560 \begin_inset Graphics
30561         filename ../clipart/2D-intensity-plot.pdf
30562         width 100col%
30563         scaleBeforeRotation
30564         BoundingBox 0bp 1bp 178bp 138bp
30565         clip
30566
30567 \end_inset
30568
30569
30570 \end_layout
30571
30572 \begin_layout Plain Layout
30573 \begin_inset Caption Standard
30574
30575 \begin_layout Plain Layout
30576 \begin_inset CommandInset label
30577 LatexCommand label
30578 name "fig:左側のフロート"
30579
30580 \end_inset
30581
30582 左側のフロート
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \end_layout
30589
30590 \end_inset
30591
30592
30593 \begin_inset space \hfill{}
30594 \end_inset
30595
30596
30597 \begin_inset Box Frameless
30598 position "b"
30599 hor_pos "c"
30600 has_inner_box 1
30601 inner_pos "t"
30602 use_parbox 0
30603 use_makebox 0
30604 width "45col%"
30605 special "none"
30606 height "1in"
30607 height_special "totalheight"
30608 thickness "0.4pt"
30609 separation "3pt"
30610 shadowsize "4pt"
30611 framecolor "black"
30612 backgroundcolor "none"
30613 status open
30614
30615 \begin_layout Plain Layout
30616 \align center
30617 \begin_inset Graphics
30618         filename ../clipart/Star-structure.pdf
30619         width 100col%
30620         scaleBeforeRotation
30621
30622 \end_inset
30623
30624
30625 \end_layout
30626
30627 \begin_layout Plain Layout
30628 \begin_inset Caption Standard
30629
30630 \begin_layout Plain Layout
30631 \begin_inset CommandInset label
30632 LatexCommand label
30633 name "fig:右側のフロート"
30634
30635 \end_inset
30636
30637 右側のフロート
30638 \end_layout
30639
30640 \end_inset
30641
30642
30643 \end_layout
30644
30645 \end_inset
30646
30647
30648 \end_layout
30649
30650 \begin_layout Plain Layout
30651
30652 \end_layout
30653
30654 \end_inset
30655
30656 2つのフロートを横に並べるには,
30657 可変幅ミニページを使うと簡単にできます(第
30658 \begin_inset CommandInset ref
30659 LatexCommand ref
30660 reference "sec:ミニページ"
30661 nolink "false"
30662
30663 \end_inset
30664
30665 節参照).可変幅ミニページは,
30666 図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,
30667 図の水平方向の配置も調整してくれます.ファイル
30668 \family typewriter
30669 examples/varwidth-floats-side-by-side.lyx
30670 \family default
30671 に,
30672 この方法の例があります.
30673 \end_layout
30674
30675 \begin_layout Section
30676 キャプションの書式設定
30677 \begin_inset Index idx
30678 range none
30679 pageformat default
30680 status collapsed
30681
30682 \begin_layout Plain Layout
30683 \begin_inset IndexMacro sortkey
30684 status open
30685
30686 \begin_layout Plain Layout
30687 きやふしよん
30688 \end_layout
30689
30690 \end_inset
30691
30692 キャプション
30693 \begin_inset IndexMacro subentry
30694 status open
30695
30696 \begin_layout Plain Layout
30697 \begin_inset IndexMacro sortkey
30698 status open
30699
30700 \begin_layout Plain Layout
30701 しよしきせつてい
30702 \end_layout
30703
30704 \end_inset
30705
30706 書式設定
30707 \end_layout
30708
30709 \end_inset
30710
30711
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \begin_inset Index idx
30718 range none
30719 pageformat default
30720 status collapsed
30721
30722 \begin_layout Plain Layout
30723 \begin_inset IndexMacro sortkey
30724 status open
30725
30726 \begin_layout Plain Layout
30727 ふろと
30728 \end_layout
30729
30730 \end_inset
30731
30732 フロート
30733 \begin_inset IndexMacro subentry
30734 status open
30735
30736 \begin_layout Plain Layout
30737 \begin_inset IndexMacro sortkey
30738 status open
30739
30740 \begin_layout Plain Layout
30741 きやふしよんのしよしきせつてい
30742 \end_layout
30743
30744 \end_inset
30745
30746 キャプションの書式設定
30747 \end_layout
30748
30749 \end_inset
30750
30751
30752 \end_layout
30753
30754 \end_inset
30755
30756
30757 \begin_inset CommandInset label
30758 LatexCommand label
30759 name "sec:キャプションの書式設定"
30760
30761 \end_inset
30762
30763
30764 \end_layout
30765
30766 \begin_layout Standard
30767
30768 \family sans
30769 \series bold
30770 キャプション
30771 \family default
30772 \series default
30773 環境は,
30774
30775 \family sans
30776 \series bold
30777 フロート
30778 \family default
30779 \series default
30780 の既定の段落環境です.キャプションは,
30781 \SpecialChar LyX
30782 画面上では,
30783 例えば「
30784 \family sans
30785 図 #:
30786 \family default
30787 」のようなラベルの後に,
30788 キャプション文を伴って表示されます.ここで「
30789 \family sans
30790 #
30791 \family default
30792 」には,
30793 実際には参照番号が入ります.既定の設定では,
30794 ラベルと番号はキャプション文と同じフォントになっており,
30795 ラベルと文を分けるために,
30796 番号の後にコロンが入ります.このキャプション書式は,
30797 すべての文書書式に適しているわけではありません.
30798 \end_layout
30799
30800 \begin_layout Standard
30801 既定のキャプション書式を変更するには,
30802 文書プリアンブルに
30803 \end_layout
30804
30805 \begin_layout Standard
30806
30807 \series bold
30808
30809 \backslash
30810 usepackage[format definition]{caption}
30811 \end_layout
30812
30813 \begin_layout Standard
30814 という行を加えて,
30815 \SpecialChar LaTeX
30816 パッケージ
30817 \series bold
30818 caption
30819 \series default
30820
30821 \begin_inset Index idx
30822 range none
30823 pageformat default
30824 status collapsed
30825
30826 \begin_layout Plain Layout
30827 \begin_inset IndexMacro sortkey
30828 status open
30829
30830 \begin_layout Plain Layout
30831 LaTeXはつけし
30832 \end_layout
30833
30834 \end_inset
30835
30836 \SpecialChar LaTeX
30837 パッケージ
30838 \begin_inset IndexMacro subentry
30839 status open
30840
30841 \begin_layout Plain Layout
30842 caption
30843 \end_layout
30844
30845 \end_inset
30846
30847
30848 \end_layout
30849
30850 \end_inset
30851
30852 を読み込んでください.たとえば,
30853 ラベルと番号をサンセリフのボールド体にして,
30854 表キャプションを,
30855 この文書のように常に表の上に置くようにするには,
30856
30857 \end_layout
30858
30859 \begin_layout Standard
30860
30861 \series bold
30862
30863 \backslash
30864 usepackage[labelfont={bf,sf},
30865  tableposition=top]{caption}
30866 \end_layout
30867
30868 \begin_layout Standard
30869 というコマンドを使用してください.また,
30870 各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
30871
30872 \series bold
30873 caption
30874 \series default
30875 パッケージを書式関連オプション抜きで読み込み,
30876 文書プリアンブルに
30877 \end_layout
30878
30879 \begin_layout Standard
30880
30881 \series bold
30882
30883 \backslash
30884 captionsetup[フロート型]{書式定義}
30885 \end_layout
30886
30887 \begin_layout Standard
30888 というコマンドを使用して,
30889 個別の書式を指定してください.たとえば,
30890
30891 \begin_inset CommandInset ref
30892 LatexCommand ref
30893 reference "fig:図キャプション"
30894 nolink "false"
30895
30896 \end_inset
30897
30898 と表
30899 \begin_inset CommandInset ref
30900 LatexCommand ref
30901 reference "tab:表キャプション"
30902 nolink "false"
30903
30904 \end_inset
30905
30906 に使われているキャプション書式は,
30907 文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
30908 \end_layout
30909
30910 \begin_layout Standard
30911
30912 \series bold
30913
30914 \backslash
30915 usepackage[tableposition=top]{caption}
30916 \series default
30917
30918 \begin_inset Newline newline
30919 \end_inset
30920
30921
30922 \series bold
30923
30924 \backslash
30925 captionsetup[figure]{labelfont={tt},
30926  textfont=it,
30927  indention=1cm,%
30928 \begin_inset Newline newline
30929 \end_inset
30930
30931
30932 \begin_inset Phantom HPhantom
30933 status open
30934
30935 \begin_layout Plain Layout
30936
30937 \backslash
30938 captionsetup[figure]{
30939 \end_layout
30940
30941 \end_inset
30942
30943 labelsep=period}
30944 \begin_inset Newline newline
30945 \end_inset
30946
30947
30948 \backslash
30949 captionsetup[table]{labelfont={bf,sf}}
30950 \end_layout
30951
30952 \begin_layout Standard
30953 \begin_inset Note Greyedout
30954 status collapsed
30955
30956 \begin_layout Plain Layout
30957
30958 \series bold
30959 [註]
30960 \series default
30961 オプションのうち,
30962
30963 \series bold
30964 tableposition=top
30965 \series default
30966 は,
30967 文書クラスに
30968 \series bold
30969 KOMA-Script
30970 \series default
30971
30972 \begin_inset Index idx
30973 range none
30974 pageformat default
30975 status open
30976
30977 \begin_layout Plain Layout
30978 \begin_inset IndexMacro sortkey
30979 status open
30980
30981 \begin_layout Plain Layout
30982 LaTeXはつけし
30983 \end_layout
30984
30985 \end_inset
30986
30987 \SpecialChar LaTeX
30988 パッケージ
30989 \begin_inset IndexMacro subentry
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993 KOMA-Script
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \end_layout
31000
31001 \end_inset
31002
31003 が使われているときには,
31004 無効になります.この場合には,
31005 文書クラスオプション
31006 \series bold
31007 captions=tableheading
31008 \series default
31009 を指定しなくてはなりません.
31010 \end_layout
31011
31012 \end_inset
31013
31014
31015 \end_layout
31016
31017 \begin_layout Standard
31018
31019 \series bold
31020 caption
31021 \series default
31022 パッケージについての詳細は,
31023 その取扱説明書
31024 \begin_inset CommandInset citation
31025 LatexCommand cite
31026 key "caption"
31027 literal "true"
31028
31029 \end_inset
31030
31031 をご覧ください.
31032 \end_layout
31033
31034 \begin_layout Standard
31035 ラベル名を,
31036 たとえば「図」から「画像」に変更するには,
31037 以下のプリアンブルコマンドを使用してください.
31038 \end_layout
31039
31040 \begin_layout Standard
31041
31042 \series bold
31043
31044 \backslash
31045 renewcommand{
31046 \backslash
31047 fnum@figure}{画像~
31048 \backslash
31049 thefigure}
31050 \end_layout
31051
31052 \begin_layout Standard
31053 なお,
31054
31055 \series bold
31056
31057 \backslash
31058 thefigure
31059 \series default
31060 は表番号を挿入し,
31061
31062 \series bold
31063 ~
31064 \series default
31065 」は非改行空白を入れます.
31066 \end_layout
31067
31068 \begin_layout Standard
31069 \begin_inset VSpace bigskip
31070 \end_inset
31071
31072
31073 \series bold
31074 KOMA-script
31075 \series default
31076
31077 \begin_inset Index idx
31078 range none
31079 pageformat default
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083 \begin_inset IndexMacro sortkey
31084 status open
31085
31086 \begin_layout Plain Layout
31087 LaTeXはつけし
31088 \end_layout
31089
31090 \end_inset
31091
31092 \SpecialChar LaTeX
31093 パッケージ
31094 \begin_inset IndexMacro subentry
31095 status open
31096
31097 \begin_layout Plain Layout
31098 KOMA-Script
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \end_inset
31107
31108 文書クラス(
31109 \family sans
31110 KOMA-Script Article
31111 \family default
31112
31113 \family sans
31114 KOMA-Script Book
31115 \family default
31116
31117 \family sans
31118 KOMA-Script Letter
31119 \family default
31120
31121 \family sans
31122 KOMA-Script Report
31123 \family default
31124 )を使用している場合には,
31125
31126 \series bold
31127 caption
31128 \series default
31129 パッケージの代わりに
31130 \series bold
31131 KOMA-script
31132 \series default
31133 のビルトインコマンド
31134 \series bold
31135 etkomafont
31136 \series default
31137 を使用することもできます.たとえば,
31138 キャプションラベルをボールド体にするには,
31139 以下のコマンドを文書プリアンブルに加えます.
31140 \end_layout
31141
31142 \begin_layout Standard
31143
31144 \series bold
31145
31146 \backslash
31147 setkomafont{captionlabel}{
31148 \backslash
31149 bfseries}
31150 \end_layout
31151
31152 \begin_layout Standard
31153
31154 \series bold
31155
31156 \backslash
31157 setkomafont
31158 \series default
31159 についての詳細は,
31160
31161 \series bold
31162 KOMA-Script
31163 \series default
31164 の取扱説明書
31165 \begin_inset CommandInset citation
31166 LatexCommand cite
31167 key "KOMA-Script"
31168 literal "true"
31169
31170 \end_inset
31171
31172 をご覧ください.
31173 \end_layout
31174
31175 \begin_layout Standard
31176 \begin_inset ERT
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180
31181
31182 \backslash
31183 captionsetup[figure]{labelfont={tt},
31184  textfont=it,
31185  indention=1cm,
31186  labelsep=period}
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \begin_inset Note Note
31193 status open
31194
31195 \begin_layout Plain Layout
31196 キャプション書式は,
31197 この例のみ変更してあります.
31198 \end_layout
31199
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \begin_layout Standard
31206 \begin_inset Float figure
31207 placement !p
31208 alignment document
31209 wide false
31210 sideways false
31211 status open
31212
31213 \begin_layout Plain Layout
31214 \align center
31215 \begin_inset Graphics
31216         filename ../clipart/2D-intensity-plot.pdf
31217         scaleBeforeRotation
31218         BoundingBox 0bp 1bp 178bp 138bp
31219
31220 \end_inset
31221
31222
31223 \end_layout
31224
31225 \begin_layout Plain Layout
31226 \begin_inset Caption Standard
31227
31228 \begin_layout Plain Layout
31229 \begin_inset CommandInset label
31230 LatexCommand label
31231 name "fig:図キャプション"
31232
31233 \end_inset
31234
31235 これは,
31236 別のキャプション書式を例示するための,
31237 一行よりも長い図キャプションです.ここでは,
31238 自製キャプション書式が使用されています.
31239 \end_layout
31240
31241 \end_inset
31242
31243
31244 \end_layout
31245
31246 \end_inset
31247
31248
31249 \end_layout
31250
31251 \begin_layout Standard
31252 \begin_inset ERT
31253 status collapsed
31254
31255 \begin_layout Plain Layout
31256
31257
31258 \backslash
31259 captionsetup[figure]{labelfont={bf,sf},
31260  textfont=rm,
31261  indention=0cm,
31262  labelsep=colon}
31263 \end_layout
31264
31265 \end_inset
31266
31267
31268 \end_layout
31269
31270 \begin_layout Standard
31271 \begin_inset Float table
31272 placement !p
31273 alignment document
31274 wide false
31275 sideways false
31276 status open
31277
31278 \begin_layout Plain Layout
31279 \begin_inset Caption Standard
31280
31281 \begin_layout Plain Layout
31282 \begin_inset CommandInset label
31283 LatexCommand label
31284 name "tab:表キャプション"
31285
31286 \end_inset
31287
31288 これは,
31289 別のキャプション書式を例示するための,
31290 一行よりも長い表キャプションです.ここでは,
31291 この文書での表キャプションの標準書式が使用されています.
31292 \end_layout
31293
31294 \end_inset
31295
31296
31297 \end_layout
31298
31299 \begin_layout Plain Layout
31300 \align center
31301 \begin_inset Tabular
31302 <lyxtabular version="3" rows="1" columns="5">
31303 <features tabularvalignment="middle">
31304 <column alignment="center" valignment="top">
31305 <column alignment="center" valignment="top">
31306 <column alignment="center" valignment="top">
31307 <column alignment="center" valignment="top">
31308 <column alignment="center" valignment="top">
31309 <row>
31310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31311 \begin_inset Text
31312
31313 \begin_layout Plain Layout
31314
31315 \end_layout
31316
31317 \end_inset
31318 </cell>
31319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31320 \begin_inset Text
31321
31322 \begin_layout Plain Layout
31323
31324 \end_layout
31325
31326 \end_inset
31327 </cell>
31328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31329 \begin_inset Text
31330
31331 \begin_layout Plain Layout
31332
31333 \end_layout
31334
31335 \end_inset
31336 </cell>
31337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31338 \begin_inset Text
31339
31340 \begin_layout Plain Layout
31341
31342 \end_layout
31343
31344 \end_inset
31345 </cell>
31346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31347 \begin_inset Text
31348
31349 \begin_layout Plain Layout
31350
31351 \end_layout
31352
31353 \end_inset
31354 </cell>
31355 </row>
31356 </lyxtabular>
31357
31358 \end_inset
31359
31360
31361 \end_layout
31362
31363 \end_inset
31364
31365
31366 \end_layout
31367
31368 \begin_layout Section
31369 キャプションの配置
31370 \begin_inset Index idx
31371 range none
31372 pageformat default
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376 \begin_inset IndexMacro sortkey
31377 status open
31378
31379 \begin_layout Plain Layout
31380 きやふしよん
31381 \end_layout
31382
31383 \end_inset
31384
31385 キャプション
31386 \begin_inset IndexMacro subentry
31387 status open
31388
31389 \begin_layout Plain Layout
31390 \begin_inset IndexMacro sortkey
31391 status open
31392
31393 \begin_layout Plain Layout
31394 はいち
31395 \end_layout
31396
31397 \end_inset
31398
31399 配置
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \end_layout
31406
31407 \end_inset
31408
31409
31410 \begin_inset Index idx
31411 range none
31412 pageformat default
31413 status collapsed
31414
31415 \begin_layout Plain Layout
31416 \begin_inset IndexMacro sortkey
31417 status open
31418
31419 \begin_layout Plain Layout
31420 ふろと
31421 \end_layout
31422
31423 \end_inset
31424
31425 フロート
31426 \begin_inset IndexMacro subentry
31427 status open
31428
31429 \begin_layout Plain Layout
31430 \begin_inset IndexMacro sortkey
31431 status open
31432
31433 \begin_layout Plain Layout
31434 きやふしよんのはいち
31435 \end_layout
31436
31437 \end_inset
31438
31439 キャプションの配置
31440 \end_layout
31441
31442 \end_inset
31443
31444
31445 \end_layout
31446
31447 \end_inset
31448
31449
31450 \begin_inset CommandInset label
31451 LatexCommand label
31452 name "sec:キャプションの配置"
31453
31454 \end_inset
31455
31456
31457 \end_layout
31458
31459 \begin_layout Standard
31460 通常,
31461 キャプションの配置原則は,
31462
31463 \end_layout
31464
31465 \begin_layout Description
31466 図の場合:
31467  キャプションを図の下に置く
31468 \end_layout
31469
31470 \begin_layout Description
31471 表の場合:
31472  キャプションを表の上に置く
31473 \end_layout
31474
31475 \begin_layout Standard
31476 という風になっています.\SpecialChar LaTeX
31477 の標準クラスでは,
31478 キャプションを表の上に置くことは,
31479 残念ながらサポートされていません.したがって,
31480
31481 \family sans
31482 article
31483 \family default
31484
31485 \family sans
31486 book
31487 \family default
31488
31489 \family sans
31490 letter
31491 \family default
31492
31493 \family sans
31494 report
31495 \family default
31496 といった文書クラスを使用している時には,
31497 キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,
31498 お使いの文書プリアンブルでLaTeXパッケージ
31499 \series bold
31500 caption
31501 \series default
31502 を読み込むコマンドに
31503 \end_layout
31504
31505 \begin_layout Standard
31506
31507 \series bold
31508 tableposition=top
31509 \end_layout
31510
31511 \begin_layout Standard
31512 というオプションを追加してください
31513 \begin_inset Foot
31514 status collapsed
31515
31516 \begin_layout Plain Layout
31517
31518 \series bold
31519 caption
31520 \series default
31521 パッケージについての詳細な情報は,
31522
31523 \begin_inset CommandInset ref
31524 LatexCommand ref
31525 reference "sec:キャプションの書式設定"
31526 nolink "false"
31527
31528 \end_inset
31529
31530 節をご覧ください.
31531 \end_layout
31532
31533 \end_inset
31534
31535
31536 \series bold
31537 KOMA-Script
31538 \series default
31539
31540 \begin_inset Index idx
31541 range none
31542 pageformat default
31543 status collapsed
31544
31545 \begin_layout Plain Layout
31546 \begin_inset IndexMacro sortkey
31547 status open
31548
31549 \begin_layout Plain Layout
31550 LaTeXはつけし
31551 \end_layout
31552
31553 \end_inset
31554
31555 \SpecialChar LaTeX
31556 パッケージ
31557 \begin_inset IndexMacro subentry
31558 status open
31559
31560 \begin_layout Plain Layout
31561 KOMA-Script
31562 \end_layout
31563
31564 \end_inset
31565
31566
31567 \end_layout
31568
31569 \end_inset
31570
31571 文書クラス(
31572 \family sans
31573 KOMA-Script Article
31574 \family default
31575
31576 \family sans
31577 KOMA-Script Book
31578 \family default
31579
31580 \family sans
31581 KOMA-Script Letter
31582 \family default
31583
31584 \family sans
31585 KOMA-Script Report
31586 \family default
31587 )をお使いの場合には,
31588
31589 \series bold
31590 caption
31591 \series default
31592 パッケージにオプションを与える代わりに,
31593 文書クラスオプション
31594 \end_layout
31595
31596 \begin_layout Standard
31597
31598 \series bold
31599 captions=tableheading
31600 \end_layout
31601
31602 \begin_layout Standard
31603 を設定することもできます
31604 \begin_inset Foot
31605 status collapsed
31606
31607 \begin_layout Plain Layout
31608 このオプションは本文書で使用されています.
31609 \end_layout
31610
31611 \end_inset
31612
31613
31614 \end_layout
31615
31616 \begin_layout Standard
31617 KOMA-Script文書クラスの文書では,
31618 キャプションを右クリックして,
31619 文脈依存メニューから,
31620 これが図表の上または下に来るべきキャプションかを指定することもできます.これによって,
31621 文書全体のキャプション配置指定にかかわらず,
31622 特定のキャプションの配置を変えることができます.表
31623 \begin_inset CommandInset ref
31624 LatexCommand ref
31625 reference "tab:指定付きキャプション"
31626 nolink "false"
31627
31628 \end_inset
31629
31630 は,
31631 キャプションは,
31632 \SpecialChar LyX
31633 中では上に置かれているけれども,
31634 表の下に来るように指定されている例です.比較のために,
31635
31636 \begin_inset CommandInset ref
31637 LatexCommand ref
31638 reference "tab:標準表"
31639 nolink "false"
31640
31641 \end_inset
31642
31643 のキャプションでは,
31644 指定が為されていません.
31645 \end_layout
31646
31647 \begin_layout Standard
31648 \begin_inset Float table
31649 placement document
31650 alignment document
31651 wide false
31652 sideways false
31653 status open
31654
31655 \begin_layout Plain Layout
31656 \begin_inset Caption Below
31657
31658 \begin_layout Plain Layout
31659 \begin_inset CommandInset label
31660 LatexCommand label
31661 name "tab:指定付きキャプション"
31662
31663 \end_inset
31664
31665 表下に来るように指定されたキャプション
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \end_layout
31672
31673 \begin_layout Plain Layout
31674 \align center
31675 \begin_inset Tabular
31676 <lyxtabular version="3" rows="3" columns="3">
31677 <features tabularvalignment="middle">
31678 <column alignment="center" valignment="top" width="0pt">
31679 <column alignment="center" valignment="top" width="0pt">
31680 <column alignment="center" valignment="top" width="0pt">
31681 <row>
31682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31683 \begin_inset Text
31684
31685 \begin_layout Plain Layout
31686 1
31687 \end_layout
31688
31689 \end_inset
31690 </cell>
31691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31692 \begin_inset Text
31693
31694 \begin_layout Plain Layout
31695 2
31696 \end_layout
31697
31698 \end_inset
31699 </cell>
31700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31701 \begin_inset Text
31702
31703 \begin_layout Plain Layout
31704 3
31705 \end_layout
31706
31707 \end_inset
31708 </cell>
31709 </row>
31710 <row>
31711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31712 \begin_inset Text
31713
31714 \begin_layout Plain Layout
31715 森嶋
31716 \end_layout
31717
31718 \end_inset
31719 </cell>
31720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31721 \begin_inset Text
31722
31723 \begin_layout Plain Layout
31724 宇沢
31725 \end_layout
31726
31727 \end_inset
31728 </cell>
31729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31730 \begin_inset Text
31731
31732 \begin_layout Plain Layout
31733 二階堂
31734 \end_layout
31735
31736 \end_inset
31737 </cell>
31738 </row>
31739 <row>
31740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31741 \begin_inset Text
31742
31743 \begin_layout Plain Layout
31744 \begin_inset Formula $\int x^{2}dx$
31745 \end_inset
31746
31747
31748 \end_layout
31749
31750 \end_inset
31751 </cell>
31752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31753 \begin_inset Text
31754
31755 \begin_layout Plain Layout
31756 \begin_inset Formula $\left[\begin{array}{cc}
31757 a & b\\
31758 c & d
31759 \end{array}\right]$
31760 \end_inset
31761
31762
31763 \end_layout
31764
31765 \end_inset
31766 </cell>
31767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31768 \begin_inset Text
31769
31770 \begin_layout Plain Layout
31771 \begin_inset Formula $1+1=2$
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \end_inset
31778 </cell>
31779 </row>
31780 </lyxtabular>
31781
31782 \end_inset
31783
31784
31785 \end_layout
31786
31787 \end_inset
31788
31789
31790 \end_layout
31791
31792 \begin_layout Standard
31793 \begin_inset Float table
31794 placement document
31795 alignment document
31796 wide false
31797 sideways false
31798 status open
31799
31800 \begin_layout Plain Layout
31801 \begin_inset Caption Standard
31802
31803 \begin_layout Plain Layout
31804 \begin_inset CommandInset label
31805 LatexCommand label
31806 name "tab:標準表"
31807
31808 \end_inset
31809
31810 標準の表キャプション
31811 \end_layout
31812
31813 \end_inset
31814
31815
31816 \end_layout
31817
31818 \begin_layout Plain Layout
31819 \align center
31820 \begin_inset Tabular
31821 <lyxtabular version="3" rows="3" columns="3">
31822 <features tabularvalignment="middle">
31823 <column alignment="center" valignment="top" width="0pt">
31824 <column alignment="center" valignment="top" width="0pt">
31825 <column alignment="center" valignment="top" width="0pt">
31826 <row>
31827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31828 \begin_inset Text
31829
31830 \begin_layout Plain Layout
31831 1
31832 \end_layout
31833
31834 \end_inset
31835 </cell>
31836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31837 \begin_inset Text
31838
31839 \begin_layout Plain Layout
31840 2
31841 \end_layout
31842
31843 \end_inset
31844 </cell>
31845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31846 \begin_inset Text
31847
31848 \begin_layout Plain Layout
31849 3
31850 \end_layout
31851
31852 \end_inset
31853 </cell>
31854 </row>
31855 <row>
31856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31857 \begin_inset Text
31858
31859 \begin_layout Plain Layout
31860 森嶋
31861 \end_layout
31862
31863 \end_inset
31864 </cell>
31865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31866 \begin_inset Text
31867
31868 \begin_layout Plain Layout
31869 宇沢
31870 \end_layout
31871
31872 \end_inset
31873 </cell>
31874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31875 \begin_inset Text
31876
31877 \begin_layout Plain Layout
31878 二階堂
31879 \end_layout
31880
31881 \end_inset
31882 </cell>
31883 </row>
31884 <row>
31885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31886 \begin_inset Text
31887
31888 \begin_layout Plain Layout
31889 \begin_inset Formula $\int x^{2}dx$
31890 \end_inset
31891
31892
31893 \end_layout
31894
31895 \end_inset
31896 </cell>
31897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31898 \begin_inset Text
31899
31900 \begin_layout Plain Layout
31901 \begin_inset Formula $\left[\begin{array}{cc}
31902 a & b\\
31903 c & d
31904 \end{array}\right]$
31905 \end_inset
31906
31907
31908 \end_layout
31909
31910 \end_inset
31911 </cell>
31912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31913 \begin_inset Text
31914
31915 \begin_layout Plain Layout
31916 \begin_inset Formula $1+1=2$
31917 \end_inset
31918
31919
31920 \end_layout
31921
31922 \end_inset
31923 </cell>
31924 </row>
31925 </lyxtabular>
31926
31927 \end_inset
31928
31929
31930 \end_layout
31931
31932 \end_inset
31933
31934
31935 \end_layout
31936
31937 \begin_layout Standard
31938 \begin_inset VSpace bigskip
31939 \end_inset
31940
31941 また,
31942 キャプションは,
31943 図表の横に置くこともできます.これを実現するには,
31944 文書プリアンブルに
31945 \end_layout
31946
31947 \begin_layout Standard
31948
31949 \series bold
31950
31951 \backslash
31952 usepackage[option]{sidecap}
31953 \end_layout
31954
31955 \begin_layout Standard
31956 という行を入れて,
31957 \SpecialChar LaTeX
31958 パッケージ
31959 \series bold
31960 sidecap
31961 \series default
31962
31963 \begin_inset Index idx
31964 range none
31965 pageformat default
31966 status collapsed
31967
31968 \begin_layout Plain Layout
31969 \begin_inset IndexMacro sortkey
31970 status open
31971
31972 \begin_layout Plain Layout
31973 LaTeXはつけし
31974 \end_layout
31975
31976 \end_inset
31977
31978 \SpecialChar LaTeX
31979 パッケージ
31980 \begin_inset IndexMacro subentry
31981 status open
31982
31983 \begin_layout Plain Layout
31984 sidecap
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \end_layout
31991
31992 \end_inset
31993
31994 を読み込まなくてはなりません.オプションを与えなければ,
31995 ページの外側余白の側に—
31996 偶数ページでは右側,
31997 奇数頁では左側に—
31998 キャプションが置かれます.
31999 \series bold
32000 innercaption
32001 \series default
32002 オプションを与えれば,
32003 内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
32004
32005 \series bold
32006 rightcaption
32007 \series default
32008 ないし
32009 \series bold
32010 leftcaption
32011 \series default
32012 オプションを用います.
32013 \end_layout
32014
32015 \begin_layout Standard
32016 \begin_inset ERT
32017 status collapsed
32018
32019 \begin_layout Plain Layout
32020
32021
32022 \backslash
32023 ifsidecap
32024 \end_layout
32025
32026 \end_inset
32027
32028
32029 \begin_inset Note Note
32030 status open
32031
32032 \begin_layout Plain Layout
32033 以下の部分は,
32034 \SpecialChar LaTeX
32035 パッケージ
32036 \series bold
32037 sidecap
32038 \series default
32039 が導入されているときのみ表示されます.
32040 \end_layout
32041
32042 \end_inset
32043
32044
32045 \end_layout
32046
32047 \begin_layout Standard
32048 \SpecialChar LyX
32049 でフロートのキャプションを横に配置するには,
32050 以下のコマンド群を文書プリアンブルに追加する必要があります.
32051 \end_layout
32052
32053 \begin_layout Standard
32054 \noindent
32055 \begin_inset CommandInset line
32056 LatexCommand rule
32057 offset "0.5ex"
32058 width "100line%"
32059 height "1pt"
32060
32061 \end_inset
32062
32063
32064 \end_layout
32065
32066 \begin_layout Standard
32067
32068 \series bold
32069
32070 \backslash
32071 newcommand{
32072 \backslash
32073 TabBesBeg}[1][1.0]{%
32074 \begin_inset Newline newline
32075 \end_inset
32076
32077
32078 \begin_inset Phantom HPhantom
32079 status open
32080
32081 \begin_layout Plain Layout
32082 \begin_inset space ~
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \end_inset
32089
32090
32091 \backslash
32092 let
32093 \backslash
32094 MyTable
32095 \backslash
32096 table
32097 \begin_inset Newline newline
32098 \end_inset
32099
32100
32101 \begin_inset Phantom HPhantom
32102 status open
32103
32104 \begin_layout Plain Layout
32105
32106 \series medium
32107 \begin_inset space ~
32108 \end_inset
32109
32110
32111 \end_layout
32112
32113 \end_inset
32114
32115
32116 \backslash
32117 let
32118 \backslash
32119 MyEndtable
32120 \backslash
32121 endtable
32122 \begin_inset Newline newline
32123 \end_inset
32124
32125
32126 \begin_inset Phantom HPhantom
32127 status open
32128
32129 \begin_layout Plain Layout
32130
32131 \series medium
32132 \begin_inset space ~
32133 \end_inset
32134
32135
32136 \end_layout
32137
32138 \end_inset
32139
32140
32141 \backslash
32142 renewenvironment{table}[1]{
32143 \backslash
32144 begin{SCtable}[#1]##1}{
32145 \backslash
32146 end{SCtable}}}
32147 \end_layout
32148
32149 \begin_layout Standard
32150
32151 \series bold
32152
32153 \backslash
32154 newcommand{
32155 \backslash
32156 TabBesEnd}{%
32157 \begin_inset Newline newline
32158 \end_inset
32159
32160
32161 \begin_inset Phantom HPhantom
32162 status open
32163
32164 \begin_layout Plain Layout
32165 \begin_inset space ~
32166 \end_inset
32167
32168
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \backslash
32175 let
32176 \backslash
32177 table
32178 \backslash
32179 MyTable
32180 \begin_inset Newline newline
32181 \end_inset
32182
32183
32184 \begin_inset Phantom HPhantom
32185 status open
32186
32187 \begin_layout Plain Layout
32188 \begin_inset space ~
32189 \end_inset
32190
32191
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \backslash
32198 let
32199 \backslash
32200 endtable
32201 \backslash
32202 MyEndtable
32203 \end_layout
32204
32205 \begin_layout Standard
32206
32207 \series bold
32208
32209 \backslash
32210 newcommand{
32211 \backslash
32212 FigBesBeg}[1][1.0]{%
32213 \begin_inset Newline newline
32214 \end_inset
32215
32216
32217 \begin_inset Phantom HPhantom
32218 status open
32219
32220 \begin_layout Plain Layout
32221 \begin_inset space ~
32222 \end_inset
32223
32224
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \backslash
32231 let
32232 \backslash
32233 MyFigure
32234 \backslash
32235 figure
32236 \begin_inset Newline newline
32237 \end_inset
32238
32239
32240 \begin_inset Phantom HPhantom
32241 status open
32242
32243 \begin_layout Plain Layout
32244 \begin_inset space ~
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \end_inset
32251
32252
32253 \backslash
32254 let
32255 \backslash
32256 MyEndfigure
32257 \backslash
32258 endfigure
32259 \begin_inset Newline newline
32260 \end_inset
32261
32262
32263 \begin_inset Phantom HPhantom
32264 status open
32265
32266 \begin_layout Plain Layout
32267 \begin_inset space ~
32268 \end_inset
32269
32270
32271 \end_layout
32272
32273 \end_inset
32274
32275
32276 \backslash
32277 renewenvironment{figure}[1]{
32278 \backslash
32279 begin{SCfigure}[#1]##1}{
32280 \backslash
32281 end{SCfigure}}}
32282 \end_layout
32283
32284 \begin_layout Standard
32285
32286 \series bold
32287
32288 \backslash
32289 newcommand{
32290 \backslash
32291 FigBesEnd}{%
32292 \begin_inset Newline newline
32293 \end_inset
32294
32295
32296 \begin_inset Phantom HPhantom
32297 status open
32298
32299 \begin_layout Plain Layout
32300 \begin_inset space ~
32301 \end_inset
32302
32303
32304 \end_layout
32305
32306 \end_inset
32307
32308
32309 \backslash
32310 let
32311 \backslash
32312 figure
32313 \backslash
32314 MyFigure
32315 \begin_inset Newline newline
32316 \end_inset
32317
32318
32319 \begin_inset Phantom HPhantom
32320 status open
32321
32322 \begin_layout Plain Layout
32323 \begin_inset space ~
32324 \end_inset
32325
32326
32327 \end_layout
32328
32329 \end_inset
32330
32331
32332 \backslash
32333 let
32334 \backslash
32335 endfigure
32336 \backslash
32337 MyEndfigure}
32338 \end_layout
32339
32340 \begin_layout Standard
32341 \noindent
32342 \begin_inset CommandInset line
32343 LatexCommand rule
32344 offset "0.5ex"
32345 width "100line%"
32346 height "1pt"
32347
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \begin_layout Standard
32354 これらのコマンドは,
32355 キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
32356
32357 \end_layout
32358
32359 \begin_layout Standard
32360
32361 \series bold
32362
32363 \backslash
32364 FigBesBeg
32365 \end_layout
32366
32367 \begin_layout Standard
32368 というコマンドを,
32369 フロートの前に\SpecialChar TeX
32370 コードで入れてください.そして,
32371 元のフロート定義に戻したいところで,
32372
32373 \end_layout
32374
32375 \begin_layout Standard
32376
32377 \series bold
32378
32379 \backslash
32380 FigBesEnd
32381 \end_layout
32382
32383 \begin_layout Standard
32384 という\SpecialChar TeX
32385 コードを入れてください.
32386 \end_layout
32387
32388 \begin_layout Standard
32389 表フロートに対しては,
32390 対応するコマンド
32391 \end_layout
32392
32393 \begin_layout Standard
32394
32395 \series bold
32396
32397 \backslash
32398 TabBesBeg
32399 \series default
32400 および
32401 \series bold
32402
32403 \backslash
32404 TabBesEnd
32405 \end_layout
32406
32407 \begin_layout Standard
32408 を使用してください.図
32409 \begin_inset CommandInset ref
32410 LatexCommand ref
32411 reference "fig:図横キャプション"
32412 nolink "false"
32413
32414 \end_inset
32415
32416 と表
32417 \begin_inset CommandInset ref
32418 LatexCommand ref
32419 reference "tab:表横キャプション"
32420 nolink "false"
32421
32422 \end_inset
32423
32424 がキャプションを脇に設定した例です.
32425 \end_layout
32426
32427 \begin_layout Standard
32428 これらの例において,
32429 表フロートの場合には,
32430 キャプションの文章がフロート上部に表示され,
32431 図フロートではフロート下部に表示されることが確認いただけると思います.これを変更するには,
32432 文書プリアンブルかフロート直前に,
32433 \SpecialChar TeX
32434 コードとして
32435 \end_layout
32436
32437 \begin_layout Standard
32438
32439 \series bold
32440
32441 \backslash
32442 sidecaptionvpos{フロート型}{配置}
32443 \end_layout
32444
32445 \begin_layout Standard
32446 というコマンドを使用します.ここで「フロート型」は
32447 \family sans
32448 figure
32449 \family default
32450
32451 \family sans
32452 table
32453 \family default
32454 であり,
32455 「配置」は,
32456 上揃えの場合はtopの
32457 \end_layout
32458
32459 \begin_layout Standard
32460
32461 \family sans
32462 t
32463 \family default
32464 」,
32465 中央揃えの場合はcenterの「
32466 \family sans
32467 c
32468 \family default
32469 」,
32470 下揃えの場合はbottomの「
32471 \family sans
32472 b
32473 \family default
32474 」のいずれかになります.たとえば,
32475 図フロートのキャプションを縦方向中央揃えとしたい場合には,
32476
32477 \end_layout
32478
32479 \begin_layout Standard
32480
32481 \series bold
32482
32483 \backslash
32484 sidecaptionvpos{figure}{c}
32485 \end_layout
32486
32487 \begin_layout Standard
32488 というコマンドを使用します.これは,
32489
32490 \begin_inset CommandInset ref
32491 LatexCommand ref
32492 reference "fig:図横キャプション-2"
32493 nolink "false"
32494
32495 \end_inset
32496
32497 で使用されています.
32498 \end_layout
32499
32500 \begin_layout Standard
32501 \begin_inset VSpace medskip
32502 \end_inset
32503
32504
32505 \end_layout
32506
32507 \begin_layout Standard
32508 キャプション幅の既定値は,
32509 画像幅ないし表幅です.しかし,
32510
32511 \begin_inset CommandInset ref
32512 LatexCommand ref
32513 reference "tab:表横キャプション"
32514 nolink "false"
32515
32516 \end_inset
32517
32518 のように幅狭の表では,
32519 これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,
32520 画像幅ないし表幅に掛ける因数を指定することができます.指定した幅では,
32521 キャプションがページ余白ないし段余白に突き出てしまうような場合は,
32522 キャプション幅は自動的に再計算してくれます.
32523 \emph on
32524 因数
32525 \emph default
32526 は,
32527
32528 \end_layout
32529
32530 \begin_layout Standard
32531
32532 \series bold
32533
32534 \backslash
32535 FigBesBeg[因数]
32536 \end_layout
32537
32538 \begin_layout Standard
32539 のように,
32540
32541 \series bold
32542
32543 \backslash
32544 FigBesBeg
32545 \series default
32546 への非必須引数として与えることもできますし,
32547
32548 \series bold
32549
32550 \backslash
32551 FigBesBeg
32552 \series default
32553 の定義中で
32554 \series bold
32555 1.0
32556 \series default
32557 を他の値に変更することもできます.表
32558 \begin_inset CommandInset ref
32559 LatexCommand ref
32560 reference "tab:図横幅広"
32561 nolink "false"
32562
32563 \end_inset
32564
32565 では,
32566 因子5が指定されています.
32567 \end_layout
32568
32569 \begin_layout Standard
32570 \begin_inset Note Greyedout
32571 status open
32572
32573 \begin_layout Plain Layout
32574
32575 \series bold
32576 [註]
32577 \series default
32578 キャプションを横につけたフロートでは,
32579 フロート配置オプションの
32580 \family sans
32581 何としても現在地に置く
32582 \family default
32583 は,
32584
32585 \series bold
32586 sidecap
32587 \series default
32588 がサポートしていないので,
32589 使用することができません..
32590 \end_layout
32591
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \begin_layout Standard
32598 \begin_inset VSpace medskip
32599 \end_inset
32600
32601
32602 \series bold
32603 sidecap
32604 \series default
32605 パッケージについての詳細は,
32606
32607 \begin_inset CommandInset citation
32608 LatexCommand cite
32609 key "sidecap"
32610 literal "true"
32611
32612 \end_inset
32613
32614 の説明書をご参照ください.
32615 \end_layout
32616
32617 \begin_layout Standard
32618 \begin_inset Note Greyedout
32619 status open
32620
32621 \begin_layout Plain Layout
32622
32623 \series bold
32624 [註]
32625 \series default
32626
32627 \begin_inset CommandInset ref
32628 LatexCommand ref
32629 reference "subsec:参照位置"
32630 nolink "false"
32631
32632 \end_inset
32633
32634 節に説明がある\SpecialChar LaTeX
32635 パッケージ
32636 \series bold
32637 hypcap
32638 \series default
32639
32640 \begin_inset Index idx
32641 range none
32642 pageformat default
32643 status collapsed
32644
32645 \begin_layout Plain Layout
32646 \begin_inset IndexMacro sortkey
32647 status open
32648
32649 \begin_layout Plain Layout
32650 LaTeXはつけし
32651 \end_layout
32652
32653 \end_inset
32654
32655 \SpecialChar LaTeX
32656 パッケージ
32657 \begin_inset IndexMacro subentry
32658 status open
32659
32660 \begin_layout Plain Layout
32661 hypcap
32662 \end_layout
32663
32664 \end_inset
32665
32666
32667 \end_layout
32668
32669 \end_inset
32670
32671 は,
32672 キャプションを脇に表示したフロートに対しては,
32673 効果を持ちません.
32674 \end_layout
32675
32676 \end_inset
32677
32678
32679 \end_layout
32680
32681 \begin_layout Standard
32682 \begin_inset Note Greyedout
32683 status open
32684
32685 \begin_layout Plain Layout
32686
32687 \series bold
32688 [訳註]
32689 \series default
32690 \SpecialChar LaTeX
32691 パッケージ
32692 \series bold
32693 sidecap
32694 \series default
32695
32696 \begin_inset Index idx
32697 range none
32698 pageformat default
32699 status collapsed
32700
32701 \begin_layout Plain Layout
32702 \begin_inset IndexMacro sortkey
32703 status open
32704
32705 \begin_layout Plain Layout
32706 LaTeXはつけし
32707 \end_layout
32708
32709 \end_inset
32710
32711 \SpecialChar LaTeX
32712 パッケージ
32713 \begin_inset IndexMacro subentry
32714 status open
32715
32716 \begin_layout Plain Layout
32717 sidecap
32718 \end_layout
32719
32720 \end_inset
32721
32722
32723 \end_layout
32724
32725 \end_inset
32726
32727 は,
32728 p\SpecialChar LaTeX
32729 と互換性がなく,
32730 特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,
32731 本日本語訳では当該パッケージを使用していません.その使用例については,
32732 取扱説明書『埋め込み機能篇』(つまりこの文書)の\SpecialChar LyX
32733 文書本体を見るか,
32734 出力結果を見たい場合には英語版を出力するようにしてください.
32735 \end_layout
32736
32737 \end_inset
32738
32739
32740 \begin_inset ERT
32741 status collapsed
32742
32743 \begin_layout Plain Layout
32744
32745
32746 \backslash
32747 FigBesBeg 
32748 \end_layout
32749
32750 \end_inset
32751
32752
32753 \end_layout
32754
32755 \begin_layout Standard
32756 \begin_inset Float figure
32757 placement document
32758 alignment document
32759 wide false
32760 sideways false
32761 status open
32762
32763 \begin_layout Plain Layout
32764 \begin_inset Graphics
32765         filename ../clipart/3D-structure-distort.pdf
32766         scale 50
32767         scaleBeforeRotation
32768
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \begin_layout Plain Layout
32775 \begin_inset Caption Standard
32776
32777 \begin_layout Plain Layout
32778 \begin_inset CommandInset label
32779 LatexCommand label
32780 name "fig:図横キャプション"
32781
32782 \end_inset
32783
32784 これは図の横にあるキャプションです.
32785 \end_layout
32786
32787 \end_inset
32788
32789
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \begin_layout Standard
32798 \begin_inset ERT
32799 status collapsed
32800
32801 \begin_layout Plain Layout
32802
32803
32804 \backslash
32805 FigBesEnd
32806 \end_layout
32807
32808 \end_inset
32809
32810
32811 \end_layout
32812
32813 \begin_layout Standard
32814 \begin_inset ERT
32815 status collapsed
32816
32817 \begin_layout Plain Layout
32818
32819
32820 \backslash
32821 TabBesBeg 
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 \begin_inset Float table
32831 placement document
32832 alignment document
32833 wide false
32834 sideways false
32835 status open
32836
32837 \begin_layout Plain Layout
32838 \begin_inset Caption Standard
32839
32840 \begin_layout Plain Layout
32841 \begin_inset CommandInset label
32842 LatexCommand label
32843 name "tab:表横キャプション"
32844
32845 \end_inset
32846
32847 これは表の横にあるキャプションです.
32848 \end_layout
32849
32850 \end_inset
32851
32852
32853 \end_layout
32854
32855 \begin_layout Plain Layout
32856 \begin_inset Tabular
32857 <lyxtabular version="3" rows="4" columns="5">
32858 <features tabularvalignment="middle">
32859 <column alignment="center" valignment="top">
32860 <column alignment="center" valignment="top">
32861 <column alignment="center" valignment="top">
32862 <column alignment="center" valignment="top">
32863 <column alignment="center" valignment="top">
32864 <row>
32865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32866 \begin_inset Text
32867
32868 \begin_layout Plain Layout
32869
32870 \end_layout
32871
32872 \end_inset
32873 </cell>
32874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32875 \begin_inset Text
32876
32877 \begin_layout Plain Layout
32878
32879 \end_layout
32880
32881 \end_inset
32882 </cell>
32883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32884 \begin_inset Text
32885
32886 \begin_layout Plain Layout
32887
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32893 \begin_inset Text
32894
32895 \begin_layout Plain Layout
32896
32897 \end_layout
32898
32899 \end_inset
32900 </cell>
32901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32902 \begin_inset Text
32903
32904 \begin_layout Plain Layout
32905
32906 \end_layout
32907
32908 \end_inset
32909 </cell>
32910 </row>
32911 <row>
32912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32913 \begin_inset Text
32914
32915 \begin_layout Plain Layout
32916
32917 \end_layout
32918
32919 \end_inset
32920 </cell>
32921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32922 \begin_inset Text
32923
32924 \begin_layout Plain Layout
32925
32926 \end_layout
32927
32928 \end_inset
32929 </cell>
32930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32931 \begin_inset Text
32932
32933 \begin_layout Plain Layout
32934
32935 \end_layout
32936
32937 \end_inset
32938 </cell>
32939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32940 \begin_inset Text
32941
32942 \begin_layout Plain Layout
32943
32944 \end_layout
32945
32946 \end_inset
32947 </cell>
32948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32949 \begin_inset Text
32950
32951 \begin_layout Plain Layout
32952
32953 \end_layout
32954
32955 \end_inset
32956 </cell>
32957 </row>
32958 <row>
32959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32960 \begin_inset Text
32961
32962 \begin_layout Plain Layout
32963
32964 \end_layout
32965
32966 \end_inset
32967 </cell>
32968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32969 \begin_inset Text
32970
32971 \begin_layout Plain Layout
32972
32973 \end_layout
32974
32975 \end_inset
32976 </cell>
32977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32978 \begin_inset Text
32979
32980 \begin_layout Plain Layout
32981
32982 \end_layout
32983
32984 \end_inset
32985 </cell>
32986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32987 \begin_inset Text
32988
32989 \begin_layout Plain Layout
32990
32991 \end_layout
32992
32993 \end_inset
32994 </cell>
32995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32996 \begin_inset Text
32997
32998 \begin_layout Plain Layout
32999
33000 \end_layout
33001
33002 \end_inset
33003 </cell>
33004 </row>
33005 <row>
33006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33007 \begin_inset Text
33008
33009 \begin_layout Plain Layout
33010
33011 \end_layout
33012
33013 \end_inset
33014 </cell>
33015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33016 \begin_inset Text
33017
33018 \begin_layout Plain Layout
33019
33020 \end_layout
33021
33022 \end_inset
33023 </cell>
33024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33025 \begin_inset Text
33026
33027 \begin_layout Plain Layout
33028
33029 \end_layout
33030
33031 \end_inset
33032 </cell>
33033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33034 \begin_inset Text
33035
33036 \begin_layout Plain Layout
33037
33038 \end_layout
33039
33040 \end_inset
33041 </cell>
33042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33043 \begin_inset Text
33044
33045 \begin_layout Plain Layout
33046
33047 \end_layout
33048
33049 \end_inset
33050 </cell>
33051 </row>
33052 </lyxtabular>
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \end_inset
33060
33061
33062 \end_layout
33063
33064 \begin_layout Standard
33065 \begin_inset ERT
33066 status collapsed
33067
33068 \begin_layout Plain Layout
33069
33070
33071 \backslash
33072 TabBesEnd
33073 \end_layout
33074
33075 \end_inset
33076
33077
33078 \end_layout
33079
33080 \begin_layout Standard
33081 \begin_inset ERT
33082 status collapsed
33083
33084 \begin_layout Plain Layout
33085
33086
33087 \backslash
33088 FigBesBeg 
33089 \end_layout
33090
33091 \end_inset
33092
33093
33094 \begin_inset ERT
33095 status collapsed
33096
33097 \begin_layout Plain Layout
33098
33099
33100 \backslash
33101 sidecaptionvpos{figure}{c}
33102 \end_layout
33103
33104 \end_inset
33105
33106
33107 \begin_inset Float figure
33108 placement document
33109 alignment document
33110 wide false
33111 sideways false
33112 status open
33113
33114 \begin_layout Plain Layout
33115 \begin_inset Graphics
33116         filename ../clipart/3D-structure-distort.pdf
33117         scale 50
33118         scaleBeforeRotation
33119
33120 \end_inset
33121
33122
33123 \end_layout
33124
33125 \begin_layout Plain Layout
33126 \begin_inset Caption Standard
33127
33128 \begin_layout Plain Layout
33129 \begin_inset CommandInset label
33130 LatexCommand label
33131 name "fig:図横キャプション-2"
33132
33133 \end_inset
33134
33135 これは図の横にある縦方向中央揃えのキャプションです.
33136 \end_layout
33137
33138 \end_inset
33139
33140
33141 \end_layout
33142
33143 \end_inset
33144
33145
33146 \end_layout
33147
33148 \begin_layout Standard
33149 \begin_inset ERT
33150 status collapsed
33151
33152 \begin_layout Plain Layout
33153
33154
33155 \backslash
33156 FigBesEnd
33157 \end_layout
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Standard
33165 \begin_inset ERT
33166 status collapsed
33167
33168 \begin_layout Plain Layout
33169
33170
33171 \backslash
33172 TabBesBeg[5]
33173 \end_layout
33174
33175 \end_inset
33176
33177
33178 \end_layout
33179
33180 \begin_layout Standard
33181 \begin_inset Float table
33182 placement document
33183 alignment document
33184 wide false
33185 sideways false
33186 status open
33187
33188 \begin_layout Plain Layout
33189 \begin_inset Caption Standard
33190
33191 \begin_layout Plain Layout
33192 \begin_inset CommandInset label
33193 LatexCommand label
33194 name "tab:図横幅広"
33195
33196 \end_inset
33197
33198 これは表
33199 \begin_inset CommandInset ref
33200 LatexCommand ref
33201 reference "tab:表横キャプション"
33202 nolink "false"
33203
33204 \end_inset
33205
33206 よりも幅広のキャプションです
33207 \end_layout
33208
33209 \end_inset
33210
33211
33212 \end_layout
33213
33214 \begin_layout Plain Layout
33215 \begin_inset Tabular
33216 <lyxtabular version="3" rows="4" columns="5">
33217 <features tabularvalignment="middle">
33218 <column alignment="center" valignment="top">
33219 <column alignment="center" valignment="top">
33220 <column alignment="center" valignment="top">
33221 <column alignment="center" valignment="top">
33222 <column alignment="center" valignment="top">
33223 <row>
33224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33225 \begin_inset Text
33226
33227 \begin_layout Plain Layout
33228 a
33229 \end_layout
33230
33231 \end_inset
33232 </cell>
33233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33234 \begin_inset Text
33235
33236 \begin_layout Plain Layout
33237
33238 \end_layout
33239
33240 \end_inset
33241 </cell>
33242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33243 \begin_inset Text
33244
33245 \begin_layout Plain Layout
33246 b
33247 \end_layout
33248
33249 \end_inset
33250 </cell>
33251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33252 \begin_inset Text
33253
33254 \begin_layout Plain Layout
33255
33256 \end_layout
33257
33258 \end_inset
33259 </cell>
33260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33261 \begin_inset Text
33262
33263 \begin_layout Plain Layout
33264 c
33265 \end_layout
33266
33267 \end_inset
33268 </cell>
33269 </row>
33270 <row>
33271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33272 \begin_inset Text
33273
33274 \begin_layout Plain Layout
33275
33276 \end_layout
33277
33278 \end_inset
33279 </cell>
33280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33281 \begin_inset Text
33282
33283 \begin_layout Plain Layout
33284 d
33285 \end_layout
33286
33287 \end_inset
33288 </cell>
33289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33290 \begin_inset Text
33291
33292 \begin_layout Plain Layout
33293
33294 \end_layout
33295
33296 \end_inset
33297 </cell>
33298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33299 \begin_inset Text
33300
33301 \begin_layout Plain Layout
33302 e
33303 \end_layout
33304
33305 \end_inset
33306 </cell>
33307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33308 \begin_inset Text
33309
33310 \begin_layout Plain Layout
33311
33312 \end_layout
33313
33314 \end_inset
33315 </cell>
33316 </row>
33317 <row>
33318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322 f
33323 \end_layout
33324
33325 \end_inset
33326 </cell>
33327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33328 \begin_inset Text
33329
33330 \begin_layout Plain Layout
33331
33332 \end_layout
33333
33334 \end_inset
33335 </cell>
33336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33337 \begin_inset Text
33338
33339 \begin_layout Plain Layout
33340 g
33341 \end_layout
33342
33343 \end_inset
33344 </cell>
33345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33346 \begin_inset Text
33347
33348 \begin_layout Plain Layout
33349
33350 \end_layout
33351
33352 \end_inset
33353 </cell>
33354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33355 \begin_inset Text
33356
33357 \begin_layout Plain Layout
33358 h
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 </row>
33364 <row>
33365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33366 \begin_inset Text
33367
33368 \begin_layout Plain Layout
33369
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 i
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33384 \begin_inset Text
33385
33386 \begin_layout Plain Layout
33387
33388 \end_layout
33389
33390 \end_inset
33391 </cell>
33392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33393 \begin_inset Text
33394
33395 \begin_layout Plain Layout
33396 j
33397 \end_layout
33398
33399 \end_inset
33400 </cell>
33401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33402 \begin_inset Text
33403
33404 \begin_layout Plain Layout
33405
33406 \end_layout
33407
33408 \end_inset
33409 </cell>
33410 </row>
33411 </lyxtabular>
33412
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \end_inset
33419
33420
33421 \end_layout
33422
33423 \begin_layout Standard
33424 \begin_inset ERT
33425 status collapsed
33426
33427 \begin_layout Plain Layout
33428
33429
33430 \backslash
33431 TabBesEnd
33432 \end_layout
33433
33434 \end_inset
33435
33436
33437 \end_layout
33438
33439 \begin_layout Standard
33440 \begin_inset ERT
33441 status collapsed
33442
33443 \begin_layout Plain Layout
33444
33445
33446 \backslash
33447 else
33448 \end_layout
33449
33450 \end_inset
33451
33452
33453 \begin_inset Note Note
33454 status open
33455
33456 \begin_layout Plain Layout
33457 以下の部分は,
33458 \SpecialChar LaTeX
33459 パッケージ
33460 \series bold
33461 sidecap
33462 \series default
33463 が導入されていないときのみ表示されます.
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \begin_layout Standard
33472 本節の残りの部分を出力で表示するには,
33473 \SpecialChar LaTeX
33474 パッケージ
33475 \series bold
33476 sidecap
33477 \series default
33478 を導入する必要があります.
33479 \end_layout
33480
33481 \begin_layout Standard
33482 \begin_inset ERT
33483 status collapsed
33484
33485 \begin_layout Plain Layout
33486
33487
33488 \backslash
33489 fi
33490 \end_layout
33491
33492 \end_inset
33493
33494
33495 \end_layout
33496
33497 \begin_layout Section
33498 フロート一覧
33499 \begin_inset Index idx
33500 range none
33501 pageformat default
33502 status collapsed
33503
33504 \begin_layout Plain Layout
33505 \begin_inset IndexMacro sortkey
33506 status open
33507
33508 \begin_layout Plain Layout
33509 ふろと
33510 \end_layout
33511
33512 \end_inset
33513
33514 フロート
33515 \begin_inset IndexMacro subentry
33516 status open
33517
33518 \begin_layout Plain Layout
33519 \begin_inset IndexMacro sortkey
33520 status open
33521
33522 \begin_layout Plain Layout
33523 ふろといちらん
33524 \end_layout
33525
33526 \end_inset
33527
33528 フロート一覧
33529 \end_layout
33530
33531 \end_inset
33532
33533
33534 \end_layout
33535
33536 \end_inset
33537
33538
33539 \end_layout
33540
33541 \begin_layout Standard
33542 文書中の各節が列挙されたものである目次と同様,
33543 文書中の図など,
33544 すべてのフロート型に一覧があります.これらは,
33545
33546 \family sans
33547 \series bold
33548 挿入\SpecialChar menuseparator
33549 一覧/目次
33550 \family default
33551 \series default
33552
33553 \begin_inset space \thinspace{}
33554 \end_inset
33555
33556 メニューで挿入することができます.
33557 \end_layout
33558
33559 \begin_layout Standard
33560 一覧の見出しは,
33561 フロートのキャプションないし短縮タイトル,
33562 フロート番号,
33563 これらが文書中で現れるページ番号で構成されます.
33564 \end_layout
33565
33566 \begin_layout Standard
33567 本文書の終わりに,
33568 図一覧と表一覧があります.
33569 \end_layout
33570
33571 \begin_layout Chapter
33572 註釈
33573 \end_layout
33574
33575 \begin_layout Section
33576 \SpecialChar LyX
33577 註釈
33578 \begin_inset Index idx
33579 range none
33580 pageformat default
33581 status collapsed
33582
33583 \begin_layout Plain Layout
33584 \begin_inset IndexMacro sortkey
33585 status open
33586
33587 \begin_layout Plain Layout
33588 ちゆうしやく
33589 \end_layout
33590
33591 \end_inset
33592
33593 註釈
33594 \begin_inset IndexMacro subentry
33595 status open
33596
33597 \begin_layout Plain Layout
33598 \begin_inset IndexMacro sortkey
33599 status open
33600
33601 \begin_layout Plain Layout
33602 \SpecialChar LyX
33603 のと
33604 \end_layout
33605
33606 \end_inset
33607
33608 \SpecialChar LyX
33609 ノート
33610 \end_layout
33611
33612 \end_inset
33613
33614
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \begin_layout Standard
33623 註釈は,
33624 ツールバーボタン
33625 \family sans
33626
33627 \begin_inset Info
33628 type  "icon"
33629 arg   "note-insert"
33630 \end_inset
33631
33632
33633 \family default
33634 か,
33635
33636 \family sans
33637 \series bold
33638 挿入\SpecialChar menuseparator
33639 註釈
33640 \family default
33641 \series default
33642
33643 \begin_inset space \thinspace{}
33644 \end_inset
33645
33646 メニューで挿入することができます.註釈には,
33647 以下の三つの型があります.
33648 \end_layout
33649
33650 \begin_layout Description
33651 \SpecialChar LyX
33652 註釈 この註釈型は,
33653 内部用途の註釈で出力には現れません.註釈ボックスは,
33654 以下のように表示されます.
33655 \begin_inset Newline newline
33656 \end_inset
33657
33658
33659 \begin_inset Newline newline
33660 \end_inset
33661
33662
33663 \begin_inset Graphics
33664         filename clipart/LyXNoteImage.png
33665         display false
33666         scale 50
33667         scaleBeforeRotation
33668
33669 \end_inset
33670
33671
33672 \begin_inset Note Note
33673 status open
33674
33675 \begin_layout Plain Layout
33676 これは,
33677 出力には現れない註釈ボックスに書かれた文章です.
33678 \end_layout
33679
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \begin_layout Description
33686 コメント この註釈も出力には現れませんが,
33687
33688 \family sans
33689 \series bold
33690 ファイル\SpecialChar menuseparator
33691 書き出し\SpecialChar menuseparator
33692
33693 \series default
33694 LaTeX
33695 \begin_inset space ~
33696 \end_inset
33697
33698 (pdflatex)
33699 \begin_inset space \thinspace{}
33700 \end_inset
33701
33702 /
33703 \begin_inset space \thinspace{}
33704 \end_inset
33705
33706 (
33707 \series bold
33708 平文
33709 \series default
33710 )
33711 \family default
33712  メニューを使って文書を\SpecialChar LaTeX
33713 にエクスポートする際には,
33714 \SpecialChar LaTeX
33715 コメントとして出力されます.註釈ボックスは,
33716 以下のように表示されます.
33717 \begin_inset Newline newline
33718 \end_inset
33719
33720
33721 \begin_inset Newline newline
33722 \end_inset
33723
33724
33725 \begin_inset Graphics
33726         filename clipart/CommentNoteImage.png
33727         display false
33728         scale 50
33729         scaleBeforeRotation
33730
33731 \end_inset
33732
33733  
33734 \begin_inset Note Comment
33735 status open
33736
33737 \begin_layout Plain Layout
33738 これは,
33739 \SpecialChar LaTeX
33740 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
33741 \end_layout
33742
33743 \end_inset
33744
33745
33746 \end_layout
33747
33748 \begin_layout Description
33749 淡色表示 この註釈は,
33750 薄灰色の文章として出力に現れます.註釈ボックスは,
33751 以下のように表示されます.
33752 \begin_inset Newline newline
33753 \end_inset
33754
33755
33756 \begin_inset Newline newline
33757 \end_inset
33758
33759
33760 \begin_inset Graphics
33761         filename clipart/GreyedOutNoteImage.png
33762         display false
33763         scale 50
33764         scaleBeforeRotation
33765
33766 \end_inset
33767
33768
33769 \begin_inset Newline newline
33770 \end_inset
33771
33772
33773 \begin_inset ERT
33774 status collapsed
33775
33776 \begin_layout Plain Layout
33777
33778
33779 \backslash
33780 renewenvironment{lyxgreyedout}
33781 \end_layout
33782
33783 \begin_layout Plain Layout
33784
33785 {
33786 \backslash
33787 textcolor[gray]{0.8}
33788 \backslash
33789 bgroup}{
33790 \backslash
33791 egroup}
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \begin_inset Note Greyedout
33798 status open
33799
33800 \begin_layout Plain Layout
33801 これは,
33802 出力に薄灰色の文章として現れるコメントに書かれた文章
33803 \begin_inset Foot
33804 status collapsed
33805
33806 \begin_layout Plain Layout
33807 これは,
33808 淡色註釈内に脚註を用いた例です.
33809 \end_layout
33810
33811 \end_inset
33812
33813 です.
33814 \end_layout
33815
33816 \end_inset
33817
33818
33819 \begin_inset ERT
33820 status collapsed
33821
33822 \begin_layout Plain Layout
33823
33824
33825 \backslash
33826 renewenvironment{lyxgreyedout}
33827 \end_layout
33828
33829 \begin_layout Plain Layout
33830
33831 {
33832 \backslash
33833 textcolor{blue}
33834 \backslash
33835 bgroup}{
33836 \backslash
33837 egroup}
33838 \end_layout
33839
33840 \end_inset
33841
33842
33843 \begin_inset Note Note
33844 status open
33845
33846 \begin_layout Plain Layout
33847 以下に述べられているように,
33848 淡色註釈は,
33849 青文字で表示されるよう本文書のプリアンブルで再定義されているため,
33850 ここの淡色註釈は,
33851 \SpecialChar LyX
33852 本来の定義で表示されるように再定義されています.
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \begin_inset Newline newline
33859 \end_inset
33860
33861
33862 \begin_inset Newline newline
33863 \end_inset
33864
33865 この例から分かるように,
33866 淡色註釈の最初の行は少し字下げされるほか,
33867 淡色註釈には脚註を入れることができます.
33868 \end_layout
33869
33870 \begin_layout Standard
33871 \begin_inset VSpace bigskip
33872 \end_inset
33873
33874 註釈を挿入するのにツールバーボタン
33875 \family sans
33876
33877 \begin_inset Info
33878 type  "icon"
33879 arg   "note-insert"
33880 \end_inset
33881
33882
33883 \family default
33884 を使用すると,
33885
33886 \family sans
33887 \SpecialChar LyX
33888
33889 \series bold
33890 註釈
33891 \family default
33892 \series default
33893 が挿入されます.註釈ボックスを右クリックすれば,
33894 五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,
33895 平文を選択して,
33896 註釈ツールバーボタンをクリックしてください.註釈を平文に変更するには,
33897 カーソルを註釈の先頭に置いてBackspaceキーを押すか,
33898 カーソルを註釈の最後に置いてDeleteキーを押してください.
33899 \end_layout
33900
33901 \begin_layout Standard
33902 \begin_inset VSpace bigskip
33903 \end_inset
33904
33905 淡色註釈の文字色は,
33906
33907 \family sans
33908 \series bold
33909 文書\SpecialChar menuseparator
33910 設定\SpecialChar menuseparator
33911
33912 \family default
33913 \series default
33914
33915 \begin_inset space \thinspace{}
33916 \end_inset
33917
33918 メニューで変更することができます.
33919 \end_layout
33920
33921 \begin_layout Section
33922 脚註
33923 \begin_inset CommandInset label
33924 LatexCommand label
33925 name "sec:脚注"
33926
33927 \end_inset
33928
33929
33930 \begin_inset Index idx
33931 range none
33932 pageformat default
33933 status collapsed
33934
33935 \begin_layout Plain Layout
33936 \begin_inset IndexMacro sortkey
33937 status open
33938
33939 \begin_layout Plain Layout
33940 ちゆうしやく
33941 \end_layout
33942
33943 \end_inset
33944
33945 註釈
33946 \begin_inset IndexMacro subentry
33947 status open
33948
33949 \begin_layout Plain Layout
33950 \begin_inset IndexMacro sortkey
33951 status open
33952
33953 \begin_layout Plain Layout
33954 きやくちゆう
33955 \end_layout
33956
33957 \end_inset
33958
33959 脚註
33960 \end_layout
33961
33962 \end_inset
33963
33964
33965 \end_layout
33966
33967 \end_inset
33968
33969
33970 \begin_inset Index idx
33971 range none
33972 pageformat default
33973 status collapsed
33974
33975 \begin_layout Plain Layout
33976 \begin_inset IndexMacro sortkey
33977 status open
33978
33979 \begin_layout Plain Layout
33980 きやくちゆう
33981 \end_layout
33982
33983 \end_inset
33984
33985 脚註
33986 \end_layout
33987
33988 \end_inset
33989
33990
33991 \end_layout
33992
33993 \begin_layout Standard
33994 脚註は,
33995 ツールバーボタン
33996 \family sans
33997
33998 \begin_inset Info
33999 type  "icon"
34000 arg   "footnote-insert"
34001 \end_inset
34002
34003
34004 \family default
34005 か,
34006
34007 \family sans
34008 \series bold
34009 挿入\SpecialChar menuseparator
34010 脚註
34011 \family default
34012 \series default
34013
34014 \begin_inset space \thinspace{}
34015 \end_inset
34016
34017 メニューを使って挿入することができます.すると,
34018 脚註文を挿入したとこ
34019 \begin_inset Graphics
34020         filename clipart/footnote.png
34021         scale 95
34022         scaleBeforeRotation
34023
34024 \end_inset
34025
34026 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,
34027 その文章を選択して,
34028 脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,
34029 カーソルが脚註の先頭にある時にBackspaceキーを押すか,
34030 カーソルが脚註の最後にある時にDeleteキーを押します.
34031 \end_layout
34032
34033 \begin_layout Standard
34034 これが脚註の例です
34035 \begin_inset Foot
34036 status collapsed
34037
34038 \begin_layout Plain Layout
34039 \begin_inset CommandInset label
34040 LatexCommand label
34041 name "fn:これは脚注の一例"
34042
34043 \end_inset
34044
34045 これは脚註の一例です.
34046 \end_layout
34047
34048 \end_inset
34049
34050
34051 \begin_inset ERT
34052 status collapsed
34053
34054 \begin_layout Plain Layout
34055
34056
34057 \backslash
34058 newcounter{MyRepeatFoot}
34059 \end_layout
34060
34061 \begin_layout Plain Layout
34062
34063
34064 \backslash
34065 setcounter{MyRepeatFoot}{
34066 \backslash
34067 thefootnote}
34068 \end_layout
34069
34070 \end_inset
34071
34072
34073 \end_layout
34074
34075 \begin_layout Standard
34076 出力に於いては,
34077 脚註は,
34078 文中の脚註ボックスを置いた位置に上付き数字として表示され,
34079 脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
34080 が計算を行い,
34081 連番が付けられます.脚註番号が章毎にリセットされるか否かは,
34082 使用する文書クラスに依ります.
34083 \end_layout
34084
34085 \begin_layout Standard
34086 脚註もフロート同様,
34087 参照することができます.脚註にラベルを挿入し,
34088
34089 \begin_inset CommandInset ref
34090 LatexCommand ref
34091 reference "sec:フロートの参照"
34092 nolink "false"
34093
34094 \end_inset
34095
34096 節に説明されているようにして,
34097 本文中でこのラベルを相互参照してください.
34098 \begin_inset Newline newline
34099 \end_inset
34100
34101 これは脚註
34102 \begin_inset CommandInset ref
34103 LatexCommand ref
34104 reference "fn:これは脚注の一例"
34105 nolink "false"
34106
34107 \end_inset
34108
34109 の相互参照です.
34110 \end_layout
34111
34112 \begin_layout Standard
34113 \begin_inset VSpace defskip
34114 \end_inset
34115
34116 表題環境における脚註は,
34117 通常,
34118 記号付きで付番はされず,
34119 複数の段落を含むことはできません.たとえば,
34120 この文書の表題の脚註をご覧ください.
34121 \end_layout
34122
34123 \begin_layout Standard
34124 多頁表中の脚註は,
34125
34126 \begin_inset CommandInset ref
34127 LatexCommand ref
34128 reference "subsec:多頁表での脚注"
34129 nolink "false"
34130
34131 \end_inset
34132
34133 節で述べられています.
34134 \end_layout
34135
34136 \begin_layout Standard
34137 \begin_inset VSpace defskip
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \begin_layout Standard
34144 ミニページ中の脚註は出力されますが,
34145 ミニボックスは頁中の頁のようなものなので,
34146 ボックス内に独立した連番として出力されます(ミニページについての詳細は,
34147
34148 \begin_inset CommandInset ref
34149 LatexCommand ref
34150 reference "sec:ミニページ"
34151 nolink "false"
34152
34153 \end_inset
34154
34155 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,
34156 しかし,
34157 それを行うには他の方法があり,
34158 まず脚註の代わりに\SpecialChar TeX
34159 コードで
34160 \series bold
34161
34162 \backslash
34163 footnotemark{}
34164 \series default
34165 コマンドを入れてください.脚註の本文は.ミニページの後で\SpecialChar TeX
34166 コード
34167 \series bold
34168
34169 \backslash
34170 footnotetext
34171 \series default
34172 コマンドの引数として入力します.
34173 \begin_inset Newline newline
34174 \end_inset
34175
34176 以下の表ではコマンド
34177 \begin_inset Newline newline
34178 \end_inset
34179
34180
34181 \series bold
34182
34183 \backslash
34184 footnotetext{
34185 \series default
34186 ミニページ外の脚註です.
34187 \series bold
34188 }
34189 \series default
34190
34191 \begin_inset Newline newline
34192 \end_inset
34193
34194 を用いています
34195 \lang english
34196 minipage
34197 \lang japanese
34198
34199 \end_layout
34200
34201 \begin_layout Standard
34202 \begin_inset Box Frameless
34203 position "t"
34204 hor_pos "c"
34205 has_inner_box 1
34206 inner_pos "t"
34207 use_parbox 0
34208 use_makebox 0
34209 width "100col%"
34210 special "none"
34211 height "1in"
34212 height_special "totalheight"
34213 thickness "0.4pt"
34214 separation "3pt"
34215 shadowsize "4pt"
34216 framecolor "black"
34217 backgroundcolor "none"
34218 status open
34219
34220 \begin_layout Plain Layout
34221 これはミニページ中の例文です.
34222 \begin_inset Foot
34223 status open
34224
34225 \begin_layout Plain Layout
34226 ミニページ中の脚註です.
34227 \end_layout
34228
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \begin_layout Plain Layout
34235 これはミニページ中の例文です.
34236 \begin_inset ERT
34237 status collapsed
34238
34239 \begin_layout Plain Layout
34240
34241
34242 \backslash
34243 footnotemark{}
34244 \end_layout
34245
34246 \end_inset
34247
34248
34249 \end_layout
34250
34251 \end_inset
34252
34253
34254 \end_layout
34255
34256 \begin_layout Standard
34257 \begin_inset ERT
34258 status collapsed
34259
34260 \begin_layout Plain Layout
34261
34262
34263 \backslash
34264 footnotetext{
34265 \end_layout
34266
34267 \end_inset
34268
34269 ミニページ外の脚註です.
34270 \begin_inset ERT
34271 status collapsed
34272
34273 \begin_layout Plain Layout
34274
34275 }
34276 \end_layout
34277
34278 \end_inset
34279
34280
34281 \begin_inset VSpace defskip
34282 \end_inset
34283
34284
34285 \end_layout
34286
34287 \begin_layout Standard
34288 毎回脚註本文を出力せずに,
34289 同じ脚註を何度か参照したい場合には,
34290 \SpecialChar TeX
34291 コードでコマンド
34292 \series bold
34293
34294 \backslash
34295 footnotemark[番号]
34296 \series default
34297 を使用してください.
34298 \begin_inset Newline newline
34299 \end_inset
34300
34301 文章を書いている途中には,
34302 繰り返す脚註の数はわからないので,
34303 その番号は保存しておかなくてはなりません.以下の脚註例では,
34304 脚註
34305 \begin_inset CommandInset ref
34306 LatexCommand ref
34307 reference "fn:これは脚注の一例"
34308 nolink "false"
34309
34310 \end_inset
34311
34312 の後に,
34313 \SpecialChar TeX
34314 コードで
34315 \end_layout
34316
34317 \begin_layout Standard
34318
34319 \series bold
34320
34321 \backslash
34322 newcounter{MyRepeatFoot}
34323 \begin_inset Newline newline
34324 \end_inset
34325
34326
34327 \backslash
34328 setcounter{MyRepeatFoot}{
34329 \backslash
34330 thefootnote}
34331 \end_layout
34332
34333 \begin_layout Standard
34334 というコマンドを挿入しています.そして脚註マークは,
34335
34336 \end_layout
34337
34338 \begin_layout Standard
34339
34340 \series bold
34341
34342 \backslash
34343 footnotemark[
34344 \backslash
34345 theMyRepeatFoot]
34346 \end_layout
34347
34348 \begin_layout Standard
34349 で作成します.
34350 \end_layout
34351
34352 \begin_layout Standard
34353 これは繰り返し脚註の例です.
34354 \begin_inset ERT
34355 status collapsed
34356
34357 \begin_layout Plain Layout
34358
34359
34360 \backslash
34361 footnotemark[
34362 \backslash
34363 theMyRepeatFoot]
34364 \end_layout
34365
34366 \end_inset
34367
34368
34369 \end_layout
34370
34371 \begin_layout Standard
34372 直前の脚註を繰り返すには,
34373 脚註番号の保存を行わないで,
34374 直ちに
34375 \end_layout
34376
34377 \begin_layout Standard
34378
34379 \series bold
34380
34381 \backslash
34382 footnotemark[
34383 \backslash
34384 thefootnote]
34385 \end_layout
34386
34387 \begin_layout Standard
34388 を使用してください.
34389 \end_layout
34390
34391 \begin_layout Standard
34392 これは繰り返し脚註の例です.
34393 \begin_inset ERT
34394 status collapsed
34395
34396 \begin_layout Plain Layout
34397
34398
34399 \backslash
34400 footnotemark[
34401 \backslash
34402 thefootnote]
34403 \end_layout
34404
34405 \end_inset
34406
34407
34408 \end_layout
34409
34410 \begin_layout Subsection
34411 脚註の付番
34412 \begin_inset CommandInset label
34413 LatexCommand label
34414 name "subsec:脚注の付番"
34415
34416 \end_inset
34417
34418
34419 \begin_inset Index idx
34420 range none
34421 pageformat default
34422 status collapsed
34423
34424 \begin_layout Plain Layout
34425 \begin_inset IndexMacro sortkey
34426 status open
34427
34428 \begin_layout Plain Layout
34429 きやくちゆう
34430 \end_layout
34431
34432 \end_inset
34433
34434 脚註
34435 \begin_inset IndexMacro subentry
34436 status open
34437
34438 \begin_layout Plain Layout
34439 \begin_inset IndexMacro sortkey
34440 status open
34441
34442 \begin_layout Plain Layout
34443 ふはん
34444 \end_layout
34445
34446 \end_inset
34447
34448 付番
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \end_inset
34457
34458
34459 \end_layout
34460
34461 \begin_layout Standard
34462 各節毎に脚註番号を1にリセットするには,
34463 文書プリアンブルに
34464 \end_layout
34465
34466 \begin_layout Standard
34467
34468 \series bold
34469
34470 \backslash
34471 @addtoreset{footnote}{section}
34472 \end_layout
34473
34474 \begin_layout Standard
34475 というコマンドを加えてください.
34476 \end_layout
34477
34478 \begin_layout Standard
34479 \begin_inset VSpace bigskip
34480 \end_inset
34481
34482 以下のプリアンブルコマンドを使うと,
34483 脚註の付番様式を小文字ローマ数字に変更することができます.
34484 \end_layout
34485
34486 \begin_layout Standard
34487
34488 \series bold
34489
34490 \backslash
34491 renewcommand{
34492 \backslash
34493 thefootnote}{
34494 \backslash
34495 roman{footnote}}
34496 \end_layout
34497
34498 \begin_layout Standard
34499 \begin_inset ERT
34500 status collapsed
34501
34502 \begin_layout Plain Layout
34503
34504
34505 \backslash
34506 renewcommand{
34507 \backslash
34508 thefootnote}{
34509 \backslash
34510 roman{footnote}}
34511 \end_layout
34512
34513 \end_inset
34514
34515 これは,
34516 ローマ数字を使った脚註です
34517 \begin_inset Foot
34518 status collapsed
34519
34520 \begin_layout Plain Layout
34521 これは,
34522 ローマ数字を使った脚註の例です.
34523 \end_layout
34524
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Standard
34531 付番様式を大文字ローマ数字に変更するには,
34532 上記コマンドの
34533 \series bold
34534
34535 \backslash
34536 roman
34537 \series default
34538
34539 \series bold
34540
34541 \backslash
34542 Roman
34543 \series default
34544 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,
34545 それぞれ
34546 \series bold
34547
34548 \backslash
34549 Alph
34550 \series default
34551 または
34552 \series bold
34553
34554 \backslash
34555 alph
34556 \series default
34557 を使用してください.記号を使って付「番」するには,
34558
34559 \series bold
34560
34561 \backslash
34562 fnsymbol
34563 \series default
34564 を使ってください.
34565 \end_layout
34566
34567 \begin_layout Standard
34568 \begin_inset Note Greyedout
34569 status open
34570
34571 \begin_layout Plain Layout
34572
34573 \series bold
34574 [註]
34575 \series default
34576 この付番方法には1文字しか使えないので,
34577 ラテン文字を使うと26個の脚註しか番号を振ることができません.
34578 \end_layout
34579
34580 \end_inset
34581
34582
34583 \begin_inset Newline newline
34584 \end_inset
34585
34586
34587 \begin_inset Note Greyedout
34588 status open
34589
34590 \begin_layout Plain Layout
34591
34592 \series bold
34593 [註]
34594 \series default
34595 記号を使うと9個の脚註しか番号を振ることができません.
34596 \end_layout
34597
34598 \end_inset
34599
34600
34601 \end_layout
34602
34603 \begin_layout Standard
34604 付番様式を変更した後,
34605 既定様式に戻すには,
34606 上記コマンドの
34607 \series bold
34608
34609 \backslash
34610 roman
34611 \series default
34612
34613 \series bold
34614
34615 \backslash
34616 arabic
34617 \series default
34618 に置き換えて使用してください.
34619 \begin_inset ERT
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623
34624
34625 \backslash
34626 renewcommand{
34627 \backslash
34628 thefootnote}{
34629 \backslash
34630 arabic{footnote}}
34631 \end_layout
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \begin_layout Standard
34639 \begin_inset VSpace bigskip
34640 \end_inset
34641
34642
34643 \end_layout
34644
34645 \begin_layout Standard
34646 脚註を「章番号.脚註番号」スキームで付番したいときには,
34647 使用中文書のプリアンブルに
34648 \end_layout
34649
34650 \begin_layout Standard
34651
34652 \series bold
34653
34654 \backslash
34655 numberwithin{footnote}{chapter}
34656 \end_layout
34657
34658 \begin_layout Standard
34659 というコマンドを加えてください.
34660 \series bold
34661
34662 \backslash
34663 numberwithin
34664 \series default
34665 コマンドを使用できるようにするためには,
34666 文書設定の
34667 \family sans
34668 \series bold
34669 数式オプション
34670 \family default
34671 \series default
34672 タブで
34673 \family sans
34674 AMS
34675 \begin_inset space ~
34676 \end_inset
34677
34678 math
34679 \series bold
34680 パッケージを使う
34681 \family default
34682 \series default
34683 オプションを有効にしてください.
34684 \end_layout
34685
34686 \begin_layout Standard
34687 \begin_inset ERT
34688 status collapsed
34689
34690 \begin_layout Plain Layout
34691
34692
34693 \backslash
34694 numberwithin{footnote}{chapter}
34695 \end_layout
34696
34697 \end_inset
34698
34699 これは,
34700 脚註のもう一つの例です
34701 \series bold
34702
34703 \begin_inset Foot
34704 status open
34705
34706 \begin_layout Plain Layout
34707 これは「章番号.脚註番号」スキームで番号を振られた脚註です.
34708 \end_layout
34709
34710 \end_inset
34711
34712
34713 \series default
34714
34715 \begin_inset ERT
34716 status collapsed
34717
34718 \begin_layout Plain Layout
34719
34720
34721 \backslash
34722 renewcommand{
34723 \backslash
34724 thefootnote}{
34725 \backslash
34726 arabic{footnote}}
34727 \end_layout
34728
34729 \end_inset
34730
34731
34732 \end_layout
34733
34734 \begin_layout Standard
34735 \begin_inset Note Greyedout
34736 status open
34737
34738 \begin_layout Plain Layout
34739
34740 \series bold
34741 [註]
34742 \backslash
34743 numberwithin
34744 \series default
34745 は,
34746 脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
34747 \end_layout
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Standard
34755 また,
34756 例えば「章番号.
34757 \backslash
34758 Roman{footnote}」スキームを得るには,
34759
34760 \series bold
34761
34762 \backslash
34763 numberwithin
34764 \series default
34765 の代わりに以下のコマンドを使用してください.
34766 \end_layout
34767
34768 \begin_layout Standard
34769
34770 \series bold
34771
34772 \backslash
34773 renewcommand{
34774 \backslash
34775 thefootnote}{
34776 \backslash
34777 thechapter.
34778 \backslash
34779 Roman{footnote}}
34780 \end_layout
34781
34782 \begin_layout Subsection
34783 脚註の配置
34784 \begin_inset Index idx
34785 range none
34786 pageformat default
34787 status collapsed
34788
34789 \begin_layout Plain Layout
34790 \begin_inset IndexMacro sortkey
34791 status open
34792
34793 \begin_layout Plain Layout
34794 きやくちゆう
34795 \end_layout
34796
34797 \end_inset
34798
34799 脚註
34800 \begin_inset IndexMacro subentry
34801 status open
34802
34803 \begin_layout Plain Layout
34804 \begin_inset IndexMacro sortkey
34805 status open
34806
34807 \begin_layout Plain Layout
34808 はいち
34809 \end_layout
34810
34811 \end_inset
34812
34813 配置
34814 \end_layout
34815
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \end_inset
34822
34823
34824 \end_layout
34825
34826 \begin_layout Standard
34827 同一ページに複数の脚註がある場合,
34828 それらはページ底部に縦方向の余白を空けることなく,
34829 並べられます.これを読みやすくするには,
34830 例えば以下のようなコマンドをプリアンブルに足して,
34831 1.5
34832 \begin_inset space \thinspace{}
34833 \end_inset
34834
34835 mmの余白を追加することもできます.
34836 \end_layout
34837
34838 \begin_layout Standard
34839
34840 \series bold
34841
34842 \backslash
34843 let
34844 \backslash
34845 myFoot
34846 \backslash
34847 footnote
34848 \begin_inset Newline newline
34849 \end_inset
34850
34851
34852 \backslash
34853 renewcommand{
34854 \backslash
34855 footnote}[1]{
34856 \backslash
34857 myFoot{#1
34858 \backslash
34859 vspace{1.5mm}}}
34860 \end_layout
34861
34862 \begin_layout Standard
34863 \begin_inset VSpace bigskip
34864 \end_inset
34865
34866 二段組文書では,
34867 脚註は各段底部に表示されます(図
34868 \begin_inset CommandInset ref
34869 LatexCommand ref
34870 reference "fig:標準的脚注配置"
34871 nolink "false"
34872
34873 \end_inset
34874
34875 ).図
34876 \begin_inset CommandInset ref
34877 LatexCommand ref
34878 reference "fig:ftnright脚注配置"
34879 nolink "false"
34880
34881 \end_inset
34882
34883 のように,
34884 脚註を右段底部にのみ表示するようにするには,
34885 文書プリアンブルに
34886 \end_layout
34887
34888 \begin_layout Standard
34889
34890 \series bold
34891
34892 \backslash
34893 usepackage{ftnright}
34894 \end_layout
34895
34896 \begin_layout Standard
34897 というコマンドを書いて,
34898 \SpecialChar LaTeX
34899 パッケージ
34900 \series bold
34901 ftnright
34902 \series default
34903
34904 \begin_inset Index idx
34905 range none
34906 pageformat default
34907 status collapsed
34908
34909 \begin_layout Plain Layout
34910 \begin_inset IndexMacro sortkey
34911 status open
34912
34913 \begin_layout Plain Layout
34914 LaTeXはつけし
34915 \end_layout
34916
34917 \end_inset
34918
34919 \SpecialChar LaTeX
34920 パッケージ
34921 \begin_inset IndexMacro subentry
34922 status open
34923
34924 \begin_layout Plain Layout
34925 ftnright
34926 \end_layout
34927
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \end_inset
34934
34935 を読み込みます.
34936 \begin_inset Float figure
34937 placement !h
34938 alignment document
34939 wide false
34940 sideways false
34941 status open
34942
34943 \begin_layout Plain Layout
34944 \noindent
34945 \align center
34946 \begin_inset Box Boxed
34947 position "t"
34948 hor_pos "c"
34949 has_inner_box 0
34950 inner_pos "t"
34951 use_parbox 0
34952 use_makebox 0
34953 width ""
34954 special "none"
34955 height "1in"
34956 height_special "totalheight"
34957 thickness "0.4pt"
34958 separation "3pt"
34959 shadowsize "4pt"
34960 framecolor "black"
34961 backgroundcolor "none"
34962 status open
34963
34964 \begin_layout Plain Layout
34965 \begin_inset Graphics
34966         filename ../clipart/without_fntright.pdf
34967         width 100col%
34968         scaleBeforeRotation
34969
34970 \end_inset
34971
34972
34973 \end_layout
34974
34975 \end_inset
34976
34977
34978 \end_layout
34979
34980 \begin_layout Plain Layout
34981 \begin_inset Caption Standard
34982
34983 \begin_layout Plain Layout
34984 \begin_inset CommandInset label
34985 LatexCommand label
34986 name "fig:標準的脚注配置"
34987
34988 \end_inset
34989
34990 二段組文書の標準的な脚註配置
34991 \end_layout
34992
34993 \end_inset
34994
34995
34996 \end_layout
34997
34998 \end_inset
34999
35000
35001 \end_layout
35002
35003 \begin_layout Standard
35004 \begin_inset Float figure
35005 placement !h
35006 alignment document
35007 wide false
35008 sideways false
35009 status open
35010
35011 \begin_layout Plain Layout
35012 \noindent
35013 \align center
35014 \begin_inset Box Boxed
35015 position "t"
35016 hor_pos "c"
35017 has_inner_box 0
35018 inner_pos "t"
35019 use_parbox 0
35020 use_makebox 0
35021 width ""
35022 special "none"
35023 height "1in"
35024 height_special "totalheight"
35025 thickness "0.4pt"
35026 separation "3pt"
35027 shadowsize "4pt"
35028 framecolor "black"
35029 backgroundcolor "none"
35030 status open
35031
35032 \begin_layout Plain Layout
35033 \begin_inset Graphics
35034         filename ../clipart/with_fntright.pdf
35035         width 100col%
35036         scaleBeforeRotation
35037
35038 \end_inset
35039
35040
35041 \end_layout
35042
35043 \end_inset
35044
35045
35046 \end_layout
35047
35048 \begin_layout Plain Layout
35049 \begin_inset Caption Standard
35050
35051 \begin_layout Plain Layout
35052 \begin_inset CommandInset label
35053 LatexCommand label
35054 name "fig:ftnright脚注配置"
35055
35056 \end_inset
35057
35058 \SpecialChar LaTeX
35059 パッケージ
35060 \series bold
35061 ftnright
35062 \series default
35063 を使用したときの二段組文書の脚註配置
35064 \end_layout
35065
35066 \end_inset
35067
35068
35069 \end_layout
35070
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Standard
35077 \begin_inset VSpace bigskip
35078 \end_inset
35079
35080 科学的文献においては,
35081
35082 \begin_inset CommandInset ref
35083 LatexCommand ref
35084 reference "fig:後註"
35085 nolink "false"
35086
35087 \end_inset
35088
35089 のように,
35090 節の末尾に別段落を設けて,
35091 脚註をまとめて出力することも普通に行われます.これは「後註
35092 \begin_inset Index idx
35093 range none
35094 pageformat default
35095 status collapsed
35096
35097 \begin_layout Plain Layout
35098 \begin_inset IndexMacro sortkey
35099 status open
35100
35101 \begin_layout Plain Layout
35102 こちゆう
35103 \end_layout
35104
35105 \end_inset
35106
35107 後註
35108 \end_layout
35109
35110 \end_inset
35111
35112 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
35113
35114 \family sans
35115 \series bold
35116 文書\SpecialChar menuseparator
35117 設定\SpecialChar menuseparator
35118 モジュール
35119 \family default
35120 \series default
35121
35122 \begin_inset space \thinspace{}
35123 \end_inset
35124
35125 メニューで
35126 \family sans
35127 脚註から後註へ
35128 \family default
35129 を読み込んでください.まとめた注を出力するには,
35130 節ないし章末に\SpecialChar TeX
35131 コードで
35132 \end_layout
35133
35134 \begin_layout Standard
35135
35136 \series bold
35137
35138 \backslash
35139 theendnotes
35140 \end_layout
35141
35142 \begin_layout Standard
35143 というコマンドを挿入してください.
35144 \end_layout
35145
35146 \begin_layout Standard
35147 \begin_inset Float figure
35148 placement document
35149 alignment document
35150 wide false
35151 sideways false
35152 status open
35153
35154 \begin_layout Plain Layout
35155 \align center
35156 \begin_inset Box Boxed
35157 position "t"
35158 hor_pos "c"
35159 has_inner_box 0
35160 inner_pos "t"
35161 use_parbox 0
35162 use_makebox 0
35163 width ""
35164 special "none"
35165 height "1in"
35166 height_special "totalheight"
35167 thickness "0.4pt"
35168 separation "3pt"
35169 shadowsize "4pt"
35170 framecolor "black"
35171 backgroundcolor "none"
35172 status open
35173
35174 \begin_layout Plain Layout
35175 \begin_inset Graphics
35176         filename ../clipart/endnotes.pdf
35177         width 100col%
35178         scaleBeforeRotation
35179
35180 \end_inset
35181
35182
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Plain Layout
35191 \begin_inset Caption Standard
35192
35193 \begin_layout Plain Layout
35194 \begin_inset CommandInset label
35195 LatexCommand label
35196 name "fig:後註"
35197
35198 \end_inset
35199
35200 後註 – 注を節ないし章末に別段落として印字します.
35201 \end_layout
35202
35203 \end_inset
35204
35205
35206 \end_layout
35207
35208 \end_inset
35209
35210
35211 \end_layout
35212
35213 \begin_layout Standard
35214 \begin_inset VSpace medskip
35215 \end_inset
35216
35217 後註の段落見出しは,
35218 文書言語に自動的に翻訳されることはありませんので,
35219 手動で翻訳しなくてはなりません.プリアンブルで
35220 \end_layout
35221
35222 \begin_layout Standard
35223
35224 \series bold
35225
35226 \backslash
35227 renewcommand{
35228 \backslash
35229 notesname}{Anmerkungen}
35230 \end_layout
35231
35232 \begin_layout Standard
35233 というコマンドを使えば,
35234 既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
35235 \end_layout
35236
35237 \begin_layout Standard
35238 \begin_inset VSpace medskip
35239 \end_inset
35240
35241
35242 \begin_inset CommandInset ref
35243 LatexCommand ref
35244 reference "subsec:脚注の付番"
35245 nolink "false"
35246
35247 \end_inset
35248
35249 節で述べた脚註の付番と同様に,
35250 後註の付番も変更することができます.
35251 \series bold
35252
35253 \backslash
35254 thefootnote
35255 \series default
35256 コマンドの代わりに
35257 \series bold
35258
35259 \backslash
35260 theendnote
35261 \series default
35262 を用いてください.後註番号をリセットするには,
35263
35264 \begin_inset CommandInset ref
35265 LatexCommand ref
35266 reference "subsec:脚注の付番"
35267 nolink "false"
35268
35269 \end_inset
35270
35271 節で述べたコマンド
35272 \series bold
35273
35274 \backslash
35275 @addtoreset
35276 \series default
35277 の,
35278 パラメータ
35279 \series bold
35280 footnote
35281 \series default
35282
35283 \series bold
35284 endnote
35285 \series default
35286 に変えて,
35287 使用してください.
35288 \end_layout
35289
35290 \begin_layout Standard
35291 後註の印だけを作成するには,
35292
35293 \begin_inset CommandInset ref
35294 LatexCommand ref
35295 reference "sec:脚注"
35296 nolink "false"
35297
35298 \end_inset
35299
35300 節で説明した
35301 \series bold
35302
35303 \backslash
35304 footnotemark
35305 \series default
35306 コマンドの代わりに,
35307
35308 \series bold
35309
35310 \backslash
35311 endnotemark[番号]
35312 \series default
35313 コマンドを使用してください.
35314 \end_layout
35315
35316 \begin_layout Standard
35317 \begin_inset VSpace bigskip
35318 \end_inset
35319
35320 脚註はページ余白に置くこともでき,
35321 脚註文の揃えも変更することができます.詳細は,
35322 \SpecialChar LaTeX
35323 パッケージ
35324 \series bold
35325 footmisc
35326 \series default
35327
35328 \begin_inset Index idx
35329 range none
35330 pageformat default
35331 status collapsed
35332
35333 \begin_layout Plain Layout
35334 \begin_inset IndexMacro sortkey
35335 status open
35336
35337 \begin_layout Plain Layout
35338 LaTeXはつけし
35339 \end_layout
35340
35341 \end_inset
35342
35343 \SpecialChar LaTeX
35344 パッケージ
35345 \begin_inset IndexMacro subentry
35346 status open
35347
35348 \begin_layout Plain Layout
35349 footmisc
35350 \end_layout
35351
35352 \end_inset
35353
35354
35355 \end_layout
35356
35357 \end_inset
35358
35359
35360 \begin_inset CommandInset citation
35361 LatexCommand cite
35362 key "footmisc"
35363 literal "true"
35364
35365 \end_inset
35366
35367 を参照してください.
35368 \end_layout
35369
35370 \begin_layout Standard
35371 脚註の整形にまつわるその他多くの話題が,
35372 \SpecialChar LaTeX
35373 関連書籍
35374 \begin_inset CommandInset citation
35375 LatexCommand cite
35376 key "latexcompanion,latexguide,latexbook"
35377 literal "true"
35378
35379 \end_inset
35380
35381 に載っています.
35382 \series bold
35383 KOMA-Script
35384 \series default
35385
35386 \begin_inset Index idx
35387 range none
35388 pageformat default
35389 status collapsed
35390
35391 \begin_layout Plain Layout
35392 \begin_inset IndexMacro sortkey
35393 status open
35394
35395 \begin_layout Plain Layout
35396 LaTeXはつけし
35397 \end_layout
35398
35399 \end_inset
35400
35401 \SpecialChar LaTeX
35402 パッケージ
35403 \begin_inset IndexMacro subentry
35404 status open
35405
35406 \begin_layout Plain Layout
35407 KOMA-Script
35408 \end_layout
35409
35410 \end_inset
35411
35412
35413 \end_layout
35414
35415 \end_inset
35416
35417 文書クラスを使用している場合には,
35418 すべての脚註設定を,
35419 クラス固有のコマンドで調節することができます(
35420 \begin_inset CommandInset citation
35421 LatexCommand cite
35422 key "KOMA-Script"
35423 literal "true"
35424
35425 \end_inset
35426
35427 参照).
35428 \end_layout
35429
35430 \begin_layout Section
35431 傍註
35432 \begin_inset Index idx
35433 range none
35434 pageformat default
35435 status collapsed
35436
35437 \begin_layout Plain Layout
35438 \begin_inset IndexMacro sortkey
35439 status open
35440
35441 \begin_layout Plain Layout
35442 ちゆうしやく
35443 \end_layout
35444
35445 \end_inset
35446
35447 註釈
35448 \begin_inset IndexMacro subentry
35449 status open
35450
35451 \begin_layout Plain Layout
35452 \begin_inset IndexMacro sortkey
35453 status open
35454
35455 \begin_layout Plain Layout
35456 ほうちゆう
35457 \end_layout
35458
35459 \end_inset
35460
35461 傍註
35462 \end_layout
35463
35464 \end_inset
35465
35466
35467 \end_layout
35468
35469 \end_inset
35470
35471
35472 \end_layout
35473
35474 \begin_layout Standard
35475 \SpecialChar LyX
35476 内において,
35477 傍註註釈は,
35478 脚註のような外見と挙動を示します.これは
35479 \family sans
35480
35481 \begin_inset space \thinspace{}
35482 \end_inset
35483
35484
35485 \series bold
35486 挿入\SpecialChar menuseparator
35487 傍註
35488 \family default
35489 \series default
35490
35491 \begin_inset space \thinspace{}
35492 \end_inset
35493
35494 メニューかツールバーボタン
35495 \family sans
35496
35497 \begin_inset Info
35498 type  "icon"
35499 arg   "marginalnote-insert"
35500 \end_inset
35501
35502
35503 \family default
35504 で挿入することができます.すると,
35505 紫字で「傍註」と書かれた灰色のボックスが現れて,
35506 そこに傍註文を入れることができます.
35507 \end_layout
35508
35509 \begin_layout Standard
35510 横にあるのが傍註です
35511 \begin_inset Marginal
35512 status open
35513
35514 \begin_layout Plain Layout
35515 これは傍註文です.
35516 \end_layout
35517
35518 \end_inset
35519
35520
35521 \end_layout
35522
35523 \begin_layout Standard
35524 片面文書においては,
35525 傍註は右側に表示され,
35526 両面文書においては外側余白—
35527 偶数ページでは左側,
35528 奇数ページでは右側—
35529 に表示されます.傍註文は,
35530 外側余白の反対側に—
35531 注が左余白に現れるときには右揃えに—
35532 寄せられます.傍註文の一行目は,
35533 傍註が挿入された文書箇所と同じ行に来るように配置されます.
35534 \end_layout
35535
35536 \begin_layout Standard
35537 \begin_inset VSpace bigskip
35538 \end_inset
35539
35540 傍註を内側余白に置くには,
35541 傍註の前に\SpecialChar TeX
35542 コードで
35543 \end_layout
35544
35545 \begin_layout Standard
35546
35547 \series bold
35548
35549 \backslash
35550 reversemarginpar
35551 \end_layout
35552
35553 \begin_layout Standard
35554 というコマンドを書き加えてください.この新しい配置は,
35555 以後のすべての傍註に対して効力があります.
35556 \begin_inset ERT
35557 status collapsed
35558
35559 \begin_layout Plain Layout
35560
35561
35562 \backslash
35563 reversemarginpar 
35564 \end_layout
35565
35566 \end_inset
35567
35568
35569 \begin_inset Marginal
35570 status open
35571
35572 \begin_layout Plain Layout
35573 これは内側余白の傍註です.
35574 \end_layout
35575
35576 \end_inset
35577
35578
35579 \series bold
35580
35581 \begin_inset Newline newline
35582 \end_inset
35583
35584
35585 \series default
35586
35587 \begin_inset Note Greyedout
35588 status open
35589
35590 \begin_layout Plain Layout
35591
35592 \series bold
35593 [註]
35594 \series default
35595 内側余白には充分な空白がないことがよくあり,
35596 出力で傍註が正しく表示されないことがあります.
35597 \end_layout
35598
35599 \end_inset
35600
35601
35602 \end_layout
35603
35604 \begin_layout Standard
35605 既定の配置に戻すには,
35606 \SpecialChar TeX
35607 コードで
35608 \end_layout
35609
35610 \begin_layout Standard
35611
35612 \series bold
35613
35614 \backslash
35615 normalmarginpar
35616 \end_layout
35617
35618 \begin_layout Standard
35619 というコマンドを書き加えてください.
35620 \begin_inset ERT
35621 status collapsed
35622
35623 \begin_layout Plain Layout
35624
35625
35626 \backslash
35627 normalmarginpar 
35628 \end_layout
35629
35630 \end_inset
35631
35632  
35633 \begin_inset Note Greyedout
35634 status open
35635
35636 \begin_layout Plain Layout
35637
35638 \series bold
35639 [註]
35640 \backslash
35641 reversemarginpar
35642 \series default
35643 コマンドが既に挿入されている段落内では,
35644 このコマンドは無視されます.
35645 \end_layout
35646
35647 \end_inset
35648
35649
35650 \end_layout
35651
35652 \begin_layout Standard
35653 \begin_inset VSpace bigskip
35654 \end_inset
35655
35656
35657 \begin_inset Marginal
35658 status open
35659
35660 \begin_layout Plain Layout
35661 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
35662 \end_layout
35663
35664 \end_inset
35665
35666
35667 \begin_inset CommandInset ref
35668 LatexCommand ref
35669 reference "subsec:複数行"
35670 nolink "false"
35671
35672 \end_inset
35673
35674 節で述べられている事例と同様に,
35675 長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,
35676 その単語の前に0
35677 \begin_inset space \thinspace{}
35678 \end_inset
35679
35680 pt水平空白を挿入してください 
35681 \begin_inset Marginal
35682 status open
35683
35684 \begin_layout Plain Layout
35685 \begin_inset space \hspace*{}
35686 \length 0pt
35687 \end_inset
35688
35689 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
35690 \end_layout
35691
35692 \end_inset
35693
35694
35695 \end_layout
35696
35697 \begin_layout Standard
35698 \begin_inset VSpace bigskip
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \begin_layout Standard
35705 \begin_inset Note Greyedout
35706 status open
35707
35708 \begin_layout Plain Layout
35709
35710 \series bold
35711 [註]
35712 \series default
35713 通常,
35714 傍註は表やフロート,
35715 脚註の中では使用することができません.
35716 \end_layout
35717
35718 \end_inset
35719
35720
35721 \end_layout
35722
35723 \begin_layout Standard
35724 \begin_inset VSpace bigskip
35725 \end_inset
35726
35727
35728 \end_layout
35729
35730 \begin_layout Standard
35731 \begin_inset ERT
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735
35736
35737 \backslash
35738 ifmarginnote
35739 \end_layout
35740
35741 \end_inset
35742
35743
35744 \begin_inset Note Note
35745 status open
35746
35747 \begin_layout Plain Layout
35748 以下の部分は,
35749 \SpecialChar LaTeX
35750 パッケージ
35751 \series bold
35752 marginnote
35753 \series default
35754 が導入されているときのみ表示されます.
35755 \end_layout
35756
35757 \end_inset
35758
35759
35760 \end_layout
35761
35762 \begin_layout Standard
35763 この制約は,
35764 \SpecialChar LaTeX
35765 パッケージ
35766 \series bold
35767 marginnote
35768 \series default
35769
35770 \begin_inset Index idx
35771 range none
35772 pageformat default
35773 status collapsed
35774
35775 \begin_layout Plain Layout
35776 LaTeXはつけし@\SpecialChar LaTeX
35777 パッケージ!marginnote
35778 \end_layout
35779
35780 \end_inset
35781
35782 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,
35783 \SpecialChar LyX
35784 が傍註に使うコマンドが再定義されて,
35785
35786 \series bold
35787 marginnote
35788 \series default
35789 パッケージが提供するコマンドを使うようになります.
35790 \end_layout
35791
35792 \begin_layout Standard
35793
35794 \series bold
35795
35796 \backslash
35797 usepackage{marginnote}
35798 \begin_inset Newline newline
35799 \end_inset
35800
35801
35802 \backslash
35803 let
35804 \backslash
35805 marginpar
35806 \backslash
35807 marginnote
35808 \end_layout
35809
35810 \begin_layout Standard
35811
35812 \series bold
35813 marginnote
35814 \series default
35815 には他にも便利な機能があるので,
35816 この方法が本文書でも使われています.というのは,
35817
35818 \series bold
35819 marginnote
35820 \series default
35821 を使うと,
35822 傍註文に垂直オフセットを設定することができるからです.これは,
35823 あまりにもたくさんの傍註が非常に近いところに集まっていたり,
35824 もっとよいページレイアウトが望まれるときなどに,
35825 よく必要とされます.オフセットは,
35826 \SpecialChar LyX
35827 中の傍註の後ろに\SpecialChar TeX
35828 コードで直接
35829 \end_layout
35830
35831 \begin_layout Standard
35832
35833 \series bold
35834 [オフセット]
35835 \end_layout
35836
35837 \begin_layout Standard
35838 という形で書くことで設定することができます.ここで「オフセット」には,
35839
35840 \begin_inset CommandInset ref
35841 LatexCommand ref
35842 reference "tab:単位"
35843 nolink "false"
35844
35845 \end_inset
35846
35847 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,
35848 正の値だと下にずれます.たとえば,
35849 この本文行の横にある傍註は,
35850 \SpecialChar TeX
35851 コードコマンド「
35852 \series bold
35853 [-1.5cm]
35854 \series default
35855 」を使用して,
35856 1.5
35857 \begin_inset space \thinspace{}
35858 \end_inset
35859
35860 cm上にずらしてあります
35861 \begin_inset Marginal
35862 status open
35863
35864 \begin_layout Plain Layout
35865 この傍註は,
35866 本来の位置よりも1.5
35867 \begin_inset space \thinspace{}
35868 \end_inset
35869
35870 cm上にずらしてあります.
35871 \end_layout
35872
35873 \end_inset
35874
35875
35876 \begin_inset ERT
35877 status collapsed
35878
35879 \begin_layout Plain Layout
35880
35881 [-1.5cm]
35882 \end_layout
35883
35884 \end_inset
35885
35886
35887 \end_layout
35888
35889 \begin_layout Standard
35890 \begin_inset VSpace medskip
35891 \end_inset
35892
35893
35894 \series bold
35895 marginnote
35896 \series default
35897 を使うと,
35898 傍註の揃えを変更することもできます.たとえば,
35899
35900 \end_layout
35901
35902 \begin_layout Standard
35903
35904 \series bold
35905
35906 \backslash
35907 renewcommand*{
35908 \backslash
35909 raggedleftmarginnote}{
35910 \backslash
35911 centering}
35912 \begin_inset Newline newline
35913 \end_inset
35914
35915
35916 \backslash
35917 renewcommand*{
35918 \backslash
35919 raggedrightmarginnote}{
35920 \backslash
35921 centering}
35922 \end_layout
35923
35924 \begin_layout Standard
35925 というコマンドを使うと,
35926 中央揃えになります.
35927 \series bold
35928
35929 \backslash
35930 raggedleftmarginnote
35931 \series default
35932 とは,
35933 左側に表示されている傍註のことを指します
35934 \begin_inset ERT
35935 status collapsed
35936
35937 \begin_layout Plain Layout
35938
35939
35940 \backslash
35941 renewcommand*{
35942 \backslash
35943 raggedleftmarginnote}{
35944 \backslash
35945 centering}
35946 \end_layout
35947
35948 \begin_layout Plain Layout
35949
35950
35951 \backslash
35952 renewcommand*{
35953 \backslash
35954 raggedrightmarginnote}{
35955 \backslash
35956 centering}
35957 \end_layout
35958
35959 \end_inset
35960
35961
35962 \begin_inset Marginal
35963 status open
35964
35965 \begin_layout Plain Layout
35966 この傍註の文章は中央揃えになっています.
35967 \end_layout
35968
35969 \end_inset
35970
35971 .既定の設定は,
35972
35973 \end_layout
35974
35975 \begin_layout Standard
35976
35977 \series bold
35978
35979 \backslash
35980 renewcommand*{
35981 \backslash
35982 raggedleftmarginnote}{
35983 \backslash
35984 raggedleft}
35985 \begin_inset Newline newline
35986 \end_inset
35987
35988
35989 \backslash
35990 renewcommand*{
35991 \backslash
35992 raggedrightmarginnote}{
35993 \backslash
35994 raggedright}
35995 \series default
35996
35997 \begin_inset ERT
35998 status collapsed
35999
36000 \begin_layout Plain Layout
36001
36002
36003 \backslash
36004 renewcommand*{
36005 \backslash
36006 raggedleftmarginnote}{
36007 \backslash
36008 raggedleft}
36009 \end_layout
36010
36011 \begin_layout Plain Layout
36012
36013
36014 \backslash
36015 renewcommand*{
36016 \backslash
36017 raggedrightmarginnote}{
36018 \backslash
36019 raggedright}
36020 \end_layout
36021
36022 \end_inset
36023
36024
36025 \end_layout
36026
36027 \begin_layout Standard
36028 です.
36029 \end_layout
36030
36031 \begin_layout Standard
36032 \begin_inset VSpace medskip
36033 \end_inset
36034
36035
36036 \series bold
36037 marginnote
36038 \series default
36039 の他の機能については,
36040
36041 \begin_inset CommandInset citation
36042 LatexCommand cite
36043 key "marginnote"
36044 literal "true"
36045
36046 \end_inset
36047
36048 の取扱説明書をご参照ください.
36049 \end_layout
36050
36051 \begin_layout Standard
36052 \begin_inset VSpace bigskip
36053 \end_inset
36054
36055 傍註のレイアウトは,
36056 傍註の定義を変更することによって変えることができます.たとえば,
36057 すべての傍註に,
36058 下線を引いたサンセリフ体の太字で「
36059 \family sans
36060 \series bold
36061 \bar under
36062 注意!
36063
36064 \family default
36065 \series default
36066 \bar default
36067 」というヘッダ文をつけるには,
36068 以下を使用している文書プリアンブルに書き加えてください.
36069 \end_layout
36070
36071 \begin_layout Standard
36072
36073 \series bold
36074
36075 \backslash
36076 let
36077 \backslash
36078 myMarginpar
36079 \backslash
36080 marginpar
36081 \begin_inset Newline newline
36082 \end_inset
36083
36084
36085 \backslash
36086 renewcommand{
36087 \backslash
36088 marginpar}[1]{
36089 \backslash
36090 myMarginpar{%
36091 \begin_inset Newline newline
36092 \end_inset
36093
36094
36095 \begin_inset Phantom HPhantom
36096 status open
36097
36098 \begin_layout Plain Layout
36099
36100 \series bold
36101 \begin_inset space ~
36102 \end_inset
36103
36104
36105 \end_layout
36106
36107 \end_inset
36108
36109
36110 \backslash
36111 hspace{0pt}
36112 \backslash
36113 textsf{
36114 \backslash
36115 textbf{
36116 \backslash
36117 underbar{注意!
36118 }}}%
36119 \begin_inset Newline newline
36120 \end_inset
36121
36122
36123 \begin_inset Phantom HPhantom
36124 status open
36125
36126 \begin_layout Plain Layout
36127
36128 \series bold
36129 \begin_inset space ~
36130 \end_inset
36131
36132
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \backslash
36139 vspace{1.5mm}
36140 \backslash
36141
36142 \backslash
36143 #1}}
36144 \end_layout
36145
36146 \begin_layout Standard
36147 \begin_inset ERT
36148 status collapsed
36149
36150 \begin_layout Plain Layout
36151
36152
36153 \backslash
36154 let
36155 \backslash
36156 myMarginpar
36157 \backslash
36158 marginpar
36159 \end_layout
36160
36161 \begin_layout Plain Layout
36162
36163
36164 \backslash
36165 renewcommand{
36166 \backslash
36167 marginpar}[1]{
36168 \backslash
36169 myMarginpar{%
36170 \end_layout
36171
36172 \begin_layout Plain Layout
36173
36174    
36175 \backslash
36176 textsf{
36177 \backslash
36178 textbf{
36179 \backslash
36180 underbar{注意!
36181 }}}%
36182 \end_layout
36183
36184 \begin_layout Plain Layout
36185
36186    
36187 \backslash
36188 vspace{1.5mm}
36189 \backslash
36190
36191 \backslash
36192 #1}}
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \begin_inset Marginal
36199 status open
36200
36201 \begin_layout Plain Layout
36202 これは,
36203 定義したヘッダをつけた傍註です.
36204 \end_layout
36205
36206 \end_inset
36207
36208
36209 \begin_inset ERT
36210 status collapsed
36211
36212 \begin_layout Plain Layout
36213
36214 [-1.5cm]
36215 \end_layout
36216
36217 \end_inset
36218
36219
36220 \begin_inset ERT
36221 status collapsed
36222
36223 \begin_layout Plain Layout
36224
36225
36226 \backslash
36227 renewcommand{
36228 \backslash
36229 marginpar}[1]{
36230 \backslash
36231 myMarginpar{#1}}
36232 \end_layout
36233
36234 \end_inset
36235
36236
36237 \begin_inset Note Note
36238 status open
36239
36240 \begin_layout Plain Layout
36241 傍註書式は,
36242 この例の分だけ変更してあります.
36243 \end_layout
36244
36245 \end_inset
36246
36247
36248 \end_layout
36249
36250 \begin_layout Standard
36251 \begin_inset ERT
36252 status collapsed
36253
36254 \begin_layout Plain Layout
36255
36256
36257 \backslash
36258 else
36259 \end_layout
36260
36261 \end_inset
36262
36263
36264 \begin_inset Note Note
36265 status open
36266
36267 \begin_layout Plain Layout
36268 以下の部分は,
36269 \SpecialChar LaTeX
36270 パッケージ
36271 \series bold
36272 marginnote
36273 \series default
36274 が導入されていないときのみ表示されます.
36275 \end_layout
36276
36277 \end_inset
36278
36279
36280 \end_layout
36281
36282 \begin_layout Standard
36283 本節の以下の部分を出力に表示するには,
36284 \SpecialChar LaTeX
36285 パッケージ
36286 \series bold
36287 marginnote
36288 \series default
36289 を導入する必要があります.
36290 \end_layout
36291
36292 \begin_layout Standard
36293 \begin_inset ERT
36294 status collapsed
36295
36296 \begin_layout Plain Layout
36297
36298
36299 \backslash
36300 fi
36301 \end_layout
36302
36303 \end_inset
36304
36305
36306 \end_layout
36307
36308 \begin_layout Chapter
36309 ボックス
36310 \end_layout
36311
36312 \begin_layout Section
36313 はじめに
36314 \begin_inset Index idx
36315 range none
36316 pageformat default
36317 status collapsed
36318
36319 \begin_layout Plain Layout
36320 \begin_inset IndexMacro sortkey
36321 status open
36322
36323 \begin_layout Plain Layout
36324 ほつくす
36325 \end_layout
36326
36327 \end_inset
36328
36329 ボックス
36330 \begin_inset IndexMacro subentry
36331 status open
36332
36333 \begin_layout Plain Layout
36334 はじめに
36335 \begin_inset IndexMacro sortkey
36336 status open
36337
36338 \begin_layout Plain Layout
36339 はしめに
36340 \end_layout
36341
36342 \end_inset
36343
36344
36345 \end_layout
36346
36347 \end_inset
36348
36349
36350 \end_layout
36351
36352 \end_inset
36353
36354
36355 \end_layout
36356
36357 \begin_layout Standard
36358 ボックスは,
36359 一塊の文章を整形するのに使用します.ボックスは,
36360 多言語文書を書くのに使用したり(第
36361 \begin_inset CommandInset ref
36362 LatexCommand ref
36363 reference "sec:ミニページ"
36364 nolink "false"
36365
36366 \end_inset
36367
36368 節参照),
36369 文章を囲ったり(第
36370 \begin_inset CommandInset ref
36371 LatexCommand ref
36372 reference "sec:装飾"
36373 nolink "false"
36374
36375 \end_inset
36376
36377 節参照),
36378 単語がハイフネートされるのを予防したり(第
36379 \begin_inset CommandInset ref
36380 LatexCommand ref
36381 reference "sec:ハイフネーションの回避"
36382 nolink "false"
36383
36384 \end_inset
36385
36386 節参照),
36387 文章を揃えたり(第
36388 \begin_inset CommandInset ref
36389 LatexCommand ref
36390 reference "subsec:垂直揃え"
36391 nolink "false"
36392
36393 \end_inset
36394
36395 節参照),
36396 あるいは文章の背景色を設定したり(第
36397 \begin_inset CommandInset ref
36398 LatexCommand ref
36399 reference "sec:色付きボックス"
36400 nolink "false"
36401
36402 \end_inset
36403
36404 節参照)するのに使用します.
36405 \end_layout
36406
36407 \begin_layout Standard
36408 ボックスは,
36409
36410 \family sans
36411 挿入\SpecialChar menuseparator
36412 ボックス
36413 \family default
36414 メニューかツールバーボタン
36415 \family sans
36416
36417 \begin_inset Info
36418 type  "icon"
36419 arg   "box-insert Frameless"
36420 \end_inset
36421
36422
36423 \family default
36424 を使って挿入することができます.すると,
36425
36426 \begin_inset Graphics
36427         filename clipart/BoxInsetDefault.png
36428         scale 95
36429         scaleBeforeRotation
36430
36431 \end_inset
36432
36433 のように
36434 \family sans
36435 ボックス(minipage
36436 \series bold
36437 環境
36438 \series default
36439
36440 \family default
36441 というラベルのついた灰色の箱形が挿入されます.ボックス型は,
36442 この箱形を右クリックすると出てくるメニューで指定することができます.
36443 \family sans
36444 \series bold
36445 設定
36446 \family default
36447 \series default
36448 メニューを選択すると現れるボックスダイアログでは,
36449
36450 \family sans
36451 parbox
36452 \series bold
36453 コマンド
36454 \family default
36455 \series default
36456
36457 \family sans
36458 minipage
36459 \series bold
36460 環境
36461 \family default
36462 \series default
36463 の二つの
36464 \family sans
36465 \series bold
36466 内部ボックス
36467 \family default
36468 \series default
36469 型を選択することができます.
36470 \family sans
36471 minipage
36472 \family default
36473 型は,
36474 新規ボックスの既定値となっており,
36475
36476 \begin_inset CommandInset ref
36477 LatexCommand ref
36478 reference "sec:ミニページ"
36479 nolink "false"
36480
36481 \end_inset
36482
36483 節で説明します.
36484 \family sans
36485 parbox
36486 \family default
36487 型については第
36488 \begin_inset CommandInset ref
36489 LatexCommand ref
36490 reference "sec:Parboxes"
36491 nolink "false"
36492
36493 \end_inset
36494
36495 節,
36496
36497 \family sans
36498 makebox
36499 \family default
36500 型については第
36501 \begin_inset CommandInset ref
36502 LatexCommand ref
36503 reference "sec:ハイフネーションの回避"
36504 nolink "false"
36505
36506 \end_inset
36507
36508 節で述べます.
36509 \end_layout
36510
36511 \begin_layout Standard
36512 ボックスは付番されないので,
36513 フロートや脚註のように参照することはできません.
36514 \end_layout
36515
36516 \begin_layout Standard
36517 \begin_inset Note Greyedout
36518 status open
36519
36520 \begin_layout Plain Layout
36521
36522 \series bold
36523 [註]
36524 \series default
36525 ボックスは,
36526
36527 \family sans
36528 \series bold
36529 箇条書き(記号)
36530 \family default
36531 \series default
36532 環境や
36533 \family sans
36534 \series bold
36535 箇条書き(記述)
36536 \family default
36537 \series default
36538 環境の単独要素とすべきではありません.
36539 \end_layout
36540
36541 \end_inset
36542
36543
36544 \end_layout
36545
36546 \begin_layout Standard
36547 \begin_inset Note Greyedout
36548 status open
36549
36550 \begin_layout Plain Layout
36551
36552 \series bold
36553 [註]
36554 \series default
36555 理由は不明ですが,
36556 枠付きボックスを使用している場合には,
36557
36558 \family sans
36559 \series bold
36560 内部ボックス
36561 \family default
36562 \series default
36563 型は
36564 \family sans
36565 \series bold
36566 なし
36567 \family default
36568 \series default
36569 にしか設定することができません.
36570 \family sans
36571 \series bold
36572 内部ボックス
36573 \family default
36574 \series default
36575 型や枠のないボックスについては,
36576
36577 \begin_inset CommandInset ref
36578 LatexCommand ref
36579 reference "sec:ハイフネーションの回避"
36580 nolink "false"
36581
36582 \end_inset
36583
36584 節で説明します.
36585 \end_layout
36586
36587 \end_inset
36588
36589
36590 \end_layout
36591
36592 \begin_layout Section
36593 ボックスダイアログ
36594 \begin_inset CommandInset label
36595 LatexCommand label
36596 name "sec:ボックスダイアログ"
36597
36598 \end_inset
36599
36600
36601 \begin_inset Index idx
36602 range none
36603 pageformat default
36604 status collapsed
36605
36606 \begin_layout Plain Layout
36607 \begin_inset IndexMacro sortkey
36608 status open
36609
36610 \begin_layout Plain Layout
36611 ほつくす
36612 \end_layout
36613
36614 \end_inset
36615
36616 ボックス
36617 \begin_inset IndexMacro subentry
36618 status open
36619
36620 \begin_layout Plain Layout
36621 \begin_inset IndexMacro sortkey
36622 status open
36623
36624 \begin_layout Plain Layout
36625 ほつくすたいあろく
36626 \end_layout
36627
36628 \end_inset
36629
36630 ボックスダイアログ
36631 \end_layout
36632
36633 \end_inset
36634
36635
36636 \end_layout
36637
36638 \end_inset
36639
36640
36641 \end_layout
36642
36643 \begin_layout Subsection
36644 寸法
36645 \begin_inset Index idx
36646 range none
36647 pageformat default
36648 status collapsed
36649
36650 \begin_layout Plain Layout
36651 \begin_inset IndexMacro sortkey
36652 status open
36653
36654 \begin_layout Plain Layout
36655 ほつくす
36656 \end_layout
36657
36658 \end_inset
36659
36660 ボックス
36661 \begin_inset IndexMacro subentry
36662 status open
36663
36664 \begin_layout Plain Layout
36665 \begin_inset IndexMacro sortkey
36666 status open
36667
36668 \begin_layout Plain Layout
36669 すんほう
36670 \end_layout
36671
36672 \end_inset
36673
36674 寸法
36675 \end_layout
36676
36677 \end_inset
36678
36679
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \end_layout
36686
36687 \begin_layout Standard
36688 ボックスダイアログでは,
36689
36690 \family sans
36691
36692 \family default
36693
36694 \family sans
36695 高さ
36696 \family default
36697 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,
36698
36699 \begin_inset CommandInset ref
36700 LatexCommand ref
36701 reference "tab:単位"
36702 nolink "false"
36703
36704 \end_inset
36705
36706 に説明されています.
36707 \family sans
36708 高さ
36709 \family default
36710 フィールドには,
36711 加えて以下の寸法を使用することができます.
36712 \end_layout
36713
36714 \begin_layout Description
36715 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,
36716 全体としての階層は無視されます.
36717 \begin_inset Newline newline
36718 \end_inset
36719
36720
36721 \begin_inset Newline newline
36722 \end_inset
36723
36724
36725 \begin_inset Newline newline
36726 \end_inset
36727
36728
36729 \begin_inset Box Boxed
36730 position "c"
36731 hor_pos "c"
36732 has_inner_box 1
36733 inner_pos "c"
36734 use_parbox 0
36735 use_makebox 0
36736 width "12col%"
36737 special "none"
36738 height "1in"
36739 height_special "depth"
36740 thickness "0.4pt"
36741 separation "3pt"
36742 shadowsize "4pt"
36743 framecolor "black"
36744 backgroundcolor "none"
36745 status collapsed
36746
36747 \begin_layout Plain Layout
36748 \align center
36749 高さを1階層に設定したボックス
36750 \end_layout
36751
36752 \end_inset
36753
36754
36755 \begin_inset Newline newline
36756 \end_inset
36757
36758
36759 \begin_inset Newline newline
36760 \end_inset
36761
36762
36763 \end_layout
36764
36765 \begin_layout Description
36766 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,
36767 ボックスの高さを文章の2倍の高さに設定します.
36768 \begin_inset Box Boxed
36769 position "c"
36770 hor_pos "c"
36771 has_inner_box 1
36772 inner_pos "c"
36773 use_parbox 0
36774 use_makebox 0
36775 width "20col%"
36776 special "none"
36777 height "2in"
36778 height_special "height"
36779 thickness "0.4pt"
36780 separation "3pt"
36781 shadowsize "4pt"
36782 framecolor "black"
36783 backgroundcolor "none"
36784 status collapsed
36785
36786 \begin_layout Plain Layout
36787 \align center
36788 高さを2高さに設定したボックス
36789 \end_layout
36790
36791 \end_inset
36792
36793
36794 \end_layout
36795
36796 \begin_layout Description
36797 全高 これは「高さ」+「階層」です.
36798 \begin_inset Box Boxed
36799 position "c"
36800 hor_pos "c"
36801 has_inner_box 1
36802 inner_pos "c"
36803 use_parbox 0
36804 use_makebox 0
36805 width "20col%"
36806 special "none"
36807 height "1in"
36808 height_special "totalheight"
36809 thickness "0.4pt"
36810 separation "3pt"
36811 shadowsize "4pt"
36812 framecolor "black"
36813 backgroundcolor "none"
36814 status collapsed
36815
36816 \begin_layout Plain Layout
36817 \align center
36818 高さを1全高に設定したボックス
36819 \end_layout
36820
36821 \end_inset
36822
36823
36824 \end_layout
36825
36826 \begin_layout Description
36827 幅 これはボックスの幅を高さに設定します.
36828 \begin_inset Box Boxed
36829 position "c"
36830 hor_pos "c"
36831 has_inner_box 1
36832 inner_pos "c"
36833 use_parbox 0
36834 use_makebox 0
36835 width "12col%"
36836 special "none"
36837 height "1in"
36838 height_special "width"
36839 thickness "0.4pt"
36840 separation "3pt"
36841 shadowsize "4pt"
36842 framecolor "black"
36843 backgroundcolor "none"
36844 status collapsed
36845
36846 \begin_layout Plain Layout
36847 \align center
36848 高さを1幅に設定したボックス
36849 \end_layout
36850
36851 \end_inset
36852
36853
36854 \end_layout
36855
36856 \begin_layout Subsection
36857 文字揃え
36858 \begin_inset Index idx
36859 range none
36860 pageformat default
36861 status collapsed
36862
36863 \begin_layout Plain Layout
36864 \begin_inset IndexMacro sortkey
36865 status open
36866
36867 \begin_layout Plain Layout
36868 ほつくす
36869 \end_layout
36870
36871 \end_inset
36872
36873 ボックス
36874 \begin_inset IndexMacro subentry
36875 status open
36876
36877 \begin_layout Plain Layout
36878 \begin_inset IndexMacro sortkey
36879 status open
36880
36881 \begin_layout Plain Layout
36882 もしそろえ
36883 \end_layout
36884
36885 \end_inset
36886
36887 文字揃え
36888 \end_layout
36889
36890 \end_inset
36891
36892
36893 \end_layout
36894
36895 \end_inset
36896
36897
36898 \end_layout
36899
36900 \begin_layout Standard
36901
36902 \family sans
36903 内部ボックス
36904 \family default
36905 を選んだ場合には,
36906 ボックスの垂直揃えを以下のいずれかに設定できます.
36907 \end_layout
36908
36909 \begin_layout Description
36910 上 これは例示のための本文行です.
36911 \begin_inset Box Boxed
36912 position "t"
36913 hor_pos "c"
36914 has_inner_box 1
36915 inner_pos "c"
36916 use_parbox 0
36917 use_makebox 0
36918 width "12col%"
36919 special "none"
36920 height "1in"
36921 height_special "totalheight"
36922 thickness "0.4pt"
36923 separation "3pt"
36924 shadowsize "4pt"
36925 framecolor "black"
36926 backgroundcolor "none"
36927 status collapsed
36928
36929 \begin_layout Plain Layout
36930 \align center
36931 このボックスは上揃えです.
36932 \end_layout
36933
36934 \end_inset
36935
36936 これは例示のための本文行です.
36937 \end_layout
36938
36939 \begin_layout Description
36940 中央 これは例示のための本文行です.
36941 \begin_inset Box Boxed
36942 position "c"
36943 hor_pos "c"
36944 has_inner_box 1
36945 inner_pos "c"
36946 use_parbox 0
36947 use_makebox 0
36948 width "12col%"
36949 special "none"
36950 height "1in"
36951 height_special "totalheight"
36952 thickness "0.4pt"
36953 separation "3pt"
36954 shadowsize "4pt"
36955 framecolor "black"
36956 backgroundcolor "none"
36957 status collapsed
36958
36959 \begin_layout Plain Layout
36960 \align center
36961 このボックスは中央揃えです.
36962 \end_layout
36963
36964 \end_inset
36965
36966 これは例示のための本文行です.
36967 \end_layout
36968
36969 \begin_layout Description
36970 下 これは例示のための本文行です.
36971 \begin_inset Box Boxed
36972 position "b"
36973 hor_pos "c"
36974 has_inner_box 1
36975 inner_pos "c"
36976 use_parbox 0
36977 use_makebox 0
36978 width "12col%"
36979 special "none"
36980 height "1in"
36981 height_special "totalheight"
36982 thickness "0.4pt"
36983 separation "3pt"
36984 shadowsize "4pt"
36985 framecolor "black"
36986 backgroundcolor "none"
36987 status collapsed
36988
36989 \begin_layout Plain Layout
36990 \align center
36991 このボックスは下揃えです.
36992 \end_layout
36993
36994 \end_inset
36995
36996 これは例示のための本文行です.
36997 \end_layout
36998
36999 \begin_layout Standard
37000 \begin_inset Note Greyedout
37001 status open
37002
37003 \begin_layout Plain Layout
37004
37005 \series bold
37006 [註]
37007 \series default
37008 同一行に二つのボックスがあり,
37009 一方だけに影付きなどが設定されている場合には,
37010 ボックスの垂直文字揃えが出力中で無効となる場合があります.
37011 \end_layout
37012
37013 \end_inset
37014
37015
37016 \end_layout
37017
37018 \begin_layout Standard
37019 ボックスを独立した段落においた場合には,
37020 ボックスの水平文字揃えは,
37021 \SpecialChar LyX
37022 の段落ダイアログから設定できます.
37023 \end_layout
37024
37025 \begin_layout Standard
37026 \begin_inset VSpace bigskip
37027 \end_inset
37028
37029
37030 \family sans
37031 内部ボックス
37032 \family default
37033 を設定したときには,
37034 ボックスの内容を以下のように垂直揃えを行うことができます.
37035 \end_layout
37036
37037 \begin_layout Description
37038 上 これは例示のための本文行です.
37039 \begin_inset Box Boxed
37040 position "c"
37041 hor_pos "c"
37042 has_inner_box 1
37043 inner_pos "t"
37044 use_parbox 0
37045 use_makebox 0
37046 width "12col%"
37047 special "none"
37048 height "1.5in"
37049 height_special "totalheight"
37050 thickness "0.4pt"
37051 separation "3pt"
37052 shadowsize "4pt"
37053 framecolor "black"
37054 backgroundcolor "none"
37055 status collapsed
37056
37057 \begin_layout Plain Layout
37058 \align center
37059 このボックスの文章は上揃えです.
37060 \end_layout
37061
37062 \end_inset
37063
37064 これは例示のための本文行です.
37065 \end_layout
37066
37067 \begin_layout Description
37068 中央 これは例示のための本文行です.
37069 \begin_inset Box Boxed
37070 position "c"
37071 hor_pos "c"
37072 has_inner_box 1
37073 inner_pos "c"
37074 use_parbox 0
37075 use_makebox 0
37076 width "12col%"
37077 special "none"
37078 height "1.5in"
37079 height_special "totalheight"
37080 thickness "0.4pt"
37081 separation "3pt"
37082 shadowsize "4pt"
37083 framecolor "black"
37084 backgroundcolor "none"
37085 status collapsed
37086
37087 \begin_layout Plain Layout
37088 \align center
37089 このボックスの文章は中央揃えです.
37090 \end_layout
37091
37092 \end_inset
37093
37094 これは例示のための本文行です.
37095 \end_layout
37096
37097 \begin_layout Description
37098 下 これは例示のための本文行です.
37099 \begin_inset Box Boxed
37100 position "c"
37101 hor_pos "c"
37102 has_inner_box 1
37103 inner_pos "b"
37104 use_parbox 0
37105 use_makebox 0
37106 width "12col%"
37107 special "none"
37108 height "1.5in"
37109 height_special "totalheight"
37110 thickness "0.4pt"
37111 separation "3pt"
37112 shadowsize "4pt"
37113 framecolor "black"
37114 backgroundcolor "none"
37115 status collapsed
37116
37117 \begin_layout Plain Layout
37118 \align center
37119 このボックスの文章は下揃えです.
37120 \end_layout
37121
37122 \end_inset
37123
37124 これは例示のための本文行です.
37125 \end_layout
37126
37127 \begin_layout Description
37128 広げる これは例示のための本文行です.
37129 \begin_inset Box Boxed
37130 position "c"
37131 hor_pos "c"
37132 has_inner_box 1
37133 inner_pos "s"
37134 use_parbox 0
37135 use_makebox 0
37136 width "17col%"
37137 special "none"
37138 height "1.5in"
37139 height_special "totalheight"
37140 thickness "0.4pt"
37141 separation "3pt"
37142 shadowsize "4pt"
37143 framecolor "black"
37144 backgroundcolor "none"
37145 status collapsed
37146
37147 \begin_layout Plain Layout
37148 \align center
37149 このボックスの
37150 \end_layout
37151
37152 \begin_layout Plain Layout
37153 \align center
37154 文章は広げて
37155 \end_layout
37156
37157 \begin_layout Plain Layout
37158 \align center
37159 あります.
37160 \end_layout
37161
37162 \end_inset
37163
37164 これは例示のための本文行です.
37165 \end_layout
37166
37167 \begin_layout Standard
37168 ボックスの内容を広げるには,
37169 ボックスに複数の段落がなくてはなりません.上述の例では,
37170 文章の各行を独立の段落に設定してあります.
37171 \end_layout
37172
37173 \begin_layout Standard
37174 \begin_inset VSpace bigskip
37175 \end_inset
37176
37177
37178 \family sans
37179 内部ボックス
37180 \family default
37181 を設定しているときに,
37182 ボックスの内容を水平方向に揃えるには,
37183 \SpecialChar LyX
37184 の段落ダイアログを用います.
37185 \end_layout
37186
37187 \begin_layout Standard
37188 \align center
37189 \begin_inset Box Boxed
37190 position "c"
37191 hor_pos "c"
37192 has_inner_box 1
37193 inner_pos "s"
37194 use_parbox 0
37195 use_makebox 0
37196 width "25col%"
37197 special "none"
37198 height "1.25in"
37199 height_special "totalheight"
37200 thickness "0.4pt"
37201 separation "3pt"
37202 shadowsize "4pt"
37203 framecolor "black"
37204 backgroundcolor "none"
37205 status collapsed
37206
37207 \begin_layout Plain Layout
37208 \align left
37209 このボックスの
37210 \end_layout
37211
37212 \begin_layout Plain Layout
37213 \align center
37214 文章は広げて
37215 \end_layout
37216
37217 \begin_layout Plain Layout
37218 \align right
37219 あります.
37220 \end_layout
37221
37222 \end_inset
37223
37224
37225 \end_layout
37226
37227 \begin_layout Standard
37228
37229 \family sans
37230 内部ボックス
37231 \family default
37232 を設定していないときには,
37233 ボックスの内容は,
37234 ボックスダイアログの中で水平揃えの設定をすることができます.
37235 \end_layout
37236
37237 \begin_layout Standard
37238 \align center
37239 \begin_inset Box Boxed
37240 position "c"
37241 hor_pos "s"
37242 has_inner_box 0
37243 inner_pos "s"
37244 use_parbox 0
37245 use_makebox 0
37246 width "90col%"
37247 special "none"
37248 height "1.25in"
37249 height_special "totalheight"
37250 thickness "0.4pt"
37251 separation "3pt"
37252 shadowsize "4pt"
37253 framecolor "black"
37254 backgroundcolor "none"
37255 status collapsed
37256
37257 \begin_layout Plain Layout
37258 このボックスの文章は水平方向に広げてあります.
37259 \end_layout
37260
37261 \end_inset
37262
37263
37264 \end_layout
37265
37266 \begin_layout Subsection
37267 装飾
37268 \begin_inset CommandInset label
37269 LatexCommand label
37270 name "sec:装飾"
37271
37272 \end_inset
37273
37274
37275 \begin_inset Index idx
37276 range none
37277 pageformat default
37278 status collapsed
37279
37280 \begin_layout Plain Layout
37281 \begin_inset IndexMacro sortkey
37282 status open
37283
37284 \begin_layout Plain Layout
37285 ほつくす
37286 \end_layout
37287
37288 \end_inset
37289
37290 ボックス
37291 \begin_inset IndexMacro subentry
37292 status open
37293
37294 \begin_layout Plain Layout
37295 \begin_inset IndexMacro sortkey
37296 status open
37297
37298 \begin_layout Plain Layout
37299 そうしよく
37300 \end_layout
37301
37302 \end_inset
37303
37304 装飾
37305 \end_layout
37306
37307 \end_inset
37308
37309
37310 \end_layout
37311
37312 \end_inset
37313
37314
37315 \end_layout
37316
37317 \begin_layout Standard
37318 ボックス型は,
37319 ボックスダイアログ中の
37320 \family sans
37321 装飾
37322 \family default
37323 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
37324 \end_layout
37325
37326 \begin_layout Description
37327 枠なし 枠を描きません.
37328 \end_layout
37329
37330 \begin_layout Description
37331 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
37332 \begin_inset Box Boxed
37333 position "c"
37334 hor_pos "c"
37335 has_inner_box 1
37336 inner_pos "c"
37337 use_parbox 0
37338 use_makebox 0
37339 width "20col%"
37340 special "none"
37341 height "1in"
37342 height_special "totalheight"
37343 thickness "0.4pt"
37344 separation "3pt"
37345 shadowsize "4pt"
37346 framecolor "black"
37347 backgroundcolor "none"
37348 status collapsed
37349
37350 \begin_layout Plain Layout
37351 \align center
37352 長方形の箱型
37353 \end_layout
37354
37355 \end_inset
37356
37357
37358 \end_layout
37359
37360 \begin_layout Description
37361 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
37362 \begin_inset space \thinspace{}
37363 \end_inset
37364
37365 ptです. 
37366 \begin_inset Box ovalbox
37367 position "c"
37368 hor_pos "c"
37369 has_inner_box 1
37370 inner_pos "c"
37371 use_parbox 0
37372 use_makebox 0
37373 width "20col%"
37374 special "none"
37375 height "1in"
37376 height_special "totalheight"
37377 thickness "0.4pt"
37378 separation "3pt"
37379 shadowsize "4pt"
37380 framecolor "black"
37381 backgroundcolor "none"
37382 status collapsed
37383
37384 \begin_layout Plain Layout
37385 \align center
37386 楕円形の箱型(細線)
37387 \end_layout
37388
37389 \end_inset
37390
37391
37392 \end_layout
37393
37394 \begin_layout Description
37395 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
37396 \begin_inset space \thinspace{}
37397 \end_inset
37398
37399 ptです. 
37400 \begin_inset Box Ovalbox
37401 position "c"
37402 hor_pos "c"
37403 has_inner_box 1
37404 inner_pos "c"
37405 use_parbox 0
37406 use_makebox 0
37407 width "20col%"
37408 special "none"
37409 height "1in"
37410 height_special "totalheight"
37411 thickness "0.4pt"
37412 separation "3pt"
37413 shadowsize "4pt"
37414 framecolor "black"
37415 backgroundcolor "none"
37416 status collapsed
37417
37418 \begin_layout Plain Layout
37419 \align center
37420 楕円形の箱型(太線)
37421 \end_layout
37422
37423 \end_inset
37424
37425
37426 \end_layout
37427
37428 \begin_layout Description
37429 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
37430 \begin_inset Box Shadowbox
37431 position "c"
37432 hor_pos "c"
37433 has_inner_box 1
37434 inner_pos "c"
37435 use_parbox 0
37436 use_makebox 0
37437 width "20col%"
37438 special "none"
37439 height "1in"
37440 height_special "totalheight"
37441 thickness "0.4pt"
37442 separation "3pt"
37443 shadowsize "4pt"
37444 framecolor "black"
37445 backgroundcolor "none"
37446 status collapsed
37447
37448 \begin_layout Plain Layout
37449 \align center
37450 影付きの箱型
37451 \end_layout
37452
37453 \end_inset
37454
37455
37456 \end_layout
37457
37458 \begin_layout Description
37459 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
37460 \begin_inset Foot
37461 status collapsed
37462
37463 \begin_layout Plain Layout
37464
37465 \begin_inset CommandInset ref
37466 LatexCommand ref
37467 reference "sec:色付きボックス"
37468 nolink "false"
37469
37470 \end_inset
37471
37472 節を参照のこと.
37473 \end_layout
37474
37475 \end_inset
37476
37477
37478 これは列幅全体を使用し,
37479 ボックスは独立した段落に設定されます.
37480 \begin_inset Box Shaded
37481 position "t"
37482 hor_pos "c"
37483 has_inner_box 0
37484 inner_pos "t"
37485 use_parbox 0
37486 use_makebox 0
37487 width "50col%"
37488 special "none"
37489 height "1in"
37490 height_special "totalheight"
37491 thickness "0.4pt"
37492 separation "3pt"
37493 shadowsize "4pt"
37494 framecolor "black"
37495 backgroundcolor "none"
37496 status collapsed
37497
37498 \begin_layout Plain Layout
37499 影付き背景の箱型
37500 \end_layout
37501
37502 \end_inset
37503
37504
37505 \end_layout
37506
37507 \begin_layout Description
37508 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,
37509 線幅の0.75倍であり,
37510 外側の枠の太さは,
37511 線幅の1.5倍です.枠同士の間隔は,
37512 線幅の1.5倍+0.5
37513 \begin_inset space \thinspace{}
37514 \end_inset
37515
37516 ptです.
37517 \begin_inset Box Doublebox
37518 position "c"
37519 hor_pos "c"
37520 has_inner_box 1
37521 inner_pos "c"
37522 use_parbox 0
37523 use_makebox 0
37524 width "20col%"
37525 special "none"
37526 height "1in"
37527 height_special "totalheight"
37528 thickness "0.4pt"
37529 separation "3pt"
37530 shadowsize "4pt"
37531 framecolor "black"
37532 backgroundcolor "none"
37533 status collapsed
37534
37535 \begin_layout Plain Layout
37536 \align center
37537 二重の長方形の箱型
37538 \end_layout
37539
37540 \end_inset
37541
37542
37543 \end_layout
37544
37545 \begin_layout Standard
37546 \begin_inset VSpace bigskip
37547 \end_inset
37548
37549 \SpecialChar LyX
37550 のボックスラベルには,
37551 使用中の枠の型が表示されます.すべての型を使用可能にするには,
37552 \SpecialChar LaTeX
37553 パッケージ
37554 \series bold
37555 fancybox
37556 \series default
37557
37558 \begin_inset Index idx
37559 range none
37560 pageformat default
37561 status collapsed
37562
37563 \begin_layout Plain Layout
37564 \begin_inset IndexMacro sortkey
37565 status open
37566
37567 \begin_layout Plain Layout
37568 LaTeXはつけし
37569 \end_layout
37570
37571 \end_inset
37572
37573 \SpecialChar LaTeX
37574 パッケージ
37575 \begin_inset IndexMacro subentry
37576 status open
37577
37578 \begin_layout Plain Layout
37579 fancybox
37580 \end_layout
37581
37582 \end_inset
37583
37584
37585 \end_layout
37586
37587 \end_inset
37588
37589 が導入済みでなくてはなりません.
37590 \end_layout
37591
37592 \begin_layout Standard
37593 \begin_inset VSpace bigskip
37594 \end_inset
37595
37596
37597 \family sans
37598 簡素な長方形の枠
37599 \family default
37600 の装飾を使って内部ボックスを使用しないとき,
37601 ボックス内で改頁を許可することができます.その場合,
37602 他の枠付きボックスと違って,
37603 この枠は,
37604 つねに段幅の全幅を使用し,
37605 ボックスは独立の段落として設定されることに注意してください.
37606 \begin_inset Box Framed
37607 position "t"
37608 hor_pos "c"
37609 has_inner_box 0
37610 inner_pos "t"
37611 use_parbox 0
37612 use_makebox 0
37613 width "100col%"
37614 special "none"
37615 height "1in"
37616 height_special "totalheight"
37617 thickness "0.4pt"
37618 separation "3pt"
37619 shadowsize "4pt"
37620 framecolor "black"
37621 backgroundcolor "none"
37622 status collapsed
37623
37624 \begin_layout Plain Layout
37625 改行可能な箱型
37626 \end_layout
37627
37628 \end_inset
37629
37630
37631 \end_layout
37632
37633 \begin_layout Section
37634 ボックスの詳細な設定
37635 \begin_inset Index idx
37636 range none
37637 pageformat default
37638 status collapsed
37639
37640 \begin_layout Plain Layout
37641 \begin_inset IndexMacro sortkey
37642 status open
37643
37644 \begin_layout Plain Layout
37645 ほつくす
37646 \end_layout
37647
37648 \end_inset
37649
37650 ボックス
37651 \begin_inset IndexMacro subentry
37652 status open
37653
37654 \begin_layout Plain Layout
37655 \begin_inset IndexMacro sortkey
37656 status open
37657
37658 \begin_layout Plain Layout
37659 しようさいなせつてい
37660 \end_layout
37661
37662 \end_inset
37663
37664 詳細な設定
37665 \end_layout
37666
37667 \end_inset
37668
37669
37670 \end_layout
37671
37672 \end_inset
37673
37674
37675 \end_layout
37676
37677 \begin_layout Standard
37678 楕円形ボックスの丸い角の直径は,
37679 コマンド
37680 \series bold
37681
37682 \backslash
37683 cornersize
37684 \series default
37685 で設定することができます.
37686 \end_layout
37687
37688 \begin_layout Standard
37689
37690 \series bold
37691
37692 \backslash
37693 cornersize*{1cm}
37694 \end_layout
37695
37696 \begin_layout Standard
37697 というコマンドは,
37698 直径を1
37699 \begin_inset space \thinspace{}
37700 \end_inset
37701
37702 cmに設定します.
37703 \end_layout
37704
37705 \begin_layout Standard
37706
37707 \series bold
37708
37709 \backslash
37710 cornersize{数値}
37711 \end_layout
37712
37713 \begin_layout Standard
37714 というコマンドは,
37715 直径を
37716 \family sans
37717 \series bold
37718 数値
37719 \series default
37720
37721 \begin_inset space \thinspace{}
37722 \end_inset
37723
37724
37725 \family default
37726
37727 \begin_inset Formula $\times$
37728 \end_inset
37729
37730
37731 \family sans
37732
37733 \begin_inset space \thinspace{}
37734 \end_inset
37735
37736
37737 \series bold
37738 (ボックスの幅と高さの小さい方)
37739 \family default
37740 \series default
37741 に設定します.既定値は
37742 \series bold
37743
37744 \backslash
37745 cornersize{0.5}
37746 \series default
37747 です.
37748 \end_layout
37749
37750 \begin_layout Standard
37751 \begin_inset ERT
37752 status collapsed
37753
37754 \begin_layout Plain Layout
37755
37756
37757 \backslash
37758 cornersize*{1.5cm}
37759 \end_layout
37760
37761 \end_inset
37762
37763
37764 \begin_inset Box Ovalbox
37765 position "c"
37766 hor_pos "c"
37767 has_inner_box 1
37768 inner_pos "c"
37769 use_parbox 0
37770 use_makebox 0
37771 width "25col%"
37772 special "none"
37773 height "1in"
37774 height_special "totalheight"
37775 thickness "0.4pt"
37776 separation "3pt"
37777 shadowsize "4pt"
37778 framecolor "black"
37779 backgroundcolor "none"
37780 status open
37781
37782 \begin_layout Plain Layout
37783 \align center
37784
37785 \series bold
37786
37787 \backslash
37788 cornersize
37789 \series default
37790
37791 \begin_inset space \thinspace{}
37792 \end_inset
37793
37794 =
37795 \begin_inset space \thinspace{}
37796 \end_inset
37797
37798 1.5
37799 \begin_inset space \thinspace{}
37800 \end_inset
37801
37802 cmの楕円形の箱型
37803 \end_layout
37804
37805 \end_inset
37806
37807
37808 \begin_inset ERT
37809 status collapsed
37810
37811 \begin_layout Plain Layout
37812
37813
37814 \backslash
37815 cornersize{0.5}
37816 \end_layout
37817
37818 \end_inset
37819
37820
37821 \end_layout
37822
37823 \begin_layout Standard
37824 \begin_inset VSpace bigskip
37825 \end_inset
37826
37827
37828 \end_layout
37829
37830 \begin_layout Standard
37831
37832 \family sans
37833 影付き背景
37834 \family default
37835 ボックスの赤色の既定背景色は,
37836
37837 \series bold
37838
37839 \backslash
37840 definecolor{shadebox}
37841 \series default
37842 コマンドで局所的に変更することもできますし,
37843
37844 \family sans
37845 \series bold
37846 ツール\SpecialChar menuseparator
37847 設定\SpecialChar menuseparator
37848 色\SpecialChar menuseparator
37849 影付きボックス
37850 \family default
37851 \series default
37852
37853 \begin_inset space \thinspace{}
37854 \end_inset
37855
37856 メニューからグローバルに変更することもできます.
37857 \series bold
37858
37859 \backslash
37860 definecolor
37861 \series default
37862 コマンドの用法は第
37863 \begin_inset CommandInset ref
37864 LatexCommand ref
37865 reference "sec:色付きの表"
37866 nolink "false"
37867
37868 \end_inset
37869
37870
37871 \begin_inset Foot
37872 status collapsed
37873
37874 \begin_layout Plain Layout
37875 N
37876 \series bold
37877
37878 \backslash
37879 definecolor
37880 \series default
37881 は,
37882 \SpecialChar LaTeX
37883 パッケージの
37884 \series bold
37885 color
37886 \series default
37887 をプリアンブルに読み込む必要があります.第
37888 \begin_inset CommandInset ref
37889 LatexCommand ref
37890 reference "sec:色付きボックス"
37891 nolink "false"
37892
37893 \end_inset
37894
37895 節をご参照ください..
37896 \end_layout
37897
37898 \end_inset
37899
37900 で説明されています.
37901 \end_layout
37902
37903 \begin_layout Standard
37904 たとえば,
37905 下記の影付き背景ボックスの外見は
37906 \end_layout
37907
37908 \begin_layout Standard
37909
37910 \series bold
37911
37912 \backslash
37913 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37914 \end_layout
37915
37916 \begin_layout Standard
37917 という\SpecialChar TeX
37918 コードコマンドを使って設定してあります.
37919 \end_layout
37920
37921 \begin_layout Standard
37922 \begin_inset ERT
37923 status collapsed
37924
37925 \begin_layout Plain Layout
37926
37927
37928 \backslash
37929 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
37930 \end_layout
37931
37932 \end_inset
37933
37934
37935 \begin_inset Box Shaded
37936 position "t"
37937 hor_pos "c"
37938 has_inner_box 0
37939 inner_pos "t"
37940 use_parbox 0
37941 use_makebox 0
37942 width "100col%"
37943 special "none"
37944 height "1in"
37945 height_special "totalheight"
37946 thickness "0.4pt"
37947 separation "3pt"
37948 shadowsize "4pt"
37949 framecolor "black"
37950 backgroundcolor "none"
37951 status open
37952
37953 \begin_layout Plain Layout
37954
37955 \color yellow
37956 これは,
37957 濃緑色の背景の
37958 \family sans
37959 影付き背景
37960 \family default
37961 ボックスに入れた黄色の文章です.
37962 \end_layout
37963
37964 \end_inset
37965
37966
37967 \begin_inset ERT
37968 status collapsed
37969
37970 \begin_layout Plain Layout
37971
37972
37973 \backslash
37974 definecolor{shadecolor}{rgb}{1,0,0}
37975 \end_layout
37976
37977 \end_inset
37978
37979
37980 \end_layout
37981
37982 \begin_layout Standard
37983 \begin_inset VSpace bigskip
37984 \end_inset
37985
37986 手動で変更した寸法と色は,
37987 それを変更したコマンド以降のすべてのボックスに対して有効です.
37988 \end_layout
37989
37990 \begin_layout Section
37991 ミニページ
37992 \begin_inset CommandInset label
37993 LatexCommand label
37994 name "sec:ミニページ"
37995
37996 \end_inset
37997
37998
37999 \begin_inset Index idx
38000 range none
38001 pageformat default
38002 status collapsed
38003
38004 \begin_layout Plain Layout
38005 \begin_inset IndexMacro sortkey
38006 status open
38007
38008 \begin_layout Plain Layout
38009 ほつくす
38010 \end_layout
38011
38012 \end_inset
38013
38014 ボックス
38015 \begin_inset IndexMacro subentry
38016 status open
38017
38018 \begin_layout Plain Layout
38019 \begin_inset IndexMacro sortkey
38020 status open
38021
38022 \begin_layout Plain Layout
38023 みにへし
38024 \end_layout
38025
38026 \end_inset
38027
38028 ミニページ
38029 \end_layout
38030
38031 \end_inset
38032
38033
38034 \end_layout
38035
38036 \end_inset
38037
38038
38039 \end_layout
38040
38041 \begin_layout Standard
38042 ミニページは,
38043 \SpecialChar LaTeX
38044 によってページの中のページとして取り扱われるので,
38045 たとえばそれ自身で脚註を持つことができます.
38046 \end_layout
38047
38048 \begin_layout Standard
38049 ミニページは,
38050 複数の言語を含む文書を執筆する際に便利です.
38051 \end_layout
38052
38053 \begin_layout Standard
38054 下掲は,
38055 二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
38056
38057 \family sans
38058 挿入
38059 \family default
38060 \SpecialChar menuseparator
38061
38062 \family sans
38063 整形
38064 \family default
38065 \SpecialChar menuseparator
38066
38067 \family sans
38068 水平方向の空白
38069 \family default
38070 メニューで挿入した水平フィルで隔てられています.
38071 \begin_inset Newpage newpage
38072 \end_inset
38073
38074
38075 \end_layout
38076
38077 \begin_layout Standard
38078 \begin_inset Box Frameless
38079 position "t"
38080 hor_pos "c"
38081 has_inner_box 1
38082 inner_pos "c"
38083 use_parbox 0
38084 use_makebox 0
38085 width "45col%"
38086 special "none"
38087 height "1in"
38088 height_special "totalheight"
38089 thickness "0.4pt"
38090 separation "3pt"
38091 shadowsize "4pt"
38092 framecolor "black"
38093 backgroundcolor "none"
38094 status open
38095
38096 \begin_layout Plain Layout
38097 Dies ist ein deutscher Text.
38098  Dies ist ein deutscher Text.
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 \begin_inset Foot
38111 status collapsed
38112
38113 \begin_layout Plain Layout
38114 Dies ist eine deutsche Fußnote.
38115 \end_layout
38116
38117 \end_inset
38118
38119 .
38120  Dies ist ein deutscher Text.
38121  Dies ist ein deutscher Text.
38122 \end_layout
38123
38124 \end_inset
38125
38126
38127 \begin_inset space \hfill{}
38128 \end_inset
38129
38130
38131 \begin_inset Box Frameless
38132 position "t"
38133 hor_pos "c"
38134 has_inner_box 1
38135 inner_pos "c"
38136 use_parbox 0
38137 use_makebox 0
38138 width "45col%"
38139 special "none"
38140 height "1in"
38141 height_special "totalheight"
38142 thickness "0.4pt"
38143 separation "3pt"
38144 shadowsize "4pt"
38145 framecolor "black"
38146 backgroundcolor "none"
38147 status open
38148
38149 \begin_layout Plain Layout
38150 This is an English Text.
38151  This is an English Text.
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 \begin_inset Foot
38167 status collapsed
38168
38169 \begin_layout Plain Layout
38170 This is an English footnote.
38171 \end_layout
38172
38173 \end_inset
38174
38175  This is an English Text.
38176 \end_layout
38177
38178 \end_inset
38179
38180
38181 \end_layout
38182
38183 \begin_layout Standard
38184 \begin_inset VSpace bigskip
38185 \end_inset
38186
38187 ミニページ内では,
38188 文書全体の段落設定は無視されます.つまり,
38189 たとえば文書設定で
38190 \family sans
38191 中スキップ
38192 \family default
38193 を設定していたとしても,
38194 ミニページ内の段落間には余白が置かれません.
38195 \end_layout
38196
38197 \begin_layout Standard
38198 ミニページは,
38199 文章部に背景色を与えるのに使用することもできます.第
38200 \begin_inset CommandInset ref
38201 LatexCommand ref
38202 reference "sec:色付きボックス"
38203 nolink "false"
38204
38205 \end_inset
38206
38207 節をご参照ください.
38208 \end_layout
38209
38210 \begin_layout Standard
38211 \begin_inset Note Greyedout
38212 status open
38213
38214 \begin_layout Plain Layout
38215
38216 \series bold
38217 [註]
38218 \series default
38219 ミニページ内にフロートや傍註を使用することはできませんが,
38220 ミニページを表・フロート・他のボックス内で使用することはできます.
38221 \end_layout
38222
38223 \end_inset
38224
38225
38226 \end_layout
38227
38228 \begin_layout Standard
38229 \begin_inset VSpace bigskip
38230 \end_inset
38231
38232
38233 \end_layout
38234
38235 \begin_layout Standard
38236 \SpecialChar LyX
38237 は,
38238
38239 \family sans
38240 \series bold
38241 可変幅ミニページ
38242 \family default
38243 \series default
38244 モジュールを経由して,
38245 内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.\SpecialChar LyX
38246 例示ファイル
38247 \emph on
38248 varwidth-floats-side-by-side
38249 \emph default
38250 では,
38251 2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.
38252 \end_layout
38253
38254 \begin_layout Section
38255 段落ボックス(parbox)
38256 \begin_inset CommandInset label
38257 LatexCommand label
38258 name "sec:Parboxes"
38259
38260 \end_inset
38261
38262
38263 \begin_inset Index idx
38264 range none
38265 pageformat default
38266 status open
38267
38268 \begin_layout Plain Layout
38269 \begin_inset IndexMacro sortkey
38270 status open
38271
38272 \begin_layout Plain Layout
38273 ほつくす
38274 \end_layout
38275
38276 \end_inset
38277
38278 ボックス
38279 \begin_inset IndexMacro subentry
38280 status open
38281
38282 \begin_layout Plain Layout
38283 \begin_inset IndexMacro sortkey
38284 status open
38285
38286 \begin_layout Plain Layout
38287 たんらく
38288 \end_layout
38289
38290 \end_inset
38291
38292 段落—
38293
38294
38295 \begin_inset space \thinspace{}
38296 \end_inset
38297
38298 (parbox)
38299 \end_layout
38300
38301 \end_inset
38302
38303
38304 \end_layout
38305
38306 \end_inset
38307
38308
38309 \end_layout
38310
38311 \begin_layout Standard
38312 段落ボックス(parbox)はミニページに非常によく似ていますが,
38313 脚註を付けることができない点が違います.
38314 \end_layout
38315
38316 \begin_layout Standard
38317 \align center
38318 \begin_inset Box Frameless
38319 position "t"
38320 hor_pos "c"
38321 has_inner_box 1
38322 inner_pos "t"
38323 use_parbox 1
38324 use_makebox 0
38325 width "33col%"
38326 special "none"
38327 height "1in"
38328 height_special "totalheight"
38329 thickness "0.4pt"
38330 separation "3pt"
38331 shadowsize "4pt"
38332 framecolor "black"
38333 backgroundcolor "none"
38334 status open
38335
38336 \begin_layout Plain Layout
38337 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
38338 \end_layout
38339
38340 \begin_layout Plain Layout
38341 右の脚註は表示されません.
38342 \begin_inset Foot
38343 status collapsed
38344
38345 \begin_layout Plain Layout
38346 これはparbox内の脚註であり,
38347 したがって表示はされません.
38348 \end_layout
38349
38350 \end_inset
38351
38352
38353 \end_layout
38354
38355 \end_inset
38356
38357
38358 \end_layout
38359
38360 \begin_layout Section
38361 単語や文字のボックス
38362 \begin_inset Index idx
38363 range none
38364 pageformat default
38365 status collapsed
38366
38367 \begin_layout Plain Layout
38368 \begin_inset IndexMacro sortkey
38369 status open
38370
38371 \begin_layout Plain Layout
38372 ほつくす
38373 \end_layout
38374
38375 \end_inset
38376
38377 ボックス
38378 \begin_inset IndexMacro subentry
38379 status open
38380
38381 \begin_layout Plain Layout
38382 \begin_inset IndexMacro sortkey
38383 status open
38384
38385 \begin_layout Plain Layout
38386 もしよう
38387 \end_layout
38388
38389 \end_inset
38390
38391 文字用
38392 \end_layout
38393
38394 \end_inset
38395
38396
38397 \end_layout
38398
38399 \end_inset
38400
38401
38402 \end_layout
38403
38404 \begin_layout Subsection
38405 ハイフネーションの回避
38406 \begin_inset CommandInset label
38407 LatexCommand label
38408 name "sec:ハイフネーションの回避"
38409
38410 \end_inset
38411
38412
38413 \begin_inset Index idx
38414 range none
38415 pageformat default
38416 status collapsed
38417
38418 \begin_layout Plain Layout
38419 \begin_inset IndexMacro sortkey
38420 status open
38421
38422 \begin_layout Plain Layout
38423 ほつくす
38424 \end_layout
38425
38426 \end_inset
38427
38428 ボックス
38429 \begin_inset IndexMacro subentry
38430 status open
38431
38432 \begin_layout Plain Layout
38433 \begin_inset IndexMacro sortkey
38434 status open
38435
38436 \begin_layout Plain Layout
38437 はいふねしよんのかいひ
38438 \end_layout
38439
38440 \end_inset
38441
38442 ハイフネーションの回避
38443 \end_layout
38444
38445 \end_inset
38446
38447
38448 \end_layout
38449
38450 \end_inset
38451
38452
38453 \end_layout
38454
38455 \begin_layout Standard
38456 単語や文章がハイフネートされるのを防ぐには,
38457
38458 \family sans
38459 makebox
38460 \family default
38461 型ボックスを使うことができます.
38462 \begin_inset Newline newline
38463 \end_inset
38464
38465 以下が例示用の文章です.
38466 \end_layout
38467
38468 \begin_layout Standard
38469 This line is an example to show how you can prevent the hyphenation of 
38470 \begin_inset Quotes eld
38471 \end_inset
38472
38473 veryverylongword
38474 \begin_inset Quotes erd
38475 \end_inset
38476
38477 .
38478 \end_layout
38479
38480 \begin_layout Standard
38481 単語「veryverylongword」がハイフネートされるのを防ぐには,
38482 単語をボックスの中に入れて,
38483
38484 \family sans
38485 \series bold
38486 内部ボックス
38487 \family default
38488 \series default
38489
38490 \family sans
38491 makebox
38492 \family default
38493 コマンドに設定し,
38494 幅は指定しません.
38495 \end_layout
38496
38497 \begin_layout Standard
38498 以下がその結果です.
38499 \end_layout
38500
38501 \begin_layout Standard
38502 This line is an example to show how you can prevent the hyphenation of 
38503 \begin_inset Box Frameless
38504 position "t"
38505 hor_pos "c"
38506 has_inner_box 1
38507 inner_pos "t"
38508 use_parbox 0
38509 use_makebox 1
38510 width ""
38511 special "none"
38512 height "1in"
38513 height_special "totalheight"
38514 thickness "0.4pt"
38515 separation "3pt"
38516 shadowsize "4pt"
38517 framecolor "black"
38518 backgroundcolor "none"
38519 status open
38520
38521 \begin_layout Plain Layout
38522 \begin_inset Quotes eld
38523 \end_inset
38524
38525 veryverylongword
38526 \begin_inset Quotes erd
38527 \end_inset
38528
38529
38530 \end_layout
38531
38532 \end_inset
38533
38534 .
38535 \end_layout
38536
38537 \begin_layout Standard
38538 別の方法としては,
38539 以下のように,
38540 単語の前に直接\SpecialChar TeX
38541 コードで「
38542 \series bold
38543
38544 \backslash
38545 -
38546 \series default
38547 」コマンドを設定する方法もあります.
38548 \end_layout
38549
38550 \begin_layout Standard
38551 This line is an example to show how you can prevent the hyphenation of 
38552 \begin_inset Quotes eld
38553 \end_inset
38554
38555
38556 \begin_inset ERT
38557 status collapsed
38558
38559 \begin_layout Plain Layout
38560
38561
38562 \backslash
38563 -
38564 \end_layout
38565
38566 \end_inset
38567
38568 veryverylongword
38569 \begin_inset Quotes erd
38570 \end_inset
38571
38572 .
38573 \end_layout
38574
38575 \begin_layout Standard
38576 もちろん,
38577 こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,
38578 以下のように
38579 \family sans
38580
38581 \begin_inset space \thinspace{}
38582 \end_inset
38583
38584
38585 \series bold
38586 挿入
38587 \family default
38588 \SpecialChar menuseparator
38589
38590 \family sans
38591 整形
38592 \family default
38593 \SpecialChar menuseparator
38594
38595 \family sans
38596 整形なし改行
38597 \family default
38598 \series default
38599
38600 \begin_inset space \thinspace{}
38601 \end_inset
38602
38603 メニュー(ショートカット
38604 \begin_inset Info
38605 type  "shortcut"
38606 arg   "newline-insert newline"
38607 \end_inset
38608
38609 )から改行を単語の前に入れてください.
38610 \end_layout
38611
38612 \begin_layout Standard
38613 This line is an example to show how you can prevent the hyphenation of 
38614 \begin_inset Newline newline
38615 \end_inset
38616
38617
38618 \begin_inset Box Frameless
38619 position "t"
38620 hor_pos "c"
38621 has_inner_box 1
38622 inner_pos "t"
38623 use_parbox 0
38624 use_makebox 1
38625 width ""
38626 special "none"
38627 height "1in"
38628 height_special "totalheight"
38629 thickness "0.4pt"
38630 separation "3pt"
38631 shadowsize "4pt"
38632 framecolor "black"
38633 backgroundcolor "none"
38634 status open
38635
38636 \begin_layout Plain Layout
38637 \begin_inset Quotes eld
38638 \end_inset
38639
38640 veryverylongword
38641 \begin_inset Quotes erd
38642 \end_inset
38643
38644
38645 \end_layout
38646
38647 \end_inset
38648
38649 .
38650 \end_layout
38651
38652 \begin_layout Subsection
38653 垂直揃え
38654 \begin_inset CommandInset label
38655 LatexCommand label
38656 name "subsec:垂直揃え"
38657
38658 \end_inset
38659
38660
38661 \begin_inset Index idx
38662 range none
38663 pageformat default
38664 status collapsed
38665
38666 \begin_layout Plain Layout
38667 \begin_inset IndexMacro sortkey
38668 status open
38669
38670 \begin_layout Plain Layout
38671 ほつくす
38672 \end_layout
38673
38674 \end_inset
38675
38676 ボックス
38677 \begin_inset IndexMacro subentry
38678 status open
38679
38680 \begin_layout Plain Layout
38681 \begin_inset IndexMacro sortkey
38682 status open
38683
38684 \begin_layout Plain Layout
38685 すいちよくそろえのしかた
38686 \end_layout
38687
38688 \end_inset
38689
38690 垂直揃えの仕方
38691 \end_layout
38692
38693 \end_inset
38694
38695
38696 \end_layout
38697
38698 \end_inset
38699
38700
38701 \begin_inset Index idx
38702 range none
38703 pageformat default
38704 status collapsed
38705
38706 \begin_layout Plain Layout
38707 \begin_inset IndexMacro sortkey
38708 status open
38709
38710 \begin_layout Plain Layout
38711 ほつくす
38712 \end_layout
38713
38714 \end_inset
38715
38716 ボックス
38717 \begin_inset IndexMacro subentry
38718 status open
38719
38720 \begin_layout Plain Layout
38721 Raiseboxes
38722 \end_layout
38723
38724 \end_inset
38725
38726
38727 \end_layout
38728
38729 \end_inset
38730
38731
38732 \end_layout
38733
38734 \begin_layout Standard
38735
38736 \series bold
38737
38738 \backslash
38739 raisebox
38740 \series default
38741 コマンドを使うと,
38742 単語や文字や他のボックスを,
38743 周囲の文章に対して垂直方向に整列させることができます.
38744 \series bold
38745
38746 \backslash
38747 raisebox
38748 \series default
38749 は以下の書式で使用します.
38750 \end_layout
38751
38752 \begin_layout Standard
38753
38754 \series bold
38755
38756 \backslash
38757 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
38758 \end_layout
38759
38760 \begin_layout Standard
38761 ここで持ち上げ幅は,
38762 正の値ならばボックスを持ち上げ,
38763 負の値ならばボックスを引き下げます.
38764 \end_layout
38765
38766 \begin_layout Standard
38767 たとえば,
38768 「preventing」という単語を,
38769 そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,
38770 単語の前に\SpecialChar TeX
38771 コードで
38772 \end_layout
38773
38774 \begin_layout Standard
38775
38776 \series bold
38777
38778 \backslash
38779 raisebox{
38780 \backslash
38781 depth}{
38782 \end_layout
38783
38784 \begin_layout Standard
38785 というコマンドを挿入してください.単語の後には,
38786 閉じ括弧「
38787 \series bold
38788 }
38789 \series default
38790 」を\SpecialChar TeX
38791 コードで挿入してください.
38792 \begin_inset Newline newline
38793 \end_inset
38794
38795 以下がその出力です.
38796 \end_layout
38797
38798 \begin_layout Standard
38799 This is a text line with the word 
38800 \begin_inset ERT
38801 status collapsed
38802
38803 \begin_layout Plain Layout
38804
38805
38806 \backslash
38807 raisebox{
38808 \backslash
38809 depth}{
38810 \end_layout
38811
38812 \end_inset
38813
38814
38815 \begin_inset Quotes eld
38816 \end_inset
38817
38818 preventing
38819 \begin_inset Quotes erd
38820 \end_inset
38821
38822
38823 \begin_inset ERT
38824 status collapsed
38825
38826 \begin_layout Plain Layout
38827
38828 }
38829 \end_layout
38830
38831 \end_inset
38832
38833  as raised word.
38834 \end_layout
38835
38836 \begin_layout Standard
38837 \begin_inset VSpace bigskip
38838 \end_inset
38839
38840 行中の文字を上げ下げすると,
38841 以下のように行間が広がります.
38842 \end_layout
38843
38844 \begin_layout Standard
38845 This is a text line with the word 
38846 \begin_inset ERT
38847 status collapsed
38848
38849 \begin_layout Plain Layout
38850
38851
38852 \backslash
38853 raisebox{-
38854 \backslash
38855 depth}{
38856 \end_layout
38857
38858 \end_inset
38859
38860
38861 \begin_inset Quotes eld
38862 \end_inset
38863
38864 preventing
38865 \begin_inset Quotes erd
38866 \end_inset
38867
38868
38869 \begin_inset ERT
38870 status collapsed
38871
38872 \begin_layout Plain Layout
38873
38874 }
38875 \end_layout
38876
38877 \end_inset
38878
38879  as lowered word.
38880 \begin_inset Newline newline
38881 \end_inset
38882
38883 This is a text line with the word 
38884 \begin_inset ERT
38885 status collapsed
38886
38887 \begin_layout Plain Layout
38888
38889
38890 \backslash
38891 raisebox{0.5cm}{
38892 \end_layout
38893
38894 \end_inset
38895
38896
38897 \begin_inset Quotes eld
38898 \end_inset
38899
38900 testing
38901 \begin_inset Quotes erd
38902 \end_inset
38903
38904
38905 \begin_inset ERT
38906 status collapsed
38907
38908 \begin_layout Plain Layout
38909
38910 }
38911 \end_layout
38912
38913 \end_inset
38914
38915  as raised word.
38916 \end_layout
38917
38918 \begin_layout Standard
38919 何らかの理由でこれを抑制したい場合には,
38920 ボックスの高さを零に設定してください.たとえば,
38921
38922 \end_layout
38923
38924 \begin_layout Standard
38925
38926 \series bold
38927
38928 \backslash
38929 raisebox{-
38930 \backslash
38931 depth}[0pt]{
38932 \end_layout
38933
38934 \begin_layout Standard
38935 とすると,
38936 以下のようになります.
38937 \end_layout
38938
38939 \begin_layout Standard
38940 This is a text line with the word 
38941 \begin_inset ERT
38942 status collapsed
38943
38944 \begin_layout Plain Layout
38945
38946
38947 \backslash
38948 raisebox{-
38949 \backslash
38950 depth}[0pt]{
38951 \end_layout
38952
38953 \end_inset
38954
38955
38956 \begin_inset Quotes eld
38957 \end_inset
38958
38959 preventing
38960 \begin_inset Quotes erd
38961 \end_inset
38962
38963
38964 \begin_inset ERT
38965 status collapsed
38966
38967 \begin_layout Plain Layout
38968
38969 }
38970 \end_layout
38971
38972 \end_inset
38973
38974  as lowered word.
38975 \begin_inset Newline newline
38976 \end_inset
38977
38978
38979 \begin_inset Newline newline
38980 \end_inset
38981
38982 This is a text line with the word 
38983 \begin_inset ERT
38984 status collapsed
38985
38986 \begin_layout Plain Layout
38987
38988
38989 \backslash
38990 raisebox{0.5cm}[0pt]{
38991 \end_layout
38992
38993 \end_inset
38994
38995
38996 \begin_inset Quotes eld
38997 \end_inset
38998
38999 testing
39000 \begin_inset Quotes erd
39001 \end_inset
39002
39003
39004 \begin_inset ERT
39005 status collapsed
39006
39007 \begin_layout Plain Layout
39008
39009 }
39010 \end_layout
39011
39012 \end_inset
39013
39014  as raised word.
39015 \end_layout
39016
39017 \begin_layout Section
39018 色付きボックス
39019 \begin_inset CommandInset label
39020 LatexCommand label
39021 name "sec:色付きボックス"
39022
39023 \end_inset
39024
39025
39026 \begin_inset Index idx
39027 range none
39028 pageformat default
39029 status collapsed
39030
39031 \begin_layout Plain Layout
39032 \begin_inset IndexMacro sortkey
39033 status open
39034
39035 \begin_layout Plain Layout
39036 ほつくす
39037 \end_layout
39038
39039 \end_inset
39040
39041 ボックス
39042 \begin_inset IndexMacro subentry
39043 status open
39044
39045 \begin_layout Plain Layout
39046 \begin_inset IndexMacro sortkey
39047 status open
39048
39049 \begin_layout Plain Layout
39050 いろつき
39051 \end_layout
39052
39053 \end_inset
39054
39055 色付き
39056 \end_layout
39057
39058 \end_inset
39059
39060
39061 \end_layout
39062
39063 \end_inset
39064
39065
39066 \end_layout
39067
39068 \begin_layout Standard
39069 ボックスの背景に色を付けるには,
39070 ボックスダイアログで好みの色を選択するだけです.これは,
39071 橙色の背景を持つボックスの例です:
39072
39073 \begin_inset Box Frameless
39074 position "t"
39075 hor_pos "c"
39076 has_inner_box 1
39077 inner_pos "t"
39078 use_parbox 0
39079 use_makebox 1
39080 width ""
39081 special "none"
39082 height "1in"
39083 height_special "totalheight"
39084 thickness "0.4pt"
39085 separation "3pt"
39086 shadowsize "4pt"
39087 framecolor "black"
39088 backgroundcolor "orange"
39089 status open
39090
39091 \begin_layout Plain Layout
39092 橙色背景のボックス
39093 \end_layout
39094
39095 \end_inset
39096
39097
39098 \end_layout
39099
39100 \begin_layout Standard
39101 装飾を
39102 \family sans
39103 簡素な長方形の枠
39104 \family default
39105 にした場合には,
39106 枠の色を設定できます.この場合,
39107 背景色も指定しなくてはなりません(\SpecialChar LyX
39108 は白を既定色として設定します).
39109 \begin_inset Newline newline
39110 \end_inset
39111
39112 例:
39113
39114 \begin_inset Box Boxed
39115 position "t"
39116 hor_pos "c"
39117 has_inner_box 0
39118 inner_pos "t"
39119 use_parbox 0
39120 use_makebox 0
39121 width ""
39122 special "none"
39123 height "1in"
39124 height_special "totalheight"
39125 thickness "0.4pt"
39126 separation "3pt"
39127 shadowsize "4pt"
39128 framecolor "teal"
39129 backgroundcolor "yellow"
39130 status open
39131
39132 \begin_layout Plain Layout
39133 ティール色の枠と黄色の背景を持つボックス
39134 \end_layout
39135
39136 \end_inset
39137
39138
39139 \end_layout
39140
39141 \begin_layout Standard
39142 \begin_inset VSpace bigskip
39143 \end_inset
39144
39145 もちろん,
39146 色付きボックスの中に色付きの文を入れることもできます:
39147
39148 \begin_inset Newline newline
39149 \end_inset
39150
39151
39152 \begin_inset Box Boxed
39153 position "t"
39154 hor_pos "c"
39155 has_inner_box 0
39156 inner_pos "t"
39157 use_parbox 0
39158 use_makebox 0
39159 width ""
39160 special "none"
39161 height "1in"
39162 height_special "totalheight"
39163 thickness "0.4pt"
39164 separation "3pt"
39165 shadowsize "4pt"
39166 framecolor "cyan"
39167 backgroundcolor "magenta"
39168 status open
39169
39170 \begin_layout Plain Layout
39171
39172 \color yellow
39173 これは着色した色付きボックス中の色付き文章です.
39174 \end_layout
39175
39176 \end_inset
39177
39178
39179 \end_layout
39180
39181 \begin_layout Standard
39182 \begin_inset VSpace bigskip
39183 \end_inset
39184
39185
39186 \end_layout
39187
39188 \begin_layout Standard
39189 事前に設定された色以外の色が欲しいときは,
39190
39191 \begin_inset CommandInset ref
39192 LatexCommand ref
39193 reference "sec:色付きの表"
39194 nolink "false"
39195
39196 \end_inset
39197
39198 節に述べられているように,
39199 独自色を定義することができます.独自色を使う場合には,
39200 以下のように,
39201 TeXコードを使ってボックスを組版しなくてはなりません.
39202 \end_layout
39203
39204 \begin_layout Standard
39205 枠なしの色付きボックスは,
39206
39207 \series bold
39208
39209 \backslash
39210 colorbox
39211 \series default
39212 コマンドで作ります.これは,
39213 以下のような書式で使われます.
39214 \end_layout
39215
39216 \begin_layout Standard
39217
39218 \series bold
39219
39220 \backslash
39221 colorbox{色}{ボックスの内容}
39222 \end_layout
39223
39224 \begin_layout Standard
39225 ボックスの内容には,
39226 ボックスが入ることもできますし,
39227 色付きボックスを他のボックスに入れることもできます.たとえば,
39228 単語の背景を濃緑にするには,
39229 単語の前に\SpecialChar TeX
39230 コードで
39231 \end_layout
39232
39233 \begin_layout Standard
39234
39235 \series bold
39236
39237 \backslash
39238 colorbox{darkgreen}{
39239 \end_layout
39240
39241 \begin_layout Standard
39242 というコマンドを入れてください.単語の後には,
39243 \SpecialChar TeX
39244 コードで閉じ括弧「
39245 \series bold
39246 }
39247 \series default
39248 」を入れてください.
39249 \begin_inset Newline newline
39250 \end_inset
39251
39252 以下がその結果です.
39253 \end_layout
39254
39255 \begin_layout Standard
39256 この行では,
39257
39258 \begin_inset ERT
39259 status collapsed
39260
39261 \begin_layout Plain Layout
39262
39263
39264 \backslash
39265 colorbox{darkgreen}{
39266 \end_layout
39267
39268 \end_inset
39269
39270 「注意!
39271
39272 \begin_inset ERT
39273 status collapsed
39274
39275 \begin_layout Plain Layout
39276
39277 }
39278 \end_layout
39279
39280 \end_inset
39281
39282 という単語が濃緑の背景になっています.
39283 \end_layout
39284
39285 \begin_layout Standard
39286 枠付き色付きのボックスは,
39287 下記のように
39288 \series bold
39289
39290 \backslash
39291 fcolorbox
39292 \series default
39293 コマンドを使って作ります.
39294 \end_layout
39295
39296 \begin_layout Standard
39297
39298 \series bold
39299
39300 \backslash
39301 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
39302 \end_layout
39303
39304 \begin_layout Section
39305 ボックスの伸縮回転
39306 \end_layout
39307
39308 \begin_layout Standard
39309 本節に述べられているボックスを使うには,
39310
39311 \family sans
39312 画像ボックス
39313 \family default
39314 モジュールを文書設定で読み込んでおく必要があります.
39315 \end_layout
39316
39317 \begin_layout Standard
39318 \begin_inset Note Greyedout
39319 status open
39320
39321 \begin_layout Plain Layout
39322
39323 \series bold
39324 [註]
39325 \series default
39326 DVIビューアによっては,
39327 回転伸縮したものの表示ができないものがあります.
39328 \end_layout
39329
39330 \end_inset
39331
39332
39333 \end_layout
39334
39335 \begin_layout Standard
39336 \begin_inset Note Greyedout
39337 status open
39338
39339 \begin_layout Plain Layout
39340
39341 \series bold
39342 [註]
39343 \series default
39344 フロートは回転伸縮したボックスの中に入れることはできません.
39345 \end_layout
39346
39347 \end_inset
39348
39349
39350 \end_layout
39351
39352 \begin_layout Subsection
39353 ボックスの回転
39354 \end_layout
39355
39356 \begin_layout Standard
39357 \begin_inset Index idx
39358 range none
39359 pageformat default
39360 status collapsed
39361
39362 \begin_layout Plain Layout
39363 \begin_inset IndexMacro sortkey
39364 status open
39365
39366 \begin_layout Plain Layout
39367
39368 \end_layout
39369
39370 \end_inset
39371
39372
39373 \begin_inset IndexMacro subentry
39374 status open
39375
39376 \begin_layout Plain Layout
39377 \begin_inset IndexMacro sortkey
39378 status open
39379
39380 \begin_layout Plain Layout
39381 のかいてん
39382 \end_layout
39383
39384 \end_inset
39385
39386
39387
39388 の回転
39389 \end_layout
39390
39391 \end_inset
39392
39393
39394 \end_layout
39395
39396 \end_inset
39397
39398
39399 \begin_inset Index idx
39400 range none
39401 pageformat default
39402 status collapsed
39403
39404 \begin_layout Plain Layout
39405 \begin_inset IndexMacro sortkey
39406 status open
39407
39408 \begin_layout Plain Layout
39409 ほつくす
39410 \end_layout
39411
39412 \end_inset
39413
39414 ボックス
39415 \begin_inset IndexMacro subentry
39416 status open
39417
39418 \begin_layout Plain Layout
39419 \begin_inset IndexMacro sortkey
39420 status open
39421
39422 \begin_layout Plain Layout
39423 かいてんした
39424 \end_layout
39425
39426 \end_inset
39427
39428 回転した—
39429
39430
39431 \end_layout
39432
39433 \end_inset
39434
39435
39436 \end_layout
39437
39438 \end_inset
39439
39440
39441 \begin_inset Index idx
39442 range none
39443 pageformat default
39444 status collapsed
39445
39446 \begin_layout Plain Layout
39447 \begin_inset IndexMacro sortkey
39448 status open
39449
39450 \begin_layout Plain Layout
39451 かいてん
39452 \end_layout
39453
39454 \end_inset
39455
39456 回転
39457 \begin_inset IndexMacro subentry
39458 status open
39459
39460 \begin_layout Plain Layout
39461 \begin_inset IndexMacro sortkey
39462 status open
39463
39464 \begin_layout Plain Layout
39465 そさいの
39466 \end_layout
39467
39468 \end_inset
39469
39470 素材の—
39471
39472
39473 \end_layout
39474
39475 \end_inset
39476
39477
39478 \end_layout
39479
39480 \end_inset
39481
39482
39483 \begin_inset Index idx
39484 range none
39485 pageformat default
39486 status collapsed
39487
39488 \begin_layout Plain Layout
39489 \begin_inset IndexMacro sortkey
39490 status open
39491
39492 \begin_layout Plain Layout
39493 ひようのちようせい
39494 \end_layout
39495
39496 \end_inset
39497
39498 表の調整
39499 \begin_inset IndexMacro subentry
39500 status open
39501
39502 \begin_layout Plain Layout
39503 \begin_inset IndexMacro sortkey
39504 status open
39505
39506 \begin_layout Plain Layout
39507 かいてん
39508 \end_layout
39509
39510 \end_inset
39511
39512 回転
39513 \end_layout
39514
39515 \end_inset
39516
39517
39518 \end_layout
39519
39520 \end_inset
39521
39522 ものを回転するならば,
39523
39524 \family sans
39525 \series bold
39526 回転ボックス
39527 \family default
39528 \series default
39529 に入れることができます.このボックスは,
39530
39531 \family sans
39532 \series bold
39533 挿入\SpecialChar menuseparator
39534 拡張差込枠\SpecialChar menuseparator
39535 回転ボックス
39536 \family default
39537 \series default
39538
39539 \begin_inset space \thinspace{}
39540 \end_inset
39541
39542 で挿入することができます.
39543 \end_layout
39544
39545 \begin_layout Standard
39546 回転の原点は,
39547 原点差込枠(
39548 \family sans
39549 \series bold
39550 挿入\SpecialChar menuseparator
39551 原点
39552 \family default
39553 \series default
39554
39555 \begin_inset space \thinspace{}
39556 \end_inset
39557
39558 メニュー)に
39559 \series bold
39560 origin=位置
39561 \series default
39562 の形で指定することができます.位置として指定可能なのは,
39563
39564 \emph on
39565 c
39566 \emph default
39567 (中央揃え)・
39568 \emph on
39569 l
39570 \emph default
39571 (左揃え)・
39572 \emph on
39573 r
39574 \emph default
39575 (右揃え)・
39576 \emph on
39577 b
39578 \emph default
39579 (下揃え)・
39580 \emph on
39581 t
39582 \emph default
39583 (上揃え)と,
39584 これら五つの適切な組み合わせです.たとえば,
39585
39586 \emph on
39587 lt
39588 \emph default
39589 と指定した場合には,
39590 回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,
39591 位置として
39592 \emph on
39593 l
39594 \emph default
39595 が使用されます.回転角は,
39596 角度を指定する数字で負の値もとることができます.回転の方向は,
39597 反時計回りです.
39598 \end_layout
39599
39600 \begin_layout Standard
39601 下の例では,
39602
39603 \family sans
39604 \series bold
39605 原点
39606 \family default
39607 \series default
39608 差込枠に
39609 \series bold
39610 origin=c
39611 \series default
39612
39613
39614 \family sans
39615 \series bold
39616 回転
39617 \family default
39618 \series default
39619 差込枠に
39620 \series bold
39621 60
39622 \series default
39623 と入れています.
39624 \end_layout
39625
39626 \begin_layout Standard
39627 これは,
39628
39629 \begin_inset Flex Rotatebox
39630 status open
39631
39632 \begin_layout Plain Layout
39633 \begin_inset Argument 1
39634 status open
39635
39636 \begin_layout Plain Layout
39637 origin=c
39638 \end_layout
39639
39640 \end_inset
39641
39642
39643 \begin_inset Argument 2
39644 status open
39645
39646 \begin_layout Plain Layout
39647 60
39648 \end_layout
39649
39650 \end_inset
39651
39652 回転した
39653 \end_layout
39654
39655 \end_inset
39656
39657 文章を含む行です.
39658 \end_layout
39659
39660 \begin_layout Standard
39661 ボックスの中身には,
39662 以下のように,
39663 もう一つボックスを入れたり行内数式を入れたりすることもできます.
39664 \end_layout
39665
39666 \begin_layout Standard
39667 これは,
39668
39669 \begin_inset Flex Rotatebox
39670 status open
39671
39672 \begin_layout Plain Layout
39673 \begin_inset Argument 1
39674 status open
39675
39676 \begin_layout Plain Layout
39677 origin=r
39678 \end_layout
39679
39680 \end_inset
39681
39682
39683 \begin_inset Argument 2
39684 status open
39685
39686 \begin_layout Plain Layout
39687 60
39688 \end_layout
39689
39690 \end_inset
39691
39692
39693 \begin_inset Box Doublebox
39694 position "c"
39695 hor_pos "c"
39696 has_inner_box 0
39697 inner_pos "c"
39698 use_parbox 0
39699 use_makebox 0
39700 width "1in"
39701 special "width"
39702 height "1in"
39703 height_special "totalheight"
39704 thickness "0.4pt"
39705 separation "3pt"
39706 shadowsize "4pt"
39707 framecolor "black"
39708 backgroundcolor "none"
39709 status open
39710
39711 \begin_layout Plain Layout
39712 回転した
39713 \end_layout
39714
39715 \end_inset
39716
39717
39718 \end_layout
39719
39720 \end_inset
39721
39722 枠付き文章と
39723 \begin_inset Flex Rotatebox
39724 status open
39725
39726 \begin_layout Plain Layout
39727 \begin_inset Argument 1
39728 status open
39729
39730 \begin_layout Plain Layout
39731 origin=lb
39732 \end_layout
39733
39734 \end_inset
39735
39736
39737 \begin_inset Argument 2
39738 status open
39739
39740 \begin_layout Plain Layout
39741 60
39742 \end_layout
39743
39744 \end_inset
39745
39746
39747 \begin_inset Formula $\int A\,\mathrm{d}x=B$
39748 \end_inset
39749
39750
39751 \end_layout
39752
39753 \end_inset
39754
39755 数式を含む行です.
39756 \end_layout
39757
39758 \begin_layout Standard
39759 あるいは,
39760 以下のように図や表を入れることもできます.
39761 \end_layout
39762
39763 \begin_layout Standard
39764 これは,
39765
39766 \begin_inset Flex Rotatebox
39767 status open
39768
39769 \begin_layout Plain Layout
39770 \begin_inset Argument 1
39771 status open
39772
39773 \begin_layout Plain Layout
39774 origin=lb
39775 \end_layout
39776
39777 \end_inset
39778
39779
39780 \begin_inset Argument 2
39781 status open
39782
39783 \begin_layout Plain Layout
39784 90
39785 \end_layout
39786
39787 \end_inset
39788
39789
39790 \begin_inset Graphics
39791         filename ../clipart/Star-structure.pdf
39792         lyxscale 50
39793         width 25col%
39794
39795 \end_inset
39796
39797
39798 \end_layout
39799
39800 \end_inset
39801
39802 回転した画像と
39803 \begin_inset Flex Rotatebox
39804 status open
39805
39806 \begin_layout Plain Layout
39807 \begin_inset Argument 2
39808 status open
39809
39810 \begin_layout Plain Layout
39811 -90
39812 \end_layout
39813
39814 \end_inset
39815
39816
39817 \begin_inset Tabular
39818 <lyxtabular version="3" rows="2" columns="2">
39819 <features tabularvalignment="middle">
39820 <column alignment="center" valignment="top">
39821 <column alignment="center" valignment="top">
39822 <row>
39823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39824 \begin_inset Text
39825
39826 \begin_layout Plain Layout
39827 q
39828 \end_layout
39829
39830 \end_inset
39831 </cell>
39832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39833 \begin_inset Text
39834
39835 \begin_layout Plain Layout
39836 w
39837 \end_layout
39838
39839 \end_inset
39840 </cell>
39841 </row>
39842 <row>
39843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39844 \begin_inset Text
39845
39846 \begin_layout Plain Layout
39847 e
39848 \end_layout
39849
39850 \end_inset
39851 </cell>
39852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39853 \begin_inset Text
39854
39855 \begin_layout Plain Layout
39856 r
39857 \end_layout
39858
39859 \end_inset
39860 </cell>
39861 </row>
39862 </lyxtabular>
39863
39864 \end_inset
39865
39866
39867 \end_layout
39868
39869 \end_inset
39870
39871 表を含む行です.
39872 \end_layout
39873
39874 \begin_layout Standard
39875 \begin_inset Note Greyedout
39876 status open
39877
39878 \begin_layout Plain Layout
39879
39880 \series bold
39881 [註]
39882 \family sans
39883 \series default
39884 角度
39885 \family default
39886 差込枠が空であったり,
39887 数字以外の文字が入っていたりした場合,
39888 文書を閲覧したり書き出したりする際に,
39889 \SpecialChar LaTeX
39890 エラーが発生します.
39891 \end_layout
39892
39893 \end_inset
39894
39895
39896 \end_layout
39897
39898 \begin_layout Subsection
39899 ボックスの伸縮
39900 \end_layout
39901
39902 \begin_layout Standard
39903 \begin_inset Index idx
39904 range none
39905 pageformat default
39906 status collapsed
39907
39908 \begin_layout Plain Layout
39909 \begin_inset IndexMacro sortkey
39910 status open
39911
39912 \begin_layout Plain Layout
39913 ほつくす
39914 \end_layout
39915
39916 \end_inset
39917
39918 ボックス
39919 \begin_inset IndexMacro subentry
39920 status open
39921
39922 \begin_layout Plain Layout
39923 \begin_inset IndexMacro sortkey
39924 status open
39925
39926 \begin_layout Plain Layout
39927 しんしゆくさせた
39928 \end_layout
39929
39930 \end_inset
39931
39932 伸縮させた—
39933
39934
39935 \end_layout
39936
39937 \end_inset
39938
39939
39940 \end_layout
39941
39942 \end_inset
39943
39944
39945 \begin_inset Index idx
39946 range none
39947 pageformat default
39948 status collapsed
39949
39950 \begin_layout Plain Layout
39951 \begin_inset IndexMacro sortkey
39952 status open
39953
39954 \begin_layout Plain Layout
39955 しんしゆく
39956 \end_layout
39957
39958 \end_inset
39959
39960 伸縮
39961 \begin_inset IndexMacro subentry
39962 status open
39963
39964 \begin_layout Plain Layout
39965 \begin_inset IndexMacro sortkey
39966 status open
39967
39968 \begin_layout Plain Layout
39969 そさいの
39970 \end_layout
39971
39972 \end_inset
39973
39974 素材の—
39975
39976
39977 \end_layout
39978
39979 \end_inset
39980
39981
39982 \end_layout
39983
39984 \end_inset
39985
39986
39987 \begin_inset Index idx
39988 range none
39989 pageformat default
39990 status collapsed
39991
39992 \begin_layout Plain Layout
39993 \begin_inset IndexMacro sortkey
39994 status open
39995
39996 \begin_layout Plain Layout
39997
39998 \end_layout
39999
40000 \end_inset
40001
40002
40003 \begin_inset IndexMacro subentry
40004 status open
40005
40006 \begin_layout Plain Layout
40007 \begin_inset IndexMacro sortkey
40008 status open
40009
40010 \begin_layout Plain Layout
40011 のしんしゆく
40012 \end_layout
40013
40014 \end_inset
40015
40016
40017
40018 の伸縮
40019 \end_layout
40020
40021 \end_inset
40022
40023
40024 \end_layout
40025
40026 \end_inset
40027
40028
40029 \begin_inset Index idx
40030 range none
40031 pageformat default
40032 status collapsed
40033
40034 \begin_layout Plain Layout
40035 \begin_inset IndexMacro sortkey
40036 status open
40037
40038 \begin_layout Plain Layout
40039 ひようのちようせい
40040 \end_layout
40041
40042 \end_inset
40043
40044 表の調整
40045 \begin_inset IndexMacro subentry
40046 status open
40047
40048 \begin_layout Plain Layout
40049 \begin_inset IndexMacro sortkey
40050 status open
40051
40052 \begin_layout Plain Layout
40053 しんしゆく
40054 \end_layout
40055
40056 \end_inset
40057
40058 伸縮
40059 \end_layout
40060
40061 \end_inset
40062
40063
40064 \end_layout
40065
40066 \end_inset
40067
40068 ものを伸縮するならば,
40069
40070 \family sans
40071 \series bold
40072 伸縮ボックス
40073 \family default
40074 \series default
40075 に入れることができます.このボックスは,
40076
40077 \family sans
40078 \series bold
40079 挿入\SpecialChar menuseparator
40080 拡張差込枠\SpecialChar menuseparator
40081 伸縮ボックス
40082 \family default
40083 \series default
40084
40085 \begin_inset space \thinspace{}
40086 \end_inset
40087
40088 で挿入することができます.
40089 \end_layout
40090
40091 \begin_layout Standard
40092
40093 \family sans
40094 \series bold
40095 伸縮ボックス
40096 \family default
40097 \series default
40098 には,
40099 必須差込枠「
40100 \family sans
40101 \series bold
40102 水平因子
40103 \family default
40104 \series default
40105 」と,
40106 非必須差込枠「
40107 \family sans
40108 \series bold
40109 垂直因子
40110 \family default
40111 \series default
40112 」(
40113 \family sans
40114 \series bold
40115 挿入\SpecialChar menuseparator
40116 垂直因子
40117 \family default
40118 \series default
40119
40120 \begin_inset space \thinspace{}
40121 \end_inset
40122
40123 メニューで挿入可)がありますので,
40124 そこに水平因子と垂直因子を入力してください.
40125 \family sans
40126 \series bold
40127 垂直因子
40128 \family default
40129 \series default
40130 を使わない場合には,
40131 水平因子が垂直因子としても使われます.
40132 \end_layout
40133
40134 \begin_layout Standard
40135 たとえば,
40136 文書の本文の大きさに比べて,
40137 文を2倍の大きさにしたい場合,
40138
40139 \family sans
40140 \series bold
40141 水平因子
40142 \family default
40143 \series default
40144 差込枠に
40145 \series bold
40146 2
40147 \series default
40148 と入力してください.例:
40149
40150 \begin_inset Flex Scalebox
40151 status open
40152
40153 \begin_layout Plain Layout
40154 \begin_inset Argument 1
40155 status open
40156
40157 \begin_layout Plain Layout
40158 2
40159 \end_layout
40160
40161 \end_inset
40162
40163 こんにちは
40164 \end_layout
40165
40166 \end_inset
40167
40168
40169 \end_layout
40170
40171 \begin_layout Standard
40172
40173 \family sans
40174 \series bold
40175 水平因子
40176 \family default
40177 \series default
40178
40179 \series bold
40180 2
40181 \series default
40182
40183
40184 \family sans
40185 \series bold
40186 垂直因子
40187 \family default
40188 \series default
40189
40190 \series bold
40191 1
40192 \series default
40193 にすると,
40194 このようにゆがみます:
40195
40196 \begin_inset Flex Scalebox
40197 status open
40198
40199 \begin_layout Plain Layout
40200 \begin_inset Argument 1
40201 status open
40202
40203 \begin_layout Plain Layout
40204 2
40205 \end_layout
40206
40207 \end_inset
40208
40209
40210 \begin_inset Argument 2
40211 status open
40212
40213 \begin_layout Plain Layout
40214 1
40215 \end_layout
40216
40217 \end_inset
40218
40219 こんにちは
40220 \end_layout
40221
40222 \end_inset
40223
40224
40225 \end_layout
40226
40227 \begin_layout Standard
40228 伸縮因子を負に設定した場合,
40229 ボックスの内容は鏡像になります.鏡文字を作りたい場合には,
40230
40231 \family sans
40232 \series bold
40233 水平因子
40234 \family default
40235 \series default
40236
40237 \series bold
40238 -1
40239 \series default
40240
40241
40242 \family sans
40243 \series bold
40244 垂直因子
40245 \family default
40246 \series default
40247
40248 \series bold
40249 1
40250 \series default
40251 にします:
40252
40253 \begin_inset Flex Scalebox
40254 status open
40255
40256 \begin_layout Plain Layout
40257 \begin_inset Argument 1
40258 status open
40259
40260 \begin_layout Plain Layout
40261 -1
40262 \end_layout
40263
40264 \end_inset
40265
40266
40267 \begin_inset Argument 2
40268 status open
40269
40270 \begin_layout Plain Layout
40271 1
40272 \end_layout
40273
40274 \end_inset
40275
40276 こんにちは
40277 \end_layout
40278
40279 \end_inset
40280
40281
40282 \end_layout
40283
40284 \begin_layout Standard
40285
40286 \family sans
40287 \series bold
40288 水平因子
40289 \family default
40290 \series default
40291
40292 \series bold
40293 1
40294 \series default
40295
40296
40297 \family sans
40298 \series bold
40299 垂直因子
40300 \family default
40301 \series default
40302
40303 \series bold
40304 -1
40305 \series default
40306 にすると,
40307 ベースラインでひっくり返した形になります:
40308
40309 \begin_inset Flex Scalebox
40310 status open
40311
40312 \begin_layout Plain Layout
40313 \begin_inset Argument 1
40314 status open
40315
40316 \begin_layout Plain Layout
40317 1
40318 \end_layout
40319
40320 \end_inset
40321
40322
40323 \begin_inset Argument 2
40324 status open
40325
40326 \begin_layout Plain Layout
40327 -1
40328 \end_layout
40329
40330 \end_inset
40331
40332 こんにちは
40333 \end_layout
40334
40335 \end_inset
40336
40337
40338 \end_layout
40339
40340 \begin_layout Standard
40341
40342 \family sans
40343 \series bold
40344 反転ボックス
40345 \family default
40346 \series default
40347 (
40348 \family sans
40349 \series bold
40350 挿入\SpecialChar menuseparator
40351 拡張差込枠\SpecialChar menuseparator
40352 反転ボックス
40353 \family default
40354 \series default
40355
40356 \begin_inset space \thinspace{}
40357 \end_inset
40358
40359 メニュー)は,
40360
40361 \family sans
40362 \series bold
40363 伸縮ボックス
40364 \family default
40365 \series default
40366
40367 \family sans
40368 \series bold
40369 水平因子
40370 \family default
40371 \series default
40372
40373 \series bold
40374 -1
40375 \series default
40376
40377
40378 \family sans
40379 \series bold
40380 垂直因子
40381 \family default
40382 \series default
40383
40384 \series bold
40385 1
40386 \series default
40387 にしたものと同じです.
40388 \end_layout
40389
40390 \begin_layout Standard
40391 \begin_inset Note Greyedout
40392 status open
40393
40394 \begin_layout Plain Layout
40395
40396 \series bold
40397 [註]
40398 \family sans
40399 \series default
40400 水平因子
40401 \family default
40402 差込枠が空であったり,
40403 数字以外の文字が入っていたりした場合,
40404 文書を閲覧したり書き出したりする際に,
40405 \SpecialChar LaTeX
40406 エラーが発生します.
40407 \end_layout
40408
40409 \end_inset
40410
40411
40412 \end_layout
40413
40414 \begin_layout Standard
40415 \begin_inset VSpace bigskip
40416 \end_inset
40417
40418 中身を決まった幅と高さに伸縮したい場合には,
40419
40420 \family sans
40421 \series bold
40422 寸法変更ボックス
40423 \family default
40424 \series default
40425 (
40426 \family sans
40427 \series bold
40428 挿入\SpecialChar menuseparator
40429 拡張差込枠\SpecialChar menuseparator
40430 寸法変更ボックス
40431 \family default
40432 \series default
40433
40434 \begin_inset space \thinspace{}
40435 \end_inset
40436
40437 メニュー)を使うことができます.
40438 \family sans
40439 \series bold
40440 寸法変更ボックス
40441 \family default
40442 \series default
40443 には,
40444 必須差込枠「
40445 \family sans
40446 \series bold
40447
40448 \family default
40449 \series default
40450 」と,
40451 非必須差込枠「
40452 \family sans
40453 \series bold
40454 高さ
40455 \family default
40456 \series default
40457 」(
40458 \family sans
40459 \series bold
40460 挿入\SpecialChar menuseparator
40461 高さ
40462 \family default
40463 \series default
40464
40465 \begin_inset space \thinspace{}
40466 \end_inset
40467
40468 メニューで挿入可)がありますので,
40469 そこに幅と高さを単位付きの値で入力してください.
40470 \begin_inset CommandInset ref
40471 LatexCommand ref
40472 reference "tab:単位"
40473 nolink "false"
40474
40475 \end_inset
40476
40477 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
40478 \series bold
40479 !
40480 \series default
40481 があると,
40482 ボックス内容のアスペクト比が保たれるように寸法が設定されます.
40483 \family sans
40484 \series bold
40485 高さ
40486 \family default
40487 \series default
40488 差込枠を使わない場合には,
40489 高さには内部的に感嘆符が使用されます.
40490 \end_layout
40491
40492 \begin_layout Standard
40493
40494 \series bold
40495 2cm
40496 \series default
40497
40498 \family sans
40499 \series bold
40500
40501 \family default
40502 \series default
40503 に,
40504
40505 \series bold
40506 1cm
40507 \series default
40508
40509 \family sans
40510 \series bold
40511 高さ
40512 \family default
40513 \series default
40514 に使用するとこうなります:
40515
40516 \begin_inset Flex Resizebox
40517 status open
40518
40519 \begin_layout Plain Layout
40520 \begin_inset Argument 1
40521 status open
40522
40523 \begin_layout Plain Layout
40524 2cm
40525 \end_layout
40526
40527 \end_inset
40528
40529
40530 \begin_inset Argument 2
40531 status open
40532
40533 \begin_layout Plain Layout
40534 1cm
40535 \end_layout
40536
40537 \end_inset
40538
40539 こんにちは
40540 \end_layout
40541
40542 \end_inset
40543
40544
40545 \begin_inset Newline newline
40546 \end_inset
40547
40548
40549 \series bold
40550 2cm
40551 \series default
40552
40553 \family sans
40554 \series bold
40555
40556 \family default
40557 \series default
40558 に,
40559
40560 \series bold
40561 !
40562 \series default
40563
40564 \family sans
40565 \series bold
40566 高さ
40567 \family default
40568 \series default
40569 に使用すると(あるいは
40570 \family sans
40571 \series bold
40572 高さ
40573 \family default
40574 \series default
40575 なし)こうなります:
40576
40577 \begin_inset Flex Resizebox
40578 status open
40579
40580 \begin_layout Plain Layout
40581 \begin_inset Argument 1
40582 status open
40583
40584 \begin_layout Plain Layout
40585 2cm
40586 \end_layout
40587
40588 \end_inset
40589
40590
40591 \begin_inset Argument 2
40592 status open
40593
40594 \begin_layout Plain Layout
40595 !
40596 \end_layout
40597
40598 \end_inset
40599
40600 こんにちは
40601 \end_layout
40602
40603 \end_inset
40604
40605
40606 \end_layout
40607
40608 \begin_layout Standard
40609 \begin_inset Note Greyedout
40610 status open
40611
40612 \begin_layout Plain Layout
40613
40614 \series bold
40615 [註]
40616 \family sans
40617
40618 \family default
40619 \series default
40620 差込枠が空であったり,
40621 無効な単位が入っていたりした場合,
40622 文書を閲覧したり書き出したりする際に,
40623 \SpecialChar LaTeX
40624 エラーが発生します.
40625 \end_layout
40626
40627 \end_inset
40628
40629
40630 \end_layout
40631
40632 \begin_layout Standard
40633 \begin_inset VSpace bigskip
40634 \end_inset
40635
40636
40637 \end_layout
40638
40639 \begin_layout Standard
40640 ボックスは好きな順序で組み合わせることができます.
40641 \family sans
40642 \series bold
40643 回転ボックス
40644 \family default
40645 \series default
40646 の中に
40647 \family sans
40648 \series bold
40649 寸法変更ボックス
40650 \family default
40651 \series default
40652 が入り,
40653 さらにその中に
40654 \family sans
40655 \series bold
40656 反転ボックス
40657 \family default
40658 \series default
40659 が入っている例です:
40660
40661 \end_layout
40662
40663 \begin_layout Standard
40664 \noindent
40665 \align center
40666 \begin_inset Flex Rotatebox
40667 status open
40668
40669 \begin_layout Plain Layout
40670 \begin_inset Argument 1
40671 status open
40672
40673 \begin_layout Plain Layout
40674 origin=c
40675 \end_layout
40676
40677 \end_inset
40678
40679
40680 \begin_inset Argument 2
40681 status open
40682
40683 \begin_layout Plain Layout
40684 -45
40685 \end_layout
40686
40687 \end_inset
40688
40689
40690 \begin_inset Flex Resizebox
40691 status open
40692
40693 \begin_layout Plain Layout
40694 \begin_inset Argument 1
40695 status open
40696
40697 \begin_layout Plain Layout
40698 2cm
40699 \end_layout
40700
40701 \end_inset
40702
40703
40704 \begin_inset Flex Reflectbox
40705 status open
40706
40707 \begin_layout Plain Layout
40708 こんにちは
40709 \end_layout
40710
40711 \end_inset
40712
40713
40714 \end_layout
40715
40716 \end_inset
40717
40718
40719 \end_layout
40720
40721 \end_inset
40722
40723
40724 \end_layout
40725
40726 \begin_layout Standard
40727 \noindent
40728 という出力になります.ボックスの内容には,
40729 以下のように,
40730 画像や表や行内数式を入れてもかまいません.
40731 \end_layout
40732
40733 \begin_layout Standard
40734 \noindent
40735 \align center
40736 \begin_inset Flex Resizebox
40737 status open
40738
40739 \begin_layout Plain Layout
40740 \begin_inset Argument 1
40741 status open
40742
40743 \begin_layout Plain Layout
40744 2cm
40745 \end_layout
40746
40747 \end_inset
40748
40749
40750 \begin_inset Flex Reflectbox
40751 status open
40752
40753 \begin_layout Plain Layout
40754 \begin_inset Graphics
40755         filename ../clipart/Star-structure.pdf
40756         lyxscale 50
40757         width 25col%
40758
40759 \end_inset
40760
40761
40762 \end_layout
40763
40764 \end_inset
40765
40766
40767 \end_layout
40768
40769 \end_inset
40770
40771  
40772 \begin_inset Flex Resizebox
40773 status open
40774
40775 \begin_layout Plain Layout
40776 \begin_inset Argument 1
40777 status open
40778
40779 \begin_layout Plain Layout
40780 2cm
40781 \end_layout
40782
40783 \end_inset
40784
40785
40786 \begin_inset Flex Reflectbox
40787 status open
40788
40789 \begin_layout Plain Layout
40790 \begin_inset Tabular
40791 <lyxtabular version="3" rows="2" columns="2">
40792 <features tabularvalignment="middle">
40793 <column alignment="center" valignment="top">
40794 <column alignment="center" valignment="top">
40795 <row>
40796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40797 \begin_inset Text
40798
40799 \begin_layout Plain Layout
40800 q
40801 \end_layout
40802
40803 \end_inset
40804 </cell>
40805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40806 \begin_inset Text
40807
40808 \begin_layout Plain Layout
40809 w
40810 \end_layout
40811
40812 \end_inset
40813 </cell>
40814 </row>
40815 <row>
40816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40817 \begin_inset Text
40818
40819 \begin_layout Plain Layout
40820 e
40821 \end_layout
40822
40823 \end_inset
40824 </cell>
40825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40826 \begin_inset Text
40827
40828 \begin_layout Plain Layout
40829 r
40830 \end_layout
40831
40832 \end_inset
40833 </cell>
40834 </row>
40835 </lyxtabular>
40836
40837 \end_inset
40838
40839
40840 \end_layout
40841
40842 \end_inset
40843
40844
40845 \end_layout
40846
40847 \end_inset
40848
40849  
40850 \begin_inset Flex Resizebox
40851 status open
40852
40853 \begin_layout Plain Layout
40854 \begin_inset Argument 1
40855 status open
40856
40857 \begin_layout Plain Layout
40858 3cm
40859 \end_layout
40860
40861 \end_inset
40862
40863
40864 \begin_inset Flex Reflectbox
40865 status open
40866
40867 \begin_layout Plain Layout
40868 \begin_inset Formula $\int A\,\mathrm{d}x=B$
40869 \end_inset
40870
40871
40872 \end_layout
40873
40874 \end_inset
40875
40876
40877 \end_layout
40878
40879 \end_inset
40880
40881
40882 \end_layout
40883
40884 \begin_layout Standard
40885 文書で大域的に数式様式
40886 \series bold
40887 fleqn
40888 \series default
40889 を使用している場合
40890 \begin_inset Foot
40891 status collapsed
40892
40893 \begin_layout Plain Layout
40894 つまり,
40895 文書クラスオプションに「fleqn」を書き加えた場合.
40896 \end_layout
40897
40898 \end_inset
40899
40900 には,
40901 別行建て数式も伸縮させることができます.
40902 \end_layout
40903
40904 \begin_layout Chapter
40905 本文回り込みオブジェクト
40906 \begin_inset Index idx
40907 range none
40908 pageformat default
40909 status collapsed
40910
40911 \begin_layout Plain Layout
40912 \begin_inset IndexMacro sortkey
40913 status open
40914
40915 \begin_layout Plain Layout
40916 ほんふんまわりこみ
40917 \end_layout
40918
40919 \end_inset
40920
40921 本文回り込み
40922 \end_layout
40923
40924 \end_inset
40925
40926
40927 \end_layout
40928
40929 \begin_layout Section
40930 折返しフロート
40931 \begin_inset CommandInset label
40932 LatexCommand label
40933 name "sec:折返しフロート"
40934
40935 \end_inset
40936
40937
40938 \begin_inset Index idx
40939 range none
40940 pageformat default
40941 status collapsed
40942
40943 \begin_layout Plain Layout
40944 \begin_inset IndexMacro sortkey
40945 status open
40946
40947 \begin_layout Plain Layout
40948 ふろと
40949 \end_layout
40950
40951 \end_inset
40952
40953 フロート
40954 \begin_inset IndexMacro subentry
40955 status open
40956
40957 \begin_layout Plain Layout
40958 \begin_inset IndexMacro sortkey
40959 status open
40960
40961 \begin_layout Plain Layout
40962 おりかえしふろと
40963 \end_layout
40964
40965 \end_inset
40966
40967 折返しフロート
40968 \end_layout
40969
40970 \end_inset
40971
40972
40973 \end_layout
40974
40975 \end_inset
40976
40977
40978 \begin_inset Index idx
40979 range none
40980 pageformat default
40981 status collapsed
40982
40983 \begin_layout Plain Layout
40984 \begin_inset IndexMacro sortkey
40985 status open
40986
40987 \begin_layout Plain Layout
40988 ほんふんまわりこみ
40989 \end_layout
40990
40991 \end_inset
40992
40993 本文回り込み
40994 \begin_inset IndexMacro subentry
40995 status open
40996
40997 \begin_layout Plain Layout
40998 \begin_inset IndexMacro sortkey
40999 status open
41000
41001 \begin_layout Plain Layout
41002 おりかえしふろと
41003 \end_layout
41004
41005 \end_inset
41006
41007 折返しフロート
41008 \end_layout
41009
41010 \end_inset
41011
41012
41013 \end_layout
41014
41015 \end_inset
41016
41017
41018 \end_layout
41019
41020 \begin_layout Standard
41021 \begin_inset Wrap figure
41022 lines 0
41023 placement l
41024 overhang 1cm
41025 width "40col%"
41026 status open
41027
41028 \begin_layout Plain Layout
41029 \begin_inset Graphics
41030         filename ../clipart/2D-intensity-plot.pdf
41031         width 40col%
41032         scaleBeforeRotation
41033         BoundingBox 0bp 1bp 178bp 138bp
41034         clip
41035         rotateOrigin center
41036
41037 \end_inset
41038
41039
41040 \end_layout
41041
41042 \begin_layout Plain Layout
41043 \begin_inset Caption Standard
41044
41045 \begin_layout Plain Layout
41046 \begin_inset CommandInset label
41047 LatexCommand label
41048 name "fig:折返し図フロート"
41049
41050 \end_inset
41051
41052 これは折返し図フロートです.
41053 \end_layout
41054
41055 \end_inset
41056
41057
41058 \end_layout
41059
41060 \end_inset
41061
41062 このフロート型は,
41063 本文が図の周りに折返して入ることによって,
41064 図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,
41065 \SpecialChar LaTeX
41066 パッケージの
41067 \series bold
41068 wrapfig
41069 \series default
41070
41071 \begin_inset Index idx
41072 range none
41073 pageformat default
41074 status collapsed
41075
41076 \begin_layout Plain Layout
41077 \begin_inset IndexMacro sortkey
41078 status open
41079
41080 \begin_layout Plain Layout
41081 LaTeXはつけし
41082 \end_layout
41083
41084 \end_inset
41085
41086 \SpecialChar LaTeX
41087 パッケージ
41088 \begin_inset IndexMacro subentry
41089 status open
41090
41091 \begin_layout Plain Layout
41092 wrapfig
41093 \end_layout
41094
41095 \end_inset
41096
41097
41098 \end_layout
41099
41100 \end_inset
41101
41102 を導入済みであれば,
41103
41104 \family sans
41105 \series bold
41106 挿入\SpecialChar menuseparator
41107 フロート\SpecialChar menuseparator
41108 折返し図
41109 \family default
41110 \series default
41111
41112 \family sans
41113 \series bold
41114 折返し表
41115 \family default
41116 \series default
41117
41118 \begin_inset space \thinspace{}
41119 \end_inset
41120
41121 メニューで挿入することができます
41122 \begin_inset Foot
41123 status collapsed
41124
41125 \begin_layout Plain Layout
41126 \SpecialChar LaTeX
41127 パッケージの導入方法は,
41128 取扱説明書の『\SpecialChar LaTeX
41129 の設定』に説明されています.
41130 \end_layout
41131
41132 \end_inset
41133
41134 .フロートの設定は,
41135 フロートボックスを右クリックすることで変更することができます.必須の設定項目は,
41136 フロートの
41137 \family sans
41138 配置
41139 \family default
41140
41141 \family sans
41142
41143 \family default
41144 です.非必須項目として,
41145
41146 \family sans
41147 ぶら下げ
41148 \family default
41149
41150 \family sans
41151 行幅
41152 \family default
41153 があります.前者は,
41154 フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,
41155 後者は,
41156 フロートが必要とするおおよその本文行数を指定するものです.行幅は,
41157 推測するのが難しいことがよくあるので,
41158 フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,
41159 フロートを段落内でフロートするようにするか,
41160 周囲の段落までフロートすることを\SpecialChar LaTeX
41161 に許可するかを指定することができます.第
41162 \begin_inset CommandInset ref
41163 LatexCommand ref
41164 reference "fig:折返し図フロート"
41165 nolink "false"
41166
41167 \end_inset
41168
41169 図は,
41170 40
41171 \begin_inset space \thinspace{}
41172 \end_inset
41173
41174 列幅%の幅と1
41175 \begin_inset space \thinspace{}
41176 \end_inset
41177
41178 cmのぶら下げを持ち,
41179 左揃えの折返しフロートを例示してあります.
41180 \end_layout
41181
41182 \begin_layout Standard
41183 \begin_inset Note Greyedout
41184 status open
41185
41186 \begin_layout Plain Layout
41187
41188 \series bold
41189 [註]
41190 \series default
41191 折返しフロートは壊れやすいことがあります!
41192 例えば,
41193 図をページの下すぎる位置に置いてしまうと,
41194 ごちゃごちゃになって,
41195 フロートが出力に現れなかったり,
41196 他の本文の上に上書きされて出力されたりします.
41197 \end_layout
41198
41199 \end_inset
41200
41201
41202 \end_layout
41203
41204 \begin_layout Standard
41205 原則として,
41206
41207 \end_layout
41208
41209 \begin_layout Itemize
41210 折返しフロートは,
41211 改頁に掛かってしまう段落に置くべきではありません.つまり,
41212 折返しフロートは,
41213 文書がほぼ完成する段階になって,
41214 どこに改頁が現れるかを予測できるようになってから,
41215 正確な位置に挿入しなくてはなりません.
41216 \end_layout
41217
41218 \begin_layout Itemize
41219 折返しフロートは,
41220 入れ込む段落の前に単独の段落を設けて挿入するか,
41221 その段落自体の中に挿入しなくてはなりません.
41222 \end_layout
41223
41224 \begin_layout Itemize
41225 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,
41226 二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
41227 \end_layout
41228
41229 \begin_layout Itemize
41230 折返しフロートは,
41231 節見出しや表中に入れることは認められていません.
41232 \end_layout
41233
41234 \begin_layout Itemize
41235 連番や参照は,
41236
41237 \begin_inset CommandInset ref
41238 LatexCommand ref
41239 reference "chap:フロート"
41240 nolink "false"
41241
41242 \end_inset
41243
41244 章で述べられているように動作します.
41245 \end_layout
41246
41247 \begin_layout Section
41248 固定回り込みオブジェクト
41249 \begin_inset Index idx
41250 range none
41251 pageformat default
41252 status collapsed
41253
41254 \begin_layout Plain Layout
41255 \begin_inset IndexMacro sortkey
41256 status open
41257
41258 \begin_layout Plain Layout
41259 ほんふんまわりこみ
41260 \end_layout
41261
41262 \end_inset
41263
41264 本文回り込み
41265 \begin_inset IndexMacro subentry
41266 status open
41267
41268 \begin_layout Plain Layout
41269 \begin_inset IndexMacro sortkey
41270 status open
41271
41272 \begin_layout Plain Layout
41273 こていおふしえくと
41274 \end_layout
41275
41276 \end_inset
41277
41278 固定オブジェクト
41279 \end_layout
41280
41281 \end_inset
41282
41283
41284 \end_layout
41285
41286 \end_inset
41287
41288
41289 \end_layout
41290
41291 \begin_layout Standard
41292
41293 \begin_inset CommandInset ref
41294 LatexCommand ref
41295 reference "sec:折返しフロート"
41296 nolink "false"
41297
41298 \end_inset
41299
41300 節の折返しフロートは,
41301 段落中で,
41302 以下のような配置がされます.
41303 \end_layout
41304
41305 \begin_layout Standard
41306 \noindent
41307 \align center
41308 \begin_inset Tabular
41309 <lyxtabular version="3" rows="2" columns="2">
41310 <features tabularvalignment="middle">
41311 <column alignment="center" valignment="top">
41312 <column alignment="center" valignment="top">
41313 <row>
41314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41315 \begin_inset Text
41316
41317 \begin_layout Plain Layout
41318 \begin_inset Info
41319 type  "icon"
41320 arg   "dialog-show-new-inset graphics"
41321 \end_inset
41322
41323
41324 \end_layout
41325
41326 \end_inset
41327 </cell>
41328 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41329 \begin_inset Text
41330
41331 \begin_layout Plain Layout
41332 文章
41333 \end_layout
41334
41335 \end_inset
41336 </cell>
41337 </row>
41338 <row>
41339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41340 \begin_inset Text
41341
41342 \begin_layout Plain Layout
41343 文章
41344 \end_layout
41345
41346 \end_inset
41347 </cell>
41348 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41349 \begin_inset Text
41350
41351 \begin_layout Plain Layout
41352 文章
41353 \end_layout
41354
41355 \end_inset
41356 </cell>
41357 </row>
41358 </lyxtabular>
41359
41360 \end_inset
41361
41362  or 
41363 \begin_inset Tabular
41364 <lyxtabular version="3" rows="2" columns="2">
41365 <features tabularvalignment="middle">
41366 <column alignment="center" valignment="top">
41367 <column alignment="center" valignment="top">
41368 <row>
41369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41370 \begin_inset Text
41371
41372 \begin_layout Plain Layout
41373 文章
41374 \end_layout
41375
41376 \end_inset
41377 </cell>
41378 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41379 \begin_inset Text
41380
41381 \begin_layout Plain Layout
41382 \begin_inset Info
41383 type  "icon"
41384 arg   "dialog-show-new-inset graphics"
41385 \end_inset
41386
41387
41388 \end_layout
41389
41390 \end_inset
41391 </cell>
41392 </row>
41393 <row>
41394 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41395 \begin_inset Text
41396
41397 \begin_layout Plain Layout
41398 文章
41399 \end_layout
41400
41401 \end_inset
41402 </cell>
41403 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41404 \begin_inset Text
41405
41406 \begin_layout Plain Layout
41407 文章
41408 \end_layout
41409
41410 \end_inset
41411 </cell>
41412 </row>
41413 </lyxtabular>
41414
41415 \end_inset
41416
41417
41418 \end_layout
41419
41420 \begin_layout Standard
41421 以下に示すいずれかのように,
41422
41423 \begin_inset VSpace defskip
41424 \end_inset
41425
41426
41427 \end_layout
41428
41429 \begin_layout Standard
41430 \noindent
41431 \align center
41432 \begin_inset Tabular
41433 <lyxtabular version="3" rows="2" columns="2">
41434 <features tabularvalignment="middle">
41435 <column alignment="center" valignment="top">
41436 <column alignment="center" valignment="top">
41437 <row>
41438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41439 \begin_inset Text
41440
41441 \begin_layout Plain Layout
41442 文章
41443 \end_layout
41444
41445 \end_inset
41446 </cell>
41447 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41448 \begin_inset Text
41449
41450 \begin_layout Plain Layout
41451 文章
41452 \end_layout
41453
41454 \end_inset
41455 </cell>
41456 </row>
41457 <row>
41458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41459 \begin_inset Text
41460
41461 \begin_layout Plain Layout
41462 \begin_inset Info
41463 type  "icon"
41464 arg   "dialog-show-new-inset graphics"
41465 \end_inset
41466
41467
41468 \end_layout
41469
41470 \end_inset
41471 </cell>
41472 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41473 \begin_inset Text
41474
41475 \begin_layout Plain Layout
41476 文章
41477 \end_layout
41478
41479 \end_inset
41480 </cell>
41481 </row>
41482 </lyxtabular>
41483
41484 \end_inset
41485
41486  
41487 \begin_inset Tabular
41488 <lyxtabular version="3" rows="2" columns="2">
41489 <features tabularvalignment="middle">
41490 <column alignment="center" valignment="top">
41491 <column alignment="center" valignment="top">
41492 <row>
41493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41494 \begin_inset Text
41495
41496 \begin_layout Plain Layout
41497 文章
41498 \end_layout
41499
41500 \end_inset
41501 </cell>
41502 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41503 \begin_inset Text
41504
41505 \begin_layout Plain Layout
41506 文章
41507 \end_layout
41508
41509 \end_inset
41510 </cell>
41511 </row>
41512 <row>
41513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41514 \begin_inset Text
41515
41516 \begin_layout Plain Layout
41517 文章
41518 \end_layout
41519
41520 \end_inset
41521 </cell>
41522 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41523 \begin_inset Text
41524
41525 \begin_layout Plain Layout
41526 \begin_inset Info
41527 type  "icon"
41528 arg   "dialog-show-new-inset graphics"
41529 \end_inset
41530
41531
41532 \end_layout
41533
41534 \end_inset
41535 </cell>
41536 </row>
41537 </lyxtabular>
41538
41539 \end_inset
41540
41541  
41542 \begin_inset Tabular
41543 <lyxtabular version="3" rows="2" columns="3">
41544 <features tabularvalignment="middle">
41545 <column alignment="center" valignment="top">
41546 <column alignment="center" valignment="top">
41547 <column alignment="center" valignment="top">
41548 <row>
41549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41550 \begin_inset Text
41551
41552 \begin_layout Plain Layout
41553 文章
41554 \end_layout
41555
41556 \end_inset
41557 </cell>
41558 <cell alignment="center" valignment="top" topline="true" usebox="none">
41559 \begin_inset Text
41560
41561 \begin_layout Plain Layout
41562 \begin_inset Info
41563 type  "icon"
41564 arg   "dialog-show-new-inset graphics"
41565 \end_inset
41566
41567
41568 \end_layout
41569
41570 \end_inset
41571 </cell>
41572 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41573 \begin_inset Text
41574
41575 \begin_layout Plain Layout
41576 文章
41577 \end_layout
41578
41579 \end_inset
41580 </cell>
41581 </row>
41582 <row>
41583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41584 \begin_inset Text
41585
41586 \begin_layout Plain Layout
41587 文章
41588 \end_layout
41589
41590 \end_inset
41591 </cell>
41592 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41593 \begin_inset Text
41594
41595 \begin_layout Plain Layout
41596 文章
41597 \end_layout
41598
41599 \end_inset
41600 </cell>
41601 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41602 \begin_inset Text
41603
41604 \begin_layout Plain Layout
41605 文章
41606 \end_layout
41607
41608 \end_inset
41609 </cell>
41610 </row>
41611 </lyxtabular>
41612
41613 \end_inset
41614
41615  
41616 \begin_inset Tabular
41617 <lyxtabular version="3" rows="2" columns="3">
41618 <features tabularvalignment="middle">
41619 <column alignment="center" valignment="top">
41620 <column alignment="center" valignment="top">
41621 <column alignment="center" valignment="top">
41622 <row>
41623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41624 \begin_inset Text
41625
41626 \begin_layout Plain Layout
41627 文章
41628 \end_layout
41629
41630 \end_inset
41631 </cell>
41632 <cell alignment="center" valignment="top" topline="true" usebox="none">
41633 \begin_inset Text
41634
41635 \begin_layout Plain Layout
41636 文章
41637 \end_layout
41638
41639 \end_inset
41640 </cell>
41641 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41642 \begin_inset Text
41643
41644 \begin_layout Plain Layout
41645 文章
41646 \end_layout
41647
41648 \end_inset
41649 </cell>
41650 </row>
41651 <row>
41652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41653 \begin_inset Text
41654
41655 \begin_layout Plain Layout
41656 文章
41657 \end_layout
41658
41659 \end_inset
41660 </cell>
41661 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41662 \begin_inset Text
41663
41664 \begin_layout Plain Layout
41665 \begin_inset Info
41666 type  "icon"
41667 arg   "dialog-show-new-inset graphics"
41668 \end_inset
41669
41670
41671 \end_layout
41672
41673 \end_inset
41674 </cell>
41675 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41676 \begin_inset Text
41677
41678 \begin_layout Plain Layout
41679 文章
41680 \end_layout
41681
41682 \end_inset
41683 </cell>
41684 </row>
41685 </lyxtabular>
41686
41687 \end_inset
41688
41689
41690 \end_layout
41691
41692 \begin_layout Standard
41693 \noindent
41694 \align center
41695 \begin_inset Tabular
41696 <lyxtabular version="3" rows="3" columns="2">
41697 <features tabularvalignment="middle">
41698 <column alignment="center" valignment="top">
41699 <column alignment="center" valignment="top">
41700 <row>
41701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41702 \begin_inset Text
41703
41704 \begin_layout Plain Layout
41705 文章
41706 \end_layout
41707
41708 \end_inset
41709 </cell>
41710 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41711 \begin_inset Text
41712
41713 \begin_layout Plain Layout
41714 文章
41715 \end_layout
41716
41717 \end_inset
41718 </cell>
41719 </row>
41720 <row>
41721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41722 \begin_inset Text
41723
41724 \begin_layout Plain Layout
41725 \begin_inset Info
41726 type  "icon"
41727 arg   "dialog-show-new-inset graphics"
41728 \end_inset
41729
41730
41731 \end_layout
41732
41733 \end_inset
41734 </cell>
41735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41736 \begin_inset Text
41737
41738 \begin_layout Plain Layout
41739 文章
41740 \end_layout
41741
41742 \end_inset
41743 </cell>
41744 </row>
41745 <row>
41746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41747 \begin_inset Text
41748
41749 \begin_layout Plain Layout
41750 文章
41751 \end_layout
41752
41753 \end_inset
41754 </cell>
41755 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41756 \begin_inset Text
41757
41758 \begin_layout Plain Layout
41759 文章
41760 \end_layout
41761
41762 \end_inset
41763 </cell>
41764 </row>
41765 </lyxtabular>
41766
41767 \end_inset
41768
41769  
41770 \begin_inset Tabular
41771 <lyxtabular version="3" rows="3" columns="3">
41772 <features tabularvalignment="middle">
41773 <column alignment="center" valignment="top">
41774 <column alignment="center" valignment="top">
41775 <column alignment="center" valignment="top">
41776 <row>
41777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41778 \begin_inset Text
41779
41780 \begin_layout Plain Layout
41781 文章
41782 \end_layout
41783
41784 \end_inset
41785 </cell>
41786 <cell alignment="center" valignment="top" topline="true" usebox="none">
41787 \begin_inset Text
41788
41789 \begin_layout Plain Layout
41790 文章
41791 \end_layout
41792
41793 \end_inset
41794 </cell>
41795 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41796 \begin_inset Text
41797
41798 \begin_layout Plain Layout
41799 文章
41800 \end_layout
41801
41802 \end_inset
41803 </cell>
41804 </row>
41805 <row>
41806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41807 \begin_inset Text
41808
41809 \begin_layout Plain Layout
41810 文章
41811 \end_layout
41812
41813 \end_inset
41814 </cell>
41815 <cell alignment="center" valignment="top" usebox="none">
41816 \begin_inset Text
41817
41818 \begin_layout Plain Layout
41819 \begin_inset Info
41820 type  "icon"
41821 arg   "dialog-show-new-inset graphics"
41822 \end_inset
41823
41824
41825 \end_layout
41826
41827 \end_inset
41828 </cell>
41829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41830 \begin_inset Text
41831
41832 \begin_layout Plain Layout
41833 文章
41834 \end_layout
41835
41836 \end_inset
41837 </cell>
41838 </row>
41839 <row>
41840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41841 \begin_inset Text
41842
41843 \begin_layout Plain Layout
41844 文章
41845 \end_layout
41846
41847 \end_inset
41848 </cell>
41849 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
41850 \begin_inset Text
41851
41852 \begin_layout Plain Layout
41853 文章
41854 \end_layout
41855
41856 \end_inset
41857 </cell>
41858 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41859 \begin_inset Text
41860
41861 \begin_layout Plain Layout
41862 文章
41863 \end_layout
41864
41865 \end_inset
41866 </cell>
41867 </row>
41868 </lyxtabular>
41869
41870 \end_inset
41871
41872  
41873 \begin_inset Tabular
41874 <lyxtabular version="3" rows="3" columns="2">
41875 <features tabularvalignment="middle">
41876 <column alignment="center" valignment="top">
41877 <column alignment="center" valignment="top">
41878 <row>
41879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41880 \begin_inset Text
41881
41882 \begin_layout Plain Layout
41883 文章
41884 \end_layout
41885
41886 \end_inset
41887 </cell>
41888 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
41889 \begin_inset Text
41890
41891 \begin_layout Plain Layout
41892 文章
41893 \end_layout
41894
41895 \end_inset
41896 </cell>
41897 </row>
41898 <row>
41899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
41900 \begin_inset Text
41901
41902 \begin_layout Plain Layout
41903 文章
41904 \end_layout
41905
41906 \end_inset
41907 </cell>
41908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
41909 \begin_inset Text
41910
41911 \begin_layout Plain Layout
41912 \begin_inset Info
41913 type  "icon"
41914 arg   "dialog-show-new-inset graphics"
41915 \end_inset
41916
41917
41918 \end_layout
41919
41920 \end_inset
41921 </cell>
41922 </row>
41923 <row>
41924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
41925 \begin_inset Text
41926
41927 \begin_layout Plain Layout
41928 文章
41929 \end_layout
41930
41931 \end_inset
41932 </cell>
41933 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
41934 \begin_inset Text
41935
41936 \begin_layout Plain Layout
41937 文章
41938 \end_layout
41939
41940 \end_inset
41941 </cell>
41942 </row>
41943 </lyxtabular>
41944
41945 \end_inset
41946
41947
41948 \end_layout
41949
41950 \begin_layout Standard
41951 \noindent
41952 オブジェクトを挿入した場所に正確に配置したい時には,
41953
41954 \series bold
41955 picinpar
41956 \series default
41957
41958 \begin_inset Index idx
41959 range none
41960 pageformat default
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964 \begin_inset IndexMacro sortkey
41965 status open
41966
41967 \begin_layout Plain Layout
41968 LaTeXはつけし
41969 \end_layout
41970
41971 \end_inset
41972
41973 \SpecialChar LaTeX
41974 パッケージ
41975 \begin_inset IndexMacro subentry
41976 status open
41977
41978 \begin_layout Plain Layout
41979 picinpar
41980 \end_layout
41981
41982 \end_inset
41983
41984
41985 \end_layout
41986
41987 \end_inset
41988
41989 \SpecialChar LaTeX
41990 パッケージを使うことができます.下記はその用例です.
41991 \end_layout
41992
41993 \begin_layout Standard
41994 \begin_inset ERT
41995 status collapsed
41996
41997 \begin_layout Plain Layout
41998
41999
42000 \backslash
42001 ifpicinpar
42002 \end_layout
42003
42004 \end_inset
42005
42006
42007 \begin_inset Note Note
42008 status open
42009
42010 \begin_layout Plain Layout
42011 以下の部分は,
42012 \SpecialChar LaTeX
42013 パッケージ
42014 \series bold
42015 picinpar
42016 \series default
42017 が導入されているときのみ表示されます.
42018 \end_layout
42019
42020 \end_inset
42021
42022
42023 \end_layout
42024
42025 \begin_layout Standard
42026 \begin_inset ERT
42027 status collapsed
42028
42029 \begin_layout Plain Layout
42030
42031
42032 \backslash
42033 begin{window}[2,c,{
42034 \end_layout
42035
42036 \end_inset
42037
42038
42039 \begin_inset Graphics
42040         filename ../clipart/2D-intensity-plot.pdf
42041         lyxscale 60
42042         width 40col%
42043         scaleBeforeRotation
42044         BoundingBox 0bp 1bp 178bp 138bp
42045         clip
42046         rotateOrigin center
42047
42048 \end_inset
42049
42050
42051 \begin_inset ERT
42052 status collapsed
42053
42054 \begin_layout Plain Layout
42055
42056 },]
42057 \end_layout
42058
42059 \begin_layout Plain Layout
42060
42061 {}
42062 \end_layout
42063
42064 \end_inset
42065
42066
42067 \size small
42068 It was in the spring of the year 1894 that all London was interested,
42069  and the fashionable world dismayed,
42070  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
42071  The public has already learned those particulars of the crime which
42072 \size default
42073
42074 \begin_inset ERT
42075 status collapsed
42076
42077 \begin_layout Plain Layout
42078
42079
42080 \backslash
42081 footnotemark{}
42082 \end_layout
42083
42084 \end_inset
42085
42086
42087 \size small
42088  came out in the police investigation,
42089  but a good deal was suppressed upon that occasion,
42090  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
42091  Only now,
42092  at the end of nearly ten years,
42093  am I allowed to supply those missing links which make up the whole of that remarkable chain.
42094 \size default
42095
42096 \begin_inset ERT
42097 status collapsed
42098
42099 \begin_layout Plain Layout
42100
42101
42102 \backslash
42103 end{window}
42104 \end_layout
42105
42106 \end_inset
42107
42108
42109 \end_layout
42110
42111 \begin_layout Standard
42112 \begin_inset ERT
42113 status collapsed
42114
42115 \begin_layout Plain Layout
42116
42117
42118 \backslash
42119 footnotetext{
42120 \end_layout
42121
42122 \end_inset
42123
42124 固定オブジェクトのある段落の脚註
42125 \begin_inset ERT
42126 status collapsed
42127
42128 \begin_layout Plain Layout
42129
42130 }
42131 \end_layout
42132
42133 \end_inset
42134
42135
42136 \end_layout
42137
42138 \begin_layout Standard
42139 固定回り込みオブジェクトは,
42140 オブジェクトの周りに本文を流しこむのに用いられ,
42141 段落中のオブジェクトの位置は,
42142 オブジェクトの上の行数を指定することで決定します.フロートとは違って,
42143 連番のキャプションをつけることはできません.
42144 \end_layout
42145
42146 \begin_layout Standard
42147 固定オブジェクトは,
42148 段落冒頭に\SpecialChar TeX
42149 コードで
42150 \end_layout
42151
42152 \begin_layout Standard
42153
42154 \series bold
42155
42156 \backslash
42157 begin{window}[2,c,{
42158 \end_layout
42159
42160 \begin_layout Standard
42161 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,
42162 オブジェクト上に来る行数を指定し,
42163 二番目のパラメータ(ここでは「c」)はオブジェクトの位置を示します.位置としては,
42164 「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
42165 段幅の40
42166 \begin_inset space \thinspace{}
42167 \end_inset
42168
42169 %の画像が挿入されています.オブジェクトは,
42170 表やボックス,
42171 数式でも構いません.オブジェクトの後には,
42172
42173 \end_layout
42174
42175 \begin_layout Standard
42176
42177 \series bold
42178 },説明文]
42179 \begin_inset Newline newline
42180 \end_inset
42181
42182 {}
42183 \end_layout
42184
42185 \begin_layout Standard
42186 というコマンドが挿入されています.2行目に「
42187 \series bold
42188 {}
42189 \series default
42190 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,
42191 オブジェクトと同じ段落になくてはなりませんので,
42192
42193 \series bold
42194 {}
42195 \series default
42196 の直後から書き始めてください.段落末には,
42197
42198 \end_layout
42199
42200 \begin_layout Standard
42201
42202 \series bold
42203
42204 \backslash
42205 end{window}
42206 \end_layout
42207
42208 \begin_layout Standard
42209 というコマンドを挿入してください.固定オブジェクトのある段落では,
42210 通常のように脚註を挿入することはできません.第
42211 \begin_inset CommandInset ref
42212 LatexCommand ref
42213 reference "sec:脚注"
42214 nolink "false"
42215
42216 \end_inset
42217
42218 節にあるように,
42219 代わりに,
42220 段落内で
42221 \series bold
42222
42223 \backslash
42224 footnotemark
42225 \series default
42226 コマンドを使用し,
42227 段落外に
42228 \series bold
42229
42230 \backslash
42231 footnotetext
42232 \series default
42233 コマンドを用いてください.
42234 \end_layout
42235
42236 \begin_layout Standard
42237 \begin_inset ERT
42238 status collapsed
42239
42240 \begin_layout Plain Layout
42241
42242
42243 \backslash
42244 else
42245 \end_layout
42246
42247 \end_inset
42248
42249
42250 \begin_inset Note Note
42251 status open
42252
42253 \begin_layout Plain Layout
42254 以下の部分は,
42255 \SpecialChar LaTeX
42256 パッケージ
42257 \series bold
42258 picinpar
42259 \series default
42260 が導入されていないときのみ表示されます.
42261 \end_layout
42262
42263 \end_inset
42264
42265
42266 \end_layout
42267
42268 \begin_layout Standard
42269 本節の以下の部分を出力に表示するには,
42270 \SpecialChar LaTeX
42271 パッケージ
42272 \series bold
42273 picinpar
42274 \series default
42275 を導入する必要があります.
42276 \end_layout
42277
42278 \begin_layout Standard
42279 \begin_inset ERT
42280 status collapsed
42281
42282 \begin_layout Plain Layout
42283
42284
42285 \backslash
42286 fi
42287 \end_layout
42288
42289 \end_inset
42290
42291
42292 \end_layout
42293
42294 \begin_layout Section
42295 頭文字
42296 \begin_inset Index idx
42297 range none
42298 pageformat default
42299 status collapsed
42300
42301 \begin_layout Plain Layout
42302 \begin_inset IndexMacro sortkey
42303 status open
42304
42305 \begin_layout Plain Layout
42306 かしらもし
42307 \end_layout
42308
42309 \end_inset
42310
42311 頭文字
42312 \end_layout
42313
42314 \end_inset
42315
42316
42317 \begin_inset Index idx
42318 range none
42319 pageformat default
42320 status collapsed
42321
42322 \begin_layout Plain Layout
42323 \begin_inset IndexMacro sortkey
42324 status open
42325
42326 \begin_layout Plain Layout
42327 ほんふんまわりこみ
42328 \end_layout
42329
42330 \end_inset
42331
42332 本文回り込み
42333 \begin_inset IndexMacro subentry
42334 status open
42335
42336 \begin_layout Plain Layout
42337 \begin_inset IndexMacro sortkey
42338 status open
42339
42340 \begin_layout Plain Layout
42341 かしらもし
42342 \end_layout
42343
42344 \end_inset
42345
42346 頭文字
42347 \end_layout
42348
42349 \end_inset
42350
42351
42352 \end_layout
42353
42354 \end_inset
42355
42356
42357 \end_layout
42358
42359 \begin_layout Standard
42360 頭文字を用いるには,
42361 \SpecialChar LaTeX
42362 パッケージ
42363 \begin_inset Index idx
42364 range none
42365 pageformat default
42366 status collapsed
42367
42368 \begin_layout Plain Layout
42369 \begin_inset IndexMacro sortkey
42370 status open
42371
42372 \begin_layout Plain Layout
42373 LaTeXはつけし
42374 \end_layout
42375
42376 \end_inset
42377
42378 \SpecialChar LaTeX
42379 パッケージ
42380 \begin_inset IndexMacro subentry
42381 status open
42382
42383 \begin_layout Plain Layout
42384 lettrine
42385 \end_layout
42386
42387 \end_inset
42388
42389
42390 \end_layout
42391
42392 \end_inset
42393
42394 が導入済みでなくてはならず,
42395 文書中で
42396 \family sans
42397 \series bold
42398 頭文字
42399 \family default
42400 \series default
42401 モジュールを使用する必要があります(
42402 \family sans
42403 \series bold
42404 文書\SpecialChar menuseparator
42405 設定\SpecialChar menuseparator
42406 モジュール
42407 \family default
42408 \series default
42409
42410 \begin_inset space \thinspace{}
42411 \end_inset
42412
42413 メニュー).頭文字を挿入するには,
42414
42415 \family sans
42416 \series bold
42417 頭文字
42418 \family default
42419 \series default
42420 様式を使用してください.この様式には,
42421 1つの必須引数と2つの非必須引数があります.引数は,
42422
42423 \family sans
42424 \series bold
42425 挿入
42426 \family default
42427 \series default
42428 メニューから挿入できます.必須引数
42429 \family sans
42430 \series bold
42431 頭文字
42432 \family default
42433 \series default
42434 には,
42435 頭文字にする文字を入れ,
42436 引数
42437 \family sans
42438 \series bold
42439 頭文字の残り
42440 \family default
42441 \series default
42442 には,
42443 頭文字の単語若しくは文字列の残りが入ります.引数
42444 \family sans
42445 \series bold
42446 オプション
42447 \family default
42448 \series default
42449 には,
42450 頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
42451
42452 \series bold
42453 lettrine
42454 \series default
42455 の取扱説明書
42456 \begin_inset CommandInset citation
42457 LatexCommand cite
42458 key "lettrine"
42459 literal "true"
42460
42461 \end_inset
42462
42463 をご覧ください.この様式の段落そのものに,
42464 頭文字に回り込む文章も入れます.通常,
42465 この様式では,
42466 最初の文字を頭文字とする単語全体が,
42467
42468 \shape smallcaps
42469 スモールキャップ体(small caps
42470 \shape default
42471 )で印字されます.
42472 \end_layout
42473
42474 \begin_layout Standard
42475 下記がその例です.
42476 \end_layout
42477
42478 \begin_layout Standard
42479 \begin_inset ERT
42480 status collapsed
42481
42482 \begin_layout Plain Layout
42483
42484
42485 \backslash
42486 iflettrine
42487 \end_layout
42488
42489 \end_inset
42490
42491
42492 \begin_inset Note Note
42493 status open
42494
42495 \begin_layout Plain Layout
42496 以下の部分は,
42497 \SpecialChar LaTeX
42498 パッケージ
42499 \series bold
42500 lettrine
42501 \series default
42502 が導入されているときのみ表示されます.
42503 \end_layout
42504
42505 \end_inset
42506
42507
42508 \end_layout
42509
42510 \begin_layout Enumerate
42511 非必須引数なし.頭文字は,
42512 数式フォント
42513 \begin_inset Formula $\mathfrak{Fraktur}$
42514 \end_inset
42515
42516 の「I」.
42517 \end_layout
42518
42519 \begin_deeper
42520 \begin_layout Initial
42521 \begin_inset Argument 2
42522 status open
42523
42524 \begin_layout Plain Layout
42525 \begin_inset Formula $\mathfrak{I}$
42526 \end_inset
42527
42528
42529 \end_layout
42530
42531 \end_inset
42532
42533
42534 \begin_inset Argument 3
42535 status open
42536
42537 \begin_layout Plain Layout
42538 t
42539 \end_layout
42540
42541 \end_inset
42542
42543  was in the spring of the year 1894 that all London was interested,
42544  and the fashionable world dismayed,
42545  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
42546  The public has already learned those particulars of the crime which came out in the police investigation,
42547  but a good deal was suppressed upon that occasion,
42548  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
42549 \begin_inset Newpage newpage
42550 \end_inset
42551
42552
42553 \end_layout
42554
42555 \end_deeper
42556 \begin_layout Enumerate
42557 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
42558 \end_layout
42559
42560 \begin_deeper
42561 \begin_layout Initial
42562 \begin_inset Argument 1
42563 status open
42564
42565 \begin_layout Plain Layout
42566 lines=1
42567 \end_layout
42568
42569 \end_inset
42570
42571
42572 \begin_inset Argument 2
42573 status open
42574
42575 \begin_layout Plain Layout
42576 It
42577 \end_layout
42578
42579 \end_inset
42580
42581  was in the spring of the year 1894 that all London was interested,
42582  and the fashionable world dismayed,
42583  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
42584  The public has already learned those particulars of the crime which came out in the police investigation,
42585  but a good deal was suppressed upon that occasion,
42586  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
42587 \end_layout
42588
42589 \end_deeper
42590 \begin_layout Enumerate
42591 ぶら下がり頭文字は,
42592 数式フォント
42593 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
42594 \end_inset
42595
42596 で3行にかかり,
42597 マゼンタ色.「t was in the spring」という文章を
42598 \shape smallcaps
42599 スモールキャップ体
42600 \shape default
42601 .頭文字に色をつけるには,
42602 頭文字の前に
42603 \begin_inset Newline newline
42604 \end_inset
42605
42606
42607 \series bold
42608
42609 \backslash
42610 renewcommand{
42611 \backslash
42612 LettrineFontHook}{
42613 \backslash
42614 color{色}}
42615 \series default
42616
42617 \begin_inset Newline newline
42618 \end_inset
42619
42620 というコマンドを挿入しなくてはなりません.ここで,
42621
42622 \emph on
42623
42624 \emph default
42625 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,
42626 文書プリアンブルに
42627 \begin_inset Newline newline
42628 \end_inset
42629
42630
42631 \series bold
42632
42633 \backslash
42634 @ifundefined{textcolor}
42635 \begin_inset Newline newline
42636 \end_inset
42637
42638
42639 \begin_inset space ~
42640 \end_inset
42641
42642 {
42643 \backslash
42644 usepackage{color}}{}
42645 \begin_inset Newline newline
42646 \end_inset
42647
42648
42649 \series default
42650 というコマンドを書きこんでおかなくてはなりません.
42651 \end_layout
42652
42653 \begin_deeper
42654 \begin_layout Standard
42655 \begin_inset ERT
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659
42660
42661 \backslash
42662 renewcommand{
42663 \backslash
42664 LettrineFontHook}{
42665 \backslash
42666 color{magenta}}
42667 \end_layout
42668
42669 \end_inset
42670
42671
42672 \begin_inset Note Note
42673 status collapsed
42674
42675 \begin_layout Plain Layout
42676
42677 \lang english
42678 makes the initial magenta
42679 \end_layout
42680
42681 \end_inset
42682
42683
42684 \end_layout
42685
42686 \begin_layout Initial
42687 \begin_inset Argument 1
42688 status open
42689
42690 \begin_layout Plain Layout
42691 lines=3,
42692  lhang=0.33,
42693  loversize=0.25
42694 \end_layout
42695
42696 \end_inset
42697
42698
42699 \begin_inset Argument 2
42700 status open
42701
42702 \begin_layout Plain Layout
42703 \begin_inset Formula $\mathcal{I}$
42704 \end_inset
42705
42706
42707 \end_layout
42708
42709 \end_inset
42710
42711
42712 \begin_inset Argument 3
42713 status open
42714
42715 \begin_layout Plain Layout
42716 t was in the spring
42717 \end_layout
42718
42719 \end_inset
42720
42721  of the year 1894 that all London was interested,
42722  and the fashionable world dismayed,
42723  by the murder of the Honourable Ronald Adair under most unusual and inexplicable circumstances.
42724  The public has already learned those particulars of the crime which came out in the police investigation,
42725  but a good deal was suppressed upon that occasion,
42726  since the case for the prosecution was so overwhelmingly strong that it was not necessary to bring forward all the facts.
42727 \end_layout
42728
42729 \end_deeper
42730 \begin_layout Standard
42731 \begin_inset ERT
42732 status collapsed
42733
42734 \begin_layout Plain Layout
42735
42736
42737 \backslash
42738 else
42739 \end_layout
42740
42741 \end_inset
42742
42743
42744 \begin_inset Note Note
42745 status open
42746
42747 \begin_layout Plain Layout
42748 以下の部分は,
42749 \SpecialChar LaTeX
42750 パッケージ
42751 \series bold
42752 lettrine
42753 \series default
42754 が導入されていないときのみ表示されます.
42755 \end_layout
42756
42757 \end_inset
42758
42759
42760 \end_layout
42761
42762 \begin_layout Standard
42763 本節の以下の部分を出力に表示するには,
42764 \SpecialChar LaTeX
42765 パッケージ
42766 \series bold
42767 lettrine
42768 \series default
42769 を導入する必要があります.
42770 \end_layout
42771
42772 \begin_layout Standard
42773 \begin_inset ERT
42774 status collapsed
42775
42776 \begin_layout Plain Layout
42777
42778
42779 \backslash
42780 fi
42781 \end_layout
42782
42783 \end_inset
42784
42785
42786 \end_layout
42787
42788 \begin_layout Chapter
42789 外部文書構成要素
42790 \begin_inset Index idx
42791 range none
42792 pageformat default
42793 status collapsed
42794
42795 \begin_layout Plain Layout
42796 \begin_inset IndexMacro sortkey
42797 status open
42798
42799 \begin_layout Plain Layout
42800 かいふふんしよこうせいようそ
42801 \end_layout
42802
42803 \end_inset
42804
42805 外部文書構成要素
42806 \end_layout
42807
42808 \end_inset
42809
42810
42811 \end_layout
42812
42813 \begin_layout Standard
42814
42815 \family sans
42816 挿入\SpecialChar menuseparator
42817 ファイル
42818 \family default
42819 メニューを使うと,
42820 使用中の文書に外部素材を挿入することができます.挿入できるのは,
42821
42822 \end_layout
42823
42824 \begin_layout Description
42825 \SpecialChar LyX
42826 文書 別の\SpecialChar LyX
42827 文書.その内容は直接使用中の文書に挿入されます.
42828 \end_layout
42829
42830 \begin_layout Description
42831 平文 テキスト文書.そのテキスト行各々が,
42832 使用中の文書に独立した段落として挿入されます.
42833 \end_layout
42834
42835 \begin_layout Description
42836 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,
42837 使用中の文書に新規段落を生成します.
42838 \end_layout
42839
42840 \begin_layout Description
42841 外部素材 様々な書式のファイル.
42842 \end_layout
42843
42844 \begin_layout Description
42845 子文書 \SpecialChar LyX
42846 あるいは\SpecialChar LaTeX
42847 文書.
42848 \end_layout
42849
42850 \begin_layout Section
42851 外部素材
42852 \begin_inset Index idx
42853 range none
42854 pageformat default
42855 status collapsed
42856
42857 \begin_layout Plain Layout
42858 \begin_inset IndexMacro sortkey
42859 status open
42860
42861 \begin_layout Plain Layout
42862 かいふふんしよこうせいようそ
42863 \end_layout
42864
42865 \end_inset
42866
42867 外部文書構成要素
42868 \begin_inset IndexMacro subentry
42869 status open
42870
42871 \begin_layout Plain Layout
42872 \begin_inset IndexMacro sortkey
42873 status open
42874
42875 \begin_layout Plain Layout
42876 かいふそさい
42877 \end_layout
42878
42879 \end_inset
42880
42881 外部素材
42882 \end_layout
42883
42884 \end_inset
42885
42886
42887 \end_layout
42888
42889 \end_inset
42890
42891
42892 \end_layout
42893
42894 \begin_layout Standard
42895 外部素材機能は,
42896 文書の出力書式が読むことのできる形式に前もって変換しなくても,
42897 \SpecialChar LyX
42898 が必要な変換を行うことで,
42899 使用中の文書にファイルを挿入することができるようにするものです.これは,
42900 画像が様々な画像形式のままで\SpecialChar LyX
42901 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
42902 設定の
42903 \family sans
42904
42905 \begin_inset space \thinspace{}
42906 \end_inset
42907
42908
42909 \series bold
42910 操作性\SpecialChar menuseparator
42911 表示
42912 \family default
42913 \series default
42914
42915 \begin_inset space \thinspace{}
42916 \end_inset
42917
42918 で自動プレビューを有効にすると,
42919 外部素材のDia形式とXfig形式は,
42920 直接\SpecialChar LyX
42921 中に表示されるようになります.
42922 \end_layout
42923
42924 \begin_layout Standard
42925 外部素材は,
42926
42927 \family sans
42928 \series bold
42929 挿入
42930 \family default
42931 \SpecialChar menuseparator
42932
42933 \family sans
42934 ファイル
42935 \family default
42936 \SpecialChar menuseparator
42937
42938 \family sans
42939 外部素材
42940 \family default
42941 \series default
42942
42943 \begin_inset space \thinspace{}
42944 \end_inset
42945
42946 メニューで開くことのできる
42947 \family sans
42948 \series bold
42949 外部素材
42950 \family default
42951 \series default
42952 ダイアログから挿入することができます.目下,
42953 以下のファイル形式(
42954 \family sans
42955 \series bold
42956 ひな型
42957 \family default
42958 \series default
42959 )が使用できます.
42960 \end_layout
42961
42962 \begin_layout Description
42963 チェス棋譜 このひな型は,
42964
42965 \series bold
42966
42967 \begin_inset CommandInset href
42968 LatexCommand href
42969 name "XBoard"
42970 target "https://en.wikipedia.org/wiki/XBoard"
42971 literal "false"
42972
42973 \end_inset
42974
42975
42976 \series default
42977 プログラムで作成されたチェス棋譜をサポートします.
42978 \end_layout
42979
42980 \begin_layout Description
42981 Diaダイアグラム このひな型は,
42982
42983 \series bold
42984
42985 \begin_inset CommandInset href
42986 LatexCommand href
42987 name "Dia"
42988 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"
42989 literal "false"
42990
42991 \end_inset
42992
42993
42994 \series default
42995 プログラムで作成したダイアグラムをサポートします.
42996 \end_layout
42997
42998 \begin_layout Description
42999 Inkscape図 このひな型は,
43000 スケーラブル・ベクトル・グラフィックス(SVG)から派生した特定のスケーラブル・イメージをサポートしており,
43001 画像に含まれるテキストを\SpecialChar LaTeX
43002 で(したがって現文書のフォントで)組んだバージョンに置き換えることができます.これは,
43003 与えられたSVGファイルから特殊なPDFやEPSおよび\SpecialChar LaTeX
43004 ファイルを生成することができる,
43005 プログラム
43006 \series bold
43007
43008 \begin_inset CommandInset href
43009 LatexCommand href
43010 name "Inkscape"
43011 target "https://inkscape.org/ja"
43012 literal "false"
43013
43014 \end_inset
43015
43016
43017 \series default
43018 の機能を使用しています(
43019 \noun on
43020 Inkscape
43021 \noun default
43022 自身では,
43023 描画をPDFやEPSで保存する際,
43024 オプション
43025 \family sans
43026 PDF
43027 \series bold
43028 のテキストを除外して
43029 \series default
43030 LaTeX
43031 \series bold
43032 ファイルを生成
43033 \family default
43034 \series default
43035 を用いてこの機能を使用することができます).このようなファイルの利点は,
43036 全文書を通じて統一されたテキスト様式を持たせることができることです.
43037 \begin_inset Newline newline
43038 \end_inset
43039
43040 この外部ひな型は,
43041 SVGファイルを読み込み,
43042 変換プログラムを使用して(Inkscape経由で)PDF/EPSファイルと\SpecialChar LaTeX
43043 ファイルを同時並行で生成しますので,
43044 これらのファイルを書き出す必要がありません.そうではなく,
43045
43046 \family typewriter
43047 *.pdf
43048 \family default
43049
43050 \family typewriter
43051 *.pdf_tex
43052 \family default
43053  もしくは
43054 \family typewriter
43055 *.eps
43056 \family default
43057
43058 \family typewriter
43059 *.eps_tex
43060 \family default
43061 を書き出して使用したい場合には,
43062 このひな型を使用せず,
43063
43064 \family sans
43065 \series bold
43066 子文書
43067 \family default
43068 \series default
43069 ダイアログ(第
43070 \begin_inset CommandInset ref
43071 LatexCommand ref
43072 reference "sec:子文書"
43073 plural "false"
43074 caps "false"
43075 noprefix "false"
43076 nolink "false"
43077
43078 \end_inset
43079
43080 節参照)から
43081 \family typewriter
43082 *.pdf_tex
43083 \family default
43084  または
43085 \family typewriter
43086 *.eps_tex
43087 \family default
43088 を入力してください.
43089 \begin_inset Newline newline
43090 \end_inset
43091
43092 SVGのテキスト中では,
43093  
43094 \series bold
43095
43096 \backslash
43097 Large
43098 \series default
43099
43100 \series bold
43101
43102 \backslash
43103 small
43104 \series default
43105 のような\SpecialChar TeX
43106 コードコマンドを使用することができます.フォントの大きさは,
43107 \SpecialChar LyX
43108 文書の設定から採用されます.詳しい情報と用例については
43109 \begin_inset CommandInset citation
43110 LatexCommand cite
43111 key "Inkscape"
43112 literal "false"
43113
43114 \end_inset
43115
43116 を参照してください.
43117 \end_layout
43118
43119 \begin_layout Description
43120 Lilypond組版楽譜 このひな型は,
43121
43122 \series bold
43123
43124 \begin_inset CommandInset href
43125 LatexCommand href
43126 name "LilyPond"
43127 target "https://ja.wikipedia.org/wiki/GNU_LilyPond"
43128 literal "false"
43129
43130 \end_inset
43131
43132
43133 \series default
43134 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
43135 におけるLilyPond拡張サポートについては,
43136 \SpecialChar LyX
43137 用例ファイル
43138 \emph on
43139 lilypond.lyx
43140 \emph default
43141 をご覧ください.
43142 \end_layout
43143
43144 \begin_layout Description
43145 PDFページ このひな型を使えば,
43146 PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,
43147 ダイアログ中のひな型の解説に沿って,
43148
43149 \family sans
43150 \SpecialChar LaTeX
43151
43152 \series bold
43153
43154 \series default
43155 \SpecialChar LyX
43156
43157 \series bold
43158 オプション
43159 \family default
43160 \series default
43161 タブ中の
43162 \family sans
43163 オプション
43164 \family default
43165 フィールドに
43166 \emph on
43167 pages
43168 \emph default
43169 オプションを指定してください.このオプションの引数は,
43170 コンマ区切りのリストで,
43171 ページ番号(オプションを
43172 \series bold
43173 pages={3,5,6,8}
43174 \series default
43175 の形で入れる)やページ範囲(
43176 \series bold
43177 pages={4-9}
43178 \series default
43179 ),
43180 あるいはこれらの組み合わせで指定できます.空のページを入れるには,
43181 {}を指定してください.例えば,
43182
43183 \series bold
43184 pages={3,{},8-11,15}
43185 \series default
43186 は,
43187 3ページ目と空のページ,
43188 8・9・10・11・15ページ目を挿入します.ページ範囲は,
43189
43190 \emph on
43191 開始頁-終了頁
43192 \emph default
43193 の文法で指定します.これは,
43194
43195 \emph on
43196 開始頁
43197 \emph default
43198
43199 \emph on
43200 終了頁
43201 \emph default
43202 の間のすべてのページを選択します.
43203 \emph on
43204 開始頁
43205 \emph default
43206 を省略すると,
43207 1ページ目を指定したのと同じ事になり,
43208
43209 \emph on
43210 終了頁
43211 \emph default
43212 を省略すると,
43213 文書の最終ページを指定したのと同じ事になります.最終ページは,
43214
43215 \series bold
43216 last
43217 \series default
43218 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
43219
43220 \series bold
43221 pages=-
43222 \series default
43223 は文書の全ページを挿入することになり,
43224
43225 \series bold
43226 pages=last-1
43227 \series default
43228 は全ページを逆順で挿入します.pagesオプションを指定しないと,
43229 PDFの最初のページのみが挿入されます.
43230 \begin_inset Newline newline
43231 \end_inset
43232
43233
43234 \series bold
43235 noautoscale
43236 \series default
43237 オプションは,
43238 各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,
43239 各ページは文書のページ幅に合うように大きさが変更されます.
43240 \family sans
43241 寸法と回転
43242 \family default
43243 タブでは,
43244 取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
43245
43246 \series bold
43247 noautoscale
43248 \series default
43249 オプションは無視されます.詳しい情報と取り得るオプション値については,
43250 \SpecialChar LaTeX
43251 パッケージ
43252 \series bold
43253 pdfpages
43254 \series default
43255 の取扱説明書
43256 \begin_inset CommandInset citation
43257 LatexCommand cite
43258 key "pdfpages"
43259 literal "true"
43260
43261 \end_inset
43262
43263 をご参照ください.
43264 \begin_inset Index idx
43265 range none
43266 pageformat default
43267 status collapsed
43268
43269 \begin_layout Plain Layout
43270 \begin_inset IndexMacro sortkey
43271 status open
43272
43273 \begin_layout Plain Layout
43274 LaTeXはつけし
43275 \end_layout
43276
43277 \end_inset
43278
43279 \SpecialChar LaTeX
43280 パッケージ
43281 \begin_inset IndexMacro subentry
43282 status open
43283
43284 \begin_layout Plain Layout
43285 pdfpages
43286 \end_layout
43287
43288 \end_inset
43289
43290
43291 \end_layout
43292
43293 \end_inset
43294
43295
43296 \begin_inset Newline newline
43297 \end_inset
43298
43299 このひな型を
43300 \family sans
43301 Beamer
43302 \family default
43303 プレゼンテーションで使用するには,
43304 まず
43305 \family sans
43306 \series bold
43307 フレーム終了
43308 \family default
43309 \series default
43310 環境を挿入して,
43311 続く段落で\SpecialChar TeX
43312 コードボックスを挿入し,
43313
43314 \series bold
43315
43316 \backslash
43317 setbeamertemplate{background canvas}{}
43318 \series default
43319 というコマンドを入力してください.すると,
43320 PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,
43321 新しいフレームを開始するか,
43322 新しい節を開始することによって,
43323 Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐために,
43324 ひな型を含む段落には,
43325
43326 \family sans
43327 \series bold
43328 既定
43329 \family default
43330 \series default
43331 配置を用いるようにしてください.
43332 \begin_inset Newline newline
43333 \end_inset
43334
43335 下記は,
43336 -5度回転させたPDFを取り込んだものです.
43337 \begin_inset Newline newline
43338 \end_inset
43339
43340
43341 \begin_inset Graphics
43342         filename ../clipart/Abstract.pdf
43343         BoundingBox 0bp 0.01bp 275bp 134.01bp
43344         clip
43345         rotateAngle -5
43346         rotateOrigin leftBottom
43347
43348 \end_inset
43349
43350
43351 \begin_inset Newline newline
43352 \end_inset
43353
43354
43355 \begin_inset Note Greyedout
43356 status open
43357
43358 \begin_layout Plain Layout
43359
43360 \series bold
43361 [訳註]
43362 \series default
43363 \SpecialChar LaTeX
43364 パッケージ
43365 \series bold
43366 pdfpages
43367 \series default
43368 は,
43369 pdflatexに基づいており,
43370 \SpecialChar LaTeX
43371 では組版ができない(\SpecialChar LaTeX
43372 パッケージ
43373 \series bold
43374 pdfpages
43375 \series default
43376 取扱説明書
43377 \begin_inset CommandInset citation
43378 LatexCommand cite
43379 key "pdfpages"
43380 literal "true"
43381
43382 \end_inset
43383
43384 参照)ため,
43385 この外部素材はp\SpecialChar LaTeX
43386 では使用することができません.英文版の取扱説明書では,
43387 上記のPDFは,
43388
43389 \family sans
43390 挿入\SpecialChar menuseparator
43391 ファイル\SpecialChar menuseparator
43392 外部素材
43393 \family default
43394
43395 \family sans
43396 ひな型
43397 \family default
43398
43399 \family sans
43400 PDFページ
43401 \family default
43402 を指定して挿入されていますが,
43403 ここでは
43404 \family sans
43405 挿入\SpecialChar menuseparator
43406 画像
43407 \family default
43408 を使用して挿入しています.
43409 \end_layout
43410
43411 \end_inset
43412
43413
43414 \end_layout
43415
43416 \begin_layout Description
43417 ラスター画像 これはビットマップ画像に使用します.
43418 \family sans
43419 \series bold
43420 外部素材
43421 \family default
43422 \series default
43423 ダイアログを使って入れる画像は,
43424
43425 \begin_inset CommandInset ref
43426 LatexCommand ref
43427 reference "sec:画像ダイアログ"
43428 nolink "false"
43429
43430 \end_inset
43431
43432 節にあるように
43433 \family sans
43434 \series bold
43435 画像
43436 \family default
43437 \series default
43438 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,
43439 ラスター画像を挿入した例です.
43440 \begin_inset External
43441         template RasterImage
43442         filename clipart/ToolbarEnvBox.png
43443
43444 \end_inset
43445
43446
43447 \end_layout
43448
43449 \begin_layout Description
43450 表計算表 このひな型では,
43451
43452 \series bold
43453
43454 \begin_inset CommandInset href
43455 LatexCommand href
43456 name "Gnumeric"
43457 target "https://ja.wikipedia.org/wiki/Gnumeric"
43458 literal "false"
43459
43460 \end_inset
43461
43462
43463 \series default
43464
43465 \begin_inset CommandInset href
43466 LatexCommand href
43467 name "OpenDocument"
43468 target "https://ja.wikipedia.org/wiki/OpenDocument"
43469 literal "false"
43470
43471 \end_inset
43472
43473
43474 \begin_inset CommandInset href
43475 LatexCommand href
43476 name "Microsoft Office XML"
43477 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
43478 literal "false"
43479
43480 \end_inset
43481
43482
43483 \begin_inset CommandInset href
43484 LatexCommand href
43485 name "Office Open XML"
43486 target "https://ja.wikipedia.org/wiki/Office_Open_XML"
43487 literal "false"
43488
43489 \end_inset
43490
43491 形式の表計算表を挿入することができます.この機能を使用するには,
43492 \SpecialChar LyX
43493 の初期設定中に
43494 \family typewriter
43495 ssconvert
43496 \family default
43497 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,
43498 Gnumeric以外の形式の表を読み込む場合には,
43499 Gnumericが導入済みである必要があります.用例と制約については,
43500 \SpecialChar LyX
43501 用例ファイル
43502 \emph on
43503 spreadsheet.lyx
43504 \emph default
43505 をご覧ください.
43506 \end_layout
43507
43508 \begin_layout Description
43509 ベクトル画像 これは,
43510 ベクトル画像に使用することができます.
43511 \family sans
43512 \series bold
43513 外部素材
43514 \family default
43515 \series default
43516 ダイアログを使って入れる画像は,
43517
43518 \begin_inset CommandInset ref
43519 LatexCommand ref
43520 reference "sec:画像ダイアログ"
43521 nolink "false"
43522
43523 \end_inset
43524
43525 節にあるように
43526 \family sans
43527 \series bold
43528 画像
43529 \family default
43530 \series default
43531 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,
43532 ベクトル画像を挿入した例です.
43533 \begin_inset External
43534         template VectorGraphics
43535         filename ../clipart/SVG-Drawing.svg
43536         lyxscale 50
43537         scale 33
43538
43539 \end_inset
43540
43541
43542 \end_layout
43543
43544 \begin_layout Description
43545 XFig このひな型は,
43546
43547 \begin_inset CommandInset href
43548 LatexCommand href
43549 name "Xfig"
43550 target "https://ja.wikipedia.org/wiki/Xfig"
43551 literal "false"
43552
43553 \end_inset
43554
43555 プログラムで作成した画像をサポートします.
43556 \end_layout
43557
43558 \begin_layout Standard
43559
43560 \family sans
43561 外部素材
43562 \family default
43563 ダイアログの
43564 \family sans
43565 ファイル
43566 \family default
43567 タブ中で
43568 \family sans
43569 下書き
43570 \family default
43571 オプションを指定すると,
43572 出力中には挿入したファイルのパスだけが表示されます.
43573 \begin_inset Newline newline
43574 \end_inset
43575
43576 \SpecialChar LyX
43577 中での外部素材は,
43578 ダイアログ内の
43579 \family sans
43580 LaTeXとLyXのオプション
43581 \family default
43582 タブにある
43583 \family sans
43584 LyX内に表示
43585 \family default
43586 オプションの指定に従って,
43587
43588 \begin_inset Graphics
43589         filename clipart/ExternalMaterial.png
43590         scale 95
43591         scaleBeforeRotation
43592
43593 \end_inset
43594
43595 のようなボックスとして表示されるか,
43596 画像として表示されます.
43597 \end_layout
43598
43599 \begin_layout Standard
43600 取扱説明書
43601 \family sans
43602 \emph on
43603 カスタマイズ篇
43604 \family default
43605 \emph default
43606 には,
43607 自製のひな型を定義する方法が説明されています.
43608 \end_layout
43609
43610 \begin_layout Section
43611 子文書
43612 \begin_inset CommandInset label
43613 LatexCommand label
43614 name "sec:子文書"
43615
43616 \end_inset
43617
43618
43619 \begin_inset Index idx
43620 range none
43621 pageformat default
43622 status collapsed
43623
43624 \begin_layout Plain Layout
43625 \begin_inset IndexMacro sortkey
43626 status open
43627
43628 \begin_layout Plain Layout
43629 かいふふんしよこうせいようそ
43630 \end_layout
43631
43632 \end_inset
43633
43634 外部文書構成要素
43635 \begin_inset IndexMacro subentry
43636 status open
43637
43638 \begin_layout Plain Layout
43639 \begin_inset IndexMacro sortkey
43640 status open
43641
43642 \begin_layout Plain Layout
43643 こふんしょ
43644 \end_layout
43645
43646 \end_inset
43647
43648 子文書
43649 \end_layout
43650
43651 \end_inset
43652
43653
43654 \end_layout
43655
43656 \end_inset
43657
43658
43659 \begin_inset Index idx
43660 range none
43661 pageformat default
43662 status collapsed
43663
43664 \begin_layout Plain Layout
43665 \begin_inset IndexMacro sortkey
43666 status open
43667
43668 \begin_layout Plain Layout
43669 ふあいる
43670 \end_layout
43671
43672 \end_inset
43673
43674 ファイル
43675 \begin_inset IndexMacro subentry
43676 status open
43677
43678 \begin_layout Plain Layout
43679 \begin_inset IndexMacro sortkey
43680 status open
43681
43682 \begin_layout Plain Layout
43683 いんくると
43684 \end_layout
43685
43686 \end_inset
43687
43688 インクルード
43689 \end_layout
43690
43691 \end_inset
43692
43693
43694 \end_layout
43695
43696 \end_inset
43697
43698
43699 \end_layout
43700
43701 \begin_layout Standard
43702 子文書は,
43703 大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,
43704 文書をいくつかのファイルに分割して,
43705 個別に修正できるようにした方が便利なことはよくあり,
43706 場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,
43707 親文書はこれら子文書を連結して,
43708 文書全体やその一部を印刷できるようにします.子文書は,
43709 \SpecialChar LaTeX
43710 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
43711 \end_layout
43712
43713 \begin_layout Standard
43714 親文書を開くことなく子文書で作業できるようにするには,
43715 子文書の
43716 \family sans
43717
43718 \begin_inset space \thinspace{}
43719 \end_inset
43720
43721
43722 \series bold
43723 文書
43724 \family default
43725 \SpecialChar menuseparator
43726
43727 \family sans
43728 設定
43729 \family default
43730 \SpecialChar menuseparator
43731
43732 \family sans
43733 文書クラス
43734 \family default
43735 \series default
43736
43737 \begin_inset space \thinspace{}
43738 \end_inset
43739
43740 メニューで親文書を指定してください.すると,
43741 子文書を編集する際には,
43742 \SpecialChar LyX
43743 がバックグラウンドでこの親文書を扱うようになります.
43744 \end_layout
43745
43746 \begin_layout Standard
43747 取り込んだ文書は,
43748 \SpecialChar LyX
43749 中で
43750 \begin_inset Graphics
43751         filename clipart/ChildDocument.png
43752         scale 95
43753         scaleBeforeRotation
43754
43755 \end_inset
43756
43757 のようなボックスとして表示されます.子文書を親文書に取り込むには,
43758
43759 \family sans
43760 \series bold
43761 挿入
43762 \family default
43763 \SpecialChar menuseparator
43764
43765 \family sans
43766 ファイル
43767 \family default
43768 \SpecialChar menuseparator
43769
43770 \family sans
43771 子文書
43772 \family default
43773 \series default
43774
43775 \begin_inset space \thinspace{}
43776 \end_inset
43777
43778 メニューを使用します.するとダイアログが現れ,
43779 以下のように4つの取り込み方法を選択することができます.
43780 \end_layout
43781
43782 \begin_layout Description
43783 内包(include) \SpecialChar LyX
43784 文書と\SpecialChar LaTeX
43785 文書は,
43786 内包することができます.
43787 \family sans
43788 \series bold
43789 子文書
43790 \family default
43791 \series default
43792 ダイアログの
43793 \family sans
43794 編集
43795 \family default
43796 ボタンを押すと,
43797 内包された文書が,
43798 \SpecialChar LyX
43799 中に新規ファイルタブとして開き,
43800 修正ができるようになります.
43801 \begin_inset Newline newline
43802 \end_inset
43803
43804
43805 \end_layout
43806
43807 \begin_layout Standard
43808 以下は,
43809
43810 \family sans
43811 \series bold
43812 内包
43813 \series default
43814 (include)
43815 \family default
43816 を使用して挿入した子文書です. 
43817 \begin_inset CommandInset include
43818 LatexCommand include
43819 filename "DummyDocument1.lyx"
43820 literal "true"
43821
43822 \end_inset
43823
43824
43825 \end_layout
43826
43827 \begin_layout Standard
43828 取り込んだファイルの節番は,
43829 各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,
43830 上で取り込まんだ例示文書には,
43831 この節の小節として番号を振られた小節があります.取り込んだ文書のラベルは,
43832
43833 \begin_inset CommandInset ref
43834 LatexCommand ref
43835 reference "subsec:外部文書の第1小節"
43836 nolink "false"
43837
43838 \end_inset
43839
43840 小節,
43841 のように参照することができます.
43842 \end_layout
43843
43844 \begin_layout Standard
43845 子文書のプリアンブルは無視され,
43846 親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,
43847 親文書は子文書の派生枝を無視します.取り込まれた文書は,
43848 新規頁から始まるように挿入され,
43849 改頁して終わります.
43850 \end_layout
43851
43852 \begin_layout Standard
43853 \begin_inset Note Greyedout
43854 status open
43855
43856 \begin_layout Plain Layout
43857
43858 \series bold
43859 [註]
43860 \series default
43861 \SpecialChar LyX
43862 または\SpecialChar LaTeX
43863 ファイルを内包する際,
43864 子文書が親文書と異なる文書クラスを使用している場合には,
43865 予期せぬ出力を避けるために,
43866 文書を書き出したり閲覧する際に警告が発せられます.
43867 \end_layout
43868
43869 \end_inset
43870
43871
43872 \end_layout
43873
43874 \begin_layout Description
43875 入力(input) この方法は,
43876 内包による方法に非常によく似ています.異なっている点は,
43877
43878 \end_layout
43879
43880 \begin_deeper
43881 \begin_layout Itemize
43882 入力ファイルは,
43883 新規頁として始まることはなく,
43884 終わりに改頁されることもありません.
43885 \end_layout
43886
43887 \begin_layout Itemize
43888 入力ファイルは,
43889 \SpecialChar LyX
43890 設定の
43891 \family sans
43892 \series bold
43893 操作性\SpecialChar menuseparator
43894 表示
43895 \family default
43896 \series default
43897 の下にある
43898 \family sans
43899 \series bold
43900 画像を表示
43901 \family default
43902 \series default
43903 を有効にすると,
43904 \SpecialChar LyX
43905 中でプレビューすることができます.
43906 \end_layout
43907
43908 \begin_layout Itemize
43909
43910 \family sans
43911 \series bold
43912 文書
43913 \family default
43914 \SpecialChar menuseparator
43915
43916 \family sans
43917 設定
43918 \family default
43919 \SpecialChar menuseparator
43920
43921 \family sans
43922 子文書
43923 \family default
43924 \series default
43925
43926 \begin_inset space \thinspace{}
43927 \end_inset
43928
43929 メニューから入力ファイルを除外することはできません.
43930 \end_layout
43931
43932 \end_deeper
43933 \begin_layout Standard
43934 右は,
43935
43936 \family sans
43937 \series bold
43938 入力
43939 \series default
43940 (input)
43941 \family default
43942 を使って挿入した子文書です. 
43943 \begin_inset CommandInset include
43944 LatexCommand input
43945 filename "DummyDocument2.lyx"
43946 literal "true"
43947
43948 \end_inset
43949
43950
43951 \end_layout
43952
43953 \begin_layout Description
43954 原文儘(verbatim) この方法では,
43955 テキストファイルなら何でも取り込むことができます.出力中では,
43956 ファイルはそのソースコードの通りに表示され,
43957 テキスト中に用いられているコマンドは実行されません.
43958 \family sans
43959 \series bold
43960 出力の空白に印付けをする
43961 \family default
43962 \series default
43963 オプションを有効にすると,
43964 ソースコード中のすべての空白文字に「
43965 \begin_inset ERT
43966 status collapsed
43967
43968 \begin_layout Plain Layout
43969
43970
43971 \backslash
43972 textvisiblespace 
43973 \end_layout
43974
43975 \end_inset
43976
43977 」文字を表示させることができます.
43978 \family sans
43979 \series bold
43980 挿入\SpecialChar menuseparator
43981 ファイル\SpecialChar menuseparator
43982 平文
43983 \family default
43984 \series default
43985
43986 \begin_inset space \thinspace{}
43987 \end_inset
43988
43989 メニューを使う方法との違いは,
43990 こちらは文書の内容が\SpecialChar LyX
43991 中に表示されないことです.
43992 \end_layout
43993
43994 \begin_layout Standard
43995 以下は,
43996 原文儘として挿入された子文書です. 
43997 \begin_inset CommandInset include
43998 LatexCommand verbatiminput
43999 filename "DummyTextDocument.txt"
44000 literal "true"
44001
44002 \end_inset
44003
44004
44005 \begin_inset VSpace bigskip
44006 \end_inset
44007
44008 以下は,
44009
44010 \family sans
44011 \series bold
44012 出力の空白に印付けをする
44013 \family default
44014 \series default
44015 オプションを指定して,
44016 原文儘として挿入された子文書です. 
44017 \begin_inset CommandInset include
44018 LatexCommand verbatiminput*
44019 filename "DummyTextDocument.txt"
44020 literal "true"
44021
44022 \end_inset
44023
44024
44025 \end_layout
44026
44027 \begin_layout Standard
44028 \begin_inset VSpace bigskip
44029 \end_inset
44030
44031
44032 \end_layout
44033
44034 \begin_layout Standard
44035 \begin_inset Note Greyedout
44036 status open
44037
44038 \begin_layout Plain Layout
44039
44040 \series bold
44041 [註]
44042 \series default
44043 上記の例でわかるように,
44044
44045 \family sans
44046 原文儘(verbatim)
44047 \family default
44048 として取り込んだ文書の文章は,
44049 文書行の終わりで改行されません.
44050 \end_layout
44051
44052 \end_inset
44053
44054
44055 \end_layout
44056
44057 \begin_layout Standard
44058 \begin_inset Note Greyedout
44059 status open
44060
44061 \begin_layout Plain Layout
44062
44063 \series bold
44064 [訳註]
44065 \series default
44066 原文儘で日本語のファイルを読み込むときは,
44067 子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
44068 \end_layout
44069
44070 \end_inset
44071
44072
44073 \end_layout
44074
44075 \begin_layout Description
44076 プログラムリスト この型については,
44077
44078 \begin_inset CommandInset ref
44079 LatexCommand ref
44080 reference "cha:プログラムコードリスト"
44081 nolink "false"
44082
44083 \end_inset
44084
44085 章に説明されています.
44086 \end_layout
44087
44088 \begin_layout Standard
44089 \begin_inset Note Greyedout
44090 status open
44091
44092 \begin_layout Plain Layout
44093
44094 \series bold
44095 [註]
44096 \series default
44097 同一文書中に,
44098 同じ文書を異なる方法で二度取り込むと,
44099 \SpecialChar LaTeX
44100 で問題が発生する可能性があります.
44101 \end_layout
44102
44103 \end_inset
44104
44105
44106 \end_layout
44107
44108 \begin_layout Standard
44109 コンパイル時間を短縮したり,
44110 執筆中のbookの特定の章のみを配布したいなどの理由で,
44111 親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,
44112 子文書の一部を出力から排除することができます.これは,
44113
44114 \family sans
44115 \series bold
44116 文書\SpecialChar menuseparator
44117 設定\SpecialChar menuseparator
44118 子文書
44119 \family default
44120 \series default
44121
44122 \begin_inset space \thinspace{}
44123 \end_inset
44124
44125 メニューから行うことができます.そこの一覧中の各子文書の
44126 \family sans
44127 \series bold
44128 出力に含める
44129 \family default
44130 \series default
44131 列をダブルクリックすることによって,
44132 その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能することにご注意ください).
44133 \end_layout
44134
44135 \begin_layout Standard
44136 文書全体のカウンタ及び参照のセクションでは,
44137 ページ番号や参照,
44138 節カウンタ等をどう取り扱うか,
44139 設定することができます.
44140 \end_layout
44141
44142 \begin_layout Itemize
44143 オプション
44144 \family sans
44145 \series bold
44146 厳密に管理
44147 \family default
44148 \series default
44149 では,
44150 \SpecialChar LyX
44151 は,
44152 すべてのページ番号と参照等が,
44153 文書全体を出力した時と同じように正しくなるようにします.これは,
44154 選択した部分文書が,
44155 文書全体のコンテクストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,
44156 この機能を実現するには,
44157 \SpecialChar LyX
44158 はバックグラウンドで文書全体を処理しなくてはならず,
44159 長い時間がかかります.
44160 \end_layout
44161
44162 \begin_layout Itemize
44163 オプション
44164 \family sans
44165 \series bold
44166 管理しない
44167 \family default
44168 \series default
44169 では,
44170 \SpecialChar LyX
44171 は親文書と内包された文書のみコンパイルします.したがって,
44172 カウンタは完全な文書とは異なり,
44173 除外された子文書への参照は解決されません.もしコンパイルの時間を節約し,
44174 カウンタや参照が必ずしも正しくなくてもいい場合には,
44175 このオプションが最速ですので,
44176 これを選択してください.
44177 \end_layout
44178
44179 \begin_layout Itemize
44180 オプション
44181 \family sans
44182 \series bold
44183 ほぼ管理
44184 \family default
44185 \series default
44186 はいわば上記2つの中間です.これが選択されると,
44187 \SpecialChar LyX
44188 は最初の出力では全文書をコンパイルし,
44189 カウンタと参照を正しく設定します.その後の出力では,
44190 外部子文書に変更が加えられた場合のみ,
44191 全文書をコンパイルします.内包されたファイルを編集する限りは,
44192 このアプローチは,
44193 カウンタと参照をほぼ正しく保ちつつ,
44194 2番目の選択肢と同じ速度を持ちます.これがほぼ正しいとしかいえないのは,
44195 内包文書の大きさが変われば,
44196 明らかに除外された文書のページ割りも変わるはずですが,
44197 この方法ではその変化までは追跡できないからです.
44198 \end_layout
44199
44200 \begin_layout Standard
44201 あるいは,
44202 取り込んだファイルの各々を派生枝の中に入れる方法があります
44203 \begin_inset Foot
44204 status collapsed
44205
44206 \begin_layout Plain Layout
44207 派生枝は,
44208 \SpecialChar LyX
44209
44210 \emph on
44211 ユーザーの手引き
44212 \emph default
44213
44214 \emph on
44215 派生枝
44216 \emph default
44217 の節に説明されています.
44218 \end_layout
44219
44220 \end_inset
44221
44222 .派生枝を有効化したり無効化したりすることによって,
44223 取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,
44224 入力で取り込んだ部分文書についても動作するという利点があります.ただし,
44225 カウンタと参照は,
44226 この方法では維持されるとは限りません.
44227 \end_layout
44228
44229 \begin_layout Chapter
44230 プログラムコードリスト
44231 \begin_inset CommandInset label
44232 LatexCommand label
44233 name "cha:プログラムコードリスト"
44234
44235 \end_inset
44236
44237
44238 \begin_inset Index idx
44239 range none
44240 pageformat default
44241 status collapsed
44242
44243 \begin_layout Plain Layout
44244 \begin_inset IndexMacro sortkey
44245 status open
44246
44247 \begin_layout Plain Layout
44248 りすと
44249 \end_layout
44250
44251 \end_inset
44252
44253 リスト
44254 \end_layout
44255
44256 \end_inset
44257
44258
44259 \begin_inset Index idx
44260 range none
44261 pageformat default
44262 status collapsed
44263
44264 \begin_layout Plain Layout
44265 \begin_inset IndexMacro sortkey
44266 status open
44267
44268 \begin_layout Plain Layout
44269 ふろくらむこと
44270 \end_layout
44271
44272 \end_inset
44273
44274 プログラムコード
44275 \end_layout
44276
44277 \end_inset
44278
44279
44280 \begin_inset Index idx
44281 range none
44282 pageformat default
44283 status collapsed
44284
44285 \begin_layout Plain Layout
44286 \begin_inset IndexMacro sortkey
44287 status open
44288
44289 \begin_layout Plain Layout
44290 ふろと
44291 \end_layout
44292
44293 \end_inset
44294
44295 フロート
44296 \begin_inset IndexMacro subentry
44297 status open
44298
44299 \begin_layout Plain Layout
44300 \begin_inset IndexMacro sortkey
44301 status open
44302
44303 \begin_layout Plain Layout
44304 りすと
44305 \end_layout
44306
44307 \end_inset
44308
44309 リスト
44310 \end_layout
44311
44312 \end_inset
44313
44314
44315 \end_layout
44316
44317 \end_inset
44318
44319
44320 \end_layout
44321
44322 \begin_layout Standard
44323 プログラムコードを取り込んで組版するには,
44324
44325 \family sans
44326 \series bold
44327 挿入
44328 \family default
44329 \SpecialChar menuseparator
44330
44331 \family sans
44332 プログラムリスト
44333 \family default
44334 \series default
44335
44336 \begin_inset space \thinspace{}
44337 \end_inset
44338
44339 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
44340 パッケージ
44341 \series bold
44342 listings
44343 \series default
44344
44345 \begin_inset Index idx
44346 range none
44347 pageformat default
44348 status collapsed
44349
44350 \begin_layout Plain Layout
44351 \begin_inset IndexMacro sortkey
44352 status open
44353
44354 \begin_layout Plain Layout
44355 LaTeXはつけし
44356 \end_layout
44357
44358 \end_inset
44359
44360 \SpecialChar LaTeX
44361 パッケージ
44362 \begin_inset IndexMacro subentry
44363 status open
44364
44365 \begin_layout Plain Layout
44366 listings
44367 \end_layout
44368
44369 \end_inset
44370
44371
44372 \end_layout
44373
44374 \end_inset
44375
44376 または
44377 \series bold
44378 minted
44379 \series default
44380
44381 \begin_inset Index idx
44382 range none
44383 pageformat default
44384 status collapsed
44385
44386 \begin_layout Plain Layout
44387 \begin_inset IndexMacro sortkey
44388 status open
44389
44390 \begin_layout Plain Layout
44391 LaTeXはつけし
44392 \end_layout
44393
44394 \end_inset
44395
44396 \SpecialChar LaTeX
44397 パッケージ
44398 \begin_inset IndexMacro subentry
44399 status open
44400
44401 \begin_layout Plain Layout
44402 minted
44403 \end_layout
44404
44405 \end_inset
44406
44407
44408 \end_layout
44409
44410 \end_inset
44411
44412 は,
44413 使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.一文書中では,
44414 これらのパッケージのうち一つしか使うことができません.既定値では,
44415
44416 \series bold
44417 listings
44418 \series default
44419 が用いられます.
44420 \end_layout
44421
44422 \begin_layout Standard
44423 \begin_inset Note Note
44424 status open
44425
44426 \begin_layout Plain Layout
44427
44428 \series bold
44429 [註]
44430 \series default
44431 \SpecialChar LyX
44432 は,
44433 ユーザーが変換子の定義に
44434 \family typewriter
44435 -shell-escape
44436 \family default
44437 オプションを付けることを推奨したく
44438 \emph on
44439 ありません
44440 \emph default
44441 .これは動作しますが,
44442 莫大なセキュリティリスクを背負い込むことになります.これへの対処については,
44443 活発な議論が交わされています.これは,
44444 解決次第,
44445 適切にアップデートされる可能性があります.
44446 \end_layout
44447
44448 \begin_layout Plain Layout
44449 =====
44450 \end_layout
44451
44452 \begin_layout Plain Layout
44453
44454 \series bold
44455 minted
44456 \series default
44457 を使うためには,
44458 文書設定の
44459 \family sans
44460 プログラムリスト
44461 \family default
44462 で,
44463 文法ハイライト用パッケージとしてこれを選択する必要があります.さらに,
44464
44465 \series bold
44466 minted
44467 \series default
44468 は,
44469 追加的に
44470 \noun on
44471 Python
44472 \noun default
44473 ソフトウェアの
44474 \family sans
44475 pygments
44476 \family default
44477 モジュールを必要とし
44478 \begin_inset Foot
44479 status collapsed
44480
44481 \begin_layout Plain Layout
44482 Windows版\SpecialChar LyX
44483 では,
44484
44485 \family sans
44486 pygments
44487 \family default
44488 はすでに導入済みです.
44489 \end_layout
44490
44491 \end_inset
44492
44493
44494 \SpecialChar LaTeX
44495 処理子に
44496 \family typewriter
44497 -shell-escape
44498 \family default
44499 オプションを付ける必要があります.例えば,
44500 文書を
44501 \family sans
44502 PDF
44503 \begin_inset space ~
44504 \end_inset
44505
44506 (pdflatex)
44507 \family default
44508 形式で閲覧・書き出ししたい場合には,
44509 \SpecialChar LyX
44510 設定の
44511 \family sans
44512 ファイル処理\SpecialChar menuseparator
44513 変換子
44514 \family default
44515 に行って,
44516
44517 \family sans
44518 LaTeX
44519 \begin_inset space ~
44520 \end_inset
44521
44522 (pdflatex) -> PDF
44523 \begin_inset space ~
44524 \end_inset
44525
44526 (pdflatex)
44527 \family default
44528 項目を開き,
44529
44530 \family sans
44531 変換子
44532 \family default
44533 フィールドを見ます.この内容は,
44534 既定では
44535 \begin_inset Newline newline
44536 \end_inset
44537
44538
44539 \series bold
44540 pdflatex $$i
44541 \series default
44542
44543 \begin_inset Newline newline
44544 \end_inset
44545
44546 となっているはずですが,
44547 これを
44548 \begin_inset Newline newline
44549 \end_inset
44550
44551
44552 \series bold
44553 pdflatex $$i -shell-escape
44554 \begin_inset Newline newline
44555 \end_inset
44556
44557
44558 \series default
44559 に変更して,
44560
44561 \family sans
44562 修正
44563 \family default
44564 ボタンを押し,
44565 引き続き
44566 \family sans
44567 適用
44568 \family default
44569
44570 \family sans
44571 保存
44572 \family default
44573 を押してください.
44574 \family sans
44575 PDF
44576 \begin_inset space ~
44577 \end_inset
44578
44579 (LuaTeX)
44580 \family default
44581
44582 \family sans
44583 PDF
44584 \begin_inset space ~
44585 \end_inset
44586
44587 (XeTeX)
44588 \family default
44589 の出力形式に対しても,
44590 同じことを行います.
44591 \end_layout
44592
44593 \end_inset
44594
44595
44596 \end_layout
44597
44598 \begin_layout Standard
44599 プログラムリスト差込枠を右クリックすると,
44600 文脈依存メニューが開き,
44601 リスト書式を設定することができます.
44602 \end_layout
44603
44604 \begin_layout Standard
44605 既定では,
44606 出力におけるプログラムリストは,
44607 新しい段落として始まります.配置オプションで
44608 \family sans
44609 \series bold
44610 行内リスト
44611 \family default
44612 \series default
44613 を指定すると,
44614 リストは
44615 \begin_inset listings
44616 lstparams "language={C++}"
44617 inline true
44618 status collapsed
44619
44620 \begin_layout Plain Layout
44621
44622 int a=5;
44623 \end_layout
44624
44625 \end_inset
44626
44627 のように行内に印字されます.
44628 \begin_inset Newline newline
44629 \end_inset
44630
44631
44632 \family sans
44633 \series bold
44634 フロート
44635 \family default
44636 \series default
44637 オプションは,
44638 プログラムリストフロートを生成するものですが,
44639 ここで,
44640
44641 \begin_inset CommandInset ref
44642 LatexCommand ref
44643 reference "sec:フロートの設定"
44644 nolink "false"
44645
44646 \end_inset
44647
44648 節に説明されているフロート配置オプションに従って,
44649
44650 \family sans
44651 h
44652 \family default
44653 」「
44654 \family sans
44655 t
44656 \family default
44657 」「
44658 \family sans
44659 b
44660 \family default
44661 」「
44662 \family sans
44663 p
44664 \family default
44665 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,
44666
44667 \family sans
44668 htbp
44669 \family default
44670 」のように区切りを入れることなく入力することができます.「
44671 \family sans
44672 h
44673 \family default
44674 」オプションは効かない場合がありますが,
44675 フロートでないプログラムリストにもキャプションを入れることができ,
44676 また参照もできるので,
44677 この場合には
44678 \family sans
44679 \series bold
44680 フロート
44681 \family default
44682 \series default
44683 オプションを使用しなければ大丈夫です.
44684 \end_layout
44685
44686 \begin_layout Standard
44687
44688 \family sans
44689 \series bold
44690 挿入
44691 \family default
44692 \SpecialChar menuseparator
44693
44694 \family sans
44695 キャプション
44696 \family default
44697 \series default
44698
44699 \begin_inset space \thinspace{}
44700 \end_inset
44701
44702 メニューを使えば,
44703 行中でないプログラムリストには,
44704 キャプションを付けることができます.プログラムリストは,
44705 フロート同様,
44706 リスト
44707 \begin_inset CommandInset ref
44708 LatexCommand ref
44709 reference "lst:ListFloat"
44710 nolink "false"
44711
44712 \end_inset
44713
44714 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
44715
44716 \family sans
44717 \series bold
44718 挿入\SpecialChar menuseparator
44719 一覧/目次\SpecialChar menuseparator
44720 プログラムリスト一覧
44721 \family default
44722 \series default
44723
44724 \begin_inset space \thinspace{}
44725 \end_inset
44726
44727 で作成することができます.一覧の項目には,
44728 プログラムリストのキャプションとプログラムリスト番号が入ります.
44729 \end_layout
44730
44731 \begin_layout Standard
44732 \begin_inset listings
44733 lstparams "language=Python"
44734 inline false
44735 status open
44736
44737 \begin_layout Plain Layout
44738
44739 \begin_inset Caption Standard
44740
44741 \begin_layout Plain Layout
44742 \begin_inset CommandInset label
44743 LatexCommand label
44744 name "lst:ListFloat"
44745
44746 \end_inset
44747
44748 Example Listing Float
44749 \end_layout
44750
44751 \end_inset
44752
44753 # Example listing float
44754 \end_layout
44755
44756 \begin_layout Plain Layout
44757
44758 def func(param):
44759 \end_layout
44760
44761 \begin_layout Plain Layout
44762
44763     'this is a python function'
44764 \end_layout
44765
44766 \begin_layout Plain Layout
44767
44768     pass
44769 \end_layout
44770
44771 \end_inset
44772
44773
44774 \end_layout
44775
44776 \begin_layout Standard
44777 \begin_inset Note Greyedout
44778 status open
44779
44780 \begin_layout Plain Layout
44781
44782 \series bold
44783 [註]listings
44784 \series default
44785 パッケージは,
44786 既定ではプログラムリストの前にキャプションを置きます.
44787 \begin_inset Newline newline
44788 \end_inset
44789
44790
44791 \series bold
44792 minted
44793 \series default
44794 パッケージは,
44795 フロートの場合,
44796 既定ではプログラムリストの後にキャプションを置きます.フロートでない場合には,
44797 キャプションは,
44798 一行目に入れられた場合にはプログラムリストの前に組版され,
44799 そうでなければリストの後に置かれます.常にプログラムリストの前に置くように強制するためには,
44800 プリアンブルの最後に下記の行を加えてください.
44801 \begin_inset Newline newline
44802 \end_inset
44803
44804
44805 \series bold
44806
44807 \backslash
44808 @ifundefined{newfloat}
44809 \begin_inset Newline newline
44810 \end_inset
44811
44812
44813 \begin_inset Phantom HPhantom
44814 status open
44815
44816 \begin_layout Plain Layout
44817 \begin_inset space ~
44818 \end_inset
44819
44820
44821 \end_layout
44822
44823 \end_inset
44824
44825 {
44826 \backslash
44827 usepackage{float}}{}
44828 \begin_inset Newline newline
44829 \end_inset
44830
44831
44832 \backslash
44833 floatstyle{plaintop}
44834 \series default
44835
44836 \begin_inset Note Note
44837 status collapsed
44838
44839 \begin_layout Plain Layout
44840 文書全体を対象とするフロート配置設定を行うと,
44841 \SpecialChar LyX
44842 は自動的に
44843 \series bold
44844 float
44845 \series default
44846 パッケージを読み込みます.これが二度読み込まれることを防ぐために,
44847 上記のコマンドでは
44848 \series bold
44849
44850 \backslash
44851 @ifundefined
44852 \series default
44853 が使用されています.
44854 \end_layout
44855
44856 \end_inset
44857
44858
44859 \end_layout
44860
44861 \end_inset
44862
44863
44864 \end_layout
44865
44866 \begin_layout Standard
44867 プログラムリストダイアログでプログラミング言語を指定すると,
44868 その言語のキーワードが識別されて,
44869 出力中で特別に組版されます.上の例示プログラムリストでは,
44870 Pythonのキーワード「def」が識別され,
44871 ボールド体で出力されます.
44872 \end_layout
44873
44874 \begin_layout Standard
44875 \begin_inset Note Greyedout
44876 status open
44877
44878 \begin_layout Plain Layout
44879
44880 \series bold
44881 [註]
44882 \series default
44883 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,
44884 おそらくお使いの
44885 \family typewriter
44886 typewriter
44887 \family default
44888 フォントがボールド体を提供していません.この場合には,
44889
44890 \family sans
44891 文書
44892 \family default
44893 \SpecialChar menuseparator
44894
44895 \family sans
44896 設定
44897 \family default
44898 \SpecialChar menuseparator
44899
44900 \family sans
44901 フォント
44902 \family default
44903 メニューで別のフォントを選択してください(
44904 \emph on
44905 LuxiMono
44906 \emph default
44907
44908 \emph on
44909 BeraMono
44910 \emph default
44911
44912 \emph on
44913 Courier
44914 \emph default
44915 の各フォントはボールド体を提供します).
44916 \end_layout
44917
44918 \end_inset
44919
44920
44921 \end_layout
44922
44923 \begin_layout Standard
44924 \begin_inset Note Greyedout
44925 status open
44926
44927 \begin_layout Plain Layout
44928
44929 \series bold
44930 [訳註]
44931 \series default
44932 プログラムリスト差込枠中では,
44933 日本語のエンコーディングを表示できないため,
44934 日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
44935 \end_layout
44936
44937 \end_inset
44938
44939
44940 \end_layout
44941
44942 \begin_layout Standard
44943 プログラムリストダイアログの
44944 \family sans
44945 \series bold
44946 行番号
44947 \family default
44948 \series default
44949 のセクションでは,
44950 行番号の様式を指定することができます.
44951 \family sans
44952 行間
44953 \family default
44954 フィールドでは,
44955 どの行に番号を振るかを指定する数字を入れることができます.たとえば,
44956 「3」と入れると,
44957 3行ごとに数字が振られます.
44958 \end_layout
44959
44960 \begin_layout Standard
44961 さらに行の範囲を指定することもでき,
44962 この場合にはこれらの行のみが出力に表示されます.
44963 \family sans
44964 \series bold
44965 拡張文字コード表を使う
44966 \family default
44967 \series default
44968 オプションは,
44969
44970 \series bold
44971 listings
44972 \series default
44973 パッケージにのみ有効であり,
44974 プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合に使用します.
44975 \begin_inset Newline newline
44976 \end_inset
44977
44978
44979 \begin_inset Note Greyedout
44980 status open
44981
44982 \begin_layout Plain Layout
44983
44984 \series bold
44985 [訳註]
44986 \series default
44987 これは,
44988 p\SpecialChar LaTeX
44989 ではうまく動作しません.
44990 \end_layout
44991
44992 \end_inset
44993
44994
44995 \begin_inset Newline newline
44996 \end_inset
44997
44998 以下は,
44999 左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
45000 \begin_inset space \thinspace{}
45001 \end_inset
45002
45003 -
45004 \begin_inset space \thinspace{}
45005 \end_inset
45006
45007 8」で設定したプログラムリストの例です.
45008 \end_layout
45009
45010 \begin_layout Standard
45011 \begin_inset listings
45012 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
45013 inline false
45014 status open
45015
45016 \begin_layout Plain Layout
45017
45018 def func(param):
45019 \end_layout
45020
45021 \begin_layout Plain Layout
45022
45023     'this is a python function'
45024 \end_layout
45025
45026 \begin_layout Plain Layout
45027
45028     pass
45029 \end_layout
45030
45031 \begin_layout Plain Layout
45032
45033 def func(param):
45034 \end_layout
45035
45036 \begin_layout Plain Layout
45037
45038 'This is a German word:
45039  Tschuss'
45040 \end_layout
45041
45042 \begin_layout Plain Layout
45043
45044 pass
45045 \end_layout
45046
45047 \begin_layout Plain Layout
45048
45049 def func(param):
45050 \end_layout
45051
45052 \begin_layout Plain Layout
45053
45054 'this is a python function'
45055 \end_layout
45056
45057 \begin_layout Plain Layout
45058
45059 pass
45060 \end_layout
45061
45062 \end_inset
45063
45064
45065 \end_layout
45066
45067 \begin_layout Standard
45068 プログラムリスト中でタビュレータを使う場合は,
45069 タビュレータが確保する文字の数を
45070 \family sans
45071 \series bold
45072 タビュレータの大きさ
45073 \family default
45074 \series default
45075 フィールドで指定することができます.
45076 \end_layout
45077
45078 \begin_layout Standard
45079 \begin_inset Note Greyedout
45080 status open
45081
45082 \begin_layout Plain Layout
45083
45084 \series bold
45085 [註]listings
45086 \series default
45087 パッケージにはバグがあり,
45088 前にプログラムリストがある毎に,
45089 行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,
45090 2行目と5行目に振られているのはこのためです.
45091 \end_layout
45092
45093 \end_inset
45094
45095
45096 \end_layout
45097
45098 \begin_layout Standard
45099 \begin_inset VSpace bigskip
45100 \end_inset
45101
45102
45103 \end_layout
45104
45105 \begin_layout Standard
45106 また,
45107 ファイルの各行をプログラムリストとして印字することも可能です.そのためには,
45108
45109 \family sans
45110 \series bold
45111 挿入
45112 \family default
45113 \SpecialChar menuseparator
45114
45115 \family sans
45116 ファイル
45117 \family default
45118 \SpecialChar menuseparator
45119
45120 \family sans
45121 子文書
45122 \family default
45123 \series default
45124
45125 \begin_inset space \thinspace{}
45126 \end_inset
45127
45128 メニューを使用して
45129 \family sans
45130 \series bold
45131 プログラムリスト
45132 \family default
45133 \series default
45134 型を選択してください
45135 \begin_inset Foot
45136 status collapsed
45137
45138 \begin_layout Plain Layout
45139 他の子文書型については,
45140 第 section
45141 \begin_inset space ~
45142 \end_inset
45143
45144
45145 \begin_inset CommandInset ref
45146 LatexCommand ref
45147 reference "sec:子文書"
45148 nolink "false"
45149
45150 \end_inset
45151
45152 節に説明があります.
45153 \end_layout
45154
45155 \end_inset
45156
45157 .子文書ダイアログでは,
45158 テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,
45159 テキストボックス中で疑問符「?」を打鍵してください.
45160 \end_layout
45161
45162 \begin_layout Standard
45163 子文書プログラムリストを参照したい場合には,
45164 子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,
45165 このラベルは
45166 \family sans
45167
45168 \begin_inset space \thinspace{}
45169 \end_inset
45170
45171
45172 \series bold
45173 挿入
45174 \family default
45175 \SpecialChar menuseparator
45176
45177 \family sans
45178 相互参照
45179 \family default
45180 \series default
45181
45182 \begin_inset space \thinspace{}
45183 \end_inset
45184
45185 メニューを使って参照できるようになります.
45186 \end_layout
45187
45188 \begin_layout Standard
45189 プログラムリスト
45190 \begin_inset CommandInset ref
45191 LatexCommand ref
45192 reference "lst:file-listing"
45193 nolink "false"
45194
45195 \end_inset
45196
45197 は,
45198 ファイルを使ったプログラムリストの一例です.ここでは,
45199 この\SpecialChar LyX
45200 ファイルの10行目から15行目が表示されています.
45201 \end_layout
45202
45203 \begin_layout Standard
45204 \begin_inset CommandInset include
45205 LatexCommand lstinputlisting
45206 filename "EmbeddedObjects.lyx"
45207 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
45208 literal "true"
45209
45210 \end_inset
45211
45212
45213 \end_layout
45214
45215 \begin_layout Standard
45216 \begin_inset VSpace bigskip
45217 \end_inset
45218
45219
45220 \end_layout
45221
45222 \begin_layout Standard
45223 リストに数式を入れるには,
45224 以下のようにします.
45225 \end_layout
45226
45227 \begin_layout Enumerate
45228 リストダイアログを開き,
45229
45230 \family sans
45231 詳細
45232 \family default
45233 タブのフィールド中に
45234 \begin_inset Newline newline
45235 \end_inset
45236
45237
45238 \family sans
45239 mathescape=true
45240 \family default
45241
45242 \begin_inset Newline newline
45243 \end_inset
45244
45245 と書き加えます.
45246 \end_layout
45247
45248 \begin_layout Enumerate
45249 リスト外で数式を作成します.
45250 \end_layout
45251
45252 \begin_layout Enumerate
45253 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
45254 \begin_inset Info
45255 type  "shortcut"
45256 arg   "copy"
45257 \end_inset
45258
45259 ).
45260 \end_layout
45261
45262 \begin_layout Enumerate
45263 リストに「$$」と書き,
45264 クリップボードの内容をドルマークの間に貼り付けます(短縮キー
45265 \begin_inset Info
45266 type  "shortcut"
45267 arg   "paste"
45268 \end_inset
45269
45270 ).
45271 \end_layout
45272
45273 \begin_layout Standard
45274 \begin_inset listings
45275 lstparams "language=Python,mathescape=true"
45276 inline false
45277 status open
45278
45279 \begin_layout Plain Layout
45280
45281 \begin_inset Caption Standard
45282
45283 \begin_layout Plain Layout
45284 Example Listing float containing a formula
45285 \end_layout
45286
45287 \end_inset
45288
45289 # Example listing float
45290 \end_layout
45291
45292 \begin_layout Plain Layout
45293
45294 def func(param):
45295 \end_layout
45296
45297 \begin_layout Plain Layout
45298
45299     # $
45300 \backslash
45301 prod_{n=1}^{
45302 \backslash
45303 infty}
45304 \backslash
45305 ,
45306 \backslash
45307 frac{1}{x^{2}}$
45308 \end_layout
45309
45310 \begin_layout Plain Layout
45311
45312     pass
45313 \end_layout
45314
45315 \end_inset
45316
45317
45318 \end_layout
45319
45320 \begin_layout Standard
45321 \begin_inset VSpace bigskip
45322 \end_inset
45323
45324
45325 \end_layout
45326
45327 \begin_layout Standard
45328 大域的なプログラムリストの設定は,
45329
45330 \family sans
45331 \series bold
45332 文書
45333 \family default
45334 \SpecialChar menuseparator
45335
45336 \family sans
45337 設定
45338 \family default
45339 \SpecialChar menuseparator
45340
45341 \family sans
45342 リスト
45343 \family default
45344 \series default
45345
45346 \begin_inset space \thinspace{}
45347 \end_inset
45348
45349 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
45350
45351 \family sans
45352 \series bold
45353 プログラムリスト設定
45354 \family default
45355 \series default
45356 フィールドで疑問符「?」を打鍵してください.
45357 \end_layout
45358
45359 \begin_layout Standard
45360
45361 \series bold
45362 listings
45363 \series default
45364 及び
45365 \series bold
45366 minted
45367 \series default
45368 パッケージについての詳しい情報については,
45369 取扱説明書
45370 \begin_inset CommandInset citation
45371 LatexCommand cite
45372 key "listings,minted"
45373 literal "true"
45374
45375 \end_inset
45376
45377 をご参照ください.
45378 \end_layout
45379
45380 \begin_layout Standard
45381 \begin_inset Newpage newpage
45382 \end_inset
45383
45384
45385 \end_layout
45386
45387 \begin_layout Chapter
45388 \start_of_appendix
45389 \SpecialChar LyX
45390 で使用できる単位
45391 \begin_inset Index idx
45392 range none
45393 pageformat default
45394 status collapsed
45395
45396 \begin_layout Plain Layout
45397 \begin_inset IndexMacro sortkey
45398 status open
45399
45400 \begin_layout Plain Layout
45401 たんい
45402 \end_layout
45403
45404 \end_inset
45405
45406 単位
45407 \end_layout
45408
45409 \end_inset
45410
45411
45412 \begin_inset CommandInset label
45413 LatexCommand label
45414 name "cha:LyXで使用できる単位"
45415
45416 \end_inset
45417
45418
45419 \end_layout
45420
45421 \begin_layout Standard
45422 この文書で用いられる単位の理解のために,
45423
45424 \begin_inset CommandInset ref
45425 LatexCommand ref
45426 reference "tab:単位"
45427 nolink "false"
45428
45429 \end_inset
45430
45431 に,
45432 \SpecialChar LyX
45433 で使うことのできる単位をまとめておきます.
45434 \end_layout
45435
45436 \begin_layout Standard
45437 \begin_inset Float table
45438 placement h
45439 alignment document
45440 wide false
45441 sideways false
45442 status open
45443
45444 \begin_layout Plain Layout
45445 \begin_inset Caption Standard
45446
45447 \begin_layout Plain Layout
45448 \begin_inset CommandInset label
45449 LatexCommand label
45450 name "tab:単位"
45451
45452 \end_inset
45453
45454 単位
45455 \end_layout
45456
45457 \end_inset
45458
45459
45460 \end_layout
45461
45462 \begin_layout Plain Layout
45463 \begin_inset VSpace medskip
45464 \end_inset
45465
45466
45467 \end_layout
45468
45469 \begin_layout Plain Layout
45470 \align center
45471 \begin_inset Tabular
45472 <lyxtabular version="3" rows="21" columns="3">
45473 <features tabularvalignment="middle">
45474 <column alignment="center" valignment="top">
45475 <column alignment="center" valignment="middle" width="50col%">
45476 <column alignment="center" valignment="top">
45477 <row>
45478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45479 \begin_inset Text
45480
45481 \begin_layout Plain Layout
45482 単位
45483 \end_layout
45484
45485 \end_inset
45486 </cell>
45487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
45488 \begin_inset Text
45489
45490 \begin_layout Plain Layout
45491 名称/摘要
45492 \end_layout
45493
45494 \end_inset
45495 </cell>
45496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
45497 \begin_inset Text
45498
45499 \begin_layout Plain Layout
45500 \SpecialChar LaTeX
45501  コマンド
45502 \end_layout
45503
45504 \end_inset
45505 </cell>
45506 </row>
45507 <row>
45508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45509 \begin_inset Text
45510
45511 \begin_layout Plain Layout
45512 bp
45513 \end_layout
45514
45515 \end_inset
45516 </cell>
45517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45518 \begin_inset Text
45519
45520 \begin_layout Plain Layout
45521 ビッグポイント (72
45522 \begin_inset space \thinspace{}
45523 \end_inset
45524
45525 bp = 1
45526 \begin_inset space \thinspace{}
45527 \end_inset
45528
45529 in)
45530 \end_layout
45531
45532 \end_inset
45533 </cell>
45534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45535 \begin_inset Text
45536
45537 \begin_layout Plain Layout
45538 -
45539 \end_layout
45540
45541 \end_inset
45542 </cell>
45543 </row>
45544 <row>
45545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45546 \begin_inset Text
45547
45548 \begin_layout Plain Layout
45549 cc
45550 \end_layout
45551
45552 \end_inset
45553 </cell>
45554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45555 \begin_inset Text
45556
45557 \begin_layout Plain Layout
45558 シセロ (1
45559 \begin_inset space \thinspace{}
45560 \end_inset
45561
45562 cc = 12
45563 \begin_inset space \thinspace{}
45564 \end_inset
45565
45566 dd)
45567 \end_layout
45568
45569 \end_inset
45570 </cell>
45571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45572 \begin_inset Text
45573
45574 \begin_layout Plain Layout
45575 -
45576 \end_layout
45577
45578 \end_inset
45579 </cell>
45580 </row>
45581 <row>
45582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45583 \begin_inset Text
45584
45585 \begin_layout Plain Layout
45586 cm
45587 \end_layout
45588
45589 \end_inset
45590 </cell>
45591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45592 \begin_inset Text
45593
45594 \begin_layout Plain Layout
45595 センチメートル
45596 \end_layout
45597
45598 \end_inset
45599 </cell>
45600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45601 \begin_inset Text
45602
45603 \begin_layout Plain Layout
45604 -
45605 \end_layout
45606
45607 \end_inset
45608 </cell>
45609 </row>
45610 <row>
45611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45612 \begin_inset Text
45613
45614 \begin_layout Plain Layout
45615 dd
45616 \end_layout
45617
45618 \end_inset
45619 </cell>
45620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45621 \begin_inset Text
45622
45623 \begin_layout Plain Layout
45624 ディドー (72
45625 \begin_inset space \thinspace{}
45626 \end_inset
45627
45628 dd 
45629 \begin_inset Formula $\approx$
45630 \end_inset
45631
45632  37.6
45633 \begin_inset space \thinspace{}
45634 \end_inset
45635
45636 mm)
45637 \end_layout
45638
45639 \end_inset
45640 </cell>
45641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45642 \begin_inset Text
45643
45644 \begin_layout Plain Layout
45645 -
45646 \end_layout
45647
45648 \end_inset
45649 </cell>
45650 </row>
45651 <row>
45652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45653 \begin_inset Text
45654
45655 \begin_layout Plain Layout
45656 em
45657 \end_layout
45658
45659 \end_inset
45660 </cell>
45661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45662 \begin_inset Text
45663
45664 \begin_layout Plain Layout
45665 現在のフォントの文字「M」の幅
45666 \end_layout
45667
45668 \end_inset
45669 </cell>
45670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45671 \begin_inset Text
45672
45673 \begin_layout Plain Layout
45674 -
45675 \end_layout
45676
45677 \end_inset
45678 </cell>
45679 </row>
45680 <row>
45681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45682 \begin_inset Text
45683
45684 \begin_layout Plain Layout
45685 ex
45686 \end_layout
45687
45688 \end_inset
45689 </cell>
45690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45691 \begin_inset Text
45692
45693 \begin_layout Plain Layout
45694 現在のフォントの文字「x」の高さ
45695 \end_layout
45696
45697 \end_inset
45698 </cell>
45699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45700 \begin_inset Text
45701
45702 \begin_layout Plain Layout
45703 -
45704 \end_layout
45705
45706 \end_inset
45707 </cell>
45708 </row>
45709 <row>
45710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45711 \begin_inset Text
45712
45713 \begin_layout Plain Layout
45714 in
45715 \end_layout
45716
45717 \end_inset
45718 </cell>
45719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45720 \begin_inset Text
45721
45722 \begin_layout Plain Layout
45723 インチ
45724 \end_layout
45725
45726 \end_inset
45727 </cell>
45728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45729 \begin_inset Text
45730
45731 \begin_layout Plain Layout
45732 -
45733 \end_layout
45734
45735 \end_inset
45736 </cell>
45737 </row>
45738 <row>
45739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45740 \begin_inset Text
45741
45742 \begin_layout Plain Layout
45743 mm
45744 \end_layout
45745
45746 \end_inset
45747 </cell>
45748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45749 \begin_inset Text
45750
45751 \begin_layout Plain Layout
45752 ミリメートル
45753 \end_layout
45754
45755 \end_inset
45756 </cell>
45757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45758 \begin_inset Text
45759
45760 \begin_layout Plain Layout
45761 -
45762 \end_layout
45763
45764 \end_inset
45765 </cell>
45766 </row>
45767 <row>
45768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45769 \begin_inset Text
45770
45771 \begin_layout Plain Layout
45772 mu
45773 \end_layout
45774
45775 \end_inset
45776 </cell>
45777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45778 \begin_inset Text
45779
45780 \begin_layout Plain Layout
45781 数式単位 (1
45782 \begin_inset space \thinspace{}
45783 \end_inset
45784
45785 mu = 1/18
45786 \begin_inset space \thinspace{}
45787 \end_inset
45788
45789 em)
45790 \end_layout
45791
45792 \end_inset
45793 </cell>
45794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45795 \begin_inset Text
45796
45797 \begin_layout Plain Layout
45798 -
45799 \end_layout
45800
45801 \end_inset
45802 </cell>
45803 </row>
45804 <row>
45805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45806 \begin_inset Text
45807
45808 \begin_layout Plain Layout
45809 pt
45810 \end_layout
45811
45812 \end_inset
45813 </cell>
45814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45815 \begin_inset Text
45816
45817 \begin_layout Plain Layout
45818 ポイント (72.27
45819 \begin_inset space \thinspace{}
45820 \end_inset
45821
45822 pt = 1
45823 \begin_inset space \thinspace{}
45824 \end_inset
45825
45826 in)
45827 \end_layout
45828
45829 \end_inset
45830 </cell>
45831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45832 \begin_inset Text
45833
45834 \begin_layout Plain Layout
45835 -
45836 \end_layout
45837
45838 \end_inset
45839 </cell>
45840 </row>
45841 <row>
45842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45843 \begin_inset Text
45844
45845 \begin_layout Plain Layout
45846 pc
45847 \end_layout
45848
45849 \end_inset
45850 </cell>
45851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45852 \begin_inset Text
45853
45854 \begin_layout Plain Layout
45855 パイカ (1
45856 \begin_inset space \thinspace{}
45857 \end_inset
45858
45859 pc = 12
45860 \begin_inset space \thinspace{}
45861 \end_inset
45862
45863 pt)
45864 \end_layout
45865
45866 \end_inset
45867 </cell>
45868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45869 \begin_inset Text
45870
45871 \begin_layout Plain Layout
45872 -
45873 \end_layout
45874
45875 \end_inset
45876 </cell>
45877 </row>
45878 <row>
45879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45880 \begin_inset Text
45881
45882 \begin_layout Plain Layout
45883 sp
45884 \end_layout
45885
45886 \end_inset
45887 </cell>
45888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45889 \begin_inset Text
45890
45891 \begin_layout Plain Layout
45892 スケールポイント (65536
45893 \begin_inset space \thinspace{}
45894 \end_inset
45895
45896 sp = 1
45897 \begin_inset space \thinspace{}
45898 \end_inset
45899
45900 pt)
45901 \end_layout
45902
45903 \end_inset
45904 </cell>
45905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45906 \begin_inset Text
45907
45908 \begin_layout Plain Layout
45909 -
45910 \end_layout
45911
45912 \end_inset
45913 </cell>
45914 </row>
45915 <row>
45916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45917 \begin_inset Text
45918
45919 \begin_layout Plain Layout
45920 列幅%
45921 \end_layout
45922
45923 \end_inset
45924 </cell>
45925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45926 \begin_inset Text
45927
45928 \begin_layout Plain Layout
45929 組段幅の%
45930 \end_layout
45931
45932 \end_inset
45933 </cell>
45934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45935 \begin_inset Text
45936
45937 \begin_layout Plain Layout
45938
45939 \backslash
45940 columnwidth
45941 \end_layout
45942
45943 \end_inset
45944 </cell>
45945 </row>
45946 <row>
45947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45948 \begin_inset Text
45949
45950 \begin_layout Plain Layout
45951 行幅%
45952 \end_layout
45953
45954 \end_inset
45955 </cell>
45956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45957 \begin_inset Text
45958
45959 \begin_layout Plain Layout
45960 連続する本文2行のベースライン間の高さの%
45961 \end_layout
45962
45963 \end_inset
45964 </cell>
45965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45966 \begin_inset Text
45967
45968 \begin_layout Plain Layout
45969
45970 \backslash
45971 baselineskip
45972 \end_layout
45973
45974 \end_inset
45975 </cell>
45976 </row>
45977 <row>
45978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45979 \begin_inset Text
45980
45981 \begin_layout Plain Layout
45982 行幅%
45983 \end_layout
45984
45985 \end_inset
45986 </cell>
45987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
45988 \begin_inset Text
45989
45990 \begin_layout Plain Layout
45991 行幅の%
45992 \end_layout
45993
45994 \end_inset
45995 </cell>
45996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
45997 \begin_inset Text
45998
45999 \begin_layout Plain Layout
46000
46001 \backslash
46002 linewidth
46003 \end_layout
46004
46005 \end_inset
46006 </cell>
46007 </row>
46008 <row>
46009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46010 \begin_inset Text
46011
46012 \begin_layout Plain Layout
46013 ページ高%
46014 \end_layout
46015
46016 \end_inset
46017 </cell>
46018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46019 \begin_inset Text
46020
46021 \begin_layout Plain Layout
46022 用紙高さの%
46023 \end_layout
46024
46025 \end_inset
46026 </cell>
46027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46028 \begin_inset Text
46029
46030 \begin_layout Plain Layout
46031
46032 \backslash
46033 paperheight
46034 \end_layout
46035
46036 \end_inset
46037 </cell>
46038 </row>
46039 <row>
46040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46041 \begin_inset Text
46042
46043 \begin_layout Plain Layout
46044 ページ幅%
46045 \end_layout
46046
46047 \end_inset
46048 </cell>
46049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46050 \begin_inset Text
46051
46052 \begin_layout Plain Layout
46053 用紙幅の%
46054 \end_layout
46055
46056 \end_inset
46057 </cell>
46058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46059 \begin_inset Text
46060
46061 \begin_layout Plain Layout
46062
46063 \backslash
46064 paperwidth
46065 \end_layout
46066
46067 \end_inset
46068 </cell>
46069 </row>
46070 <row>
46071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46072 \begin_inset Text
46073
46074 \begin_layout Plain Layout
46075 画像の縮尺%
46076 \end_layout
46077
46078 \end_inset
46079 </cell>
46080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46081 \begin_inset Text
46082
46083 \begin_layout Plain Layout
46084 元の画像幅の%
46085 \end_layout
46086
46087 \end_inset
46088 </cell>
46089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46090 \begin_inset Text
46091
46092 \begin_layout Plain Layout
46093
46094 \end_layout
46095
46096 \end_inset
46097 </cell>
46098 </row>
46099 <row>
46100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46101 \begin_inset Text
46102
46103 \begin_layout Plain Layout
46104 本文高%
46105 \end_layout
46106
46107 \end_inset
46108 </cell>
46109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
46110 \begin_inset Text
46111
46112 \begin_layout Plain Layout
46113 テキスト高さの%
46114 \end_layout
46115
46116 \end_inset
46117 </cell>
46118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
46119 \begin_inset Text
46120
46121 \begin_layout Plain Layout
46122
46123 \backslash
46124 textheight
46125 \end_layout
46126
46127 \end_inset
46128 </cell>
46129 </row>
46130 <row>
46131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
46132 \begin_inset Text
46133
46134 \begin_layout Plain Layout
46135 本文幅%
46136 \end_layout
46137
46138 \end_inset
46139 </cell>
46140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
46141 \begin_inset Text
46142
46143 \begin_layout Plain Layout
46144 テキスト幅の%
46145 \end_layout
46146
46147 \end_inset
46148 </cell>
46149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
46150 \begin_inset Text
46151
46152 \begin_layout Plain Layout
46153
46154 \backslash
46155 textwidth
46156 \end_layout
46157
46158 \end_inset
46159 </cell>
46160 </row>
46161 </lyxtabular>
46162
46163 \end_inset
46164
46165
46166 \end_layout
46167
46168 \end_inset
46169
46170
46171 \end_layout
46172
46173 \begin_layout Chapter
46174 画像を含む場合のファイル出力形式
46175 \begin_inset CommandInset label
46176 LatexCommand label
46177 name "cha:ファイル出力形式"
46178
46179 \end_inset
46180
46181
46182 \end_layout
46183
46184 \begin_layout Section
46185 DVI
46186 \begin_inset Index idx
46187 range none
46188 pageformat default
46189 status collapsed
46190
46191 \begin_layout Plain Layout
46192 \begin_inset IndexMacro sortkey
46193 status open
46194
46195 \begin_layout Plain Layout
46196 ふあいるしよしき
46197 \end_layout
46198
46199 \end_inset
46200
46201 ファイル書式
46202 \begin_inset IndexMacro subentry
46203 status open
46204
46205 \begin_layout Plain Layout
46206 DVI
46207 \end_layout
46208
46209 \end_inset
46210
46211
46212 \end_layout
46213
46214 \end_inset
46215
46216
46217 \begin_inset Index idx
46218 range none
46219 pageformat default
46220 status collapsed
46221
46222 \begin_layout Plain Layout
46223 DVI
46224 \begin_inset IndexMacro see
46225 status open
46226
46227 \begin_layout Plain Layout
46228 ファイル書式
46229 \end_layout
46230
46231 \end_inset
46232
46233
46234 \end_layout
46235
46236 \end_inset
46237
46238
46239 \end_layout
46240
46241 \begin_layout Standard
46242 このファイル型の拡張子は「
46243 \family typewriter
46244 .dvi
46245 \family default
46246 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:
46247 デバイス独立型)」の名称がついています.これはあるコンピュータから別のコンピュータへ,
46248 何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,
46249 これは当然のことでは全くありませんでした.DVIは手っ取り早くプレビューしたり,
46250 PostScriptなどの他の出力形式への中間段階として使用されます.
46251 \end_layout
46252
46253 \begin_layout Standard
46254 \begin_inset Note Greyedout
46255 status open
46256
46257 \begin_layout Plain Layout
46258
46259 \series bold
46260 [註]
46261 \series default
46262 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
46263 \end_layout
46264
46265 \end_inset
46266
46267 ですから,
46268 お使いの
46269 \family typewriter
46270 .dvi
46271 \family default
46272 ファイルを別のコンピュータに移すときには,
46273 このことを忘れてはいけません.この性質は,
46274 DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DVIビューアは,
46275 DVIをスクロールする際,
46276 画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,
46277 画像のたくさんあるファイルの場合は,
46278 PDFを使用することをお勧めします.
46279 \end_layout
46280
46281 \begin_layout Standard
46282 使用中の文書は,
46283
46284 \family sans
46285 \series bold
46286 ファイル
46287 \family default
46288 \SpecialChar menuseparator
46289
46290 \family sans
46291 書き出し
46292 \family default
46293 \SpecialChar menuseparator
46294
46295 \family sans
46296 DVI
46297 \family default
46298 \series default
46299
46300 \begin_inset space \thinspace{}
46301 \end_inset
46302
46303 メニューを使用して,
46304 DVIに書き出すことができます.
46305 \family sans
46306 \series bold
46307 表示
46308 \family default
46309 \series default
46310 メニューから,
46311 文書をDVIとして表示させることもできます.
46312 \end_layout
46313
46314 \begin_layout Section
46315 PostScript
46316 \begin_inset Index idx
46317 range none
46318 pageformat default
46319 status collapsed
46320
46321 \begin_layout Plain Layout
46322 \begin_inset IndexMacro sortkey
46323 status open
46324
46325 \begin_layout Plain Layout
46326 ふあいるしよしき
46327 \end_layout
46328
46329 \end_inset
46330
46331 ファイル書式
46332 \begin_inset IndexMacro subentry
46333 status open
46334
46335 \begin_layout Plain Layout
46336 PostScript
46337 \end_layout
46338
46339 \end_inset
46340
46341
46342 \end_layout
46343
46344 \end_inset
46345
46346
46347 \begin_inset Index idx
46348 range none
46349 pageformat default
46350 status collapsed
46351
46352 \begin_layout Plain Layout
46353 PostScript
46354 \begin_inset ERT
46355 status collapsed
46356
46357 \begin_layout Plain Layout
46358
46359 |see{
46360 \end_layout
46361
46362 \end_inset
46363
46364 ファイル書式
46365 \begin_inset ERT
46366 status collapsed
46367
46368 \begin_layout Plain Layout
46369
46370 }
46371 \end_layout
46372
46373 \end_inset
46374
46375
46376 \end_layout
46377
46378 \end_inset
46379
46380
46381 \end_layout
46382
46383 \begin_layout Standard
46384 このファイル型の拡張子は「
46385 \family typewriter
46386 .ps
46387 \family default
46388 」です.PostScriptは,
46389
46390 \family typewriter
46391 Adobe
46392 \family default
46393 社によってプリンタ言語として開発されました.したがって,
46394 このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,
46395 計算を行ったり図表や画像を描いたりすることもできるので,
46396 「プログラミング言語」と見なすことができます
46397 \begin_inset Foot
46398 status collapsed
46399
46400 \begin_layout Plain Layout
46401 これについてもう少し学ぶ気があれば,
46402 \SpecialChar LaTeX
46403 パッケージ
46404 \series bold
46405 PSTricks
46406 \series default
46407
46408 \begin_inset CommandInset citation
46409 LatexCommand cite
46410 key "pstricks"
46411 literal "true"
46412
46413 \end_inset
46414
46415 を見てみてください.
46416 \end_layout
46417
46418 \end_inset
46419
46420 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
46421 \end_layout
46422
46423 \begin_layout Standard
46424 PostScriptは,
46425 「Encapsulated PostScript(EPS:
46426 ファイル拡張子「
46427 \family typewriter
46428 .eps
46429 \family default
46430 」)」形式の画像のみを含めることができます.\SpecialChar LyX
46431 では,
46432 既知の画像形式であればどれでも文書中で使用することができるようになっているため,
46433 \SpecialChar LyX
46434 はバックグラウンドで画像をEPSに変換しなくてはなりません.文書中に,
46435 仮に50の画像があれば,
46436 文書を表示したり書き出ししたりするたびに,
46437 \SpecialChar LyX
46438 は50もの変換を行わなくてはなりません.すると,
46439 \SpecialChar LyX
46440 で行う作業手順が,
46441 著しく遅れてしまいます.したがって,
46442 もしPostScriptを使用することを考えているならば,
46443 この問題を回避するために,
46444 画像を直接EPSとして入れておく方がよいでしょう.
46445 \end_layout
46446
46447 \begin_layout Standard
46448 文書は,
46449
46450 \family sans
46451 \series bold
46452 ファイル
46453 \family default
46454 \SpecialChar menuseparator
46455
46456 \family sans
46457 書き出し
46458 \family default
46459 \SpecialChar menuseparator
46460
46461 \family sans
46462 \series default
46463 Postscript
46464 \family default
46465
46466 \begin_inset space \thinspace{}
46467 \end_inset
46468
46469 メニューを使用して,
46470 PostScriptに書き出すことができます.使用中の文書は,
46471
46472 \family sans
46473 表示
46474 \family default
46475 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
46476 \end_layout
46477
46478 \begin_layout Section
46479 PDF
46480 \begin_inset Index idx
46481 range none
46482 pageformat default
46483 status collapsed
46484
46485 \begin_layout Plain Layout
46486 \begin_inset IndexMacro sortkey
46487 status open
46488
46489 \begin_layout Plain Layout
46490 ふあいるしよしき
46491 \end_layout
46492
46493 \end_inset
46494
46495 ファイル書式
46496 \begin_inset IndexMacro subentry
46497 status open
46498
46499 \begin_layout Plain Layout
46500 PDF
46501 \end_layout
46502
46503 \end_inset
46504
46505
46506 \end_layout
46507
46508 \end_inset
46509
46510
46511 \begin_inset Index idx
46512 range none
46513 pageformat default
46514 status collapsed
46515
46516 \begin_layout Plain Layout
46517 PDF
46518 \end_layout
46519
46520 \end_inset
46521
46522
46523 \end_layout
46524
46525 \begin_layout Standard
46526 このファイル型の拡張子は「
46527 \family typewriter
46528 .pdf
46529 \family default
46530 」です.この「Portable Document Format (PDF)」は,
46531
46532 \family typewriter
46533 Adobe
46534 \family default
46535 社によってPostScriptの派生として開発されました.PDFは,
46536 PostScriptよりも圧縮されており,
46537 かなり少ないコマンドしか使いません.「portable(可搬的)」の名称が示すとおり,
46538 この形式は,
46539 どのコンピュータシステムでも処理することができ,
46540 印字出力は全く同じように出すことができます.
46541 \end_layout
46542
46543 \begin_layout Standard
46544 PDFは画像を,
46545 同じPDF形式か,
46546 「Joint Photographic Experts Group(JPG:
46547 ファイル拡張子「
46548 \family typewriter
46549 .jpg
46550 \family default
46551 」または「
46552 \family typewriter
46553 .jpeg
46554 \family default
46555 」)」形式か,
46556 「Portable Network Graphics(PNG:
46557 ファイル拡張子「
46558 \family typewriter
46559 .png
46560 \family default
46561 」)」として含めることができます.それにもかかわらず,
46562 \SpecialChar LyX
46563 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,
46564 他の画像形式も自由に使用することができます.しかし,
46565 PostScriptの節で説明したように,
46566 この画像変換は作業手順を遅らせます.したがって,
46567 上記で述べた3つの画像形式のうちいずれかを使用することをお勧めします.
46568 \end_layout
46569
46570 \begin_layout Standard
46571 使用中の文書は,
46572
46573 \family sans
46574 \series bold
46575 ファイル
46576 \family default
46577 \SpecialChar menuseparator
46578
46579 \family sans
46580 書き出し
46581 \family default
46582 \series default
46583
46584 \begin_inset space \thinspace{}
46585 \end_inset
46586
46587 メニューを使用して,
46588 以下の3つの方法のうちいずれかでPDFに書き出すことができます.
46589 \end_layout
46590
46591 \begin_layout Description
46592 PDF
46593 \begin_inset space ~
46594 \end_inset
46595
46596 (ps2pdf) これは
46597 \family typewriter
46598 ps2pdf
46599 \family default
46600 プログラムを使って,
46601 現在のファイルのPostScript版からPDFを生成します.このPostScript版は,
46602 中間段階にDVI版を使用する
46603 \family typewriter
46604 dvips
46605 \family default
46606 プログラムによって生成されます.つまり,
46607 この書き出し方法は,
46608 3段階の変換を伴います.
46609 \end_layout
46610
46611 \begin_layout Description
46612 PDF
46613 \begin_inset space ~
46614 \end_inset
46615
46616 (dvipdfm) これは
46617 \family typewriter
46618 dvipdfm
46619 \family default
46620 プログラムを使って,
46621 現在のファイルをバックグラウンドでDVIに変換し,
46622 2段階目でPDFに変換します.
46623 \end_layout
46624
46625 \begin_layout Description
46626 PDF
46627 \begin_inset space ~
46628 \end_inset
46629
46630 (pdflatex) これは
46631 \family typewriter
46632 pdftex
46633 \family default
46634 プログラムを使って,
46635 現在のファイルを直接PDFに変換します.
46636 \end_layout
46637
46638 \begin_layout Standard
46639
46640 \family typewriter
46641 pdftex
46642 \family default
46643 は現在のPDF版のすべての機能をサポートし,
46644 高速で問題なく安定して動作するので,
46645
46646 \family sans
46647 PDF
46648 \begin_inset space ~
46649 \end_inset
46650
46651 (pdflatex)
46652 \family default
46653 を使用することが推奨されます.
46654 \family typewriter
46655 dvipdfm
46656 \family default
46657 プログラムは開発が停止しており,
46658 若干時代遅れになっています.
46659 \end_layout
46660
46661 \begin_layout Standard
46662 使用中の文書をPDFとして表示するには,
46663
46664 \family sans
46665 \series bold
46666 表示
46667 \family default
46668 \series default
46669 メニューかツールバーボタン(これは
46670 \family sans
46671 PDF
46672 \begin_inset space ~
46673 \end_inset
46674
46675 (pdflatex)
46676 \family default
46677 を使用します)を用います.
46678 \end_layout
46679
46680 \begin_layout Chapter
46681 dvips色名一覧
46682 \begin_inset CommandInset label
46683 LatexCommand label
46684 name "chap:dvips色名一覧"
46685
46686 \end_inset
46687
46688
46689 \end_layout
46690
46691 \begin_layout Standard
46692 \begin_inset Tabular
46693 <lyxtabular version="3" rows="17" columns="4">
46694 <features tabularvalignment="middle">
46695 <column alignment="left" valignment="top" width="0pt">
46696 <column alignment="left" valignment="top" width="0pt">
46697 <column alignment="left" valignment="top" width="0pt">
46698 <column alignment="left" valignment="top" width="0pt">
46699 <row>
46700 <cell alignment="left" valignment="top" usebox="none">
46701 \begin_inset Text
46702
46703 \begin_layout Plain Layout
46704 \begin_inset ERT
46705 status collapsed
46706
46707 \begin_layout Plain Layout
46708
46709
46710 \backslash
46711 fcolorbox{black}{
46712 \end_layout
46713
46714 \end_inset
46715
46716 white
46717 \begin_inset ERT
46718 status collapsed
46719
46720 \begin_layout Plain Layout
46721
46722 }{
46723 \end_layout
46724
46725 \end_inset
46726
46727
46728 \begin_inset ERT
46729 status collapsed
46730
46731 \begin_layout Plain Layout
46732
46733 }
46734 \end_layout
46735
46736 \end_inset
46737
46738  色名
46739 \end_layout
46740
46741 \end_inset
46742 </cell>
46743 <cell alignment="left" valignment="top" usebox="none">
46744 \begin_inset Text
46745
46746 \begin_layout Plain Layout
46747 \begin_inset ERT
46748 status collapsed
46749
46750 \begin_layout Plain Layout
46751
46752
46753 \backslash
46754 fcolorbox{black}{
46755 \end_layout
46756
46757 \end_inset
46758
46759 white
46760 \begin_inset ERT
46761 status collapsed
46762
46763 \begin_layout Plain Layout
46764
46765 }{
46766 \end_layout
46767
46768 \end_inset
46769
46770
46771 \begin_inset ERT
46772 status collapsed
46773
46774 \begin_layout Plain Layout
46775
46776 }
46777 \end_layout
46778
46779 \end_inset
46780
46781  色名
46782 \end_layout
46783
46784 \end_inset
46785 </cell>
46786 <cell alignment="left" valignment="top" usebox="none">
46787 \begin_inset Text
46788
46789 \begin_layout Plain Layout
46790 \begin_inset ERT
46791 status collapsed
46792
46793 \begin_layout Plain Layout
46794
46795
46796 \backslash
46797 fcolorbox{black}{
46798 \end_layout
46799
46800 \end_inset
46801
46802 white
46803 \begin_inset ERT
46804 status collapsed
46805
46806 \begin_layout Plain Layout
46807
46808 }{
46809 \end_layout
46810
46811 \end_inset
46812
46813
46814 \begin_inset ERT
46815 status collapsed
46816
46817 \begin_layout Plain Layout
46818
46819 }
46820 \end_layout
46821
46822 \end_inset
46823
46824  色名
46825 \end_layout
46826
46827 \end_inset
46828 </cell>
46829 <cell alignment="left" valignment="top" usebox="none">
46830 \begin_inset Text
46831
46832 \begin_layout Plain Layout
46833 \begin_inset ERT
46834 status collapsed
46835
46836 \begin_layout Plain Layout
46837
46838
46839 \backslash
46840 fcolorbox{black}{
46841 \end_layout
46842
46843 \end_inset
46844
46845 white
46846 \begin_inset ERT
46847 status collapsed
46848
46849 \begin_layout Plain Layout
46850
46851 }{
46852 \end_layout
46853
46854 \end_inset
46855
46856
46857 \begin_inset ERT
46858 status collapsed
46859
46860 \begin_layout Plain Layout
46861
46862 }
46863 \end_layout
46864
46865 \end_inset
46866
46867  色名
46868 \end_layout
46869
46870 \end_inset
46871 </cell>
46872 </row>
46873 <row>
46874 <cell alignment="center" valignment="top" usebox="none">
46875 \begin_inset Text
46876
46877 \begin_layout Plain Layout
46878 \begin_inset ERT
46879 status collapsed
46880
46881 \begin_layout Plain Layout
46882
46883
46884 \backslash
46885 fcolorbox{black}{
46886 \end_layout
46887
46888 \end_inset
46889
46890 Apricot
46891 \begin_inset ERT
46892 status collapsed
46893
46894 \begin_layout Plain Layout
46895
46896 }{
46897 \end_layout
46898
46899 \end_inset
46900
46901
46902 \begin_inset Phantom Phantom
46903 status open
46904
46905 \begin_layout Plain Layout
46906 W
46907 \end_layout
46908
46909 \end_inset
46910
46911
46912 \begin_inset ERT
46913 status collapsed
46914
46915 \begin_layout Plain Layout
46916
46917 }
46918 \end_layout
46919
46920 \end_inset
46921
46922  Apricot
46923 \end_layout
46924
46925 \end_inset
46926 </cell>
46927 <cell alignment="center" valignment="top" usebox="none">
46928 \begin_inset Text
46929
46930 \begin_layout Plain Layout
46931 \begin_inset ERT
46932 status collapsed
46933
46934 \begin_layout Plain Layout
46935
46936
46937 \backslash
46938 fcolorbox{black}{
46939 \end_layout
46940
46941 \end_inset
46942
46943 Aquamarine
46944 \begin_inset ERT
46945 status collapsed
46946
46947 \begin_layout Plain Layout
46948
46949 }{
46950 \end_layout
46951
46952 \end_inset
46953
46954
46955 \begin_inset Phantom Phantom
46956 status open
46957
46958 \begin_layout Plain Layout
46959 W
46960 \end_layout
46961
46962 \end_inset
46963
46964
46965 \begin_inset ERT
46966 status collapsed
46967
46968 \begin_layout Plain Layout
46969
46970 }
46971 \end_layout
46972
46973 \end_inset
46974
46975  Aquamarine
46976 \end_layout
46977
46978 \end_inset
46979 </cell>
46980 <cell alignment="center" valignment="top" usebox="none">
46981 \begin_inset Text
46982
46983 \begin_layout Plain Layout
46984 \begin_inset ERT
46985 status collapsed
46986
46987 \begin_layout Plain Layout
46988
46989
46990 \backslash
46991 fcolorbox{black}{
46992 \end_layout
46993
46994 \end_inset
46995
46996 Bittersweet
46997 \begin_inset ERT
46998 status collapsed
46999
47000 \begin_layout Plain Layout
47001
47002 }{
47003 \end_layout
47004
47005 \end_inset
47006
47007
47008 \begin_inset Phantom Phantom
47009 status open
47010
47011 \begin_layout Plain Layout
47012 W
47013 \end_layout
47014
47015 \end_inset
47016
47017
47018 \begin_inset ERT
47019 status collapsed
47020
47021 \begin_layout Plain Layout
47022
47023 }
47024 \end_layout
47025
47026 \end_inset
47027
47028  Bittersweet
47029 \end_layout
47030
47031 \end_inset
47032 </cell>
47033 <cell alignment="center" valignment="top" usebox="none">
47034 \begin_inset Text
47035
47036 \begin_layout Plain Layout
47037 \begin_inset ERT
47038 status collapsed
47039
47040 \begin_layout Plain Layout
47041
47042
47043 \backslash
47044 fcolorbox{black}{
47045 \end_layout
47046
47047 \end_inset
47048
47049 BlueGreen
47050 \begin_inset ERT
47051 status collapsed
47052
47053 \begin_layout Plain Layout
47054
47055 }{
47056 \end_layout
47057
47058 \end_inset
47059
47060
47061 \begin_inset Phantom Phantom
47062 status open
47063
47064 \begin_layout Plain Layout
47065 W
47066 \end_layout
47067
47068 \end_inset
47069
47070
47071 \begin_inset ERT
47072 status collapsed
47073
47074 \begin_layout Plain Layout
47075
47076 }
47077 \end_layout
47078
47079 \end_inset
47080
47081  BlueGreen
47082 \end_layout
47083
47084 \end_inset
47085 </cell>
47086 </row>
47087 <row>
47088 <cell alignment="left" valignment="top" usebox="none">
47089 \begin_inset Text
47090
47091 \begin_layout Plain Layout
47092 \begin_inset ERT
47093 status collapsed
47094
47095 \begin_layout Plain Layout
47096
47097
47098 \backslash
47099 fcolorbox{black}{
47100 \end_layout
47101
47102 \end_inset
47103
47104 BlueViolet
47105 \begin_inset ERT
47106 status collapsed
47107
47108 \begin_layout Plain Layout
47109
47110 }{
47111 \end_layout
47112
47113 \end_inset
47114
47115
47116 \begin_inset Phantom Phantom
47117 status open
47118
47119 \begin_layout Plain Layout
47120 W
47121 \end_layout
47122
47123 \end_inset
47124
47125
47126 \begin_inset ERT
47127 status collapsed
47128
47129 \begin_layout Plain Layout
47130
47131 }
47132 \end_layout
47133
47134 \end_inset
47135
47136  BlueViolet
47137 \end_layout
47138
47139 \end_inset
47140 </cell>
47141 <cell alignment="left" valignment="top" usebox="none">
47142 \begin_inset Text
47143
47144 \begin_layout Plain Layout
47145 \begin_inset ERT
47146 status collapsed
47147
47148 \begin_layout Plain Layout
47149
47150
47151 \backslash
47152 fcolorbox{black}{
47153 \end_layout
47154
47155 \end_inset
47156
47157 BrickRed
47158 \begin_inset ERT
47159 status collapsed
47160
47161 \begin_layout Plain Layout
47162
47163 }{
47164 \end_layout
47165
47166 \end_inset
47167
47168
47169 \begin_inset Phantom Phantom
47170 status open
47171
47172 \begin_layout Plain Layout
47173 W
47174 \end_layout
47175
47176 \end_inset
47177
47178
47179 \begin_inset ERT
47180 status collapsed
47181
47182 \begin_layout Plain Layout
47183
47184 }
47185 \end_layout
47186
47187 \end_inset
47188
47189  BrickRed
47190 \end_layout
47191
47192 \end_inset
47193 </cell>
47194 <cell alignment="left" valignment="top" usebox="none">
47195 \begin_inset Text
47196
47197 \begin_layout Plain Layout
47198 \begin_inset ERT
47199 status collapsed
47200
47201 \begin_layout Plain Layout
47202
47203
47204 \backslash
47205 fcolorbox{black}{
47206 \end_layout
47207
47208 \end_inset
47209
47210 Brown
47211 \begin_inset ERT
47212 status collapsed
47213
47214 \begin_layout Plain Layout
47215
47216 }{
47217 \end_layout
47218
47219 \end_inset
47220
47221
47222 \begin_inset Phantom Phantom
47223 status open
47224
47225 \begin_layout Plain Layout
47226 W
47227 \end_layout
47228
47229 \end_inset
47230
47231
47232 \begin_inset ERT
47233 status collapsed
47234
47235 \begin_layout Plain Layout
47236
47237 }
47238 \end_layout
47239
47240 \end_inset
47241
47242  Brown
47243 \end_layout
47244
47245 \end_inset
47246 </cell>
47247 <cell alignment="left" valignment="top" usebox="none">
47248 \begin_inset Text
47249
47250 \begin_layout Plain Layout
47251 \begin_inset ERT
47252 status collapsed
47253
47254 \begin_layout Plain Layout
47255
47256
47257 \backslash
47258 fcolorbox{black}{
47259 \end_layout
47260
47261 \end_inset
47262
47263 BurntOrange
47264 \begin_inset ERT
47265 status collapsed
47266
47267 \begin_layout Plain Layout
47268
47269 }{
47270 \end_layout
47271
47272 \end_inset
47273
47274
47275 \begin_inset Phantom Phantom
47276 status open
47277
47278 \begin_layout Plain Layout
47279 W
47280 \end_layout
47281
47282 \end_inset
47283
47284
47285 \begin_inset ERT
47286 status collapsed
47287
47288 \begin_layout Plain Layout
47289
47290 }
47291 \end_layout
47292
47293 \end_inset
47294
47295  BurntOrange
47296 \end_layout
47297
47298 \end_inset
47299 </cell>
47300 </row>
47301 <row>
47302 <cell alignment="left" valignment="top" usebox="none">
47303 \begin_inset Text
47304
47305 \begin_layout Plain Layout
47306 \begin_inset ERT
47307 status collapsed
47308
47309 \begin_layout Plain Layout
47310
47311
47312 \backslash
47313 fcolorbox{black}{
47314 \end_layout
47315
47316 \end_inset
47317
47318 CadetBlue
47319 \begin_inset ERT
47320 status collapsed
47321
47322 \begin_layout Plain Layout
47323
47324 }{
47325 \end_layout
47326
47327 \end_inset
47328
47329
47330 \begin_inset Phantom Phantom
47331 status open
47332
47333 \begin_layout Plain Layout
47334 W
47335 \end_layout
47336
47337 \end_inset
47338
47339
47340 \begin_inset ERT
47341 status collapsed
47342
47343 \begin_layout Plain Layout
47344
47345 }
47346 \end_layout
47347
47348 \end_inset
47349
47350  CadetBlue
47351 \end_layout
47352
47353 \end_inset
47354 </cell>
47355 <cell alignment="left" valignment="top" usebox="none">
47356 \begin_inset Text
47357
47358 \begin_layout Plain Layout
47359 \begin_inset ERT
47360 status collapsed
47361
47362 \begin_layout Plain Layout
47363
47364
47365 \backslash
47366 fcolorbox{black}{
47367 \end_layout
47368
47369 \end_inset
47370
47371 CarnationPink
47372 \begin_inset ERT
47373 status collapsed
47374
47375 \begin_layout Plain Layout
47376
47377 }{
47378 \end_layout
47379
47380 \end_inset
47381
47382
47383 \begin_inset Phantom Phantom
47384 status open
47385
47386 \begin_layout Plain Layout
47387 W
47388 \end_layout
47389
47390 \end_inset
47391
47392
47393 \begin_inset ERT
47394 status collapsed
47395
47396 \begin_layout Plain Layout
47397
47398 }
47399 \end_layout
47400
47401 \end_inset
47402
47403  CarnationPink
47404 \end_layout
47405
47406 \end_inset
47407 </cell>
47408 <cell alignment="left" valignment="top" usebox="none">
47409 \begin_inset Text
47410
47411 \begin_layout Plain Layout
47412 \begin_inset ERT
47413 status collapsed
47414
47415 \begin_layout Plain Layout
47416
47417
47418 \backslash
47419 fcolorbox{black}{
47420 \end_layout
47421
47422 \end_inset
47423
47424 Cerulean
47425 \begin_inset ERT
47426 status collapsed
47427
47428 \begin_layout Plain Layout
47429
47430 }{
47431 \end_layout
47432
47433 \end_inset
47434
47435
47436 \begin_inset Phantom Phantom
47437 status open
47438
47439 \begin_layout Plain Layout
47440 W
47441 \end_layout
47442
47443 \end_inset
47444
47445
47446 \begin_inset ERT
47447 status collapsed
47448
47449 \begin_layout Plain Layout
47450
47451 }
47452 \end_layout
47453
47454 \end_inset
47455
47456  Cerulean
47457 \end_layout
47458
47459 \end_inset
47460 </cell>
47461 <cell alignment="left" valignment="top" usebox="none">
47462 \begin_inset Text
47463
47464 \begin_layout Plain Layout
47465 \begin_inset ERT
47466 status collapsed
47467
47468 \begin_layout Plain Layout
47469
47470
47471 \backslash
47472 fcolorbox{black}{
47473 \end_layout
47474
47475 \end_inset
47476
47477 CornflowerBlue
47478 \begin_inset ERT
47479 status collapsed
47480
47481 \begin_layout Plain Layout
47482
47483 }{
47484 \end_layout
47485
47486 \end_inset
47487
47488
47489 \begin_inset Phantom Phantom
47490 status open
47491
47492 \begin_layout Plain Layout
47493 W
47494 \end_layout
47495
47496 \end_inset
47497
47498
47499 \begin_inset ERT
47500 status collapsed
47501
47502 \begin_layout Plain Layout
47503
47504 }
47505 \end_layout
47506
47507 \end_inset
47508
47509  CornflowerBlue
47510 \end_layout
47511
47512 \end_inset
47513 </cell>
47514 </row>
47515 <row>
47516 <cell alignment="left" valignment="top" usebox="none">
47517 \begin_inset Text
47518
47519 \begin_layout Plain Layout
47520 \begin_inset ERT
47521 status collapsed
47522
47523 \begin_layout Plain Layout
47524
47525
47526 \backslash
47527 fcolorbox{black}{
47528 \end_layout
47529
47530 \end_inset
47531
47532 Dandelion
47533 \begin_inset ERT
47534 status collapsed
47535
47536 \begin_layout Plain Layout
47537
47538 }{
47539 \end_layout
47540
47541 \end_inset
47542
47543
47544 \begin_inset Phantom Phantom
47545 status open
47546
47547 \begin_layout Plain Layout
47548 W
47549 \end_layout
47550
47551 \end_inset
47552
47553
47554 \begin_inset ERT
47555 status collapsed
47556
47557 \begin_layout Plain Layout
47558
47559 }
47560 \end_layout
47561
47562 \end_inset
47563
47564  Dandelion
47565 \end_layout
47566
47567 \end_inset
47568 </cell>
47569 <cell alignment="left" valignment="top" usebox="none">
47570 \begin_inset Text
47571
47572 \begin_layout Plain Layout
47573 \begin_inset ERT
47574 status collapsed
47575
47576 \begin_layout Plain Layout
47577
47578
47579 \backslash
47580 fcolorbox{black}{
47581 \end_layout
47582
47583 \end_inset
47584
47585 DarkOrchid
47586 \begin_inset ERT
47587 status collapsed
47588
47589 \begin_layout Plain Layout
47590
47591 }{
47592 \end_layout
47593
47594 \end_inset
47595
47596
47597 \begin_inset Phantom Phantom
47598 status open
47599
47600 \begin_layout Plain Layout
47601 W
47602 \end_layout
47603
47604 \end_inset
47605
47606
47607 \begin_inset ERT
47608 status collapsed
47609
47610 \begin_layout Plain Layout
47611
47612 }
47613 \end_layout
47614
47615 \end_inset
47616
47617  DarkOrchid
47618 \end_layout
47619
47620 \end_inset
47621 </cell>
47622 <cell alignment="left" valignment="top" usebox="none">
47623 \begin_inset Text
47624
47625 \begin_layout Plain Layout
47626 \begin_inset ERT
47627 status collapsed
47628
47629 \begin_layout Plain Layout
47630
47631
47632 \backslash
47633 fcolorbox{black}{
47634 \end_layout
47635
47636 \end_inset
47637
47638 Emerald
47639 \begin_inset ERT
47640 status collapsed
47641
47642 \begin_layout Plain Layout
47643
47644 }{
47645 \end_layout
47646
47647 \end_inset
47648
47649
47650 \begin_inset Phantom Phantom
47651 status open
47652
47653 \begin_layout Plain Layout
47654 W
47655 \end_layout
47656
47657 \end_inset
47658
47659
47660 \begin_inset ERT
47661 status collapsed
47662
47663 \begin_layout Plain Layout
47664
47665 }
47666 \end_layout
47667
47668 \end_inset
47669
47670  Emerald
47671 \end_layout
47672
47673 \end_inset
47674 </cell>
47675 <cell alignment="left" valignment="top" usebox="none">
47676 \begin_inset Text
47677
47678 \begin_layout Plain Layout
47679 \begin_inset ERT
47680 status collapsed
47681
47682 \begin_layout Plain Layout
47683
47684
47685 \backslash
47686 fcolorbox{black}{
47687 \end_layout
47688
47689 \end_inset
47690
47691 ForestGreen
47692 \begin_inset ERT
47693 status collapsed
47694
47695 \begin_layout Plain Layout
47696
47697 }{
47698 \end_layout
47699
47700 \end_inset
47701
47702
47703 \begin_inset Phantom Phantom
47704 status open
47705
47706 \begin_layout Plain Layout
47707 W
47708 \end_layout
47709
47710 \end_inset
47711
47712
47713 \begin_inset ERT
47714 status collapsed
47715
47716 \begin_layout Plain Layout
47717
47718 }
47719 \end_layout
47720
47721 \end_inset
47722
47723  ForestGreen
47724 \end_layout
47725
47726 \end_inset
47727 </cell>
47728 </row>
47729 <row>
47730 <cell alignment="left" valignment="top" usebox="none">
47731 \begin_inset Text
47732
47733 \begin_layout Plain Layout
47734 \begin_inset ERT
47735 status collapsed
47736
47737 \begin_layout Plain Layout
47738
47739
47740 \backslash
47741 fcolorbox{black}{
47742 \end_layout
47743
47744 \end_inset
47745
47746 Fuchsia
47747 \begin_inset ERT
47748 status collapsed
47749
47750 \begin_layout Plain Layout
47751
47752 }{
47753 \end_layout
47754
47755 \end_inset
47756
47757
47758 \begin_inset Phantom Phantom
47759 status open
47760
47761 \begin_layout Plain Layout
47762 W
47763 \end_layout
47764
47765 \end_inset
47766
47767
47768 \begin_inset ERT
47769 status collapsed
47770
47771 \begin_layout Plain Layout
47772
47773 }
47774 \end_layout
47775
47776 \end_inset
47777
47778  Fuchsia
47779 \end_layout
47780
47781 \end_inset
47782 </cell>
47783 <cell alignment="left" valignment="top" usebox="none">
47784 \begin_inset Text
47785
47786 \begin_layout Plain Layout
47787 \begin_inset ERT
47788 status collapsed
47789
47790 \begin_layout Plain Layout
47791
47792
47793 \backslash
47794 fcolorbox{black}{
47795 \end_layout
47796
47797 \end_inset
47798
47799 Goldenrod
47800 \begin_inset ERT
47801 status collapsed
47802
47803 \begin_layout Plain Layout
47804
47805 }{
47806 \end_layout
47807
47808 \end_inset
47809
47810
47811 \begin_inset Phantom Phantom
47812 status open
47813
47814 \begin_layout Plain Layout
47815 W
47816 \end_layout
47817
47818 \end_inset
47819
47820
47821 \begin_inset ERT
47822 status collapsed
47823
47824 \begin_layout Plain Layout
47825
47826 }
47827 \end_layout
47828
47829 \end_inset
47830
47831  Goldenrod
47832 \end_layout
47833
47834 \end_inset
47835 </cell>
47836 <cell alignment="left" valignment="top" usebox="none">
47837 \begin_inset Text
47838
47839 \begin_layout Plain Layout
47840 \begin_inset ERT
47841 status collapsed
47842
47843 \begin_layout Plain Layout
47844
47845
47846 \backslash
47847 fcolorbox{black}{
47848 \end_layout
47849
47850 \end_inset
47851
47852 Gray
47853 \begin_inset ERT
47854 status collapsed
47855
47856 \begin_layout Plain Layout
47857
47858 }{
47859 \end_layout
47860
47861 \end_inset
47862
47863
47864 \begin_inset Phantom Phantom
47865 status open
47866
47867 \begin_layout Plain Layout
47868 W
47869 \end_layout
47870
47871 \end_inset
47872
47873
47874 \begin_inset ERT
47875 status collapsed
47876
47877 \begin_layout Plain Layout
47878
47879 }
47880 \end_layout
47881
47882 \end_inset
47883
47884  Gray
47885 \end_layout
47886
47887 \end_inset
47888 </cell>
47889 <cell alignment="left" valignment="top" usebox="none">
47890 \begin_inset Text
47891
47892 \begin_layout Plain Layout
47893 \begin_inset ERT
47894 status collapsed
47895
47896 \begin_layout Plain Layout
47897
47898
47899 \backslash
47900 fcolorbox{black}{
47901 \end_layout
47902
47903 \end_inset
47904
47905 GreenYellow
47906 \begin_inset ERT
47907 status collapsed
47908
47909 \begin_layout Plain Layout
47910
47911 }{
47912 \end_layout
47913
47914 \end_inset
47915
47916
47917 \begin_inset Phantom Phantom
47918 status open
47919
47920 \begin_layout Plain Layout
47921 W
47922 \end_layout
47923
47924 \end_inset
47925
47926
47927 \begin_inset ERT
47928 status collapsed
47929
47930 \begin_layout Plain Layout
47931
47932 }
47933 \end_layout
47934
47935 \end_inset
47936
47937  GreenYellow
47938 \end_layout
47939
47940 \end_inset
47941 </cell>
47942 </row>
47943 <row>
47944 <cell alignment="center" valignment="top" usebox="none">
47945 \begin_inset Text
47946
47947 \begin_layout Plain Layout
47948 \begin_inset ERT
47949 status collapsed
47950
47951 \begin_layout Plain Layout
47952
47953
47954 \backslash
47955 fcolorbox{black}{
47956 \end_layout
47957
47958 \end_inset
47959
47960 JungleGreen
47961 \begin_inset ERT
47962 status collapsed
47963
47964 \begin_layout Plain Layout
47965
47966 }{
47967 \end_layout
47968
47969 \end_inset
47970
47971
47972 \begin_inset Phantom Phantom
47973 status open
47974
47975 \begin_layout Plain Layout
47976 W
47977 \end_layout
47978
47979 \end_inset
47980
47981
47982 \begin_inset ERT
47983 status collapsed
47984
47985 \begin_layout Plain Layout
47986
47987 }
47988 \end_layout
47989
47990 \end_inset
47991
47992  JungleGreen
47993 \end_layout
47994
47995 \end_inset
47996 </cell>
47997 <cell alignment="center" valignment="top" usebox="none">
47998 \begin_inset Text
47999
48000 \begin_layout Plain Layout
48001 \begin_inset ERT
48002 status collapsed
48003
48004 \begin_layout Plain Layout
48005
48006
48007 \backslash
48008 fcolorbox{black}{
48009 \end_layout
48010
48011 \end_inset
48012
48013 Lavender
48014 \begin_inset ERT
48015 status collapsed
48016
48017 \begin_layout Plain Layout
48018
48019 }{
48020 \end_layout
48021
48022 \end_inset
48023
48024
48025 \begin_inset Phantom Phantom
48026 status open
48027
48028 \begin_layout Plain Layout
48029 W
48030 \end_layout
48031
48032 \end_inset
48033
48034
48035 \begin_inset ERT
48036 status collapsed
48037
48038 \begin_layout Plain Layout
48039
48040 }
48041 \end_layout
48042
48043 \end_inset
48044
48045  Lavender
48046 \end_layout
48047
48048 \end_inset
48049 </cell>
48050 <cell alignment="center" valignment="top" usebox="none">
48051 \begin_inset Text
48052
48053 \begin_layout Plain Layout
48054 \begin_inset ERT
48055 status collapsed
48056
48057 \begin_layout Plain Layout
48058
48059
48060 \backslash
48061 fcolorbox{black}{
48062 \end_layout
48063
48064 \end_inset
48065
48066 LimeGreen
48067 \begin_inset ERT
48068 status collapsed
48069
48070 \begin_layout Plain Layout
48071
48072 }{
48073 \end_layout
48074
48075 \end_inset
48076
48077
48078 \begin_inset Phantom Phantom
48079 status open
48080
48081 \begin_layout Plain Layout
48082 W
48083 \end_layout
48084
48085 \end_inset
48086
48087
48088 \begin_inset ERT
48089 status collapsed
48090
48091 \begin_layout Plain Layout
48092
48093 }
48094 \end_layout
48095
48096 \end_inset
48097
48098  LimeGreen
48099 \end_layout
48100
48101 \end_inset
48102 </cell>
48103 <cell alignment="center" valignment="top" usebox="none">
48104 \begin_inset Text
48105
48106 \begin_layout Plain Layout
48107 \begin_inset ERT
48108 status collapsed
48109
48110 \begin_layout Plain Layout
48111
48112
48113 \backslash
48114 fcolorbox{black}{
48115 \end_layout
48116
48117 \end_inset
48118
48119 Mahogany
48120 \begin_inset ERT
48121 status collapsed
48122
48123 \begin_layout Plain Layout
48124
48125 }{
48126 \end_layout
48127
48128 \end_inset
48129
48130
48131 \begin_inset Phantom Phantom
48132 status open
48133
48134 \begin_layout Plain Layout
48135 W
48136 \end_layout
48137
48138 \end_inset
48139
48140
48141 \begin_inset ERT
48142 status collapsed
48143
48144 \begin_layout Plain Layout
48145
48146 }
48147 \end_layout
48148
48149 \end_inset
48150
48151  Mahogany
48152 \end_layout
48153
48154 \end_inset
48155 </cell>
48156 </row>
48157 <row>
48158 <cell alignment="left" valignment="top" usebox="none">
48159 \begin_inset Text
48160
48161 \begin_layout Plain Layout
48162 \begin_inset ERT
48163 status collapsed
48164
48165 \begin_layout Plain Layout
48166
48167
48168 \backslash
48169 fcolorbox{black}{
48170 \end_layout
48171
48172 \end_inset
48173
48174 Mahogany
48175 \begin_inset ERT
48176 status collapsed
48177
48178 \begin_layout Plain Layout
48179
48180 }{
48181 \end_layout
48182
48183 \end_inset
48184
48185
48186 \begin_inset Phantom Phantom
48187 status open
48188
48189 \begin_layout Plain Layout
48190 W
48191 \end_layout
48192
48193 \end_inset
48194
48195
48196 \begin_inset ERT
48197 status collapsed
48198
48199 \begin_layout Plain Layout
48200
48201 }
48202 \end_layout
48203
48204 \end_inset
48205
48206  Mahogany
48207 \end_layout
48208
48209 \end_inset
48210 </cell>
48211 <cell alignment="left" valignment="top" usebox="none">
48212 \begin_inset Text
48213
48214 \begin_layout Plain Layout
48215 \begin_inset ERT
48216 status collapsed
48217
48218 \begin_layout Plain Layout
48219
48220
48221 \backslash
48222 fcolorbox{black}{
48223 \end_layout
48224
48225 \end_inset
48226
48227 Maroon
48228 \begin_inset ERT
48229 status collapsed
48230
48231 \begin_layout Plain Layout
48232
48233 }{
48234 \end_layout
48235
48236 \end_inset
48237
48238
48239 \begin_inset Phantom Phantom
48240 status open
48241
48242 \begin_layout Plain Layout
48243 W
48244 \end_layout
48245
48246 \end_inset
48247
48248
48249 \begin_inset ERT
48250 status collapsed
48251
48252 \begin_layout Plain Layout
48253
48254 }
48255 \end_layout
48256
48257 \end_inset
48258
48259  Maroon
48260 \end_layout
48261
48262 \end_inset
48263 </cell>
48264 <cell alignment="left" valignment="top" usebox="none">
48265 \begin_inset Text
48266
48267 \begin_layout Plain Layout
48268 \begin_inset ERT
48269 status collapsed
48270
48271 \begin_layout Plain Layout
48272
48273
48274 \backslash
48275 fcolorbox{black}{
48276 \end_layout
48277
48278 \end_inset
48279
48280 Melon
48281 \begin_inset ERT
48282 status collapsed
48283
48284 \begin_layout Plain Layout
48285
48286 }{
48287 \end_layout
48288
48289 \end_inset
48290
48291
48292 \begin_inset Phantom Phantom
48293 status open
48294
48295 \begin_layout Plain Layout
48296 W
48297 \end_layout
48298
48299 \end_inset
48300
48301
48302 \begin_inset ERT
48303 status collapsed
48304
48305 \begin_layout Plain Layout
48306
48307 }
48308 \end_layout
48309
48310 \end_inset
48311
48312  Melon
48313 \end_layout
48314
48315 \end_inset
48316 </cell>
48317 <cell alignment="left" valignment="top" usebox="none">
48318 \begin_inset Text
48319
48320 \begin_layout Plain Layout
48321 \begin_inset ERT
48322 status collapsed
48323
48324 \begin_layout Plain Layout
48325
48326
48327 \backslash
48328 fcolorbox{black}{
48329 \end_layout
48330
48331 \end_inset
48332
48333 MidnightBlue
48334 \begin_inset ERT
48335 status collapsed
48336
48337 \begin_layout Plain Layout
48338
48339 }{
48340 \end_layout
48341
48342 \end_inset
48343
48344
48345 \begin_inset Phantom Phantom
48346 status open
48347
48348 \begin_layout Plain Layout
48349 W
48350 \end_layout
48351
48352 \end_inset
48353
48354
48355 \begin_inset ERT
48356 status collapsed
48357
48358 \begin_layout Plain Layout
48359
48360 }
48361 \end_layout
48362
48363 \end_inset
48364
48365  MidnightBlue
48366 \end_layout
48367
48368 \end_inset
48369 </cell>
48370 </row>
48371 <row>
48372 <cell alignment="left" valignment="top" usebox="none">
48373 \begin_inset Text
48374
48375 \begin_layout Plain Layout
48376 \begin_inset ERT
48377 status collapsed
48378
48379 \begin_layout Plain Layout
48380
48381
48382 \backslash
48383 fcolorbox{black}{
48384 \end_layout
48385
48386 \end_inset
48387
48388 Mulberry
48389 \begin_inset ERT
48390 status collapsed
48391
48392 \begin_layout Plain Layout
48393
48394 }{
48395 \end_layout
48396
48397 \end_inset
48398
48399
48400 \begin_inset Phantom Phantom
48401 status open
48402
48403 \begin_layout Plain Layout
48404 W
48405 \end_layout
48406
48407 \end_inset
48408
48409
48410 \begin_inset ERT
48411 status collapsed
48412
48413 \begin_layout Plain Layout
48414
48415 }
48416 \end_layout
48417
48418 \end_inset
48419
48420  Mulberry
48421 \end_layout
48422
48423 \end_inset
48424 </cell>
48425 <cell alignment="left" valignment="top" usebox="none">
48426 \begin_inset Text
48427
48428 \begin_layout Plain Layout
48429 \begin_inset ERT
48430 status collapsed
48431
48432 \begin_layout Plain Layout
48433
48434
48435 \backslash
48436 fcolorbox{black}{
48437 \end_layout
48438
48439 \end_inset
48440
48441 NavyBlue
48442 \begin_inset ERT
48443 status collapsed
48444
48445 \begin_layout Plain Layout
48446
48447 }{
48448 \end_layout
48449
48450 \end_inset
48451
48452
48453 \begin_inset Phantom Phantom
48454 status open
48455
48456 \begin_layout Plain Layout
48457 W
48458 \end_layout
48459
48460 \end_inset
48461
48462
48463 \begin_inset ERT
48464 status collapsed
48465
48466 \begin_layout Plain Layout
48467
48468 }
48469 \end_layout
48470
48471 \end_inset
48472
48473  NavyBlue
48474 \end_layout
48475
48476 \end_inset
48477 </cell>
48478 <cell alignment="left" valignment="top" usebox="none">
48479 \begin_inset Text
48480
48481 \begin_layout Plain Layout
48482 \begin_inset ERT
48483 status collapsed
48484
48485 \begin_layout Plain Layout
48486
48487
48488 \backslash
48489 fcolorbox{black}{
48490 \end_layout
48491
48492 \end_inset
48493
48494 OliveGreen
48495 \begin_inset ERT
48496 status collapsed
48497
48498 \begin_layout Plain Layout
48499
48500 }{
48501 \end_layout
48502
48503 \end_inset
48504
48505
48506 \begin_inset Phantom Phantom
48507 status open
48508
48509 \begin_layout Plain Layout
48510 W
48511 \end_layout
48512
48513 \end_inset
48514
48515
48516 \begin_inset ERT
48517 status collapsed
48518
48519 \begin_layout Plain Layout
48520
48521 }
48522 \end_layout
48523
48524 \end_inset
48525
48526  OliveGreen
48527 \end_layout
48528
48529 \end_inset
48530 </cell>
48531 <cell alignment="left" valignment="top" usebox="none">
48532 \begin_inset Text
48533
48534 \begin_layout Plain Layout
48535 \begin_inset ERT
48536 status collapsed
48537
48538 \begin_layout Plain Layout
48539
48540
48541 \backslash
48542 fcolorbox{black}{
48543 \end_layout
48544
48545 \end_inset
48546
48547 Orange
48548 \begin_inset ERT
48549 status collapsed
48550
48551 \begin_layout Plain Layout
48552
48553 }{
48554 \end_layout
48555
48556 \end_inset
48557
48558
48559 \begin_inset Phantom Phantom
48560 status open
48561
48562 \begin_layout Plain Layout
48563 W
48564 \end_layout
48565
48566 \end_inset
48567
48568
48569 \begin_inset ERT
48570 status collapsed
48571
48572 \begin_layout Plain Layout
48573
48574 }
48575 \end_layout
48576
48577 \end_inset
48578
48579  Orange
48580 \end_layout
48581
48582 \end_inset
48583 </cell>
48584 </row>
48585 <row>
48586 <cell alignment="left" valignment="top" usebox="none">
48587 \begin_inset Text
48588
48589 \begin_layout Plain Layout
48590 \begin_inset ERT
48591 status collapsed
48592
48593 \begin_layout Plain Layout
48594
48595
48596 \backslash
48597 fcolorbox{black}{
48598 \end_layout
48599
48600 \end_inset
48601
48602 OrangeRed
48603 \begin_inset ERT
48604 status collapsed
48605
48606 \begin_layout Plain Layout
48607
48608 }{
48609 \end_layout
48610
48611 \end_inset
48612
48613
48614 \begin_inset Phantom Phantom
48615 status open
48616
48617 \begin_layout Plain Layout
48618 W
48619 \end_layout
48620
48621 \end_inset
48622
48623
48624 \begin_inset ERT
48625 status collapsed
48626
48627 \begin_layout Plain Layout
48628
48629 }
48630 \end_layout
48631
48632 \end_inset
48633
48634  OrangeRed
48635 \end_layout
48636
48637 \end_inset
48638 </cell>
48639 <cell alignment="left" valignment="top" usebox="none">
48640 \begin_inset Text
48641
48642 \begin_layout Plain Layout
48643 \begin_inset ERT
48644 status collapsed
48645
48646 \begin_layout Plain Layout
48647
48648
48649 \backslash
48650 fcolorbox{black}{
48651 \end_layout
48652
48653 \end_inset
48654
48655 Orchid
48656 \begin_inset ERT
48657 status collapsed
48658
48659 \begin_layout Plain Layout
48660
48661 }{
48662 \end_layout
48663
48664 \end_inset
48665
48666
48667 \begin_inset Phantom Phantom
48668 status open
48669
48670 \begin_layout Plain Layout
48671 W
48672 \end_layout
48673
48674 \end_inset
48675
48676
48677 \begin_inset ERT
48678 status collapsed
48679
48680 \begin_layout Plain Layout
48681
48682 }
48683 \end_layout
48684
48685 \end_inset
48686
48687  Orchid
48688 \end_layout
48689
48690 \end_inset
48691 </cell>
48692 <cell alignment="left" valignment="top" usebox="none">
48693 \begin_inset Text
48694
48695 \begin_layout Plain Layout
48696 \begin_inset ERT
48697 status collapsed
48698
48699 \begin_layout Plain Layout
48700
48701
48702 \backslash
48703 fcolorbox{black}{
48704 \end_layout
48705
48706 \end_inset
48707
48708 Peach
48709 \begin_inset ERT
48710 status collapsed
48711
48712 \begin_layout Plain Layout
48713
48714 }{
48715 \end_layout
48716
48717 \end_inset
48718
48719
48720 \begin_inset Phantom Phantom
48721 status open
48722
48723 \begin_layout Plain Layout
48724 W
48725 \end_layout
48726
48727 \end_inset
48728
48729
48730 \begin_inset ERT
48731 status collapsed
48732
48733 \begin_layout Plain Layout
48734
48735 }
48736 \end_layout
48737
48738 \end_inset
48739
48740  Peach
48741 \end_layout
48742
48743 \end_inset
48744 </cell>
48745 <cell alignment="left" valignment="top" usebox="none">
48746 \begin_inset Text
48747
48748 \begin_layout Plain Layout
48749 \begin_inset ERT
48750 status collapsed
48751
48752 \begin_layout Plain Layout
48753
48754
48755 \backslash
48756 fcolorbox{black}{
48757 \end_layout
48758
48759 \end_inset
48760
48761 Periwinkle
48762 \begin_inset ERT
48763 status collapsed
48764
48765 \begin_layout Plain Layout
48766
48767 }{
48768 \end_layout
48769
48770 \end_inset
48771
48772
48773 \begin_inset Phantom Phantom
48774 status open
48775
48776 \begin_layout Plain Layout
48777 W
48778 \end_layout
48779
48780 \end_inset
48781
48782
48783 \begin_inset ERT
48784 status collapsed
48785
48786 \begin_layout Plain Layout
48787
48788 }
48789 \end_layout
48790
48791 \end_inset
48792
48793  Periwinkle
48794 \end_layout
48795
48796 \end_inset
48797 </cell>
48798 </row>
48799 <row>
48800 <cell alignment="left" valignment="top" usebox="none">
48801 \begin_inset Text
48802
48803 \begin_layout Plain Layout
48804 \begin_inset ERT
48805 status collapsed
48806
48807 \begin_layout Plain Layout
48808
48809
48810 \backslash
48811 fcolorbox{black}{
48812 \end_layout
48813
48814 \end_inset
48815
48816 PineGreen
48817 \begin_inset ERT
48818 status collapsed
48819
48820 \begin_layout Plain Layout
48821
48822 }{
48823 \end_layout
48824
48825 \end_inset
48826
48827
48828 \begin_inset Phantom Phantom
48829 status open
48830
48831 \begin_layout Plain Layout
48832 W
48833 \end_layout
48834
48835 \end_inset
48836
48837
48838 \begin_inset ERT
48839 status collapsed
48840
48841 \begin_layout Plain Layout
48842
48843 }
48844 \end_layout
48845
48846 \end_inset
48847
48848  PineGreen
48849 \end_layout
48850
48851 \end_inset
48852 </cell>
48853 <cell alignment="left" valignment="top" usebox="none">
48854 \begin_inset Text
48855
48856 \begin_layout Plain Layout
48857 \begin_inset ERT
48858 status collapsed
48859
48860 \begin_layout Plain Layout
48861
48862
48863 \backslash
48864 fcolorbox{black}{
48865 \end_layout
48866
48867 \end_inset
48868
48869 Plum
48870 \begin_inset ERT
48871 status collapsed
48872
48873 \begin_layout Plain Layout
48874
48875 }{
48876 \end_layout
48877
48878 \end_inset
48879
48880
48881 \begin_inset Phantom Phantom
48882 status open
48883
48884 \begin_layout Plain Layout
48885 W
48886 \end_layout
48887
48888 \end_inset
48889
48890
48891 \begin_inset ERT
48892 status collapsed
48893
48894 \begin_layout Plain Layout
48895
48896 }
48897 \end_layout
48898
48899 \end_inset
48900
48901  Plum
48902 \end_layout
48903
48904 \end_inset
48905 </cell>
48906 <cell alignment="left" valignment="top" usebox="none">
48907 \begin_inset Text
48908
48909 \begin_layout Plain Layout
48910 \begin_inset ERT
48911 status collapsed
48912
48913 \begin_layout Plain Layout
48914
48915
48916 \backslash
48917 fcolorbox{black}{
48918 \end_layout
48919
48920 \end_inset
48921
48922 ProcessBlue
48923 \begin_inset ERT
48924 status collapsed
48925
48926 \begin_layout Plain Layout
48927
48928 }{
48929 \end_layout
48930
48931 \end_inset
48932
48933
48934 \begin_inset Phantom Phantom
48935 status open
48936
48937 \begin_layout Plain Layout
48938 W
48939 \end_layout
48940
48941 \end_inset
48942
48943
48944 \begin_inset ERT
48945 status collapsed
48946
48947 \begin_layout Plain Layout
48948
48949 }
48950 \end_layout
48951
48952 \end_inset
48953
48954  ProcessBlue
48955 \end_layout
48956
48957 \end_inset
48958 </cell>
48959 <cell alignment="left" valignment="top" usebox="none">
48960 \begin_inset Text
48961
48962 \begin_layout Plain Layout
48963 \begin_inset ERT
48964 status collapsed
48965
48966 \begin_layout Plain Layout
48967
48968
48969 \backslash
48970 fcolorbox{black}{
48971 \end_layout
48972
48973 \end_inset
48974
48975 Purple
48976 \begin_inset ERT
48977 status collapsed
48978
48979 \begin_layout Plain Layout
48980
48981 }{
48982 \end_layout
48983
48984 \end_inset
48985
48986
48987 \begin_inset Phantom Phantom
48988 status open
48989
48990 \begin_layout Plain Layout
48991 W
48992 \end_layout
48993
48994 \end_inset
48995
48996
48997 \begin_inset ERT
48998 status collapsed
48999
49000 \begin_layout Plain Layout
49001
49002 }
49003 \end_layout
49004
49005 \end_inset
49006
49007  Purple
49008 \end_layout
49009
49010 \end_inset
49011 </cell>
49012 </row>
49013 <row>
49014 <cell alignment="left" valignment="top" usebox="none">
49015 \begin_inset Text
49016
49017 \begin_layout Plain Layout
49018 \begin_inset ERT
49019 status collapsed
49020
49021 \begin_layout Plain Layout
49022
49023
49024 \backslash
49025 fcolorbox{black}{
49026 \end_layout
49027
49028 \end_inset
49029
49030 RawSienna
49031 \begin_inset ERT
49032 status collapsed
49033
49034 \begin_layout Plain Layout
49035
49036 }{
49037 \end_layout
49038
49039 \end_inset
49040
49041
49042 \begin_inset Phantom Phantom
49043 status open
49044
49045 \begin_layout Plain Layout
49046 W
49047 \end_layout
49048
49049 \end_inset
49050
49051
49052 \begin_inset ERT
49053 status collapsed
49054
49055 \begin_layout Plain Layout
49056
49057 }
49058 \end_layout
49059
49060 \end_inset
49061
49062  RawSienna
49063 \end_layout
49064
49065 \end_inset
49066 </cell>
49067 <cell alignment="left" valignment="top" usebox="none">
49068 \begin_inset Text
49069
49070 \begin_layout Plain Layout
49071 \begin_inset ERT
49072 status collapsed
49073
49074 \begin_layout Plain Layout
49075
49076
49077 \backslash
49078 fcolorbox{black}{
49079 \end_layout
49080
49081 \end_inset
49082
49083 RedOrange
49084 \begin_inset ERT
49085 status collapsed
49086
49087 \begin_layout Plain Layout
49088
49089 }{
49090 \end_layout
49091
49092 \end_inset
49093
49094
49095 \begin_inset Phantom Phantom
49096 status open
49097
49098 \begin_layout Plain Layout
49099 W
49100 \end_layout
49101
49102 \end_inset
49103
49104
49105 \begin_inset ERT
49106 status collapsed
49107
49108 \begin_layout Plain Layout
49109
49110 }
49111 \end_layout
49112
49113 \end_inset
49114
49115  RedOrange
49116 \end_layout
49117
49118 \end_inset
49119 </cell>
49120 <cell alignment="left" valignment="top" usebox="none">
49121 \begin_inset Text
49122
49123 \begin_layout Plain Layout
49124 \begin_inset ERT
49125 status collapsed
49126
49127 \begin_layout Plain Layout
49128
49129
49130 \backslash
49131 fcolorbox{black}{
49132 \end_layout
49133
49134 \end_inset
49135
49136 RedViolet
49137 \begin_inset ERT
49138 status collapsed
49139
49140 \begin_layout Plain Layout
49141
49142 }{
49143 \end_layout
49144
49145 \end_inset
49146
49147
49148 \begin_inset Phantom Phantom
49149 status open
49150
49151 \begin_layout Plain Layout
49152 W
49153 \end_layout
49154
49155 \end_inset
49156
49157
49158 \begin_inset ERT
49159 status collapsed
49160
49161 \begin_layout Plain Layout
49162
49163 }
49164 \end_layout
49165
49166 \end_inset
49167
49168  RedViolet
49169 \end_layout
49170
49171 \end_inset
49172 </cell>
49173 <cell alignment="left" valignment="top" usebox="none">
49174 \begin_inset Text
49175
49176 \begin_layout Plain Layout
49177 \begin_inset ERT
49178 status collapsed
49179
49180 \begin_layout Plain Layout
49181
49182
49183 \backslash
49184 fcolorbox{black}{
49185 \end_layout
49186
49187 \end_inset
49188
49189 Rhodamine
49190 \begin_inset ERT
49191 status collapsed
49192
49193 \begin_layout Plain Layout
49194
49195 }{
49196 \end_layout
49197
49198 \end_inset
49199
49200
49201 \begin_inset Phantom Phantom
49202 status open
49203
49204 \begin_layout Plain Layout
49205 W
49206 \end_layout
49207
49208 \end_inset
49209
49210
49211 \begin_inset ERT
49212 status collapsed
49213
49214 \begin_layout Plain Layout
49215
49216 }
49217 \end_layout
49218
49219 \end_inset
49220
49221  Rhodamine
49222 \end_layout
49223
49224 \end_inset
49225 </cell>
49226 </row>
49227 <row>
49228 <cell alignment="left" valignment="top" usebox="none">
49229 \begin_inset Text
49230
49231 \begin_layout Plain Layout
49232 \begin_inset ERT
49233 status collapsed
49234
49235 \begin_layout Plain Layout
49236
49237
49238 \backslash
49239 fcolorbox{black}{
49240 \end_layout
49241
49242 \end_inset
49243
49244 RoyalBlue
49245 \begin_inset ERT
49246 status collapsed
49247
49248 \begin_layout Plain Layout
49249
49250 }{
49251 \end_layout
49252
49253 \end_inset
49254
49255
49256 \begin_inset Phantom Phantom
49257 status open
49258
49259 \begin_layout Plain Layout
49260 W
49261 \end_layout
49262
49263 \end_inset
49264
49265
49266 \begin_inset ERT
49267 status collapsed
49268
49269 \begin_layout Plain Layout
49270
49271 }
49272 \end_layout
49273
49274 \end_inset
49275
49276  RoyalBlue
49277 \end_layout
49278
49279 \end_inset
49280 </cell>
49281 <cell alignment="left" valignment="top" usebox="none">
49282 \begin_inset Text
49283
49284 \begin_layout Plain Layout
49285 \begin_inset ERT
49286 status collapsed
49287
49288 \begin_layout Plain Layout
49289
49290
49291 \backslash
49292 fcolorbox{black}{
49293 \end_layout
49294
49295 \end_inset
49296
49297 RoyalPurple
49298 \begin_inset ERT
49299 status collapsed
49300
49301 \begin_layout Plain Layout
49302
49303 }{
49304 \end_layout
49305
49306 \end_inset
49307
49308
49309 \begin_inset Phantom Phantom
49310 status open
49311
49312 \begin_layout Plain Layout
49313 W
49314 \end_layout
49315
49316 \end_inset
49317
49318
49319 \begin_inset ERT
49320 status collapsed
49321
49322 \begin_layout Plain Layout
49323
49324 }
49325 \end_layout
49326
49327 \end_inset
49328
49329  RoyalPurple
49330 \end_layout
49331
49332 \end_inset
49333 </cell>
49334 <cell alignment="left" valignment="top" usebox="none">
49335 \begin_inset Text
49336
49337 \begin_layout Plain Layout
49338 \begin_inset ERT
49339 status collapsed
49340
49341 \begin_layout Plain Layout
49342
49343
49344 \backslash
49345 fcolorbox{black}{
49346 \end_layout
49347
49348 \end_inset
49349
49350 RubineRed
49351 \begin_inset ERT
49352 status collapsed
49353
49354 \begin_layout Plain Layout
49355
49356 }{
49357 \end_layout
49358
49359 \end_inset
49360
49361
49362 \begin_inset Phantom Phantom
49363 status open
49364
49365 \begin_layout Plain Layout
49366 W
49367 \end_layout
49368
49369 \end_inset
49370
49371
49372 \begin_inset ERT
49373 status collapsed
49374
49375 \begin_layout Plain Layout
49376
49377 }
49378 \end_layout
49379
49380 \end_inset
49381
49382  RubineRed
49383 \end_layout
49384
49385 \end_inset
49386 </cell>
49387 <cell alignment="left" valignment="top" usebox="none">
49388 \begin_inset Text
49389
49390 \begin_layout Plain Layout
49391 \begin_inset ERT
49392 status collapsed
49393
49394 \begin_layout Plain Layout
49395
49396
49397 \backslash
49398 fcolorbox{black}{
49399 \end_layout
49400
49401 \end_inset
49402
49403 Salmon
49404 \begin_inset ERT
49405 status collapsed
49406
49407 \begin_layout Plain Layout
49408
49409 }{
49410 \end_layout
49411
49412 \end_inset
49413
49414
49415 \begin_inset Phantom Phantom
49416 status open
49417
49418 \begin_layout Plain Layout
49419 W
49420 \end_layout
49421
49422 \end_inset
49423
49424
49425 \begin_inset ERT
49426 status collapsed
49427
49428 \begin_layout Plain Layout
49429
49430 }
49431 \end_layout
49432
49433 \end_inset
49434
49435  Salmon
49436 \end_layout
49437
49438 \end_inset
49439 </cell>
49440 </row>
49441 <row>
49442 <cell alignment="left" valignment="top" usebox="none">
49443 \begin_inset Text
49444
49445 \begin_layout Plain Layout
49446 \begin_inset ERT
49447 status collapsed
49448
49449 \begin_layout Plain Layout
49450
49451
49452 \backslash
49453 fcolorbox{black}{
49454 \end_layout
49455
49456 \end_inset
49457
49458 SeaGreen
49459 \begin_inset ERT
49460 status collapsed
49461
49462 \begin_layout Plain Layout
49463
49464 }{
49465 \end_layout
49466
49467 \end_inset
49468
49469
49470 \begin_inset Phantom Phantom
49471 status open
49472
49473 \begin_layout Plain Layout
49474 W
49475 \end_layout
49476
49477 \end_inset
49478
49479
49480 \begin_inset ERT
49481 status collapsed
49482
49483 \begin_layout Plain Layout
49484
49485 }
49486 \end_layout
49487
49488 \end_inset
49489
49490  SeaGreen
49491 \end_layout
49492
49493 \end_inset
49494 </cell>
49495 <cell alignment="left" valignment="top" usebox="none">
49496 \begin_inset Text
49497
49498 \begin_layout Plain Layout
49499 \begin_inset ERT
49500 status collapsed
49501
49502 \begin_layout Plain Layout
49503
49504
49505 \backslash
49506 fcolorbox{black}{
49507 \end_layout
49508
49509 \end_inset
49510
49511 Sepia
49512 \begin_inset ERT
49513 status collapsed
49514
49515 \begin_layout Plain Layout
49516
49517 }{
49518 \end_layout
49519
49520 \end_inset
49521
49522
49523 \begin_inset Phantom Phantom
49524 status open
49525
49526 \begin_layout Plain Layout
49527 W
49528 \end_layout
49529
49530 \end_inset
49531
49532
49533 \begin_inset ERT
49534 status collapsed
49535
49536 \begin_layout Plain Layout
49537
49538 }
49539 \end_layout
49540
49541 \end_inset
49542
49543  Sepia
49544 \end_layout
49545
49546 \end_inset
49547 </cell>
49548 <cell alignment="left" valignment="top" usebox="none">
49549 \begin_inset Text
49550
49551 \begin_layout Plain Layout
49552 \begin_inset ERT
49553 status collapsed
49554
49555 \begin_layout Plain Layout
49556
49557
49558 \backslash
49559 fcolorbox{black}{
49560 \end_layout
49561
49562 \end_inset
49563
49564 SkyBlue
49565 \begin_inset ERT
49566 status collapsed
49567
49568 \begin_layout Plain Layout
49569
49570 }{
49571 \end_layout
49572
49573 \end_inset
49574
49575
49576 \begin_inset Phantom Phantom
49577 status open
49578
49579 \begin_layout Plain Layout
49580 W
49581 \end_layout
49582
49583 \end_inset
49584
49585
49586 \begin_inset ERT
49587 status collapsed
49588
49589 \begin_layout Plain Layout
49590
49591 }
49592 \end_layout
49593
49594 \end_inset
49595
49596  SkyBlue
49597 \end_layout
49598
49599 \end_inset
49600 </cell>
49601 <cell alignment="left" valignment="top" usebox="none">
49602 \begin_inset Text
49603
49604 \begin_layout Plain Layout
49605 \begin_inset ERT
49606 status collapsed
49607
49608 \begin_layout Plain Layout
49609
49610
49611 \backslash
49612 fcolorbox{black}{
49613 \end_layout
49614
49615 \end_inset
49616
49617 SpringGreen
49618 \begin_inset ERT
49619 status collapsed
49620
49621 \begin_layout Plain Layout
49622
49623 }{
49624 \end_layout
49625
49626 \end_inset
49627
49628
49629 \begin_inset Phantom Phantom
49630 status open
49631
49632 \begin_layout Plain Layout
49633 W
49634 \end_layout
49635
49636 \end_inset
49637
49638
49639 \begin_inset ERT
49640 status collapsed
49641
49642 \begin_layout Plain Layout
49643
49644 }
49645 \end_layout
49646
49647 \end_inset
49648
49649  SpringGreen
49650 \end_layout
49651
49652 \end_inset
49653 </cell>
49654 </row>
49655 <row>
49656 <cell alignment="left" valignment="top" usebox="none">
49657 \begin_inset Text
49658
49659 \begin_layout Plain Layout
49660 \begin_inset ERT
49661 status collapsed
49662
49663 \begin_layout Plain Layout
49664
49665
49666 \backslash
49667 fcolorbox{black}{
49668 \end_layout
49669
49670 \end_inset
49671
49672 Tan
49673 \begin_inset ERT
49674 status collapsed
49675
49676 \begin_layout Plain Layout
49677
49678 }{
49679 \end_layout
49680
49681 \end_inset
49682
49683
49684 \begin_inset Phantom Phantom
49685 status open
49686
49687 \begin_layout Plain Layout
49688 W
49689 \end_layout
49690
49691 \end_inset
49692
49693
49694 \begin_inset ERT
49695 status collapsed
49696
49697 \begin_layout Plain Layout
49698
49699 }
49700 \end_layout
49701
49702 \end_inset
49703
49704  Tan
49705 \end_layout
49706
49707 \end_inset
49708 </cell>
49709 <cell alignment="left" valignment="top" usebox="none">
49710 \begin_inset Text
49711
49712 \begin_layout Plain Layout
49713 \begin_inset ERT
49714 status collapsed
49715
49716 \begin_layout Plain Layout
49717
49718
49719 \backslash
49720 fcolorbox{black}{
49721 \end_layout
49722
49723 \end_inset
49724
49725 TealBlue
49726 \begin_inset ERT
49727 status collapsed
49728
49729 \begin_layout Plain Layout
49730
49731 }{
49732 \end_layout
49733
49734 \end_inset
49735
49736
49737 \begin_inset Phantom Phantom
49738 status open
49739
49740 \begin_layout Plain Layout
49741 W
49742 \end_layout
49743
49744 \end_inset
49745
49746
49747 \begin_inset ERT
49748 status collapsed
49749
49750 \begin_layout Plain Layout
49751
49752 }
49753 \end_layout
49754
49755 \end_inset
49756
49757  TealBlue
49758 \end_layout
49759
49760 \end_inset
49761 </cell>
49762 <cell alignment="left" valignment="top" usebox="none">
49763 \begin_inset Text
49764
49765 \begin_layout Plain Layout
49766 \begin_inset ERT
49767 status collapsed
49768
49769 \begin_layout Plain Layout
49770
49771
49772 \backslash
49773 fcolorbox{black}{
49774 \end_layout
49775
49776 \end_inset
49777
49778 Thistle
49779 \begin_inset ERT
49780 status collapsed
49781
49782 \begin_layout Plain Layout
49783
49784 }{
49785 \end_layout
49786
49787 \end_inset
49788
49789
49790 \begin_inset Phantom Phantom
49791 status open
49792
49793 \begin_layout Plain Layout
49794 W
49795 \end_layout
49796
49797 \end_inset
49798
49799
49800 \begin_inset ERT
49801 status collapsed
49802
49803 \begin_layout Plain Layout
49804
49805 }
49806 \end_layout
49807
49808 \end_inset
49809
49810  Thistle
49811 \end_layout
49812
49813 \end_inset
49814 </cell>
49815 <cell alignment="left" valignment="top" usebox="none">
49816 \begin_inset Text
49817
49818 \begin_layout Plain Layout
49819 \begin_inset ERT
49820 status collapsed
49821
49822 \begin_layout Plain Layout
49823
49824
49825 \backslash
49826 fcolorbox{black}{
49827 \end_layout
49828
49829 \end_inset
49830
49831 Turquoise
49832 \begin_inset ERT
49833 status collapsed
49834
49835 \begin_layout Plain Layout
49836
49837 }{
49838 \end_layout
49839
49840 \end_inset
49841
49842
49843 \begin_inset Phantom Phantom
49844 status open
49845
49846 \begin_layout Plain Layout
49847 W
49848 \end_layout
49849
49850 \end_inset
49851
49852
49853 \begin_inset ERT
49854 status collapsed
49855
49856 \begin_layout Plain Layout
49857
49858 }
49859 \end_layout
49860
49861 \end_inset
49862
49863  Turquoise
49864 \end_layout
49865
49866 \end_inset
49867 </cell>
49868 </row>
49869 <row>
49870 <cell alignment="left" valignment="top" usebox="none">
49871 \begin_inset Text
49872
49873 \begin_layout Plain Layout
49874 \begin_inset ERT
49875 status collapsed
49876
49877 \begin_layout Plain Layout
49878
49879
49880 \backslash
49881 fcolorbox{black}{
49882 \end_layout
49883
49884 \end_inset
49885
49886 Violet
49887 \begin_inset ERT
49888 status collapsed
49889
49890 \begin_layout Plain Layout
49891
49892 }{
49893 \end_layout
49894
49895 \end_inset
49896
49897
49898 \begin_inset Phantom Phantom
49899 status open
49900
49901 \begin_layout Plain Layout
49902 W
49903 \end_layout
49904
49905 \end_inset
49906
49907
49908 \begin_inset ERT
49909 status collapsed
49910
49911 \begin_layout Plain Layout
49912
49913 }
49914 \end_layout
49915
49916 \end_inset
49917
49918  Violet
49919 \end_layout
49920
49921 \end_inset
49922 </cell>
49923 <cell alignment="left" valignment="top" usebox="none">
49924 \begin_inset Text
49925
49926 \begin_layout Plain Layout
49927 \begin_inset ERT
49928 status collapsed
49929
49930 \begin_layout Plain Layout
49931
49932
49933 \backslash
49934 fcolorbox{black}{
49935 \end_layout
49936
49937 \end_inset
49938
49939 VioletRed
49940 \begin_inset ERT
49941 status collapsed
49942
49943 \begin_layout Plain Layout
49944
49945 }{
49946 \end_layout
49947
49948 \end_inset
49949
49950
49951 \begin_inset Phantom Phantom
49952 status open
49953
49954 \begin_layout Plain Layout
49955 W
49956 \end_layout
49957
49958 \end_inset
49959
49960
49961 \begin_inset ERT
49962 status collapsed
49963
49964 \begin_layout Plain Layout
49965
49966 }
49967 \end_layout
49968
49969 \end_inset
49970
49971  VioletRed
49972 \end_layout
49973
49974 \end_inset
49975 </cell>
49976 <cell alignment="left" valignment="top" usebox="none">
49977 \begin_inset Text
49978
49979 \begin_layout Plain Layout
49980 \begin_inset ERT
49981 status collapsed
49982
49983 \begin_layout Plain Layout
49984
49985
49986 \backslash
49987 fcolorbox{black}{
49988 \end_layout
49989
49990 \end_inset
49991
49992 WildStrawberry
49993 \begin_inset ERT
49994 status collapsed
49995
49996 \begin_layout Plain Layout
49997
49998 }{
49999 \end_layout
50000
50001 \end_inset
50002
50003
50004 \begin_inset Phantom Phantom
50005 status open
50006
50007 \begin_layout Plain Layout
50008 W
50009 \end_layout
50010
50011 \end_inset
50012
50013
50014 \begin_inset ERT
50015 status collapsed
50016
50017 \begin_layout Plain Layout
50018
50019 }
50020 \end_layout
50021
50022 \end_inset
50023
50024  WildStrawberry
50025 \end_layout
50026
50027 \end_inset
50028 </cell>
50029 <cell alignment="left" valignment="top" usebox="none">
50030 \begin_inset Text
50031
50032 \begin_layout Plain Layout
50033 \begin_inset ERT
50034 status collapsed
50035
50036 \begin_layout Plain Layout
50037
50038
50039 \backslash
50040 fcolorbox{black}{
50041 \end_layout
50042
50043 \end_inset
50044
50045 YellowGreen
50046 \begin_inset ERT
50047 status collapsed
50048
50049 \begin_layout Plain Layout
50050
50051 }{
50052 \end_layout
50053
50054 \end_inset
50055
50056
50057 \begin_inset Phantom Phantom
50058 status open
50059
50060 \begin_layout Plain Layout
50061 W
50062 \end_layout
50063
50064 \end_inset
50065
50066
50067 \begin_inset ERT
50068 status collapsed
50069
50070 \begin_layout Plain Layout
50071
50072 }
50073 \end_layout
50074
50075 \end_inset
50076
50077  YellowGreen
50078 \end_layout
50079
50080 \end_inset
50081 </cell>
50082 </row>
50083 <row>
50084 <cell alignment="left" valignment="top" usebox="none">
50085 \begin_inset Text
50086
50087 \begin_layout Plain Layout
50088 \begin_inset ERT
50089 status collapsed
50090
50091 \begin_layout Plain Layout
50092
50093
50094 \backslash
50095 fcolorbox{black}{
50096 \end_layout
50097
50098 \end_inset
50099
50100 YellowOrange
50101 \begin_inset ERT
50102 status collapsed
50103
50104 \begin_layout Plain Layout
50105
50106 }{
50107 \end_layout
50108
50109 \end_inset
50110
50111
50112 \begin_inset Phantom Phantom
50113 status open
50114
50115 \begin_layout Plain Layout
50116 W
50117 \end_layout
50118
50119 \end_inset
50120
50121
50122 \begin_inset ERT
50123 status collapsed
50124
50125 \begin_layout Plain Layout
50126
50127 }
50128 \end_layout
50129
50130 \end_inset
50131
50132  YellowOrange
50133 \end_layout
50134
50135 \end_inset
50136 </cell>
50137 <cell alignment="left" valignment="top" usebox="none">
50138 \begin_inset Text
50139
50140 \begin_layout Plain Layout
50141
50142 \end_layout
50143
50144 \end_inset
50145 </cell>
50146 <cell alignment="left" valignment="top" usebox="none">
50147 \begin_inset Text
50148
50149 \begin_layout Plain Layout
50150
50151 \end_layout
50152
50153 \end_inset
50154 </cell>
50155 <cell alignment="left" valignment="top" usebox="none">
50156 \begin_inset Text
50157
50158 \begin_layout Plain Layout
50159
50160 \end_layout
50161
50162 \end_inset
50163 </cell>
50164 </row>
50165 </lyxtabular>
50166
50167 \end_inset
50168
50169
50170 \end_layout
50171
50172 \begin_layout Chapter
50173 第(
50174 \begin_inset CommandInset ref
50175 LatexCommand ref
50176 reference "eq:Wgn"
50177 nolink "false"
50178
50179 \end_inset
50180
50181 )式の説明
50182 \begin_inset CommandInset label
50183 LatexCommand label
50184 name "cha:式の説明"
50185
50186 \end_inset
50187
50188
50189 \end_layout
50190
50191 \begin_layout Standard
50192 \begin_inset Formula $n$
50193 \end_inset
50194
50195 個の表セルの全幅
50196 \begin_inset Formula $W_{\text{全}:n}$
50197 \end_inset
50198
50199
50200 \begin_inset Formula 
50201 \begin{equation}
50202 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
50203 \end{equation}
50204
50205 \end_inset
50206
50207
50208 \end_layout
50209
50210 \begin_layout Standard
50211 で計算できます.ここで
50212 \begin_inset Formula $W_{\text{指}:n}$
50213 \end_inset
50214
50215 は,
50216 すべてのセルが持つ固定幅です.
50217 \series bold
50218
50219 \backslash
50220 tabcolsep
50221 \series default
50222 は,
50223 セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
50224 長であり,
50225 既定値は6
50226 \begin_inset space \thinspace{}
50227 \end_inset
50228
50229 ptです.
50230 \series bold
50231
50232 \backslash
50233 arrayrulewidth
50234 \series default
50235 は,
50236 セル罫線幅であり,
50237 既定値は0.4
50238 \begin_inset space \thinspace{}
50239 \end_inset
50240
50241 ptです.
50242 \end_layout
50243
50244 \begin_layout Standard
50245
50246 \begin_inset CommandInset ref
50247 LatexCommand eqref
50248 reference "eq:Wtot_n"
50249 nolink "false"
50250
50251 \end_inset
50252
50253 式にしたがえば,
50254 連結列の全幅
50255 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
50256 \end_inset
50257
50258
50259 \begin_inset Formula 
50260 \begin{equation}
50261 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
50262 \end{equation}
50263
50264 \end_inset
50265
50266
50267 \end_layout
50268
50269 \begin_layout Standard
50270 となります.
50271 \begin_inset Formula $n$
50272 \end_inset
50273
50274 列を連結する時には各列の全幅は
50275 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
50276 \end_inset
50277
50278 となるので,
50279
50280 \begin_inset CommandInset ref
50281 LatexCommand eqref
50282 reference "eq:Wtot_n"
50283 nolink "false"
50284
50285 \end_inset
50286
50287 式と第
50288 \begin_inset CommandInset ref
50289 LatexCommand eqref
50290 reference "eq:Wtot_mult"
50291 nolink "false"
50292
50293 \end_inset
50294
50295 式が等しいものと置けば,
50296 必要となる固定幅
50297 \begin_inset Formula $W_{\text{指}:n}$
50298 \end_inset
50299
50300 を計算することができて,
50301
50302 \begin_inset Formula 
50303 \begin{equation}
50304 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
50305 \end{equation}
50306
50307 \end_inset
50308
50309 となります.
50310 \end_layout
50311
50312 \begin_layout Bibliography
50313 \labelwidthstring 参考文献
50314 \begin_inset CommandInset bibitem
50315 LatexCommand bibitem
50316 key "latexcompanion"
50317 literal "true"
50318
50319 \end_inset
50320
50321 Frank Mittelbach and Michel Goossens:
50322  
50323 \emph on
50324 The \SpecialChar LaTeX
50325  Companion Second Edition.
50326
50327 \emph default
50328  Addison-Wesley,
50329  2004
50330 \end_layout
50331
50332 \begin_layout Bibliography
50333 \labelwidthstring 参考文献
50334 \begin_inset CommandInset bibitem
50335 LatexCommand bibitem
50336 key "latexguide"
50337 literal "true"
50338
50339 \end_inset
50340
50341 Helmut Kopka and Patrick W.
50342  Daly:
50343  
50344 \emph on
50345 A Guide to \SpecialChar LaTeX
50346  Fourth Edition.
50347
50348 \emph default
50349  Addison-Wesley,
50350  2003
50351 \end_layout
50352
50353 \begin_layout Bibliography
50354 \labelwidthstring 参考文献
50355 \begin_inset CommandInset bibitem
50356 LatexCommand bibitem
50357 key "latexbook"
50358 literal "true"
50359
50360 \end_inset
50361
50362 Leslie Lamport:
50363  
50364 \emph on
50365 \SpecialChar LaTeX
50366 :
50367  A Document Preparation System.
50368
50369 \emph default
50370  Addison-Wesley,
50371  second edition,
50372  1994
50373 \end_layout
50374
50375 \begin_layout Bibliography
50376 \labelwidthstring 参考文献
50377 \begin_inset CommandInset bibitem
50378 LatexCommand bibitem
50379 key "arydshln"
50380 literal "true"
50381
50382 \end_inset
50383
50384 \SpecialChar LaTeX
50385 パッケージ
50386 \series bold
50387
50388 \begin_inset CommandInset href
50389 LatexCommand href
50390 name "arydshln"
50391 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
50392 literal "false"
50393
50394 \end_inset
50395
50396
50397 \series default
50398
50399 \begin_inset Index idx
50400 range none
50401 pageformat default
50402 status collapsed
50403
50404 \begin_layout Plain Layout
50405 \begin_inset IndexMacro sortkey
50406 status open
50407
50408 \begin_layout Plain Layout
50409 LaTeXはつけし
50410 \end_layout
50411
50412 \end_inset
50413
50414 \SpecialChar LaTeX
50415 パッケージ
50416 \begin_inset IndexMacro subentry
50417 status open
50418
50419 \begin_layout Plain Layout
50420 arydshln
50421 \end_layout
50422
50423 \end_inset
50424
50425
50426 \end_layout
50427
50428 \end_inset
50429
50430
50431 \end_layout
50432
50433 \begin_layout Bibliography
50434 \labelwidthstring 参考文献
50435 \begin_inset CommandInset bibitem
50436 LatexCommand bibitem
50437 key "booktabs"
50438 literal "true"
50439
50440 \end_inset
50441
50442 \SpecialChar LaTeX
50443 パッケージ
50444 \series bold
50445
50446 \begin_inset CommandInset href
50447 LatexCommand href
50448 name "booktabs"
50449 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
50450 literal "false"
50451
50452 \end_inset
50453
50454
50455 \series default
50456
50457 \begin_inset Index idx
50458 range none
50459 pageformat default
50460 status collapsed
50461
50462 \begin_layout Plain Layout
50463 \begin_inset IndexMacro sortkey
50464 status open
50465
50466 \begin_layout Plain Layout
50467 LaTeXはつけし
50468 \end_layout
50469
50470 \end_inset
50471
50472 \SpecialChar LaTeX
50473 パッケージ
50474 \begin_inset IndexMacro subentry
50475 status open
50476
50477 \begin_layout Plain Layout
50478 booktabs
50479 \end_layout
50480
50481 \end_inset
50482
50483
50484 \end_layout
50485
50486 \end_inset
50487
50488 の取扱説明書
50489 \end_layout
50490
50491 \begin_layout Bibliography
50492 \labelwidthstring 参考文献
50493 \begin_inset CommandInset bibitem
50494 LatexCommand bibitem
50495 key "caption"
50496 literal "true"
50497
50498 \end_inset
50499
50500 \SpecialChar LaTeX
50501 パッケージ
50502 \series bold
50503
50504 \begin_inset CommandInset href
50505 LatexCommand href
50506 name "caption"
50507 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
50508 literal "false"
50509
50510 \end_inset
50511
50512
50513 \series default
50514
50515 \begin_inset Index idx
50516 range none
50517 pageformat default
50518 status collapsed
50519
50520 \begin_layout Plain Layout
50521 \begin_inset IndexMacro sortkey
50522 status open
50523
50524 \begin_layout Plain Layout
50525 LaTeXはつけし
50526 \end_layout
50527
50528 \end_inset
50529
50530 \SpecialChar LaTeX
50531 パッケージ
50532 \begin_inset IndexMacro subentry
50533 status open
50534
50535 \begin_layout Plain Layout
50536 caption
50537 \end_layout
50538
50539 \end_inset
50540
50541
50542 \end_layout
50543
50544 \end_inset
50545
50546 の取扱説明書
50547 \end_layout
50548
50549 \begin_layout Bibliography
50550 \labelwidthstring 参考文献
50551 \begin_inset CommandInset bibitem
50552 LatexCommand bibitem
50553 key "diagbox"
50554 literal "true"
50555
50556 \end_inset
50557
50558 \SpecialChar LaTeX
50559 パッケージ
50560 \series bold
50561
50562 \begin_inset CommandInset href
50563 LatexCommand href
50564 name "diagbox"
50565 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
50566 literal "false"
50567
50568 \end_inset
50569
50570
50571 \series default
50572
50573 \begin_inset Index idx
50574 range none
50575 pageformat default
50576 status collapsed
50577
50578 \begin_layout Plain Layout
50579 \begin_inset IndexMacro sortkey
50580 status open
50581
50582 \begin_layout Plain Layout
50583 LaTeXはつけし
50584 \end_layout
50585
50586 \end_inset
50587
50588 \SpecialChar LaTeX
50589 パッケージ
50590 \begin_inset IndexMacro subentry
50591 status open
50592
50593 \begin_layout Plain Layout
50594 diagbox
50595 \end_layout
50596
50597 \end_inset
50598
50599
50600 \end_layout
50601
50602 \end_inset
50603
50604
50605 \end_layout
50606
50607 \begin_layout Bibliography
50608 \labelwidthstring 参考文献
50609 \begin_inset CommandInset bibitem
50610 LatexCommand bibitem
50611 key "endfloat"
50612 literal "true"
50613
50614 \end_inset
50615
50616 \SpecialChar LaTeX
50617 パッケージ
50618 \series bold
50619
50620 \begin_inset CommandInset href
50621 LatexCommand href
50622 name "endfloat"
50623 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
50624 literal "false"
50625
50626 \end_inset
50627
50628
50629 \series default
50630
50631 \begin_inset Index idx
50632 range none
50633 pageformat default
50634 status collapsed
50635
50636 \begin_layout Plain Layout
50637 \begin_inset IndexMacro sortkey
50638 status open
50639
50640 \begin_layout Plain Layout
50641 LaTeXはつけし
50642 \end_layout
50643
50644 \end_inset
50645
50646 \SpecialChar LaTeX
50647 パッケージ
50648 \begin_inset IndexMacro subentry
50649 status open
50650
50651 \begin_layout Plain Layout
50652 endfloat
50653 \end_layout
50654
50655 \end_inset
50656
50657
50658 \end_layout
50659
50660 \end_inset
50661
50662 の取扱説明書
50663 \end_layout
50664
50665 \begin_layout Bibliography
50666 \labelwidthstring 参考文献
50667 \begin_inset CommandInset bibitem
50668 LatexCommand bibitem
50669 key "footmisc"
50670 literal "true"
50671
50672 \end_inset
50673
50674 \SpecialChar LaTeX
50675 パッケージ
50676 \series bold
50677
50678 \begin_inset CommandInset href
50679 LatexCommand href
50680 name "footmisc"
50681 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
50682 literal "false"
50683
50684 \end_inset
50685
50686
50687 \series default
50688
50689 \begin_inset Index idx
50690 range none
50691 pageformat default
50692 status collapsed
50693
50694 \begin_layout Plain Layout
50695 \begin_inset IndexMacro sortkey
50696 status open
50697
50698 \begin_layout Plain Layout
50699 LaTeXはつけし
50700 \end_layout
50701
50702 \end_inset
50703
50704 \SpecialChar LaTeX
50705 パッケージ
50706 \begin_inset IndexMacro subentry
50707 status open
50708
50709 \begin_layout Plain Layout
50710 footmisc
50711 \end_layout
50712
50713 \end_inset
50714
50715
50716 \end_layout
50717
50718 \end_inset
50719
50720 の取扱説明書
50721 \end_layout
50722
50723 \begin_layout Bibliography
50724 \labelwidthstring 参考文献
50725 \begin_inset CommandInset bibitem
50726 LatexCommand bibitem
50727 key "hypcap"
50728 literal "true"
50729
50730 \end_inset
50731
50732 \SpecialChar LaTeX
50733 パッケージ
50734 \series bold
50735
50736 \begin_inset CommandInset href
50737 LatexCommand href
50738 name "hypcap"
50739 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
50740 literal "false"
50741
50742 \end_inset
50743
50744
50745 \series default
50746
50747 \begin_inset Index idx
50748 range none
50749 pageformat default
50750 status collapsed
50751
50752 \begin_layout Plain Layout
50753 \begin_inset IndexMacro sortkey
50754 status open
50755
50756 \begin_layout Plain Layout
50757 LaTeXはつけし
50758 \end_layout
50759
50760 \end_inset
50761
50762 \SpecialChar LaTeX
50763 パッケージ
50764 \begin_inset IndexMacro subentry
50765 status open
50766
50767 \begin_layout Plain Layout
50768 hyperref
50769 \end_layout
50770
50771 \end_inset
50772
50773
50774 \end_layout
50775
50776 \end_inset
50777
50778 の取扱説明書
50779 \end_layout
50780
50781 \begin_layout Bibliography
50782 \labelwidthstring 参考文献
50783 \begin_inset CommandInset bibitem
50784 LatexCommand bibitem
50785 key "hyperref"
50786 literal "true"
50787
50788 \end_inset
50789
50790 \SpecialChar LaTeX
50791 パッケージ
50792 \series bold
50793
50794 \begin_inset CommandInset href
50795 LatexCommand href
50796 name "hyperref"
50797 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
50798 literal "false"
50799
50800 \end_inset
50801
50802
50803 \series default
50804
50805 \begin_inset Index idx
50806 range none
50807 pageformat default
50808 status collapsed
50809
50810 \begin_layout Plain Layout
50811 \begin_inset IndexMacro sortkey
50812 status open
50813
50814 \begin_layout Plain Layout
50815 LaTeXはつけし
50816 \end_layout
50817
50818 \end_inset
50819
50820 \SpecialChar LaTeX
50821 パッケージ
50822 \begin_inset IndexMacro subentry
50823 status open
50824
50825 \begin_layout Plain Layout
50826 hyperref
50827 \end_layout
50828
50829 \end_inset
50830
50831
50832 \end_layout
50833
50834 \end_inset
50835
50836 の取扱説明書
50837 \end_layout
50838
50839 \begin_layout Bibliography
50840 \labelwidthstring 参考文献
50841 \begin_inset CommandInset bibitem
50842 LatexCommand bibitem
50843 key "KOMA-Script"
50844 literal "true"
50845
50846 \end_inset
50847
50848 \SpecialChar LaTeX
50849 パッケージ
50850 \series bold
50851
50852 \begin_inset CommandInset href
50853 LatexCommand href
50854 name "KOMA-Script"
50855 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
50856 literal "false"
50857
50858 \end_inset
50859
50860
50861 \series default
50862
50863 \begin_inset Index idx
50864 range none
50865 pageformat default
50866 status collapsed
50867
50868 \begin_layout Plain Layout
50869 \begin_inset IndexMacro sortkey
50870 status open
50871
50872 \begin_layout Plain Layout
50873 LaTeXはつけし
50874 \end_layout
50875
50876 \end_inset
50877
50878 \SpecialChar LaTeX
50879 パッケージ
50880 \begin_inset IndexMacro subentry
50881 status open
50882
50883 \begin_layout Plain Layout
50884 KOMA-Script
50885 \end_layout
50886
50887 \end_inset
50888
50889
50890 \end_layout
50891
50892 \end_inset
50893
50894 の取扱説明書
50895 \end_layout
50896
50897 \begin_layout Bibliography
50898 \labelwidthstring 参考文献
50899 \begin_inset CommandInset bibitem
50900 LatexCommand bibitem
50901 key "lettrine"
50902 literal "true"
50903
50904 \end_inset
50905
50906 \SpecialChar LaTeX
50907 パッケージ
50908 \series bold
50909
50910 \begin_inset CommandInset href
50911 LatexCommand href
50912 name "lettrine"
50913 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
50914 literal "false"
50915
50916 \end_inset
50917
50918
50919 \series default
50920 及び
50921 \begin_inset CommandInset href
50922 LatexCommand href
50923 name "用例"
50924 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
50925 literal "false"
50926
50927 \end_inset
50928
50929
50930 \begin_inset Index idx
50931 range none
50932 pageformat default
50933 status collapsed
50934
50935 \begin_layout Plain Layout
50936 \begin_inset IndexMacro sortkey
50937 status open
50938
50939 \begin_layout Plain Layout
50940 LaTeXはつけし
50941 \end_layout
50942
50943 \end_inset
50944
50945 \SpecialChar LaTeX
50946 パッケージ
50947 \begin_inset IndexMacro subentry
50948 status open
50949
50950 \begin_layout Plain Layout
50951 lettrine
50952 \end_layout
50953
50954 \end_inset
50955
50956
50957 \end_layout
50958
50959 \end_inset
50960
50961
50962 \end_layout
50963
50964 \begin_layout Bibliography
50965 \labelwidthstring 参考文献
50966 \begin_inset CommandInset bibitem
50967 LatexCommand bibitem
50968 key "listings"
50969 literal "true"
50970
50971 \end_inset
50972
50973 \SpecialChar LaTeX
50974 パッケージ
50975 \series bold
50976
50977 \begin_inset CommandInset href
50978 LatexCommand href
50979 name "listings"
50980 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
50981 literal "false"
50982
50983 \end_inset
50984
50985
50986 \series default
50987
50988 \begin_inset Index idx
50989 range none
50990 pageformat default
50991 status collapsed
50992
50993 \begin_layout Plain Layout
50994 \begin_inset IndexMacro sortkey
50995 status open
50996
50997 \begin_layout Plain Layout
50998 LaTeXはつけし
50999 \end_layout
51000
51001 \end_inset
51002
51003 \SpecialChar LaTeX
51004 パッケージ
51005 \begin_inset IndexMacro subentry
51006 status open
51007
51008 \begin_layout Plain Layout
51009 listings
51010 \end_layout
51011
51012 \end_inset
51013
51014
51015 \end_layout
51016
51017 \end_inset
51018
51019 の取扱説明書
51020 \end_layout
51021
51022 \begin_layout Bibliography
51023 \labelwidthstring 参考文献
51024 \begin_inset CommandInset bibitem
51025 LatexCommand bibitem
51026 key "minted"
51027 literal "true"
51028
51029 \end_inset
51030
51031 \SpecialChar LaTeX
51032 パッケージ
51033 \series bold
51034
51035 \begin_inset CommandInset href
51036 LatexCommand href
51037 name "minted"
51038 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
51039 literal "false"
51040
51041 \end_inset
51042
51043
51044 \series default
51045
51046 \begin_inset Index idx
51047 range none
51048 pageformat default
51049 status collapsed
51050
51051 \begin_layout Plain Layout
51052 \begin_inset IndexMacro sortkey
51053 status open
51054
51055 \begin_layout Plain Layout
51056 LaTeXはつけし
51057 \end_layout
51058
51059 \end_inset
51060
51061 \SpecialChar LaTeX
51062 パッケージ
51063 \begin_inset IndexMacro subentry
51064 status open
51065
51066 \begin_layout Plain Layout
51067 minted
51068 \end_layout
51069
51070 \end_inset
51071
51072
51073 \end_layout
51074
51075 \end_inset
51076
51077 の取扱説明書
51078 \end_layout
51079
51080 \begin_layout Bibliography
51081 \labelwidthstring 参考文献
51082 \begin_inset CommandInset bibitem
51083 LatexCommand bibitem
51084 key "marginnote"
51085 literal "true"
51086
51087 \end_inset
51088
51089 \SpecialChar LaTeX
51090 パッケージ
51091 \series bold
51092
51093 \begin_inset CommandInset href
51094 LatexCommand href
51095 name "marginnote"
51096 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
51097 literal "false"
51098
51099 \end_inset
51100
51101
51102 \series default
51103
51104 \begin_inset Index idx
51105 range none
51106 pageformat default
51107 status collapsed
51108
51109 \begin_layout Plain Layout
51110 \begin_inset IndexMacro sortkey
51111 status open
51112
51113 \begin_layout Plain Layout
51114 LaTeXはつけし
51115 \end_layout
51116
51117 \end_inset
51118
51119 \SpecialChar LaTeX
51120 パッケージ
51121 \begin_inset IndexMacro subentry
51122 status open
51123
51124 \begin_layout Plain Layout
51125 marginnote
51126 \end_layout
51127
51128 \end_inset
51129
51130
51131 \end_layout
51132
51133 \end_inset
51134
51135 の取扱説明書
51136 \end_layout
51137
51138 \begin_layout Bibliography
51139 \labelwidthstring 参考文献
51140 \begin_inset CommandInset bibitem
51141 LatexCommand bibitem
51142 key "pdfpages"
51143 literal "true"
51144
51145 \end_inset
51146
51147 \SpecialChar LaTeX
51148 パッケージ
51149 \series bold
51150
51151 \begin_inset CommandInset href
51152 LatexCommand href
51153 name "pdfpages"
51154 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
51155 literal "false"
51156
51157 \end_inset
51158
51159
51160 \series default
51161
51162 \begin_inset Index idx
51163 range none
51164 pageformat default
51165 status collapsed
51166
51167 \begin_layout Plain Layout
51168 \begin_inset IndexMacro sortkey
51169 status open
51170
51171 \begin_layout Plain Layout
51172 LaTeXはつけし
51173 \end_layout
51174
51175 \end_inset
51176
51177 \SpecialChar LaTeX
51178 パッケージ
51179 \begin_inset IndexMacro subentry
51180 status open
51181
51182 \begin_layout Plain Layout
51183 pdfpages
51184 \end_layout
51185
51186 \end_inset
51187
51188
51189 \end_layout
51190
51191 \end_inset
51192
51193 の取扱説明書
51194 \end_layout
51195
51196 \begin_layout Bibliography
51197 \labelwidthstring 参考文献
51198 \begin_inset CommandInset bibitem
51199 LatexCommand bibitem
51200 key "prettyref"
51201 literal "true"
51202
51203 \end_inset
51204
51205 \SpecialChar LaTeX
51206 パッケージ
51207 \series bold
51208
51209 \begin_inset CommandInset href
51210 LatexCommand href
51211 name "prettyref"
51212 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
51213 literal "false"
51214
51215 \end_inset
51216
51217
51218 \series default
51219
51220 \begin_inset Index idx
51221 range none
51222 pageformat default
51223 status collapsed
51224
51225 \begin_layout Plain Layout
51226 \begin_inset IndexMacro sortkey
51227 status open
51228
51229 \begin_layout Plain Layout
51230 LaTeXはつけし
51231 \end_layout
51232
51233 \end_inset
51234
51235 \SpecialChar LaTeX
51236 パッケージ
51237 \begin_inset IndexMacro subentry
51238 status open
51239
51240 \begin_layout Plain Layout
51241 prettyref
51242 \end_layout
51243
51244 \end_inset
51245
51246
51247 \end_layout
51248
51249 \end_inset
51250
51251 の取扱説明書
51252 \end_layout
51253
51254 \begin_layout Bibliography
51255 \labelwidthstring 参考文献
51256 \begin_inset CommandInset bibitem
51257 LatexCommand bibitem
51258 key "pstricks"
51259 literal "true"
51260
51261 \end_inset
51262
51263 \SpecialChar LaTeX
51264 パッケージ
51265 \series bold
51266
51267 \begin_inset CommandInset href
51268 LatexCommand href
51269 name "PSTricks"
51270 target "http://tug.org/PSTricks/"
51271 literal "false"
51272
51273 \end_inset
51274
51275
51276 \series default
51277
51278 \begin_inset Index idx
51279 range none
51280 pageformat default
51281 status collapsed
51282
51283 \begin_layout Plain Layout
51284 \begin_inset IndexMacro sortkey
51285 status open
51286
51287 \begin_layout Plain Layout
51288 LaTeXはつけし
51289 \end_layout
51290
51291 \end_inset
51292
51293 \SpecialChar LaTeX
51294 パッケージ
51295 \begin_inset IndexMacro subentry
51296 status open
51297
51298 \begin_layout Plain Layout
51299 PSTricks
51300 \end_layout
51301
51302 \end_inset
51303
51304
51305 \end_layout
51306
51307 \end_inset
51308
51309 のウェブページ
51310 \end_layout
51311
51312 \begin_layout Bibliography
51313 \labelwidthstring 参考文献
51314 \begin_inset CommandInset bibitem
51315 LatexCommand bibitem
51316 key "refstyle"
51317 literal "true"
51318
51319 \end_inset
51320
51321 \SpecialChar LaTeX
51322 パッケージ
51323 \series bold
51324
51325 \begin_inset CommandInset href
51326 LatexCommand href
51327 name "refstyle"
51328 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
51329 literal "false"
51330
51331 \end_inset
51332
51333
51334 \series default
51335
51336 \begin_inset Index idx
51337 range none
51338 pageformat default
51339 status collapsed
51340
51341 \begin_layout Plain Layout
51342 \begin_inset IndexMacro sortkey
51343 status open
51344
51345 \begin_layout Plain Layout
51346 LaTeXはつけし
51347 \end_layout
51348
51349 \end_inset
51350
51351 \SpecialChar LaTeX
51352 パッケージ
51353 \begin_inset IndexMacro subentry
51354 status open
51355
51356 \begin_layout Plain Layout
51357 refstyle
51358 \end_layout
51359
51360 \end_inset
51361
51362
51363 \end_layout
51364
51365 \end_inset
51366
51367 の取扱説明書
51368 \end_layout
51369
51370 \begin_layout Bibliography
51371 \labelwidthstring 参考文献
51372 \begin_inset CommandInset bibitem
51373 LatexCommand bibitem
51374 key "sidecap"
51375 literal "true"
51376
51377 \end_inset
51378
51379 \SpecialChar LaTeX
51380 パッケージ
51381 \series bold
51382
51383 \begin_inset CommandInset href
51384 LatexCommand href
51385 name "sidecap"
51386 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
51387 literal "false"
51388
51389 \end_inset
51390
51391
51392 \series default
51393
51394 \begin_inset Index idx
51395 range none
51396 pageformat default
51397 status collapsed
51398
51399 \begin_layout Plain Layout
51400 \begin_inset IndexMacro sortkey
51401 status open
51402
51403 \begin_layout Plain Layout
51404 LaTeXはつけし
51405 \end_layout
51406
51407 \end_inset
51408
51409 \SpecialChar LaTeX
51410 パッケージ
51411 \begin_inset IndexMacro subentry
51412 status open
51413
51414 \begin_layout Plain Layout
51415 sidecap
51416 \end_layout
51417
51418 \end_inset
51419
51420
51421 \end_layout
51422
51423 \end_inset
51424
51425 の取扱説明書
51426 \end_layout
51427
51428 \begin_layout Bibliography
51429 \labelwidthstring 参考文献
51430 \begin_inset CommandInset bibitem
51431 LatexCommand bibitem
51432 key "Inkscape"
51433 literal "true"
51434
51435 \end_inset
51436
51437
51438 \noun on
51439
51440 \begin_inset CommandInset href
51441 LatexCommand href
51442 name "Inkscape"
51443 target "https://inkscape.org/ja/"
51444 literal "false"
51445
51446 \end_inset
51447
51448 プログラムの
51449 \noun default
51450
51451 \begin_inset CommandInset href
51452 LatexCommand href
51453 name "Omit text in PDF"
51454 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
51455 literal "false"
51456
51457 \end_inset
51458
51459 オプションの取扱説明書
51460 \end_layout
51461
51462 \begin_layout Standard
51463 \begin_inset CommandInset index_print
51464 LatexCommand printindex
51465 type "idx"
51466 name "索引"
51467 literal "false"
51468
51469 \end_inset
51470
51471
51472 \end_layout
51473
51474 \end_body
51475 \end_document