]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/EmbeddedObjects.lyx
Fixup cf9827df: do not forget keyboard bindings and docs
[lyx.git] / lib / doc / ja / EmbeddedObjects.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 589
3 \begin_document
4 \begin_header
5 \save_transient_properties false
6 \origin /systemlyxdir/doc/ja/
7 \textclass scrbook
8 \begin_preamble
9 %% Added by the translator
10 %   Correction for PDF bookmarks
11 %\usepackage[dvipdfm,bookmarks=true,bookmarksnumbered=true,bookmarkstype=toc]{hyperref}
12 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
13 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
14
15 % that links to image floats jumps
16 % to the beginning of the float and 
17 % not to its caption
18 \usepackage[figure]{hypcap}
19
20 % the pages of the TOC is numbered roman
21 % and a PDF-bookmark for the TOC is added
22 \let\myTOC\tableofcontents
23 \renewcommand\tableofcontents{%
24   \frontmatter
25   \pdfbookmark[1]{\contentsname}{}
26   \myTOC
27   \mainmatter }
28
29 % provides caption formatting
30 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
31
32 % provides commands to set caption
33 % beside tables/images
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % enables calculation of values,
53 \usepackage{calc}
54
55 % increase the bottom float placement fraction
56 \renewcommand{\bottomfraction}{0.5}
57
58 % avoids that floats are placed before their
59 % corresponding section starts
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % speed up the longtable calculation
63 \setcounter{LTchunksize}{100}
64
65 % used for colored tables
66 \@ifundefined{textcolor}
67  {\usepackage{color}}{}
68 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
69 \definecolor{lightgrey}{gray}{0.8}
70
71 % check for package colortbl
72 % used for colored table cells
73 \newboolean{colortbl}
74 \IfFileExists{colortbl.sty}
75  {\usepackage{colortbl}
76   \setboolean{colortbl}{true}}
77  {\setboolean{colortbl}{false}}
78
79 % used to have extra space in table cells
80 \@ifundefined{extrarowheight}
81  {\usepackage{array}}{}
82 \setlength{\extrarowheight}{2pt}
83
84 % used for customized tables
85 % ---
86 \newcolumntype{M}[1]
87  {>{\centering\hspace{0pt}}m{#1}}
88
89 \newcolumntype{S}[2]
90  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
91
92 \newcolumntype{K}[1]
93  {>{\columncolor{#1}\hspace{0pt}}c}
94
95 \newcolumntype{V}{!{\vrule width 1.5pt}}
96
97 \newcolumntype{W}{!{\color{green}\vline}}
98 % ---
99
100 % insert additional vertical space of
101 % 1.5 mm between footnotes
102 \let\myFoot\footnote
103 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
104
105 % number algorithm floats within chapters
106 \numberwithin{algorithm}{chapter}
107
108
109 % ------------------------------------
110 % used to check for needed LaTeX packages
111 \usepackage{ifthen}
112
113 % check for package arydshln
114 % used for tables with dashed lines
115 \newboolean{arydshln}
116 \IfFileExists{arydshln.sty}
117  {\usepackage{arydshln}
118   \setboolean{arydshln}{true}}
119  {\setboolean{arydshln}{false}}
120
121 % check for package marginnote
122 % used for margin notes
123 \newboolean{marginnote}
124 \IfFileExists{marginnote.sty}
125  {\usepackage{marginnote}
126   \let\marginpar\marginnote
127   \setboolean{marginnote}{true}}
128  {\setboolean{marginnote}{false}}
129
130 % check for package sidecap
131 % used for captions on the side
132 \newboolean{sidecap}
133 \IfFileExists{sidecap.sty}
134  {% \usepackage{sidecap} % This breaks title fonts with pLaTeX
135   \setboolean{sidecap}{true}}
136  {\setboolean{sidecap}{false}}
137 % set sidecap to false in all cases for Japanese manual. 
138 % It breaks compliation and gives the following error: 
139 % ! LaTeX Error: Environment SCfigure undefined. 
140 \setboolean{sidecap}{false} 
141
142 % check for picinpar
143 % used for surrounded fixed objects
144 \newboolean{picinpar}
145 \IfFileExists{picinpar.sty}
146  {\usepackage{picinpar}
147   \setboolean{picinpar}{true}}
148  {\setboolean{picinpar}{false}}
149
150 % check for lettrine
151 \newboolean{lettrine}
152 \IfFileExists{lettrine.sty}
153  {\usepackage{lettrine}
154   \setboolean{lettrine}{true}}
155  {\setboolean{lettrine}{false}}
156
157 % check for diagbox
158 \newboolean{diagbox}
159 \IfFileExists{diagbox.sty}
160  {\usepackage{diagbox}
161   \setboolean{diagbox}{true}}
162  {\setboolean{diagbox}{false}}
163
164 \usepackage{t1enc}
165 \renewcommand{\seename}{→}
166
167 \usepackage{subfig}
168 \DeclareCaptionOption{large}[]{\def\captionfont{\large}}
169 \DeclareCaptionOption{Large}[]{\def\captionfont{\Large}}
170 \end_preamble
171 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table,bookmarkpackage=false
172 \use_default_options false
173 \begin_modules
174 initials
175 graphicboxes
176 varwidth
177 ruby
178 \end_modules
179 \maintain_unincluded_children false
180 \language japanese
181 \language_package default
182 \inputencoding utf8
183 \fontencoding auto
184 \font_roman "lmodern" "IPAexMincho"
185 \font_sans "default" "IPAexGothic"
186 \font_typewriter "default" "default"
187 \font_math "auto" "auto"
188 \font_default_family default
189 \use_non_tex_fonts false
190 \font_sc false
191 \font_roman_osf false
192 \font_sans_osf false
193 \font_typewriter_osf false
194 \font_sf_scale 100 100
195 \font_tt_scale 100 100
196 \use_microtype false
197 \use_dash_ligatures false
198 \graphics default
199 \default_output_format default
200 \output_sync 0
201 \bibtex_command default
202 \index_command default
203 \paperfontsize 12
204 \spacing single
205 \use_hyperref true
206 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
207 \pdf_author "LyX Team, Uwe Stohr"
208 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
209 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
210 \pdf_bookmarks false
211 \pdf_bookmarksnumbered true
212 \pdf_bookmarksopen true
213 \pdf_bookmarksopenlevel 1
214 \pdf_breaklinks false
215 \pdf_pdfborder false
216 \pdf_colorlinks true
217 \pdf_backref false
218 \pdf_pdfusetitle false
219 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
220 \papersize default
221 \use_geometry false
222 \use_package amsmath 1
223 \use_package amssymb 1
224 \use_package cancel 1
225 \use_package esint 1
226 \use_package mathdots 1
227 \use_package mathtools 1
228 \use_package mhchem 1
229 \use_package stackrel 1
230 \use_package stmaryrd 1
231 \use_package undertilde 1
232 \cite_engine basic
233 \cite_engine_type default
234 \biblio_style plain
235 \use_bibtopic false
236 \use_indices false
237 \paperorientation portrait
238 \suppress_date false
239 \justification true
240 \use_refstyle 0
241 \use_minted 0
242 \use_lineno 0
243 \notefontcolor #0000ff
244 \index 索引
245 \shortcut idx
246 \color #008000
247 \end_index
248 \leftmargin 2.5cm
249 \topmargin 2.5cm
250 \rightmargin 2.5cm
251 \bottommargin 3cm
252 \secnumdepth 3
253 \tocdepth 3
254 \paragraph_separation skip
255 \defskip medskip
256 \is_math_indent 0
257 \math_numbering_side default
258 \quotes_style english
259 \dynamic_quotes 0
260 \papercolumns 1
261 \papersides 2
262 \paperpagestyle default
263 \tablestyle default
264 \bullet 1 1 34 -1
265 \bullet 2 2 35 -1
266 \bullet 3 2 7 -1
267 \tracking_changes false
268 \output_changes false
269 \html_math_output 0
270 \html_css_as_file 0
271 \html_be_strict false
272 \end_header
273
274 \begin_body
275
276 \begin_layout Title
277 \SpecialChar LyX
278 の図表・フロート・註釈・ボックス・外部素材に関する詳細説明書
279 \end_layout
280
281 \begin_layout Author
282 \SpecialChar LyX
283 プロジェクトチーム
284 \begin_inset Foot
285 status collapsed
286
287 \begin_layout Plain Layout
288 \noindent
289 コメントや間違いの指摘がありましたら,\SpecialChar LyX
290 文書化メーリングリスト 
291 \begin_inset CommandInset href
292 LatexCommand href
293 name "lyx-docs@lists.lyx.org"
294 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
295 type "mailto:"
296 literal "false"
297
298 \end_inset
299
300  までお送り下さい.
301 \end_layout
302
303 \end_inset
304
305
306 \begin_inset Note Note
307 status collapsed
308
309 \begin_layout Plain Layout
310 著者:Uwe Stöhr
311 \end_layout
312
313 \end_inset
314
315
316 \begin_inset Newline newline
317 \end_inset
318
319
320 \begin_inset Newline newline
321 \end_inset
322
323
324 \family sans
325 第2.3.x版
326 \end_layout
327
328 \begin_layout Standard
329 \begin_inset CommandInset toc
330 LatexCommand tableofcontents
331
332 \end_inset
333
334
335 \end_layout
336
337 \begin_layout Standard
338 \begin_inset Note Note
339 status open
340
341 \begin_layout Plain Layout
342 本文書の全体をPDFやPS,DVIに書き出すには,
343 \series bold
344 arydshln
345 \series default
346
347 \series bold
348 colortbl
349 \series default
350
351 \series bold
352 diagbox
353 \series default
354
355 \series bold
356 lettrine
357 \series default
358
359 \series bold
360 marginnote
361 \series default
362
363 \series bold
364 picinpar
365 \series default
366
367 \series bold
368 sidecap
369 \series default
370 の各\SpecialChar LaTeX
371 パッケージが導入されている必要があります.これらが導入されていなくても,文書を書き出すことはできますが,これらのパッケージが必要な節は出力には表示されません
372
373 \end_layout
374
375 \begin_layout Plain Layout
376 本文書の最新PDF版は
377 \begin_inset Newline newline
378 \end_inset
379
380
381 \series bold
382 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
383 \series default
384
385 \begin_inset Newline newline
386 \end_inset
387
388 にあります.
389 \end_layout
390
391 \end_inset
392
393
394 \end_layout
395
396 \begin_layout Chapter
397
398 \begin_inset Index idx
399 status collapsed
400
401 \begin_layout Plain Layout
402 ず@図
403 \end_layout
404
405 \end_inset
406
407
408 \begin_inset Index idx
409 status collapsed
410
411 \begin_layout Plain Layout
412 がぞう@画像
413 \begin_inset ERT
414 status collapsed
415
416 \begin_layout Plain Layout
417
418 |see{
419 \end_layout
420
421 \end_inset
422
423
424 \begin_inset ERT
425 status collapsed
426
427 \begin_layout Plain Layout
428
429 }
430 \end_layout
431
432 \end_inset
433
434
435 \end_layout
436
437 \end_inset
438
439
440 \end_layout
441
442 \begin_layout Section
443 画像ダイアログ
444 \begin_inset Index idx
445 status collapsed
446
447 \begin_layout Plain Layout
448 ず@図 ! がぞうだいあろぐ@画像ダイアログ
449 \end_layout
450
451 \end_inset
452
453
454 \begin_inset CommandInset label
455 LatexCommand label
456 name "sec:画像ダイアログ"
457
458 \end_inset
459
460
461 \end_layout
462
463 \begin_layout Standard
464 画像を文書に挿入するには,文中の挿入箇所にカーソルを置いて,ツールバーアイコン
465 \family sans
466
467 \begin_inset Info
468 type  "icon"
469 arg   "dialog-show-new-inset graphics"
470 \end_inset
471
472
473 \family default
474 をクリックするか,
475 \family sans
476 挿入\SpecialChar menuseparator
477 画像
478 \family default
479 メニューを使用して下さい.すると,ダイアログが現れるので,読み込むファイルを選択して下さい.出力中での画像は,本文中の挿入位置に正確に出力されます.
480 \end_layout
481
482 \begin_layout Standard
483 画像ダイアログは,画像をクリックすることによって,いつでも呼び出すことができます.このダイアログには,以下の三つのタブがあります.
484 \end_layout
485
486 \begin_layout Description
487
488 \family sans
489 画像
490 \family default
491  ここでは,画像ファイルを選択し,その出力での表示のしかたを調整することができます.画像寸法で使用することのできる単位については付録
492 \begin_inset CommandInset ref
493 LatexCommand ref
494 reference "cha:LyXで使用できる単位"
495
496 \end_inset
497
498 に説明があります.
499 \begin_inset Newline newline
500 \end_inset
501
502
503 \begin_inset Index idx
504 status collapsed
505
506 \begin_layout Plain Layout
507 ず@図 ! のかいてん@—の回転
508 \end_layout
509
510 \end_inset
511
512 回転角と回転原点を指定することによって,反時計廻り方向へ画像を回転することができます.画像は,\SpecialChar LyX
513 内でも回転して表示されます.
514 \begin_inset Newline newline
515 \end_inset
516
517
518 \begin_inset Index idx
519 status collapsed
520
521 \begin_layout Plain Layout
522 ず@図 ! のしんしゅく@—の伸縮
523 \end_layout
524
525 \end_inset
526
527 画像は,パーセント値を指定するか,幅と高さを明示的に設定することによって,伸縮させることができます.幅と高さのどちらか一方のみを指定した場合には,残りの寸法は自
528 動的に決定されます.両方とも指定した場合には,指定した寸法に画像が変換されますので,変形してしまう可能性があります.画像が変形するのを防ぐには,
529 \family sans
530 縦横比を維持する
531 \family default
532 オプションを指定して下さい.すると画像は,幅と高さが指定した寸法を越えないように伸縮されます.
533 \begin_inset Newline newline
534 \end_inset
535
536 画像を右クリックすると現れるコンテクストメニューで
537 \family sans
538 外部で編集
539 \family default
540 という項目を選ぶことによって,画像を指定したプログラムで開くことができます.このプログラムは,\SpecialChar LyX
541 設定のファイル書式設定で,各画像書式ごとに設定することができます.
542 \end_layout
543
544 \begin_layout Description
545
546 \family sans
547 切り抜き
548 \family default
549  伸縮単位を使用する代わりに,出力における画像の縦横の長さを調整するのに,画像座標の設定をすることができます.座標は,
550 \family sans
551 ファイルから取得
552 \family default
553 ボタンを押すことによって,自動的に計算することもできます.
554 \family sans
555 境界枠で切り抜く
556 \family default
557 オプションは,指定された座標内の画像領域のみ印字します.通常は,画像座標を気にする必要はないので,このタブは無視して構いません.
558 \end_layout
559
560 \begin_layout Description
561
562 \family sans
563 \SpecialChar LaTeX
564 と\SpecialChar LyX
565 のオプション
566 \family default
567  このタブでは,\SpecialChar LyX
568 内での画像表示法を調整できる他,\SpecialChar LaTeX
569 のエキスパート向けに\SpecialChar LaTeX
570 オプションを追加することができるようになっています.
571 \family sans
572
573 \begin_inset Newline newline
574 \end_inset
575
576 下書きモード
577 \family default
578 オプションを指定すると,画像は出力には現れず,画像と同じ大きさの枠だけが表示されます.
579 \family sans
580
581 \begin_inset Newline newline
582 \end_inset
583
584 画像グループ
585 \family default
586 のセクションでは,画像設定グループを定義したり,既存のものに所属させたりすることができます.
587 \begin_inset Index idx
588 status collapsed
589
590 \begin_layout Plain Layout
591 ず@図 ! せっていぐるーぷ@設定グループ
592 \end_layout
593
594 \end_inset
595
596 これらのグループ内の画像は,共通した設定を持つので,グループ内の一つの画像の設定をいじると,自動的にグループ内の全ての画像の設定が同じように変更されます.したが
597 って,たとえば,たくさんの画像の寸法を変更したいときにも,一つ一つの寸法を手動で変更せずに済むのです.既存のグループに帰属させるには,画像のコンテクストメニュー
598 を使用して,望むグループ名をチェックすることで行うこともできます.
599 \end_layout
600
601 \begin_layout Standard
602 \begin_inset VSpace bigskip
603 \end_inset
604
605
606 \end_layout
607
608 \begin_layout Standard
609 下記はPDF書式
610 \begin_inset Foot
611 status collapsed
612
613 \begin_layout Plain Layout
614 画像書式は,第
615 \begin_inset CommandInset ref
616 LatexCommand ref
617 reference "sec:画像形式"
618
619 \end_inset
620
621 節に説明されています.
622 \end_layout
623
624 \end_inset
625
626 の画像の例で,単独の中央揃えの段落に置いてあります.
627 \end_layout
628
629 \begin_layout Standard
630 \align center
631 \begin_inset Graphics
632         filename ../clipart/2D-intensity-plot.pdf
633         scaleBeforeRotation
634         rotateOrigin center
635
636 \end_inset
637
638
639 \end_layout
640
641 \begin_layout Standard
642 下記は上と同じ画像ですが,下書きモードのものです.
643 \end_layout
644
645 \begin_layout Standard
646 \align center
647 \begin_inset Graphics
648         filename ../clipart/2D-intensity-plot.pdf
649         draft
650         scaleBeforeRotation
651         rotateOrigin center
652
653 \end_inset
654
655
656 \end_layout
657
658 \begin_layout Standard
659 \begin_inset Newpage newpage
660 \end_inset
661
662
663 \end_layout
664
665 \begin_layout Section
666 図フロート
667 \begin_inset CommandInset label
668 LatexCommand label
669 name "sec:図フロート"
670
671 \end_inset
672
673
674 \begin_inset Index idx
675 status collapsed
676
677 \begin_layout Plain Layout
678 ふろーと@フロート ! ず@図
679 \end_layout
680
681 \end_inset
682
683
684 \begin_inset Index idx
685 status collapsed
686
687 \begin_layout Plain Layout
688 ず@図 ! ふろーと@フロート
689 \end_layout
690
691 \end_inset
692
693
694 \end_layout
695
696 \begin_layout Standard
697 フロートについての一般的な説明は,第
698 \begin_inset CommandInset ref
699 LatexCommand ref
700 reference "sec:フロートはじめに"
701
702 \end_inset
703
704 節をご覧下さい.
705 \end_layout
706
707 \begin_layout Standard
708 ツールバーボタンの
709 \family sans
710
711 \begin_inset Info
712 type  "icon"
713 arg   "float-insert figure"
714 \end_inset
715
716
717 \family default
718
719 \family sans
720 挿入\SpecialChar menuseparator
721 フロート\SpecialChar menuseparator
722
723 \family default
724 メニューを用いると,「図 #」(#は実際には数字です)というラベルのキャプションを持ったフロートが挿入されます.画像は,図
725 \begin_inset CommandInset ref
726 LatexCommand ref
727 reference "fig:星形"
728
729 \end_inset
730
731 のようにキャプションの上に置くこともできますし,図
732 \begin_inset CommandInset ref
733 LatexCommand ref
734 reference "fig:3Dオブジェクト"
735
736 \end_inset
737
738 のようにキャプションの下に置くこともできます.キャプションの配置について詳しくは,第
739 \begin_inset CommandInset ref
740 LatexCommand ref
741 reference "sec:キャプションの配置"
742
743 \end_inset
744
745 節に述べられています.
746 \end_layout
747
748 \begin_layout Standard
749 \begin_inset Float figure
750 placement document
751 alignment document
752 wide false
753 sideways false
754 status open
755
756 \begin_layout Plain Layout
757 \align center
758 \begin_inset Graphics
759         filename ../clipart/Star-structure.pdf
760         lyxscale 60
761         width 50col%
762         scaleBeforeRotation
763         rotateOrigin center
764
765 \end_inset
766
767
768 \end_layout
769
770 \begin_layout Plain Layout
771 \begin_inset Caption Standard
772
773 \begin_layout Plain Layout
774 \begin_inset CommandInset label
775 LatexCommand label
776 name "fig:星形"
777
778 \end_inset
779
780 フロート中の星形
781 \end_layout
782
783 \end_inset
784
785
786 \end_layout
787
788 \end_inset
789
790
791 \end_layout
792
793 \begin_layout Standard
794 \begin_inset Float figure
795 placement document
796 alignment document
797 wide false
798 sideways false
799 status open
800
801 \begin_layout Plain Layout
802 \begin_inset Caption Standard
803
804 \begin_layout Plain Layout
805 \begin_inset CommandInset label
806 LatexCommand label
807 name "fig:3Dオブジェクト"
808
809 \end_inset
810
811 3Dオブジェクト
812 \end_layout
813
814 \end_inset
815
816
817 \end_layout
818
819 \begin_layout Plain Layout
820 \align center
821 \begin_inset Graphics
822         filename ../clipart/3D-structure-distort.pdf
823         lyxscale 60
824         scale 80
825         scaleBeforeRotation
826         rotateOrigin center
827
828 \end_inset
829
830
831 \end_layout
832
833 \end_inset
834
835
836 \end_layout
837
838 \begin_layout Standard
839 \begin_inset Index idx
840 status collapsed
841
842 \begin_layout Plain Layout
843 さんしょう@参照 ! ずへの@図への —
844 \end_layout
845
846 \end_inset
847
848
849 \begin_inset CommandInset ref
850 LatexCommand ref
851 reference "fig:星形"
852
853 \end_inset
854
855 図と第
856 \begin_inset CommandInset ref
857 LatexCommand ref
858 reference "fig:3Dオブジェクト"
859
860 \end_inset
861
862 図は,参照された図の例です.図は,本文中でラベルを参照することによって参照できます.これをするには,まず,
863 \family sans
864 挿入\SpecialChar menuseparator
865 ラベル
866 \family default
867 メニューかツールバーボタン
868 \family sans
869
870 \begin_inset Info
871 type  "icon"
872 arg   "label-insert"
873 \end_inset
874
875
876 \family default
877 を使用して,キャプションにラベルを挿入してください.その後,
878 \family sans
879 挿入\SpecialChar menuseparator
880 相互参照
881 \family default
882 メニューかツールバーボタン
883 \family sans
884
885 \begin_inset Info
886 type  "icon"
887 arg   "dialog-show-new-inset ref"
888 \end_inset
889
890
891 \family default
892 を使用して,ラベルを参照することができます.\SpecialChar LaTeX
893 は仕上文書でのフロートの位置を調整するので,「上図」のような曖昧な参照のしかたをするのではなく,フロートを直接参照す
894 ることが重要です.仕上文書では,「上図」ではないことが,大いにありうるからです.
895 \begin_inset Newline newline
896 \end_inset
897
898 参照は,第
899 \begin_inset CommandInset ref
900 LatexCommand ref
901 reference "sec:フロートの参照"
902
903 \end_inset
904
905 節で詳細に説明されています.
906 \end_layout
907
908 \begin_layout Standard
909 通常,図フロートには一つの画像だけを挿入しますが,場合によっては,二つの画像に別々の副キャプションをつけて挿入したいこともあるかもしれません.その場合は,既存の
910 図フロートの中に図フロートを入れ込むことによって,実現することができます.ただし,図一覧にはフロートの主キャプションのみが表示されることに留意してください.図
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "fig:歪められた二つの像"
914
915 \end_inset
916
917 は,二つの画像が横に並んでいる図フロートの例です.二つめの画像を一つめの下に持ってくることも可能です.図
918 \begin_inset CommandInset ref
919 LatexCommand ref
920 reference "fig:Pink-object"
921
922 \end_inset
923
924 と図
925 \begin_inset CommandInset ref
926 LatexCommand ref
927 reference "fig:A-star"
928
929 \end_inset
930
931 が内部図になります.
932 \end_layout
933
934 \begin_layout Standard
935 \begin_inset Float figure
936 placement document
937 alignment document
938 wide false
939 sideways false
940 status open
941
942 \begin_layout Plain Layout
943 \begin_inset space \hfill{}
944 \end_inset
945
946
947 \begin_inset Float figure
948 placement document
949 alignment document
950 wide false
951 sideways false
952 status collapsed
953
954 \begin_layout Plain Layout
955 \begin_inset Caption Standard
956
957 \begin_layout Plain Layout
958 \begin_inset CommandInset label
959 LatexCommand label
960 name "fig:Pink-object"
961
962 \end_inset
963
964 ももいろオブジェクト
965 \end_layout
966
967 \end_inset
968
969
970 \end_layout
971
972 \begin_layout Plain Layout
973 \begin_inset Graphics
974         filename ../clipart/3D-structure-distort.pdf
975         width 45col%
976         scaleBeforeRotation
977         groupId distorted
978
979 \end_inset
980
981
982 \end_layout
983
984 \end_inset
985
986
987 \begin_inset space \hfill{}
988 \end_inset
989
990
991 \begin_inset Float figure
992 placement document
993 alignment document
994 wide false
995 sideways false
996 status collapsed
997
998 \begin_layout Plain Layout
999 \begin_inset Caption Standard
1000
1001 \begin_layout Plain Layout
1002 \begin_inset CommandInset label
1003 LatexCommand label
1004 name "fig:A-star"
1005
1006 \end_inset
1007
1008 ほし
1009 \end_layout
1010
1011 \end_inset
1012
1013
1014 \end_layout
1015
1016 \begin_layout Plain Layout
1017 \begin_inset Graphics
1018         filename ../clipart/Star-structure.pdf
1019         width 45col%
1020         scaleBeforeRotation
1021         groupId distorted
1022
1023 \end_inset
1024
1025
1026 \end_layout
1027
1028 \end_inset
1029
1030
1031 \begin_inset space \hfill{}
1032 \end_inset
1033
1034
1035 \end_layout
1036
1037 \begin_layout Plain Layout
1038 \begin_inset Caption Standard
1039
1040 \begin_layout Plain Layout
1041 \begin_inset CommandInset label
1042 LatexCommand label
1043 name "fig:歪められた二つの像"
1044
1045 \end_inset
1046
1047 二つの像.両画像とも「distorted」画像設定グループに属しています.
1048 \end_layout
1049
1050 \end_inset
1051
1052
1053 \end_layout
1054
1055 \end_inset
1056
1057
1058 \end_layout
1059
1060 \begin_layout Standard
1061 \begin_inset Newpage newpage
1062 \end_inset
1063
1064
1065 \end_layout
1066
1067 \begin_layout Section
1068 画像形式
1069 \begin_inset CommandInset label
1070 LatexCommand label
1071 name "sec:画像形式"
1072
1073 \end_inset
1074
1075
1076 \begin_inset Index idx
1077 status collapsed
1078
1079 \begin_layout Plain Layout
1080 がぞうけいしき@画像形式
1081 \end_layout
1082
1083 \end_inset
1084
1085
1086 \begin_inset Index idx
1087 status collapsed
1088
1089 \begin_layout Plain Layout
1090 ず@図 ! がぞうけいしき@画像形式
1091 \end_layout
1092
1093 \end_inset
1094
1095
1096 \end_layout
1097
1098 \begin_layout Standard
1099 画像は,既知のファイル形式であれば,どのような形式でも挿入することができます.しかし,付録
1100 \begin_inset CommandInset ref
1101 LatexCommand ref
1102 reference "cha:ファイル出力形式"
1103
1104 \end_inset
1105
1106 で説明されているように,出力に関しては,どの出力文書形式も,いくつかの画像形式しか受け付けません.したがって\SpecialChar LyX
1107 は,画像を正しい形式に変換するのに,バックグラウンド
1108
1109 \family typewriter
1110 ImageMagick
1111 \family default
1112 というプログラムを使用しています.バックグラウンドで変換が発生することを避けて作業能率を上げようとお考えならば,出力ファイル形式に直接埋め込める画像形式のみを使
1113 用するとよいでしょう.出力ファイル形式は,付録
1114 \begin_inset CommandInset ref
1115 LatexCommand ref
1116 reference "cha:ファイル出力形式"
1117
1118 \end_inset
1119
1120 に説明されています.
1121 \end_layout
1122
1123 \begin_layout Standard
1124 フォントと同じく,画像形式にも以下の二つの型があります.
1125 \end_layout
1126
1127 \begin_layout Description
1128 ビットマップ画像 は,ピクセル値を(時により圧縮された形で)保持しています.したがって,この画像形式は完全に伸縮可能ではなく,拡大するとピクセルが目立つようにな
1129 ります.よく知られたビットマップ画像形式には,「Graphics Interchange Format(画像交換形式)」(GIF・ファイル拡張子は「
1130 \family typewriter
1131 .gif
1132 \family default
1133 」)
1134 \begin_inset Index idx
1135 status collapsed
1136
1137 \begin_layout Plain Layout
1138 GIF
1139 \begin_inset ERT
1140 status collapsed
1141
1142 \begin_layout Plain Layout
1143
1144 |see{
1145 \end_layout
1146
1147 \end_inset
1148
1149 画像書式
1150 \begin_inset ERT
1151 status collapsed
1152
1153 \begin_layout Plain Layout
1154
1155 }
1156 \end_layout
1157
1158 \end_inset
1159
1160
1161 \end_layout
1162
1163 \end_inset
1164
1165 ,「Portable Network Graphics(可搬性ネットワーク画像ファイル)」(PNG・ファイル拡張子は「
1166 \family typewriter
1167 .png
1168 \family default
1169 」)
1170 \begin_inset Index idx
1171 status collapsed
1172
1173 \begin_layout Plain Layout
1174 PNG
1175 \begin_inset ERT
1176 status collapsed
1177
1178 \begin_layout Plain Layout
1179
1180 |see{
1181 \end_layout
1182
1183 \end_inset
1184
1185 画像書式
1186 \begin_inset ERT
1187 status collapsed
1188
1189 \begin_layout Plain Layout
1190
1191 }
1192 \end_layout
1193
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \end_inset
1200
1201 ,「Joint Photographic Experts Group(写真専門家連合組織)」(JPG・ファイル拡張子は「
1202 \family typewriter
1203 .jpg
1204 \family default
1205 」または「
1206 \family typewriter
1207 .jpeg
1208 \family default
1209 」)
1210 \begin_inset Index idx
1211 status collapsed
1212
1213 \begin_layout Plain Layout
1214 JPG
1215 \begin_inset ERT
1216 status collapsed
1217
1218 \begin_layout Plain Layout
1219
1220 |see{
1221 \end_layout
1222
1223 \end_inset
1224
1225 画像書式
1226 \begin_inset ERT
1227 status collapsed
1228
1229 \begin_layout Plain Layout
1230
1231 }
1232 \end_layout
1233
1234 \end_inset
1235
1236
1237 \end_layout
1238
1239 \end_inset
1240
1241 などがあります.
1242 \end_layout
1243
1244 \begin_layout Description
1245 ベクトル画像 はベクトル値を保持しているので,データ損失なしに任意の寸法の伸縮させることができます.プレゼンテーションは,ビデオプロジェクタがかならず伸縮操作を
1246 行うことになるので,プレゼンテーションを作成したいときには画像が伸縮できることが必須です.また,伸縮性は,オンライン文書でユーザーが図の拡大ができるようにするの
1247 に便利です.
1248 \begin_inset Newline newline
1249 \end_inset
1250
1251 よく知られた伸縮可能画像形式には,「Scalable Vector Graphics(伸縮可能ベクトル画像ファイル)」(SVG・ファイル拡張子は「
1252 \family typewriter
1253 .svg
1254 \family default
1255 」)
1256 \begin_inset Index idx
1257 status collapsed
1258
1259 \begin_layout Plain Layout
1260 SVG
1261 \begin_inset ERT
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265
1266 |see{
1267 \end_layout
1268
1269 \end_inset
1270
1271 画像書式
1272 \begin_inset ERT
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276
1277 }
1278 \end_layout
1279
1280 \end_inset
1281
1282
1283 \end_layout
1284
1285 \end_inset
1286
1287 ,「Encapsulated PostScript(カプセル化ポストスクリプト)」(EPS・ファイル拡張子は「
1288 \family typewriter
1289 .eps
1290 \family default
1291 」)
1292 \begin_inset Index idx
1293 status collapsed
1294
1295 \begin_layout Plain Layout
1296 EPS
1297 \begin_inset ERT
1298 status collapsed
1299
1300 \begin_layout Plain Layout
1301
1302 |see{
1303 \end_layout
1304
1305 \end_inset
1306
1307 画像書式
1308 \begin_inset ERT
1309 status collapsed
1310
1311 \begin_layout Plain Layout
1312
1313 }
1314 \end_layout
1315
1316 \end_inset
1317
1318
1319 \end_layout
1320
1321 \end_inset
1322
1323 ,「Portable Document Format(可搬文書形式)」(PDF・ファイル拡張子は「
1324 \family typewriter
1325 .pdf
1326 \family default
1327 」)
1328 \begin_inset Index idx
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332 PDF
1333 \end_layout
1334
1335 \end_inset
1336
1337 ,「Windowsメタファイル」(WMF・ファイル拡張子は「
1338 \family typewriter
1339 .wmf
1340 \family default
1341 」)
1342 \begin_inset Index idx
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346 SVG
1347 \begin_inset ERT
1348 status collapsed
1349
1350 \begin_layout Plain Layout
1351
1352 |see{
1353 \end_layout
1354
1355 \end_inset
1356
1357 画像書式
1358 \begin_inset ERT
1359 status collapsed
1360
1361 \begin_layout Plain Layout
1362
1363 }
1364 \end_layout
1365
1366 \end_inset
1367
1368
1369 \end_layout
1370
1371 \end_inset
1372
1373 がありえます.「ありえます」と言ったのは,ビットマップ画像はいつでもPDFやEPSに変換することができますが,変換後も依然としてビットマップ画像のままだからです
1374 .このような場合には,画像特性を示すヘッダが元々の画像に付け加えられるだけなのです
1375 \begin_inset Foot
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379 PDFの場合には,さらに元画像が圧縮されます.
1380 \end_layout
1381
1382 \end_inset
1383
1384 .たとえば,
1385 \family typewriter
1386 Adobe Photoshop
1387 \family default
1388 が生成するPDFファイルは,ビットマップ画像です.
1389 \end_layout
1390
1391 \begin_layout Standard
1392 通常,ビットマップ画像を伸縮可能画像には変換できず,その逆のみが可能です.PDFやPostScript出力ファイルに直接埋め込むことができるのは,それぞれPDF
1393 画像書式とEPS画像書式のみです.いまのところ適切なWMF/SVG
1394 \begin_inset Formula $\to$
1395 \end_inset
1396
1397 PDF/EPS変換子がないので,SVGおよびWMF画像は,出力ファイルが生成される際にビットマップに計算し直されます.
1398 \end_layout
1399
1400 \begin_layout Chapter
1401
1402 \begin_inset Index idx
1403 status collapsed
1404
1405 \begin_layout Plain Layout
1406 ひょう@表
1407 \end_layout
1408
1409 \end_inset
1410
1411
1412 \end_layout
1413
1414 \begin_layout Section
1415 はじめに
1416 \begin_inset Index idx
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420 ひょう@表 ! はじめに
1421 \end_layout
1422
1423 \end_inset
1424
1425
1426 \end_layout
1427
1428 \begin_layout Standard
1429
1430 \family roman
1431 \series medium
1432 \shape up
1433 \size normal
1434 \emph off
1435 \bar no
1436 \noun off
1437 \color none
1438 表を挿入するには,ツールバーボタ
1439 \family default
1440 \series default
1441 \shape default
1442 \size default
1443 \emph default
1444 \bar default
1445 \noun default
1446 \color inherit
1447
1448 \begin_inset Info
1449 type  "icon"
1450 arg   "tabular-insert"
1451 \end_inset
1452
1453
1454 \family roman
1455 \series medium
1456 \shape up
1457 \size normal
1458 \emph off
1459 \bar no
1460 \noun off
1461 \color none
1462
1463 \family sans
1464 \series default
1465 \shape default
1466 \size default
1467 \emph default
1468 \bar default
1469 \noun default
1470 \color inherit
1471 挿入\SpecialChar menuseparator
1472
1473 \family default
1474 メニューを選択します.ツールバーボタンを押すと,グラフィカルな選択ができます.マウスを動かして,生成する表の行数・列数を設定し,マウスボタンを押して下さい.表を
1475 作るのにメニューを使う場合は,ダイアログが現れ,行数と列数を訊いてきます.
1476 \begin_inset Newline newline
1477 \end_inset
1478
1479 既定の表では,各セルの周囲に罫線が引かれ,第一行が表の他の部分から分離して表示されます.この分離が起こるのは二重線のためです.第一行のセルが下に罫線を伴っている
1480 のと同時に,第二行のセルも上に罫線を伴っているのです.以下は表の一例です.
1481 \end_layout
1482
1483 \begin_layout Standard
1484 \align center
1485 \begin_inset Tabular
1486 <lyxtabular version="3" rows="4" columns="4">
1487 <features tabularvalignment="middle">
1488 <column alignment="center" valignment="top">
1489 <column alignment="center" valignment="top">
1490 <column alignment="center" valignment="top">
1491 <column alignment="center" valignment="top">
1492 <row>
1493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1494 \begin_inset Text
1495
1496 \begin_layout Plain Layout
1497
1498 \end_layout
1499
1500 \end_inset
1501 </cell>
1502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1503 \begin_inset Text
1504
1505 \begin_layout Plain Layout
1506 1
1507 \end_layout
1508
1509 \end_inset
1510 </cell>
1511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1512 \begin_inset Text
1513
1514 \begin_layout Plain Layout
1515 2
1516 \end_layout
1517
1518 \end_inset
1519 </cell>
1520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1521 \begin_inset Text
1522
1523 \begin_layout Plain Layout
1524 3
1525 \end_layout
1526
1527 \end_inset
1528 </cell>
1529 </row>
1530 <row>
1531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1532 \begin_inset Text
1533
1534 \begin_layout Plain Layout
1535
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Plain Layout
1544
1545 \end_layout
1546
1547 \end_inset
1548 </cell>
1549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1550 \begin_inset Text
1551
1552 \begin_layout Plain Layout
1553
1554 \end_layout
1555
1556 \end_inset
1557 </cell>
1558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1559 \begin_inset Text
1560
1561 \begin_layout Plain Layout
1562
1563 \end_layout
1564
1565 \end_inset
1566 </cell>
1567 </row>
1568 <row>
1569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1570 \begin_inset Text
1571
1572 \begin_layout Plain Layout
1573
1574 \end_layout
1575
1576 \end_inset
1577 </cell>
1578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1579 \begin_inset Text
1580
1581 \begin_layout Plain Layout
1582
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 </row>
1606 <row>
1607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1608 \begin_inset Text
1609
1610 \begin_layout Plain Layout
1611
1612 \end_layout
1613
1614 \end_inset
1615 </cell>
1616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1617 \begin_inset Text
1618
1619 \begin_layout Plain Layout
1620
1621 \end_layout
1622
1623 \end_inset
1624 </cell>
1625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1626 \begin_inset Text
1627
1628 \begin_layout Plain Layout
1629
1630 \end_layout
1631
1632 \end_inset
1633 </cell>
1634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1635 \begin_inset Text
1636
1637 \begin_layout Plain Layout
1638
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 </row>
1644 </lyxtabular>
1645
1646 \end_inset
1647
1648
1649 \end_layout
1650
1651 \begin_layout Section
1652 表ダイアログ
1653 \begin_inset Index idx
1654 status collapsed
1655
1656 \begin_layout Plain Layout
1657 ひょう@表 ! だいあろぐ@ダイアログ
1658 \end_layout
1659
1660 \end_inset
1661
1662
1663 \end_layout
1664
1665 \begin_layout Standard
1666
1667 \family roman
1668 \series medium
1669 \shape up
1670 \size normal
1671 \emph off
1672 \bar no
1673 \noun off
1674 \color none
1675 表を右クリックすると,文脈依存メニューが表示されて,表を変更することができます.メニュー項目
1676 \family sans
1677 \series default
1678 \shape default
1679 \size default
1680 \emph default
1681 \bar default
1682 \noun default
1683 \color inherit
1684 詳細
1685 \family roman
1686 \series medium
1687 \shape up
1688 \size normal
1689 \emph off
1690 \bar no
1691 \noun off
1692 \color none
1693 以下では,現在カーソルが置かれているセルないし行・列の設定を調節することができます.文脈依存メニュー
1694 \family sans
1695 \series default
1696 \shape default
1697 \size default
1698 \emph default
1699 \bar default
1700 \noun default
1701 \color inherit
1702 詳細\SpecialChar menuseparator
1703 設定
1704 \family roman
1705 \series medium
1706 \shape up
1707 \size normal
1708 \emph off
1709 \bar no
1710 \noun off
1711 \color none
1712 を選ぶと,ダイアログボックスが開いて,更に詳細な設定を行うことができます.また,ダイアログオプションのほとんどは,選択範囲に対しても動作します.つまり,複数のセ
1713 ルや行・列を選択していれば,操作は選択範囲の全てに対して行われます.
1714 \family default
1715 \series default
1716 \shape default
1717 \size default
1718 \emph default
1719 \bar default
1720 \noun default
1721 \color inherit
1722 セルの
1723 \emph on
1724 内容
1725 \emph default
1726 を選択するのと,セル自体を選択するのは異なることに注意して下さい.
1727 \begin_inset Newline newline
1728 \end_inset
1729
1730 ダイアログオプションの
1731 \family sans
1732 直ちに適用
1733 \family default
1734 を使用すると,ダイアログ中に行った変更が直ちに適用されるようになります.カーソルを別のセルに移動すると,ダイアログも新しいセルのパラメーターに更新されます.ダイ
1735 アログ中の長さの値を変更した場合には,リターンを押さないと変更が適用されません.
1736 \begin_inset Newline newline
1737 \end_inset
1738
1739 表ダイアログの以下の各タブを使用して,表に変更を加えることができます.
1740 \end_layout
1741
1742 \begin_layout Description
1743 表の設定 ここでは,現在列の幅と水平揃えを設定することができます.
1744 \family sans
1745 小数点で
1746 \family default
1747 とある揃えは,第
1748 \begin_inset CommandInset ref
1749 LatexCommand ref
1750 reference "subsec:特殊なセル揃え"
1751
1752 \end_inset
1753
1754 で説明されています.幅を設定した場合には,現在行の垂直揃えも調整することができます.列幅を与えると,改行や多段落の文章をセルに入れることができます.これに関して
1755 は,第
1756 \begin_inset CommandInset ref
1757 LatexCommand ref
1758 reference "subsec:複数行"
1759
1760 \end_inset
1761
1762 節をご参照下さい.列幅を設定しない場合には,列幅は,もっとも幅の広いセル内容の幅になります.
1763 \begin_inset Newline newline
1764 \end_inset
1765
1766 さらに,同一行の一つまたは複数のセルを連結列セルとして指定することができます.これに関しては,第
1767 \begin_inset CommandInset ref
1768 LatexCommand ref
1769 reference "subsec:連結列"
1770
1771 \end_inset
1772
1773 節をご参照下さい.あるいは同一列のセルを連結行セルとして指定することもできます.これについては,第
1774 \begin_inset CommandInset ref
1775 LatexCommand ref
1776 reference "subsec:連結行"
1777
1778 \end_inset
1779
1780 節をご参照ください.
1781 \begin_inset Newline newline
1782 \end_inset
1783
1784 回転関連のチェックボックスは,現在セルや選択範囲あるいは表全体を反時計廻りに90度回転させます.回転は,\SpecialChar LyX
1785 内部では反映されず,出力にのみ現れます.詳細については,
1786
1787 \begin_inset CommandInset ref
1788 LatexCommand ref
1789 reference "sec:表セルの回転"
1790
1791 \end_inset
1792
1793 節をご覧下さい.
1794 \begin_inset Newline newline
1795 \end_inset
1796
1797
1798 \begin_inset Note Greyedout
1799 status open
1800
1801 \begin_layout Plain Layout
1802
1803 \series bold
1804 【註】
1805 \series default
1806 DVIビューアのすべてが回転を表示できるわけではありません.
1807 \end_layout
1808
1809 \end_inset
1810
1811
1812 \begin_inset Newline newline
1813 \end_inset
1814
1815 下記は,本文行中の表に,表全体の垂直揃えを適用したものです.
1816 \begin_inset Newline newline
1817 \end_inset
1818
1819 各種の揃えを適用した同一行中の表:
1820 \begin_inset Tabular
1821 <lyxtabular version="3" rows="2" columns="2">
1822 <features tabularvalignment="top">
1823 <column alignment="center" valignment="top" width="0pt">
1824 <column alignment="center" valignment="top">
1825 <row>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839 1
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 </row>
1845 <row>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 A
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 </row>
1865 </lyxtabular>
1866
1867 \end_inset
1868
1869  
1870 \begin_inset Tabular
1871 <lyxtabular version="3" rows="2" columns="2">
1872 <features tabularvalignment="middle">
1873 <column alignment="center" valignment="top">
1874 <column alignment="center" valignment="top">
1875 <row>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889 1
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 </row>
1895 <row>
1896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900 A
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 </row>
1915 </lyxtabular>
1916
1917 \end_inset
1918
1919  
1920 \begin_inset Tabular
1921 <lyxtabular version="3" rows="2" columns="2">
1922 <features tabularvalignment="bottom">
1923 <column alignment="center" valignment="top" width="0pt">
1924 <column alignment="center" valignment="top">
1925 <row>
1926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1927 \begin_inset Text
1928
1929 \begin_layout Plain Layout
1930
1931 \end_layout
1932
1933 \end_inset
1934 </cell>
1935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Plain Layout
1939 1
1940 \end_layout
1941
1942 \end_inset
1943 </cell>
1944 </row>
1945 <row>
1946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1947 \begin_inset Text
1948
1949 \begin_layout Plain Layout
1950 A
1951 \end_layout
1952
1953 \end_inset
1954 </cell>
1955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1956 \begin_inset Text
1957
1958 \begin_layout Plain Layout
1959
1960 \end_layout
1961
1962 \end_inset
1963 </cell>
1964 </row>
1965 </lyxtabular>
1966
1967 \end_inset
1968
1969
1970 \begin_inset Newline newline
1971 \end_inset
1972
1973 また,特殊な表設定に必要な\SpecialChar LaTeX
1974 引数を入力することもできます.これに関しては,第
1975 \begin_inset CommandInset ref
1976 LatexCommand ref
1977 reference "subsec:連結列の計算"
1978
1979 \end_inset
1980
1981 節および第
1982 \begin_inset CommandInset ref
1983 LatexCommand ref
1984 reference "sec:色付きの表"
1985
1986 \end_inset
1987
1988 節をご参照下さい.
1989 \end_layout
1990
1991 \begin_layout Description
1992 罫線 このタブでは,現在列ないし現在行の罫線を引いたり消したりすることができます.
1993 \begin_inset Newline newline
1994 \end_inset
1995
1996 様式オプションとして
1997 \family sans
1998 フォーマル様式
1999 \family default
2000 を使用すると,第
2001 \begin_inset CommandInset ref
2002 LatexCommand ref
2003 reference "sec:フォーマル様式の表"
2004
2005 \end_inset
2006
2007 節に述べられているフォーマル様式の表に表を変換します.
2008 \begin_inset Newline newline
2009 \end_inset
2010
2011 またここで,第
2012 \begin_inset CommandInset ref
2013 LatexCommand ref
2014 reference "subsec:行の余白取り"
2015
2016 \end_inset
2017
2018 節に述べられているように,表の行に空白を追加することもできます.
2019 \end_layout
2020
2021 \begin_layout Description
2022 多頁表 このタブは,複数のページにわたる,いわゆる「
2023 \emph on
2024 多頁表
2025 \emph default
2026 」を作るためのものです.第
2027 \begin_inset CommandInset ref
2028 LatexCommand ref
2029 reference "sec:多頁表"
2030
2031 \end_inset
2032
2033 節および第
2034 \begin_inset CommandInset ref
2035 LatexCommand ref
2036 reference "sec:多頁表にまつわる諸点"
2037
2038 \end_inset
2039
2040 節に,多頁表の機能に関する詳細な説明があります.
2041 \end_layout
2042
2043 \begin_layout Section
2044 表ツールバー
2045 \begin_inset Index idx
2046 status collapsed
2047
2048 \begin_layout Plain Layout
2049 ひょう@表 ! つーるばー@ツールバー
2050 \end_layout
2051
2052 \end_inset
2053
2054
2055 \end_layout
2056
2057 \begin_layout Standard
2058 表ツールバーは,表ダイアログの代わりに,表をすばやく変更できるようにするためのものです.通常,カーソルが表の内部にあるときに,\SpecialChar LyX
2059 のメインウィンドウの底部に表示され
2060 ます.ご希望であれば,\SpecialChar LyX
2061 のメインメニューバーを右クリックすることによって,つねに表示されるように切り替えることもできます.
2062 \end_layout
2063
2064 \begin_layout Standard
2065 ツールバーには,以下のアイコンがあります.
2066 \end_layout
2067
2068 \begin_layout Labeling
2069 \labelwidthstring 00.00.0000
2070
2071 \family sans
2072 \begin_inset Info
2073 type  "icon"
2074 arg   "tabular-feature append-row"
2075 \end_inset
2076
2077
2078 \family default
2079  は,現在セルあるいは選択範囲の下に行を追加します.
2080 \end_layout
2081
2082 \begin_layout Labeling
2083 \labelwidthstring 00.00.0000
2084
2085 \family sans
2086 \begin_inset Info
2087 type  "icon"
2088 arg   "tabular-feature append-column"
2089 \end_inset
2090
2091
2092 \family default
2093  は,現在セルあるいは選択範囲の右に列を追加します.
2094 \end_layout
2095
2096 \begin_layout Labeling
2097 \labelwidthstring 00.00.0000
2098
2099 \family sans
2100 \begin_inset Info
2101 type  "icon"
2102 arg   "tabular-feature delete-row"
2103 \end_inset
2104
2105
2106 \family default
2107  は,現在行あるいは選択範囲行を削除します.
2108 \end_layout
2109
2110 \begin_layout Labeling
2111 \labelwidthstring 00.00.0000
2112
2113 \family sans
2114 \begin_inset Info
2115 type  "icon"
2116 arg   "tabular-feature delete-column"
2117 \end_inset
2118
2119
2120 \family default
2121  は,現在列あるいは選択範囲列を削除します.
2122 \end_layout
2123
2124 \begin_layout Labeling
2125 \labelwidthstring 00.00.0000
2126 \begin_inset Info
2127 type  "icon"
2128 arg   "tabular-feature move-row-up"
2129 \end_inset
2130
2131  は,行を上に移動します.
2132 \end_layout
2133
2134 \begin_layout Labeling
2135 \labelwidthstring 00.00.0000
2136 \begin_inset Info
2137 type  "icon"
2138 arg   "tabular-feature move-column-left"
2139 \end_inset
2140
2141  は,列を左に移動します.
2142 \end_layout
2143
2144 \begin_layout Labeling
2145 \labelwidthstring 00.00.0000
2146 \begin_inset Info
2147 type  "icon"
2148 arg   "tabular-feature move-row-down"
2149 \end_inset
2150
2151  は,行を下に移動します.
2152 \end_layout
2153
2154 \begin_layout Labeling
2155 \labelwidthstring 00.00.0000
2156 \begin_inset Info
2157 type  "icon"
2158 arg   "tabular-feature move-column-right"
2159 \end_inset
2160
2161  は,列を右に移動します.
2162 \end_layout
2163
2164 \begin_layout Labeling
2165 \labelwidthstring 00.00.0000
2166
2167 \family sans
2168 \begin_inset Info
2169 type  "icon"
2170 arg   "tabular-feature toggle-line-top"
2171 \end_inset
2172
2173
2174 \family default
2175  は,現在セルや現在行,あるいは選択範囲の上部に罫線を描画します.
2176 \end_layout
2177
2178 \begin_layout Labeling
2179 \labelwidthstring 00.00.0000
2180
2181 \family sans
2182 \begin_inset Info
2183 type  "icon"
2184 arg   "tabular-feature toggle-line-bottom"
2185 \end_inset
2186
2187
2188 \family default
2189  は,現在セルや現在行,あるいは選択範囲の下部に罫線を描画します.
2190 \end_layout
2191
2192 \begin_layout Labeling
2193 \labelwidthstring 00.00.0000
2194
2195 \family sans
2196 \begin_inset Info
2197 type  "icon"
2198 arg   "tabular-feature toggle-line-left"
2199 \end_inset
2200
2201
2202 \family default
2203  は,現在セルや現在行,あるいは選択範囲の左側に罫線を描画します.
2204 \end_layout
2205
2206 \begin_layout Labeling
2207 \labelwidthstring 00.00.0000
2208
2209 \family sans
2210 \begin_inset Info
2211 type  "icon"
2212 arg   "tabular-feature toggle-line-right"
2213 \end_inset
2214
2215
2216 \family default
2217  は,現在セルや現在行,あるいは選択範囲の右側に罫線を描画します.
2218 \end_layout
2219
2220 \begin_layout Labeling
2221 \labelwidthstring 00.00.0000
2222
2223 \family sans
2224 \begin_inset Info
2225 type  "icon"
2226 arg   "tabular-feature set-all-lines"
2227 \end_inset
2228
2229
2230 \family default
2231  は,現在セルあるいは選択範囲の周囲に罫線を描画します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2232 \end_layout
2233
2234 \begin_layout Labeling
2235 \labelwidthstring 00.00.0000
2236
2237 \family sans
2238 \begin_inset Info
2239 type  "icon"
2240 arg   "tabular-feature unset-all-lines"
2241 \end_inset
2242
2243
2244 \family default
2245  は,現在セルあるいは選択範囲のすべての罫線を消去します.現在セルが連結列でなければ,現在行と現在列にも影響します.
2246 \end_layout
2247
2248 \begin_layout Labeling
2249 \labelwidthstring 00.00.0000
2250
2251 \family sans
2252 \begin_inset Info
2253 type  "icon"
2254 arg   "tabular-feature m-align-left"
2255 \end_inset
2256
2257
2258 \family default
2259  は,現在セルあるいは現在列の内容を左揃えにします.
2260 \end_layout
2261
2262 \begin_layout Labeling
2263 \labelwidthstring 00.00.0000
2264
2265 \family sans
2266 \begin_inset Info
2267 type  "icon"
2268 arg   "tabular-feature m-align-center"
2269 \end_inset
2270
2271
2272 \family default
2273  は,現在セルあるいは現在列の内容を水平方向中央揃えにします.
2274 \end_layout
2275
2276 \begin_layout Labeling
2277 \labelwidthstring 00.00.0000
2278
2279 \family sans
2280 \begin_inset Info
2281 type  "icon"
2282 arg   "tabular-feature m-align-right"
2283 \end_inset
2284
2285
2286 \family default
2287  は,現在セルあるいは現在列の内容を右揃えにします.
2288 \end_layout
2289
2290 \begin_layout Labeling
2291 \labelwidthstring 00.00.0000
2292
2293 \family sans
2294 \begin_inset Info
2295 type  "icon"
2296 arg   "tabular-feature align-decimal"
2297 \end_inset
2298
2299
2300 \family default
2301  は,現在セルの内容を特定文字位置で揃えます.
2302 \end_layout
2303
2304 \begin_layout Labeling
2305 \labelwidthstring 00.00.0000
2306
2307 \family sans
2308 \begin_inset Info
2309 type  "icon"
2310 arg   "tabular-feature m-valign-top"
2311 \end_inset
2312
2313
2314 \family default
2315  は,現在セルの内容を垂直方向上揃えにします.
2316 \end_layout
2317
2318 \begin_layout Labeling
2319 \labelwidthstring 00.00.0000
2320
2321 \family sans
2322 \begin_inset Info
2323 type  "icon"
2324 arg   "tabular-feature m-valign-middle"
2325 \end_inset
2326
2327
2328 \family default
2329  は,現在セルの内容を垂直方向中央揃えにします.
2330 \end_layout
2331
2332 \begin_layout Labeling
2333 \labelwidthstring 00.00.0000
2334
2335 \family sans
2336 \begin_inset Info
2337 type  "icon"
2338 arg   "tabular-feature m-valign-bottom"
2339 \end_inset
2340
2341
2342 \family default
2343  は,現在セルの内容を垂直方向下揃えにします.
2344 \end_layout
2345
2346 \begin_layout Labeling
2347 \labelwidthstring 00.00.0000
2348
2349 \family sans
2350 \begin_inset Info
2351 type  "icon"
2352 arg   "tabular-feature set-rotate-cell"
2353 \end_inset
2354
2355
2356 \family default
2357  は,現在セルあるいは選択範囲を反時計廻りに90度回転します.
2358 \end_layout
2359
2360 \begin_layout Labeling
2361 \labelwidthstring 00.00.0000
2362
2363 \family sans
2364 \begin_inset Info
2365 type  "icon"
2366 arg   "tabular-feature set-rotate-tabular"
2367 \end_inset
2368
2369
2370 \family default
2371  は,表全体を反時計廻りに90度回転します.
2372 \end_layout
2373
2374 \begin_layout Labeling
2375 \labelwidthstring 00.00.0000
2376
2377 \family sans
2378 \begin_inset Info
2379 type  "icon"
2380 arg   "tabular-feature multicolumn"
2381 \end_inset
2382
2383
2384 \family default
2385  は,現在セルあるいは選択範囲を連結列にします.
2386 \end_layout
2387
2388 \begin_layout Labeling
2389 \labelwidthstring 00.00.0000
2390
2391 \family sans
2392 \begin_inset Info
2393 type  "icon"
2394 arg   "tabular-feature multirow"
2395 \end_inset
2396
2397
2398 \family default
2399  は,現在セルあるいは選択範囲を連結行にします.
2400 \end_layout
2401
2402 \begin_layout Standard
2403 \begin_inset Note Greyedout
2404 status open
2405
2406 \begin_layout Plain Layout
2407
2408 \series bold
2409 【註】
2410 \series default
2411 出力では,行の最初のセルの垂直揃えが,同一行の他のセルすべてに適用されます.
2412 \end_layout
2413
2414 \end_inset
2415
2416
2417 \end_layout
2418
2419 \begin_layout Section
2420 表編集メニュー
2421 \begin_inset Index idx
2422 status collapsed
2423
2424 \begin_layout Plain Layout
2425 ひょう@表 ! へんしゅうめにゅー@編集メニュー
2426 \end_layout
2427
2428 \end_inset
2429
2430
2431 \end_layout
2432
2433 \begin_layout Standard
2434 表ダイアログと表ツールバーの他に,
2435 \family sans
2436 編集\SpecialChar menuseparator
2437
2438 \family default
2439 メニューでも,現在行や現在列の罫線を引いたり消したりすることができ,あるいは現在の選択範囲を連結列に指定したりすることができます.このメニューは,カーソルが表内
2440 部にあるときのみ,表示されます.
2441 \end_layout
2442
2443 \begin_layout Section
2444 表フロート
2445 \begin_inset CommandInset label
2446 LatexCommand label
2447 name "sec:表フロート"
2448
2449 \end_inset
2450
2451
2452 \begin_inset Index idx
2453 status collapsed
2454
2455 \begin_layout Plain Layout
2456 ふろーと@フロート ! ひょう@表
2457 \end_layout
2458
2459 \end_inset
2460
2461
2462 \begin_inset Index idx
2463 status collapsed
2464
2465 \begin_layout Plain Layout
2466 ひょう@表 ! ふろーと@フロート
2467 \end_layout
2468
2469 \end_inset
2470
2471
2472 \end_layout
2473
2474 \begin_layout Standard
2475 フロートの一般的な説明については,第
2476 \begin_inset CommandInset ref
2477 LatexCommand ref
2478 reference "sec:フロートはじめに"
2479
2480 \end_inset
2481
2482 節をご覧下さい.
2483 \end_layout
2484
2485 \begin_layout Standard
2486 \begin_inset Float table
2487 placement h
2488 alignment document
2489 wide false
2490 sideways false
2491 status open
2492
2493 \begin_layout Plain Layout
2494 \begin_inset Caption Standard
2495
2496 \begin_layout Plain Layout
2497 \begin_inset CommandInset label
2498 LatexCommand label
2499 name "tab:表フロート"
2500
2501 \end_inset
2502
2503 表フロート
2504 \end_layout
2505
2506 \end_inset
2507
2508
2509 \end_layout
2510
2511 \begin_layout Plain Layout
2512 \align center
2513 \begin_inset Tabular
2514 <lyxtabular version="3" rows="3" columns="3">
2515 <features tabularvalignment="middle">
2516 <column alignment="center" valignment="top" width="0pt">
2517 <column alignment="center" valignment="top" width="0pt">
2518 <column alignment="center" valignment="top" width="0pt">
2519 <row>
2520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2521 \begin_inset Text
2522
2523 \begin_layout Plain Layout
2524
2525 \family roman
2526 \series medium
2527 \shape up
2528 \size normal
2529 \emph off
2530 \bar no
2531 \noun off
2532 \color none
2533 1
2534 \end_layout
2535
2536 \end_inset
2537 </cell>
2538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2539 \begin_inset Text
2540
2541 \begin_layout Plain Layout
2542
2543 \family roman
2544 \series medium
2545 \shape up
2546 \size normal
2547 \emph off
2548 \bar no
2549 \noun off
2550 \color none
2551 2
2552 \end_layout
2553
2554 \end_inset
2555 </cell>
2556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2557 \begin_inset Text
2558
2559 \begin_layout Plain Layout
2560
2561 \family roman
2562 \series medium
2563 \shape up
2564 \size normal
2565 \emph off
2566 \bar no
2567 \noun off
2568 \color none
2569 3
2570 \end_layout
2571
2572 \end_inset
2573 </cell>
2574 </row>
2575 <row>
2576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2577 \begin_inset Text
2578
2579 \begin_layout Plain Layout
2580 森嶋
2581 \end_layout
2582
2583 \end_inset
2584 </cell>
2585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2586 \begin_inset Text
2587
2588 \begin_layout Plain Layout
2589 宇沢
2590 \end_layout
2591
2592 \end_inset
2593 </cell>
2594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2595 \begin_inset Text
2596
2597 \begin_layout Plain Layout
2598 二階堂
2599 \end_layout
2600
2601 \end_inset
2602 </cell>
2603 </row>
2604 <row>
2605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2606 \begin_inset Text
2607
2608 \begin_layout Plain Layout
2609
2610 \family roman
2611 \series medium
2612 \shape up
2613 \size normal
2614 \emph off
2615 \bar no
2616 \noun off
2617 \color none
2618 \begin_inset Formula $\int x^{2}dx$
2619 \end_inset
2620
2621
2622 \end_layout
2623
2624 \end_inset
2625 </cell>
2626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2627 \begin_inset Text
2628
2629 \begin_layout Plain Layout
2630
2631 \family roman
2632 \series medium
2633 \shape up
2634 \size normal
2635 \emph off
2636 \bar no
2637 \noun off
2638 \color none
2639 \begin_inset Formula $\left[\begin{array}{cc}
2640 a & b\\
2641 c & d
2642 \end{array}\right]$
2643 \end_inset
2644
2645
2646 \end_layout
2647
2648 \end_inset
2649 </cell>
2650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2651 \begin_inset Text
2652
2653 \begin_layout Plain Layout
2654
2655 \family roman
2656 \series medium
2657 \shape up
2658 \size normal
2659 \emph off
2660 \bar no
2661 \noun off
2662 \color none
2663 \begin_inset Formula $1+1=2$
2664 \end_inset
2665
2666
2667 \end_layout
2668
2669 \end_inset
2670 </cell>
2671 </row>
2672 </lyxtabular>
2673
2674 \end_inset
2675
2676
2677 \end_layout
2678
2679 \end_inset
2680
2681
2682 \end_layout
2683
2684 \begin_layout Standard
2685 表フロートは,
2686 \family sans
2687 挿入
2688 \shape up
2689 \SpecialChar menuseparator
2690 フロート\SpecialChar menuseparator
2691
2692 \family default
2693 \shape default
2694 メニューかツールバーボタン
2695 \family sans
2696
2697 \begin_inset Info
2698 type  "icon"
2699 arg   "float-insert table"
2700 \end_inset
2701
2702
2703 \family default
2704 を使うと挿入することができます.
2705 \end_layout
2706
2707 \begin_layout Standard
2708 フロートは折りたたむことのできるボックスとして表示され,中には「表
2709 \begin_inset space ~
2710 \end_inset
2711
2712 #:」(#は実際には表番号です)というラベルのついたキャプションがあります.表は,このキャプションの上にも下にも入れることができます.
2713 \end_layout
2714
2715 \begin_layout Standard
2716
2717 \begin_inset space ~
2718 \end_inset
2719
2720
2721 \begin_inset CommandInset ref
2722 LatexCommand ref
2723 reference "tab:表フロート"
2724
2725 \end_inset
2726
2727 は,表フロートに入れた表の例です.
2728 \end_layout
2729
2730 \begin_layout Standard
2731 キャプションを表の上に入れるのは,標準的な組版方法ですが,残念ながら\SpecialChar LaTeX
2732 の標準クラスではサポートされていません.つまり,article・book・letter・re
2733 portのような文書クラスを使用した場合には,キャプションと表のあいだに余白が入りません.必要な余白を入れるには,使用中の文書のプリアンブルに,LaTeXパッケ
2734 ージの
2735 \series bold
2736 caption
2737 \series default
2738
2739 \begin_inset Index idx
2740 status collapsed
2741
2742 \begin_layout Plain Layout
2743 \SpecialChar LaTeX
2744 ぱっけーじ@\SpecialChar LaTeX
2745 パッケージ ! caption
2746 \end_layout
2747
2748 \end_inset
2749
2750
2751 \end_layout
2752
2753 \begin_layout Standard
2754
2755 \series bold
2756 tableposition=top
2757 \end_layout
2758
2759 \begin_layout Standard
2760 というオプションとともにloadコマンドを使って読み込んでください
2761 \begin_inset Foot
2762 status collapsed
2763
2764 \begin_layout Plain Layout
2765 詳しくは,第
2766 \begin_inset CommandInset ref
2767 LatexCommand ref
2768 reference "sec:キャプションの配置"
2769
2770 \end_inset
2771
2772 節をご覧下さい.
2773 \end_layout
2774
2775 \end_inset
2776
2777 .キャプション書式を調整するには,第
2778 \begin_inset CommandInset ref
2779 LatexCommand ref
2780 reference "sec:キャプションの書式設定"
2781
2782 \end_inset
2783
2784 節にものべられているように
2785 \series bold
2786 caption
2787 \series default
2788 パッケージを使用します.
2789 \end_layout
2790
2791 \begin_layout Standard
2792 \begin_inset Index idx
2793 status collapsed
2794
2795 \begin_layout Plain Layout
2796 さんしょう@参照 ! ひょうへの@表への
2797 \end_layout
2798
2799 \end_inset
2800
2801 表は,本文中において,ラベルを参照することによって相互参照することができます.そのためには,
2802 \family sans
2803 挿入\SpecialChar menuseparator
2804 ラベル
2805 \family default
2806 メニューかツールバーボタンの
2807 \family sans
2808
2809 \begin_inset Info
2810 type  "icon"
2811 arg   "label-insert"
2812 \end_inset
2813
2814
2815 \family default
2816 を用いて,キャプションにラベルを挿入して下さい.然る後に,挿入\SpecialChar menuseparator
2817 相互参照メニューかツールバーボタンの
2818 \family sans
2819
2820 \begin_inset Info
2821 type  "icon"
2822 arg   "dialog-show-new-inset ref"
2823 \end_inset
2824
2825
2826 \family default
2827 を用いて,このラベルを参照することができます.
2828 \begin_inset Newline newline
2829 \end_inset
2830
2831 参照は,第
2832 \begin_inset CommandInset ref
2833 LatexCommand ref
2834 reference "sec:フロートの参照"
2835
2836 \end_inset
2837
2838 節で詳細に説明されています.
2839 \end_layout
2840
2841 \begin_layout Section
2842 多頁表
2843 \begin_inset CommandInset label
2844 LatexCommand label
2845 name "sec:多頁表"
2846
2847 \end_inset
2848
2849
2850 \begin_inset Index idx
2851 status collapsed
2852
2853 \begin_layout Plain Layout
2854 たへえしひよう@多頁表
2855 \end_layout
2856
2857 \end_inset
2858
2859
2860 \begin_inset Index idx
2861 status collapsed
2862
2863 \begin_layout Plain Layout
2864 ひょう@表 ! たへえしひよう@多頁—
2865 \end_layout
2866
2867 \end_inset
2868
2869
2870 \end_layout
2871
2872 \begin_layout Standard
2873 表が長すぎて1ページに収まりきらないときには,表ダイアログの
2874 \family sans
2875 多頁表
2876 \family default
2877 タブにある
2878 \family sans
2879 多頁表を使う
2880 \family default
2881 オプションを使用して,複数ページに自動的に分割させることができます.このオプションを有効にすると,いくつかのチェックボックスが使えるようになり,以下のものを定義
2882 することができるようになります.
2883 \end_layout
2884
2885 \begin_layout Description
2886 ヘッダ: カーソル位置の行が,多頁表の全ページに表示されるヘッダ行として定義されます.
2887 \family roman
2888 \series medium
2889 \shape up
2890 \size normal
2891 \emph off
2892 \bar no
2893 \noun off
2894 \color none
2895 ただし,
2896 \family sans
2897 \series default
2898 \shape default
2899 \size default
2900 \emph default
2901 \bar default
2902 \noun default
2903 \color inherit
2904 冒頭ヘッダ
2905 \family roman
2906 \series medium
2907 \shape up
2908 \size normal
2909 \emph off
2910 \bar no
2911 \noun off
2912 \color none
2913 が定義されているときは,冒頭ページを除きます.
2914 \family default
2915 \series default
2916 \shape default
2917 \size default
2918 \emph default
2919 \bar default
2920 \noun default
2921 \color inherit
2922 これと区別して,このヘッダは本体ヘッダと呼びます.
2923 \end_layout
2924
2925 \begin_layout Description
2926 冒頭ヘッダ: カーソル位置の行が,多頁表の最初のページに表示されるヘッダ行として定義されます.
2927 \end_layout
2928
2929 \begin_layout Description
2930 フッタ: カーソル位置の行が,多頁表の全ページに表示されるフッタ行として定義されます.
2931 \family roman
2932 \series medium
2933 \shape up
2934 \size normal
2935 \emph off
2936 \bar no
2937 \noun off
2938 \color none
2939 ただし,
2940 \family sans
2941 \series default
2942 \shape default
2943 \size default
2944 \emph default
2945 \bar default
2946 \noun default
2947 \color inherit
2948 末尾フッタ
2949 \family roman
2950 \series medium
2951 \shape up
2952 \size normal
2953 \emph off
2954 \bar no
2955 \noun off
2956 \color none
2957 が定義されているときは,末尾ページを除きます.
2958 \end_layout
2959
2960 \begin_layout Description
2961 末尾フッタ: カーソル位置の行が,多頁表の最後のページに表示されるフッタ行として定義されます.
2962 \end_layout
2963
2964 \begin_layout Description
2965 キャプション: カーソル位置の行を表のキャプションにします.この行は一列にリセットされ,キャプションが挿入されます.多頁表のキャプションについての詳細は,第
2966 \begin_inset CommandInset ref
2967 LatexCommand ref
2968 reference "subsec:多頁表のキャプション"
2969
2970 \end_inset
2971
2972 節で説明されています.
2973 \end_layout
2974
2975 \begin_layout Standard
2976 加えて,表が分割される行を指定することができます.多頁表の動作を見るために以下の例を参照してください.
2977 \end_layout
2978
2979 \begin_layout Standard
2980 \align center
2981 \begin_inset Tabular
2982 <lyxtabular version="3" rows="69" columns="3">
2983 <features islongtable="true" longtabularalignment="center">
2984 <column alignment="left" valignment="top" width="0cm">
2985 <column alignment="left" valignment="top" width="0pt">
2986 <column alignment="center" valignment="top" width="0pt">
2987 <row endfirsthead="true">
2988 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992
2993 \series bold
2994 例示用電話帳(名前は無視してください)
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 </row>
3018 <row endfirsthead="true">
3019 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023 氏名
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041
3042 \series bold
3043 TEL.
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 <row endhead="true">
3050 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \series bold
3056 例示用電話帳
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 </row>
3080 <row endhead="true">
3081 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085 氏名
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \series bold
3105 TEL.
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 </row>
3111 <row endfoot="true">
3112 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Plain Layout
3116 次頁へつづく
3117 \end_layout
3118
3119 \end_inset
3120 </cell>
3121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 </row>
3140 <row>
3141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \series bold
3147 Annovi
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 <cell alignment="center" valignment="top" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156 Silvia
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 111
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 </row>
3171 <row>
3172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \series bold
3178 Bertoli
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell alignment="center" valignment="top" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187 Stefano
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 111
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 </row>
3202 <row>
3203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207
3208 \series bold
3209 Bozzi
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell alignment="center" valignment="top" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218 Walter
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 111
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 </row>
3233 <row>
3234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \series bold
3240 Cachia
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell alignment="center" valignment="top" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249 Maria
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258 111
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 <row>
3265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \series bold
3271 Cachia
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="center" valignment="top" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280 Maurizio
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289 111
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 </row>
3295 <row>
3296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300
3301 \series bold
3302 Cinquemani
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell alignment="center" valignment="top" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311 Giusi
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 111
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 </row>
3326 <row>
3327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331
3332 \series bold
3333 Colin
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 Bernard
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 111
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 </row>
3357 <row>
3358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362
3363 \series bold
3364 Concli
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 Gianfranco
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 111
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 </row>
3388 <row>
3389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \series bold
3395 Dal Bosco
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell alignment="center" valignment="top" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404 Carolina
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 111
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 </row>
3419 <row>
3420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424
3425 \series bold
3426 Dalpiaz
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell alignment="center" valignment="top" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435 Annamaria
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444 111
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 </row>
3450 <row>
3451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455
3456 \series bold
3457 Feliciello
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 Domenico
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 111
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 </row>
3481 <row>
3482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486
3487 \series bold
3488 Focarelli
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 Paola
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 111
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 </row>
3512 <row>
3513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517
3518 \series bold
3519 Galletti
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 Oreste
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 111
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row>
3544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \series bold
3550 Gasparini
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 Franca
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 111
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row>
3575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579
3580 \series bold
3581 Rizzardi
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 Paola
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 111
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 </row>
3605 <row>
3606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \series bold
3612 Lassini
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 Giancarlo
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 111
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \series bold
3643 Malfatti
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 Luciano
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 111
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 </row>
3667 <row>
3668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
3673 \series bold
3674 Malfatti
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 Valeriano
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 111
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703
3704 \series bold
3705 Meneguzzo
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 Roberto
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 111
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734
3735 \series bold
3736 Mezzadra
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 Roberto
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 111
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row>
3761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \series bold
3767 Pirpamer
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 Erich
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 111
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row>
3792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \series bold
3798 Pochiesa
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 Paolo
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 111, 222
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \series bold
3829 Radina
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 Claudio
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 111
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858
3859 \series bold
3860 Stuffer
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 Oskar
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 111
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 </row>
3884 <row>
3885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889
3890 \series bold
3891 Tacchelli
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 Ugo
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 111
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 <row>
3916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920
3921 \series bold
3922 Tezzele
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 Margit
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 111
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \series bold
3953 Unterkalmsteiner
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 Frieda
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 111
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984 Vieider
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 Hilde
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 111
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013
4014 \series bold
4015 Vigna
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 Jürgen
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 111
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 </row>
4039 <row>
4040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044
4045 \series bold
4046 Weber
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 Maurizio
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 111
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \series bold
4077 Winkler
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 Franz
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 111
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 <row>
4102 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106  
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135
4136 \series bold
4137 Annovi
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 Silvia
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 555
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 <row>
4162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166
4167 \series bold
4168 Bertoli
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 Stefano
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 555
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 </row>
4192 <row>
4193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197
4198 \series bold
4199 Bozzi
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 Walter
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 555
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228
4229 \series bold
4230 Cachia
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Maria
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 555
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \series bold
4261 Cachia
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 Maurizio
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 555
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \series bold
4292 Cinquemani
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Giusi
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 555
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 <row>
4317 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321
4322 \series bold
4323 Colin
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 Bernard
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 555
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352
4353 \series bold
4354 Concli
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 Gianfranco
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 555
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383
4384 \series bold
4385 Dal Bosco
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 Carolina
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 555
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 </row>
4409 <row>
4410 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414
4415 \series bold
4416 Dalpiaz
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 Annamaria
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 555
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 </row>
4440 <row>
4441 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445
4446 \series bold
4447 Feliciello
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 Domenico
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 555
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 </row>
4471 <row>
4472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476
4477 \series bold
4478 Focarelli
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 Paola
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 555
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507
4508 \series bold
4509 Galletti
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 Oreste
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 555
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538
4539 \series bold
4540 Gasparini
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 Franca
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 555
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569
4570 \series bold
4571 Rizzardi
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 Paola
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 555
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 </row>
4595 <row>
4596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600
4601 \series bold
4602 Lassini
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 Giancarlo
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 555
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 </row>
4626 <row>
4627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631
4632 \series bold
4633 Malfatti
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 Luciano
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 555
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 </row>
4657 <row>
4658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662
4663 \series bold
4664 Malfatti
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 Valeriano
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 555
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 <row>
4689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693
4694 \series bold
4695 Meneguzzo
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 Roberto
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 555
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 </row>
4719 <row>
4720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724
4725 \series bold
4726 Mezzadra
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 Roberto
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 555
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 <row>
4751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755
4756 \series bold
4757 Pirpamer
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 Erich
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 555
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 <row>
4782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786
4787 \series bold
4788 Pochiesa
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 Paolo
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 555, 222
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 </row>
4812 <row>
4813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817
4818 \series bold
4819 Radina
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 Claudio
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 555
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 </row>
4843 <row>
4844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848
4849 \series bold
4850 Stuffer
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 Oskar
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 555
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 </row>
4874 <row>
4875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879
4880 \series bold
4881 Tacchelli
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 Ugo
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 555
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 </row>
4905 <row>
4906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910
4911 \series bold
4912 Tezzele
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 Margit
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 555
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 </row>
4936 <row>
4937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941
4942 \series bold
4943 Unterkalmsteiner
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 Frieda
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 555
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 </row>
4967 <row>
4968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972
4973 \series bold
4974 Vieider
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 Hilde
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 555
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 </row>
4998 <row>
4999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003
5004 \series bold
5005 Vigna
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 Jürgen
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 999
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 </row>
5029 <row>
5030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034
5035 \series bold
5036 Weber
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 Maurizio
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 555
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row>
5061 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065
5066 \series bold
5067 Winkler
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 Franz
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 555
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row endlastfoot="true">
5092 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 以上
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 </lyxtabular>
5121
5122 \end_inset
5123
5124
5125 \begin_inset ERT
5126 status collapsed
5127
5128 \begin_layout Plain Layout
5129
5130
5131 \backslash
5132 addtocounter{table}{-1}
5133 \end_layout
5134
5135 \end_inset
5136
5137
5138 \begin_inset Note Note
5139 status collapsed
5140
5141 \begin_layout Plain Layout
5142 本コマンドの説明については,第
5143 \begin_inset CommandInset ref
5144 LatexCommand ref
5145 reference "subsec:多頁表のキャプション"
5146
5147 \end_inset
5148
5149 節の最初の淡色註釈をご覧下さい.
5150 \end_layout
5151
5152 \end_inset
5153
5154
5155 \end_layout
5156
5157 \begin_layout Subsection
5158 多頁表での脚註
5159 \begin_inset CommandInset label
5160 LatexCommand label
5161 name "subsec:多頁表での脚注"
5162
5163 \end_inset
5164
5165
5166 \begin_inset Index idx
5167 status collapsed
5168
5169 \begin_layout Plain Layout
5170 たへえしひよう@多頁表 ! きやくちゆう@脚註
5171 \end_layout
5172
5173 \end_inset
5174
5175
5176 \end_layout
5177
5178 \begin_layout Standard
5179 脚註は,どの多頁表セルにも入れることができます.脚註は,脚註のついた表セルのあるページの下部に表示されます.たとえば,表
5180 \begin_inset CommandInset ref
5181 LatexCommand ref
5182 reference "tab:別キャプション"
5183
5184 \end_inset
5185
5186 には脚註が付いています.
5187 \end_layout
5188
5189 \begin_layout Subsection
5190 多頁表の縦横揃え
5191 \begin_inset Index idx
5192 status collapsed
5193
5194 \begin_layout Plain Layout
5195 たへえしひよう@多頁表 ! たてよこぞろえ@縦横揃え
5196 \end_layout
5197
5198 \end_inset
5199
5200
5201 \end_layout
5202
5203 \begin_layout Standard
5204 表設定ダイアログでは,多頁表の水平揃えを指定することができます.左揃えや右揃えでは,表は直接ページ境界に寄せられます.表と境界の間に余白を加えるには,中央揃えに
5205 設定してから
5206 \end_layout
5207
5208 \begin_layout Standard
5209
5210 \series bold
5211
5212 \backslash
5213 setlength{
5214 \backslash
5215 LTleft}{値}
5216 \end_layout
5217
5218 \begin_layout Standard
5219 という行を当該多頁表の前に\SpecialChar TeX
5220 コードとして挿入して,長さ
5221 \series bold
5222
5223 \backslash
5224 LTleft
5225 \series default
5226 および
5227 \series bold
5228
5229 \backslash
5230 LTright
5231 \series default
5232 の値を変更しなくてはなりません.ここで「値」は,第
5233 \begin_inset CommandInset ref
5234 LatexCommand ref
5235 reference "tab:単位"
5236
5237 \end_inset
5238
5239 表に挙げてある単位であれば,どの単位を取ることもできます.
5240 \series bold
5241
5242 \backslash
5243 LTleft
5244 \series default
5245 は,左頁余白から多頁表までの水平方向の距離を制御し,
5246 \series bold
5247
5248 \backslash
5249 LTright
5250 \series default
5251 は,右頁余白からの距離を制御します.これらの長さの既定値は
5252 \series bold
5253
5254 \backslash
5255 fill
5256 \series default
5257 となっており,\SpecialChar LyX
5258 の水平フィルと同等になっています.
5259 \end_layout
5260
5261 \begin_layout Standard
5262 以下の多頁表は,中央揃えの上,
5263 \series bold
5264
5265 \backslash
5266 LTleft
5267 \series default
5268
5269 \family sans
5270 0.1
5271 \backslash
5272 columnwidth
5273 \family default
5274 に設定してあります.
5275 \begin_inset ERT
5276 status collapsed
5277
5278 \begin_layout Plain Layout
5279
5280
5281 \backslash
5282 setlength{
5283 \backslash
5284 LTleft}{0.1
5285 \backslash
5286 columnwidth}
5287 \end_layout
5288
5289 \end_inset
5290
5291
5292 \end_layout
5293
5294 \begin_layout Standard
5295 \begin_inset Tabular
5296 <lyxtabular version="3" rows="5" columns="5">
5297 <features islongtable="true" longtabularalignment="center">
5298 <column alignment="center" valignment="top">
5299 <column alignment="center" valignment="top">
5300 <column alignment="center" valignment="top">
5301 <column alignment="center" valignment="top">
5302 <column alignment="center" valignment="top">
5303 <row>
5304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 1
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 2
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 3
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 4
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344 5
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 </row>
5350 <row>
5351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 いろは
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 いろは
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 </row>
5397 <row>
5398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402 いろは
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 いろは
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 </row>
5444 <row>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 いろは
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 いろは
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 </row>
5491 <row>
5492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 いろは
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 いろは
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514 いろは
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 いろは
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 いろは
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 </row>
5538 </lyxtabular>
5539
5540 \end_inset
5541
5542
5543 \begin_inset ERT
5544 status collapsed
5545
5546 \begin_layout Plain Layout
5547
5548
5549 \backslash
5550 setlength{
5551 \backslash
5552 LTleft}{
5553 \backslash
5554 fill}
5555 \end_layout
5556
5557 \end_inset
5558
5559
5560 \begin_inset ERT
5561 status collapsed
5562
5563 \begin_layout Plain Layout
5564
5565
5566 \backslash
5567 addtocounter{table}{-1}
5568 \end_layout
5569
5570 \end_inset
5571
5572
5573 \begin_inset Note Note
5574 status collapsed
5575
5576 \begin_layout Plain Layout
5577 このコマンドの説明に関しては,第
5578 \begin_inset CommandInset ref
5579 LatexCommand ref
5580 reference "subsec:多頁表のキャプション"
5581
5582 \end_inset
5583
5584 節の最初の淡色註釈をご覧下さい.
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \begin_layout Subsection
5593 多頁表のキャプション
5594 \begin_inset Index idx
5595 status collapsed
5596
5597 \begin_layout Plain Layout
5598 たへえしひよう@多頁表 ! きやふしよん@キャプション
5599 \end_layout
5600
5601 \end_inset
5602
5603
5604 \begin_inset CommandInset label
5605 LatexCommand label
5606 name "subsec:多頁表のキャプション"
5607
5608 \end_inset
5609
5610
5611 \end_layout
5612
5613 \begin_layout Standard
5614 フロートは一頁に収まらなくてはならないので,多頁表を表フロートに入れることはできません.しかし,第
5615 \begin_inset CommandInset ref
5616 LatexCommand ref
5617 reference "sec:多頁表"
5618
5619 \end_inset
5620
5621 節に述べられているように,ある行で多頁表オプションの
5622 \family sans
5623 キャプション
5624 \family default
5625 を使用すれば,フロートのキャプション環境を多頁表でも使用することができます.キャプションは,
5626 \family sans
5627 冒頭ヘッダ
5628 \family default
5629
5630 \family sans
5631 ヘッダ
5632 \family default
5633
5634 \family sans
5635 フッタ
5636 \family default
5637
5638 \family sans
5639 末尾フッタ
5640 \family default
5641 のいずれかに入れなくてはなりません.それぞれのヘッダ・フッタに入れることができる行は,ひとつだけです.
5642 \end_layout
5643
5644 \begin_layout Standard
5645 以下は,動作を確認するための短い多頁表です.
5646 \end_layout
5647
5648 \begin_layout Standard
5649 \begin_inset Tabular
5650 <lyxtabular version="3" rows="6" columns="5">
5651 <features islongtable="true" longtabularalignment="center">
5652 <column alignment="center" valignment="top">
5653 <column alignment="center" valignment="top">
5654 <column alignment="center" valignment="top">
5655 <column alignment="center" valignment="top">
5656 <column alignment="center" valignment="top">
5657 <row endfirsthead="true" caption="true">
5658 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 \begin_inset Caption Standard
5663
5664 \begin_layout Plain Layout
5665 キャプション付き多頁表
5666 \begin_inset Argument 1
5667 status collapsed
5668
5669 \begin_layout Plain Layout
5670 多頁表
5671 \end_layout
5672
5673 \end_inset
5674
5675
5676 \end_layout
5677
5678 \end_inset
5679
5680
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 </row>
5722 <row>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 1
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 2
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 3
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 4
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763 5
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 </row>
5769 <row>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 いろは
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 いろは
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 </row>
5816 <row>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 いろは
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 いろは
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 </row>
5863 <row>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 いろは
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 いろは
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 </row>
5910 <row>
5911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 いろは
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 いろは
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 いろは
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 いろは
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 いろは
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 </row>
5957 </lyxtabular>
5958
5959 \end_inset
5960
5961
5962 \end_layout
5963
5964 \begin_layout Standard
5965 \begin_inset VSpace medskip
5966 \end_inset
5967
5968
5969 \begin_inset Note Greyedout
5970 status open
5971
5972 \begin_layout Plain Layout
5973
5974 \series bold
5975 【註1】
5976 \series default
5977 表番号は,多頁表にキャプションを付けなかったとしても,各多頁表毎に加番されます.このため,あいだにキャプションのない二つの多頁表が挟まっていたならば,表一覧では
5978 ,たとえば表2.1の後に表2.4が来ることがあります.これを回避するためには,キャプションのないすべての多頁表の後に,\SpecialChar TeX
5979 コードで
5980 \end_layout
5981
5982 \begin_layout Plain Layout
5983
5984 \series bold
5985
5986 \backslash
5987 addtocounter{table}{-1}
5988 \end_layout
5989
5990 \begin_layout Plain Layout
5991 というコマンドを挿入する方法があります.
5992 \end_layout
5993
5994 \begin_layout Plain Layout
5995 全多頁表にキャプションがなかったり,文書プリアンブルに以下のコードを書き加えていれば,以上のことは必要ありません.
5996 \end_layout
5997
5998 \begin_layout Plain Layout
5999
6000 \series bold
6001
6002 \backslash
6003 let
6004 \backslash
6005 myEnd
6006 \backslash
6007 endlongtable
6008 \begin_inset Newline newline
6009 \end_inset
6010
6011
6012 \backslash
6013 renewcommand{
6014 \backslash
6015 endlongtable}{
6016 \backslash
6017 myEnd
6018 \backslash
6019 addtocounter{table}{-1}}
6020 \end_layout
6021
6022 \end_inset
6023
6024
6025 \end_layout
6026
6027 \begin_layout Standard
6028 \begin_inset Note Greyedout
6029 status open
6030
6031 \begin_layout Plain Layout
6032
6033 \series bold
6034 【註2】
6035 \series default
6036 相互参照をリンクするために,
6037 \family sans
6038 文書設定
6039 \family default
6040 ダイアログの
6041 \family sans
6042 PDF特性
6043 \family default
6044
6045 \series bold
6046 hyperref
6047 \series default
6048
6049 \begin_inset Index idx
6050 status collapsed
6051
6052 \begin_layout Plain Layout
6053 \SpecialChar LaTeX
6054 ぱっけーじ@\SpecialChar LaTeX
6055 パッケージ ! hyperref
6056 \end_layout
6057
6058 \end_inset
6059
6060 を使用している場合,多頁表キャプションへのリンクは,つねに文頭に向けられます.
6061 \end_layout
6062
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \begin_layout Subsubsection
6069 多頁表への参照
6070 \begin_inset Index idx
6071 status collapsed
6072
6073 \begin_layout Plain Layout
6074 たへえしひよう@多頁表 ! さんしよう@参照
6075 \end_layout
6076
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \begin_layout Standard
6083 \begin_inset Tabular
6084 <lyxtabular version="3" rows="6" columns="5">
6085 <features islongtable="true" longtabularalignment="center">
6086 <column alignment="center" valignment="top">
6087 <column alignment="center" valignment="top">
6088 <column alignment="center" valignment="top">
6089 <column alignment="center" valignment="top">
6090 <column alignment="center" valignment="top">
6091 <row endfirsthead="true" caption="true">
6092 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 \begin_inset Caption Standard
6097
6098 \begin_layout Plain Layout
6099 参照された多頁表
6100 \begin_inset CommandInset label
6101 LatexCommand label
6102 name "tab:参照例"
6103
6104 \end_inset
6105
6106
6107 \end_layout
6108
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 </row>
6153 <row>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 1
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 2
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 3
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 4
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 5
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 </row>
6200 <row>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 いろは
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 いろは
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 </row>
6247 <row>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 いろは
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 いろは
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 </row>
6294 <row>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 いろは
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 いろは
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 </row>
6341 <row>
6342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 いろは
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 いろは
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 いろは
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 いろは
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 いろは
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 </row>
6388 </lyxtabular>
6389
6390 \end_inset
6391
6392
6393 \end_layout
6394
6395 \begin_layout Standard
6396 多頁表を参照するには,キャプションにラベルを挿入してください.
6397 \end_layout
6398
6399 \begin_layout Standard
6400 これは表
6401 \begin_inset CommandInset ref
6402 LatexCommand ref
6403 reference "tab:参照例"
6404
6405 \end_inset
6406
6407 への参照です.
6408 \end_layout
6409
6410 \begin_layout Standard
6411 キャプションのレイアウトは,文書中の他のすべてのキャプションと一緒に,\SpecialChar LaTeX
6412 パッケージの
6413 \series bold
6414 caption
6415 \series default
6416
6417 \begin_inset Index idx
6418 status collapsed
6419
6420 \begin_layout Plain Layout
6421 \SpecialChar LaTeX
6422 ぱっけーじ@\SpecialChar LaTeX
6423 パッケージ ! caption
6424 \end_layout
6425
6426 \end_inset
6427
6428 を使用して設定することができます.第
6429 \begin_inset CommandInset ref
6430 LatexCommand ref
6431 reference "sec:キャプションの書式設定"
6432
6433 \end_inset
6434
6435 節をご覧下さい.
6436 \end_layout
6437
6438 \begin_layout Subsubsection
6439 キャプションの幅
6440 \begin_inset Index idx
6441 status collapsed
6442
6443 \begin_layout Plain Layout
6444 たへえしひよう@多頁表 ! きやふしよんのはは@キャプションの幅
6445 \end_layout
6446
6447 \end_inset
6448
6449
6450 \end_layout
6451
6452 \begin_layout Standard
6453 キャプション行の最大長は,長さ
6454 \series bold
6455
6456 \backslash
6457 LTcapwidth
6458 \series default
6459 によって指定することができます.既定値は4
6460 \begin_inset space \thinspace{}
6461 \end_inset
6462
6463 inです.これを変更するには,現文書の文書プリアンブルか,調整したい多頁表の前の文中に\SpecialChar TeX
6464 コードとして
6465 \end_layout
6466
6467 \begin_layout Standard
6468
6469 \series bold
6470
6471 \backslash
6472 setlength{
6473 \backslash
6474 LTcapwidth}{幅}
6475 \end_layout
6476
6477 \begin_layout Standard
6478 というコマンドを書き加えて下さい.ここで「幅」には,付録
6479 \begin_inset CommandInset ref
6480 LatexCommand ref
6481 reference "cha:LyXで使用できる単位"
6482
6483 \end_inset
6484
6485 に挙げられている単位を取ることができます.
6486 \end_layout
6487
6488 \begin_layout Standard
6489 以下の各表で違いを示します.
6490 \end_layout
6491
6492 \begin_layout Standard
6493 \begin_inset Tabular
6494 <lyxtabular version="3" rows="6" columns="5">
6495 <features islongtable="true" longtabularalignment="center">
6496 <column alignment="center" valignment="top">
6497 <column alignment="center" valignment="top">
6498 <column alignment="center" valignment="top">
6499 <column alignment="center" valignment="top">
6500 <column alignment="center" valignment="top">
6501 <row endfirsthead="true" caption="true">
6502 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 \begin_inset Caption Standard
6507
6508 \begin_layout Plain Layout
6509 既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル・既定幅のなが〜いフルタイトル
6510 \begin_inset Argument 1
6511 status collapsed
6512
6513 \begin_layout Plain Layout
6514 既定幅のキャプション
6515 \end_layout
6516
6517 \end_inset
6518
6519
6520 \end_layout
6521
6522 \end_inset
6523
6524
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 </row>
6566 <row>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 1
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 2
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 3
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 4
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 5
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 </row>
6613 <row>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 いろは
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 いろは
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 </row>
6660 <row>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 いろは
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 いろは
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 </row>
6707 <row>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 いろは
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 いろは
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 </row>
6754 <row>
6755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 いろは
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 いろは
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 いろは
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 いろは
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 いろは
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 </row>
6801 </lyxtabular>
6802
6803 \end_inset
6804
6805
6806 \end_layout
6807
6808 \begin_layout Standard
6809 \begin_inset ERT
6810 status collapsed
6811
6812 \begin_layout Plain Layout
6813
6814
6815 \backslash
6816 setlength{
6817 \backslash
6818 LTcapwidth}{5cm}
6819 \end_layout
6820
6821 \end_inset
6822
6823
6824 \begin_inset Tabular
6825 <lyxtabular version="3" rows="6" columns="5">
6826 <features islongtable="true" longtabularalignment="center">
6827 <column alignment="center" valignment="top">
6828 <column alignment="center" valignment="top">
6829 <column alignment="center" valignment="top">
6830 <column alignment="center" valignment="top">
6831 <column alignment="center" valignment="top">
6832 <row endfirsthead="true" caption="true">
6833 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 \begin_inset Caption Standard
6838
6839 \begin_layout Plain Layout
6840 5
6841 \begin_inset space \thinspace{}
6842 \end_inset
6843
6844 cm幅のなが〜いフルタイトル・5
6845 \begin_inset space \thinspace{}
6846 \end_inset
6847
6848 cm幅のなが〜いフルタイトル・5
6849 \begin_inset space \thinspace{}
6850 \end_inset
6851
6852 cm幅のなが〜いフルタイトル
6853 \begin_inset Argument 1
6854 status collapsed
6855
6856 \begin_layout Plain Layout
6857 5
6858 \begin_inset space \thinspace{}
6859 \end_inset
6860
6861 cm幅のキャプション
6862 \end_layout
6863
6864 \end_inset
6865
6866
6867 \end_layout
6868
6869 \end_inset
6870
6871
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 </row>
6913 <row>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 1
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 2
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 3
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 4
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 5
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 </row>
6960 <row>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 いろは
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 いろは
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 </row>
7007 <row>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 いろは
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 いろは
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 </row>
7054 <row>
7055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 いろは
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 いろは
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 </row>
7101 <row>
7102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 いろは
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 いろは
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 いろは
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 いろは
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 いろは
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 </row>
7148 </lyxtabular>
7149
7150 \end_inset
7151
7152
7153 \end_layout
7154
7155 \begin_layout Standard
7156 \begin_inset ERT
7157 status collapsed
7158
7159 \begin_layout Plain Layout
7160
7161
7162 \backslash
7163 setlength{
7164 \backslash
7165 LTcapwidth}{4in}
7166 \end_layout
7167
7168 \end_inset
7169
7170
7171 \end_layout
7172
7173 \begin_layout Standard
7174 \begin_inset Note Greyedout
7175 status open
7176
7177 \begin_layout Plain Layout
7178
7179 \series bold
7180 【註】
7181 \series default
7182 この文書のように\SpecialChar LaTeX
7183 パッケージの
7184 \series bold
7185 caption
7186 \series default
7187
7188 \begin_inset Index idx
7189 status collapsed
7190
7191 \begin_layout Plain Layout
7192 \SpecialChar LaTeX
7193 ぱっけーじ@\SpecialChar LaTeX
7194 パッケージ ! caption
7195 \end_layout
7196
7197 \end_inset
7198
7199 を使用している時には,
7200 \series bold
7201
7202 \backslash
7203 LTcapwidth
7204 \series default
7205 に既定値の4
7206 \begin_inset space \thinspace{}
7207 \end_inset
7208
7209 inを使用している場合,ページの全幅が用いられます.この場合,正確に4
7210 \begin_inset space \thinspace{}
7211 \end_inset
7212
7213 in幅のキャプションを作るには,3.99
7214 \begin_inset space \thinspace{}
7215 \end_inset
7216
7217 inのように4.0
7218 \begin_inset space \thinspace{}
7219 \end_inset
7220
7221 inと少し違う値を指定するか,
7222 \series bold
7223 caption
7224 \series default
7225 パッケージが提供している
7226 \series bold
7227
7228 \backslash
7229 captionsetup{width=値}
7230 \series default
7231 という\SpecialChar LaTeX
7232 コマンドを用いる方法があります.
7233 \end_layout
7234
7235 \end_inset
7236
7237
7238 \end_layout
7239
7240 \begin_layout Subsubsection
7241 表の各ページごとに異なるキャプション
7242 \begin_inset Index idx
7243 status collapsed
7244
7245 \begin_layout Plain Layout
7246 たへえしひよう@多頁表 ! へえしことにことなるきやふしよん@ページごとに異なるキャプション
7247 \end_layout
7248
7249 \end_inset
7250
7251
7252 \end_layout
7253
7254 \begin_layout Standard
7255 次頁以降の表キャプションを,1頁めとは異なるものにしたい場合には,キャプションを入れる空行をヘッダに指定して下さい.それから,キャプションを右クリックして,文脈
7256 依存メニューから
7257 \family sans
7258 キャプション(無番多頁表)
7259 \family default
7260 を選択してください.表
7261 \begin_inset CommandInset ref
7262 LatexCommand ref
7263 reference "tab:別キャプション"
7264
7265 \end_inset
7266
7267 は,異なるヘッダを持つ多頁表の一例です.2番目のキャプションには表番が現れないようにしてあります.
7268 \end_layout
7269
7270 \begin_layout Standard
7271 \align center
7272 \begin_inset Tabular
7273 <lyxtabular version="3" rows="59" columns="3">
7274 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7275 <column alignment="left" valignment="top" width="0cm">
7276 <column alignment="left" valignment="top" width="0pt">
7277 <column alignment="center" valignment="top" width="0pt">
7278 <row endfirsthead="true" caption="true">
7279 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283 \begin_inset Caption Standard
7284
7285 \begin_layout Plain Layout
7286 例示用電話帳
7287 \begin_inset CommandInset label
7288 LatexCommand label
7289 name "tab:別キャプション"
7290
7291 \end_inset
7292
7293
7294 \begin_inset Argument 1
7295 status collapsed
7296
7297 \begin_layout Plain Layout
7298 例示用電話帳
7299 \end_layout
7300
7301 \end_inset
7302
7303
7304 \end_layout
7305
7306 \end_inset
7307
7308
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="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 multicolumn="2" 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 endfirsthead="true">
7333 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337
7338 \series bold
7339 例示用電話帳(名前は無視の事)
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 </row>
7363 <row endfirsthead="true">
7364 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Plain Layout
7368
7369 \series bold
7370 氏名
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388
7389 \series bold
7390 TEL.
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 </row>
7396 <row endhead="true">
7397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 \begin_inset ERT
7402 status collapsed
7403
7404 \begin_layout Plain Layout
7405
7406
7407 \backslash
7408 caption*{例示用電話帳の続き}
7409 \backslash
7410
7411 \backslash
7412 %
7413 \end_layout
7414
7415 \end_inset
7416
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 </row>
7441 <row endhead="true">
7442 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446
7447 \series bold
7448 例示用電話帳
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 </row>
7472 <row endhead="true">
7473 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477
7478 \series bold
7479 氏名
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497
7498 \series bold
7499 TEL.
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 </row>
7505 <row endfoot="true">
7506 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510 次頁に続く
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 </row>
7534 <row>
7535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539
7540 \series bold
7541 Annovi
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550 Silvia
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559 111
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 </row>
7565 <row>
7566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570
7571 \series bold
7572 Bertoli
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 Stefano
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 111
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 <row>
7597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \series bold
7603 Bozzi
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 Walter
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621 111
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row>
7628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \series bold
7634 Cachia
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 Maria
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 111
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 </row>
7658 <row>
7659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663
7664 \series bold
7665 Cachia
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674 Maurizio
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 111
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 </row>
7689 <row>
7690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694
7695 \series bold
7696 Cinquemani
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 Giusi
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714 111
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 </row>
7720 <row>
7721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725
7726 \series bold
7727 Colin
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736 Bernard
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745 111
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 </row>
7751 <row>
7752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756
7757 \series bold
7758 Concli
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767 Gianfranco
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776 111
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 </row>
7782 <row>
7783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787
7788 \series bold
7789 Dal Bosco
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798 Carolina
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 111
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 </row>
7813 <row>
7814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818
7819 \series bold
7820 Dalpiaz
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829 Annamaria
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838 111
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 </row>
7844 <row>
7845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849
7850 \series bold
7851 Feliciello
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860 Domenico
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869 111
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 </row>
7875 <row>
7876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880
7881 \series bold
7882 Focarelli
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891 Paola
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 111
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 </row>
7906 <row>
7907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911
7912 \series bold
7913 Galletti
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 Oreste
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 111
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 </row>
7937 <row>
7938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942
7943 \series bold
7944 Gasparini
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 Franca
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 111
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 </row>
7968 <row>
7969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973
7974 \series bold
7975 Rizzardi
7976 \series default
7977
7978 \begin_inset Foot
7979 status collapsed
7980
7981 \begin_layout Plain Layout
7982 例示用脚註
7983 \end_layout
7984
7985 \end_inset
7986
7987
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 Paola
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 111
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 </row>
8011 <row>
8012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016
8017 \series bold
8018 Lassini
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 Giancarlo
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 111
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 <row>
8043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \series bold
8049 Malfatti
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058 Luciano
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 111
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 </row>
8073 <row>
8074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \series bold
8080 Malfatti
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 Valeriano
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 111
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \series bold
8111 Meneguzzo
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 Roberto
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 111
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \series bold
8142 Mezzadra
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 Roberto
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 111
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 </row>
8166 <row>
8167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171
8172 \series bold
8173 Pirpamer
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 Erich
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 111
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 </row>
8197 <row>
8198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202
8203 \series bold
8204 Pochiesa
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 Paolo
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 111, 222
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 <row>
8229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233
8234 \series bold
8235 Radina
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 Claudio
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 111
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 </row>
8259 <row>
8260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264
8265 \series bold
8266 Stuffer
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 Oskar
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 111
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 </row>
8290 <row>
8291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295
8296 \series bold
8297 Tacchelli
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 Ugo
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 111
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 </row>
8321 <row>
8322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326
8327 \series bold
8328 Tezzele
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 Margit
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 111
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 </row>
8352 <row>
8353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357
8358 \series bold
8359 Unterkalmsteiner
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 Frieda
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 111
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \series bold
8390 Vieider
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 Hilde
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 111
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 </row>
8414 <row>
8415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419
8420 \series bold
8421 Vigna
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 Jürgen
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 111
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 <row>
8446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450
8451 \series bold
8452 Weber
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 Maurizio
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 111
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 </row>
8476 <row>
8477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481
8482 \series bold
8483 Winkler
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 Franz
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 111
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512  
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \series bold
8543 Annovi
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 Silvia
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 555
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row>
8568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572
8573 \series bold
8574 Bertoli
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Stefano
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 555
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \series bold
8605 Bozzi
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 Walter
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 555
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \series bold
8636 Cachia
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Maria
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 555
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \series bold
8667 Cachia
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 Maurizio
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 555
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \series bold
8698 Cinquemani
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 Giusi
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 555
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row>
8723 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727
8728 \series bold
8729 Colin
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 Bernard
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 555
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \series bold
8760 Concli
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 Gianfranco
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 555
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789
8790 \series bold
8791 Dal Bosco
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 Carolina
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 555
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820
8821 \series bold
8822 Dalpiaz
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 Annamaria
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 555
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851
8852 \series bold
8853 Feliciello
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 Domenico
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 555
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 <row>
8878 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882
8883 \series bold
8884 Focarelli
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 Paola
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 555
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913
8914 \series bold
8915 Galletti
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 Oreste
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 555
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 </row>
8939 <row>
8940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944
8945 \series bold
8946 Gasparini
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 Franca
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 555
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975
8976 \series bold
8977 Rizzardi
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 Paola
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 555
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 </row>
9001 <row>
9002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006
9007 \series bold
9008 Lassini
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 Giancarlo
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 555
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row>
9033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037
9038 \series bold
9039 Malfatti
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 Luciano
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 555
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068
9069 \series bold
9070 Malfatti
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 Valeriano
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 555
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \series bold
9101 Meneguzzo
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 Roberto
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 555
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130
9131 \series bold
9132 Mezzadra
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 Roberto
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 555
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 </row>
9156 </lyxtabular>
9157
9158 \end_inset
9159
9160
9161 \end_layout
9162
9163 \begin_layout Section
9164 多頁表にまつわる諸点
9165 \begin_inset CommandInset label
9166 LatexCommand label
9167 name "sec:多頁表にまつわる諸点"
9168
9169 \end_inset
9170
9171
9172 \end_layout
9173
9174 \begin_layout Subsection
9175 多頁表の計算
9176 \begin_inset Index idx
9177 status collapsed
9178
9179 \begin_layout Plain Layout
9180 たへえしひよう@多頁表 ! けいさん@計算
9181 \end_layout
9182
9183 \end_inset
9184
9185
9186 \end_layout
9187
9188 \begin_layout Standard
9189 \SpecialChar LaTeX
9190 は,表ページの頁高と改頁をいわゆる単位塊(チャンクchunk)を使って計算します.単位塊は,一度に\SpecialChar LaTeX
9191 のメモリに読み込まれる表の断片です.歴史上の経緯から,既定値は
9192 たった表20行分に設定されています.多頁にわたる多頁表がある場合,この設定では文書の生成に時間がかかるかもしれません.この場合,
9193 \end_layout
9194
9195 \begin_layout Standard
9196
9197 \series bold
9198
9199 \backslash
9200 setcounter{LTchunksize}{100}
9201 \end_layout
9202
9203 \begin_layout Standard
9204 というコマンド行を文書のプリアンブルに書き加えることで,単位塊の大きさを100から1000の値に支障なく増やすことができます.
9205 \end_layout
9206
9207 \begin_layout Subsection
9208 フロートと多頁表
9209 \begin_inset Index idx
9210 status collapsed
9211
9212 \begin_layout Plain Layout
9213 たへえしひよう@多頁表 ! ふろおと@フロート
9214 \end_layout
9215
9216 \end_inset
9217
9218
9219 \end_layout
9220
9221 \begin_layout Standard
9222 多頁表が開始するのと同じページにフロートが置かれると問題が発生する可能性があります.このような状況を避けるためには,
9223 \series bold
9224
9225 \backslash
9226 clearpage
9227 \series default
9228 コマンドを多頁表の前に\SpecialChar TeX
9229 コードとして書き加えてください.
9230 \end_layout
9231
9232 \begin_layout Subsection
9233 強制改頁
9234 \begin_inset Index idx
9235 status collapsed
9236
9237 \begin_layout Plain Layout
9238 たへえしひよう@多頁表 ! きようせいかいへえし@強制改頁
9239 \end_layout
9240
9241 \end_inset
9242
9243
9244 \end_layout
9245
9246 \begin_layout Standard
9247 既定の設定では,表は行の間でのみ改頁されます.もし複数行を含むセルがあり,そのセル中で改頁を行いたい時には,セル中の改頁してもよい場所に\SpecialChar TeX
9248 コードで改行コマンド「
9249 \series bold
9250
9251 \backslash
9252
9253 \backslash
9254
9255 \series default
9256 」を挿入します.
9257 \series bold
9258
9259 \backslash
9260
9261 \backslash
9262
9263 \series default
9264 コマンドの前には,現セルよりも右にある列数と同じ数の「
9265 \series bold
9266 &
9267 \series default
9268 」文字を,\SpecialChar TeX
9269 コードで挿入してやる必要があります.この
9270 \series bold
9271 &
9272 \series default
9273 は,表セルの区切り文字です.各
9274 \series bold
9275 &
9276 \series default
9277 の後に,右側の本来のセルに入るべき内容を\SpecialChar TeX
9278 コードで書き込み,右側のセルの内容は削除してください.
9279 \begin_inset Newline newline
9280 \end_inset
9281
9282
9283 \series bold
9284
9285 \backslash
9286
9287 \backslash
9288
9289 \series default
9290 コマンドの後ろには,現在列の左側にある列数と同じ数の
9291 \series bold
9292 &
9293 \series default
9294 文字を挿入してください.表
9295 \begin_inset CommandInset ref
9296 LatexCommand ref
9297 reference "tab:強制改頁"
9298
9299 \end_inset
9300
9301 では,改頁さるべきセルは,全3列中2列めにあります.したがって,
9302 \end_layout
9303
9304 \begin_layout Standard
9305
9306 \series bold
9307 & 111
9308 \backslash
9309
9310 \backslash
9311  
9312 \backslash
9313 newpage
9314 \begin_inset Newline newline
9315 \end_inset
9316
9317 &
9318 \end_layout
9319
9320 \begin_layout Standard
9321 というコマンドが,セル中「
9322 \emph on
9323 Castelchiodato,
9324 \emph default
9325 」の後に\SpecialChar TeX
9326 コードとして挿入してあります.
9327 \end_layout
9328
9329 \begin_layout Standard
9330 同一行3列目の「111」は削除してあります.
9331 \series bold
9332
9333 \backslash
9334 newpage
9335 \series default
9336 は,改行がこの場所でかならず起こるように指定したいときのみ必要です.これを書かなければ,改頁の候補として指定するに過ぎません.何らかの理由で多頁表のフッタ行に上
9337 罫線を引いていないけれども,セルを改頁する場所で水平線を引きたい場合には,代わりに
9338 \end_layout
9339
9340 \begin_layout Standard
9341
9342 \series bold
9343 & 111
9344 \backslash
9345
9346 \backslash
9347
9348 \begin_inset Newline newline
9349 \end_inset
9350
9351
9352 \backslash
9353 hline &
9354 \end_layout
9355
9356 \begin_layout Standard
9357 というコマンドを使用して下さい.
9358 \end_layout
9359
9360 \begin_layout Standard
9361 改頁をしたいセルが最右列にある場合には,
9362 \end_layout
9363
9364 \begin_layout Standard
9365
9366 \series bold
9367
9368 \backslash
9369 setlength{
9370 \backslash
9371 parfillskip}{0pt}
9372 \end_layout
9373
9374 \begin_layout Standard
9375 というコマンドを当該セルの初めに\SpecialChar TeX
9376 コードで挿入しなくてはなりません.こうすることで,新規頁部分に表示されるセル内の部分が,正しく全幅を使用するようにできます.
9377 \end_layout
9378
9379 \begin_layout Standard
9380 \align center
9381 \begin_inset Tabular
9382 <lyxtabular version="3" rows="38" columns="3">
9383 <features islongtable="true" longtabularalignment="center">
9384 <column alignment="left" valignment="top" width="0pt">
9385 <column alignment="left" valignment="top" width="3cm">
9386 <column alignment="center" valignment="top" width="0pt">
9387 <row endfirsthead="true" caption="true">
9388 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 \begin_inset Caption Standard
9393
9394 \begin_layout Plain Layout
9395 表セル内で強制改頁をしている表
9396 \begin_inset CommandInset label
9397 LatexCommand label
9398 name "tab:強制改頁"
9399
9400 \end_inset
9401
9402
9403 \begin_inset Argument 1
9404 status collapsed
9405
9406 \begin_layout Plain Layout
9407 表セル内で強制改頁をしている表
9408 \end_layout
9409
9410 \end_inset
9411
9412
9413 \end_layout
9414
9415 \end_inset
9416
9417
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row endfirsthead="true">
9442 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \series bold
9448 例示用電話帳(氏名は無視の事)
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 </row>
9472 <row endfirsthead="true">
9473 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477
9478 \series bold
9479 氏名
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497
9498 \series bold
9499 TEL.
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 </row>
9505 <row endhead="true" caption="true">
9506 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510 \begin_inset Caption Unnumbered
9511
9512 \begin_layout Plain Layout
9513 例示用電話帳の続き
9514 \end_layout
9515
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Plain Layout
9527
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 </row>
9542 <row endhead="true">
9543 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 例示用電話帳
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 </row>
9571 <row endhead="true">
9572 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576
9577 \series bold
9578 氏名
9579 \end_layout
9580
9581 \end_inset
9582 </cell>
9583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596
9597 \series bold
9598 TEL.
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 </row>
9604 <row endfoot="true">
9605 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609 次頁に続く
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 </row>
9633 <row>
9634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638
9639 \series bold
9640 Annovi
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649 Silvia
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 111
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 </row>
9664 <row>
9665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669
9670 \series bold
9671 Bertoli
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680 Stefano
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 111
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 </row>
9695 <row>
9696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700
9701 \series bold
9702 Bozzi
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711 Walter
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 111
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 </row>
9726 <row>
9727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731
9732 \series bold
9733 Cachia
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 Maria
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751 111
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 </row>
9757 <row>
9758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762
9763 \series bold
9764 Cachia
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773 Maurizio
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782 111
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 </row>
9788 <row>
9789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793
9794 \series bold
9795 Cinquemani
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804 Giusi
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813 111
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 </row>
9819 <row>
9820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824
9825 \series bold
9826 Colin
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9832 \begin_inset Text
9833
9834 \begin_layout Plain Layout
9835 Bernard
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844 111
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 </row>
9850 <row>
9851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855
9856 \series bold
9857 Concli
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866 Gianfranco
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875 111
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 </row>
9881 <row>
9882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886
9887 \series bold
9888 Dal Bosco
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897 Carolina
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906 111
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row>
9913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \series bold
9919 Dalpiaz
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 Annamaria
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 111
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 </row>
9943 <row>
9944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \series bold
9950 Feliciello
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 Domenico
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 111
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 </row>
9974 <row>
9975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979
9980 \series bold
9981 Focarelli
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 Paola
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 111
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 </row>
10005 <row>
10006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010
10011 \series bold
10012 Galletti
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 Oreste
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 111
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 <row>
10037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \series bold
10043 Gasparini
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052 Franca
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 111
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 </row>
10067 <row>
10068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \series bold
10074 Lassini
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083 Giancarlo
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 111
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row>
10099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \series bold
10105 Malfatti
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 Luciano
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 111
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row>
10130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \series bold
10136 Malfatti
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 Valeriano
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 111
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row>
10161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \series bold
10167 Meneguzzo
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Roberto
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 111
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row>
10192 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 Mezzadra
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 Roberto
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 111
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 </row>
10222 <row>
10223 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \series bold
10229 Pirpamer
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 Erich
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 111
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row>
10254 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \series bold
10260 Pochiesa
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Paolo
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 111, 222
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row>
10285 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291 Radina
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Claudio
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 111
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 </row>
10315 <row>
10316 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320
10321 \series bold
10322 Rizzardi
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 Paolo, 11.
10332  Fürst von Montecompatri, 11.
10333  Fürst von Sulmona und Vivaro, 10.
10334  Fürst von Rossano, 5.
10335  Herzog von Canemorte, 11.
10336  Herzog von Palombara, 5.
10337  Herzog von Castelchiodato,
10338 \begin_inset ERT
10339 status collapsed
10340
10341 \begin_layout Plain Layout
10342
10343 & 111
10344 \backslash
10345
10346 \backslash
10347  
10348 \backslash
10349 newpage
10350 \end_layout
10351
10352 \begin_layout Plain Layout
10353
10354 &
10355 \end_layout
10356
10357 \end_inset
10358
10359  11.
10360  Herzog von Poggionativo, 11.
10361  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10362  Graf von Valinfreda, 11.
10363  Baron von Cropalati, 11.
10364  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 </row>
10379 <row>
10380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \series bold
10386 Stuffer
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 Oskar
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 111
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \series bold
10417 Tacchelli
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 Ugo
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 111
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row>
10442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \series bold
10448 Tezzele
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 Margit
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 111
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \series bold
10479 Unterkalmsteiner
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 Frieda
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 111
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \series bold
10510 Vieider
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 Hilde
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 111
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \series bold
10541 Vigna
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 Jürgen
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 111
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 <row>
10566 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \series bold
10572 Weber
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 Maurizio
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 111
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row>
10597 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \series bold
10603 Winkler
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 Franz
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 111
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 </lyxtabular>
10628
10629 \end_inset
10630
10631
10632 \end_layout
10633
10634 \begin_layout Section
10635 複数行・連結列・連結行
10636 \end_layout
10637
10638 \begin_layout Subsection
10639 表セル内の複数行
10640 \begin_inset CommandInset label
10641 LatexCommand label
10642 name "subsec:複数行"
10643
10644 \end_inset
10645
10646
10647 \begin_inset Index idx
10648 status collapsed
10649
10650 \begin_layout Plain Layout
10651 ひょうせるないのふくすうぎょう@表セル内の複数行
10652 \end_layout
10653
10654 \end_inset
10655
10656
10657 \begin_inset Index idx
10658 status collapsed
10659
10660 \begin_layout Plain Layout
10661 ひょう@表 ! かいぎょう@改行
10662 \end_layout
10663
10664 \end_inset
10665
10666
10667 \end_layout
10668
10669 \begin_layout Standard
10670 \noindent
10671 \begin_inset Float table
10672 placement H
10673 alignment document
10674 wide false
10675 sideways false
10676 status open
10677
10678 \begin_layout Plain Layout
10679 \begin_inset Caption Standard
10680
10681 \begin_layout Plain Layout
10682 \begin_inset CommandInset label
10683 LatexCommand label
10684 name "tab:複数行表"
10685
10686 \end_inset
10687
10688 セル内に複数の行がある表
10689 \end_layout
10690
10691 \end_inset
10692
10693
10694 \end_layout
10695
10696 \begin_layout Plain Layout
10697 \align center
10698 \begin_inset Tabular
10699 <lyxtabular version="3" rows="3" columns="3">
10700 <features tabularvalignment="middle">
10701 <column alignment="center" valignment="middle" width="2.5cm">
10702 <column alignment="center" valignment="middle">
10703 <column alignment="center" valignment="middle">
10704 <row>
10705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 複数の
10710 \begin_inset Newline linebreak
10711 \end_inset
10712
10713
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 </row>
10737 <row>
10738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 </lyxtabular>
10796
10797 \end_inset
10798
10799
10800 \end_layout
10801
10802 \end_inset
10803
10804
10805 \end_layout
10806
10807 \begin_layout Standard
10808 列に固定幅を指定することによって,文章をハイフネーションを伴った複数行の段落として,入れることができるようになります.
10809 \end_layout
10810
10811 \begin_layout Standard
10812
10813 \begin_inset CommandInset ref
10814 LatexCommand ref
10815 reference "tab:複数行表"
10816
10817 \end_inset
10818
10819 を生成するには,まず3
10820 \begin_inset Formula $\times$
10821 \end_inset
10822
10823 3表を作り,最初のセルを右クリックして現れるメニューから,
10824 \family sans
10825 設定
10826 \family default
10827 メニューを選択します.すると表ダイアログが現れるので,セル幅を2.5
10828 \begin_inset space \thinspace{}
10829 \end_inset
10830
10831 cm幅とし,水平揃え及び垂直揃えをともに中央揃えに設定します.垂直揃えは,その行のすべてのセルに適用されます.この例の文章は2.5
10832 \begin_inset space \thinspace{}
10833 \end_inset
10834
10835 cmよりも短いため,一行しか表示されません.そこで二行とも表示するために,両端揃え改行(
10836 \begin_inset Flex Ruby
10837 status collapsed
10838
10839 \begin_layout Plain Layout
10840 捷径
10841 \begin_inset Argument post:1
10842 status collapsed
10843
10844 \begin_layout Plain Layout
10845 ショートカット
10846 \end_layout
10847
10848 \end_inset
10849
10850
10851 \end_layout
10852
10853 \end_inset
10854
10855
10856 \begin_inset Info
10857 type  "shortcut"
10858 arg   "newline-insert linebreak"
10859 \end_inset
10860
10861 )を挿入してあります.もし文章が設定されたセル幅よりも広い場合には,文章は自動的にいくつかの行に改行されます.
10862 \end_layout
10863
10864 \begin_layout Standard
10865 固定幅のセルに長い単語を入れた場合,もしそれがセルの最初にあると,\SpecialChar LaTeX
10866 はハイフネーションを行うことができません.したがって,その単語がセルの最初に来ないようにするた
10867 めには,何かを入れなくてはなりません.そこで,その単語の前に0
10868 \begin_inset space \thinspace{}
10869 \end_inset
10870
10871 pt幅の水平空白を挿入します.空白がゼロ幅なので,出力は変わりません.表
10872 \begin_inset CommandInset ref
10873 LatexCommand ref
10874 reference "tab:ハイフネーション表"
10875
10876 \end_inset
10877
10878 が違いを示しています
10879 \begin_inset Foot
10880 status open
10881
10882 \begin_layout Plain Layout
10883
10884 \series bold
10885 【訳註】
10886 \series default
10887 p\SpecialChar LaTeX
10888 を使用している場合,日本語の文章は正しく改行されます.
10889 \end_layout
10890
10891 \end_inset
10892
10893
10894 \end_layout
10895
10896 \begin_layout Standard
10897 \begin_inset Float table
10898 placement h
10899 alignment document
10900 wide false
10901 sideways false
10902 status open
10903
10904 \begin_layout Plain Layout
10905 \begin_inset Caption Standard
10906
10907 \begin_layout Plain Layout
10908 \begin_inset CommandInset label
10909 LatexCommand label
10910 name "tab:ハイフネーション表"
10911
10912 \end_inset
10913
10914 ハイフネーション有/無の表
10915 \end_layout
10916
10917 \end_inset
10918
10919
10920 \end_layout
10921
10922 \begin_layout Plain Layout
10923 \begin_inset space \hfill{}
10924 \end_inset
10925
10926
10927 \begin_inset Tabular
10928 <lyxtabular version="3" rows="3" columns="3">
10929 <features tabularvalignment="middle">
10930 <column alignment="center" valignment="middle" width="2.5cm">
10931 <column alignment="center" valignment="middle">
10932 <column alignment="center" valignment="middle">
10933 <row>
10934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 verylongtablecellword
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 </row>
10962 <row>
10963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 </row>
10991 <row>
10992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 </row>
11020 </lyxtabular>
11021
11022 \end_inset
11023
11024
11025 \begin_inset space \hfill{}
11026 \end_inset
11027
11028
11029 \begin_inset Tabular
11030 <lyxtabular version="3" rows="3" columns="3">
11031 <features tabularvalignment="middle">
11032 <column alignment="center" valignment="middle" width="2.5cm">
11033 <column alignment="center" valignment="middle">
11034 <column alignment="center" valignment="middle">
11035 <row>
11036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 \begin_inset space \hspace{}
11041 \length 0pt
11042 \end_inset
11043
11044 verylongtablecellword
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 <row>
11069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 </row>
11097 <row>
11098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 </row>
11126 </lyxtabular>
11127
11128 \end_inset
11129
11130
11131 \begin_inset space \hfill{}
11132 \end_inset
11133
11134
11135 \end_layout
11136
11137 \end_inset
11138
11139
11140 \end_layout
11141
11142 \begin_layout Subsection
11143 連結列
11144 \begin_inset CommandInset label
11145 LatexCommand label
11146 name "subsec:連結列"
11147
11148 \end_inset
11149
11150
11151 \begin_inset Index idx
11152 status collapsed
11153
11154 \begin_layout Plain Layout
11155 れんけつれつ@連結列
11156 \end_layout
11157
11158 \end_inset
11159
11160
11161 \begin_inset Index idx
11162 status collapsed
11163
11164 \begin_layout Plain Layout
11165 ひょう@表 ! れんけつれつ@連結列
11166 \end_layout
11167
11168 \end_inset
11169
11170
11171 \end_layout
11172
11173 \begin_layout Subsubsection
11174 連結列の基礎
11175 \end_layout
11176
11177 \begin_layout Standard
11178 一つのセルが複数の列にまたがるようにするためには,行中から一つの連結セルにまとめるべき各セルを選択して,表ツールバーボタン
11179 \family sans
11180
11181 \begin_inset Info
11182 type  "icon"
11183 arg   "tabular-feature multicolumn"
11184 \end_inset
11185
11186
11187 \family default
11188 を押すか,
11189 \family sans
11190 編集\SpecialChar menuseparator
11191 表\SpecialChar menuseparator
11192 連結列
11193 \family default
11194 メニューを使用するか,あるいは選択したセルを右クリックして現れるメニューから
11195 \family sans
11196 連結列
11197 \family default
11198 を有効にするかしてください.
11199 \end_layout
11200
11201 \begin_layout Standard
11202 連結列はセル設定が独立しています.つまり,セル罫線やセルの縦横揃え,幅設定等を変更した場合には,現在の連結列のみに適用されるのです.以下は,第一行に連結行があり
11203 ,最下行に上罫線のない連結行がある表の例です.
11204 \end_layout
11205
11206 \begin_layout Standard
11207 \align center
11208 \begin_inset Tabular
11209 <lyxtabular version="3" rows="3" columns="4">
11210 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11211 <column alignment="center" valignment="top" width="0pt">
11212 <column alignment="center" valignment="middle">
11213 <column alignment="center" valignment="top" width="0in">
11214 <column alignment="center" valignment="top" width="0pt">
11215 <row>
11216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 いろは
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 にほへとちり
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 ぬるを
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 </row>
11253 <row>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 </row>
11291 <row>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 </row>
11329 </lyxtabular>
11330
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \begin_layout Subsubsection
11337 連結列の計算
11338 \begin_inset CommandInset label
11339 LatexCommand label
11340 name "subsec:連結列の計算"
11341
11342 \end_inset
11343
11344
11345 \begin_inset Index idx
11346 status collapsed
11347
11348 \begin_layout Plain Layout
11349 れんけつれつ@連結列 ! けいさん@計算
11350 \end_layout
11351
11352 \end_inset
11353
11354
11355 \end_layout
11356
11357 \begin_layout Standard
11358 \SpecialChar LyX
11359 は,連結列を直接にサポートしていますが,同列にある連結セル以外のセル幅については,考慮が必要です.
11360 \end_layout
11361
11362 \begin_layout Standard
11363 \begin_inset Float table
11364 placement h
11365 alignment document
11366 wide false
11367 sideways false
11368 status open
11369
11370 \begin_layout Plain Layout
11371 \begin_inset Caption Standard
11372
11373 \begin_layout Plain Layout
11374 \begin_inset CommandInset label
11375 LatexCommand label
11376 name "tab:中央揃え表"
11377
11378 \end_inset
11379
11380 中央揃え連結列の下にちょうど半分の幅を持つ列が2つある表
11381 \begin_inset Argument 1
11382 status collapsed
11383
11384 \begin_layout Plain Layout
11385 完全なる連結列表
11386 \end_layout
11387
11388 \end_inset
11389
11390
11391 \end_layout
11392
11393 \end_inset
11394
11395
11396 \end_layout
11397
11398 \begin_layout Plain Layout
11399 \align center
11400 \begin_inset Tabular
11401 <lyxtabular version="3" rows="3" columns="3">
11402 <features tabularvalignment="middle">
11403 <column alignment="center" valignment="middle" width="1.25cm" special=">{\centering}m{1.25cm-6.2pt}">
11404 <column alignment="center" valignment="middle">
11405 <column alignment="center" valignment="top">
11406 <row>
11407 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" width="2.5cm" special=">{\centering}m{2.5cm}">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 複数行にわたる連結列
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 <row>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 </row>
11464 <row>
11465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 </lyxtabular>
11494
11495 \end_inset
11496
11497
11498 \end_layout
11499
11500 \end_inset
11501
11502
11503 \end_layout
11504
11505 \begin_layout Standard
11506 たとえば,表
11507 \begin_inset CommandInset ref
11508 LatexCommand ref
11509 reference "tab:中央揃え表"
11510
11511 \end_inset
11512
11513 を生成するには,3
11514 \begin_inset Formula $\times$
11515 \end_inset
11516
11517 3表の第一行の最初の二つのセルを選択して,右クリックして現れるメニューから
11518 \family sans
11519 設定
11520 \family default
11521 を選択します.そして現れる表の設定ダイアログで,このセルを
11522 \emph on
11523 連結列
11524 \emph default
11525
11526 \emph on
11527 中央揃え
11528 \emph default
11529 ,2.5
11530 \begin_inset space \thinspace{}
11531 \end_inset
11532
11533 cm幅に設定します.被連結列のセルが連結列セルのちょうど半分の幅になるようにしたいので,第一列の幅を1.25
11534 \begin_inset space \thinspace{}
11535 \end_inset
11536
11537 cm幅に設定します.すると第二列は自動的に1.25
11538 \begin_inset space \thinspace{}
11539 \end_inset
11540
11541 cm幅(連結列幅マイナス第一列の幅)になります.表
11542 \begin_inset CommandInset ref
11543 LatexCommand ref
11544 reference "tab:半分でない表"
11545
11546 \end_inset
11547
11548 もこのようにして作成してあります.
11549 \end_layout
11550
11551 \begin_layout Standard
11552 \begin_inset Float table
11553 placement document
11554 alignment document
11555 wide false
11556 sideways false
11557 status open
11558
11559 \begin_layout Plain Layout
11560 \begin_inset Caption Standard
11561
11562 \begin_layout Plain Layout
11563 \begin_inset CommandInset label
11564 LatexCommand label
11565 name "tab:半分でない表"
11566
11567 \end_inset
11568
11569 連結セルの下の列が正確に半分になっていない表
11570 \begin_inset Argument 1
11571 status collapsed
11572
11573 \begin_layout Plain Layout
11574 不完全な連結列表
11575 \end_layout
11576
11577 \end_inset
11578
11579
11580 \end_layout
11581
11582 \end_inset
11583
11584
11585 \end_layout
11586
11587 \begin_layout Plain Layout
11588 \align center
11589 \begin_inset Tabular
11590 <lyxtabular version="3" rows="3" columns="3">
11591 <features tabularvalignment="middle">
11592 <column alignment="center" valignment="top" width="1.25cm">
11593 <column alignment="center" valignment="top">
11594 <column alignment="center" valignment="top">
11595 <row>
11596 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 複数行にわたる連結列
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11606 \begin_inset Text
11607
11608 \begin_layout Plain Layout
11609
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 </row>
11624 <row>
11625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 </row>
11653 <row>
11654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 </row>
11682 </lyxtabular>
11683
11684 \end_inset
11685
11686
11687 \end_layout
11688
11689 \end_inset
11690
11691
11692 \end_layout
11693
11694 \begin_layout Standard
11695 ご覧になって分かるように,第一列が,連結セルの幅の半分よりも少し大きくなっています.その原因は,セル幅が,指定された幅よりもつねに少しだけ大きく描かれるために,
11696 指定したセル幅
11697 \begin_inset Formula $W_{\text{指}}$
11698 \end_inset
11699
11700 がセルの全幅
11701 \begin_inset Formula $W_{\text{全}}$
11702 \end_inset
11703
11704 と等しくならないためです.付録
11705 \begin_inset CommandInset ref
11706 LatexCommand ref
11707 reference "cha:式の説明"
11708
11709 \end_inset
11710
11711 がこの事情を詳細に説明しています.
11712 \end_layout
11713
11714 \begin_layout Standard
11715
11716 \emph on
11717 n
11718 \emph default
11719 列を連結する際,各列の全幅が
11720 \begin_inset Formula $W_{\text{全}:\text{連結}}/n$
11721 \end_inset
11722
11723 となるために必要な指定幅
11724 \begin_inset Formula $W_{\text{指}:n}$
11725 \end_inset
11726
11727 は,
11728 \begin_inset Formula 
11729 \begin{equation}
11730 W_{\text{指}:n}=(W_{\text{指}:\text{連結列}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
11731 \end{equation}
11732
11733 \end_inset
11734
11735
11736 \end_layout
11737
11738 \begin_layout Standard
11739 で計算することができます.上記の例では
11740 \begin_inset Formula $n=2$
11741 \end_inset
11742
11743 かつ
11744 \begin_inset Formula $W_{\text{指}:\text{連結列}}=2.5\,$
11745 \end_inset
11746
11747 cmかつ長さは既定値ですから,第
11748 \begin_inset CommandInset ref
11749 LatexCommand ref
11750 reference "eq:Wgn"
11751
11752 \end_inset
11753
11754 式は
11755 \begin_inset Formula 
11756 \begin{equation}
11757 W_{\text{指}:2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
11758 \end{equation}
11759
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \begin_layout Standard
11766 となります.\SpecialChar LaTeX
11767 中で計算を可能にするには,文書プリアンブル行に
11768 \end_layout
11769
11770 \begin_layout Standard
11771
11772 \series bold
11773
11774 \backslash
11775 usepackage{calc}
11776 \end_layout
11777
11778 \begin_layout Standard
11779 と書いて,\SpecialChar LaTeX
11780 パッケージ
11781 \series bold
11782 calc
11783 \series default
11784
11785 \begin_inset Index idx
11786 status collapsed
11787
11788 \begin_layout Plain Layout
11789 \SpecialChar LaTeX
11790 ぱっけーじ@\SpecialChar LaTeX
11791 パッケージ ! calc
11792 \end_layout
11793
11794 \end_inset
11795
11796 を読み込まなくてはなりません.\SpecialChar LyX
11797 の「表の設定」ダイアログの幅フィールドでは,長さを計算することができません.したがって,ダイアログの\SpecialChar LaTeX
11798 の引数欄に書き込むことによって
11799 列を整形しなくてはなりません.以下は,その引数の概要です.
11800 \end_layout
11801
11802 \begin_layout Itemize
11803
11804 \series bold
11805 p{幅}
11806 \series default
11807 は固定幅セルを生成し,内容文は垂直方向上揃えになります.
11808 \end_layout
11809
11810 \begin_layout Itemize
11811
11812 \series bold
11813 m{幅}
11814 \series default
11815 は固定幅セルを生成し,内容文は垂直方向中央揃えになります.
11816 \end_layout
11817
11818 \begin_layout Itemize
11819
11820 \series bold
11821 b{幅}
11822 \series default
11823 は固定幅セルを生成し,内容文は垂直方向下揃えになります.
11824 \end_layout
11825
11826 \begin_layout Standard
11827 \SpecialChar LaTeX
11828 変数を入力すると,表ダイアログで設定されたすべてのセル設定は無効になります.
11829 \end_layout
11830
11831 \begin_layout Standard
11832 \begin_inset Note Greyedout
11833 status open
11834
11835 \begin_layout Plain Layout
11836
11837 \series bold
11838 【註】
11839 \series default
11840 バグのせいで,\SpecialChar LyX
11841 は無効にされた設定も表示してしまいます.
11842 \end_layout
11843
11844 \end_inset
11845
11846
11847 \end_layout
11848
11849 \begin_layout Standard
11850 文章を水平方向中央揃えにしたいので,
11851 \series bold
11852
11853 \backslash
11854 centering
11855 \series default
11856 コマンドを入れます.したがって,以下のような\SpecialChar LaTeX
11857 変数を,最初の被連結列に入れます.
11858 \end_layout
11859
11860 \begin_layout Standard
11861
11862 \series bold
11863 >{
11864 \backslash
11865 centering}m{1.25cm-6.2pt}
11866 \end_layout
11867
11868 \begin_layout Standard
11869
11870 \series bold
11871 >{ }
11872 \series default
11873 コマンドは,セルが生成される前に中括弧内のコマンドを適用するという意味です.
11874 \end_layout
11875
11876 \begin_layout Standard
11877 こうして被連結列セルの文章に,中央揃えを選択しましたが,連結セルの文章は依然として左揃えになっています.これは,\SpecialChar LyX
11878 は揃えを一列分のみに適用するためです.したがって
11879 ,連結セルには
11880 \end_layout
11881
11882 \begin_layout Standard
11883
11884 \series bold
11885 >{
11886 \backslash
11887 centering}m{2.5cm}
11888 \end_layout
11889
11890 \begin_layout Standard
11891 という\SpecialChar LaTeX
11892 変数を指定しなくてはなりません.
11893 \end_layout
11894
11895 \begin_layout Subsection
11896 連結行
11897 \begin_inset CommandInset label
11898 LatexCommand label
11899 name "subsec:連結行"
11900
11901 \end_inset
11902
11903
11904 \begin_inset Index idx
11905 status collapsed
11906
11907 \begin_layout Plain Layout
11908 れんけつぎょう@連結行
11909 \end_layout
11910
11911 \end_inset
11912
11913
11914 \begin_inset Index idx
11915 status collapsed
11916
11917 \begin_layout Plain Layout
11918 ひょう@表 ! れんけつぎょう@連結行
11919 \end_layout
11920
11921 \end_inset
11922
11923
11924 \end_layout
11925
11926 \begin_layout Standard
11927 複数行にかかるセルを連結するには,同一列中の統合したいセルをすべて選択し,ツールバーボタン
11928 \family sans
11929
11930 \begin_inset Info
11931 type  "icon"
11932 arg   "tabular-feature multirow"
11933 \end_inset
11934
11935
11936 \family default
11937 を押すか,メニュー
11938 \family sans
11939 編集\SpecialChar menuseparator
11940 表\SpecialChar menuseparator
11941 連結行
11942 \family default
11943 を選ぶか,選択したセルを右クリックして,コンテクストメニューから
11944 \family sans
11945 \SpecialChar menuseparator
11946 連結行
11947 \family default
11948 を選んでください.
11949 \end_layout
11950
11951 \begin_layout Standard
11952 下記は一列目に連結列を適用した表の例です.
11953 \end_layout
11954
11955 \begin_layout Standard
11956 \align center
11957 \begin_inset Tabular
11958 <lyxtabular version="3" rows="3" columns="3">
11959 <features tabularvalignment="middle">
11960 <column alignment="center" valignment="top" width="0pt">
11961 <column alignment="center" valignment="top">
11962 <column alignment="center" valignment="top">
11963 <row>
11964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968 長いセル項目
11969 \end_layout
11970
11971 \end_inset
11972 </cell>
11973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11974 \begin_inset Text
11975
11976 \begin_layout Plain Layout
11977
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986
11987 \end_layout
11988
11989 \end_inset
11990 </cell>
11991 </row>
11992 <row>
11993 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11994 \begin_inset Text
11995
11996 \begin_layout Plain Layout
11997 連結列
11998 \end_layout
11999
12000 \end_inset
12001 </cell>
12002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12003 \begin_inset Text
12004
12005 \begin_layout Plain Layout
12006
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015
12016 \end_layout
12017
12018 \end_inset
12019 </cell>
12020 </row>
12021 <row>
12022 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12023 \begin_inset Text
12024
12025 \begin_layout Plain Layout
12026
12027 \end_layout
12028
12029 \end_inset
12030 </cell>
12031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12032 \begin_inset Text
12033
12034 \begin_layout Plain Layout
12035
12036 \end_layout
12037
12038 \end_inset
12039 </cell>
12040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12041 \begin_inset Text
12042
12043 \begin_layout Plain Layout
12044
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 </row>
12050 </lyxtabular>
12051
12052 \end_inset
12053
12054
12055 \end_layout
12056
12057 \begin_layout Standard
12058 連結列の幅は,列全体の幅と揃えを設定することによって設定することができます.
12059 \family sans
12060 垂直オフセット
12061 \family default
12062 は,正または負の値を与えると,連結列の内容を上下にシフトします.
12063 \end_layout
12064
12065 \begin_layout Standard
12066 連結行セルの列に明示的な幅が与えられていない場合,連結行セルは当該列の揃えを継承します.それもなければ左揃えです.既定値を上書きするには,
12067 \end_layout
12068
12069 \begin_layout Standard
12070
12071 \series bold
12072
12073 \backslash
12074 renewcommand{
12075 \backslash
12076 multirowsetup}{
12077 \backslash
12078 centering}
12079 \end_layout
12080
12081 \begin_layout Standard
12082 というコマンドを使用して,コマンド
12083 \series bold
12084
12085 \backslash
12086 multirowsetup
12087 \series default
12088 を書き換えて下さい.すると,文書中の連結行の中身が,すべて中央揃えになります.もしいくつかの表だけ中央揃えにしたいのであれば,プリアンブルではなく表の直前にTe
12089 Xコードボックスを入れて,このコマンドを書き換えれば済みます.文章を右揃えにしたい場合には,
12090 \series bold
12091
12092 \backslash
12093 centering
12094 \series default
12095 の代わりに
12096 \series bold
12097
12098 \backslash
12099 raggedleft
12100 \series default
12101 を使用して下さい.左揃えに戻すには,
12102 \series bold
12103
12104 \backslash
12105 raggedright
12106 \series default
12107 とします.
12108 \end_layout
12109
12110 \begin_layout Standard
12111 下記は,-4ミリの垂直オフセットを設定し,3センチ幅の列中にある右揃えの連結列セルがある表の例です.
12112 \end_layout
12113
12114 \begin_layout Standard
12115 \noindent
12116 \align center
12117 \begin_inset ERT
12118 status collapsed
12119
12120 \begin_layout Plain Layout
12121
12122
12123 \backslash
12124 renewcommand{
12125 \backslash
12126 multirowsetup}{
12127 \backslash
12128 raggedleft}
12129 \end_layout
12130
12131 \end_inset
12132
12133
12134 \begin_inset Tabular
12135 <lyxtabular version="3" rows="4" columns="3">
12136 <features tabularvalignment="middle">
12137 <column alignment="center" valignment="top" width="3cm">
12138 <column alignment="center" valignment="top">
12139 <column alignment="center" valignment="top">
12140 <row>
12141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 長いセル項目
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12160 \begin_inset Text
12161
12162 \begin_layout Plain Layout
12163
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 </row>
12169 <row>
12170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12180 \begin_inset Text
12181
12182 \begin_layout Plain Layout
12183
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12189 \begin_inset Text
12190
12191 \begin_layout Plain Layout
12192
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 </row>
12198 <row>
12199 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203 連結列
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212
12213 \end_layout
12214
12215 \end_inset
12216 </cell>
12217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Plain Layout
12221
12222 \end_layout
12223
12224 \end_inset
12225 </cell>
12226 </row>
12227 <row>
12228 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12247 \begin_inset Text
12248
12249 \begin_layout Plain Layout
12250
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 </row>
12256 </lyxtabular>
12257
12258 \end_inset
12259
12260
12261 \begin_inset ERT
12262 status collapsed
12263
12264 \begin_layout Plain Layout
12265
12266
12267 \backslash
12268 renewcommand{
12269 \backslash
12270 multirowsetup}{
12271 \backslash
12272 raggedright}
12273 \end_layout
12274
12275 \end_inset
12276
12277
12278 \end_layout
12279
12280 \begin_layout Standard
12281 連結行で新しい行に移るには,強制改行(
12282 \begin_inset Flex Ruby
12283 status collapsed
12284
12285 \begin_layout Plain Layout
12286 捷径
12287 \begin_inset Argument post:1
12288 status collapsed
12289
12290 \begin_layout Plain Layout
12291 ショートカット
12292 \end_layout
12293
12294 \end_inset
12295
12296
12297 \end_layout
12298
12299 \end_inset
12300
12301
12302 \begin_inset Info
12303 type  "shortcut"
12304 arg   "newline-insert newline"
12305 \end_inset
12306
12307 )を使用できますが,この場合,下記の例に示されているようにセル行との整合を顧慮しません.
12308 \end_layout
12309
12310 \begin_layout Standard
12311 \noindent
12312 \align center
12313 \begin_inset Tabular
12314 <lyxtabular version="3" rows="3" columns="2">
12315 <features tabularvalignment="middle">
12316 <column alignment="left" valignment="middle" width="2cm">
12317 <column alignment="center" valignment="top">
12318 <row>
12319 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12320 \begin_inset Text
12321
12322 \begin_layout Plain Layout
12323 いいい
12324 \begin_inset Newline newline
12325 \end_inset
12326
12327 いいい
12328 \begin_inset Newline newline
12329 \end_inset
12330
12331 おかしなセル
12332 \end_layout
12333
12334 \end_inset
12335 </cell>
12336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12337 \begin_inset Text
12338
12339 \begin_layout Plain Layout
12340 ははは
12341 \end_layout
12342
12343 \end_inset
12344 </cell>
12345 </row>
12346 <row>
12347 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12348 \begin_inset Text
12349
12350 \begin_layout Plain Layout
12351
12352 \end_layout
12353
12354 \end_inset
12355 </cell>
12356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12357 \begin_inset Text
12358
12359 \begin_layout Plain Layout
12360 ににに
12361 \end_layout
12362
12363 \end_inset
12364 </cell>
12365 </row>
12366 <row>
12367 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12368 \begin_inset Text
12369
12370 \begin_layout Plain Layout
12371 ろろろ
12372 \end_layout
12373
12374 \end_inset
12375 </cell>
12376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12377 \begin_inset Text
12378
12379 \begin_layout Plain Layout
12380 ほほほ
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 </row>
12386 </lyxtabular>
12387
12388 \end_inset
12389
12390
12391 \end_layout
12392
12393 \begin_layout Standard
12394 したがって,強制改行を使うのは注意が必要です.
12395 \end_layout
12396
12397 \begin_layout Subsection
12398 対角線付きのセル
12399 \end_layout
12400
12401 \begin_layout Standard
12402 読者に表中の行見出しや列見出しが何を意味しているかを伝えるには,表の第1セルに対角線を一本ないし二本引いて分割すると便利です.これは,\SpecialChar LaTeX
12403 パッケージの
12404 \series bold
12405 diagbox
12406 \series default
12407
12408 \begin_inset Index idx
12409 status collapsed
12410
12411 \begin_layout Plain Layout
12412 \SpecialChar LaTeX
12413 ぱっけーじ@\SpecialChar LaTeX
12414 パッケージ ! diagbox
12415 \end_layout
12416
12417 \end_inset
12418
12419 を文書プリアンブルに読み込むことによって実現できます.このパッケージには,
12420 \series bold
12421
12422 \backslash
12423 diagbox
12424 \series default
12425 というコマンドがありますので,以下のように,これに2ないし3の引数をつけて,\SpecialChar TeX
12426 コードで挿入します.
12427 \end_layout
12428
12429 \begin_layout Standard
12430
12431 \series bold
12432
12433 \backslash
12434 diagbox[オプション]{左下}{右上}
12435 \end_layout
12436
12437 \begin_layout Standard
12438
12439 \series bold
12440
12441 \backslash
12442 diagbox[オプション]{左下}{左上}{右上}
12443 \end_layout
12444
12445 \begin_layout Standard
12446 最初の書式は,第1セルを一本の対角線で分割し,引数の内容がその上下に入れられます.二つ目の書式は,第1セルを二本の線で分割します.
12447 \end_layout
12448
12449 \begin_layout Standard
12450 \begin_inset ERT
12451 status collapsed
12452
12453 \begin_layout Plain Layout
12454
12455
12456 \backslash
12457 ifdiagbox
12458 \end_layout
12459
12460 \end_inset
12461
12462
12463 \begin_inset Note Note
12464 status open
12465
12466 \begin_layout Plain Layout
12467 この節は,\SpecialChar LaTeX
12468 パッケージ
12469 \series bold
12470 diagbox
12471 \series default
12472 が導入済みの時のみ表示されます.
12473 \end_layout
12474
12475 \end_inset
12476
12477
12478 \end_layout
12479
12480 \begin_layout Standard
12481 下記は,
12482 \series bold
12483
12484 \backslash
12485 diagbox
12486 \series default
12487 を第1セル中に2引数書式で使用した表の例です.
12488 \begin_inset VSpace medskip
12489 \end_inset
12490
12491
12492 \end_layout
12493
12494 \begin_layout Standard
12495 \noindent
12496 \begin_inset Tabular
12497 <lyxtabular version="3" rows="4" columns="4">
12498 <features tabularvalignment="middle">
12499 <column alignment="center" valignment="top">
12500 <column alignment="center" valignment="top">
12501 <column alignment="center" valignment="top">
12502 <column alignment="center" valignment="top">
12503 <row>
12504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12505 \begin_inset Text
12506
12507 \begin_layout Plain Layout
12508 \begin_inset ERT
12509 status collapsed
12510
12511 \begin_layout Plain Layout
12512
12513
12514 \backslash
12515 diagbox{
12516 \end_layout
12517
12518 \end_inset
12519
12520 名称
12521 \begin_inset ERT
12522 status collapsed
12523
12524 \begin_layout Plain Layout
12525
12526 }{
12527 \end_layout
12528
12529 \end_inset
12530
12531 パラメータ
12532 \begin_inset ERT
12533 status collapsed
12534
12535 \begin_layout Plain Layout
12536
12537 }
12538 \end_layout
12539
12540 \end_inset
12541
12542
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551 厚み(nm)
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 透明度(%)
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 硬度(MPa)
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 </row>
12575 <row>
12576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 Perfect Green
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 45
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 80
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 504
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 </row>
12613 <row>
12614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 Dark Multi-P
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 60
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 72
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 982
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 </row>
12651 <row>
12652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 Crystal Clear Pro
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 18
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 86
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 374
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 </row>
12689 </lyxtabular>
12690
12691 \end_inset
12692
12693
12694 \begin_inset VSpace medskip
12695 \end_inset
12696
12697
12698 \end_layout
12699
12700 \begin_layout Standard
12701 3引数書式は,例えばスポーツリーグや距離を示すクロス表に便利です.
12702 \end_layout
12703
12704 \begin_layout Standard
12705 \noindent
12706 \align center
12707 \begin_inset Tabular
12708 <lyxtabular version="3" rows="4" columns="4">
12709 <features tabularvalignment="middle">
12710 <column alignment="center" valignment="top" width="0pt">
12711 <column alignment="center" valignment="top">
12712 <column alignment="center" valignment="top">
12713 <column alignment="center" valignment="top">
12714 <row>
12715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 \begin_inset ERT
12720 status collapsed
12721
12722 \begin_layout Plain Layout
12723
12724
12725 \backslash
12726 diagbox{
12727 \end_layout
12728
12729 \end_inset
12730
12731 ホームチーム
12732 \begin_inset ERT
12733 status collapsed
12734
12735 \begin_layout Plain Layout
12736
12737 }{
12738 \end_layout
12739
12740 \end_inset
12741
12742 結果
12743 \begin_inset ERT
12744 status collapsed
12745
12746 \begin_layout Plain Layout
12747
12748 }{
12749 \end_layout
12750
12751 \end_inset
12752
12753 アウェイチーム
12754 \begin_inset ERT
12755 status collapsed
12756
12757 \begin_layout Plain Layout
12758
12759 }
12760 \end_layout
12761
12762 \end_inset
12763
12764
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 Tigers
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 Panthers
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 Falcons
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 </row>
12797 <row>
12798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802 Tigers
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 1:3
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 0:1
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 </row>
12835 <row>
12836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 Panthers
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 3:1
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell alignment="center" valignment="top" topline="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" leftline="true" rightline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 0:0
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 <row>
12874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 Falcons
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 1:0
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896 0:0
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905
12906 \end_layout
12907
12908 \end_inset
12909 </cell>
12910 </row>
12911 </lyxtabular>
12912
12913 \end_inset
12914
12915
12916 \end_layout
12917
12918 \begin_layout Standard
12919 大きなクロス表では,下記のように,2つないし全部のコーナーセルに対角線を入れると良いかもしれません.
12920 \end_layout
12921
12922 \begin_layout Standard
12923 \noindent
12924 \align center
12925 \begin_inset Tabular
12926 <lyxtabular version="3" rows="5" columns="5">
12927 <features tabularvalignment="middle">
12928 <column alignment="center" valignment="top" width="0pt">
12929 <column alignment="center" valignment="top">
12930 <column alignment="center" valignment="top">
12931 <column alignment="center" valignment="top">
12932 <column alignment="center" valignment="top">
12933 <row>
12934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 \begin_inset ERT
12939 status open
12940
12941 \begin_layout Plain Layout
12942
12943
12944 \backslash
12945 diagbox{
12946 \end_layout
12947
12948 \end_inset
12949
12950 ホームチーム
12951 \begin_inset ERT
12952 status collapsed
12953
12954 \begin_layout Plain Layout
12955
12956 }{
12957 \end_layout
12958
12959 \end_inset
12960
12961 結果
12962 \begin_inset ERT
12963 status collapsed
12964
12965 \begin_layout Plain Layout
12966
12967 }{
12968 \end_layout
12969
12970 \end_inset
12971
12972 アウェイチーム
12973 \begin_inset ERT
12974 status collapsed
12975
12976 \begin_layout Plain Layout
12977
12978 }
12979 \end_layout
12980
12981 \end_inset
12982
12983
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992 Tigers
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 Panthers
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13007 \begin_inset Text
13008
13009 \begin_layout Plain Layout
13010 Falcons
13011 \end_layout
13012
13013 \end_inset
13014 </cell>
13015 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13016 \begin_inset Text
13017
13018 \begin_layout Plain Layout
13019 \begin_inset ERT
13020 status open
13021
13022 \begin_layout Plain Layout
13023
13024
13025 \backslash
13026 diagbox[dir=NE]{
13027 \end_layout
13028
13029 \end_inset
13030
13031 ホームチーム
13032 \begin_inset ERT
13033 status collapsed
13034
13035 \begin_layout Plain Layout
13036
13037 }{
13038 \end_layout
13039
13040 \end_inset
13041
13042 結果
13043 \begin_inset ERT
13044 status collapsed
13045
13046 \begin_layout Plain Layout
13047
13048 }{
13049 \end_layout
13050
13051 \end_inset
13052
13053 アウェイチーム
13054 \begin_inset ERT
13055 status collapsed
13056
13057 \begin_layout Plain Layout
13058
13059 }
13060 \end_layout
13061
13062 \end_inset
13063
13064
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 </row>
13070 <row>
13071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 Tigers
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13081 \begin_inset Text
13082
13083 \begin_layout Plain Layout
13084
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093 1:3
13094 \end_layout
13095
13096 \end_inset
13097 </cell>
13098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 0:1
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 Tigers
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 </row>
13117 <row>
13118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13119 \begin_inset Text
13120
13121 \begin_layout Plain Layout
13122 Panthers
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 3:1
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140
13141 \end_layout
13142
13143 \end_inset
13144 </cell>
13145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149 0:0
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 Panthers
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 </row>
13164 <row>
13165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169 Falcons
13170 \end_layout
13171
13172 \end_inset
13173 </cell>
13174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13175 \begin_inset Text
13176
13177 \begin_layout Plain Layout
13178 1:0
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13184 \begin_inset Text
13185
13186 \begin_layout Plain Layout
13187 0:0
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13193 \begin_inset Text
13194
13195 \begin_layout Plain Layout
13196
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 Falcons
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 </row>
13211 <row>
13212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216 \begin_inset ERT
13217 status open
13218
13219 \begin_layout Plain Layout
13220
13221
13222 \backslash
13223 diagbox[dir=SW]{
13224 \end_layout
13225
13226 \end_inset
13227
13228 ホームチーム
13229 \begin_inset ERT
13230 status collapsed
13231
13232 \begin_layout Plain Layout
13233
13234 }{
13235 \end_layout
13236
13237 \end_inset
13238
13239 結果
13240 \begin_inset ERT
13241 status collapsed
13242
13243 \begin_layout Plain Layout
13244
13245 }{
13246 \end_layout
13247
13248 \end_inset
13249
13250 アウェイチーム
13251 \begin_inset ERT
13252 status collapsed
13253
13254 \begin_layout Plain Layout
13255
13256 }
13257 \end_layout
13258
13259 \end_inset
13260
13261
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 Tigers
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 Panthers
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 Falcons
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 \begin_inset ERT
13298 status open
13299
13300 \begin_layout Plain Layout
13301
13302
13303 \backslash
13304 diagbox[dir=SE]{
13305 \end_layout
13306
13307 \end_inset
13308
13309 ホームチーム
13310 \begin_inset ERT
13311 status collapsed
13312
13313 \begin_layout Plain Layout
13314
13315 }{
13316 \end_layout
13317
13318 \end_inset
13319
13320 結果
13321 \begin_inset ERT
13322 status collapsed
13323
13324 \begin_layout Plain Layout
13325
13326 }{
13327 \end_layout
13328
13329 \end_inset
13330
13331 アウェイチーム
13332 \begin_inset ERT
13333 status collapsed
13334
13335 \begin_layout Plain Layout
13336
13337 }
13338 \end_layout
13339
13340 \end_inset
13341
13342
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 </row>
13348 </lyxtabular>
13349
13350 \end_inset
13351
13352
13353 \end_layout
13354
13355 \begin_layout Standard
13356 対角線を廻すために,コマンドオプションとして
13357 \series bold
13358 dir=方角
13359 \series default
13360 を使用しています.
13361 \emph on
13362 方角
13363 \emph default
13364 は,
13365 \series bold
13366 NE
13367 \series default
13368
13369 \series bold
13370 SE
13371 \series default
13372
13373 \series bold
13374 SW
13375 \series default
13376
13377 \series bold
13378 NW
13379 \series default
13380 のいずれかで,コンパスでの位置を示します.例えば,
13381 \series bold
13382 SW
13383 \series default
13384 は南西かど(south-west)を示します.したがって,上の表の左下のセルでは, 
13385 \end_layout
13386
13387 \begin_layout Standard
13388
13389 \series bold
13390
13391 \backslash
13392 diagbox[dir=SW]{ホームチーム}{結果}{アウェイチーム}
13393 \end_layout
13394
13395 \begin_layout Standard
13396 というコマンドを使用しています.方角を指定しなければ,NWを指定したのと同じ事になります.
13397 \end_layout
13398
13399 \begin_layout Standard
13400 対角線を引いたセルに必要な幅は,自動的に計算されます.したがって,計算された幅よりも小さい固定列幅を指定してしまうと,下記の例のように,セルの中身がはみ出てしま
13401 います.
13402 \end_layout
13403
13404 \begin_layout Standard
13405 \noindent
13406 \align center
13407 \begin_inset Tabular
13408 <lyxtabular version="3" rows="2" columns="2">
13409 <features tabularvalignment="middle">
13410 <column alignment="center" valignment="top" width="3cm">
13411 <column alignment="center" valignment="top">
13412 <row>
13413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417 \begin_inset ERT
13418 status collapsed
13419
13420 \begin_layout Plain Layout
13421
13422
13423 \backslash
13424 diagbox{
13425 \end_layout
13426
13427 \end_inset
13428
13429 名称
13430 \begin_inset ERT
13431 status collapsed
13432
13433 \begin_layout Plain Layout
13434
13435 }{
13436 \end_layout
13437
13438 \end_inset
13439
13440 パラメータ
13441 \begin_inset ERT
13442 status collapsed
13443
13444 \begin_layout Plain Layout
13445
13446 }
13447 \end_layout
13448
13449 \end_inset
13450
13451
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 厚み(nm)
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 </row>
13466 <row>
13467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471 Perfect Green
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480 45
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 </row>
13486 </lyxtabular>
13487
13488 \end_inset
13489
13490
13491 \end_layout
13492
13493 \begin_layout Standard
13494 対角線を引いたセルの列に一定の幅が必要な場合は,コマンドオプションとして
13495 \series bold
13496 width=3cm
13497 \series default
13498  (必要に応じて「3cm」を必要な幅に変更)を与えてください.下記の表では,第1列の幅が4
13499 \begin_inset space \thinspace{}
13500 \end_inset
13501
13502 cmに設定してあります.
13503 \series bold
13504
13505 \backslash
13506 diagbox
13507 \series default
13508 全体の幅は,本文幅(この場合は4
13509 \begin_inset space \thinspace{}
13510 \end_inset
13511
13512 cm)に,本文とセル罫線との間隔の2倍を加えたものになるので,
13513 \series bold
13514
13515 \backslash
13516 diagbox
13517 \series default
13518 には4
13519 \begin_inset space \thinspace{}
13520 \end_inset
13521
13522 cm + 2
13523 \begin_inset space \thinspace{}
13524 \end_inset
13525
13526
13527 \backslash
13528 tabcolsepの幅が必要です.幅の計算は,
13529 \series bold
13530
13531 \backslash
13532 diagbox
13533 \series default
13534 のコマンドオプション内では行うことができないので,前もって新しい長さを定義しておく必要があります.これは,\SpecialChar TeX
13535 コードコマンドで
13536 \end_layout
13537
13538 \begin_layout Standard
13539
13540 \series bold
13541
13542 \backslash
13543 newlength{
13544 \backslash
13545 diagtest}
13546 \begin_inset Newline newline
13547 \end_inset
13548
13549
13550 \backslash
13551 setlength{
13552 \backslash
13553 diagtest}{4cm+2
13554 \backslash
13555 tabcolsep}
13556 \end_layout
13557
13558 \begin_layout Standard
13559 \begin_inset ERT
13560 status collapsed
13561
13562 \begin_layout Plain Layout
13563
13564
13565 \backslash
13566 newlength{
13567 \backslash
13568 diagtest}
13569 \end_layout
13570
13571 \begin_layout Plain Layout
13572
13573
13574 \backslash
13575 setlength{
13576 \backslash
13577 diagtest}{4cm+2
13578 \backslash
13579 tabcolsep}
13580 \end_layout
13581
13582 \end_inset
13583
13584
13585 \end_layout
13586
13587 \begin_layout Standard
13588 とすれば実現できます.\SpecialChar LaTeX
13589 内で計算を行うには,文書プリアンブル中で
13590 \series bold
13591 calc
13592 \series default
13593
13594 \begin_inset Index idx
13595 status collapsed
13596
13597 \begin_layout Plain Layout
13598 \SpecialChar LaTeX
13599 ぱっけーじ@\SpecialChar LaTeX
13600 パッケージ ! calc
13601 \end_layout
13602
13603 \end_inset
13604
13605 パッケージを読み込んでおく必要があります.
13606 \end_layout
13607
13608 \begin_layout Standard
13609 さて,この表の第1セルで
13610 \end_layout
13611
13612 \begin_layout Standard
13613
13614 \series bold
13615
13616 \backslash
13617 diagbox[width=
13618 \backslash
13619 diagtest]{A}{B}
13620 \end_layout
13621
13622 \begin_layout Standard
13623 というコマンドを使用します.
13624 \end_layout
13625
13626 \begin_layout Standard
13627 \noindent
13628 \align center
13629 \begin_inset Tabular
13630 <lyxtabular version="3" rows="2" columns="2">
13631 <features tabularvalignment="middle">
13632 <column alignment="center" valignment="top" width="4cm">
13633 <column alignment="center" valignment="top">
13634 <row>
13635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639 \begin_inset ERT
13640 status open
13641
13642 \begin_layout Plain Layout
13643
13644
13645 \backslash
13646 diagbox[width=
13647 \backslash
13648 diagtest]{
13649 \end_layout
13650
13651 \end_inset
13652
13653 A
13654 \begin_inset ERT
13655 status collapsed
13656
13657 \begin_layout Plain Layout
13658
13659 }{
13660 \end_layout
13661
13662 \end_inset
13663
13664 B
13665 \begin_inset ERT
13666 status collapsed
13667
13668 \begin_layout Plain Layout
13669
13670 }
13671 \end_layout
13672
13673 \end_inset
13674
13675
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 厚み (nm)
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 <row>
13691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 Perfect Green
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 45
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 </row>
13710 </lyxtabular>
13711
13712 \end_inset
13713
13714
13715 \end_layout
13716
13717 \begin_layout Standard
13718 対角線の引いたセルは,当該列中で最も幅広くなっていなくてはなりません.さもないと,次の表のように,対角線の長さが正しく計算できなくなってしまいます.
13719 \end_layout
13720
13721 \begin_layout Standard
13722 \noindent
13723 \align center
13724 \begin_inset Tabular
13725 <lyxtabular version="3" rows="2" columns="2">
13726 <features tabularvalignment="middle">
13727 <column alignment="center" valignment="top" width="0pt">
13728 <column alignment="center" valignment="top">
13729 <row>
13730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 \begin_inset ERT
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738
13739
13740 \backslash
13741 diagbox{
13742 \end_layout
13743
13744 \end_inset
13745
13746 A
13747 \begin_inset ERT
13748 status collapsed
13749
13750 \begin_layout Plain Layout
13751
13752 }{
13753 \end_layout
13754
13755 \end_inset
13756
13757 B
13758 \begin_inset ERT
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762
13763 }
13764 \end_layout
13765
13766 \end_inset
13767
13768
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 厚み (nm)
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 </row>
13783 <row>
13784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 Perfect Green
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 45
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 </row>
13803 </lyxtabular>
13804
13805 \end_inset
13806
13807
13808 \end_layout
13809
13810 \begin_layout Standard
13811 このような場合には,
13812 \series bold
13813
13814 \backslash
13815 diagbox
13816 \series default
13817 コマンドの
13818 \series bold
13819 width
13820 \series default
13821 オプションを使用してください.こうすると,セル幅が列幅に等しくなるので,2
13822 \backslash
13823 tabcolsepを足す必要はなくなります.下記の表では,3
13824 \begin_inset space \thinspace{}
13825 \end_inset
13826
13827 cm幅を使用しています.
13828 \end_layout
13829
13830 \begin_layout Standard
13831 \noindent
13832 \align center
13833 \begin_inset Tabular
13834 <lyxtabular version="3" rows="2" columns="2">
13835 <features tabularvalignment="middle">
13836 <column alignment="center" valignment="top" width="0pt">
13837 <column alignment="center" valignment="top">
13838 <row>
13839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 \begin_inset ERT
13844 status open
13845
13846 \begin_layout Plain Layout
13847
13848
13849 \backslash
13850 diagbox[width=3cm]{
13851 \end_layout
13852
13853 \end_inset
13854
13855 A
13856 \begin_inset ERT
13857 status collapsed
13858
13859 \begin_layout Plain Layout
13860
13861 }{
13862 \end_layout
13863
13864 \end_inset
13865
13866 B
13867 \begin_inset ERT
13868 status collapsed
13869
13870 \begin_layout Plain Layout
13871
13872 }
13873 \end_layout
13874
13875 \end_inset
13876
13877
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 厚み (nm)
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 </row>
13892 <row>
13893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 Perfect Green
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906 45
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 </row>
13912 </lyxtabular>
13913
13914 \end_inset
13915
13916
13917 \end_layout
13918
13919 \begin_layout Standard
13920 対角線を引いたセルに複数行を入力するには,文章をセルに合わせるために高さを追加する必要があります.これは,
13921 \series bold
13922
13923 \backslash
13924 diagbox
13925 \series default
13926 にオプション
13927 \series bold
13928 height=3cm
13929 \series default
13930 を与えることで実現できます(「3cm」は必要な高さに置き換えてください).下記の表では,第1セルに
13931 \end_layout
13932
13933 \begin_layout Standard
13934
13935 \series bold
13936
13937 \backslash
13938 diagbox[width=3cm,height=1.4cm]{A
13939 \backslash
13940
13941 \backslash
13942 B}{C
13943 \backslash
13944
13945 \backslash
13946 D}
13947 \end_layout
13948
13949 \begin_layout Standard
13950 というコマンドを使用しています.ここでコマンド
13951 \series bold
13952
13953 \backslash
13954
13955 \backslash
13956
13957 \series default
13958 は改行をするためのものです
13959 \begin_inset Foot
13960 status collapsed
13961
13962 \begin_layout Plain Layout
13963
13964 \family sans
13965 Ctrl+Return
13966 \family default
13967 を使っての改行は,列が固定幅の時のみ,使用することができます.
13968 \end_layout
13969
13970 \end_inset
13971
13972
13973 \end_layout
13974
13975 \begin_layout Standard
13976 \noindent
13977 \align center
13978 \begin_inset Tabular
13979 <lyxtabular version="3" rows="2" columns="2">
13980 <features tabularvalignment="middle">
13981 <column alignment="center" valignment="top">
13982 <column alignment="center" valignment="top">
13983 <row>
13984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Plain Layout
13988 \begin_inset ERT
13989 status open
13990
13991 \begin_layout Plain Layout
13992
13993
13994 \backslash
13995 diagbox[width=3cm,height=1.4cm]{
13996 \end_layout
13997
13998 \end_inset
13999
14000 A
14001 \begin_inset ERT
14002 status collapsed
14003
14004 \begin_layout Plain Layout
14005
14006
14007 \backslash
14008
14009 \backslash
14010
14011 \end_layout
14012
14013 \end_inset
14014
14015 B
14016 \begin_inset ERT
14017 status collapsed
14018
14019 \begin_layout Plain Layout
14020
14021 }{
14022 \end_layout
14023
14024 \end_inset
14025
14026 C
14027 \begin_inset ERT
14028 status collapsed
14029
14030 \begin_layout Plain Layout
14031
14032
14033 \backslash
14034
14035 \backslash
14036
14037 \end_layout
14038
14039 \end_inset
14040
14041 D
14042 \begin_inset ERT
14043 status collapsed
14044
14045 \begin_layout Plain Layout
14046
14047 }
14048 \end_layout
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061 厚み (nm)
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 </row>
14067 <row>
14068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072 Perfect Green
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 45
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 </row>
14087 </lyxtabular>
14088
14089 \end_inset
14090
14091
14092 \end_layout
14093
14094 \begin_layout Standard
14095 \begin_inset ERT
14096 status collapsed
14097
14098 \begin_layout Plain Layout
14099
14100
14101 \backslash
14102 else
14103 \end_layout
14104
14105 \end_inset
14106
14107
14108 \begin_inset Note Note
14109 status open
14110
14111 \begin_layout Plain Layout
14112 以下は,\SpecialChar LaTeX
14113 パッケージ
14114 \series bold
14115 diagbox
14116 \series default
14117 が導入済みでないときに表示されます.
14118 \end_layout
14119
14120 \end_inset
14121
14122
14123 \end_layout
14124
14125 \begin_layout Standard
14126 本節の内容を出力に表示するためには,
14127 \series bold
14128 diagbox
14129 \series default
14130 パッケージを導入しなくてはなりません.
14131 \end_layout
14132
14133 \begin_layout Standard
14134 \begin_inset ERT
14135 status collapsed
14136
14137 \begin_layout Plain Layout
14138
14139
14140 \backslash
14141 fi
14142 \end_layout
14143
14144 \end_inset
14145
14146
14147 \end_layout
14148
14149 \begin_layout Standard
14150 \SpecialChar LaTeX
14151 パッケージ
14152 \series bold
14153 diagbox
14154 \series default
14155 についての詳しい情報は,取扱説明書
14156 \begin_inset CommandInset citation
14157 LatexCommand cite
14158 key "diagbox"
14159 literal "true"
14160
14161 \end_inset
14162
14163 をご覧ください.
14164 \end_layout
14165
14166 \begin_layout Section
14167 フォーマル様式の表
14168 \begin_inset CommandInset label
14169 LatexCommand label
14170 name "sec:フォーマル様式の表"
14171
14172 \end_inset
14173
14174
14175 \begin_inset Index idx
14176 status collapsed
14177
14178 \begin_layout Plain Layout
14179 ひょう@表 ! ふぉーまるけいしき@フォーマル様式
14180 \end_layout
14181
14182 \end_inset
14183
14184
14185 \end_layout
14186
14187 \begin_layout Standard
14188 書籍中の表は,よく表
14189 \begin_inset CommandInset ref
14190 LatexCommand ref
14191 reference "tab:ブックタブ表の例"
14192
14193 \end_inset
14194
14195 のように組版されます.この種の表は,「
14196 \emph on
14197 フォーマル様式
14198 \emph default
14199 」と呼ばれます.表をフォーマル様式にするには,表の設定ダイアログの罫線タブでフォーマル様式オプションを有効にして下さい.
14200 \end_layout
14201
14202 \begin_layout Standard
14203 \begin_inset Float table
14204 placement h
14205 alignment document
14206 wide false
14207 sideways false
14208 status open
14209
14210 \begin_layout Plain Layout
14211 \begin_inset Caption Standard
14212
14213 \begin_layout Plain Layout
14214 \begin_inset CommandInset label
14215 LatexCommand label
14216 name "tab:ブックタブ表の例"
14217
14218 \end_inset
14219
14220 ブックタブ表の例
14221 \end_layout
14222
14223 \end_inset
14224
14225
14226 \end_layout
14227
14228 \begin_layout Plain Layout
14229 \align center
14230 \begin_inset Tabular
14231 <lyxtabular version="3" rows="8" columns="4">
14232 <features booktabs="true" tabularvalignment="middle">
14233 <column alignment="center" valignment="top">
14234 <column alignment="center" valignment="top">
14235 <column alignment="center" valignment="top">
14236 <column alignment="center" valignment="top">
14237 <row>
14238 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 システム
14243 \end_layout
14244
14245 \end_inset
14246 </cell>
14247 <cell alignment="center" valignment="top" topline="true" usebox="none">
14248 \begin_inset Text
14249
14250 \begin_layout Plain Layout
14251 Medipix
14252 \begin_inset space \thinspace{}
14253 \end_inset
14254
14255 1
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 Medipix
14265 \begin_inset space \thinspace{}
14266 \end_inset
14267
14268 2
14269 \end_layout
14270
14271 \end_inset
14272 </cell>
14273 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 <row>
14284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 \begin_inset ERT
14289 status collapsed
14290
14291 \begin_layout Plain Layout
14292
14293
14294 \backslash
14295 cmidrule(r){2-2}
14296 \end_layout
14297
14298 \end_inset
14299
14300
14301 \begin_inset ERT
14302 status collapsed
14303
14304 \begin_layout Plain Layout
14305
14306
14307 \backslash
14308 cmidrule(l){3-4}
14309 \end_layout
14310
14311 \end_inset
14312
14313 検知器の厚み [
14314 \begin_inset Formula $\mu m$
14315 \end_inset
14316
14317 ]
14318 \end_layout
14319
14320 \end_inset
14321 </cell>
14322 <cell alignment="center" valignment="top" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Plain Layout
14326 300
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell alignment="center" valignment="top" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 300
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 700
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 </row>
14350 <row>
14351 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355 エッジ角 [度]
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 3.55
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 <cell alignment="center" valignment="top" topline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373 2.71
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 <cell alignment="center" valignment="top" topline="true" usebox="none">
14379 \begin_inset Text
14380
14381 \begin_layout Plain Layout
14382 7.99
14383 \end_layout
14384
14385 \end_inset
14386 </cell>
14387 </row>
14388 <row topspace="default">
14389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 空間分解能 [
14394 \begin_inset Formula $\mu m$
14395 \end_inset
14396
14397 ]
14398 \end_layout
14399
14400 \end_inset
14401 </cell>
14402 <cell alignment="center" valignment="top" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406 4.26
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 10.17
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 <cell alignment="center" valignment="top" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 10.56
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 </row>
14430 <row topspace="default">
14431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 \begin_inset Formula $f_{\mathrm{max}}$
14436 \end_inset
14437
14438 におけるMTF
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447 0.53
14448 \end_layout
14449
14450 \end_inset
14451 </cell>
14452 <cell alignment="center" valignment="top" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Plain Layout
14456 0.37
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 <cell alignment="center" valignment="top" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 0.39
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 </row>
14471 <row topspace="default">
14472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14473 \begin_inset Text
14474
14475 \begin_layout Plain Layout
14476 \begin_inset ERT
14477 status collapsed
14478
14479 \begin_layout Plain Layout
14480
14481
14482 \backslash
14483 cmidrule[2pt](l{10pt}){1-1}
14484 \end_layout
14485
14486 \end_inset
14487
14488 LSF空間分解能
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 <cell alignment="center" valignment="top" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Plain Layout
14497
14498 \end_layout
14499
14500 \end_inset
14501 </cell>
14502 <cell alignment="center" valignment="top" usebox="none">
14503 \begin_inset Text
14504
14505 \begin_layout Plain Layout
14506
14507 \end_layout
14508
14509 \end_inset
14510 </cell>
14511 <cell alignment="center" valignment="top" usebox="none">
14512 \begin_inset Text
14513
14514 \begin_layout Plain Layout
14515
14516 \end_layout
14517
14518 \end_inset
14519 </cell>
14520 </row>
14521 <row>
14522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Plain Layout
14526 \begin_inset Formula $\mu m$
14527 \end_inset
14528
14529 表示
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 <cell alignment="center" valignment="top" usebox="none">
14535 \begin_inset Text
14536
14537 \begin_layout Plain Layout
14538 129.7
14539 \end_layout
14540
14541 \end_inset
14542 </cell>
14543 <cell alignment="center" valignment="top" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547 52.75
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 <cell alignment="center" valignment="top" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 50.78
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 </row>
14562 <row>
14563 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
14564 \begin_inset Text
14565
14566 \begin_layout Plain Layout
14567 ピクセルサイズに対する%表示
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576 76.3
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 95.9
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 92.3
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 </row>
14600 </lyxtabular>
14601
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \end_inset
14608
14609
14610 \end_layout
14611
14612 \begin_layout Standard
14613 表中の行に余白を加えるには,第
14614 \begin_inset CommandInset ref
14615 LatexCommand ref
14616 reference "subsec:行の余白取り"
14617
14618 \end_inset
14619
14620 節に述べられているように,表の設定ダイアログの
14621 \family sans
14622 罫線
14623 \family default
14624 タブを使用します.
14625 \end_layout
14626
14627 \begin_layout Standard
14628 通常の表と違って,フォーマル様式の表には縦罫線がありません.表の横罫線は,通常の表と同様に指定することができますが,出力でこれらの線幅は異なります.
14629 \begin_inset Newline newline
14630 \end_inset
14631
14632 最初と最後の表罫線の既定幅は0.08
14633 \begin_inset space \thinspace{}
14634 \end_inset
14635
14636 emですが,他の罫線の既定幅は0.05
14637 \begin_inset space \thinspace{}
14638 \end_inset
14639
14640 emです.
14641 \end_layout
14642
14643 \begin_layout Standard
14644 これらの既定幅は,以下のプリアンブル行を指定することによって変更することができます.
14645 \end_layout
14646
14647 \begin_layout Standard
14648
14649 \series bold
14650
14651 \backslash
14652 let
14653 \backslash
14654 mytoprule
14655 \backslash
14656 toprule
14657 \begin_inset Newline newline
14658 \end_inset
14659
14660
14661 \backslash
14662 renewcommand{
14663 \backslash
14664 toprule}{
14665 \backslash
14666 mytoprule[幅]}
14667 \end_layout
14668
14669 \begin_layout Standard
14670 上の例は,
14671 \series bold
14672 toprule
14673 \series default
14674 という最初の罫線を設定しています.最後の罫線の線幅を変更するには,
14675 \series bold
14676 toprule
14677 \series default
14678
14679 \series bold
14680 bottomrule
14681 \series default
14682 に置き換えて下さい.他の罫線の線幅を変更するには,
14683 \series bold
14684 toprule
14685 \series default
14686
14687 \series bold
14688 midrule
14689 \series default
14690 に置き換えます.線幅を設定する上では,付録
14691 \begin_inset CommandInset ref
14692 LatexCommand ref
14693 reference "cha:LyXで使用できる単位"
14694
14695 \end_inset
14696
14697 に挙げてあるすべての単位を使用することができます.
14698 \end_layout
14699
14700 \begin_layout Standard
14701 全列にまたがらない罫線は,連結列セルに罫線を指定することで作成することができます.\SpecialChar LyX
14702 は,内部的に
14703 \series bold
14704
14705 \backslash
14706 cmidrule
14707 \series default
14708 コマンドを使用して,このような罫線を引きます.このコマンドの完全な書式は
14709 \end_layout
14710
14711 \begin_layout Standard
14712
14713 \series bold
14714
14715 \backslash
14716 cmidrule[幅](刈込){開始列-終了列}
14717 \end_layout
14718
14719 \begin_layout Standard
14720 です.
14721 \series bold
14722
14723 \backslash
14724 cmidrule
14725 \series default
14726 のオプションは,現在のところ\SpecialChar LyX
14727 がサポートしていないので,オプションを使用するためには,\SpecialChar TeX
14728 コードを使わなくてはなりません.
14729 \series bold
14730
14731 \backslash
14732 cmidrule
14733 \series default
14734 は,行の第一列の中に,最初に\SpecialChar TeX
14735 コードでこのコマンドを入れることによって,手動で指定することができます.この罫線は,出力では現在行の上に引かれることになります.
14736 \end_layout
14737
14738 \begin_layout Standard
14739 この線幅の既定値は0.03
14740 \begin_inset space \thinspace{}
14741 \end_inset
14742
14743 emです.「開始列」は罫線を開始する列番号で,「終了列」は罫線を終了する列番号です.終了列は,罫線を一列だけに引きたいときも含めて,常に指定しなくてはなりません
14744 .非必須パラメーターの「刈込」は,
14745 \emph on
14746 l{刈込幅}
14747 \emph default
14748 あるいは
14749 \emph on
14750 r{刈込幅}
14751 \emph default
14752 の値を取り,刈込幅の指定は非必須です.たとえば,
14753 \emph on
14754 l{2pt}
14755 \emph default
14756 というパラメーターを使うと,罫線が左端から2
14757 \begin_inset space \thinspace{}
14758 \end_inset
14759
14760 ptだけ刈り込まれます.刈込幅を指定しないと,罫線は既定値の0.5
14761 \begin_inset space \thinspace{}
14762 \end_inset
14763
14764 emだけ刈り込まれます.
14765 \end_layout
14766
14767 \begin_layout Standard
14768 \begin_inset VSpace bigskip
14769 \end_inset
14770
14771
14772 \begin_inset CommandInset ref
14773 LatexCommand ref
14774 reference "tab:ブックタブ表の例"
14775
14776 \end_inset
14777
14778 は,
14779 \end_layout
14780
14781 \begin_layout Standard
14782
14783 \series bold
14784
14785 \backslash
14786 cmidrule(r){2-2}
14787 \backslash
14788 cmidrule(l){3-4}
14789 \end_layout
14790
14791 \begin_layout Standard
14792 というコマンドを第二行の初めに使用し,
14793 \end_layout
14794
14795 \begin_layout Standard
14796
14797 \series bold
14798
14799 \backslash
14800 cmidrule[2pt](l{10pt}){1-1}
14801 \end_layout
14802
14803 \begin_layout Standard
14804 を第六行に使用して作成されています.
14805 \end_layout
14806
14807 \begin_layout Standard
14808 \begin_inset VSpace bigskip
14809 \end_inset
14810
14811
14812 \end_layout
14813
14814 \begin_layout Standard
14815 ときには,表
14816 \begin_inset CommandInset ref
14817 LatexCommand ref
14818 reference "tab:特殊なブックタブ表"
14819
14820 \end_inset
14821
14822 のような重なり合った
14823 \series bold
14824
14825 \backslash
14826 cmidrule
14827 \series default
14828 が欲しいことがあるかもしれません.これは,\SpecialChar TeX
14829 コードで
14830 \end_layout
14831
14832 \begin_layout Standard
14833
14834 \series bold
14835
14836 \backslash
14837 morecmidrules
14838 \end_layout
14839
14840 \begin_layout Standard
14841 コマンドを使用することによって実現することができます.表
14842 \begin_inset CommandInset ref
14843 LatexCommand ref
14844 reference "tab:特殊なブックタブ表"
14845
14846 \end_inset
14847
14848 の第二列には
14849 \end_layout
14850
14851 \begin_layout Standard
14852
14853 \series bold
14854
14855 \backslash
14856 cmidrule(r){2-2}
14857 \backslash
14858 cmidrule(l){3-4}
14859 \backslash
14860 morecmidrules
14861 \backslash
14862 cmidrule{2-4}
14863 \end_layout
14864
14865 \begin_layout Standard
14866 というコマンドが使用されており,第六列には
14867 \end_layout
14868
14869 \begin_layout Standard
14870
14871 \series bold
14872
14873 \backslash
14874 midrule
14875 \backslash
14876 morecmidrules
14877 \backslash
14878 cmidrule{3-4}
14879 \end_layout
14880
14881 \begin_layout Standard
14882 というコマンドが使用されています.
14883 \end_layout
14884
14885 \begin_layout Standard
14886 \begin_inset VSpace bigskip
14887 \end_inset
14888
14889
14890 \end_layout
14891
14892 \begin_layout Standard
14893 罫線の余白取りにどうしても満足が行かない場合には,
14894 \end_layout
14895
14896 \begin_layout Standard
14897
14898 \series bold
14899
14900 \backslash
14901 specialrule{幅}{上余白}{下余白}
14902 \end_layout
14903
14904 \begin_layout Standard
14905 というコマンドを使用すれば,全列にわたる罫線を生成することができます.これらの特殊機能については,\SpecialChar LaTeX
14906 パッケージ
14907 \series bold
14908 booktabs
14909 \series default
14910  
14911 \begin_inset CommandInset citation
14912 LatexCommand cite
14913 key "booktabs"
14914 literal "true"
14915
14916 \end_inset
14917
14918
14919 \begin_inset Index idx
14920 status collapsed
14921
14922 \begin_layout Plain Layout
14923 \SpecialChar LaTeX
14924 ぱっけーじ@\SpecialChar LaTeX
14925 パッケージ ! booktabs
14926 \end_layout
14927
14928 \end_inset
14929
14930 の取扱説明書をご参照下さい.
14931 \end_layout
14932
14933 \begin_layout Standard
14934 \begin_inset Float table
14935 placement h
14936 alignment document
14937 wide false
14938 sideways false
14939 status open
14940
14941 \begin_layout Plain Layout
14942 \begin_inset Caption Standard
14943
14944 \begin_layout Plain Layout
14945 \begin_inset CommandInset label
14946 LatexCommand label
14947 name "tab:特殊なブックタブ表"
14948
14949 \end_inset
14950
14951 特殊なブックタブ表
14952 \end_layout
14953
14954 \end_inset
14955
14956
14957 \end_layout
14958
14959 \begin_layout Plain Layout
14960 \align center
14961 \begin_inset Tabular
14962 <lyxtabular version="3" rows="8" columns="4">
14963 <features booktabs="true" tabularvalignment="middle">
14964 <column alignment="center" valignment="top">
14965 <column alignment="center" valignment="top">
14966 <column alignment="center" valignment="top">
14967 <column alignment="center" valignment="top">
14968 <row>
14969 <cell alignment="center" valignment="top" topline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973 システム
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 <cell alignment="center" valignment="top" topline="true" usebox="none">
14979 \begin_inset Text
14980
14981 \begin_layout Plain Layout
14982 Medipix
14983 \begin_inset space \thinspace{}
14984 \end_inset
14985
14986 1
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 Medipix
14996 \begin_inset space \thinspace{}
14997 \end_inset
14998
14999 2
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 </row>
15014 <row>
15015 <cell alignment="center" valignment="top" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 \begin_inset ERT
15020 status collapsed
15021
15022 \begin_layout Plain Layout
15023
15024
15025 \backslash
15026 cmidrule(r){2-2}
15027 \end_layout
15028
15029 \end_inset
15030
15031
15032 \begin_inset ERT
15033 status collapsed
15034
15035 \begin_layout Plain Layout
15036
15037
15038 \backslash
15039 cmidrule(l){3-4}
15040 \end_layout
15041
15042 \end_inset
15043
15044
15045 \begin_inset ERT
15046 status collapsed
15047
15048 \begin_layout Plain Layout
15049
15050
15051 \backslash
15052 morecmidrules 
15053 \end_layout
15054
15055 \end_inset
15056
15057
15058 \begin_inset ERT
15059 status collapsed
15060
15061 \begin_layout Plain Layout
15062
15063
15064 \backslash
15065 cmidrule{2-4}
15066 \end_layout
15067
15068 \end_inset
15069
15070 検知器の厚み [
15071 \begin_inset Formula $\mu m$
15072 \end_inset
15073
15074 ]
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 300
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092 300
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 <cell alignment="center" valignment="top" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101 700
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 </row>
15107 <row>
15108 <cell alignment="center" valignment="top" topline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112 エッジ角 [度]
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" topline="true" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121 3.55
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130 2.71
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 <cell alignment="center" valignment="top" topline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139 7.99
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 </row>
15145 <row topspace="default">
15146 <cell alignment="center" valignment="top" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 空間分解能 [
15151 \begin_inset Formula $\mu m$
15152 \end_inset
15153
15154 ]
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 4.26
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172 10.17
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 10.56
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row topspace="default">
15188 <cell alignment="center" valignment="top" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 \begin_inset Formula $f_{\mathrm{max}}$
15193 \end_inset
15194
15195 におけるMTF
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 <cell alignment="center" valignment="top" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204 0.53
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 0.37
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 <cell alignment="center" valignment="top" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222 0.39
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 </row>
15228 <row>
15229 <cell alignment="center" valignment="top" topline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233 \begin_inset ERT
15234 status collapsed
15235
15236 \begin_layout Plain Layout
15237
15238
15239 \backslash
15240 morecmidrules 
15241 \end_layout
15242
15243 \end_inset
15244
15245
15246 \begin_inset ERT
15247 status collapsed
15248
15249 \begin_layout Plain Layout
15250
15251
15252 \backslash
15253 cmidrule{3-4}
15254 \end_layout
15255
15256 \end_inset
15257
15258 LSF空間分解能
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" topline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" topline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" topline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 <row>
15292 <cell alignment="center" valignment="top" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 \begin_inset Formula $\mu m$
15297 \end_inset
15298
15299 表示
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308 129.7
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 <cell alignment="center" valignment="top" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317 52.75
15318 \end_layout
15319
15320 \end_inset
15321 </cell>
15322 <cell alignment="center" valignment="top" usebox="none">
15323 \begin_inset Text
15324
15325 \begin_layout Plain Layout
15326 50.78
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 </row>
15332 <row>
15333 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337 ピクセルサイズに対する%表示
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346 76.3
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 95.9
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364 92.3
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 </row>
15370 </lyxtabular>
15371
15372 \end_inset
15373
15374
15375 \end_layout
15376
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \begin_layout Section
15383 表の垂直揃え
15384 \begin_inset Index idx
15385 status collapsed
15386
15387 \begin_layout Plain Layout
15388 ひょう@表 ! そろえ@揃え
15389 \end_layout
15390
15391 \end_inset
15392
15393
15394 \end_layout
15395
15396 \begin_layout Standard
15397 本文行中で表の垂直揃えをするには,その表をボックスの中に入れなくてはなりません.そうした上で,第
15398 \begin_inset CommandInset ref
15399 LatexCommand ref
15400 reference "sec:ボックスダイアログ"
15401
15402 \end_inset
15403
15404 節に述べられているように,ボックスの垂直揃えを行います.
15405 \end_layout
15406
15407 \begin_layout Standard
15408 以下の例では,各表は15
15409 \begin_inset space \thinspace{}
15410 \end_inset
15411
15412 列幅%を持つminipage
15413 \begin_inset Foot
15414 status collapsed
15415
15416 \begin_layout Plain Layout
15417 minipageは第
15418 \begin_inset CommandInset ref
15419 LatexCommand ref
15420 reference "sec:ミニページ"
15421
15422 \end_inset
15423
15424 節で説明されています.
15425 \end_layout
15426
15427 \end_inset
15428
15429 ボックスの中に入れてあります.
15430 \end_layout
15431
15432 \begin_layout Itemize
15433 動作試験 
15434 \begin_inset Box Frameless
15435 position "t"
15436 hor_pos "c"
15437 has_inner_box 1
15438 inner_pos "c"
15439 use_parbox 0
15440 use_makebox 0
15441 width "15col%"
15442 special "none"
15443 height "1in"
15444 height_special "totalheight"
15445 thickness "0.4pt"
15446 separation "3pt"
15447 shadowsize "4pt"
15448 framecolor "black"
15449 backgroundcolor "none"
15450 status collapsed
15451
15452 \begin_layout Plain Layout
15453 \begin_inset Tabular
15454 <lyxtabular version="3" rows="3" columns="3">
15455 <features tabularvalignment="middle">
15456 <column alignment="center" valignment="top">
15457 <column alignment="center" valignment="top">
15458 <column alignment="center" valignment="top">
15459 <row>
15460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Plain Layout
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473
15474 \end_layout
15475
15476 \end_inset
15477 </cell>
15478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15479 \begin_inset Text
15480
15481 \begin_layout Plain Layout
15482
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 </row>
15488 <row>
15489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502
15503 \end_layout
15504
15505 \end_inset
15506 </cell>
15507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15508 \begin_inset Text
15509
15510 \begin_layout Plain Layout
15511
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 </row>
15517 <row>
15518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15519 \begin_inset Text
15520
15521 \begin_layout Plain Layout
15522
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 </row>
15546 </lyxtabular>
15547
15548 \end_inset
15549
15550
15551 \end_layout
15552
15553 \end_inset
15554
15555  動作試験 
15556 \begin_inset ERT
15557 status collapsed
15558
15559 \begin_layout Plain Layout
15560
15561
15562 \backslash
15563 raisebox{0.85
15564 \backslash
15565 baselineskip}{
15566 \end_layout
15567
15568 \end_inset
15569
15570
15571 \begin_inset Box Frameless
15572 position "t"
15573 hor_pos "c"
15574 has_inner_box 1
15575 inner_pos "c"
15576 use_parbox 0
15577 use_makebox 0
15578 width "15col%"
15579 special "none"
15580 height "1in"
15581 height_special "totalheight"
15582 thickness "0.4pt"
15583 separation "3pt"
15584 shadowsize "4pt"
15585 framecolor "black"
15586 backgroundcolor "none"
15587 status collapsed
15588
15589 \begin_layout Plain Layout
15590 \begin_inset Tabular
15591 <lyxtabular version="3" rows="3" columns="3">
15592 <features tabularvalignment="middle">
15593 <column alignment="center" valignment="top">
15594 <column alignment="center" valignment="top">
15595 <column alignment="center" valignment="top">
15596 <row>
15597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 </row>
15625 <row>
15626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 </row>
15654 <row>
15655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 </row>
15683 </lyxtabular>
15684
15685 \end_inset
15686
15687
15688 \end_layout
15689
15690 \end_inset
15691
15692
15693 \begin_inset ERT
15694 status collapsed
15695
15696 \begin_layout Plain Layout
15697
15698 }
15699 \end_layout
15700
15701 \end_inset
15702
15703
15704 \end_layout
15705
15706 \begin_layout Itemize
15707 動作試験 
15708 \begin_inset Box Frameless
15709 position "c"
15710 hor_pos "c"
15711 has_inner_box 1
15712 inner_pos "c"
15713 use_parbox 0
15714 use_makebox 0
15715 width "15col%"
15716 special "none"
15717 height "1in"
15718 height_special "totalheight"
15719 thickness "0.4pt"
15720 separation "3pt"
15721 shadowsize "4pt"
15722 framecolor "black"
15723 backgroundcolor "none"
15724 status collapsed
15725
15726 \begin_layout Plain Layout
15727 \begin_inset Tabular
15728 <lyxtabular version="3" rows="3" columns="3">
15729 <features tabularvalignment="middle">
15730 <column alignment="center" valignment="top">
15731 <column alignment="center" valignment="top">
15732 <column alignment="center" valignment="top">
15733 <row>
15734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15744 \begin_inset Text
15745
15746 \begin_layout Plain Layout
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 </row>
15762 <row>
15763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 </row>
15791 <row>
15792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15802 \begin_inset Text
15803
15804 \begin_layout Plain Layout
15805
15806 \end_layout
15807
15808 \end_inset
15809 </cell>
15810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15811 \begin_inset Text
15812
15813 \begin_layout Plain Layout
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 </row>
15820 </lyxtabular>
15821
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \begin_layout Itemize
15833 動作試験 
15834 \begin_inset Box Frameless
15835 position "b"
15836 hor_pos "c"
15837 has_inner_box 1
15838 inner_pos "c"
15839 use_parbox 0
15840 use_makebox 0
15841 width "15col%"
15842 special "none"
15843 height "1in"
15844 height_special "totalheight"
15845 thickness "0.4pt"
15846 separation "3pt"
15847 shadowsize "4pt"
15848 framecolor "black"
15849 backgroundcolor "none"
15850 status collapsed
15851
15852 \begin_layout Plain Layout
15853 \begin_inset Tabular
15854 <lyxtabular version="3" rows="3" columns="3">
15855 <features tabularvalignment="middle">
15856 <column alignment="center" valignment="top">
15857 <column alignment="center" valignment="top">
15858 <column alignment="center" valignment="top">
15859 <row>
15860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 </row>
15888 <row>
15889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row>
15918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15937 \begin_inset Text
15938
15939 \begin_layout Plain Layout
15940
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 </row>
15946 </lyxtabular>
15947
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \end_inset
15954
15955  動作試験 
15956 \begin_inset ERT
15957 status collapsed
15958
15959 \begin_layout Plain Layout
15960
15961
15962 \backslash
15963 raisebox{-0.32
15964 \backslash
15965 baselineskip}{
15966 \end_layout
15967
15968 \end_inset
15969
15970
15971 \begin_inset Box Frameless
15972 position "b"
15973 hor_pos "c"
15974 has_inner_box 1
15975 inner_pos "c"
15976 use_parbox 0
15977 use_makebox 0
15978 width "15col%"
15979 special "none"
15980 height "1in"
15981 height_special "totalheight"
15982 thickness "0.4pt"
15983 separation "3pt"
15984 shadowsize "4pt"
15985 framecolor "black"
15986 backgroundcolor "none"
15987 status collapsed
15988
15989 \begin_layout Plain Layout
15990 \begin_inset Tabular
15991 <lyxtabular version="3" rows="3" columns="3">
15992 <features tabularvalignment="middle">
15993 <column alignment="center" valignment="top">
15994 <column alignment="center" valignment="top">
15995 <column alignment="center" valignment="top">
15996 <row>
15997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 </row>
16025 <row>
16026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16036 \begin_inset Text
16037
16038 \begin_layout Plain Layout
16039
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 </row>
16054 <row>
16055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 </row>
16083 </lyxtabular>
16084
16085 \end_inset
16086
16087
16088 \end_layout
16089
16090 \end_inset
16091
16092
16093 \begin_inset ERT
16094 status collapsed
16095
16096 \begin_layout Plain Layout
16097
16098 }
16099 \end_layout
16100
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \begin_layout Standard
16107 上記のとおり,表の第一行あるいは最終行の中身が,表外の本文行と揃っていません.これらを揃えるには,minipageボックスをraisebox
16108 \begin_inset Foot
16109 status collapsed
16110
16111 \begin_layout Plain Layout
16112 raiseboxは,第
16113 \begin_inset CommandInset ref
16114 LatexCommand ref
16115 reference "subsec:垂直揃え"
16116
16117 \end_inset
16118
16119 節で説明されています.
16120 \end_layout
16121
16122 \end_inset
16123
16124 の中に入れなくてはなりません.上記の例では,最初の項目の第二表は,ボックスの前に
16125 \end_layout
16126
16127 \begin_layout Standard
16128
16129 \series bold
16130
16131 \backslash
16132 raisebox{0.85
16133 \backslash
16134 baselineskip}{
16135 \end_layout
16136
16137 \begin_layout Standard
16138 という\SpecialChar TeX
16139 コードコマンドを使用して揃えています.ボックスの後には,閉じ括弧
16140 \series bold
16141 }
16142 \series default
16143 を\SpecialChar TeX
16144 コードとして挿入してあります.最後の項目の第二表には,
16145 \end_layout
16146
16147 \begin_layout Standard
16148
16149 \series bold
16150
16151 \backslash
16152 raisebox{-0.32
16153 \backslash
16154 baselineskip}{
16155 \end_layout
16156
16157 \begin_layout Standard
16158 というコマンドを使用しています.
16159 \end_layout
16160
16161 \begin_layout Standard
16162 \begin_inset Note Greyedout
16163 status open
16164
16165 \begin_layout Plain Layout
16166
16167 \series bold
16168 【註】
16169 \series default
16170 表の行の中身の周囲の本文行への揃えは,つねに同じ値をとるわけではありません.この揃え方に必要な
16171 \series bold
16172
16173 \backslash
16174 raisebox
16175 \series default
16176 コマンドの値は,文書フォントやフォント寸法,表罫線の線幅によって変わります.
16177 \end_layout
16178
16179 \end_inset
16180
16181
16182 \end_layout
16183
16184 \begin_layout Section
16185 色付きの表
16186 \begin_inset CommandInset label
16187 LatexCommand label
16188 name "sec:色付きの表"
16189
16190 \end_inset
16191
16192
16193 \begin_inset Index idx
16194 status collapsed
16195
16196 \begin_layout Plain Layout
16197 ひょう@表 ! いろつき@色付き
16198 \end_layout
16199
16200 \end_inset
16201
16202
16203 \end_layout
16204
16205 \begin_layout Subsection
16206 色付きのセル
16207 \begin_inset Index idx
16208 status collapsed
16209
16210 \begin_layout Plain Layout
16211 ひょうのいろ@表の色 ! せるぶ@セル部
16212 \end_layout
16213
16214 \end_inset
16215
16216
16217 \begin_inset Index idx
16218 status collapsed
16219
16220 \begin_layout Plain Layout
16221 いろつき@色付き ! ひょうせるぶ@表セル部
16222 \end_layout
16223
16224 \end_inset
16225
16226
16227 \end_layout
16228
16229 \begin_layout Standard
16230 \begin_inset Float table
16231 placement h
16232 alignment document
16233 wide false
16234 sideways false
16235 status open
16236
16237 \begin_layout Plain Layout
16238 \begin_inset Caption Standard
16239
16240 \begin_layout Plain Layout
16241 \begin_inset CommandInset label
16242 LatexCommand label
16243 name "tab:colortblなしの表"
16244
16245 \end_inset
16246
16247
16248 \series bold
16249 colortbl
16250 \series default
16251 パッケージを使用しない色付き表
16252 \begin_inset Argument 1
16253 status collapsed
16254
16255 \begin_layout Plain Layout
16256 colortblなしの表
16257 \end_layout
16258
16259 \end_inset
16260
16261
16262 \end_layout
16263
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \begin_layout Plain Layout
16270 \align center
16271 \begin_inset Tabular
16272 <lyxtabular version="3" rows="3" columns="3">
16273 <features tabularvalignment="middle">
16274 <column alignment="center" valignment="top">
16275 <column alignment="center" valignment="top">
16276 <column alignment="center" valignment="top">
16277 <row>
16278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282
16283 \color green
16284
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16290 \begin_inset Text
16291
16292 \begin_layout Plain Layout
16293
16294 \color red
16295
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Plain Layout
16304
16305 \color red
16306
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 </row>
16312 <row>
16313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16314 \begin_inset Text
16315
16316 \begin_layout Plain Layout
16317
16318 \color green
16319
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328
16329 \color blue
16330
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339
16340 \color blue
16341
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 </row>
16347 <row>
16348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352
16353 \color green
16354
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363
16364 \color blue
16365
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374
16375 \color blue
16376
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 </row>
16382 </lyxtabular>
16383
16384 \end_inset
16385
16386
16387 \end_layout
16388
16389 \end_inset
16390
16391
16392 \end_layout
16393
16394 \begin_layout Standard
16395 もし色の付いた文章が欲しいだけならば,そのセルを選択して,
16396 \family sans
16397 編集\SpecialChar menuseparator
16398 文字様式
16399 \family default
16400 メニューで色を選んでください.表
16401 \begin_inset CommandInset ref
16402 LatexCommand ref
16403 reference "tab:colortblなしの表"
16404
16405 \end_inset
16406
16407 を作るのに,この方法が使われています.それ以外の場合には,\SpecialChar LaTeX
16408 パッケージの
16409 \series bold
16410 colortbl
16411 \series default
16412
16413 \begin_inset Index idx
16414 status collapsed
16415
16416 \begin_layout Plain Layout
16417 \SpecialChar LaTeX
16418 ぱっけーじ@\SpecialChar LaTeX
16419 パッケージ ! colortbl
16420 \end_layout
16421
16422 \end_inset
16423
16424 を使用しなくてはなりません.
16425 \end_layout
16426
16427 \begin_layout Standard
16428 \begin_inset ERT
16429 status collapsed
16430
16431 \begin_layout Plain Layout
16432
16433
16434 \backslash
16435 ifcolortbl
16436 \end_layout
16437
16438 \end_inset
16439
16440
16441 \begin_inset Note Note
16442 status open
16443
16444 \begin_layout Plain Layout
16445 本節の以下の部分は,\SpecialChar LaTeX
16446 パッケージ
16447 \series bold
16448 colortbl
16449 \series default
16450 が導入済みのときのみ表示されます.
16451 \end_layout
16452
16453 \end_inset
16454
16455
16456 \end_layout
16457
16458 \begin_layout Standard
16459 色付きの表を作成するには,プリアンブルに
16460 \end_layout
16461
16462 \begin_layout Standard
16463
16464 \series bold
16465
16466 \backslash
16467 usepackage{colortbl}
16468 \end_layout
16469
16470 \begin_layout Standard
16471 という行を書いて
16472 \series bold
16473 colortbl
16474 \series default
16475 を読み込まなくてはなりません.列の色は,
16476 \series bold
16477 >{ }
16478 \series default
16479 コマンドの中に
16480 \end_layout
16481
16482 \begin_layout Standard
16483
16484 \series bold
16485
16486 \backslash
16487 columncolor{色彩名}
16488 \end_layout
16489
16490 \begin_layout Standard
16491 というコマンドを書いて指定することができます.
16492 \series bold
16493 >{}
16494 \series default
16495 コマンドに関する詳細は,第
16496 \begin_inset CommandInset ref
16497 LatexCommand ref
16498 reference "subsec:連結列の計算"
16499
16500 \end_inset
16501
16502 節に述べられています.
16503 \end_layout
16504
16505 \begin_layout Standard
16506 以下の色彩名が事前に定義されています.
16507 \end_layout
16508
16509 \begin_layout Standard
16510
16511 \family sans
16512 red
16513 \family default
16514
16515 \family sans
16516 green
16517 \family default
16518
16519 \family sans
16520 yellow
16521 \family default
16522
16523 \family sans
16524 blue
16525 \family default
16526
16527 \family sans
16528 cyan
16529 \family default
16530
16531 \family sans
16532 magenta
16533 \family default
16534
16535 \family sans
16536 black
16537 \family default
16538
16539 \family sans
16540 white
16541 \end_layout
16542
16543 \begin_layout Standard
16544 \begin_inset VSpace medskip
16545 \end_inset
16546
16547
16548 \end_layout
16549
16550 \begin_layout Standard
16551 また,文書設定中で,文書クラスオプションに
16552 \end_layout
16553
16554 \begin_layout Standard
16555
16556 \series bold
16557 dvipsnames
16558 \end_layout
16559
16560 \begin_layout Standard
16561 を与えると,さらに61色を使用することができます.これらの色は,附録
16562 \begin_inset CommandInset ref
16563 LatexCommand ref
16564 reference "chap:dvips色名一覧"
16565
16566 \end_inset
16567
16568 に列挙されています.それらの色の1つ,
16569 \family sans
16570 Maroon
16571 \family default
16572 が,例として表
16573 \begin_inset CommandInset ref
16574 LatexCommand ref
16575 reference "tab:色付き表"
16576
16577 \end_inset
16578
16579 に使用されています.
16580 \end_layout
16581
16582 \begin_layout Standard
16583 \begin_inset VSpace medskip
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \begin_layout Standard
16590 また
16591 \end_layout
16592
16593 \begin_layout Standard
16594
16595 \series bold
16596
16597 \backslash
16598 definecolor{色彩名}{色彩モデル}{色彩値}
16599 \end_layout
16600
16601 \begin_layout Standard
16602 というコマンドを使用すれば,自分自身の色彩を定義することができます.ここで色彩モデルは
16603 \end_layout
16604
16605 \begin_layout Labeling
16606 \labelwidthstring 00.00.0000
16607 cmyk: シアン(cyan)・マゼンタ(magenta)・黄(yellow)・黒(black)
16608 \end_layout
16609
16610 \begin_layout Labeling
16611 \labelwidthstring 00.00.0000
16612 rgb: 赤(red)・緑(green)・青(blue)
16613 \end_layout
16614
16615 \begin_layout Labeling
16616 \labelwidthstring 00.00.0000
16617 gray: グレー
16618 \end_layout
16619
16620 \begin_layout Standard
16621 から選択することができ,色彩値は,0から1の間の数字をコンマで区切ったもので,それぞれ当該色彩モデルにおける各色彩の大きさを示します.
16622 \end_layout
16623
16624 \begin_layout Standard
16625 たとえば,プリアンブルに
16626 \end_layout
16627
16628 \begin_layout Standard
16629
16630 \series bold
16631
16632 \backslash
16633 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
16634 \end_layout
16635
16636 \begin_layout Standard
16637 と書くことによって,「
16638 \emph on
16639 darkgreen
16640 \emph default
16641 」色を定義することができますし,
16642 \end_layout
16643
16644 \begin_layout Standard
16645
16646 \series bold
16647
16648 \backslash
16649 definecolor{lightgray}{gray}{0.8}
16650 \end_layout
16651
16652 \begin_layout Standard
16653 と書けば,「
16654 \emph on
16655 lightgray
16656 \emph default
16657 」色を定義することができます.
16658 \end_layout
16659
16660 \begin_layout Standard
16661 \begin_inset VSpace medskip
16662 \end_inset
16663
16664
16665 \end_layout
16666
16667 \begin_layout Standard
16668 罫線は
16669 \end_layout
16670
16671 \begin_layout Standard
16672
16673 \series bold
16674
16675 \backslash
16676 rowcolor{色彩名}
16677 \end_layout
16678
16679 \begin_layout Standard
16680 というコマンドを使用して色付けすることができ,セルは
16681 \end_layout
16682
16683 \begin_layout Standard
16684
16685 \series bold
16686
16687 \backslash
16688 cellcolor{色彩名}
16689 \end_layout
16690
16691 \begin_layout Standard
16692 というコマンドで色付けすることができます.どちらのコマンドも,セルの冒頭に\SpecialChar TeX
16693 コードで書き込みます.
16694 \end_layout
16695
16696 \begin_layout Standard
16697 表中の文字に色付けをするには,セルを選択してから,\SpecialChar LyX
16698 のメニュー
16699 \family sans
16700 編集\SpecialChar menuseparator
16701 文字様式
16702 \family default
16703 を使用します.セルに\SpecialChar TeX
16704 コードが入っている場合には,文章部分だけ選択してください.さもないと色付け指定された\SpecialChar TeX
16705 コードが\SpecialChar LaTeX
16706 エラーを引き起こしてしまいます.
16707 \end_layout
16708
16709 \begin_layout Standard
16710 \begin_inset Note Greyedout
16711 status open
16712
16713 \begin_layout Plain Layout
16714
16715 \series bold
16716 【註】
16717 \series default
16718 DVIビューアーのすべてが自己定義の色を表示できるわけではありません.
16719 \end_layout
16720
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \begin_layout Standard
16727 \begin_inset VSpace bigskip
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \begin_layout Standard
16734
16735 \begin_inset CommandInset ref
16736 LatexCommand ref
16737 reference "tab:色付き表"
16738
16739 \end_inset
16740
16741 を作成するには,以下のようにしてください.第一列の色は
16742 \emph on
16743 darkgreen
16744 \emph default
16745 にしたいので,この列の\SpecialChar LaTeX
16746 変数として
16747 \end_layout
16748
16749 \begin_layout Standard
16750
16751 \series bold
16752 >{
16753 \backslash
16754 columncolor{darkgreen}
16755 \backslash
16756 centering}c
16757 \end_layout
16758
16759 \begin_layout Standard
16760 と書き込みます.第一列は青にしたいので,この列の最初のセルに
16761 \end_layout
16762
16763 \begin_layout Standard
16764
16765 \series bold
16766
16767 \backslash
16768 rowcolow{cyan}
16769 \end_layout
16770
16771 \begin_layout Standard
16772 という\SpecialChar TeX
16773 コードコマンドを書き込みます.これによって,第一セルの列色指定が上書きされてしまうことに注意してください.最終行の最後のセルは,
16774 \end_layout
16775
16776 \begin_layout Standard
16777
16778 \series bold
16779
16780 \backslash
16781 cellcolor{Maroon}
16782 \end_layout
16783
16784 \begin_layout Standard
16785 という\SpecialChar TeX
16786 コードコマンドを書き込むことで,マルーンに色づけされています.この後,
16787 \family sans
16788 編集\SpecialChar menuseparator
16789 文字様式
16790 \family default
16791 メニューを使って,各文字に色付けをすることができます.
16792 \end_layout
16793
16794 \begin_layout Standard
16795 \begin_inset Float table
16796 placement h
16797 alignment document
16798 wide false
16799 sideways false
16800 status open
16801
16802 \begin_layout Plain Layout
16803 \begin_inset Caption Standard
16804
16805 \begin_layout Plain Layout
16806
16807 \series bold
16808 \begin_inset CommandInset label
16809 LatexCommand label
16810 name "tab:色付き表"
16811
16812 \end_inset
16813
16814 colortbl
16815 \series default
16816 パッケージを使用した色付き表
16817 \begin_inset Argument 1
16818 status collapsed
16819
16820 \begin_layout Plain Layout
16821 colortblを使った表
16822 \end_layout
16823
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \begin_layout Plain Layout
16835 \align center
16836 \begin_inset Tabular
16837 <lyxtabular version="3" rows="3" columns="3">
16838 <features tabularvalignment="middle">
16839 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
16840 <column alignment="center" valignment="top">
16841 <column alignment="center" valignment="top">
16842 <row>
16843 <cell alignment="center" valignment="top" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset ERT
16848 status collapsed
16849
16850 \begin_layout Plain Layout
16851
16852
16853 \backslash
16854 rowcolor{cyan}
16855 \end_layout
16856
16857 \end_inset
16858
16859
16860 \color magenta
16861
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \color red
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881
16882 \color red
16883
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 </row>
16889 <row>
16890 <cell alignment="center" valignment="top" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894
16895 \color yellow
16896
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905
16906 \color blue
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916
16917 \color blue
16918
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 </row>
16924 <row>
16925 <cell alignment="center" valignment="top" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929
16930 \color yellow
16931
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940
16941 \color blue
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 \begin_inset ERT
16952 status collapsed
16953
16954 \begin_layout Plain Layout
16955
16956
16957 \backslash
16958 cellcolor{Maroon}
16959 \end_layout
16960
16961 \end_inset
16962
16963
16964 \color green
16965
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 </row>
16971 </lyxtabular>
16972
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \begin_layout Standard
16984 \begin_inset ERT
16985 status collapsed
16986
16987 \begin_layout Plain Layout
16988
16989
16990 \backslash
16991 else
16992 \end_layout
16993
16994 \end_inset
16995
16996
16997 \begin_inset Note Note
16998 status open
16999
17000 \begin_layout Plain Layout
17001 以下は,\SpecialChar LaTeX
17002 パッケージ
17003 \series bold
17004 colortbl
17005 \series default
17006 が導入されていないときに表示されます.
17007 \end_layout
17008
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \begin_layout Standard
17015 この節の内容を出力で表示させるには,
17016 \series bold
17017 colortbl
17018 \series default
17019 パッケージを導入する必要があります.
17020 \end_layout
17021
17022 \begin_layout Standard
17023 \begin_inset ERT
17024 status collapsed
17025
17026 \begin_layout Plain Layout
17027
17028
17029 \backslash
17030 fi
17031 \end_layout
17032
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \begin_layout Subsection
17039 色付き行
17040 \begin_inset Index idx
17041 status collapsed
17042
17043 \begin_layout Plain Layout
17044 ひょうのいろ@表の色 ! ぎょうぜんたい@行全体
17045 \end_layout
17046
17047 \end_inset
17048
17049
17050 \begin_inset Index idx
17051 status collapsed
17052
17053 \begin_layout Plain Layout
17054 いろつき@色付き ! ひょうのぎょう@表の行
17055 \end_layout
17056
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \begin_layout Standard
17063 表の行を交互に色付けする必要がある場合,前節に述べたのとは別な方法があります.文書プリアンブルに
17064 \end_layout
17065
17066 \begin_layout Standard
17067
17068 \series bold
17069
17070 \backslash
17071 usepackage[table]{xcolor}
17072 \end_layout
17073
17074 \begin_layout Standard
17075 というコマンドを使用して,
17076 \series bold
17077 xcolor
17078 \series default
17079
17080 \begin_inset Index idx
17081 status collapsed
17082
17083 \begin_layout Plain Layout
17084 \SpecialChar LaTeX
17085 ぱっけーじ@\SpecialChar LaTeX
17086 パッケージ ! xcolor
17087 \begin_inset ERT
17088 status collapsed
17089
17090 \begin_layout Plain Layout
17091
17092
17093 \backslash
17094 vspace{4mm}
17095 \end_layout
17096
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \end_inset
17103
17104 パッケージを読み込むのです.
17105 \series bold
17106 xcolor
17107 \series default
17108 は,自動的に
17109 \series bold
17110 colortbl
17111 \series default
17112
17113 \begin_inset Index idx
17114 status collapsed
17115
17116 \begin_layout Plain Layout
17117 \SpecialChar LaTeX
17118 ぱっけーじ@\SpecialChar LaTeX
17119 パッケージ ! colortbl
17120 \end_layout
17121
17122 \end_inset
17123
17124 パッケージも読み込むので,\SpecialChar LaTeX
17125 エラーを防ぐためには,お使いの\SpecialChar LaTeX
17126 頒布版中に
17127 \series bold
17128 colortbl
17129 \series default
17130 も導入されていなくてはなりません.
17131 \end_layout
17132
17133 \begin_layout Standard
17134 \begin_inset ERT
17135 status collapsed
17136
17137 \begin_layout Plain Layout
17138
17139
17140 \backslash
17141 ifcolortbl
17142 \end_layout
17143
17144 \end_inset
17145
17146
17147 \begin_inset Note Note
17148 status open
17149
17150 \begin_layout Plain Layout
17151 本節の以下の部分は,\SpecialChar LaTeX
17152 パッケージ
17153 \series bold
17154 colortbl
17155 \series default
17156 が導入済みのときのみ表示されます.
17157 \end_layout
17158
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \begin_layout Standard
17165 表の行は,文書プリアンブル中か,色付けする最初の表の前に\SpecialChar TeX
17166 コードで
17167 \end_layout
17168
17169 \begin_layout Standard
17170
17171 \series bold
17172
17173 \backslash
17174 rowcolors[コマンド]{行番号}{奇数行の色}{偶数行の色}
17175 \end_layout
17176
17177 \begin_layout Standard
17178 というコマンドを使用すれば,色付けすることができます.ここで,「行番号」は,奇数行色で色付けする最初の行の番号です.「コマンド」は,各行の前で実行したいコマンド
17179 を付加する時に用います.したがって,例えば
17180 \end_layout
17181
17182 \begin_layout Standard
17183
17184 \series bold
17185
17186 \backslash
17187 rowcolors{1}{white}{lightgray}
17188 \end_layout
17189
17190 \begin_layout Standard
17191 というコマンドは,表
17192 \begin_inset CommandInset ref
17193 LatexCommand ref
17194 reference "tab:表-行色"
17195
17196 \end_inset
17197
17198 のようなカラースキームをもたらします.また,
17199 \end_layout
17200
17201 \begin_layout Standard
17202
17203 \series bold
17204
17205 \backslash
17206 rowcolors[
17207 \backslash
17208 hline]{1}{lightgray}{cyan}
17209 \end_layout
17210
17211 \begin_layout Standard
17212 というコマンドを用いると,表
17213 \begin_inset CommandInset ref
17214 LatexCommand ref
17215 reference "tab:表-行色-2"
17216
17217 \end_inset
17218
17219 のようなカラースキームになります.「奇数行の色」ないし「偶数行の色」(またはその両方)が空のときは,色付けはされませんので,
17220 \end_layout
17221
17222 \begin_layout Standard
17223
17224 \series bold
17225
17226 \backslash
17227 rowcolors{1}{}{}
17228 \end_layout
17229
17230 \begin_layout Standard
17231 というコマンドはすべての色付けを削除することになります.
17232 \series bold
17233
17234 \backslash
17235 rowcolors
17236 \series default
17237 は,コマンドに続くすべての表に影響を及ぼします.
17238 \end_layout
17239
17240 \begin_layout Standard
17241 \begin_inset ERT
17242 status open
17243
17244 \begin_layout Plain Layout
17245
17246
17247 \backslash
17248 rowcolors{1}{white}{lightgray}
17249 \end_layout
17250
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \begin_layout Standard
17257 \begin_inset Float table
17258 placement h
17259 alignment document
17260 wide false
17261 sideways false
17262 status open
17263
17264 \begin_layout Plain Layout
17265 \begin_inset Caption Standard
17266
17267 \begin_layout Plain Layout
17268 \begin_inset CommandInset label
17269 LatexCommand label
17270 name "tab:表-行色"
17271
17272 \end_inset
17273
17274 隔行が灰色に着色された表
17275 \end_layout
17276
17277 \end_inset
17278
17279
17280 \end_layout
17281
17282 \begin_layout Plain Layout
17283 \align center
17284 \begin_inset Tabular
17285 <lyxtabular version="3" rows="4" columns="3">
17286 <features tabularvalignment="middle">
17287 <column alignment="center" valignment="top">
17288 <column alignment="center" valignment="top" width="0pt">
17289 <column alignment="center" valignment="top" width="0pt">
17290 <row>
17291 <cell alignment="center" valignment="top" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 <cell alignment="center" valignment="top" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 <cell alignment="center" valignment="top" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 </row>
17319 <row>
17320 <cell alignment="center" valignment="top" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 1
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 <cell alignment="center" valignment="top" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333 2
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 <cell alignment="center" valignment="top" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 3
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 </row>
17348 <row>
17349 <cell alignment="center" valignment="top" usebox="none">
17350 \begin_inset Text
17351
17352 \begin_layout Plain Layout
17353 4
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 <cell alignment="center" valignment="top" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362 5
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell alignment="center" valignment="top" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 6
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 </row>
17377 <row>
17378 <cell alignment="center" valignment="top" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382 7
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell alignment="center" valignment="top" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 8
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 <cell alignment="center" valignment="top" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400 9
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 </row>
17406 </lyxtabular>
17407
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \end_inset
17414
17415
17416 \end_layout
17417
17418 \begin_layout Standard
17419 \begin_inset ERT
17420 status open
17421
17422 \begin_layout Plain Layout
17423
17424
17425 \backslash
17426 rowcolors[
17427 \backslash
17428 hline]{1}{lightgray}{cyan}
17429 \end_layout
17430
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \begin_layout Standard
17437 \begin_inset Float table
17438 placement h
17439 alignment document
17440 wide false
17441 sideways false
17442 status open
17443
17444 \begin_layout Plain Layout
17445 \begin_inset Caption Standard
17446
17447 \begin_layout Plain Layout
17448 \begin_inset CommandInset label
17449 LatexCommand label
17450 name "tab:表-行色-2"
17451
17452 \end_inset
17453
17454 隔行でシアン色に着色され,行間に線の入った表
17455 \end_layout
17456
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \begin_layout Plain Layout
17463 \align center
17464 \begin_inset Tabular
17465 <lyxtabular version="3" rows="4" columns="3">
17466 <features tabularvalignment="middle">
17467 <column alignment="center" valignment="top">
17468 <column alignment="center" valignment="top">
17469 <column alignment="center" valignment="top" width="0pt">
17470 <row>
17471 <cell alignment="center" valignment="top" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell alignment="center" valignment="top" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 </row>
17499 <row>
17500 <cell alignment="center" valignment="top" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 1
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell alignment="center" valignment="top" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513 2
17514 \end_layout
17515
17516 \end_inset
17517 </cell>
17518 <cell alignment="center" valignment="top" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522 3
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 </row>
17528 <row>
17529 <cell alignment="center" valignment="top" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533 4
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 5
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 6
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 </row>
17557 <row>
17558 <cell alignment="center" valignment="top" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 7
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 <cell alignment="center" valignment="top" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571 8
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 9
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 </row>
17586 </lyxtabular>
17587
17588 \end_inset
17589
17590
17591 \end_layout
17592
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \begin_layout Standard
17599 \begin_inset ERT
17600 status collapsed
17601
17602 \begin_layout Plain Layout
17603
17604
17605 \backslash
17606 rowcolors{1}{}{}
17607 \end_layout
17608
17609 \end_inset
17610
17611
17612 \begin_inset Note Note
17613 status collapsed
17614
17615 \begin_layout Plain Layout
17616 行色を解除
17617 \end_layout
17618
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \begin_layout Standard
17625 \begin_inset ERT
17626 status collapsed
17627
17628 \begin_layout Plain Layout
17629
17630
17631 \backslash
17632 else
17633 \end_layout
17634
17635 \end_inset
17636
17637
17638 \begin_inset Note Note
17639 status open
17640
17641 \begin_layout Plain Layout
17642 以下は,\SpecialChar LaTeX
17643 パッケージ
17644 \series bold
17645 colortbl
17646 \series default
17647 が導入されていないときに表示されます.
17648 \end_layout
17649
17650 \end_inset
17651
17652
17653 \end_layout
17654
17655 \begin_layout Standard
17656 この節の内容を出力で表示させるには,
17657 \series bold
17658 colortbl
17659 \series default
17660 パッケージを導入する必要があります.
17661 \end_layout
17662
17663 \begin_layout Standard
17664 \begin_inset ERT
17665 status collapsed
17666
17667 \begin_layout Plain Layout
17668
17669
17670 \backslash
17671 fi
17672 \end_layout
17673
17674 \end_inset
17675
17676
17677 \end_layout
17678
17679 \begin_layout Subsection
17680 色付き罫線
17681 \begin_inset Index idx
17682 status collapsed
17683
17684 \begin_layout Plain Layout
17685 ひょうのいろ@表の色 ! けいせんぶ@罫線部
17686 \end_layout
17687
17688 \end_inset
17689
17690
17691 \begin_inset Index idx
17692 status collapsed
17693
17694 \begin_layout Plain Layout
17695 いろつき@色付き ! ひょうけいせんぶ@表罫線部
17696 \end_layout
17697
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \begin_layout Standard
17704
17705 \begin_inset CommandInset ref
17706 LatexCommand ref
17707 reference "subsec:罫線幅"
17708
17709 \end_inset
17710
17711 節に述べられているように,表中の全罫線の線幅は,長さ
17712 \series bold
17713
17714 \backslash
17715 arrayrulewidth
17716 \series default
17717 を使って調節することができます.本節の表では,すべて1.5
17718 \begin_inset space \thinspace{}
17719 \end_inset
17720
17721 ptに設定されています.
17722 \begin_inset ERT
17723 status collapsed
17724
17725 \begin_layout Plain Layout
17726
17727
17728 \backslash
17729 setlength{
17730 \backslash
17731 arrayrulewidth}{1.5pt}
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Standard
17740 たとえば縦罫線を緑に着色するには,第
17741 \begin_inset CommandInset ref
17742 LatexCommand ref
17743 reference "subsec:自製書式"
17744
17745 \end_inset
17746
17747 節の説明にしたがって,以下の列書式を文書プリアンブル中で作成して下さい.
17748 \end_layout
17749
17750 \begin_layout Standard
17751
17752 \series bold
17753
17754 \backslash
17755 newcolumntype{W}{!{
17756 \backslash
17757 color{green}
17758 \backslash
17759 vline}}
17760 \end_layout
17761
17762 \begin_layout Standard
17763
17764 \begin_inset CommandInset ref
17765 LatexCommand ref
17766 reference "tab:色付き縦罫線の表"
17767
17768 \end_inset
17769
17770 では,最右列に\SpecialChar LaTeX
17771 変数
17772 \series bold
17773 WcW
17774 \series default
17775 ,他の列に\SpecialChar LaTeX
17776 変数
17777 \series bold
17778 Wc
17779 \series default
17780 が使用されています.
17781 \end_layout
17782
17783 \begin_layout Standard
17784 複数の色を用いたいときには,列書式をもっと定義してください.
17785 \end_layout
17786
17787 \begin_layout Standard
17788 \begin_inset Float table
17789 placement h
17790 alignment document
17791 wide false
17792 sideways false
17793 status open
17794
17795 \begin_layout Plain Layout
17796 \begin_inset Caption Standard
17797
17798 \begin_layout Plain Layout
17799 \begin_inset CommandInset label
17800 LatexCommand label
17801 name "tab:色付き縦罫線の表"
17802
17803 \end_inset
17804
17805 色付き縦罫線の表
17806 \end_layout
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \begin_layout Plain Layout
17814 \align center
17815 \begin_inset Tabular
17816 <lyxtabular version="3" rows="3" columns="3">
17817 <features tabularvalignment="middle">
17818 <column alignment="center" valignment="top" special="Wc">
17819 <column alignment="center" valignment="top" special="Wc">
17820 <column alignment="center" valignment="top" special="WcW">
17821 <row>
17822 <cell alignment="center" valignment="top" topline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 sd
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" topline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 <row>
17851 <cell alignment="center" valignment="top" topline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" topline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 sd
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 <cell alignment="center" valignment="top" topline="true" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 </row>
17879 <row>
17880 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 sd
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 </row>
17908 </lyxtabular>
17909
17910 \end_inset
17911
17912
17913 \end_layout
17914
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \begin_layout Standard
17921 \begin_inset VSpace bigskip
17922 \end_inset
17923
17924
17925 \begin_inset CommandInset ref
17926 LatexCommand ref
17927 reference "tab:色付き横罫線の表"
17928
17929 \end_inset
17930
17931 のように,たとえば横罫線を赤にしたいときには,表ないし表フロートの前に\SpecialChar TeX
17932 コードで
17933 \end_layout
17934
17935 \begin_layout Standard
17936
17937 \series bold
17938
17939 \backslash
17940 let
17941 \backslash
17942 myHlineC
17943 \backslash
17944 hline
17945 \begin_inset Newline newline
17946 \end_inset
17947
17948
17949 \backslash
17950 renewcommand{
17951 \backslash
17952 hline}
17953 \begin_inset Newline newline
17954 \end_inset
17955
17956
17957 \begin_inset Phantom HPhantom
17958 status open
17959
17960 \begin_layout Plain Layout
17961 \begin_inset space ~
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \end_inset
17968
17969 {
17970 \backslash
17971 arrayrulecolor{red}
17972 \backslash
17973 myHlineC
17974 \backslash
17975 arrayrulecolor{black}}
17976 \end_layout
17977
17978 \begin_layout Standard
17979 というコマンドを入力して下さい.
17980 \end_layout
17981
17982 \begin_layout Standard
17983 \begin_inset ERT
17984 status collapsed
17985
17986 \begin_layout Plain Layout
17987
17988
17989 \backslash
17990 let
17991 \backslash
17992 myHlineC
17993 \backslash
17994 hline
17995 \end_layout
17996
17997 \begin_layout Plain Layout
17998
17999
18000 \backslash
18001 renewcommand{
18002 \backslash
18003 hline}
18004 \end_layout
18005
18006 \begin_layout Plain Layout
18007
18008  {
18009 \backslash
18010 arrayrulecolor{red}
18011 \backslash
18012 myHlineC
18013 \backslash
18014 arrayrulecolor{black}}
18015 \end_layout
18016
18017 \end_inset
18018
18019
18020 \begin_inset Float table
18021 placement h
18022 alignment document
18023 wide false
18024 sideways false
18025 status open
18026
18027 \begin_layout Plain Layout
18028 \begin_inset Caption Standard
18029
18030 \begin_layout Plain Layout
18031 \begin_inset CommandInset label
18032 LatexCommand label
18033 name "tab:色付き横罫線の表"
18034
18035 \end_inset
18036
18037 色付き横罫線の表
18038 \end_layout
18039
18040 \end_inset
18041
18042
18043 \end_layout
18044
18045 \begin_layout Plain Layout
18046 \align center
18047 \begin_inset Tabular
18048 <lyxtabular version="3" rows="3" columns="3">
18049 <features tabularvalignment="middle">
18050 <column alignment="center" valignment="top">
18051 <column alignment="center" valignment="top">
18052 <column alignment="center" valignment="top">
18053 <row>
18054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18055 \begin_inset Text
18056
18057 \begin_layout Plain Layout
18058 sd
18059 \end_layout
18060
18061 \end_inset
18062 </cell>
18063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18064 \begin_inset Text
18065
18066 \begin_layout Plain Layout
18067
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 </row>
18082 <row>
18083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096 sd
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 </row>
18111 <row>
18112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 sd
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 </row>
18140 </lyxtabular>
18141
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \end_inset
18148
18149
18150 \end_layout
18151
18152 \begin_layout Standard
18153 既定値の黒罫線に戻るには,
18154 \end_layout
18155
18156 \begin_layout Standard
18157
18158 \series bold
18159
18160 \backslash
18161 renewcommand{
18162 \backslash
18163 hline}{
18164 \backslash
18165 myHlineC}
18166 \end_layout
18167
18168 \begin_layout Standard
18169 というコマンドを,表ないし表フロートの後に\SpecialChar TeX
18170 コードで入力して下さい.表
18171 \begin_inset CommandInset ref
18172 LatexCommand ref
18173 reference "tab:色付き罫線の表"
18174
18175 \end_inset
18176
18177 は,縦横罫線を着色した例です.
18178 \end_layout
18179
18180 \begin_layout Standard
18181 \begin_inset Float table
18182 placement h
18183 alignment document
18184 wide false
18185 sideways false
18186 status open
18187
18188 \begin_layout Plain Layout
18189 \begin_inset Caption Standard
18190
18191 \begin_layout Plain Layout
18192 \begin_inset CommandInset label
18193 LatexCommand label
18194 name "tab:色付き罫線の表"
18195
18196 \end_inset
18197
18198 色付き罫線の表
18199 \end_layout
18200
18201 \end_inset
18202
18203
18204 \end_layout
18205
18206 \begin_layout Plain Layout
18207 \align center
18208 \begin_inset Tabular
18209 <lyxtabular version="3" rows="3" columns="3">
18210 <features tabularvalignment="middle">
18211 <column alignment="center" valignment="top" special="Wc">
18212 <column alignment="center" valignment="top" special="Wc">
18213 <column alignment="center" valignment="top" special="WcW">
18214 <row>
18215 <cell alignment="center" valignment="top" topline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 sd
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 <cell alignment="center" valignment="top" topline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 <cell alignment="center" valignment="top" topline="true" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 </row>
18243 <row>
18244 <cell alignment="center" valignment="top" topline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 <cell alignment="center" valignment="top" topline="true" usebox="none">
18254 \begin_inset Text
18255
18256 \begin_layout Plain Layout
18257 sd
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 <cell alignment="center" valignment="top" topline="true" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 </row>
18272 <row topspace="default">
18273 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18283 \begin_inset Text
18284
18285 \begin_layout Plain Layout
18286
18287 \end_layout
18288
18289 \end_inset
18290 </cell>
18291 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295 sd
18296 \end_layout
18297
18298 \end_inset
18299 </cell>
18300 </row>
18301 </lyxtabular>
18302
18303 \end_inset
18304
18305
18306 \end_layout
18307
18308 \end_inset
18309
18310
18311 \end_layout
18312
18313 \begin_layout Standard
18314 \begin_inset ERT
18315 status collapsed
18316
18317 \begin_layout Plain Layout
18318
18319
18320 \backslash
18321 renewcommand{
18322 \backslash
18323 hline}{
18324 \backslash
18325 myHlineC}
18326 \end_layout
18327
18328 \end_inset
18329
18330
18331 \end_layout
18332
18333 \begin_layout Standard
18334 \begin_inset ERT
18335 status collapsed
18336
18337 \begin_layout Plain Layout
18338
18339
18340 \backslash
18341 setlength{
18342 \backslash
18343 arrayrulewidth}{1.2pt}
18344 \end_layout
18345
18346 \end_inset
18347
18348
18349 \end_layout
18350
18351 \begin_layout Standard
18352 一部の罫線のみを着色するには,別の攻略法が必要です.以後の横罫線を全て着色するには,下記のコマンドを,最初の着色罫線の直前に来る行の,行末の\SpecialChar TeX
18353 コードとして挿入して
18354 ください.
18355 \end_layout
18356
18357 \begin_layout Standard
18358
18359 \series bold
18360
18361 \backslash
18362
18363 \backslash
18364
18365 \backslash
18366 arrayrulecolor{blue}%
18367 \end_layout
18368
18369 \begin_layout Standard
18370 黒色の罫線に戻るには,黒色罫線の直前に来る行の行頭に下記のコマンドを加えてください.
18371 \end_layout
18372
18373 \begin_layout Standard
18374
18375 \series bold
18376
18377 \backslash
18378 arrayrulecolor{black}
18379 \end_layout
18380
18381 \begin_layout Standard
18382 このようにして,表
18383 \begin_inset CommandInset ref
18384 LatexCommand ref
18385 reference "tab:着色水平罫線表"
18386
18387 \end_inset
18388
18389 のように罫線に色をつけることができます.しかしながら,この方法では,表の最初の行の上の罫線は着色することはできません.
18390 \end_layout
18391
18392 \begin_layout Standard
18393 \begin_inset Float table
18394 placement document
18395 alignment document
18396 wide false
18397 sideways false
18398 status open
18399
18400 \begin_layout Plain Layout
18401 \begin_inset Caption Standard
18402
18403 \begin_layout Plain Layout
18404 \begin_inset CommandInset label
18405 LatexCommand label
18406 name "tab:着色水平罫線表"
18407
18408 \end_inset
18409
18410 異なる色の横罫線を持つ表
18411 \end_layout
18412
18413 \end_inset
18414
18415
18416 \end_layout
18417
18418 \begin_layout Plain Layout
18419 \align center
18420 \begin_inset Tabular
18421 <lyxtabular version="3" rows="6" columns="7">
18422 <features tabularvalignment="middle">
18423 <column alignment="center" valignment="top">
18424 <column alignment="center" valignment="top">
18425 <column alignment="center" valignment="top">
18426 <column alignment="center" valignment="top">
18427 <column alignment="center" valignment="top">
18428 <column alignment="center" valignment="top">
18429 <column alignment="center" valignment="top">
18430 <row>
18431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" topline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" topline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 <cell alignment="center" valignment="top" topline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" topline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 <cell alignment="center" valignment="top" topline="true" usebox="none">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
18486 \begin_inset Text
18487
18488 \begin_layout Plain Layout
18489 \begin_inset ERT
18490 status open
18491
18492 \begin_layout Plain Layout
18493
18494
18495 \backslash
18496
18497 \backslash
18498
18499 \backslash
18500 arrayrulecolor{blue}%
18501 \end_layout
18502
18503 \end_inset
18504
18505
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 </row>
18511 <row>
18512 <cell alignment="center" valignment="top" usebox="none">
18513 \begin_inset Text
18514
18515 \begin_layout Plain Layout
18516 Y
18517 \end_layout
18518
18519 \end_inset
18520 </cell>
18521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18531 \begin_inset Text
18532
18533 \begin_layout Plain Layout
18534
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 Y
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 </row>
18576 <row>
18577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581 \begin_inset ERT
18582 status open
18583
18584 \begin_layout Plain Layout
18585
18586
18587 \backslash
18588 arrayrulecolor{black}
18589 \end_layout
18590
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell alignment="center" valignment="top" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell alignment="center" valignment="top" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 <cell alignment="center" valignment="top" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 </row>
18653 <row>
18654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658
18659 \end_layout
18660
18661 \end_inset
18662 </cell>
18663 <cell alignment="center" valignment="top" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712 \begin_inset ERT
18713 status collapsed
18714
18715 \begin_layout Plain Layout
18716
18717
18718 \backslash
18719
18720 \backslash
18721
18722 \backslash
18723 arrayrulecolor{green}%
18724 \end_layout
18725
18726 \end_inset
18727
18728
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 </row>
18734 <row>
18735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 </row>
18799 <row>
18800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 \begin_inset ERT
18805 status collapsed
18806
18807 \begin_layout Plain Layout
18808
18809
18810 \backslash
18811 arrayrulecolor{black}
18812 \end_layout
18813
18814 \end_inset
18815
18816 B
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18822 \begin_inset Text
18823
18824 \begin_layout Plain Layout
18825
18826 \end_layout
18827
18828 \end_inset
18829 </cell>
18830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870 \begin_inset ERT
18871 status collapsed
18872
18873 \begin_layout Plain Layout
18874
18875
18876 \backslash
18877
18878 \backslash
18879
18880 \backslash
18881 arrayrulecolor{blue}%
18882 \end_layout
18883
18884 \end_inset
18885
18886
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 </row>
18892 </lyxtabular>
18893
18894 \end_inset
18895
18896
18897 \end_layout
18898
18899 \end_inset
18900
18901
18902 \end_layout
18903
18904 \begin_layout Standard
18905
18906 \begin_inset CommandInset ref
18907 LatexCommand ref
18908 reference "tab:別色縦罫線表"
18909
18910 \end_inset
18911
18912 のように行内の縦罫線の色を変更するには,連結列を使う必要があります.まず始めに,列全体に渡らない縦罫線を全て削除します.それから,前例のように,全罫線を以下のコ
18913 マンドを使って着色します.
18914 \end_layout
18915
18916 \begin_layout Standard
18917
18918 \series bold
18919
18920 \backslash
18921
18922 \backslash
18923
18924 \backslash
18925 arrayrulecolor{blue}%
18926 \end_layout
18927
18928 \begin_layout Standard
18929 最後に,縦罫線の色を変える必要のある行の全てのセルに\SpecialChar TeX
18930 コードで下記のコマンドを挿入します.
18931 \end_layout
18932
18933 \begin_layout Standard
18934
18935 \series bold
18936
18937 \backslash
18938 multicolumn{1}{!{
18939 \backslash
18940 color{green}
18941 \backslash
18942 vline}c!{
18943 \backslash
18944 color{red}
18945 \backslash
18946 vline}}{
18947 \end_layout
18948
18949 \begin_layout Standard
18950 これで,セルの両側に縦罫線が追加され,左側の罫線は緑,右側の罫線は赤になります.色を変える必要がなければ,上記コマンド中,
18951 \series bold
18952
18953 \backslash
18954 color
18955 \series default
18956 コマンドは要りません.黒の左罫線と青の右罫線を得るには,全罫線がすでに青に設定されていますので,
18957 \end_layout
18958
18959 \begin_layout Standard
18960
18961 \series bold
18962
18963 \backslash
18964 multicolumn{1}{!{
18965 \backslash
18966 color{black}
18967 \backslash
18968 vline}c|}{
18969 \end_layout
18970
18971 \begin_layout Standard
18972 と書きます.ここで,
18973 \series bold
18974 |
18975 \series default
18976 は縦罫線を生成しますが,
18977 \series bold
18978
18979 \backslash
18980 color
18981 \series default
18982 が使用されている時には,
18983 \series bold
18984
18985 \backslash
18986 vline
18987 \series default
18988 が同じ働きをします.色を全く変えないで縦罫線を設定するには,
18989 \end_layout
18990
18991 \begin_layout Standard
18992
18993 \series bold
18994
18995 \backslash
18996 multicolumn{1}{|c|}{
18997 \end_layout
18998
18999 \begin_layout Standard
19000 とします.このコマンドの後に,セルの内容を通常通り挿入し,\SpecialChar TeX
19001 コードで閉じ括弧
19002 \series bold
19003 }
19004 \series default
19005 を入れてセルを終わります.
19006 \end_layout
19007
19008 \begin_layout Standard
19009 \begin_inset Float table
19010 placement document
19011 alignment document
19012 wide false
19013 sideways false
19014 status open
19015
19016 \begin_layout Plain Layout
19017 \begin_inset Caption Standard
19018
19019 \begin_layout Plain Layout
19020 \begin_inset CommandInset label
19021 LatexCommand label
19022 name "tab:別色縦罫線表"
19023
19024 \end_inset
19025
19026 一行中に異なる色の縦罫線を持つ表
19027 \end_layout
19028
19029 \end_inset
19030
19031
19032 \end_layout
19033
19034 \begin_layout Plain Layout
19035 \align center
19036 \begin_inset Tabular
19037 <lyxtabular version="3" rows="5" columns="7">
19038 <features tabularvalignment="middle">
19039 <column alignment="center" valignment="top">
19040 <column alignment="center" valignment="top">
19041 <column alignment="center" valignment="top">
19042 <column alignment="center" valignment="top">
19043 <column alignment="center" valignment="top">
19044 <column alignment="center" valignment="top">
19045 <column alignment="center" valignment="top">
19046 <row>
19047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 <cell alignment="center" valignment="top" topline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 <cell alignment="center" valignment="top" topline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 <cell alignment="center" valignment="top" topline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Plain Layout
19078
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 <cell alignment="center" valignment="top" topline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 <cell alignment="center" valignment="top" topline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 \begin_inset ERT
19106 status open
19107
19108 \begin_layout Plain Layout
19109
19110
19111 \backslash
19112
19113 \backslash
19114
19115 \backslash
19116 arrayrulecolor{red}%
19117 \end_layout
19118
19119 \end_inset
19120
19121
19122 \end_layout
19123
19124 \end_inset
19125 </cell>
19126 </row>
19127 <row>
19128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 \begin_inset ERT
19133 status open
19134
19135 \begin_layout Plain Layout
19136
19137
19138 \backslash
19139 multicolumn{1}{!{
19140 \backslash
19141 color{black}
19142 \backslash
19143 vline}c|}{
19144 \end_layout
19145
19146 \end_inset
19147
19148 Y
19149 \begin_inset ERT
19150 status collapsed
19151
19152 \begin_layout Plain Layout
19153
19154 }
19155 \end_layout
19156
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19165 \begin_inset Text
19166
19167 \begin_layout Plain Layout
19168
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \end_layout
19197
19198 \end_inset
19199 </cell>
19200 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19201 \begin_inset Text
19202
19203 \begin_layout Plain Layout
19204 \begin_inset ERT
19205 status open
19206
19207 \begin_layout Plain Layout
19208
19209
19210 \backslash
19211 multicolumn{1}{c|}{
19212 \end_layout
19213
19214 \end_inset
19215
19216
19217 \begin_inset ERT
19218 status collapsed
19219
19220 \begin_layout Plain Layout
19221
19222 }
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \end_inset
19231 </cell>
19232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236 \begin_inset ERT
19237 status open
19238
19239 \begin_layout Plain Layout
19240
19241
19242 \backslash
19243 multicolumn{1}{c!{
19244 \backslash
19245 color{black}
19246 \backslash
19247 vline}}{
19248 \end_layout
19249
19250 \end_inset
19251
19252 Y
19253 \begin_inset ERT
19254 status collapsed
19255
19256 \begin_layout Plain Layout
19257
19258 }
19259 \end_layout
19260
19261 \end_inset
19262
19263
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 </row>
19269 <row>
19270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 \begin_inset ERT
19275 status collapsed
19276
19277 \begin_layout Plain Layout
19278
19279
19280 \backslash
19281 arrayrulecolor{black}
19282 \end_layout
19283
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 <cell alignment="center" valignment="top" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 <cell alignment="center" valignment="top" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 \begin_inset ERT
19341 status collapsed
19342
19343 \begin_layout Plain Layout
19344
19345
19346 \backslash
19347
19348 \backslash
19349
19350 \backslash
19351 arrayrulecolor{magenta}%
19352 \end_layout
19353
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 </row>
19362 <row>
19363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 \begin_inset ERT
19368 status collapsed
19369
19370 \begin_layout Plain Layout
19371
19372
19373 \backslash
19374 multicolumn{1}{|c!{
19375 \backslash
19376 color{red}
19377 \backslash
19378 vline}}{
19379 \end_layout
19380
19381 \end_inset
19382
19383
19384 \begin_inset ERT
19385 status collapsed
19386
19387 \begin_layout Plain Layout
19388
19389 }
19390 \end_layout
19391
19392 \end_inset
19393
19394
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403 \begin_inset ERT
19404 status collapsed
19405
19406 \begin_layout Plain Layout
19407
19408
19409 \backslash
19410 multicolumn{1}{c!{
19411 \backslash
19412 color{green}
19413 \backslash
19414 vline}}{
19415 \end_layout
19416
19417 \end_inset
19418
19419
19420 \begin_inset ERT
19421 status collapsed
19422
19423 \begin_layout Plain Layout
19424
19425 }
19426 \end_layout
19427
19428 \end_inset
19429
19430
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439 \begin_inset ERT
19440 status collapsed
19441
19442 \begin_layout Plain Layout
19443
19444
19445 \backslash
19446 multicolumn{1}{c!{
19447 \backslash
19448 color{yellow}
19449 \backslash
19450 vline}}{
19451 \end_layout
19452
19453 \end_inset
19454
19455
19456 \begin_inset ERT
19457 status collapsed
19458
19459 \begin_layout Plain Layout
19460
19461 }
19462 \end_layout
19463
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475 \begin_inset ERT
19476 status collapsed
19477
19478 \begin_layout Plain Layout
19479
19480
19481 \backslash
19482 multicolumn{1}{c!{
19483 \backslash
19484 color{blue}
19485 \backslash
19486 vline}}{
19487 \end_layout
19488
19489 \end_inset
19490
19491
19492 \begin_inset ERT
19493 status collapsed
19494
19495 \begin_layout Plain Layout
19496
19497 }
19498 \end_layout
19499
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511 \begin_inset ERT
19512 status collapsed
19513
19514 \begin_layout Plain Layout
19515
19516
19517 \backslash
19518 multicolumn{1}{c!{
19519 \backslash
19520 color{cyan}
19521 \backslash
19522 vline}}{
19523 \end_layout
19524
19525 \end_inset
19526
19527
19528 \begin_inset ERT
19529 status collapsed
19530
19531 \begin_layout Plain Layout
19532
19533 }
19534 \end_layout
19535
19536 \end_inset
19537
19538
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 \begin_inset ERT
19548 status collapsed
19549
19550 \begin_layout Plain Layout
19551
19552
19553 \backslash
19554 multicolumn{1}{c!{
19555 \backslash
19556 color{black}
19557 \backslash
19558 vline}}{
19559 \end_layout
19560
19561 \end_inset
19562
19563
19564 \begin_inset ERT
19565 status collapsed
19566
19567 \begin_layout Plain Layout
19568
19569 }
19570 \end_layout
19571
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583 \begin_inset ERT
19584 status collapsed
19585
19586 \begin_layout Plain Layout
19587
19588
19589 \backslash
19590 multicolumn{1}{c|}{
19591 \end_layout
19592
19593 \end_inset
19594
19595
19596 \begin_inset ERT
19597 status collapsed
19598
19599 \begin_layout Plain Layout
19600
19601 }
19602 \end_layout
19603
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 <row>
19613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 \begin_inset ERT
19618 status collapsed
19619
19620 \begin_layout Plain Layout
19621
19622
19623 \backslash
19624 arrayrulecolor{black}
19625 \end_layout
19626
19627 \end_inset
19628
19629 B
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 </row>
19689 </lyxtabular>
19690
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \begin_layout Standard
19702 \begin_inset ERT
19703 status collapsed
19704
19705 \begin_layout Plain Layout
19706
19707
19708 \backslash
19709 setlength{
19710 \backslash
19711 arrayrulewidth}{0.4pt}
19712 \end_layout
19713
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \begin_layout Section
19720 表セルの回転
19721 \begin_inset CommandInset label
19722 LatexCommand label
19723 name "sec:表セルの回転"
19724
19725 \end_inset
19726
19727
19728 \begin_inset Index idx
19729 status collapsed
19730
19731 \begin_layout Plain Layout
19732 ひょう@表 ! せるのかいてん@セルの回転
19733 \end_layout
19734
19735 \end_inset
19736
19737
19738 \begin_inset Index idx
19739 status collapsed
19740
19741 \begin_layout Plain Layout
19742 かいてん@回転 ! そざいの@素材の—
19743 \end_layout
19744
19745 \end_inset
19746
19747
19748 \end_layout
19749
19750 \begin_layout Standard
19751 \begin_inset Note Greyedout
19752 status open
19753
19754 \begin_layout Plain Layout
19755
19756 \series bold
19757 【註】
19758 \series default
19759 すべてのDVIビューアが回転表示できるわけではありません.
19760 \end_layout
19761
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \begin_layout Standard
19768 と入れてください.表
19769 \begin_inset CommandInset ref
19770 LatexCommand ref
19771 reference "tab:回転表"
19772
19773 \end_inset
19774
19775 は,3つのセルを45°回転させた用例です.
19776 \end_layout
19777
19778 \begin_layout Standard
19779 \begin_inset Float table
19780 placement document
19781 alignment document
19782 wide false
19783 sideways false
19784 status open
19785
19786 \begin_layout Plain Layout
19787 \begin_inset Caption Standard
19788
19789 \begin_layout Plain Layout
19790 \begin_inset CommandInset label
19791 LatexCommand label
19792 name "tab:回転表"
19793
19794 \end_inset
19795
19796 1行目に回転セルのある表
19797 \end_layout
19798
19799 \end_inset
19800
19801
19802 \end_layout
19803
19804 \begin_layout Plain Layout
19805 \noindent
19806 \align center
19807 \begin_inset Tabular
19808 <lyxtabular version="3" rows="2" columns="3">
19809 <features tabularvalignment="middle">
19810 <column alignment="center" valignment="top" width="0pt">
19811 <column alignment="center" valignment="top" width="0pt">
19812 <column alignment="center" valignment="top" width="0pt">
19813 <row>
19814 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 コップ
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836 受け皿
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 </row>
19842 <row>
19843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847 45
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 33
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 21
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 </row>
19871 </lyxtabular>
19872
19873 \end_inset
19874
19875
19876 \end_layout
19877
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \begin_layout Standard
19884 \begin_inset Note Greyedout
19885 status open
19886
19887 \begin_layout Plain Layout
19888
19889 \series bold
19890 【註】
19891 \series default
19892 回転セル中では,改行(
19893 \begin_inset Flex Ruby
19894 status collapsed
19895
19896 \begin_layout Plain Layout
19897 捷径
19898 \begin_inset Argument post:1
19899 status collapsed
19900
19901 \begin_layout Plain Layout
19902 ショートカット
19903 \end_layout
19904
19905 \end_inset
19906
19907
19908 \end_layout
19909
19910 \end_inset
19911
19912
19913 \begin_inset Info
19914 type  "shortcut"
19915 arg   "newline-insert newline"
19916 \end_inset
19917
19918 )はできません.
19919 \end_layout
19920
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \begin_layout Standard
19927 改行を含むセルを回転させたい場合には,セルの内容をminipageかparboxに置かなくてはなりません
19928 \begin_inset Foot
19929 status collapsed
19930
19931 \begin_layout Plain Layout
19932 これらのボックスについて詳しくは,第
19933 \begin_inset CommandInset ref
19934 LatexCommand ref
19935 reference "sec:ミニページ"
19936
19937 \end_inset
19938
19939 節および第
19940 \begin_inset CommandInset ref
19941 LatexCommand ref
19942 reference "sec:Parboxes"
19943
19944 \end_inset
19945
19946 節をご覧ください.
19947 \end_layout
19948
19949 \end_inset
19950
19951 .このセルを90
19952 \begin_inset space \thinspace{}
19953 \end_inset
19954
19955 °回転させると,ボックス幅はセルの高さになります.
19956 \lang english
19957 To avoid to estimate a suitable box width one can use a minipage with a
19958  variable width.
19959  Such a box is inserted by loading the module 
19960 \family sans
19961 Variable-width
19962 \begin_inset space ~
19963 \end_inset
19964
19965 Minipages
19966 \family default
19967  in the document settings.
19968  Then one can use the menu 
19969 \family sans
19970 Insert\SpecialChar menuseparator
19971 Custom
19972 \begin_inset space ~
19973 \end_inset
19974
19975 Insets\SpecialChar menuseparator
19976 Minipage
19977 \begin_inset space ~
19978 \end_inset
19979
19980
19981 \family default
19982 (Var.
19983 \begin_inset space ~
19984 \end_inset
19985
19986 Width)
19987 \lang japanese
19988 .表
19989 \begin_inset CommandInset ref
19990 LatexCommand ref
19991 reference "tab:表多行回転"
19992
19993 \end_inset
19994
19995
19996 \lang english
19997 is an example for a rotated multiline cell where a variable width minipage
19998  is used
19999 \lang japanese
20000
20001 \end_layout
20002
20003 \begin_layout Standard
20004 \begin_inset Float table
20005 placement document
20006 alignment document
20007 wide false
20008 sideways false
20009 status open
20010
20011 \begin_layout Plain Layout
20012 \begin_inset Caption Standard
20013
20014 \begin_layout Plain Layout
20015 \begin_inset CommandInset label
20016 LatexCommand label
20017 name "tab:表多行回転"
20018
20019 \end_inset
20020
20021 多行セルを回転させた表
20022 \end_layout
20023
20024 \end_inset
20025
20026
20027 \end_layout
20028
20029 \begin_layout Plain Layout
20030 \noindent
20031 \align center
20032 \begin_inset Tabular
20033 <lyxtabular version="3" rows="2" columns="3">
20034 <features tabularvalignment="middle">
20035 <column alignment="center" valignment="top">
20036 <column alignment="center" valignment="top" width="0pt">
20037 <column alignment="center" valignment="top">
20038 <row>
20039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20040 \begin_inset Text
20041
20042 \begin_layout Plain Layout
20043
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 \begin_inset Flex Minipage (Var. Width)
20053 status open
20054
20055 \begin_layout Plain Layout
20056 改行を含む
20057 \begin_inset Newline newline
20058 \end_inset
20059
20060 回転
20061 \begin_inset space ~
20062 \end_inset
20063
20064
20065 \end_layout
20066
20067 \end_inset
20068
20069
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 <row>
20085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 </row>
20113 </lyxtabular>
20114
20115 \end_inset
20116
20117
20118 \end_layout
20119
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \begin_layout Section
20126 表幅の計算
20127 \begin_inset CommandInset label
20128 LatexCommand label
20129 name "sec:表幅の計算"
20130
20131 \end_inset
20132
20133
20134 \end_layout
20135
20136 \begin_layout Standard
20137 幅広の表では,表がページ余白に突き出てしまわないように調整するのが難しいことがあります.表中の全列に固定幅を設定する方法もありますが,では各列にどれくらいの幅を
20138 設ければ良いのでしょうか?
20139 \end_layout
20140
20141 \begin_layout Standard
20142 表幅
20143 \begin_inset Formula $W_{\text{表}}$
20144 \end_inset
20145
20146 は計算することができます.各列の実際の幅は,指定した列幅
20147 \begin_inset Formula $W_{\text{列}}$
20148 \end_inset
20149
20150 に,列の内容と列罫線との間の余白(\SpecialChar LaTeX
20151
20152 \series bold
20153
20154 \backslash
20155 tabcolsep
20156 \series default
20157 ・既定値6
20158 \begin_inset space \thinspace{}
20159 \end_inset
20160
20161 pt)の2倍と,罫線幅(\SpecialChar LaTeX
20162
20163 \series bold
20164
20165 \backslash
20166 arrayrulewidth
20167 \series default
20168 ・既定値0.4
20169 \begin_inset space \thinspace{}
20170 \end_inset
20171
20172 pt)を加えたものになります.したがって,もし同じ幅の
20173 \begin_inset Formula $n$
20174 \end_inset
20175
20176 列を作るならば,表幅は
20177 \begin_inset Formula 
20178 \begin{equation}
20179 W_{\text{表}}=n\left(W_{\text{列}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
20180 \end{equation}
20181
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \begin_layout Standard
20188 となります.表が使用できる幅は,ページ余白の間の幅か,本文段幅(二段組文書の場合)です(\SpecialChar LaTeX
20189
20190 \series bold
20191
20192 \backslash
20193 columnwidth
20194 \series default
20195 ).表の列をすべて同じ幅にするとすれば,
20196 \begin_inset Formula $W_{\text{表}}$
20197 \end_inset
20198
20199 が1
20200 \begin_inset space \thinspace{}
20201 \end_inset
20202
20203
20204 \backslash
20205 columnwidthになりますので,
20206 \begin_inset Formula $W_{\text{列}}$
20207 \end_inset
20208
20209 は簡単に計算できます.
20210 \end_layout
20211
20212 \begin_layout Standard
20213 計算を行わせる場合には,文書プリアンブル中で\SpecialChar LaTeX
20214 パッケージ
20215 \series bold
20216 calc
20217 \series default
20218
20219 \begin_inset Index idx
20220 status collapsed
20221
20222 \begin_layout Plain Layout
20223 \SpecialChar LaTeX
20224 ぱっけーじ@\SpecialChar LaTeX
20225 パッケージ ! calc
20226 \end_layout
20227
20228 \end_inset
20229
20230 を読みこませる必要があります.表ダイアログ中で幅を設定するには,
20231 \family sans
20232 \SpecialChar LaTeX
20233 の引数
20234 \family default
20235 フィールドに書きこまなくてはなりません.このフィールドのコマンドスキームは,第
20236 \begin_inset CommandInset ref
20237 LatexCommand ref
20238 reference "subsec:連結列の計算"
20239
20240 \end_inset
20241
20242 節で説明したのと同様です.同幅中央揃え5列の表ならば,各列の同フィールドに
20243 \end_layout
20244
20245 \begin_layout Standard
20246
20247 \series bold
20248 >{
20249 \backslash
20250 centering}p{(1
20251 \backslash
20252 columnwidth-62.4pt)/5}
20253 \end_layout
20254
20255 \begin_layout Standard
20256 というコマンドを入力します.5列の表で,うち2列が他の3列の幅の0.75倍であるような表の場合には,計算は
20257 \begin_inset Formula 
20258 \begin{align}
20259 \backslash\mbox{columnwidth} & =3\,W_{\text{列}}+2\cdot0.75\,W_{\text{列}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20260  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20261  & =4.5\,W_{\text{列}}+62.4\,\mathrm{pt}\nonumber \\
20262 W_{\text{列}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20263 \end{align}
20264
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \begin_layout Standard
20271 となります.したがって,表中の広い列には
20272 \end_layout
20273
20274 \begin_layout Standard
20275
20276 \series bold
20277 >{
20278 \backslash
20279 centering}p{(1
20280 \backslash
20281 columnwidth-62.4pt)/
20282 \backslash
20283 real{4.5}}
20284 \end_layout
20285
20286 \begin_layout Standard
20287 というコマンドを用い,狭い列には
20288 \end_layout
20289
20290 \begin_layout Standard
20291
20292 \series bold
20293 >{
20294 \backslash
20295 centering}p{(1
20296 \backslash
20297 columnwidth-62.4pt)/
20298 \backslash
20299 real{4.5}*
20300 \backslash
20301 real{0.75}}
20302 \end_layout
20303
20304 \begin_layout Standard
20305 というコマンドを用いることにすると,以下の表が出来上がります.
20306 \end_layout
20307
20308 \begin_layout Standard
20309 \begin_inset Tabular
20310 <lyxtabular version="3" rows="2" columns="5">
20311 <features tabularvalignment="middle">
20312 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20313 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20314 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20315 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20316 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20317 <row>
20318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 1
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331 2
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340 3
20341 \end_layout
20342
20343 \end_inset
20344 </cell>
20345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349 4
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358 5
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 </row>
20364 <row>
20365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369 111111 1111111 111111 111111111 11111 11111 1111
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387 2222 22222 222222 222222222 2222222 22 22222
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Plain Layout
20396
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405 333333 333333 333333 33333 3333333 333
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 </row>
20411 </lyxtabular>
20412
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \begin_layout Section
20419 表の調整
20420 \begin_inset Index idx
20421 status collapsed
20422
20423 \begin_layout Plain Layout
20424 ひょうのちょうせい@表の調整
20425 \end_layout
20426
20427 \end_inset
20428
20429
20430 \begin_inset Index idx
20431 status collapsed
20432
20433 \begin_layout Plain Layout
20434 ひょう@表 ! ちょうせい@調整
20435 \end_layout
20436
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \begin_layout Subsection
20443 行の余白取り
20444 \begin_inset CommandInset label
20445 LatexCommand label
20446 name "subsec:行の余白取り"
20447
20448 \end_inset
20449
20450
20451 \begin_inset Index idx
20452 status collapsed
20453
20454 \begin_layout Plain Layout
20455 ひょうのちょうせい@表の調整 ! ぎょうのよはくどり@行の余白取り
20456 \end_layout
20457
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \begin_layout Standard
20464 表の設定ダイアログの
20465 \family sans
20466 罫線
20467 \family default
20468 タブで,表の行に縦方向の余白を加えることができます.ここでは三つのことができます.
20469 \end_layout
20470
20471 \begin_layout Description
20472 行上 これは表の行の文字上に余白を追加します.もし表がフォーマル様式の表
20473 \begin_inset Foot
20474 status collapsed
20475
20476 \begin_layout Plain Layout
20477 フォーマル様式の表は第
20478 \begin_inset CommandInset ref
20479 LatexCommand ref
20480 reference "sec:フォーマル様式の表"
20481
20482 \end_inset
20483
20484 節で説明されています.
20485 \end_layout
20486
20487 \end_inset
20488
20489 ならば,\SpecialChar LyX
20490 は既定値として0.5
20491 \begin_inset space \thinspace{}
20492 \end_inset
20493
20494 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20495 \begin_inset VSpace medskip
20496 \end_inset
20497
20498
20499 \begin_inset Newline newline
20500 \end_inset
20501
20502
20503 \begin_inset space \hspace*{}
20504 \length 0pt
20505 \end_inset
20506
20507
20508 \begin_inset space \hfill{}
20509 \end_inset
20510
20511
20512 \begin_inset Tabular
20513 <lyxtabular version="3" rows="3" columns="1">
20514 <features tabularvalignment="middle">
20515 <column alignment="center" valignment="top">
20516 <row>
20517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 </row>
20527 <row topspace="3mm">
20528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532 行上に3
20533 \begin_inset space \thinspace{}
20534 \end_inset
20535
20536 mmの余白
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 </row>
20542 <row>
20543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20544 \begin_inset Text
20545
20546 \begin_layout Plain Layout
20547
20548 \end_layout
20549
20550 \end_inset
20551 </cell>
20552 </row>
20553 </lyxtabular>
20554
20555 \end_inset
20556
20557
20558 \begin_inset space \hfill{}
20559 \end_inset
20560
20561
20562 \begin_inset space \hspace*{}
20563 \length 0pt
20564 \end_inset
20565
20566
20567 \begin_inset VSpace medskip
20568 \end_inset
20569
20570
20571 \begin_inset Newline newline
20572 \end_inset
20573
20574 したがって,通常表の行上に余白を加えるのは,縦罫線がないときのみに使用することができます.
20575 \end_layout
20576
20577 \begin_layout Description
20578 行下 これは表の行の文字下に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20579 は既定値として0.5
20580 \begin_inset space \thinspace{}
20581 \end_inset
20582
20583 emの余白を挿入し,通常の表ならば既定値として2
20584 \begin_inset space \thinspace{}
20585 \end_inset
20586
20587 ptを挿入します.
20588 \end_layout
20589
20590 \begin_layout Description
20591 行間 これは表の現在行と次の行の間に余白を追加します.もし表がフォーマル様式の表ならば,\SpecialChar LyX
20592 は既定値として0.5
20593 \begin_inset space \thinspace{}
20594 \end_inset
20595
20596 emの余白を挿入します.通常の表の場合には,余白を追加すると,残念ながら以下の表のように縦罫線が破壊されてしまいます.
20597 \begin_inset VSpace medskip
20598 \end_inset
20599
20600
20601 \begin_inset Newline newline
20602 \end_inset
20603
20604
20605 \begin_inset space \hspace*{}
20606 \length 0pt
20607 \end_inset
20608
20609
20610 \begin_inset space \hfill{}
20611 \end_inset
20612
20613
20614 \begin_inset Tabular
20615 <lyxtabular version="3" rows="3" columns="1">
20616 <features tabularvalignment="middle">
20617 <column alignment="center" valignment="top">
20618 <row>
20619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 </row>
20629 <row interlinespace="3mm">
20630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634 \begin_inset Formula $\downarrow$
20635 \end_inset
20636
20637  行間に3
20638 \begin_inset space \thinspace{}
20639 \end_inset
20640
20641 mmの余白 
20642 \begin_inset Formula $\downarrow$
20643 \end_inset
20644
20645
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 </row>
20651 <row>
20652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656 \begin_inset Formula $\uparrow$
20657 \end_inset
20658
20659  行間に3
20660 \begin_inset space \thinspace{}
20661 \end_inset
20662
20663 mmの余白 
20664 \begin_inset Formula $\uparrow$
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 </lyxtabular>
20674
20675 \end_inset
20676
20677
20678 \begin_inset space \hfill{}
20679 \end_inset
20680
20681
20682 \begin_inset space \hspace*{}
20683 \length 0pt
20684 \end_inset
20685
20686
20687 \begin_inset VSpace medskip
20688 \end_inset
20689
20690
20691 \begin_inset Newline newline
20692 \end_inset
20693
20694 したがって,通常表の行間に余白を加えるのは,縦罫線がないときのみに使用することができます.
20695 \end_layout
20696
20697 \begin_layout Standard
20698 \begin_inset VSpace bigskip
20699 \end_inset
20700
20701 すべての表の全セルの高さを上げたい場合には,以下の行をプリアンブルに加えることによって実現できます.
20702 \end_layout
20703
20704 \begin_layout Standard
20705
20706 \series bold
20707
20708 \backslash
20709 @ifundefined{extrarowheight}
20710 \begin_inset Newline newline
20711 \end_inset
20712
20713
20714 \begin_inset Phantom HPhantom
20715 status open
20716
20717 \begin_layout Plain Layout
20718 \begin_inset space ~
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \end_inset
20725
20726 {
20727 \backslash
20728 usepackage{array}}{}
20729 \begin_inset Newline newline
20730 \end_inset
20731
20732
20733 \backslash
20734 setlength{
20735 \backslash
20736 extrarowheight}{高さ}
20737 \series default
20738
20739 \begin_inset Note Note
20740 status collapsed
20741
20742 \begin_layout Plain Layout
20743 自己定義の表書式を用いると,\SpecialChar LyX
20744 は自動的に
20745 \series bold
20746 array
20747 \series default
20748 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
20749 \series bold
20750
20751 \backslash
20752 @ifundefined
20753 \series default
20754 が使用されています.
20755 \end_layout
20756
20757 \end_inset
20758
20759
20760 \end_layout
20761
20762 \begin_layout Standard
20763 というコマンドを書き加えて下さい.ここで「高さ」には,付録
20764 \begin_inset CommandInset ref
20765 LatexCommand ref
20766 reference "cha:LyXで使用できる単位"
20767
20768 \end_inset
20769
20770 に挙げられている単位を取ることができます.しかしこの方法は,セル内の文章が縦方向に中央揃えにならないという欠点があります.
20771 \end_layout
20772
20773 \begin_layout Standard
20774 標準大よりも大きいフォント寸法を使用している場合には,文字が表罫線に近寄りすぎることがよくあります.これは,表の行の最初に\SpecialChar TeX
20775 コードで
20776 \series bold
20777
20778 \backslash
20779 strut
20780 \series default
20781 コマンドを挿入することで補正することができます.表
20782 \begin_inset CommandInset ref
20783 LatexCommand ref
20784 reference "tab:垂直揃え"
20785
20786 \end_inset
20787
20788 は,この効果を示したものです.
20789 \end_layout
20790
20791 \begin_layout Standard
20792 \noindent
20793 \begin_inset Float table
20794 placement h
20795 alignment document
20796 wide false
20797 sideways false
20798 status open
20799
20800 \begin_layout Plain Layout
20801 \begin_inset Caption Standard
20802
20803 \begin_layout Plain Layout
20804 \begin_inset CommandInset label
20805 LatexCommand label
20806 name "tab:垂直揃え"
20807
20808 \end_inset
20809
20810 大きなフォント寸法の文章の垂直揃え
20811 \end_layout
20812
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \begin_layout Plain Layout
20819 \begin_inset space \hfill{}
20820 \end_inset
20821
20822
20823 \begin_inset Float table
20824 placement document
20825 alignment document
20826 wide false
20827 sideways false
20828 status collapsed
20829
20830 \begin_layout Plain Layout
20831 \begin_inset Caption Standard
20832
20833 \begin_layout Plain Layout
20834 通常の表
20835 \end_layout
20836
20837 \end_inset
20838
20839
20840 \end_layout
20841
20842 \begin_layout Plain Layout
20843 \noindent
20844 \align center
20845 \begin_inset Tabular
20846 <lyxtabular version="3" rows="6" columns="1">
20847 <features tabularvalignment="middle">
20848 <column alignment="left" valignment="top">
20849 <row>
20850 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20851 \begin_inset Text
20852
20853 \begin_layout Plain Layout
20854 ふつう, g
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row>
20861 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865
20866 \size large
20867 やや大
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 <row>
20874 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878
20879 \size larger
20880
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 </row>
20886 <row>
20887 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891
20892 \size largest
20893 極大
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 </row>
20899 <row>
20900 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904
20905 \size huge
20906 極々大
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 </row>
20912 <row>
20913 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917
20918 \size giant
20919 最大
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 </row>
20925 </lyxtabular>
20926
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933
20934
20935 \begin_inset space \hfill{}
20936 \end_inset
20937
20938
20939 \begin_inset Float table
20940 placement document
20941 alignment document
20942 wide false
20943 sideways false
20944 status collapsed
20945
20946 \begin_layout Plain Layout
20947 \begin_inset Caption Standard
20948
20949 \begin_layout Plain Layout
20950
20951 \series bold
20952
20953 \backslash
20954 strut
20955 \series default
20956 コマンドを使用した表
20957 \end_layout
20958
20959 \end_inset
20960
20961
20962 \end_layout
20963
20964 \begin_layout Plain Layout
20965 \noindent
20966 \align center
20967 \begin_inset Tabular
20968 <lyxtabular version="3" rows="6" columns="1">
20969 <features tabularvalignment="middle">
20970 <column alignment="left" valignment="top">
20971 <row>
20972 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976 ふつう, g
20977 \end_layout
20978
20979 \end_inset
20980 </cell>
20981 </row>
20982 <row>
20983 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987
20988 \size large
20989 \begin_inset ERT
20990 status collapsed
20991
20992 \begin_layout Plain Layout
20993
20994
20995 \backslash
20996 strut 
20997 \end_layout
20998
20999 \end_inset
21000
21001 やや大
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 </row>
21007 <row>
21008 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012
21013 \size larger
21014 \begin_inset ERT
21015 status collapsed
21016
21017 \begin_layout Plain Layout
21018
21019
21020 \backslash
21021 strut 
21022 \end_layout
21023
21024 \end_inset
21025
21026
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 </row>
21032 <row>
21033 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21034 \begin_inset Text
21035
21036 \begin_layout Plain Layout
21037
21038 \size largest
21039 \begin_inset ERT
21040 status collapsed
21041
21042 \begin_layout Plain Layout
21043
21044
21045 \backslash
21046 strut 
21047 \end_layout
21048
21049 \end_inset
21050
21051 極大
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 </row>
21057 <row>
21058 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21059 \begin_inset Text
21060
21061 \begin_layout Plain Layout
21062
21063 \size huge
21064 \begin_inset ERT
21065 status collapsed
21066
21067 \begin_layout Plain Layout
21068
21069
21070 \backslash
21071 strut 
21072 \end_layout
21073
21074 \end_inset
21075
21076 極々大
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 </row>
21082 <row>
21083 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087
21088 \size giant
21089 \begin_inset ERT
21090 status collapsed
21091
21092 \begin_layout Plain Layout
21093
21094
21095 \backslash
21096 strut 
21097 \end_layout
21098
21099 \end_inset
21100
21101 最大
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 </row>
21107 </lyxtabular>
21108
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \end_inset
21115
21116
21117 \begin_inset space \hfill{}
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \begin_layout Subsection
21129 特殊なセル揃え
21130 \begin_inset CommandInset label
21131 LatexCommand label
21132 name "subsec:特殊なセル揃え"
21133
21134 \end_inset
21135
21136
21137 \begin_inset Index idx
21138 status collapsed
21139
21140 \begin_layout Plain Layout
21141 ひょうのちょうせい@表の調整 ! とくしゅなせるぞろえ@特殊なセル揃え
21142 \end_layout
21143
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \begin_layout Standard
21150 ときには表
21151 \begin_inset CommandInset ref
21152 LatexCommand ref
21153 reference "tab:表セル"
21154
21155 \end_inset
21156
21157 の小数点のように,同一列の各セルの内容が,特定の文字で揃えられた方が見栄えの良いことがあります.この揃え方は,当該列にカーソルを置いて,ツールバーボタン
21158 \begin_inset Info
21159 type  "icon"
21160 arg   "tabular-feature align-decimal"
21161 \end_inset
21162
21163 を押すか,表設定中で揃えを
21164 \family sans
21165 小数点で
21166 \family default
21167 に設定します.
21168 \end_layout
21169
21170 \begin_layout Standard
21171 \begin_inset Float table
21172 placement h
21173 alignment document
21174 wide false
21175 sideways false
21176 status open
21177
21178 \begin_layout Plain Layout
21179 \begin_inset Caption Standard
21180
21181 \begin_layout Plain Layout
21182 \begin_inset CommandInset label
21183 LatexCommand label
21184 name "tab:表セル"
21185
21186 \end_inset
21187
21188 一列が小数点で揃えられた表セル
21189 \end_layout
21190
21191 \end_inset
21192
21193
21194 \end_layout
21195
21196 \begin_layout Plain Layout
21197 \align center
21198 \begin_inset Tabular
21199 <lyxtabular version="3" rows="4" columns="1">
21200 <features booktabs="true" tabularvalignment="middle">
21201 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
21202 <row>
21203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207 見出し
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 </row>
21213 <row>
21214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 12.6
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 </row>
21224 <row>
21225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229 0.68
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 </row>
21235 <row>
21236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 -123.0
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 </row>
21246 </lyxtabular>
21247
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \end_inset
21254
21255
21256 \end_layout
21257
21258 \begin_layout Standard
21259 \begin_inset Float table
21260 placement h
21261 alignment document
21262 wide false
21263 sideways false
21264 status open
21265
21266 \begin_layout Plain Layout
21267 \begin_inset Caption Standard
21268
21269 \begin_layout Plain Layout
21270 \begin_inset CommandInset label
21271 LatexCommand label
21272 name "tab:演算子揃え表"
21273
21274 \end_inset
21275
21276 一列が演算子で揃えられた表セル
21277 \end_layout
21278
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \begin_layout Plain Layout
21285 \align center
21286 \begin_inset Tabular
21287 <lyxtabular version="3" rows="4" columns="2">
21288 <features booktabs="true" tabularvalignment="middle">
21289 <column alignment="right" valignment="top" width="0pt">
21290 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21291 <row>
21292 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296 見出し
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 </row>
21311 <row>
21312 <cell alignment="center" valignment="top" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316 \begin_inset Formula $12\,+$
21317 \end_inset
21318
21319
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 <cell alignment="center" valignment="top" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 \begin_inset Formula $\,6$
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row>
21338 <cell alignment="center" valignment="top" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 \begin_inset Formula $0\,-$
21343 \end_inset
21344
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 \begin_inset Formula $\,68$
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 </row>
21363 <row>
21364 <cell alignment="center" valignment="top" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $-123\,/$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 <cell alignment="center" valignment="top" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380 \begin_inset Formula $\,0$
21381 \end_inset
21382
21383
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 </row>
21389 </lyxtabular>
21390
21391 \end_inset
21392
21393
21394 \end_layout
21395
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \begin_layout Standard
21402 揃え文字を指定するフィールドには,数式を用いることができないので,この方法を使って,数式中の文字で揃えることはできません.このような場合には,表
21403 \begin_inset CommandInset ref
21404 LatexCommand ref
21405 reference "tab:演算子揃え表"
21406
21407 \end_inset
21408
21409 のような方法を用いる必要があります.この表は,4
21410 \begin_inset Formula $\times$
21411 \end_inset
21412
21413 2表として作成されており,見出しは中央揃え連結列です.第1列には,右揃えで演算子を含む前半部を収め,第2列には,左揃えで残りを収めます.演算子の周りに通常加えら
21414 れる空白を得るために,第2列の各セルの冒頭には,小空白が加えられています.通常,表の列間に加えられる余白を削るために,
21415 \end_layout
21416
21417 \begin_layout Standard
21418
21419 \series bold
21420 @{}l
21421 \end_layout
21422
21423 \begin_layout Standard
21424 という\SpecialChar LaTeX
21425 引数を第2列に指定します.
21426 \end_layout
21427
21428 \begin_layout Standard
21429
21430 \begin_inset CommandInset ref
21431 LatexCommand ref
21432 reference "tab:表セル揃え"
21433
21434 \end_inset
21435
21436 は,揃え方の例をいくつか示しています.関係子で揃えるために,表
21437 \begin_inset CommandInset ref
21438 LatexCommand ref
21439 reference "tab:演算子揃え表"
21440
21441 \end_inset
21442
21443 の冒頭には,小空白が加えられています.
21444 \end_layout
21445
21446 \begin_layout Standard
21447 \begin_inset Float table
21448 placement document
21449 alignment document
21450 wide false
21451 sideways false
21452 status open
21453
21454 \begin_layout Plain Layout
21455 \begin_inset Caption Standard
21456
21457 \begin_layout Plain Layout
21458 \begin_inset CommandInset label
21459 LatexCommand label
21460 name "tab:表セル揃え"
21461
21462 \end_inset
21463
21464 表セルの揃えの例
21465 \end_layout
21466
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \begin_layout Plain Layout
21473 \align center
21474 \begin_inset Tabular
21475 <lyxtabular version="3" rows="4" columns="6">
21476 <features tabularvalignment="middle">
21477 <column alignment="right" valignment="top">
21478 <column alignment="left" valignment="top" special="@{}l">
21479 <column alignment="right" valignment="top">
21480 <column alignment="left" valignment="top" special="@{}l">
21481 <column alignment="right" valignment="top">
21482 <column alignment="left" valignment="top" special="@{}l">
21483 <row>
21484 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488 単位
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506 冪数
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524 関係子
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 </row>
21539 <row>
21540 <cell alignment="center" valignment="top" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 12
21545 \begin_inset Formula $\times$
21546 \end_inset
21547
21548
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 24本の瓶
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 \begin_inset Formula $10\cdot$
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 \begin_inset Formula $10^{\mbox{-}17}$
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 <cell alignment="center" valignment="top" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590 \begin_inset Formula $\Gamma(t)\propto$
21591 \end_inset
21592
21593
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 <cell alignment="center" valignment="top" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602 \begin_inset Formula $\:\Upsilon(t)$
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \end_inset
21609 </cell>
21610 </row>
21611 <row>
21612 <cell alignment="center" valignment="top" usebox="none">
21613 \begin_inset Text
21614
21615 \begin_layout Plain Layout
21616 1024
21617 \begin_inset Formula $\times$
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629 768ピクセル
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 <cell alignment="center" valignment="top" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638 \begin_inset Formula $5.78\cdot$
21639 \end_inset
21640
21641
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 \begin_inset Formula $10^{7}$
21651 \end_inset
21652
21653
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 \begin_inset Formula $A\ne$
21663 \end_inset
21664
21665
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 <cell alignment="center" valignment="top" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674 \begin_inset Formula $\:B_{\mathrm{red}}$
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 <row>
21684 <cell alignment="center" valignment="top" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688 32
21689 \begin_inset Formula $\times$
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701 6
21702 \begin_inset space \thinspace{}
21703 \end_inset
21704
21705 cm
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 <cell alignment="center" valignment="top" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714 -
21715 \begin_inset Formula $33.5\cdot$
21716 \end_inset
21717
21718
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 \begin_inset Formula $10^{4}$
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 <cell alignment="center" valignment="top" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739 \begin_inset Formula $\sin(\alpha)\ge$
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 \begin_inset Formula $\:\sin(\beta)$
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 </lyxtabular>
21761
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \begin_layout Subsection
21773 自製のセル書式および列書式
21774 \begin_inset CommandInset label
21775 LatexCommand label
21776 name "subsec:自製書式"
21777
21778 \end_inset
21779
21780
21781 \begin_inset Index idx
21782 status collapsed
21783
21784 \begin_layout Plain Layout
21785 ひょうのちょうせい@表の調整 ! せるとれつのしょしき@セルと列の書式
21786 \end_layout
21787
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \begin_layout Standard
21794
21795 \begin_inset CommandInset ref
21796 LatexCommand ref
21797 reference "sec:表幅の計算"
21798
21799 \end_inset
21800
21801 節のようにして通常列の必要幅を計算したり,第
21802 \begin_inset CommandInset ref
21803 LatexCommand ref
21804 reference "subsec:連結列の計算"
21805
21806 \end_inset
21807
21808 節のように連結列の必要幅を計算したりするのは,計算の必要な表が複数あるときには,とても大変です.そこで楽をするために,プリアンブルでセル・列書式を定義してしまえ
21809 ば,それを文書中のすべての表で使うことができます.書式は,以下のように定義します.
21810 \end_layout
21811
21812 \begin_layout Standard
21813
21814 \series bold
21815
21816 \backslash
21817 newcolumntype{書式名}[引数の数]{コマンド}
21818 \end_layout
21819
21820 \begin_layout Standard
21821 書式名は,一文字だけでも構いません.
21822 \emph on
21823 b
21824 \emph default
21825
21826 \emph on
21827 c
21828 \emph default
21829
21830 \emph on
21831 l
21832 \emph default
21833
21834 \emph on
21835 m
21836 \emph default
21837
21838 \emph on
21839 p
21840 \emph default
21841
21842 \emph on
21843 r
21844 \emph default
21845 の文字は定義済みですので使用することができませんが,これらの文字の大文字は使用可能です.
21846 \end_layout
21847
21848 \begin_layout Standard
21849 \begin_inset VSpace medskip
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \begin_layout Standard
21856 固定幅の縦横中央揃えの連結列セルの場合は,以下のセル書式を定義するとよいでしょう.
21857 \end_layout
21858
21859 \begin_layout Standard
21860
21861 \series bold
21862
21863 \backslash
21864 newcolumntype{M}[1]{>{
21865 \backslash
21866 centering
21867 \backslash
21868 hspace{0pt}}m{#1}}
21869 \end_layout
21870
21871 \begin_layout Standard
21872 ここで
21873 \series bold
21874
21875 \backslash
21876 hspace{0pt}
21877 \series default
21878 は,第
21879 \begin_inset CommandInset ref
21880 LatexCommand ref
21881 reference "subsec:複数行"
21882
21883 \end_inset
21884
21885 節で述べたように,最初の単語がハイフネートされる問題を回避するためのものです.すると連結列を作成する際には,表ダイアログの
21886 \family sans
21887 \SpecialChar LaTeX
21888 の引数
21889 \family default
21890
21891 \end_layout
21892
21893 \begin_layout Standard
21894
21895 \series bold
21896 M{width}
21897 \end_layout
21898
21899 \begin_layout Standard
21900 と入力するだけですみます.
21901 \end_layout
21902
21903 \begin_layout Standard
21904 \begin_inset VSpace bigskip
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \begin_layout Standard
21911 連結列セルにまたがられる各セルについては,以下の書式を定義するとよいでしょう.
21912 \end_layout
21913
21914 \begin_layout Standard
21915
21916 \series bold
21917
21918 \backslash
21919 newcolumntype{S}[2]{>{
21920 \backslash
21921 centering
21922 \backslash
21923 hspace{0pt}}
21924 \begin_inset Newline newline
21925 \end_inset
21926
21927
21928 \begin_inset Phantom HPhantom
21929 status open
21930
21931 \begin_layout Plain Layout
21932
21933 \series bold
21934
21935 \backslash
21936 newcolumntype
21937 \end_layout
21938
21939 \end_inset
21940
21941 m{(#1+(2
21942 \backslash
21943 tabcolsep+
21944 \backslash
21945 arrayrulewidth)*(1-#2))/#2}}
21946 \end_layout
21947
21948 \begin_layout Standard
21949 この書式は,またがられる各セルが同じ幅になる幅を計算するのに,第
21950 \begin_inset CommandInset ref
21951 LatexCommand eqref
21952 reference "eq:Wgn"
21953
21954 \end_inset
21955
21956 式を使用しています.
21957 \end_layout
21958
21959 \begin_layout Standard
21960 こうしておけば,当該セルの\SpecialChar LaTeX
21961 引数に
21962 \end_layout
21963
21964 \begin_layout Standard
21965
21966 \series bold
21967 S{連結列セルの幅}{連結列セルがまたがる列の数}
21968 \end_layout
21969
21970 \begin_layout Standard
21971 と入力するだけですみます.
21972 \end_layout
21973
21974 \begin_layout Standard
21975 \begin_inset VSpace bigskip
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \begin_layout Standard
21982 色付き列については,以下のように定義するとよいでしょう.
21983 \end_layout
21984
21985 \begin_layout Standard
21986
21987 \series bold
21988
21989 \backslash
21990 newcolumntype{K}[1]{>{
21991 \backslash
21992 columncolor{#1}
21993 \backslash
21994 hspace{0pt}}c}
21995 \end_layout
21996
21997 \begin_layout Standard
21998 最後の「c」は,文字列が水平方向中央揃えになった可変幅の列を生成します.こうしておいて,\SpecialChar LaTeX
21999 引数に
22000 \end_layout
22001
22002 \begin_layout Standard
22003
22004 \series bold
22005 K{色名}
22006 \end_layout
22007
22008 \begin_layout Standard
22009 と入力します.
22010 \end_layout
22011
22012 \begin_layout Standard
22013 \begin_inset VSpace bigskip
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \begin_layout Standard
22020
22021 \begin_inset CommandInset ref
22022 LatexCommand ref
22023 reference "tab:ユーザー定義の表書式"
22024
22025 \end_inset
22026
22027 を生成するには,第1列と連結列に\SpecialChar LaTeX
22028 引数として
22029 \end_layout
22030
22031 \begin_layout Standard
22032
22033 \series bold
22034 M{2.5cm}
22035 \end_layout
22036
22037 \begin_layout Standard
22038 を指定し,最終列に
22039 \end_layout
22040
22041 \begin_layout Standard
22042
22043 \series bold
22044 K{red}
22045 \end_layout
22046
22047 \begin_layout Standard
22048 そして第2列の各セルに
22049 \end_layout
22050
22051 \begin_layout Standard
22052
22053 \series bold
22054 S{2.5cm}{2}
22055 \end_layout
22056
22057 \begin_layout Standard
22058 と指定します.
22059 \end_layout
22060
22061 \begin_layout Standard
22062 \begin_inset Float table
22063 placement h
22064 alignment document
22065 wide false
22066 sideways false
22067 status open
22068
22069 \begin_layout Plain Layout
22070 \begin_inset Caption Standard
22071
22072 \begin_layout Plain Layout
22073 \begin_inset CommandInset label
22074 LatexCommand label
22075 name "tab:ユーザー定義の表書式"
22076
22077 \end_inset
22078
22079 ユーザー定義の表書式を使用した表
22080 \end_layout
22081
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \begin_layout Plain Layout
22088 \align center
22089 \begin_inset Tabular
22090 <lyxtabular version="3" rows="3" columns="4">
22091 <features tabularvalignment="middle">
22092 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
22093 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
22094 <column alignment="center" valignment="middle">
22095 <column alignment="center" valignment="middle" special="K{red}">
22096 <row>
22097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 とても長い表セル中の単語
22102 \end_layout
22103
22104 \end_inset
22105 </cell>
22106 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110 複数行の連結列
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 </row>
22134 <row>
22135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166
22167 \end_layout
22168
22169 \end_inset
22170 </cell>
22171 </row>
22172 <row>
22173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 </row>
22210 </lyxtabular>
22211
22212 \end_inset
22213
22214
22215 \end_layout
22216
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \begin_layout Subsection
22223 罫線幅
22224 \begin_inset CommandInset label
22225 LatexCommand label
22226 name "subsec:罫線幅"
22227
22228 \end_inset
22229
22230
22231 \begin_inset Index idx
22232 status collapsed
22233
22234 \begin_layout Plain Layout
22235 ひょうのちょうせい@表の調整 ! けいせんはば@罫線幅
22236 \end_layout
22237
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \begin_layout Standard
22244 表中のすべての罫線の罫線幅を調整するには,長さ
22245 \series bold
22246
22247 \backslash
22248 arrayrulewidth
22249 \series default
22250 を使用します.たとえば,表
22251 \begin_inset CommandInset ref
22252 LatexCommand ref
22253 reference "tab:Table-with-1.5"
22254
22255 \end_inset
22256
22257 のように罫線幅を1.5
22258 \begin_inset space \thinspace{}
22259 \end_inset
22260
22261 ptにするには,表や表フロートの前に\SpecialChar TeX
22262 コードで
22263 \end_layout
22264
22265 \begin_layout Standard
22266
22267 \series bold
22268
22269 \backslash
22270 setlength{
22271 \backslash
22272 arrayrulewidth}{1.5pt}
22273 \end_layout
22274
22275 \begin_layout Standard
22276 というコマンドを挿入します.こうして変更した罫線幅は,これ以降のすべての表に適用されます.ふたたび既定値を使用するには,表か表フロートの前に\SpecialChar TeX
22277 コードで
22278 \series bold
22279
22280 \backslash
22281 arrayrulewidth
22282 \series default
22283 を0.4
22284 \begin_inset space \thinspace{}
22285 \end_inset
22286
22287 ptに設定してください.
22288 \end_layout
22289
22290 \begin_layout Standard
22291 \begin_inset ERT
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295
22296
22297 \backslash
22298 setlength{
22299 \backslash
22300 arrayrulewidth}{1.5pt}
22301 \end_layout
22302
22303 \end_inset
22304
22305
22306 \begin_inset Float table
22307 placement document
22308 alignment document
22309 wide false
22310 sideways false
22311 status open
22312
22313 \begin_layout Plain Layout
22314 \begin_inset Caption Standard
22315
22316 \begin_layout Plain Layout
22317 \begin_inset CommandInset label
22318 LatexCommand label
22319 name "tab:Table-with-1.5"
22320
22321 \end_inset
22322
22323 1.5
22324 \begin_inset space \thinspace{}
22325 \end_inset
22326
22327 pt幅罫線の表
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \begin_layout Plain Layout
22336 \align center
22337 \begin_inset Tabular
22338 <lyxtabular version="3" rows="3" columns="3">
22339 <features tabularvalignment="middle">
22340 <column alignment="center" valignment="top">
22341 <column alignment="center" valignment="top">
22342 <column alignment="center" valignment="top">
22343 <row>
22344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22345 \begin_inset Text
22346
22347 \begin_layout Plain Layout
22348 sd
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 </row>
22372 <row>
22373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386 sd
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22392 \begin_inset Text
22393
22394 \begin_layout Plain Layout
22395
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 </row>
22401 <row>
22402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406
22407 \end_layout
22408
22409 \end_inset
22410 </cell>
22411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 sd
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 </row>
22430 </lyxtabular>
22431
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \end_inset
22438
22439
22440 \begin_inset ERT
22441 status collapsed
22442
22443 \begin_layout Plain Layout
22444
22445
22446 \backslash
22447 setlength{
22448 \backslash
22449 arrayrulewidth}{0.4pt}
22450 \end_layout
22451
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \begin_layout Standard
22458 \begin_inset VSpace bigskip
22459 \end_inset
22460
22461
22462 \begin_inset CommandInset ref
22463 LatexCommand ref
22464 reference "tab:1.5pt幅横罫"
22465
22466 \end_inset
22467
22468 のように横罫だけを1.5
22469 \begin_inset space \thinspace{}
22470 \end_inset
22471
22472 pt幅にするには,表または表フロートの前に\SpecialChar TeX
22473 コードとして以下のコマンドを挿入してください.
22474 \end_layout
22475
22476 \begin_layout Standard
22477
22478 \series bold
22479
22480 \backslash
22481 let
22482 \backslash
22483 myHline
22484 \backslash
22485 hline
22486 \begin_inset Newline newline
22487 \end_inset
22488
22489
22490 \backslash
22491 renewcommand{
22492 \backslash
22493 hline}
22494 \begin_inset Newline newline
22495 \end_inset
22496
22497  {
22498 \backslash
22499 noalign{
22500 \backslash
22501 global
22502 \backslash
22503 arrayrulewidth 1.5pt}
22504 \begin_inset Newline newline
22505 \end_inset
22506
22507  
22508 \backslash
22509 myHline
22510 \backslash
22511 noalign{
22512 \backslash
22513 global
22514 \backslash
22515 arrayrulewidth 0.4pt}}
22516 \end_layout
22517
22518 \begin_layout Standard
22519 既定幅に戻すには,表または表フロートの後に\SpecialChar TeX
22520 コードとして以下のコマンドを挿入します.
22521 \end_layout
22522
22523 \begin_layout Standard
22524
22525 \series bold
22526
22527 \backslash
22528 renewcommand{
22529 \backslash
22530 hline}{
22531 \backslash
22532 myHline}
22533 \end_layout
22534
22535 \begin_layout Standard
22536 \begin_inset ERT
22537 status collapsed
22538
22539 \begin_layout Plain Layout
22540
22541
22542 \backslash
22543 let
22544 \backslash
22545 myHline
22546 \backslash
22547 hline
22548 \end_layout
22549
22550 \begin_layout Plain Layout
22551
22552
22553 \backslash
22554 renewcommand{
22555 \backslash
22556 hline}
22557 \end_layout
22558
22559 \begin_layout Plain Layout
22560
22561  {
22562 \backslash
22563 noalign{
22564 \backslash
22565 global
22566 \backslash
22567 arrayrulewidth 1.5pt}
22568 \end_layout
22569
22570 \begin_layout Plain Layout
22571
22572   
22573 \backslash
22574 myHline
22575 \backslash
22576 noalign{
22577 \backslash
22578 global
22579 \backslash
22580 arrayrulewidth 0.4pt}}
22581 \end_layout
22582
22583 \end_inset
22584
22585
22586 \begin_inset Float table
22587 placement document
22588 alignment document
22589 wide false
22590 sideways false
22591 status open
22592
22593 \begin_layout Plain Layout
22594 \begin_inset Caption Standard
22595
22596 \begin_layout Plain Layout
22597 \begin_inset CommandInset label
22598 LatexCommand label
22599 name "tab:1.5pt幅横罫"
22600
22601 \end_inset
22602
22603 1.5
22604 \begin_inset space \thinspace{}
22605 \end_inset
22606
22607 pt幅横罫の表
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \begin_layout Plain Layout
22616 \align center
22617 \begin_inset Tabular
22618 <lyxtabular version="3" rows="3" columns="3">
22619 <features tabularvalignment="middle">
22620 <column alignment="center" valignment="top">
22621 <column alignment="center" valignment="top">
22622 <column alignment="center" valignment="top">
22623 <row>
22624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 sd
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 </row>
22652 <row>
22653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 sd
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 </row>
22681 <row>
22682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704 sd
22705 \end_layout
22706
22707 \end_inset
22708 </cell>
22709 </row>
22710 </lyxtabular>
22711
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718
22719
22720 \begin_inset ERT
22721 status collapsed
22722
22723 \begin_layout Plain Layout
22724
22725
22726 \backslash
22727 renewcommand{
22728 \backslash
22729 hline}{
22730 \backslash
22731 myHline}
22732 \end_layout
22733
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \begin_layout Standard
22740 \begin_inset VSpace bigskip
22741 \end_inset
22742
22743 縦罫だけを1.5
22744 \begin_inset space \thinspace{}
22745 \end_inset
22746
22747 pt幅にするには,第
22748 \begin_inset CommandInset ref
22749 LatexCommand ref
22750 reference "subsec:自製書式"
22751
22752 \end_inset
22753
22754 節の説明にしたがって,文書プリアンブルに以下のような列書式を作成してください.
22755 \end_layout
22756
22757 \begin_layout Standard
22758
22759 \series bold
22760
22761 \backslash
22762 newcolumntype{V}{!{
22763 \backslash
22764 vrule width 1.5pt}}
22765 \end_layout
22766
22767 \begin_layout Standard
22768
22769 \begin_inset CommandInset ref
22770 LatexCommand ref
22771 reference "tab:1.5pt幅縦罫"
22772
22773 \end_inset
22774
22775 を作るには,最右列に\SpecialChar LaTeX
22776 引数
22777 \end_layout
22778
22779 \begin_layout Standard
22780
22781 \series bold
22782 VcV
22783 \end_layout
22784
22785 \begin_layout Standard
22786 を指定し,他の列には
22787 \end_layout
22788
22789 \begin_layout Standard
22790
22791 \series bold
22792 Vc
22793 \end_layout
22794
22795 \begin_layout Standard
22796 を指定します.
22797 \end_layout
22798
22799 \begin_layout Standard
22800 \begin_inset Float table
22801 placement document
22802 alignment document
22803 wide false
22804 sideways false
22805 status open
22806
22807 \begin_layout Plain Layout
22808 \begin_inset Caption Standard
22809
22810 \begin_layout Plain Layout
22811 \begin_inset CommandInset label
22812 LatexCommand label
22813 name "tab:1.5pt幅縦罫"
22814
22815 \end_inset
22816
22817 1.5
22818 \begin_inset space \thinspace{}
22819 \end_inset
22820
22821 pt幅縦罫の表
22822 \end_layout
22823
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \begin_layout Plain Layout
22830 \align center
22831 \begin_inset Tabular
22832 <lyxtabular version="3" rows="3" columns="3">
22833 <features tabularvalignment="middle">
22834 <column alignment="center" valignment="top" special="Vc">
22835 <column alignment="center" valignment="top" special="Vc">
22836 <column alignment="center" valignment="top" special="VcV">
22837 <row>
22838 <cell alignment="center" valignment="top" topline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842 sd
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 <cell alignment="center" valignment="top" topline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 <cell alignment="center" valignment="top" topline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 </row>
22866 <row>
22867 <cell alignment="center" valignment="top" topline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" topline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 sd
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" topline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 </row>
22895 <row>
22896 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 sd
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 </lyxtabular>
22925
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \begin_layout Subsection
22937 点罫
22938 \begin_inset Index idx
22939 status collapsed
22940
22941 \begin_layout Plain Layout
22942 ひょうのちょうせい@表の調整 ! てんけい@点罫
22943 \end_layout
22944
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \begin_layout Standard
22951 \begin_inset ERT
22952 status collapsed
22953
22954 \begin_layout Plain Layout
22955
22956
22957 \backslash
22958 ifarydshln
22959 \end_layout
22960
22961 \end_inset
22962
22963
22964 \begin_inset Note Note
22965 status open
22966
22967 \begin_layout Plain Layout
22968 この節は,\SpecialChar LaTeX
22969 パッケージ
22970 \series bold
22971 arydshln
22972 \series default
22973 が導入済みの時のみ表示されます.
22974 \end_layout
22975
22976 \end_inset
22977
22978
22979 \end_layout
22980
22981 \begin_layout Standard
22982 \begin_inset Float table
22983 placement H
22984 alignment document
22985 wide false
22986 sideways false
22987 status open
22988
22989 \begin_layout Plain Layout
22990 \begin_inset Caption Standard
22991
22992 \begin_layout Plain Layout
22993 \begin_inset CommandInset label
22994 LatexCommand label
22995 name "tab:点罫表"
22996
22997 \end_inset
22998
22999 点罫を使用した表
23000 \end_layout
23001
23002 \end_inset
23003
23004
23005 \end_layout
23006
23007 \begin_layout Plain Layout
23008 \align center
23009 \begin_inset Tabular
23010 <lyxtabular version="3" rows="5" columns="5">
23011 <features tabularvalignment="middle">
23012 <column alignment="center" valignment="top">
23013 <column alignment="center" valignment="top">
23014 <column alignment="center" valignment="top" special=":c">
23015 <column alignment="center" valignment="top">
23016 <column alignment="center" valignment="top">
23017 <row>
23018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 </row>
23064 <row>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \end_layout
23098
23099 \end_inset
23100 </cell>
23101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23102 \begin_inset Text
23103
23104 \begin_layout Plain Layout
23105
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 </row>
23111 <row>
23112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23113 \begin_inset Text
23114
23115 \begin_layout Plain Layout
23116 \begin_inset ERT
23117 status collapsed
23118
23119 \begin_layout Plain Layout
23120
23121
23122 \backslash
23123 hdashline 
23124 \end_layout
23125
23126 \end_inset
23127
23128
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 </row>
23170 <row>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175 \begin_inset ERT
23176 status collapsed
23177
23178 \begin_layout Plain Layout
23179
23180
23181 \backslash
23182 cdashline{4-5}
23183 \end_layout
23184
23185 \end_inset
23186
23187
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 </row>
23229 <row>
23230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23231 \begin_inset Text
23232
23233 \begin_layout Plain Layout
23234
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23267 \begin_inset Text
23268
23269 \begin_layout Plain Layout
23270
23271 \end_layout
23272
23273 \end_inset
23274 </cell>
23275 </row>
23276 </lyxtabular>
23277
23278 \end_inset
23279
23280
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \begin_layout Standard
23289 \SpecialChar LyX
23290 は点罫を自前ではサポートしません.そこで\SpecialChar TeX
23291 コードを使用する必要があります.必須要件として,文書プリアンブル中に
23292 \end_layout
23293
23294 \begin_layout Standard
23295
23296 \series bold
23297
23298 \backslash
23299 usepackage{arydshln}
23300 \end_layout
23301
23302 \begin_layout Standard
23303 というコマンドを書き,\SpecialChar LaTeX
23304 パッケージの
23305 \series bold
23306 arydshln
23307 \series default
23308
23309 \begin_inset Index idx
23310 status collapsed
23311
23312 \begin_layout Plain Layout
23313 \SpecialChar LaTeX
23314 ぱっけーじ@\SpecialChar LaTeX
23315 パッケージ ! arydshln
23316 \end_layout
23317
23318 \end_inset
23319
23320 を読み込んでおく必要があります.縦罫を点罫にするには,表セルダイアログの\SpecialChar LaTeX
23321 変数として,水平揃え用の文字とともにコロン「:」を入力してください.
23322 \end_layout
23323
23324 \begin_layout Standard
23325 横点罫を得るには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23326 コードで
23327 \end_layout
23328
23329 \begin_layout Standard
23330
23331 \series bold
23332
23333 \backslash
23334 hdashline
23335 \end_layout
23336
23337 \begin_layout Standard
23338 というコマンドを加えてください.
23339 \end_layout
23340
23341 \begin_layout Standard
23342 連結列に点罫を書くには,表中当該行の最初のセルの冒頭に,\SpecialChar TeX
23343 コードで
23344 \end_layout
23345
23346 \begin_layout Standard
23347
23348 \series bold
23349
23350 \backslash
23351 cdashline{列番号
23352 \series default
23353 }
23354 \end_layout
23355
23356 \begin_layout Standard
23357 なるコマンドを使用してください.たとえば,第2列から第4列にわたる連結列があって,その上に点罫が欲しい場合には,連結列のある行の最初のセルの冒頭に
23358 \end_layout
23359
23360 \begin_layout Standard
23361
23362 \series bold
23363
23364 \backslash
23365 cdashline{2-4}
23366 \end_layout
23367
23368 \begin_layout Standard
23369 なるコマンドを置いてください.
23370 \end_layout
23371
23372 \begin_layout Standard
23373 \begin_inset VSpace bigskip
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \begin_layout Standard
23380
23381 \begin_inset CommandInset ref
23382 LatexCommand ref
23383 reference "tab:点罫表"
23384
23385 \end_inset
23386
23387 は,第3列の\SpecialChar LaTeX
23388 変数に「:c」を指定して作られています.第3行の最初のセルには,\SpecialChar TeX
23389 コードのコマンド
23390 \series bold
23391
23392 \backslash
23393 hdashline
23394 \series default
23395 が挿れられており,第4行の最初のセルには,\SpecialChar TeX
23396 コードのコマンド
23397 \begin_inset Newline newline
23398 \end_inset
23399
23400  
23401 \series bold
23402
23403 \backslash
23404 cdashline{4-5}
23405 \series default
23406 が挿れられています.
23407 \end_layout
23408
23409 \begin_layout Standard
23410 \begin_inset VSpace bigskip
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \begin_layout Standard
23417 点罫を持つ表も,表
23418 \begin_inset CommandInset ref
23419 LatexCommand ref
23420 reference "tab:Colored-table-with"
23421
23422 \end_inset
23423
23424 のように色付けをすることができます.
23425 \end_layout
23426
23427 \begin_layout Standard
23428 \begin_inset ERT
23429 status collapsed
23430
23431 \begin_layout Plain Layout
23432
23433
23434 \backslash
23435 setlength{
23436 \backslash
23437 arrayrulewidth}{1pt}
23438 \end_layout
23439
23440 \end_inset
23441
23442
23443 \begin_inset Note Note
23444 status collapsed
23445
23446 \begin_layout Plain Layout
23447 罫線色が見易いように線を太く
23448 \end_layout
23449
23450 \end_inset
23451
23452
23453 \end_layout
23454
23455 \begin_layout Standard
23456 \begin_inset ERT
23457 status collapsed
23458
23459 \begin_layout Plain Layout
23460
23461
23462 \backslash
23463 dashgapcolor{green}
23464 \end_layout
23465
23466 \end_inset
23467
23468
23469 \begin_inset Note Note
23470 status collapsed
23471
23472 \begin_layout Plain Layout
23473 緑点罫の間の色付き余白
23474 \end_layout
23475
23476 \end_inset
23477
23478
23479 \end_layout
23480
23481 \begin_layout Standard
23482 \begin_inset ERT
23483 status collapsed
23484
23485 \begin_layout Plain Layout
23486
23487
23488 \backslash
23489 let
23490 \backslash
23491 myHdashline
23492 \backslash
23493 hdashline
23494 \end_layout
23495
23496 \begin_layout Plain Layout
23497
23498
23499 \backslash
23500 renewcommand{
23501 \backslash
23502 hdashline}
23503 \end_layout
23504
23505 \begin_layout Plain Layout
23506
23507  {
23508 \backslash
23509 arrayrulecolor{red}
23510 \backslash
23511 myHdashline
23512 \backslash
23513 arrayrulecolor{black}}
23514 \end_layout
23515
23516 \end_inset
23517
23518
23519 \begin_inset Note Note
23520 status collapsed
23521
23522 \begin_layout Plain Layout
23523 色付き水平線・点罫赤
23524 \end_layout
23525
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \begin_layout Standard
23532 \begin_inset ERT
23533 status collapsed
23534
23535 \begin_layout Plain Layout
23536
23537
23538 \backslash
23539 let
23540 \backslash
23541 myCdashline
23542 \backslash
23543 cdashline
23544 \end_layout
23545
23546 \begin_layout Plain Layout
23547
23548
23549 \backslash
23550 renewcommand{
23551 \backslash
23552 cdashline}[1]
23553 \end_layout
23554
23555 \begin_layout Plain Layout
23556
23557  {
23558 \backslash
23559 arrayrulecolor{yellow}
23560 \backslash
23561 myCdashline{#1}
23562 \backslash
23563 arrayrulecolor{black}}
23564 \end_layout
23565
23566 \end_inset
23567
23568
23569 \begin_inset Note Note
23570 status collapsed
23571
23572 \begin_layout Plain Layout
23573 色付き部分水平線・点罫黄色
23574 \end_layout
23575
23576 \end_inset
23577
23578
23579 \end_layout
23580
23581 \begin_layout Standard
23582 \begin_inset Float table
23583 placement h
23584 alignment document
23585 wide false
23586 sideways false
23587 status open
23588
23589 \begin_layout Plain Layout
23590 \begin_inset Caption Standard
23591
23592 \begin_layout Plain Layout
23593 \begin_inset CommandInset label
23594 LatexCommand label
23595 name "tab:Colored-table-with"
23596
23597 \end_inset
23598
23599 点罫線の色付き表
23600 \end_layout
23601
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \begin_layout Plain Layout
23608 \align center
23609 \begin_inset Tabular
23610 <lyxtabular version="3" rows="5" columns="5">
23611 <features tabularvalignment="middle">
23612 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23613 <column alignment="center" valignment="top" width="0pt">
23614 <column alignment="center" valignment="top" width="0pt" special=":c">
23615 <column alignment="center" valignment="top">
23616 <column alignment="center" valignment="top">
23617 <row>
23618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 <cell alignment="center" valignment="top" topline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 <cell alignment="center" valignment="top" topline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 </row>
23664 <row>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" topline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678
23679 \end_layout
23680
23681 \end_inset
23682 </cell>
23683 <cell alignment="center" valignment="top" topline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 </row>
23711 <row>
23712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23713 \begin_inset Text
23714
23715 \begin_layout Plain Layout
23716 \begin_inset ERT
23717 status collapsed
23718
23719 \begin_layout Plain Layout
23720
23721
23722 \backslash
23723 hdashline 
23724 \end_layout
23725
23726 \end_inset
23727
23728
23729 \begin_inset ERT
23730 status collapsed
23731
23732 \begin_layout Plain Layout
23733
23734
23735 \backslash
23736 rowcolor{Gray}
23737 \end_layout
23738
23739 \end_inset
23740
23741
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 </row>
23783 <row>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788 \begin_inset ERT
23789 status collapsed
23790
23791 \begin_layout Plain Layout
23792
23793
23794 \backslash
23795 cdashline{4-5}
23796 \end_layout
23797
23798 \end_inset
23799
23800
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 </row>
23842 <row>
23843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856
23857 \end_layout
23858
23859 \end_inset
23860 </cell>
23861 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 \begin_inset ERT
23884 status collapsed
23885
23886 \begin_layout Plain Layout
23887
23888
23889 \backslash
23890 cellcolor{Maroon}
23891 \end_layout
23892
23893 \end_inset
23894
23895
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 </row>
23901 </lyxtabular>
23902
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \begin_layout Standard
23914 \begin_inset ERT
23915 status collapsed
23916
23917 \begin_layout Plain Layout
23918
23919
23920 \backslash
23921 renewcommand{
23922 \backslash
23923 hdashline}{
23924 \backslash
23925 myHdashline}
23926 \end_layout
23927
23928 \end_inset
23929
23930
23931 \begin_inset Note Note
23932 status collapsed
23933
23934 \begin_layout Plain Layout
23935 既定値に戻す
23936 \end_layout
23937
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \begin_layout Standard
23944 \begin_inset ERT
23945 status collapsed
23946
23947 \begin_layout Plain Layout
23948
23949
23950 \backslash
23951 renewcommand{
23952 \backslash
23953 cdashline}{
23954 \backslash
23955 myCdashline}
23956 \end_layout
23957
23958 \end_inset
23959
23960
23961 \begin_inset Note Note
23962 status collapsed
23963
23964 \begin_layout Plain Layout
23965 既定値に戻す
23966 \end_layout
23967
23968 \end_inset
23969
23970
23971 \end_layout
23972
23973 \begin_layout Standard
23974 \begin_inset ERT
23975 status collapsed
23976
23977 \begin_layout Plain Layout
23978
23979
23980 \backslash
23981 nodashgapcolor
23982 \end_layout
23983
23984 \end_inset
23985
23986
23987 \begin_inset Note Note
23988 status collapsed
23989
23990 \begin_layout Plain Layout
23991 既定値に戻す
23992 \end_layout
23993
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \begin_layout Standard
24000 \begin_inset ERT
24001 status collapsed
24002
24003 \begin_layout Plain Layout
24004
24005
24006 \backslash
24007 setlength{
24008 \backslash
24009 arrayrulewidth}{0.4pt}
24010 \end_layout
24011
24012 \end_inset
24013
24014
24015 \begin_inset Note Note
24016 status collapsed
24017
24018 \begin_layout Plain Layout
24019 既定値に戻す
24020 \end_layout
24021
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \begin_layout Standard
24028 行や列,罫線の着色は,第
24029 \begin_inset CommandInset ref
24030 LatexCommand ref
24031 reference "sec:色付きの表"
24032
24033 \end_inset
24034
24035 節に述べられているように動作します.水平線の着色も,
24036 \series bold
24037
24038 \backslash
24039 myHlineC
24040 \series default
24041 コマンドを
24042 \series bold
24043
24044 \backslash
24045 myHdashline
24046 \series default
24047 に置き換え,
24048 \series bold
24049
24050 \backslash
24051 hline
24052 \series default
24053
24054 \series bold
24055
24056 \backslash
24057 hdashline
24058 \series default
24059 に置き換えれば,そこで述べられているのと同様に機能します.したがって,以下のようなコマンドを使います.
24060 \end_layout
24061
24062 \begin_layout Standard
24063
24064 \series bold
24065
24066 \backslash
24067 let
24068 \backslash
24069 myHdashline
24070 \backslash
24071 hdashline
24072 \begin_inset Newline newline
24073 \end_inset
24074
24075
24076 \backslash
24077 renewcommand{
24078 \backslash
24079 hdashline}
24080 \begin_inset Newline newline
24081 \end_inset
24082
24083
24084 \begin_inset Phantom HPhantom
24085 status open
24086
24087 \begin_layout Plain Layout
24088 \begin_inset space ~
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \end_inset
24095
24096 {
24097 \backslash
24098 arrayrulecolor{red}
24099 \backslash
24100 myHdashline
24101 \backslash
24102 arrayrulecolor{black}}
24103 \end_layout
24104
24105 \begin_layout Standard
24106
24107 \series bold
24108
24109 \backslash
24110 cdashline
24111 \series default
24112 に色をつけるならば,コマンドは
24113 \end_layout
24114
24115 \begin_layout Standard
24116
24117 \series bold
24118
24119 \backslash
24120 let
24121 \backslash
24122 myCdashline
24123 \backslash
24124 cdashline
24125 \begin_inset Newline newline
24126 \end_inset
24127
24128
24129 \backslash
24130 renewcommand{
24131 \backslash
24132 cdashline}[1]
24133 \begin_inset Newline newline
24134 \end_inset
24135
24136
24137 \begin_inset Phantom HPhantom
24138 status open
24139
24140 \begin_layout Plain Layout
24141 \begin_inset space ~
24142 \end_inset
24143
24144
24145 \end_layout
24146
24147 \end_inset
24148
24149 {
24150 \backslash
24151 arrayrulecolor{red}
24152 \backslash
24153 myCdashline{#1}
24154 \backslash
24155 arrayrulecolor{black}}
24156 \end_layout
24157
24158 \begin_layout Standard
24159 のようになります.黒の罫線に戻すには,以下のコマンドを表の後ろに\SpecialChar TeX
24160 コードで挿入する必要があります.
24161 \end_layout
24162
24163 \begin_layout Standard
24164
24165 \series bold
24166
24167 \backslash
24168 hdashline
24169 \series default
24170 の場合は
24171 \end_layout
24172
24173 \begin_layout Standard
24174
24175 \series bold
24176
24177 \backslash
24178 renewcommand{
24179 \backslash
24180 hdashline}{
24181 \backslash
24182 myHdashline}
24183 \end_layout
24184
24185 \begin_layout Standard
24186 とし,
24187 \series bold
24188
24189 \backslash
24190 cdashline
24191 \series default
24192 の場合は
24193 \end_layout
24194
24195 \begin_layout Standard
24196
24197 \series bold
24198
24199 \backslash
24200 renewcommand{
24201 \backslash
24202 cdashline}{
24203 \backslash
24204 myCdashline}
24205 \end_layout
24206
24207 \begin_layout Standard
24208 としてください.点線の間の余白に色をつけるには,表の前に\SpecialChar TeX
24209 コードで
24210 \end_layout
24211
24212 \begin_layout Standard
24213
24214 \series bold
24215
24216 \backslash
24217 dashgapcolor{色}
24218 \end_layout
24219
24220 \begin_layout Standard
24221 とすれば良いです.ここで「色」は,定義済みの色名です.
24222 \end_layout
24223
24224 \begin_layout Standard
24225
24226 \series bold
24227
24228 \backslash
24229 nodashgapcolor
24230 \end_layout
24231
24232 \begin_layout Standard
24233 というコマンドは,
24234 \series bold
24235
24236 \backslash
24237 dashgapcolor
24238 \series default
24239 が行った変更を元に戻します.
24240 \end_layout
24241
24242 \begin_layout Standard
24243 \begin_inset Note Greyedout
24244 status open
24245
24246 \begin_layout Plain Layout
24247
24248 \series bold
24249 【註】
24250 \series default
24251 1つのセル中に複数のコマンドがある場合,
24252 \series bold
24253 arydshln
24254 \series default
24255 のコマンドが,そのセル中で最初に来る必要があります.したがって,表
24256 \begin_inset CommandInset ref
24257 LatexCommand ref
24258 reference "tab:Colored-table-with"
24259
24260 \end_inset
24261
24262 のセル
24263 \emph on
24264 k
24265 \emph default
24266 では,
24267 \series bold
24268
24269 \backslash
24270 hdashline
24271 \series default
24272 コマンドが
24273 \series bold
24274
24275 \backslash
24276 rowcolor
24277 \series default
24278 の前に来ています.
24279 \end_layout
24280
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \begin_layout Standard
24287 \begin_inset Note Greyedout
24288 status open
24289
24290 \begin_layout Plain Layout
24291
24292 \series bold
24293 【註】
24294 \series default
24295 \SpecialChar LaTeX
24296 パッケージ
24297 \series bold
24298 arydshln
24299 \series default
24300 は,文書プリアンブル中で\SpecialChar LaTeX
24301 パッケージ
24302 \series bold
24303 colortbl
24304 \series default
24305
24306 \begin_inset Index idx
24307 status collapsed
24308
24309 \begin_layout Plain Layout
24310 \SpecialChar LaTeX
24311 ぱっけーじ@\SpecialChar LaTeX
24312 パッケージ ! colortbl
24313 \end_layout
24314
24315 \end_inset
24316
24317 よりも前に読み込まれている必要があります.
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \begin_layout Standard
24326 \begin_inset ERT
24327 status collapsed
24328
24329 \begin_layout Plain Layout
24330
24331
24332 \backslash
24333 else
24334 \end_layout
24335
24336 \end_inset
24337
24338
24339 \begin_inset Note Note
24340 status open
24341
24342 \begin_layout Plain Layout
24343 以下は,\SpecialChar LaTeX
24344 パッケージ
24345 \series bold
24346 arydshln
24347 \series default
24348 が導入済みでないときに表示されます.
24349 \end_layout
24350
24351 \end_inset
24352
24353
24354 \end_layout
24355
24356 \begin_layout Standard
24357 本節の内容を出力に表示するためには,
24358 \series bold
24359 arydshln
24360 \series default
24361 パッケージを導入しなくてはなりません.
24362 \end_layout
24363
24364 \begin_layout Standard
24365 \begin_inset ERT
24366 status collapsed
24367
24368 \begin_layout Plain Layout
24369
24370
24371 \backslash
24372 fi
24373 \end_layout
24374
24375 \end_inset
24376
24377
24378 \end_layout
24379
24380 \begin_layout Standard
24381 点罫について詳しい情報は,
24382 \series bold
24383 arydshln
24384 \series default
24385 の取扱説明書
24386 \begin_inset CommandInset citation
24387 LatexCommand cite
24388 key "arydshln"
24389 literal "true"
24390
24391 \end_inset
24392
24393 をご覧ください.
24394 \end_layout
24395
24396 \begin_layout Chapter
24397 フロート
24398 \begin_inset CommandInset label
24399 LatexCommand label
24400 name "chap:フロート"
24401
24402 \end_inset
24403
24404
24405 \begin_inset Index idx
24406 status collapsed
24407
24408 \begin_layout Plain Layout
24409 ふろーと@フロート
24410 \end_layout
24411
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \begin_layout Section
24418 はじめに
24419 \begin_inset CommandInset label
24420 LatexCommand label
24421 name "sec:フロートはじめに"
24422
24423 \end_inset
24424
24425
24426 \begin_inset Index idx
24427 status collapsed
24428
24429 \begin_layout Plain Layout
24430 ふろーと@フロート ! はじめに
24431 \end_layout
24432
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \begin_layout Standard
24439 フロートは,何かしらのラベルに関連付けられた文章の塊で,固定された居場所を持ちません.フロートはもっとも適した場所を求めて,1頁ないし2頁,前後にただよう(フロ
24440 ート)ことができます.
24441 \family sans
24442 脚註
24443 \family default
24444
24445 \family sans
24446 傍註
24447 \family default
24448 も,当該ページに註が多すぎる場合には次頁にただよって行きますので,フロートの一種です.
24449 \end_layout
24450
24451 \begin_layout Standard
24452 フロートを使うと,質の良いレイアウトを組むことができます.図表が均等に各ページに割り当てられるので,文章のない空白やページが出ることを避けることができるためです
24453 .このようなフローティングは,文章と図表のあいだの連関を破壊してしまうことがあるので,各フロートは文中から参照することができるようになっています.このため,フロ
24454 ートには連番が割り当てられます.参照については,第
24455 \begin_inset CommandInset ref
24456 LatexCommand ref
24457 reference "sec:フロートの参照"
24458
24459 \end_inset
24460
24461 節で述べられています.
24462 \end_layout
24463
24464 \begin_layout Standard
24465 フロートを挿入するには,
24466 \family sans
24467 挿入\SpecialChar menuseparator
24468 フロート
24469 \family default
24470 メニュー(
24471 \begin_inset Info
24472 type  "icon"
24473 arg   "float-insert figure"
24474 \end_inset
24475
24476 または
24477 \begin_inset Info
24478 type  "icon"
24479 arg   "float-insert table"
24480 \end_inset
24481
24482 ツールバーボタン)を使えば,ラベルのついたボックスすなわち
24483 \family sans
24484 キャプション
24485 \family default
24486 差込枠が挿入されます.このラベルは,出力の際に自動的に文書言語に翻訳されます.ラベルの後ろには,キャプションの文章を入れ,画像ないし表は,フロート中,キャプショ
24487 ンの上ないし下に別の段落として挿入します.キャプションの配置に関して詳しくは,第
24488 \begin_inset CommandInset ref
24489 LatexCommand ref
24490 reference "sec:キャプションの配置"
24491
24492 \end_inset
24493
24494 節に述べられています.また,\SpecialChar LyX
24495 文書を読みやすくするために,ボックスラベルを左クリックすれば,フロートボックスを広げたり畳んだりすることができるようになっています.
24496 畳んだフロートボックスは,
24497 \begin_inset Graphics
24498         filename clipart/float.png
24499         scale 95
24500         scaleBeforeRotation
24501
24502 \end_inset
24503
24504 のように,灰色ボタンに赤字ラベルで表示されます.
24505 \end_layout
24506
24507 \begin_layout Standard
24508 周囲の文章に特殊な整形がなされているときには\SpecialChar LaTeX
24509 エラーが発生し得るので,これを避けるために,フロートは独立した段落として挿入することをお勧めします.
24510 \end_layout
24511
24512 \begin_layout Standard
24513 既存の図表は,選択した後に新規フロートのツールバーボタンを押せば,フロート中の図表にすることができます.
24514 \end_layout
24515
24516 \begin_layout Section
24517 フロート型
24518 \end_layout
24519
24520 \begin_layout Standard
24521 \SpecialChar LyX
24522 には,第
24523 \begin_inset CommandInset ref
24524 LatexCommand ref
24525 reference "sec:図フロート"
24526
24527 \end_inset
24528
24529 節および第
24530 \begin_inset CommandInset ref
24531 LatexCommand ref
24532 reference "sec:表フロート"
24533
24534 \end_inset
24535
24536 節で各々説明されている図フロートと表フロート以外に,
24537 \family sans
24538 アルゴリズム型
24539 \series bold
24540
24541 \series default
24542 折返し型
24543 \family default
24544 のフロート型があります.後者は,第
24545 \begin_inset CommandInset ref
24546 LatexCommand ref
24547 reference "sec:折返しフロート"
24548
24549 \end_inset
24550
24551 節に説明があります.
24552 \end_layout
24553
24554 \begin_layout Subsection
24555 アルゴリズムフロート
24556 \begin_inset Index idx
24557 status collapsed
24558
24559 \begin_layout Plain Layout
24560 ふろーと@フロート ! あるごりずむ@アルゴリズム
24561 \end_layout
24562
24563 \end_inset
24564
24565
24566 \end_layout
24567
24568 \begin_layout Standard
24569 \begin_inset Float algorithm
24570 placement h
24571 alignment document
24572 wide false
24573 sideways false
24574 status open
24575
24576 \begin_layout Plain Layout
24577 \begin_inset Caption Standard
24578
24579 \begin_layout Plain Layout
24580 \begin_inset CommandInset label
24581 LatexCommand label
24582 name "alg:アルゴリズムフロートの例"
24583
24584 \end_inset
24585
24586 アルゴリズムフロートの例
24587 \end_layout
24588
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \begin_layout LyX-Code
24595 for I in 1..N loop
24596 \begin_inset Newline newline
24597 \end_inset
24598
24599  Sum:= Sum + A(I); /*comment*/
24600 \begin_inset Newline newline
24601 \end_inset
24602
24603 end loop
24604 \begin_inset VSpace -4mm
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \begin_layout Standard
24616 このフロート型は,
24617 \family sans
24618 挿入
24619 \shape up
24620 \SpecialChar menuseparator
24621 フロート\SpecialChar menuseparator
24622 アルゴリズム
24623 \family default
24624 \shape default
24625 メニューを使うと挿入することができます.これは,プログラムコードやアルゴリズムの記述に用いられ,第
24626 \begin_inset CommandInset ref
24627 LatexCommand ref
24628 reference "cha:プログラムコードリスト"
24629
24630 \end_inset
24631
24632 章で説明されているプログラムコードリストの代わりとみなすことができます.
24633 \emph on
24634 \SpecialChar LyX
24635 ユーザーの手引き
24636 \emph default
24637 に述べられているように,アルゴリズム向けの環境としては,
24638 \family sans
24639 \SpecialChar LyX
24640 コード
24641 \family default
24642 があります. アルゴリズム
24643 \begin_inset CommandInset ref
24644 LatexCommand ref
24645 reference "alg:アルゴリズムフロートの例"
24646
24647 \end_inset
24648
24649 は,アルゴリズムフロートの一例であり,下の罫線が最後の文字行のちょうど下に来るように,フロートの終わりに-4
24650 \begin_inset space \thinspace{}
24651 \end_inset
24652
24653 mmの垂直空白が入れてあります.
24654 \end_layout
24655
24656 \begin_layout Standard
24657 フロートラベルは,自動的に文書言語に翻訳されるわけではありません.使用中の文書が英語でない場合には,文書プリアンブルに
24658 \end_layout
24659
24660 \begin_layout Standard
24661
24662 \series bold
24663
24664 \backslash
24665 floatname{algorithm}{付けたい名称}
24666 \end_layout
24667
24668 \begin_layout Standard
24669 という行を手動で加える必要があります.ここで
24670 \family sans
24671 \series bold
24672 付けたい名称
24673 \family default
24674 \series default
24675 には,お使いの言語で「
24676 \emph on
24677 algorithm
24678 \emph default
24679 」に対応する単語を指定します.
24680 \end_layout
24681
24682 \begin_layout Standard
24683 アルゴリズム一覧を挿入するには,文書言語が\SpecialChar LyX
24684 のメニューに表示されている言語と同じであるならば,
24685 \family sans
24686 挿入\SpecialChar menuseparator
24687 一覧/目次\SpecialChar menuseparator
24688 アルゴリズム一覧
24689 \family default
24690 メニューを使用します.それ以外の場合には,代わりに
24691 \end_layout
24692
24693 \begin_layout Standard
24694
24695 \series bold
24696
24697 \backslash
24698 listof{algorithm}{付けたい名称}
24699 \end_layout
24700
24701 \begin_layout Standard
24702 というコマンドを\SpecialChar TeX
24703 コードとして用います.ここで
24704 \family sans
24705 付けたい名称
24706 \family default
24707 とは,「
24708 \emph on
24709 List of Algorithm
24710 \emph default
24711 s」という単語に相当する,ご使用になりたい言語での単語です.
24712 \end_layout
24713
24714 \begin_layout Standard
24715 アルゴリズムフロートは,多くの文書クラスにおける図表フロートとは違って,「chapter.algorithm」スキームでは既定で付番されていません.このスキームで
24716 アルゴリズムフロートに連番を振るには,使用している文書のプリアンブルに
24717 \end_layout
24718
24719 \begin_layout Standard
24720
24721 \series bold
24722
24723 \backslash
24724 numberwithin{algorithm}{chapter}
24725 \end_layout
24726
24727 \begin_layout Standard
24728 というコマンドを追加してください.
24729 \series bold
24730
24731 \backslash
24732 numberwithin
24733 \series default
24734 というコマンドを使用するには,文書設定の
24735 \family sans
24736 数式オプション
24737 \family default
24738 タブで
24739 \family sans
24740 AMS mathパッケージを使用する
24741 \family default
24742 オプションを有効にしてください.
24743 \end_layout
24744
24745 \begin_layout Section
24746 フロートの連番
24747 \begin_inset Index idx
24748 status collapsed
24749
24750 \begin_layout Plain Layout
24751 ふろーと@フロート ! れんばん@連番
24752 \end_layout
24753
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \begin_layout Standard
24760 フロートは通常,フロートのある節とは関係なく番号が振られるか,あるいは「章.番号」や「節.番号」といった形で番号が付けられます.これは,使用している文書クラスによっ
24761 て変わります.
24762 \end_layout
24763
24764 \begin_layout Standard
24765 節から独立して付けられている連番を変更するには,文書プリアンブルで
24766 \end_layout
24767
24768 \begin_layout Standard
24769
24770 \series bold
24771
24772 \backslash
24773 renewcommand{
24774 \backslash
24775 thetable}{
24776 \backslash
24777 roman{table}}
24778 \end_layout
24779
24780 \begin_layout Standard
24781
24782 \series bold
24783 というコマンドを使うと良いでしょう.
24784 \backslash
24785 thetable
24786 \series default
24787 は表番号を印字するコマンドで,図フロートの場合であれば,代わりに
24788 \series bold
24789
24790 \backslash
24791 thefigure
24792 \series default
24793 コマンドを使用します.上のコマンドで使用されている
24794 \series bold
24795
24796 \backslash
24797 roman
24798 \series default
24799 は,表番号を小文字のローマ数字で印字するコマンドです.
24800 \end_layout
24801
24802 \begin_layout Standard
24803 連番の付け方をたとえば「小節.番号」に変更するには,プリアンブルで
24804 \end_layout
24805
24806 \begin_layout Standard
24807
24808 \series bold
24809
24810 \backslash
24811 numberwithin{table}{subsection}
24812 \end_layout
24813
24814 \begin_layout Standard
24815 というコマンドを使用してください.
24816 \series bold
24817
24818 \backslash
24819 numberwithin
24820 \series default
24821 コマンドを使用可能にするためには,文書設定の
24822 \family sans
24823 数式オプション
24824 \family default
24825 タブで,
24826 \family sans
24827 AMS
24828 \begin_inset space ~
24829 \end_inset
24830
24831 math数式パッケージを使用する
24832 \family default
24833 を使用します.
24834 \end_layout
24835
24836 \begin_layout Standard
24837 連番コマンドについての詳細と大切な注意点については,第
24838 \begin_inset CommandInset ref
24839 LatexCommand ref
24840 reference "subsec:脚注の付番"
24841
24842 \end_inset
24843
24844 節もご覧ください.
24845 \end_layout
24846
24847 \begin_layout Section
24848 フロートの参照
24849 \begin_inset CommandInset label
24850 LatexCommand label
24851 name "sec:フロートの参照"
24852
24853 \end_inset
24854
24855
24856 \begin_inset Index idx
24857 status collapsed
24858
24859 \begin_layout Plain Layout
24860 ふろーと@フロート ! さんしょう@参照
24861 \end_layout
24862
24863 \end_inset
24864
24865
24866 \begin_inset Index idx
24867 status collapsed
24868
24869 \begin_layout Plain Layout
24870 さんしょう@参照 ! ふろーとにたいする@フロートに対する
24871 \end_layout
24872
24873 \end_inset
24874
24875
24876 \end_layout
24877
24878 \begin_layout Standard
24879 フロートを参照するには,
24880 \family sans
24881 挿入\SpecialChar menuseparator
24882 ラベル
24883 \family default
24884 メニューかツールバーボタンを使用して,フロートのキャプションにラベルを挿入してください.
24885 \begin_inset Graphics
24886         filename clipart/label.png
24887         scaleBeforeRotation
24888
24889 \end_inset
24890
24891 のような灰色のラベルボックスが挿入され,ラベルウィンドウがポップアップして,ラベルの字句を入力するよう促します.\SpecialChar LyX
24892 は,キャプションの最初の数単語に前置句をつけたも
24893 のを候補として示します.前置句はフロート型に依存し,たとえば図フロートには「
24894 \family sans
24895 fig:
24896 \family default
24897 」という前置句がつけられます.
24898 \end_layout
24899
24900 \begin_layout Standard
24901 ラベルは,参照のための名称兼位置標として用いられます.
24902 \family sans
24903 挿入\SpecialChar menuseparator
24904 相互参照
24905 \family default
24906 メニューかツールバーボタン
24907 \family sans
24908
24909 \begin_inset Info
24910 type  "icon"
24911 arg   "dialog-show-new-inset ref"
24912 \end_inset
24913
24914
24915 \family default
24916 を使えば,ラベルを参照することができます.
24917 \begin_inset Graphics
24918         filename clipart/reference.png
24919         scaleBeforeRotation
24920
24921 \end_inset
24922
24923 のような灰色の相互参照ボックスが挿入され,文書中のすべてのラベルを表示した相互参照ウィンドウが現れます.複数の\SpecialChar LyX
24924 文書が開かれている場合には,ダイアログの上方にある
24925 ドロップリストから作業中の文書を選択してください.ここでラベルを整序してから選ぶこともできます.出力中では,相互参照ボックスの位置にはフロート番号が表示されます
24926
24927 \end_layout
24928
24929 \begin_layout Standard
24930 相互参照名と数字の間に改行が入るのを防ぐために,両者の間の空白には保護された空白を用いた方が良いでしょう.もし相互参照が存在しないラベルを参照している場合には,
24931 出力では,参照の代わりに二つの疑問符が表示されることになります.
24932 \end_layout
24933
24934 \begin_layout Standard
24935 ラベルは,ラベルボックスをクリックすることによって,いつでも変更することができます.変更されたラベルへの参照は,自動的に新しいラベル文へのリンクに変更されますの
24936 で,リンクの更新に手間を割く必要はありません.
24937 \end_layout
24938
24939 \begin_layout Standard
24940 相互参照ウィンドウの
24941 \family sans
24942 ラベルへ移動
24943 \family default
24944 ボタンは,参照されているラベルの前にカーソルを移動します.すると,ボタンの文字が
24945 \family sans
24946 戻る
24947 \family default
24948 に変わるので,相互参照にカーソルを戻すのに使用することができます.
24949 \end_layout
24950
24951 \begin_layout Subsection
24952 相互参照の書式
24953 \begin_inset CommandInset label
24954 LatexCommand label
24955 name "subsec:相互参照の書式"
24956
24957 \end_inset
24958
24959
24960 \begin_inset Index idx
24961 status collapsed
24962
24963 \begin_layout Plain Layout
24964 さんしょう@参照 ! しょしき@書式
24965 \end_layout
24966
24967 \end_inset
24968
24969
24970 \end_layout
24971
24972 \begin_layout Standard
24973 相互参照には,以下の6種類があります.
24974 \end_layout
24975
24976 \begin_layout Description
24977 <参照>: これはフロート番号を表示します.これが既定値です.例:
24978 \begin_inset CommandInset ref
24979 LatexCommand ref
24980 reference "fig:歪められた二つの像"
24981
24982 \end_inset
24983
24984
24985 \end_layout
24986
24987 \begin_layout Description
24988 (<参照>): これはフロート番号を2つのかっこの中に表示します.これはふつう数式を,とくに参照名「Equation」を省略して参照する際に用いられる様式です.
24989 例:
24990 \begin_inset CommandInset ref
24991 LatexCommand eqref
24992 reference "eq:Wgn"
24993
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \begin_layout Description
25000 <参照ページ>: これはページ番号を表示します.例:Page
25001 \begin_inset space ~
25002 \end_inset
25003
25004
25005 \begin_inset CommandInset ref
25006 LatexCommand pageref
25007 reference "fig:歪められた二つの像"
25008
25009 \end_inset
25010
25011
25012 \end_layout
25013
25014 \begin_layout Description
25015 on
25016 \begin_inset space ~
25017 \end_inset
25018
25019 page
25020 \begin_inset space ~
25021 \end_inset
25022
25023 <参照ページ>: これは「on page」という文とページ番号を表示します.例:
25024 \begin_inset CommandInset ref
25025 LatexCommand vpageref
25026 reference "fig:歪められた二つの像"
25027
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \begin_layout Description
25034 <参照>
25035 \begin_inset space ~
25036 \end_inset
25037
25038 on
25039 \begin_inset space ~
25040 \end_inset
25041
25042 page
25043 \begin_inset space ~
25044 \end_inset
25045
25046 <参照ページ>: これはフロート番号と「on page」という文とページ番号を表示します.例:
25047 \begin_inset CommandInset ref
25048 LatexCommand vref
25049 reference "fig:歪められた二つの像"
25050
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \begin_layout Description
25057 整形された参照: これは自製の相互参照書式で出力します.
25058 \begin_inset Newline newline
25059 \end_inset
25060
25061
25062 \begin_inset Note Greyedout
25063 status open
25064
25065 \begin_layout Plain Layout
25066
25067 \series bold
25068 【註】
25069 \series default
25070 この機能は,\SpecialChar LaTeX
25071 パッケージ
25072 \series bold
25073 prettyref
25074 \series default
25075 または
25076 \series bold
25077 refstyle
25078 \series default
25079 が導入されている場合のみ使用することができます.
25080 \begin_inset Index idx
25081 status collapsed
25082
25083 \begin_layout Plain Layout
25084 \SpecialChar LaTeX
25085 ぱっけーじ@\SpecialChar LaTeX
25086 パッケージ! prettyref
25087 \end_layout
25088
25089 \end_inset
25090
25091
25092 \begin_inset Index idx
25093 status collapsed
25094
25095 \begin_layout Plain Layout
25096 \SpecialChar LaTeX
25097 ぱっけーじ@\SpecialChar LaTeX
25098 パッケージ ! refstyle
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \begin_inset Newline newline
25110 \end_inset
25111
25112 メニュー
25113 \family sans
25114 文書\SpecialChar menuseparator
25115 設定\SpecialChar menuseparator
25116 文書クラス
25117 \family default
25118 でオプション
25119 \family sans
25120 相互参照に(prettyrefではなく)refstyleを使用
25121 \family default
25122 を設定すると,この機能で使用する\SpecialChar LaTeX
25123 パッケージを選択することができます.書式は,文書プリアンブルに
25124 \series bold
25125
25126 \backslash
25127 newrefformat
25128 \series default
25129 コマンド(prettyrefの場合)あるいは
25130 \series bold
25131
25132 \backslash
25133 newref
25134 \series default
25135 コマンド(refstyleの場合)を書き加えることによって指定することができます.たとえば,図への参照(これは短絡ラベル「
25136 \family sans
25137 fig
25138 \family default
25139 」を持ちます)をすべて定義し直すには,
25140 \begin_inset Newline newline
25141 \end_inset
25142
25143
25144 \series bold
25145
25146 \backslash
25147 newref{fig}{refcmd={Image on page 
25148 \backslash
25149 pageref{#1}}}
25150 \begin_inset Newline newline
25151 \end_inset
25152
25153
25154 \series default
25155 というコマンドを用います.書式についての詳細は,パッケージの取扱説明書
25156 \begin_inset CommandInset citation
25157 LatexCommand cite
25158 key "prettyref,refstyle"
25159 literal "true"
25160
25161 \end_inset
25162
25163 をご覧ください.
25164 \begin_inset Newline newline
25165 \end_inset
25166
25167
25168 \family sans
25169 複数形
25170 \family default
25171
25172 \family sans
25173 大文字化
25174 \family default
25175 のオプションは,\SpecialChar LaTeX
25176 パッケージ
25177 \series bold
25178 refstyle
25179 \series default
25180 を使用している時のみ,利用可能になります.
25181 \family sans
25182 複数形
25183 \family default
25184 は,例えば「images」のように単語に
25185 \emph on
25186 s
25187 \emph default
25188 を付けるものであり,
25189 \family sans
25190 大文字化
25191 \family default
25192 は「Image」のように単語を大文字にするものですので,日本語文書には有用ではありません.
25193 \end_layout
25194
25195 \begin_layout Description
25196 名称参照: これは,下のような参照のキャプションを出力します.
25197 \begin_inset Newline newline
25198 \end_inset
25199
25200  
25201 \begin_inset CommandInset ref
25202 LatexCommand nameref
25203 reference "fig:歪められた二つの像"
25204
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \begin_layout Description
25211 ラベルのみ これは,
25212 \begin_inset CommandInset ref
25213 LatexCommand labelonly
25214 reference "fig:歪められた二つの像"
25215 plural "false"
25216 caps "false"
25217 noprefix "false"
25218
25219 \end_inset
25220
25221 のように参照の\SpecialChar LaTeX
25222 ラベルのみ出力します.
25223 \begin_inset Newline newline
25224 \end_inset
25225
25226 これによって,ラベルを\SpecialChar TeX
25227 コード中でしようできるようになります.
25228 \family sans
25229 接頭辞なし
25230 \family default
25231 オプションを使えば,ラベル名の接頭辞を
25232 \begin_inset CommandInset ref
25233 LatexCommand labelonly
25234 reference "fig:歪められた二つの像"
25235 plural "false"
25236 caps "false"
25237 noprefix "true"
25238
25239 \end_inset
25240
25241 のように取り除くことができます.
25242 \end_layout
25243
25244 \begin_layout Standard
25245
25246 \family sans
25247 <参照ページ>
25248 \family default
25249 は,ラベルが同一あるいは前後ページにある場合には,ページ番号を出力しません.その代わりに「
25250 \family sans
25251 on this page
25252 \family default
25253 」のような文章が表示されます.様式
25254 \family sans
25255 <参照> on page <参照ページ>
25256 \family default
25257 では,ラベルが同一ページにある場合には,ページに関することは出力されません.
25258 \end_layout
25259
25260 \begin_layout Standard
25261 出力中で参照されている頁番号と文書中の位置は,\SpecialChar LaTeX
25262 が自動的に計算します.参照の種類は,相互参照ボックスをクリックすると現れる相互参照ウィンドウ中の
25263 \family sans
25264 書式
25265 \family default
25266 フィールドで選ぶことができます.
25267 \end_layout
25268
25269 \begin_layout Standard
25270 \begin_inset Note Greyedout
25271 status open
25272
25273 \begin_layout Plain Layout
25274
25275 \series bold
25276 【註】
25277 \series default
25278 \SpecialChar LaTeX
25279 パッケージ
25280 \series bold
25281 prettyref
25282 \series default
25283
25284 \begin_inset Index idx
25285 status collapsed
25286
25287 \begin_layout Plain Layout
25288 \SpecialChar LaTeX
25289 ぱっけーじ@\SpecialChar LaTeX
25290 パッケージ! prettyref
25291 \end_layout
25292
25293 \end_inset
25294
25295 は,\SpecialChar LyX
25296 の取り得るラベル
25297 \begin_inset Flex Ruby
25298 status collapsed
25299
25300 \begin_layout Plain Layout
25301 捷径
25302 \begin_inset Argument post:1
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306 ショートカット
25307 \end_layout
25308
25309 \end_inset
25310
25311
25312 \end_layout
25313
25314 \end_inset
25315
25316
25317 \begin_inset Foot
25318 status collapsed
25319
25320 \begin_layout Plain Layout
25321 例えば,
25322 \begin_inset Quotes eld
25323 \end_inset
25324
25325 fig:
25326 \begin_inset Quotes erd
25327 \end_inset
25328
25329 は図キャプションを表す\SpecialChar LyX
25330
25331 \begin_inset Flex Ruby
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335 捷径
25336 \begin_inset Argument post:1
25337 status collapsed
25338
25339 \begin_layout Plain Layout
25340 ショートカット
25341 \end_layout
25342
25343 \end_inset
25344
25345
25346 \end_layout
25347
25348 \end_inset
25349
25350 です.
25351 \end_layout
25352
25353 \end_inset
25354
25355 を全部は解釈できず,国際化もされていないので,
25356 \series bold
25357 refstyle
25358 \series default
25359
25360 \begin_inset Index idx
25361 status collapsed
25362
25363 \begin_layout Plain Layout
25364 \SpecialChar LaTeX
25365 ぱっけーじ@\SpecialChar LaTeX
25366 パッケージ ! refstyle
25367 \end_layout
25368
25369 \end_inset
25370
25371 を使用することを推奨します.
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \end_layout
25378
25379 \begin_layout Subsection
25380 参照名の自動命名
25381 \begin_inset Index idx
25382 status collapsed
25383
25384 \begin_layout Plain Layout
25385 さんしょう@参照 ! じどうめいめい@自動命名
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \begin_layout Standard
25394
25395 \family sans
25396 文書設定
25397 \family default
25398 ダイアログの
25399 \family sans
25400 PDF特性
25401 \family default
25402 で有効にされた
25403 \series bold
25404 hyperref
25405 \series default
25406
25407 \begin_inset Index idx
25408 status collapsed
25409
25410 \begin_layout Plain Layout
25411 \SpecialChar LaTeX
25412 ぱっけーじ@\SpecialChar LaTeX
25413 パッケージ ! hyperref
25414 \end_layout
25415
25416 \end_inset
25417
25418  \SpecialChar LaTeX
25419 パッケージは,相互参照が参照されたフロート(あるいは
25420 \emph on
25421
25422 \emph default
25423 のような文章中の箇所)の名称を自動的に取り入れてくれるという,たいへん便利な機能を提供します.つまり,図への参照毎に前に「図」と書き込む必要はなくなるのです.こ
25424 の機能を使用するには,hyperrefを有効にして,
25425 \end_layout
25426
25427 \begin_layout Standard
25428
25429 \series bold
25430
25431 \backslash
25432 AtBeginDocument{
25433 \backslash
25434 renewcommand{
25435 \backslash
25436 ref}[1]{
25437 \backslash
25438 mbox{
25439 \backslash
25440 autoref{#1}}}}
25441 \end_layout
25442
25443 \begin_layout Standard
25444 という行を\SpecialChar LaTeX
25445 プリアンブルに挿入してください.たとえば「section」の代わりに「sec.
25446 \begin_inset space \thinspace{}
25447 \end_inset
25448
25449 」としたいなど,既定の参照名以外のものが欲しい場合には,
25450 \end_layout
25451
25452 \begin_layout Standard
25453
25454 \series bold
25455
25456 \backslash
25457 addto
25458 \backslash
25459 extrasjapanese{
25460 \backslash
25461 renewcommand{
25462 \backslash
25463 sectionautorefname}
25464 \begin_inset Newline newline
25465 \end_inset
25466
25467
25468 \begin_inset Phantom HPhantom
25469 status open
25470
25471 \begin_layout Plain Layout
25472
25473 \series bold
25474 \begin_inset space ~
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \end_inset
25481
25482 {sec.
25483 \backslash
25484 negthinspace}}
25485 \end_layout
25486
25487 \begin_layout Standard
25488 のようにプリアンブルに挿入することで参照名を再定義することができます.英語以外の文書言語を使用している際には,
25489 \begin_inset Newline newline
25490 \end_inset
25491
25492
25493 \series bold
25494
25495 \backslash
25496 extrasjapaneseを
25497 \backslash
25498 extras***
25499 \series default
25500 に置き換えてください(***は使用中の言語名).
25501 \end_layout
25502
25503 \begin_layout Standard
25504 自動命名を行いたいけれども,ある参照型以外,たとえば数式以外に対して行いたいときには,以下のようなプリアンブルコードを書いてください.
25505 \end_layout
25506
25507 \begin_layout Standard
25508
25509 \series bold
25510
25511 \backslash
25512 addto
25513 \backslash
25514 extrasjapanese{
25515 \backslash
25516 renewcommand*{
25517 \backslash
25518 equationautorefname}[1]{}}
25519 \end_layout
25520
25521 \begin_layout Standard
25522 この話題に関する詳細は,hyperrefの説明書
25523 \begin_inset CommandInset citation
25524 LatexCommand cite
25525 key "hyperref"
25526 literal "true"
25527
25528 \end_inset
25529
25530 をお読みください.
25531 \end_layout
25532
25533 \begin_layout Standard
25534 \begin_inset Note Greyedout
25535 status open
25536
25537 \begin_layout Plain Layout
25538
25539 \series bold
25540 【註】
25541 \series default
25542 参照の自動命名は,相互参照を
25543 \family sans
25544 整形参照
25545 \family default
25546 様式(第
25547 \begin_inset CommandInset ref
25548 LatexCommand ref
25549 reference "subsec:相互参照の書式"
25550
25551 \end_inset
25552
25553 節)で使用しているときには,使用することができません.
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \begin_layout Standard
25562 \SpecialChar LyX
25563 の取扱説明書『
25564 \emph on
25565 数式篇
25566 \emph default
25567 』では,参照名の自動命名が使用されています.
25568 \end_layout
25569
25570 \begin_layout Subsection
25571 参照位置
25572 \begin_inset CommandInset label
25573 LatexCommand label
25574 name "subsec:参照位置"
25575
25576 \end_inset
25577
25578
25579 \begin_inset Index idx
25580 status collapsed
25581
25582 \begin_layout Plain Layout
25583 さんしょう@参照 ! さんしょういち@参照位置
25584 \end_layout
25585
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Standard
25592
25593 \family sans
25594 文書設定
25595 \family default
25596 ダイアログの
25597 \family sans
25598 PDF特性
25599 \family default
25600 で,
25601 \series bold
25602 hyperref
25603 \series default
25604
25605 \begin_inset Index idx
25606 status collapsed
25607
25608 \begin_layout Plain Layout
25609 \SpecialChar LaTeX
25610 ぱっけーじ@\SpecialChar LaTeX
25611 パッケージ ! hyperref
25612 \end_layout
25613
25614 \end_inset
25615
25616 を使用して出力中で相互参照をリンクするようにした場合には,画像フロート参照をクリックすると,画像ラベルに移動できるようになります.キャプションは,スクリーン上の
25617 テキストの最初の部分なので,スクロールしないと画像を見ることができません.これは,参照リンク標がラベルの位置に置かれるからです.\SpecialChar LaTeX
25618 パッケージの
25619 \series bold
25620 hyperref
25621 \series default
25622
25623 \begin_inset Index idx
25624 status collapsed
25625
25626 \begin_layout Plain Layout
25627 \SpecialChar LaTeX
25628 ぱっけーじ@\SpecialChar LaTeX
25629 パッケージ ! hyperref
25630 \end_layout
25631
25632 \end_inset
25633
25634 の一部である
25635 \series bold
25636 hyperref
25637 \series default
25638
25639 \begin_inset Index idx
25640 status collapsed
25641
25642 \begin_layout Plain Layout
25643 \SpecialChar LaTeX
25644 ぱっけーじ@\SpecialChar LaTeX
25645 パッケージ ! hyperref
25646 \end_layout
25647
25648 \end_inset
25649
25650 パッケージを使うと,リンク標はフロートの最初に置かれます.この機能を図フロートに対して使用するには,文書プリアンブルに
25651 \end_layout
25652
25653 \begin_layout Standard
25654
25655 \series bold
25656
25657 \backslash
25658 usepackage[figure]{hypcap}
25659 \end_layout
25660
25661 \begin_layout Standard
25662 という行を書いて,hypcapを読み込んでください.hypcapをすべてのフロート型に対して使用することもできますが,安定性の問題から推奨できません.詳しくは,
25663 hypcapの説明書
25664 \begin_inset CommandInset citation
25665 LatexCommand cite
25666 key "hypcap"
25667 literal "true"
25668
25669 \end_inset
25670
25671 をご覧ください.
25672 \end_layout
25673
25674 \begin_layout Standard
25675 \begin_inset Note Greyedout
25676 status open
25677
25678 \begin_layout Plain Layout
25679
25680 \series bold
25681 【註】hypcap
25682 \series default
25683 は内部図への参照には効力がありません.
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \begin_layout Section
25692 フロートの配置
25693 \begin_inset CommandInset label
25694 LatexCommand label
25695 name "sec:フロートの配置"
25696
25697 \end_inset
25698
25699
25700 \begin_inset Index idx
25701 status collapsed
25702
25703 \begin_layout Plain Layout
25704 ふろーと@フロート ! はいち@配置
25705 \end_layout
25706
25707 \end_inset
25708
25709
25710 \end_layout
25711
25712 \begin_layout Standard
25713
25714 \family roman
25715 \series medium
25716 \shape up
25717 \size normal
25718 \emph off
25719 \bar no
25720 \noun off
25721 \color none
25722 フロートボックスを右クリックすると,ダイアログが開いて,ここで\SpecialChar LaTeX
25723 がフロートを配置するのに使う配置オプションを変更できるようになります.
25724 \begin_inset Newline newline
25725 \end_inset
25726
25727
25728 \family sans
25729 \series default
25730 \shape default
25731 \size default
25732 \emph default
25733 \bar default
25734 \noun default
25735 \color inherit
25736 段をまたぐ
25737 \family roman
25738 \series medium
25739 \shape up
25740 \size normal
25741 \emph off
25742 \bar no
25743 \noun off
25744 \color none
25745 オプションは,二段組文書でのみ有効です.これを選択すると,フロートは段の中のみに収められないで,ページの両段にまたがって広がります.
25746 \begin_inset Newline newline
25747 \end_inset
25748
25749
25750 \family sans
25751 \series default
25752 \shape default
25753 \size default
25754 \emph default
25755 \bar default
25756 \noun default
25757 \color inherit
25758 横倒しに回転
25759 \family roman
25760 \series medium
25761 \shape up
25762 \size normal
25763 \emph off
25764 \bar no
25765 \noun off
25766 \color none
25767 オプションは,フロートを回転するのに用います.第
25768 \family default
25769 \series default
25770 \shape default
25771 \size default
25772 \emph default
25773 \bar default
25774 \noun default
25775 \color inherit
25776
25777 \begin_inset CommandInset ref
25778 LatexCommand ref
25779 reference "sec:回転フロート"
25780
25781 \end_inset
25782
25783
25784 \family roman
25785 \series medium
25786 \shape up
25787 \size normal
25788 \emph off
25789 \bar no
25790 \noun off
25791 \color none
25792 節をご参照ください.
25793 \end_layout
25794
25795 \begin_layout Standard
25796
25797 \family roman
25798 \series medium
25799 \shape up
25800 \size normal
25801 \emph off
25802 \bar no
25803 \noun off
25804 \color none
25805 フロートダイアログでは,
25806 \family sans
25807 \series default
25808 \shape default
25809 \size default
25810 \emph default
25811 \bar default
25812 \noun default
25813 \color inherit
25814 既定の配置を使う
25815 \family roman
25816 \series medium
25817 \shape up
25818 \size normal
25819 \emph off
25820 \bar no
25821 \noun off
25822 \color none
25823 オプションを無効にしたときには,特定のフロートの配置を設定するのに以下のオプションの一つ以上を設定することができます.
25824 \end_layout
25825
25826 \begin_layout Description
25827 可能ならば現在位置に: 
25828 \family roman
25829 \series medium
25830 \shape up
25831 \size normal
25832 \emph off
25833 \bar no
25834 \noun off
25835 \color none
25836 フロートを挿入位置に配置することを試みます
25837 \end_layout
25838
25839 \begin_layout Description
25840 ページ上部: 
25841 \family roman
25842 \series medium
25843 \shape up
25844 \size normal
25845 \emph off
25846 \bar no
25847 \noun off
25848 \color none
25849 フロートを現在ページの上部に配置することを試みます
25850 \end_layout
25851
25852 \begin_layout Description
25853 ページ下部: 
25854 \family roman
25855 \series medium
25856 \shape up
25857 \size normal
25858 \emph off
25859 \bar no
25860 \noun off
25861 \color none
25862 フロートを現在ページの下部に配置することを試みます
25863 \end_layout
25864
25865 \begin_layout Description
25866 フロートを独立したページに: 
25867 \family roman
25868 \series medium
25869 \shape up
25870 \size normal
25871 \emph off
25872 \bar no
25873 \noun off
25874 \color none
25875 フロートを独立したページに配置することを試みます
25876 \end_layout
25877
25878 \begin_layout Standard
25879 \SpecialChar LaTeX
25880 は,
25881 \emph on
25882 つねに
25883 \emph default
25884 上記のオプション順を用います.すなわち,既定の配置を使用すると,\SpecialChar LaTeX
25885 はまず
25886 \family sans
25887 可能ならば現在位置に
25888 \family default
25889 を試み,次に
25890 \family sans
25891 ページの上部
25892 \family default
25893 ,その後他のオプションを試みます.既定値を使わないときには,\SpecialChar LaTeX
25894 は有効化されたオプションのみを使用しますが,やはり同じ順序でこれらを試みます.これら四つの配置がいず
25895 れも無理な場合は,フロートを内部的に次のページにおいてみて同様の手続きがうまくいくかどうかを試みます.
25896 \end_layout
25897
25898 \begin_layout Standard
25899 既定では,各オプションはそれぞれ以下の規則を持っています.
25900 \end_layout
25901
25902 \begin_layout Labeling
25903 \labelwidthstring 00.00.0000
25904
25905 \family sans
25906 ページ上部
25907 \family default
25908  は,フロートのページに占める割合が7割以下の場合のみ,ページ上部に配置します(
25909 \series bold
25910
25911 \backslash
25912 topfraction
25913 \series default
25914 ).
25915 \end_layout
25916
25917 \begin_layout Labeling
25918 \labelwidthstring 00.00.0000
25919
25920 \family sans
25921 ページ下部
25922 \family default
25923  は,フロートのページに占める割合が3割以下の場合のみ,ページ下部に配置します(
25924 \series bold
25925
25926 \backslash
25927 bottomfraction
25928 \series default
25929 ).
25930 \end_layout
25931
25932 \begin_layout Labeling
25933 \labelwidthstring 00.00.0000
25934
25935 \family sans
25936 フロートを独立したページ 
25937 \family default
25938 には,フロートのページに占める割合が5割以下の場合のみ,複数のフロートを同一ページに配置します(
25939 \series bold
25940
25941 \backslash
25942 floatpagefraction
25943 \series default
25944 ).
25945 \end_layout
25946
25947 \begin_layout Standard
25948 これらの規則に従いたくないときは,
25949 \family sans
25950 \SpecialChar LaTeX
25951 の規則を無視する
25952 \family default
25953 オプションを追加することによって,これらを無視することができます.
25954 \begin_inset Newline newline
25955 \end_inset
25956
25957 上記説明の後ろに括弧でくくってある\SpecialChar LaTeX
25958 コマンドを使うと,これらの規則を定義しなおすこともできます.たとえば,往々にして小さすぎる,ページ下部規則の既定値を,ページの
25959 5割に変えるには,文書プリアンブルに
25960 \end_layout
25961
25962 \begin_layout Standard
25963
25964 \series bold
25965
25966 \backslash
25967 renewcommand{
25968 \backslash
25969 bottomfraction}{0.5}
25970 \end_layout
25971
25972 \begin_layout Standard
25973 という行を加えてください.
25974 \end_layout
25975
25976 \begin_layout Standard
25977 ときにはフロートを,挿入位置に正確に,しかもかならず配置させたい場合があるかもしれません.このような場合には,
25978 \family sans
25979 何としても現在位置に置く
25980 \family default
25981 オプションを使用します.このオプションはできる限り使わないようにし,使う場合でも印刷する直前にまで文書が仕上がってから,使用するようにしてください.なぜならば,
25982 このオプションを使うことによって,フロートはもはや「漂う」ことができなくなりますから,文書に変更を加えてしまうと,ページのレイアウトが往々にして破壊されてしまう
25983 からです.
25984 \end_layout
25985
25986 \begin_layout Standard
25987 折返しフロートは,つねにどれかの段落の本文で囲まれますので,配置オプションはありません.
25988 \end_layout
25989
25990 \begin_layout Standard
25991 \begin_inset VSpace bigskip
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Standard
25998 対応する節がページの中程から始まるのというのに,フロートがページの先頭に置かれてしまうために,読者がフロートを前節の一部であると勘違いしてしまうという問題に直面
25999 することがあります.この問題を避けるには,\SpecialChar LaTeX
26000 コマンドの
26001 \backslash
26002 suppressfloatsを使用することができます.これは,これが挿入されたページの特定のフロートの配置を抑制するので,節が始まる前にフロートが設定されてしま
26003 うのを避けるのに使用することができます.これを用いるには,文書プリアンブルに以下のコマンドを加えてください.
26004 \end_layout
26005
26006 \begin_layout Standard
26007
26008 \series bold
26009
26010 \backslash
26011 let
26012 \backslash
26013 mySection
26014 \backslash
26015 section
26016 \begin_inset Newline newline
26017 \end_inset
26018
26019
26020 \backslash
26021 renewcommand{
26022 \backslash
26023 section}{
26024 \backslash
26025 suppressfloats[t]
26026 \backslash
26027 mySection}
26028 \end_layout
26029
26030 \begin_layout Standard
26031 これと同じものは,章や小節など,すべての節見出しに用いることができます.この定義は,小々節のような小さい文字の部分では,\SpecialChar LaTeX
26032 が適当な配置を見つけるのに失敗することが
26033 あるので,これらに対する定義はお勧めしません.
26034 \end_layout
26035
26036 \begin_layout Standard
26037 \begin_inset VSpace bigskip
26038 \end_inset
26039
26040 場合によっては,すべての図表を文末に置く必要があることがあります.この目的のために,\SpecialChar LaTeX
26041 パッケージ
26042 \series bold
26043 endfloat
26044 \series default
26045
26046 \begin_inset Index idx
26047 status collapsed
26048
26049 \begin_layout Plain Layout
26050 \SpecialChar LaTeX
26051 ぱっけーじ@\SpecialChar LaTeX
26052 パッケージ ! endfloat
26053 \end_layout
26054
26055 \end_inset
26056
26057 が開発されました.このパッケージは,すべての図表を文末に独立した節として置きます.元のフロート位置には,
26058 \begin_inset Quotes eld
26059 \end_inset
26060
26061
26062 \family sans
26063 [Figure
26064 \begin_inset space ~
26065 \end_inset
26066
26067 3.2 about here.]
26068 \family default
26069
26070 \begin_inset Quotes erd
26071 \end_inset
26072
26073 というようなヒント文が挿入されます.endfloatパッケージは,プリアンブルに
26074 \end_layout
26075
26076 \begin_layout Standard
26077
26078 \series bold
26079
26080 \backslash
26081 usepackage[options]{endfloat}
26082 \end_layout
26083
26084 \begin_layout Standard
26085 という行を加えることで読み込まれます.このようにして生成された図表の節を整形するために,さまざまなパッケージオプションがあります.詳細は,
26086 \series bold
26087 endfloat
26088 \series default
26089 取扱説明書
26090 \begin_inset CommandInset citation
26091 LatexCommand cite
26092 key "endfloat"
26093 literal "true"
26094
26095 \end_inset
26096
26097 をご参照ください.
26098 \begin_inset Newline newline
26099 \end_inset
26100
26101
26102 \begin_inset Note Greyedout
26103 status open
26104
26105 \begin_layout Plain Layout
26106
26107 \series bold
26108 【註】endfloat
26109 \series default
26110 は,ヒント文の自動翻訳を行わないので,手動で行わなくてはなりません.
26111 \begin_inset CommandInset citation
26112 LatexCommand cite
26113 key "endfloat"
26114 literal "true"
26115
26116 \end_inset
26117
26118 の第4節をご参照ください.
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \begin_inset Newline newline
26125 \end_inset
26126
26127
26128 \begin_inset Note Greyedout
26129 status open
26130
26131 \begin_layout Plain Layout
26132
26133 \series bold
26134 【註】
26135 \series default
26136 現在のところ,
26137 \series bold
26138 endfloat
26139 \series default
26140 にはキャプションにドイツ語の「ß」が含まれているときにうまく動かないバグがあります.この場合には,「ß」の代わりに\SpecialChar TeX
26141 コードで「
26142 \series bold
26143
26144 \backslash
26145 ss
26146 \series default
26147 」コマンドを使用してください.
26148 \end_layout
26149
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \begin_layout Standard
26156 \begin_inset VSpace bigskip
26157 \end_inset
26158
26159 フロートの割付に関する詳細は,\SpecialChar LaTeX
26160 関連書
26161 \begin_inset CommandInset citation
26162 LatexCommand cite
26163 key "latexcompanion,latexguide,latexbook"
26164 literal "true"
26165
26166 \end_inset
26167
26168 をご覧ください.
26169 \end_layout
26170
26171 \begin_layout Section
26172 回転フロート
26173 \begin_inset CommandInset label
26174 LatexCommand label
26175 name "sec:回転フロート"
26176
26177 \end_inset
26178
26179
26180 \begin_inset Index idx
26181 status collapsed
26182
26183 \begin_layout Plain Layout
26184 ふろーと@フロート ! かいてん@回転
26185 \end_layout
26186
26187 \end_inset
26188
26189
26190 \end_layout
26191
26192 \begin_layout Standard
26193 特に横長の表などの場合,フロートを回転させたいことがあります.キャプションを含むフロート全体を回転させたいときは,フロートボックスを右クリックして,
26194 \family sans
26195 横倒しに回転
26196 \family default
26197 オプションを有効にします.
26198 \end_layout
26199
26200 \begin_layout Standard
26201 回転フロートは,つねに独立したページ(二段組文書のときは独立した段)に配置されます.フロート設定の
26202 \family sans
26203 段をまたぐ
26204 \family default
26205 オプションを有効にすれば,複数の段にまたがるようにすることができます.また,回転フロートは,外側余白方向から読むことができるような形に回転されます.全ページにわ
26206 たって回転方向を強制したい場合には,文書クラスオプションに
26207 \series bold
26208 figuresleft
26209 \series default
26210 オプションあるいは
26211 \series bold
26212 figuresright
26213 \series default
26214 オプションを加えることができます.
26215 \end_layout
26216
26217 \begin_layout Standard
26218 回転フロートへの相互参照は,通常のフロートの場合と同じです.キャプションの形式も同じです.表
26219 \begin_inset CommandInset ref
26220 LatexCommand ref
26221 reference "tab:回転した表"
26222
26223 \end_inset
26224
26225 が回転表フロートの例です.
26226 \end_layout
26227
26228 \begin_layout Standard
26229 \begin_inset Note Greyedout
26230 status open
26231
26232 \begin_layout Plain Layout
26233
26234 \series bold
26235 【註】
26236 \series default
26237 すべてのDVIビューアが回転フロートを表示できるわけではありません.
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \begin_layout Standard
26246 \begin_inset Float table
26247 placement document
26248 alignment document
26249 wide false
26250 sideways true
26251 status open
26252
26253 \begin_layout Plain Layout
26254 \begin_inset Caption Standard
26255
26256 \begin_layout Plain Layout
26257 \begin_inset CommandInset label
26258 LatexCommand label
26259 name "tab:回転した表"
26260
26261 \end_inset
26262
26263 回転した表
26264 \end_layout
26265
26266 \end_inset
26267
26268
26269 \end_layout
26270
26271 \begin_layout Plain Layout
26272 \align center
26273 \begin_inset Tabular
26274 <lyxtabular version="3" rows="1" columns="5">
26275 <features tabularvalignment="middle">
26276 <column alignment="center" valignment="top">
26277 <column alignment="center" valignment="top">
26278 <column alignment="center" valignment="top">
26279 <column alignment="center" valignment="top">
26280 <column alignment="center" valignment="top">
26281 <row>
26282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Plain Layout
26286 試験
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26310 \begin_inset Text
26311
26312 \begin_layout Plain Layout
26313
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Plain Layout
26322
26323 \end_layout
26324
26325 \end_inset
26326 </cell>
26327 </row>
26328 </lyxtabular>
26329
26330 \end_inset
26331
26332
26333 \end_layout
26334
26335 \end_inset
26336
26337
26338 \end_layout
26339
26340 \begin_layout Section
26341 従属フロート
26342 \begin_inset Index idx
26343 status collapsed
26344
26345 \begin_layout Plain Layout
26346 ふろーと@フロート ! じゅうぞくふろーと@従属フロート
26347 \end_layout
26348
26349 \end_inset
26350
26351
26352 \end_layout
26353
26354 \begin_layout Standard
26355 従属フロートは,図が複数の画像から成るような場合に使用します.これは,フロートの中に新たなフロートを挿入することで作ることができます.従属フロートの揃えは,表
26356 \begin_inset CommandInset ref
26357 LatexCommand ref
26358 reference "tab:従属表を横に並べたもの"
26359
26360 \end_inset
26361
26362 と表
26363 \begin_inset CommandInset ref
26364 LatexCommand ref
26365 reference "tab:従属表を縦に並べたもの"
26366
26367 \end_inset
26368
26369 に示されているように段落と同様に指定することができます.
26370 \end_layout
26371
26372 \begin_layout Standard
26373 従属フロートの参照は,通常のフロートの参照と同様にすることができます.例:表
26374 \begin_inset CommandInset ref
26375 LatexCommand ref
26376 reference "tab:これは従属表a"
26377
26378 \end_inset
26379
26380 と表
26381 \begin_inset CommandInset ref
26382 LatexCommand ref
26383 reference "tab:これは従属表b"
26384
26385 \end_inset
26386
26387 は表
26388 \begin_inset CommandInset ref
26389 LatexCommand ref
26390 reference "tab:従属表を横に並べたもの"
26391
26392 \end_inset
26393
26394 の従属フロートです.
26395 \begin_inset Float table
26396 placement document
26397 alignment document
26398 wide false
26399 sideways false
26400 status open
26401
26402 \begin_layout Plain Layout
26403 \begin_inset Caption Standard
26404
26405 \begin_layout Plain Layout
26406 \begin_inset CommandInset label
26407 LatexCommand label
26408 name "tab:従属表を横に並べたもの"
26409
26410 \end_inset
26411
26412 従属表を横に並べたもの
26413 \end_layout
26414
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \begin_layout Plain Layout
26421 \begin_inset space \hfill{}
26422 \end_inset
26423
26424
26425 \begin_inset Float table
26426 placement document
26427 alignment document
26428 wide false
26429 sideways false
26430 status collapsed
26431
26432 \begin_layout Plain Layout
26433 \begin_inset Caption Standard
26434
26435 \begin_layout Plain Layout
26436 \begin_inset CommandInset label
26437 LatexCommand label
26438 name "tab:これは従属表a"
26439
26440 \end_inset
26441
26442 これは従属表aです.
26443 \end_layout
26444
26445 \end_inset
26446
26447
26448 \end_layout
26449
26450 \begin_layout Plain Layout
26451 \align center
26452 \begin_inset Tabular
26453 <lyxtabular version="3" rows="1" columns="5">
26454 <features tabularvalignment="middle">
26455 <column alignment="center" valignment="top">
26456 <column alignment="center" valignment="top">
26457 <column alignment="center" valignment="top">
26458 <column alignment="center" valignment="top">
26459 <column alignment="center" valignment="top">
26460 <row>
26461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465 試験
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26480 \begin_inset Text
26481
26482 \begin_layout Plain Layout
26483
26484 \end_layout
26485
26486 \end_inset
26487 </cell>
26488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Plain Layout
26501
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 </row>
26507 </lyxtabular>
26508
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \end_inset
26515
26516
26517 \begin_inset space \hfill{}
26518 \end_inset
26519
26520
26521 \begin_inset Float table
26522 placement document
26523 alignment document
26524 wide false
26525 sideways false
26526 status collapsed
26527
26528 \begin_layout Plain Layout
26529 \begin_inset Caption Standard
26530
26531 \begin_layout Plain Layout
26532 \begin_inset CommandInset label
26533 LatexCommand label
26534 name "tab:これは従属表b"
26535
26536 \end_inset
26537
26538 これは従属表bです.
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \begin_layout Plain Layout
26547 \align center
26548 \begin_inset Tabular
26549 <lyxtabular version="3" rows="1" columns="5">
26550 <features tabularvalignment="middle">
26551 <column alignment="center" valignment="top">
26552 <column alignment="center" valignment="top">
26553 <column alignment="center" valignment="top">
26554 <column alignment="center" valignment="top">
26555 <column alignment="center" valignment="top">
26556 <row>
26557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Plain Layout
26561
26562 \end_layout
26563
26564 \end_inset
26565 </cell>
26566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26567 \begin_inset Text
26568
26569 \begin_layout Plain Layout
26570
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579
26580 \end_layout
26581
26582 \end_inset
26583 </cell>
26584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26585 \begin_inset Text
26586
26587 \begin_layout Plain Layout
26588
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597 試験
26598 \end_layout
26599
26600 \end_inset
26601 </cell>
26602 </row>
26603 </lyxtabular>
26604
26605 \end_inset
26606
26607
26608 \end_layout
26609
26610 \end_inset
26611
26612
26613 \begin_inset space \hfill{}
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \begin_inset Float table
26623 placement document
26624 alignment document
26625 wide false
26626 sideways false
26627 status open
26628
26629 \begin_layout Plain Layout
26630 \begin_inset Caption Standard
26631
26632 \begin_layout Plain Layout
26633 \begin_inset CommandInset label
26634 LatexCommand label
26635 name "tab:従属表を縦に並べたもの"
26636
26637 \end_inset
26638
26639 従属表を縦に並べたもの.(a)は4セルから成る表,(b)は5セルから成る表.
26640 \end_layout
26641
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \begin_layout Plain Layout
26648 \noindent
26649 \align center
26650 \begin_inset Float table
26651 placement document
26652 alignment document
26653 wide false
26654 sideways false
26655 status collapsed
26656
26657 \begin_layout Plain Layout
26658 \begin_inset Caption Standard
26659
26660 \begin_layout Plain Layout
26661
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \begin_layout Plain Layout
26670 \align center
26671 \begin_inset Tabular
26672 <lyxtabular version="3" rows="1" columns="4">
26673 <features tabularvalignment="middle">
26674 <column alignment="center" valignment="top">
26675 <column alignment="center" valignment="top">
26676 <column alignment="center" valignment="top">
26677 <column alignment="center" valignment="top">
26678 <row>
26679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26680 \begin_inset Text
26681
26682 \begin_layout Plain Layout
26683 試験
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Plain Layout
26692 試験
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26698 \begin_inset Text
26699
26700 \begin_layout Plain Layout
26701 試験
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26707 \begin_inset Text
26708
26709 \begin_layout Plain Layout
26710 試験
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 </row>
26716 </lyxtabular>
26717
26718 \end_inset
26719
26720
26721 \end_layout
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \begin_layout Plain Layout
26729 \noindent
26730 \align center
26731 \begin_inset Float table
26732 placement document
26733 alignment document
26734 wide false
26735 sideways false
26736 status collapsed
26737
26738 \begin_layout Plain Layout
26739 \begin_inset Caption Standard
26740
26741 \begin_layout Plain Layout
26742
26743 \end_layout
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \begin_layout Plain Layout
26751 \align center
26752 \begin_inset Tabular
26753 <lyxtabular version="3" rows="1" columns="5">
26754 <features tabularvalignment="middle">
26755 <column alignment="center" valignment="top">
26756 <column alignment="center" valignment="top">
26757 <column alignment="center" valignment="top">
26758 <column alignment="center" valignment="top">
26759 <column alignment="center" valignment="top">
26760 <row>
26761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26762 \begin_inset Text
26763
26764 \begin_layout Plain Layout
26765
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26771 \begin_inset Text
26772
26773 \begin_layout Plain Layout
26774
26775 \end_layout
26776
26777 \end_inset
26778 </cell>
26779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Plain Layout
26783
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26789 \begin_inset Text
26790
26791 \begin_layout Plain Layout
26792
26793 \end_layout
26794
26795 \end_inset
26796 </cell>
26797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26798 \begin_inset Text
26799
26800 \begin_layout Plain Layout
26801
26802 \end_layout
26803
26804 \end_inset
26805 </cell>
26806 </row>
26807 </lyxtabular>
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \begin_layout Section
26825 横並びのフロート
26826 \begin_inset Index idx
26827 status collapsed
26828
26829 \begin_layout Plain Layout
26830 ふろーと@フロート ! よこならび@横並び
26831 \end_layout
26832
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \begin_layout Standard
26839
26840 \begin_inset CommandInset ref
26841 LatexCommand ref
26842 reference "fig:左側のフロート"
26843
26844 \end_inset
26845
26846 や図
26847 \begin_inset CommandInset ref
26848 LatexCommand ref
26849 reference "fig:右側のフロート"
26850
26851 \end_inset
26852
26853 のようにフロートを横並びに配置するには,
26854 \emph on
26855 ひとつの
26856 \emph default
26857 フロートのみを使用し,その中に二つのminipageボックスを挿入します
26858 \begin_inset Foot
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862 Minipageは第
26863 \begin_inset CommandInset ref
26864 LatexCommand ref
26865 reference "sec:ミニページ"
26866
26867 \end_inset
26868
26869 節に説明があります.
26870 \end_layout
26871
26872 \end_inset
26873
26874 .幅は45
26875 \begin_inset space \thinspace{}
26876 \end_inset
26877
26878 -50
26879 \begin_inset space \thinspace{}
26880 \end_inset
26881
26882 列幅%とし,各minipageのボックス配置を
26883 \family sans
26884
26885 \family default
26886 に設定します.minipageボックスには,フロートと同じように画像とキャプションを入れます.フロートと唯一違う点は,画像単位
26887 \family sans
26888 列幅%
26889 \family default
26890 がここではminipageボックスの幅によって計算されることです.
26891 \end_layout
26892
26893 \begin_layout Standard
26894 \begin_inset Float figure
26895 placement document
26896 alignment document
26897 wide false
26898 sideways false
26899 status open
26900
26901 \begin_layout Plain Layout
26902 \begin_inset Box Frameless
26903 position "b"
26904 hor_pos "c"
26905 has_inner_box 1
26906 inner_pos "t"
26907 use_parbox 0
26908 use_makebox 0
26909 width "45col%"
26910 special "none"
26911 height "1in"
26912 height_special "totalheight"
26913 thickness "0.4pt"
26914 separation "3pt"
26915 shadowsize "4pt"
26916 framecolor "black"
26917 backgroundcolor "none"
26918 status open
26919
26920 \begin_layout Plain Layout
26921 \align center
26922 \begin_inset Graphics
26923         filename ../clipart/2D-intensity-plot.pdf
26924         width 100col%
26925         scaleBeforeRotation
26926
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \begin_layout Plain Layout
26933 \begin_inset Caption Standard
26934
26935 \begin_layout Plain Layout
26936 \begin_inset CommandInset label
26937 LatexCommand label
26938 name "fig:左側のフロート"
26939
26940 \end_inset
26941
26942 左側のフロート
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \begin_inset space \hfill{}
26954 \end_inset
26955
26956
26957 \begin_inset Box Frameless
26958 position "b"
26959 hor_pos "c"
26960 has_inner_box 1
26961 inner_pos "t"
26962 use_parbox 0
26963 use_makebox 0
26964 width "45col%"
26965 special "none"
26966 height "1in"
26967 height_special "totalheight"
26968 thickness "0.4pt"
26969 separation "3pt"
26970 shadowsize "4pt"
26971 framecolor "black"
26972 backgroundcolor "none"
26973 status open
26974
26975 \begin_layout Plain Layout
26976 \align center
26977 \begin_inset Graphics
26978         filename ../clipart/Star-structure.pdf
26979         width 100col%
26980         scaleBeforeRotation
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \begin_layout Plain Layout
26988 \begin_inset Caption Standard
26989
26990 \begin_layout Plain Layout
26991 \begin_inset CommandInset label
26992 LatexCommand label
26993 name "fig:右側のフロート"
26994
26995 \end_inset
26996
26997 右側のフロート
26998 \end_layout
26999
27000 \end_inset
27001
27002
27003 \end_layout
27004
27005 \end_inset
27006
27007
27008 \end_layout
27009
27010 \begin_layout Plain Layout
27011
27012 \end_layout
27013
27014 \end_inset
27015
27016 2つのフロートを横に並べるには,可変幅ミニページを使うと簡単にできます(第
27017 \begin_inset CommandInset ref
27018 LatexCommand ref
27019 reference "sec:ミニページ"
27020
27021 \end_inset
27022
27023 節参照).可変幅ミニページは,図の幅に自動的に調整されます.明示的に幅を指定する必要もなく,図の水平方向の配置も調整してくれます.ファイル
27024 \family typewriter
27025 examples/varwidth-floats-side-by-side.lyx
27026 \family default
27027 に,この方法の例があります.
27028 \end_layout
27029
27030 \begin_layout Section
27031 キャプションの書式設定
27032 \begin_inset Index idx
27033 status collapsed
27034
27035 \begin_layout Plain Layout
27036 きゃぷしょん@キャプション ! しょしきせってい@書式設定
27037 \end_layout
27038
27039 \end_inset
27040
27041
27042 \begin_inset Index idx
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046 ふろーと@フロート ! きゃぷしょんのしょしきせってい@キャプションの書式設定
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \begin_inset CommandInset label
27053 LatexCommand label
27054 name "sec:キャプションの書式設定"
27055
27056 \end_inset
27057
27058
27059 \end_layout
27060
27061 \begin_layout Standard
27062
27063 \family sans
27064 キャプション
27065 \family default
27066 環境は,
27067 \family sans
27068 フロート
27069 \family default
27070 の既定の段落環境です.キャプションは,\SpecialChar LyX
27071 画面上では,例えば「
27072 \family sans
27073 図 #:
27074 \family default
27075 」のようなラベルの後に,キャプション文を伴って表示されます.ここで「
27076 \family sans
27077 #
27078 \family default
27079 」には,実際には参照番号が入ります.既定の設定では,ラベルと番号はキャプション文と同じフォントになっており,ラベルと文を分けるために,番号の後にコロンが入ります
27080 .このキャプション書式は,すべての文書書式に適しているわけではありません.
27081 \end_layout
27082
27083 \begin_layout Standard
27084 既定のキャプション書式を変更するには,文書プリアンブルに
27085 \end_layout
27086
27087 \begin_layout Standard
27088
27089 \series bold
27090
27091 \backslash
27092 usepackage[format definition]{caption}
27093 \end_layout
27094
27095 \begin_layout Standard
27096 という行を加えて,\SpecialChar LaTeX
27097 パッケージ
27098 \series bold
27099 caption
27100 \series default
27101
27102 \begin_inset Index idx
27103 status collapsed
27104
27105 \begin_layout Plain Layout
27106 \SpecialChar LaTeX
27107 ぱっけーじ@\SpecialChar LaTeX
27108 パッケージ ! caption
27109 \end_layout
27110
27111 \end_inset
27112
27113 を読み込んでください.たとえば,ラベルと番号をサンセリフのボールド体にして,表キャプションを,この文書のように常に表の上に置くようにするには,
27114 \end_layout
27115
27116 \begin_layout Standard
27117
27118 \series bold
27119
27120 \backslash
27121 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27122 \end_layout
27123
27124 \begin_layout Standard
27125 というコマンドを使用してください.また,各フロート型毎に別々のキャプション書式を定義することもできます.この場合には,
27126 \series bold
27127 caption
27128 \series default
27129 パッケージを書式関連オプション抜きで読み込み,文書プリアンブルに
27130 \end_layout
27131
27132 \begin_layout Standard
27133
27134 \series bold
27135
27136 \backslash
27137 captionsetup[フロート型]{書式定義}
27138 \end_layout
27139
27140 \begin_layout Standard
27141 というコマンドを使用して,個別の書式を指定してください.たとえば,図
27142 \begin_inset CommandInset ref
27143 LatexCommand ref
27144 reference "fig:図キャプション"
27145
27146 \end_inset
27147
27148 と表
27149 \begin_inset CommandInset ref
27150 LatexCommand ref
27151 reference "tab:表キャプション"
27152
27153 \end_inset
27154
27155 に使われているキャプション書式は,文書プリアンブルに以下のコマンドを指定することで作り出すことができます.
27156 \end_layout
27157
27158 \begin_layout Standard
27159
27160 \series bold
27161
27162 \backslash
27163 usepackage[tableposition=top]{caption}
27164 \series default
27165
27166 \begin_inset Newline newline
27167 \end_inset
27168
27169
27170 \series bold
27171
27172 \backslash
27173 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27174 \begin_inset Newline newline
27175 \end_inset
27176
27177
27178 \begin_inset Phantom HPhantom
27179 status open
27180
27181 \begin_layout Plain Layout
27182
27183 \backslash
27184 captionsetup[figure]{
27185 \end_layout
27186
27187 \end_inset
27188
27189 labelsep=period}
27190 \begin_inset Newline newline
27191 \end_inset
27192
27193
27194 \backslash
27195 captionsetup[table]{labelfont={bf,sf}}
27196 \end_layout
27197
27198 \begin_layout Standard
27199 \begin_inset Note Greyedout
27200 status open
27201
27202 \begin_layout Plain Layout
27203
27204 \series bold
27205 【註】
27206 \series default
27207 オプションのうち,
27208 \series bold
27209 tableposition=top
27210 \series default
27211 は,文書クラスに
27212 \series bold
27213 KOMA-script
27214 \series default
27215
27216 \begin_inset Index idx
27217 status collapsed
27218
27219 \begin_layout Plain Layout
27220 \SpecialChar LaTeX
27221 ぱっけーじ@\SpecialChar LaTeX
27222 パッケージ ! KOMA-script
27223 \end_layout
27224
27225 \end_inset
27226
27227 が使われているときには,無効になります.この場合には,文書クラスオプション
27228 \series bold
27229 captions=tableheading
27230 \series default
27231 を指定しなくてはなりません.
27232 \end_layout
27233
27234 \end_inset
27235
27236
27237 \end_layout
27238
27239 \begin_layout Standard
27240
27241 \series bold
27242 caption
27243 \series default
27244 パッケージについての詳細は,その取扱説明書
27245 \begin_inset CommandInset citation
27246 LatexCommand cite
27247 key "caption"
27248 literal "true"
27249
27250 \end_inset
27251
27252 をご覧ください.
27253 \end_layout
27254
27255 \begin_layout Standard
27256 ラベル名を,たとえば「図」から「画像」に変更するには,以下のプリアンブルコマンドを使用してください.
27257 \end_layout
27258
27259 \begin_layout Standard
27260
27261 \series bold
27262
27263 \backslash
27264 renewcommand{
27265 \backslash
27266 fnum@figure}{画像~
27267 \backslash
27268 thefigure}
27269 \end_layout
27270
27271 \begin_layout Standard
27272 なお,
27273 \series bold
27274
27275 \backslash
27276 thefigure
27277 \series default
27278 は表番号を挿入し,「
27279 \series bold
27280 ~
27281 \series default
27282 」は保護された空白を入れます.
27283 \end_layout
27284
27285 \begin_layout Standard
27286 \begin_inset VSpace bigskip
27287 \end_inset
27288
27289
27290 \series bold
27291 KOMA-script
27292 \series default
27293
27294 \begin_inset Index idx
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298 \SpecialChar LaTeX
27299 ぱっけーじ@\SpecialChar LaTeX
27300 パッケージ ! KOMA-script
27301 \end_layout
27302
27303 \end_inset
27304
27305 文書クラス(
27306 \family sans
27307 article (KOMA-script)
27308 \family default
27309
27310 \family sans
27311 book (KOMA-script)
27312 \family default
27313
27314 \family sans
27315 letter (KOMA-script)
27316 \family default
27317
27318 \family sans
27319 report (KOMA-script)
27320 \family default
27321 )を使用している場合には,
27322 \series bold
27323 caption
27324 \series default
27325 パッケージの代わりに
27326 \series bold
27327 KOMA-script
27328 \series default
27329 のビルトインコマンド
27330 \series bold
27331 etkomafont
27332 \series default
27333 を使用することもできます.たとえば,キャプションラベルをボールド体にするには,以下のコマンドを文書プリアンブルに加えます.
27334 \end_layout
27335
27336 \begin_layout Standard
27337
27338 \series bold
27339
27340 \backslash
27341 setkomafont{captionlabel}{
27342 \backslash
27343 bfseries}
27344 \end_layout
27345
27346 \begin_layout Standard
27347
27348 \series bold
27349
27350 \backslash
27351 setkomafont
27352 \series default
27353 についての詳細は,
27354 \series bold
27355 KOMA-script
27356 \series default
27357 の取扱説明書
27358 \begin_inset CommandInset citation
27359 LatexCommand cite
27360 key "KOMA-script"
27361 literal "true"
27362
27363 \end_inset
27364
27365 をご覧ください.
27366 \end_layout
27367
27368 \begin_layout Standard
27369 \begin_inset ERT
27370 status collapsed
27371
27372 \begin_layout Plain Layout
27373
27374
27375 \backslash
27376 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27377 }
27378 \end_layout
27379
27380 \end_inset
27381
27382
27383 \begin_inset Note Note
27384 status open
27385
27386 \begin_layout Plain Layout
27387 キャプション書式は,この例のみ変更してあります.
27388 \end_layout
27389
27390 \end_inset
27391
27392
27393 \end_layout
27394
27395 \begin_layout Standard
27396 \begin_inset Float figure
27397 placement !p
27398 alignment document
27399 wide false
27400 sideways false
27401 status open
27402
27403 \begin_layout Plain Layout
27404 \align center
27405 \begin_inset Graphics
27406         filename ../clipart/2D-intensity-plot.pdf
27407         scaleBeforeRotation
27408
27409 \end_inset
27410
27411
27412 \end_layout
27413
27414 \begin_layout Plain Layout
27415 \begin_inset Caption Standard
27416
27417 \begin_layout Plain Layout
27418 \begin_inset CommandInset label
27419 LatexCommand label
27420 name "fig:図キャプション"
27421
27422 \end_inset
27423
27424 これは,別のキャプション書式を例示するための,一行よりも長い図キャプションです.ここでは,自製キャプション書式が使用されています.
27425 \end_layout
27426
27427 \end_inset
27428
27429
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \begin_layout Standard
27438 \begin_inset ERT
27439 status collapsed
27440
27441 \begin_layout Plain Layout
27442
27443
27444 \backslash
27445 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27446 on}
27447 \end_layout
27448
27449 \end_inset
27450
27451
27452 \end_layout
27453
27454 \begin_layout Standard
27455 \begin_inset Float table
27456 placement !p
27457 alignment document
27458 wide false
27459 sideways false
27460 status open
27461
27462 \begin_layout Plain Layout
27463 \begin_inset Caption Standard
27464
27465 \begin_layout Plain Layout
27466 \begin_inset CommandInset label
27467 LatexCommand label
27468 name "tab:表キャプション"
27469
27470 \end_inset
27471
27472 これは,別のキャプション書式を例示するための,一行よりも長い表キャプションです.ここでは,この文書での表キャプションの標準書式が使用されています.
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \begin_layout Plain Layout
27481 \align center
27482 \begin_inset Tabular
27483 <lyxtabular version="3" rows="1" columns="5">
27484 <features tabularvalignment="middle">
27485 <column alignment="center" valignment="top">
27486 <column alignment="center" valignment="top">
27487 <column alignment="center" valignment="top">
27488 <column alignment="center" valignment="top">
27489 <column alignment="center" valignment="top">
27490 <row>
27491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27492 \begin_inset Text
27493
27494 \begin_layout Plain Layout
27495
27496 \end_layout
27497
27498 \end_inset
27499 </cell>
27500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27501 \begin_inset Text
27502
27503 \begin_layout Plain Layout
27504
27505 \end_layout
27506
27507 \end_inset
27508 </cell>
27509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27510 \begin_inset Text
27511
27512 \begin_layout Plain Layout
27513
27514 \end_layout
27515
27516 \end_inset
27517 </cell>
27518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Plain Layout
27522
27523 \end_layout
27524
27525 \end_inset
27526 </cell>
27527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27528 \begin_inset Text
27529
27530 \begin_layout Plain Layout
27531
27532 \end_layout
27533
27534 \end_inset
27535 </cell>
27536 </row>
27537 </lyxtabular>
27538
27539 \end_inset
27540
27541
27542 \end_layout
27543
27544 \end_inset
27545
27546
27547 \end_layout
27548
27549 \begin_layout Section
27550 キャプションの配置
27551 \begin_inset Index idx
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555 きゃぷしょん@キャプション ! はいち@配置
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \begin_inset Index idx
27562 status collapsed
27563
27564 \begin_layout Plain Layout
27565 ふろーと@フロート ! きゃぷしょんのはいち@キャプションの配置
27566 \end_layout
27567
27568 \end_inset
27569
27570
27571 \begin_inset CommandInset label
27572 LatexCommand label
27573 name "sec:キャプションの配置"
27574
27575 \end_inset
27576
27577
27578 \end_layout
27579
27580 \begin_layout Standard
27581 通常,キャプションの配置原則は,
27582 \end_layout
27583
27584 \begin_layout Description
27585 図の場合: キャプションを図の下に置く
27586 \end_layout
27587
27588 \begin_layout Description
27589 表の場合: キャプションを表の上に置く
27590 \end_layout
27591
27592 \begin_layout Standard
27593 という風になっています.\SpecialChar LaTeX
27594 の標準クラスでは,キャプションを表の上に置くことは,残念ながらサポートされていません.したがって,
27595 \family sans
27596 article
27597 \family default
27598
27599 \family sans
27600 book
27601 \family default
27602
27603 \family sans
27604 letter
27605 \family default
27606
27607 \family sans
27608 report
27609 \family default
27610 といった文書クラスを使用している時には,キャプションと表の間に余白が置かれなくなってしまいます.本来あるべき余白を挿入するには,お使いの文書プリアンブルでLaT
27611 eXパッケージ
27612 \series bold
27613 caption
27614 \series default
27615 を読み込むコマンドに
27616 \end_layout
27617
27618 \begin_layout Standard
27619
27620 \series bold
27621 tableposition=top
27622 \end_layout
27623
27624 \begin_layout Standard
27625 というオプションを追加してください
27626 \begin_inset Foot
27627 status collapsed
27628
27629 \begin_layout Plain Layout
27630
27631 \series bold
27632 caption
27633 \series default
27634 パッケージについての詳細な情報は,第
27635 \begin_inset CommandInset ref
27636 LatexCommand ref
27637 reference "sec:キャプションの書式設定"
27638
27639 \end_inset
27640
27641 節をご覧ください.
27642 \end_layout
27643
27644 \end_inset
27645
27646
27647 \series bold
27648 KOMA-script
27649 \series default
27650
27651 \begin_inset Index idx
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 \SpecialChar LaTeX
27656 ぱっけーじ@\SpecialChar LaTeX
27657 パッケージ ! KOMA-script
27658 \end_layout
27659
27660 \end_inset
27661
27662 文書クラス(
27663 \family sans
27664 article (KOMA-script)
27665 \family default
27666
27667 \family sans
27668 book (KOMA-script)
27669 \family default
27670
27671 \family sans
27672 letter (KOMA-script)
27673 \family default
27674
27675 \family sans
27676 report (KOMA-script)
27677 \family default
27678
27679 \begin_inset space \thinspace{}
27680 \end_inset
27681
27682 )をお使いの場合には,
27683 \series bold
27684 caption
27685 \series default
27686 パッケージにオプションを与える代わりに,文書クラスオプション
27687 \end_layout
27688
27689 \begin_layout Standard
27690
27691 \series bold
27692 captions=tableheading
27693 \end_layout
27694
27695 \begin_layout Standard
27696 を設定することもできます
27697 \begin_inset Foot
27698 status collapsed
27699
27700 \begin_layout Plain Layout
27701 このオプションは本文書で使用されています.
27702 \end_layout
27703
27704 \end_inset
27705
27706
27707 \end_layout
27708
27709 \begin_layout Standard
27710 KOMA-Script文書クラスの文書では,キャプションを右クリックして,文脈依存メニューから,これが図表の上または下に来るべきキャプションかを指定することもで
27711 きます.これによって,文書全体のキャプション配置指定にかかわらず,特定のキャプションの配置を変えることができます.表
27712 \begin_inset CommandInset ref
27713 LatexCommand ref
27714 reference "tab:指定付きキャプション"
27715
27716 \end_inset
27717
27718 は,キャプションは,\SpecialChar LyX
27719 中では上に置かれているけれども,表の下に来るように指定されている例です.比較のために,表
27720 \begin_inset CommandInset ref
27721 LatexCommand ref
27722 reference "tab:標準表"
27723
27724 \end_inset
27725
27726 のキャプションでは,指定が為されていません.
27727 \end_layout
27728
27729 \begin_layout Standard
27730 \begin_inset Float table
27731 placement document
27732 alignment document
27733 wide false
27734 sideways false
27735 status open
27736
27737 \begin_layout Plain Layout
27738 \begin_inset Caption Below
27739
27740 \begin_layout Plain Layout
27741 \begin_inset CommandInset label
27742 LatexCommand label
27743 name "tab:指定付きキャプション"
27744
27745 \end_inset
27746
27747 表下に来るように指定されたキャプション
27748 \end_layout
27749
27750 \end_inset
27751
27752
27753 \end_layout
27754
27755 \begin_layout Plain Layout
27756 \align center
27757 \begin_inset Tabular
27758 <lyxtabular version="3" rows="3" columns="3">
27759 <features tabularvalignment="middle">
27760 <column alignment="center" valignment="top" width="0pt">
27761 <column alignment="center" valignment="top" width="0pt">
27762 <column alignment="center" valignment="top" width="0pt">
27763 <row>
27764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27765 \begin_inset Text
27766
27767 \begin_layout Plain Layout
27768 1
27769 \end_layout
27770
27771 \end_inset
27772 </cell>
27773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27774 \begin_inset Text
27775
27776 \begin_layout Plain Layout
27777 2
27778 \end_layout
27779
27780 \end_inset
27781 </cell>
27782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27783 \begin_inset Text
27784
27785 \begin_layout Plain Layout
27786 3
27787 \end_layout
27788
27789 \end_inset
27790 </cell>
27791 </row>
27792 <row>
27793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27794 \begin_inset Text
27795
27796 \begin_layout Plain Layout
27797 森嶋
27798 \end_layout
27799
27800 \end_inset
27801 </cell>
27802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27803 \begin_inset Text
27804
27805 \begin_layout Plain Layout
27806 宇沢
27807 \end_layout
27808
27809 \end_inset
27810 </cell>
27811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27812 \begin_inset Text
27813
27814 \begin_layout Plain Layout
27815 二階堂
27816 \end_layout
27817
27818 \end_inset
27819 </cell>
27820 </row>
27821 <row>
27822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27823 \begin_inset Text
27824
27825 \begin_layout Plain Layout
27826 \begin_inset Formula $\int x^{2}dx$
27827 \end_inset
27828
27829
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Plain Layout
27838 \begin_inset Formula $\left[\begin{array}{cc}
27839 a & b\\
27840 c & d
27841 \end{array}\right]$
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \end_inset
27848 </cell>
27849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27850 \begin_inset Text
27851
27852 \begin_layout Plain Layout
27853 \begin_inset Formula $1+1=2$
27854 \end_inset
27855
27856
27857 \end_layout
27858
27859 \end_inset
27860 </cell>
27861 </row>
27862 </lyxtabular>
27863
27864 \end_inset
27865
27866
27867 \end_layout
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \begin_layout Standard
27875 \begin_inset Float table
27876 placement document
27877 alignment document
27878 wide false
27879 sideways false
27880 status open
27881
27882 \begin_layout Plain Layout
27883 \begin_inset Caption Standard
27884
27885 \begin_layout Plain Layout
27886 \begin_inset CommandInset label
27887 LatexCommand label
27888 name "tab:標準表"
27889
27890 \end_inset
27891
27892 標準の表キャプション
27893 \end_layout
27894
27895 \end_inset
27896
27897
27898 \end_layout
27899
27900 \begin_layout Plain Layout
27901 \align center
27902 \begin_inset Tabular
27903 <lyxtabular version="3" rows="3" columns="3">
27904 <features tabularvalignment="middle">
27905 <column alignment="center" valignment="top" width="0pt">
27906 <column alignment="center" valignment="top" width="0pt">
27907 <column alignment="center" valignment="top" width="0pt">
27908 <row>
27909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27910 \begin_inset Text
27911
27912 \begin_layout Plain Layout
27913 1
27914 \end_layout
27915
27916 \end_inset
27917 </cell>
27918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27919 \begin_inset Text
27920
27921 \begin_layout Plain Layout
27922 2
27923 \end_layout
27924
27925 \end_inset
27926 </cell>
27927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27928 \begin_inset Text
27929
27930 \begin_layout Plain Layout
27931 3
27932 \end_layout
27933
27934 \end_inset
27935 </cell>
27936 </row>
27937 <row>
27938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27939 \begin_inset Text
27940
27941 \begin_layout Plain Layout
27942 森嶋
27943 \end_layout
27944
27945 \end_inset
27946 </cell>
27947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27948 \begin_inset Text
27949
27950 \begin_layout Plain Layout
27951 宇沢
27952 \end_layout
27953
27954 \end_inset
27955 </cell>
27956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27957 \begin_inset Text
27958
27959 \begin_layout Plain Layout
27960 二階堂
27961 \end_layout
27962
27963 \end_inset
27964 </cell>
27965 </row>
27966 <row>
27967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27968 \begin_inset Text
27969
27970 \begin_layout Plain Layout
27971 \begin_inset Formula $\int x^{2}dx$
27972 \end_inset
27973
27974
27975 \end_layout
27976
27977 \end_inset
27978 </cell>
27979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27980 \begin_inset Text
27981
27982 \begin_layout Plain Layout
27983 \begin_inset Formula $\left[\begin{array}{cc}
27984 a & b\\
27985 c & d
27986 \end{array}\right]$
27987 \end_inset
27988
27989
27990 \end_layout
27991
27992 \end_inset
27993 </cell>
27994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27995 \begin_inset Text
27996
27997 \begin_layout Plain Layout
27998 \begin_inset Formula $1+1=2$
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \end_inset
28005 </cell>
28006 </row>
28007 </lyxtabular>
28008
28009 \end_inset
28010
28011
28012 \end_layout
28013
28014 \end_inset
28015
28016
28017 \end_layout
28018
28019 \begin_layout Standard
28020 \begin_inset VSpace bigskip
28021 \end_inset
28022
28023 また,キャプションは,図表の横に置くこともできます.これを実現するには,文書プリアンブルに
28024 \end_layout
28025
28026 \begin_layout Standard
28027
28028 \series bold
28029
28030 \backslash
28031 usepackage[option]{sidecap}
28032 \end_layout
28033
28034 \begin_layout Standard
28035 という行を入れて,\SpecialChar LaTeX
28036 パッケージ
28037 \series bold
28038 sidecap
28039 \series default
28040
28041 \begin_inset Index idx
28042 status collapsed
28043
28044 \begin_layout Plain Layout
28045 \SpecialChar LaTeX
28046 ぱっけーじ@\SpecialChar LaTeX
28047 パッケージ ! sidecap
28048 \end_layout
28049
28050 \end_inset
28051
28052 を読み込まなくてはなりません.オプションを与えなければ,ページの外側余白の側に—偶数ページでは右側,奇数頁では左側に—キャプションが置かれます.
28053 \series bold
28054 innercaption
28055 \series default
28056 オプションを与えれば,内側余白側に配置を変更することができます.配置をつねに右側ないし左側に来るように強制するには,
28057 \series bold
28058 rightcaption
28059 \series default
28060 ないし
28061 \series bold
28062 leftcaption
28063 \series default
28064 オプションを用います.
28065 \end_layout
28066
28067 \begin_layout Standard
28068 \begin_inset ERT
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072
28073
28074 \backslash
28075 ifsidecap
28076 \end_layout
28077
28078 \end_inset
28079
28080
28081 \begin_inset Note Note
28082 status open
28083
28084 \begin_layout Plain Layout
28085 以下の部分は,\SpecialChar LaTeX
28086 パッケージ
28087 \series bold
28088 sidecap
28089 \series default
28090 が導入されているときのみ表示されます.
28091 \end_layout
28092
28093 \end_inset
28094
28095
28096 \end_layout
28097
28098 \begin_layout Standard
28099 \SpecialChar LyX
28100 でフロートのキャプションを横に配置するには,以下のコマンド群を文書プリアンブルに追加する必要があります.
28101 \end_layout
28102
28103 \begin_layout Standard
28104 \noindent
28105 \begin_inset CommandInset line
28106 LatexCommand rule
28107 offset "0.5ex"
28108 width "100line%"
28109 height "1pt"
28110
28111 \end_inset
28112
28113
28114 \end_layout
28115
28116 \begin_layout Standard
28117
28118 \series bold
28119
28120 \backslash
28121 newcommand{
28122 \backslash
28123 TabBesBeg}[1][1.0]{%
28124 \begin_inset Newline newline
28125 \end_inset
28126
28127
28128 \begin_inset Phantom HPhantom
28129 status open
28130
28131 \begin_layout Plain Layout
28132 \begin_inset space ~
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \end_inset
28139
28140
28141 \backslash
28142 let
28143 \backslash
28144 MyTable
28145 \backslash
28146 table
28147 \begin_inset Newline newline
28148 \end_inset
28149
28150
28151 \begin_inset Phantom HPhantom
28152 status open
28153
28154 \begin_layout Plain Layout
28155
28156 \series medium
28157 \begin_inset space ~
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \end_inset
28164
28165
28166 \backslash
28167 let
28168 \backslash
28169 MyEndtable
28170 \backslash
28171 endtable
28172 \begin_inset Newline newline
28173 \end_inset
28174
28175
28176 \begin_inset Phantom HPhantom
28177 status open
28178
28179 \begin_layout Plain Layout
28180
28181 \series medium
28182 \begin_inset space ~
28183 \end_inset
28184
28185
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \backslash
28192 renewenvironment{table}[1]{
28193 \backslash
28194 begin{SCtable}[#1]##1}{
28195 \backslash
28196 end{SCtable}}}
28197 \end_layout
28198
28199 \begin_layout Standard
28200
28201 \series bold
28202
28203 \backslash
28204 newcommand{
28205 \backslash
28206 TabBesEnd}{%
28207 \begin_inset Newline newline
28208 \end_inset
28209
28210
28211 \begin_inset Phantom HPhantom
28212 status open
28213
28214 \begin_layout Plain Layout
28215 \begin_inset space ~
28216 \end_inset
28217
28218
28219 \end_layout
28220
28221 \end_inset
28222
28223
28224 \backslash
28225 let
28226 \backslash
28227 table
28228 \backslash
28229 MyTable
28230 \begin_inset Newline newline
28231 \end_inset
28232
28233
28234 \begin_inset Phantom HPhantom
28235 status open
28236
28237 \begin_layout Plain Layout
28238 \begin_inset space ~
28239 \end_inset
28240
28241
28242 \end_layout
28243
28244 \end_inset
28245
28246
28247 \backslash
28248 let
28249 \backslash
28250 endtable
28251 \backslash
28252 MyEndtable
28253 \end_layout
28254
28255 \begin_layout Standard
28256
28257 \series bold
28258
28259 \backslash
28260 newcommand{
28261 \backslash
28262 FigBesBeg}[1][1.0]{%
28263 \begin_inset Newline newline
28264 \end_inset
28265
28266
28267 \begin_inset Phantom HPhantom
28268 status open
28269
28270 \begin_layout Plain Layout
28271 \begin_inset space ~
28272 \end_inset
28273
28274
28275 \end_layout
28276
28277 \end_inset
28278
28279
28280 \backslash
28281 let
28282 \backslash
28283 MyFigure
28284 \backslash
28285 figure
28286 \begin_inset Newline newline
28287 \end_inset
28288
28289
28290 \begin_inset Phantom HPhantom
28291 status open
28292
28293 \begin_layout Plain Layout
28294 \begin_inset space ~
28295 \end_inset
28296
28297
28298 \end_layout
28299
28300 \end_inset
28301
28302
28303 \backslash
28304 let
28305 \backslash
28306 MyEndfigure
28307 \backslash
28308 endfigure
28309 \begin_inset Newline newline
28310 \end_inset
28311
28312
28313 \begin_inset Phantom HPhantom
28314 status open
28315
28316 \begin_layout Plain Layout
28317 \begin_inset space ~
28318 \end_inset
28319
28320
28321 \end_layout
28322
28323 \end_inset
28324
28325
28326 \backslash
28327 renewenvironment{figure}[1]{
28328 \backslash
28329 begin{SCfigure}[#1]##1}{
28330 \backslash
28331 end{SCfigure}}}
28332 \end_layout
28333
28334 \begin_layout Standard
28335
28336 \series bold
28337
28338 \backslash
28339 newcommand{
28340 \backslash
28341 FigBesEnd}{%
28342 \begin_inset Newline newline
28343 \end_inset
28344
28345
28346 \begin_inset Phantom HPhantom
28347 status open
28348
28349 \begin_layout Plain Layout
28350 \begin_inset space ~
28351 \end_inset
28352
28353
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \backslash
28360 let
28361 \backslash
28362 figure
28363 \backslash
28364 MyFigure
28365 \begin_inset Newline newline
28366 \end_inset
28367
28368
28369 \begin_inset Phantom HPhantom
28370 status open
28371
28372 \begin_layout Plain Layout
28373 \begin_inset space ~
28374 \end_inset
28375
28376
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \backslash
28383 let
28384 \backslash
28385 endfigure
28386 \backslash
28387 MyEndfigure}
28388 \end_layout
28389
28390 \begin_layout Standard
28391 \noindent
28392 \begin_inset CommandInset line
28393 LatexCommand rule
28394 offset "0.5ex"
28395 width "100line%"
28396 height "1pt"
28397
28398 \end_inset
28399
28400
28401 \end_layout
28402
28403 \begin_layout Standard
28404 これらのコマンドは,キャプションが脇に来るようにフロートを再定義することを可能にするものです.図フロートの場合は,
28405 \end_layout
28406
28407 \begin_layout Standard
28408
28409 \series bold
28410
28411 \backslash
28412 FigBesBeg
28413 \end_layout
28414
28415 \begin_layout Standard
28416 というコマンドを,フロートの前に\SpecialChar TeX
28417 コードで入れてください.そして,元のフロート定義に戻したいところで,
28418 \end_layout
28419
28420 \begin_layout Standard
28421
28422 \series bold
28423
28424 \backslash
28425 FigBesEnd
28426 \end_layout
28427
28428 \begin_layout Standard
28429 という\SpecialChar TeX
28430 コードを入れてください.
28431 \end_layout
28432
28433 \begin_layout Standard
28434 表フロートに対しては,対応するコマンド
28435 \end_layout
28436
28437 \begin_layout Standard
28438
28439 \series bold
28440
28441 \backslash
28442 TabBesBeg
28443 \series default
28444 および
28445 \series bold
28446
28447 \backslash
28448 TabBesEnd
28449 \end_layout
28450
28451 \begin_layout Standard
28452 を使用してください.図
28453 \begin_inset CommandInset ref
28454 LatexCommand ref
28455 reference "fig:図横キャプション"
28456
28457 \end_inset
28458
28459 と表
28460 \begin_inset CommandInset ref
28461 LatexCommand ref
28462 reference "tab:表横キャプション"
28463
28464 \end_inset
28465
28466 がキャプションを脇に設定した例です.
28467 \end_layout
28468
28469 \begin_layout Standard
28470 これらの例において,表フロートの場合には,キャプションの文章がフロート上部に表示され,図フロートではフロート下部に表示されることが確認いただけると思います.これ
28471 を変更するには,文書プリアンブルかフロート直前に,\SpecialChar TeX
28472 コードとして
28473 \end_layout
28474
28475 \begin_layout Standard
28476
28477 \series bold
28478
28479 \backslash
28480 sidecaptionvpos{フロート型}{配置}
28481 \end_layout
28482
28483 \begin_layout Standard
28484 というコマンドを使用します.ここで「フロート型」は
28485 \family sans
28486 figure
28487 \family default
28488
28489 \family sans
28490 table
28491 \family default
28492 であり,「配置」は,上揃えの場合はtopの
28493 \end_layout
28494
28495 \begin_layout Standard
28496
28497 \family sans
28498 t
28499 \family default
28500 」,中央揃えの場合はcenterの「
28501 \family sans
28502 c
28503 \family default
28504 」,下揃えの場合はbottomの「
28505 \family sans
28506 b
28507 \family default
28508 」のいずれかになります.たとえば,図フロートのキャプションを縦方向中央揃えとしたい場合には,
28509 \end_layout
28510
28511 \begin_layout Standard
28512
28513 \series bold
28514
28515 \backslash
28516 sidecaptionvpos{figure}{c}
28517 \end_layout
28518
28519 \begin_layout Standard
28520 というコマンドを使用します.これは,図
28521 \begin_inset CommandInset ref
28522 LatexCommand ref
28523 reference "fig:図横キャプション-2"
28524
28525 \end_inset
28526
28527 で使用されています.
28528 \end_layout
28529
28530 \begin_layout Standard
28531 \begin_inset VSpace medskip
28532 \end_inset
28533
28534
28535 \end_layout
28536
28537 \begin_layout Standard
28538 キャプション幅の既定値は,画像幅ないし表幅です.しかし,表
28539 \begin_inset CommandInset ref
28540 LatexCommand ref
28541 reference "tab:表横キャプション"
28542
28543 \end_inset
28544
28545 のように幅狭の表では,これではキャプションの幅が狭くなりすぎます.キャプション幅を増やすには,画像幅ないし表幅に掛ける因数を指定することができます.指定した幅で
28546 は,キャプションがページ余白ないし段余白に突き出てしまうような場合は,キャプション幅は自動的に再計算してくれます.
28547 \emph on
28548 因数
28549 \emph default
28550 は,
28551 \end_layout
28552
28553 \begin_layout Standard
28554
28555 \series bold
28556
28557 \backslash
28558 FigBesBeg[因数]
28559 \end_layout
28560
28561 \begin_layout Standard
28562 のように,
28563 \series bold
28564
28565 \backslash
28566 FigBesBeg
28567 \series default
28568 への非必須引数として与えることもできますし,
28569 \series bold
28570
28571 \backslash
28572 FigBesBeg
28573 \series default
28574 の定義中で
28575 \series bold
28576 1.0
28577 \series default
28578 を他の値に変更することもできます.表
28579 \begin_inset CommandInset ref
28580 LatexCommand ref
28581 reference "tab:図横幅広"
28582
28583 \end_inset
28584
28585 では,因子5が指定されています.
28586 \end_layout
28587
28588 \begin_layout Standard
28589 \begin_inset Note Greyedout
28590 status open
28591
28592 \begin_layout Plain Layout
28593
28594 \series bold
28595 【註】
28596 \series default
28597 キャプションを横につけたフロートでは,フロート配置オプションの
28598 \family sans
28599 何としても現在地に置く
28600 \family default
28601 は,
28602 \series bold
28603 sidecap
28604 \series default
28605 がサポートしていないので,使用することができません..
28606 \end_layout
28607
28608 \end_inset
28609
28610
28611 \end_layout
28612
28613 \begin_layout Standard
28614 \begin_inset VSpace medskip
28615 \end_inset
28616
28617
28618 \series bold
28619 sidecap
28620 \series default
28621 パッケージについての詳細は,
28622 \begin_inset CommandInset citation
28623 LatexCommand cite
28624 key "sidecap"
28625 literal "true"
28626
28627 \end_inset
28628
28629 の説明書をご参照ください.
28630 \end_layout
28631
28632 \begin_layout Standard
28633 \begin_inset Note Greyedout
28634 status open
28635
28636 \begin_layout Plain Layout
28637
28638 \series bold
28639 【註】
28640 \series default
28641
28642 \begin_inset CommandInset ref
28643 LatexCommand ref
28644 reference "subsec:参照位置"
28645
28646 \end_inset
28647
28648 節に説明がある\SpecialChar LaTeX
28649 パッケージ
28650 \series bold
28651 hypcap
28652 \series default
28653
28654 \begin_inset Index idx
28655 status collapsed
28656
28657 \begin_layout Plain Layout
28658 \SpecialChar LaTeX
28659 ぱっけーじ@\SpecialChar LaTeX
28660 パッケージ ! hypcap
28661 \end_layout
28662
28663 \end_inset
28664
28665 は,キャプションを脇に表示したフロートに対しては,効果を持ちません.
28666 \end_layout
28667
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \begin_layout Standard
28674 \begin_inset Note Greyedout
28675 status open
28676
28677 \begin_layout Plain Layout
28678
28679 \series bold
28680 【訳註】
28681 \series default
28682 \SpecialChar LaTeX
28683 パッケージ
28684 \series bold
28685 sidecap
28686 \series default
28687
28688 \begin_inset Index idx
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692 \SpecialChar LaTeX
28693 ぱっけーじ@\SpecialChar LaTeX
28694 パッケージ ! sidecap
28695 \end_layout
28696
28697 \end_inset
28698
28699 は,p\SpecialChar LaTeX
28700 と互換性がなく,特に文書全体の見出しのフォントが適切に表示できなくなってしまうため,本日本語訳では当該パッケージを使用していません.その使用例については,
28701 取扱説明書『
28702 \emph on
28703 埋め込み機能篇
28704 \emph default
28705 』(つまりこの文書)の\SpecialChar LyX
28706 文書本体を見るか,出力結果を見たい場合には英語版を出力するようにしてください.
28707 \end_layout
28708
28709 \end_inset
28710
28711
28712 \begin_inset ERT
28713 status collapsed
28714
28715 \begin_layout Plain Layout
28716
28717
28718 \backslash
28719 FigBesBeg 
28720 \end_layout
28721
28722 \end_inset
28723
28724
28725 \end_layout
28726
28727 \begin_layout Standard
28728 \begin_inset Float figure
28729 placement document
28730 alignment document
28731 wide false
28732 sideways false
28733 status open
28734
28735 \begin_layout Plain Layout
28736 \begin_inset Graphics
28737         filename ../clipart/3D-structure-distort.pdf
28738         scale 50
28739         scaleBeforeRotation
28740
28741 \end_inset
28742
28743
28744 \end_layout
28745
28746 \begin_layout Plain Layout
28747 \begin_inset Caption Standard
28748
28749 \begin_layout Plain Layout
28750 \begin_inset CommandInset label
28751 LatexCommand label
28752 name "fig:図横キャプション"
28753
28754 \end_inset
28755
28756 これは図の横にあるキャプションです.
28757 \end_layout
28758
28759 \end_inset
28760
28761
28762 \end_layout
28763
28764 \end_inset
28765
28766
28767 \end_layout
28768
28769 \begin_layout Standard
28770 \begin_inset ERT
28771 status collapsed
28772
28773 \begin_layout Plain Layout
28774
28775
28776 \backslash
28777 FigBesEnd
28778 \end_layout
28779
28780 \end_inset
28781
28782
28783 \end_layout
28784
28785 \begin_layout Standard
28786 \begin_inset ERT
28787 status collapsed
28788
28789 \begin_layout Plain Layout
28790
28791
28792 \backslash
28793 TabBesBeg 
28794 \end_layout
28795
28796 \end_inset
28797
28798
28799 \end_layout
28800
28801 \begin_layout Standard
28802 \begin_inset Float table
28803 placement document
28804 alignment document
28805 wide false
28806 sideways false
28807 status open
28808
28809 \begin_layout Plain Layout
28810 \begin_inset Caption Standard
28811
28812 \begin_layout Plain Layout
28813 \begin_inset CommandInset label
28814 LatexCommand label
28815 name "tab:表横キャプション"
28816
28817 \end_inset
28818
28819 これは表の横にあるキャプションです.
28820 \end_layout
28821
28822 \end_inset
28823
28824
28825 \end_layout
28826
28827 \begin_layout Plain Layout
28828 \begin_inset Tabular
28829 <lyxtabular version="3" rows="4" columns="5">
28830 <features tabularvalignment="middle">
28831 <column alignment="center" valignment="top">
28832 <column alignment="center" valignment="top">
28833 <column alignment="center" valignment="top">
28834 <column alignment="center" valignment="top">
28835 <column alignment="center" valignment="top">
28836 <row>
28837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28838 \begin_inset Text
28839
28840 \begin_layout Plain Layout
28841
28842 \end_layout
28843
28844 \end_inset
28845 </cell>
28846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28847 \begin_inset Text
28848
28849 \begin_layout Plain Layout
28850
28851 \end_layout
28852
28853 \end_inset
28854 </cell>
28855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28856 \begin_inset Text
28857
28858 \begin_layout Plain Layout
28859
28860 \end_layout
28861
28862 \end_inset
28863 </cell>
28864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28865 \begin_inset Text
28866
28867 \begin_layout Plain Layout
28868
28869 \end_layout
28870
28871 \end_inset
28872 </cell>
28873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28874 \begin_inset Text
28875
28876 \begin_layout Plain Layout
28877
28878 \end_layout
28879
28880 \end_inset
28881 </cell>
28882 </row>
28883 <row>
28884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28885 \begin_inset Text
28886
28887 \begin_layout Plain Layout
28888
28889 \end_layout
28890
28891 \end_inset
28892 </cell>
28893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28894 \begin_inset Text
28895
28896 \begin_layout Plain Layout
28897
28898 \end_layout
28899
28900 \end_inset
28901 </cell>
28902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28903 \begin_inset Text
28904
28905 \begin_layout Plain Layout
28906
28907 \end_layout
28908
28909 \end_inset
28910 </cell>
28911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28912 \begin_inset Text
28913
28914 \begin_layout Plain Layout
28915
28916 \end_layout
28917
28918 \end_inset
28919 </cell>
28920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28921 \begin_inset Text
28922
28923 \begin_layout Plain Layout
28924
28925 \end_layout
28926
28927 \end_inset
28928 </cell>
28929 </row>
28930 <row>
28931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28932 \begin_inset Text
28933
28934 \begin_layout Plain Layout
28935
28936 \end_layout
28937
28938 \end_inset
28939 </cell>
28940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28941 \begin_inset Text
28942
28943 \begin_layout Plain Layout
28944
28945 \end_layout
28946
28947 \end_inset
28948 </cell>
28949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28950 \begin_inset Text
28951
28952 \begin_layout Plain Layout
28953
28954 \end_layout
28955
28956 \end_inset
28957 </cell>
28958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28959 \begin_inset Text
28960
28961 \begin_layout Plain Layout
28962
28963 \end_layout
28964
28965 \end_inset
28966 </cell>
28967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28968 \begin_inset Text
28969
28970 \begin_layout Plain Layout
28971
28972 \end_layout
28973
28974 \end_inset
28975 </cell>
28976 </row>
28977 <row>
28978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28979 \begin_inset Text
28980
28981 \begin_layout Plain Layout
28982
28983 \end_layout
28984
28985 \end_inset
28986 </cell>
28987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28988 \begin_inset Text
28989
28990 \begin_layout Plain Layout
28991
28992 \end_layout
28993
28994 \end_inset
28995 </cell>
28996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28997 \begin_inset Text
28998
28999 \begin_layout Plain Layout
29000
29001 \end_layout
29002
29003 \end_inset
29004 </cell>
29005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29006 \begin_inset Text
29007
29008 \begin_layout Plain Layout
29009
29010 \end_layout
29011
29012 \end_inset
29013 </cell>
29014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29015 \begin_inset Text
29016
29017 \begin_layout Plain Layout
29018
29019 \end_layout
29020
29021 \end_inset
29022 </cell>
29023 </row>
29024 </lyxtabular>
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \end_layout
29035
29036 \begin_layout Standard
29037 \begin_inset ERT
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041
29042
29043 \backslash
29044 TabBesEnd
29045 \end_layout
29046
29047 \end_inset
29048
29049
29050 \end_layout
29051
29052 \begin_layout Standard
29053 \begin_inset ERT
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057
29058
29059 \backslash
29060 FigBesBeg 
29061 \end_layout
29062
29063 \end_inset
29064
29065
29066 \begin_inset ERT
29067 status collapsed
29068
29069 \begin_layout Plain Layout
29070
29071
29072 \backslash
29073 sidecaptionvpos{figure}{c}
29074 \end_layout
29075
29076 \end_inset
29077
29078
29079 \begin_inset Float figure
29080 placement document
29081 alignment document
29082 wide false
29083 sideways false
29084 status open
29085
29086 \begin_layout Plain Layout
29087 \begin_inset Graphics
29088         filename ../clipart/3D-structure-distort.pdf
29089         scale 50
29090         scaleBeforeRotation
29091
29092 \end_inset
29093
29094
29095 \end_layout
29096
29097 \begin_layout Plain Layout
29098 \begin_inset Caption Standard
29099
29100 \begin_layout Plain Layout
29101 \begin_inset CommandInset label
29102 LatexCommand label
29103 name "fig:図横キャプション-2"
29104
29105 \end_inset
29106
29107 これは図の横にある縦方向中央揃えのキャプションです.
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \end_layout
29119
29120 \begin_layout Standard
29121 \begin_inset ERT
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125
29126
29127 \backslash
29128 FigBesEnd
29129 \end_layout
29130
29131 \end_inset
29132
29133
29134 \end_layout
29135
29136 \begin_layout Standard
29137 \begin_inset ERT
29138 status collapsed
29139
29140 \begin_layout Plain Layout
29141
29142
29143 \backslash
29144 TabBesBeg[5]
29145 \end_layout
29146
29147 \end_inset
29148
29149
29150 \end_layout
29151
29152 \begin_layout Standard
29153 \begin_inset Float table
29154 placement document
29155 alignment document
29156 wide false
29157 sideways false
29158 status open
29159
29160 \begin_layout Plain Layout
29161 \begin_inset Caption Standard
29162
29163 \begin_layout Plain Layout
29164 \begin_inset CommandInset label
29165 LatexCommand label
29166 name "tab:図横幅広"
29167
29168 \end_inset
29169
29170 これは表
29171 \begin_inset CommandInset ref
29172 LatexCommand ref
29173 reference "tab:表横キャプション"
29174
29175 \end_inset
29176
29177 よりも幅広のキャプションです
29178 \end_layout
29179
29180 \end_inset
29181
29182
29183 \end_layout
29184
29185 \begin_layout Plain Layout
29186 \begin_inset Tabular
29187 <lyxtabular version="3" rows="4" columns="5">
29188 <features tabularvalignment="middle">
29189 <column alignment="center" valignment="top">
29190 <column alignment="center" valignment="top">
29191 <column alignment="center" valignment="top">
29192 <column alignment="center" valignment="top">
29193 <column alignment="center" valignment="top">
29194 <row>
29195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29196 \begin_inset Text
29197
29198 \begin_layout Plain Layout
29199 a
29200 \end_layout
29201
29202 \end_inset
29203 </cell>
29204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29205 \begin_inset Text
29206
29207 \begin_layout Plain Layout
29208
29209 \end_layout
29210
29211 \end_inset
29212 </cell>
29213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29214 \begin_inset Text
29215
29216 \begin_layout Plain Layout
29217 b
29218 \end_layout
29219
29220 \end_inset
29221 </cell>
29222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29223 \begin_inset Text
29224
29225 \begin_layout Plain Layout
29226
29227 \end_layout
29228
29229 \end_inset
29230 </cell>
29231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29232 \begin_inset Text
29233
29234 \begin_layout Plain Layout
29235 c
29236 \end_layout
29237
29238 \end_inset
29239 </cell>
29240 </row>
29241 <row>
29242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29243 \begin_inset Text
29244
29245 \begin_layout Plain Layout
29246
29247 \end_layout
29248
29249 \end_inset
29250 </cell>
29251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29252 \begin_inset Text
29253
29254 \begin_layout Plain Layout
29255 d
29256 \end_layout
29257
29258 \end_inset
29259 </cell>
29260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29261 \begin_inset Text
29262
29263 \begin_layout Plain Layout
29264
29265 \end_layout
29266
29267 \end_inset
29268 </cell>
29269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29270 \begin_inset Text
29271
29272 \begin_layout Plain Layout
29273 e
29274 \end_layout
29275
29276 \end_inset
29277 </cell>
29278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29279 \begin_inset Text
29280
29281 \begin_layout Plain Layout
29282
29283 \end_layout
29284
29285 \end_inset
29286 </cell>
29287 </row>
29288 <row>
29289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29290 \begin_inset Text
29291
29292 \begin_layout Plain Layout
29293 f
29294 \end_layout
29295
29296 \end_inset
29297 </cell>
29298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29299 \begin_inset Text
29300
29301 \begin_layout Plain Layout
29302
29303 \end_layout
29304
29305 \end_inset
29306 </cell>
29307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29308 \begin_inset Text
29309
29310 \begin_layout Plain Layout
29311 g
29312 \end_layout
29313
29314 \end_inset
29315 </cell>
29316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29317 \begin_inset Text
29318
29319 \begin_layout Plain Layout
29320
29321 \end_layout
29322
29323 \end_inset
29324 </cell>
29325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29326 \begin_inset Text
29327
29328 \begin_layout Plain Layout
29329 h
29330 \end_layout
29331
29332 \end_inset
29333 </cell>
29334 </row>
29335 <row>
29336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29337 \begin_inset Text
29338
29339 \begin_layout Plain Layout
29340
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29346 \begin_inset Text
29347
29348 \begin_layout Plain Layout
29349 i
29350 \end_layout
29351
29352 \end_inset
29353 </cell>
29354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29355 \begin_inset Text
29356
29357 \begin_layout Plain Layout
29358
29359 \end_layout
29360
29361 \end_inset
29362 </cell>
29363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29364 \begin_inset Text
29365
29366 \begin_layout Plain Layout
29367 j
29368 \end_layout
29369
29370 \end_inset
29371 </cell>
29372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29373 \begin_inset Text
29374
29375 \begin_layout Plain Layout
29376
29377 \end_layout
29378
29379 \end_inset
29380 </cell>
29381 </row>
29382 </lyxtabular>
29383
29384 \end_inset
29385
29386
29387 \end_layout
29388
29389 \end_inset
29390
29391
29392 \end_layout
29393
29394 \begin_layout Standard
29395 \begin_inset ERT
29396 status collapsed
29397
29398 \begin_layout Plain Layout
29399
29400
29401 \backslash
29402 TabBesEnd
29403 \end_layout
29404
29405 \end_inset
29406
29407
29408 \end_layout
29409
29410 \begin_layout Standard
29411 \begin_inset ERT
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415
29416
29417 \backslash
29418 else
29419 \end_layout
29420
29421 \end_inset
29422
29423
29424 \begin_inset Note Note
29425 status open
29426
29427 \begin_layout Plain Layout
29428 以下の部分は,\SpecialChar LaTeX
29429 パッケージ
29430 \series bold
29431 sidecap
29432 \series default
29433 が導入されていないときのみ表示されます.
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Standard
29442 本節の残りの部分を出力で表示するには,\SpecialChar LaTeX
29443 パッケージ
29444 \series bold
29445 sidecap
29446 \series default
29447 を導入する必要があります.
29448 \end_layout
29449
29450 \begin_layout Standard
29451 \begin_inset ERT
29452 status collapsed
29453
29454 \begin_layout Plain Layout
29455
29456
29457 \backslash
29458 fi
29459 \end_layout
29460
29461 \end_inset
29462
29463
29464 \end_layout
29465
29466 \begin_layout Section
29467 フロート一覧
29468 \begin_inset Index idx
29469 status collapsed
29470
29471 \begin_layout Plain Layout
29472 ふろーと@フロート ! ふろーといちらん@フロート一覧
29473 \end_layout
29474
29475 \end_inset
29476
29477
29478 \end_layout
29479
29480 \begin_layout Standard
29481 文書中の各節が列挙されたものである目次と同様,文書中の図など,すべてのフロート型に一覧があります.これらは,
29482 \family sans
29483 挿入\SpecialChar menuseparator
29484 一覧/目次
29485 \family default
29486 メニューで挿入することができます.
29487 \end_layout
29488
29489 \begin_layout Standard
29490 一覧の見出しは,フロートのキャプションないし短縮タイトル,フロート番号,これらが文書中で現れるページ番号で構成されます.
29491 \end_layout
29492
29493 \begin_layout Standard
29494 本文書の終わりに,図一覧と表一覧があります.
29495 \end_layout
29496
29497 \begin_layout Chapter
29498 註釈
29499 \end_layout
29500
29501 \begin_layout Section
29502 \SpecialChar LyX
29503 註釈
29504 \begin_inset Index idx
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508 ちゅうしゃく@註釈 ! \SpecialChar LyX
29509 のーと@\SpecialChar LyX
29510 ノート
29511 \end_layout
29512
29513 \end_inset
29514
29515
29516 \end_layout
29517
29518 \begin_layout Standard
29519 註釈は,ツールバーボタン
29520 \family sans
29521
29522 \begin_inset Info
29523 type  "icon"
29524 arg   "note-insert"
29525 \end_inset
29526
29527
29528 \family default
29529 か,
29530 \family sans
29531 挿入\SpecialChar menuseparator
29532 註釈
29533 \family default
29534 メニューで挿入することができます.註釈には,以下の三つの型があります.
29535 \end_layout
29536
29537 \begin_layout Description
29538 \SpecialChar LyX
29539 註釈 この註釈型は,内部用途の註釈で出力には現れません.註釈ボックスは,以下のように表示されます.
29540 \begin_inset Newline newline
29541 \end_inset
29542
29543
29544 \begin_inset Newline newline
29545 \end_inset
29546
29547
29548 \begin_inset Graphics
29549         filename clipart/LyXNoteImage.png
29550         display false
29551         scale 50
29552         scaleBeforeRotation
29553
29554 \end_inset
29555
29556
29557 \begin_inset Note Note
29558 status open
29559
29560 \begin_layout Plain Layout
29561 これは,出力には現れない註釈ボックスに書かれた文章です.
29562 \end_layout
29563
29564 \end_inset
29565
29566
29567 \end_layout
29568
29569 \begin_layout Description
29570 コメント この註釈も出力には現れませんが,
29571 \family sans
29572 ファイル\SpecialChar menuseparator
29573 書き出し\SpecialChar menuseparator
29574 LaTeX
29575 \begin_inset space ~
29576 \end_inset
29577
29578 (pdflatex) / (平文)
29579 \family default
29580  メニューを使って文書を\SpecialChar LaTeX
29581 にエクスポートする際には,\SpecialChar LaTeX
29582 コメントとして出力されます.註釈ボックスは,以下のように表示されます.
29583 \begin_inset Newline newline
29584 \end_inset
29585
29586
29587 \begin_inset Newline newline
29588 \end_inset
29589
29590
29591 \begin_inset Graphics
29592         filename clipart/CommentNoteImage.png
29593         display false
29594         scale 50
29595         scaleBeforeRotation
29596
29597 \end_inset
29598
29599  
29600 \begin_inset Note Comment
29601 status open
29602
29603 \begin_layout Plain Layout
29604 これは,\SpecialChar LaTeX
29605 ファイルのコメントのみに現れる註釈ボックスに書かれた文章です.
29606 \end_layout
29607
29608 \end_inset
29609
29610
29611 \end_layout
29612
29613 \begin_layout Description
29614 淡色表示 この註釈は,薄灰色の文章として出力に現れます.註釈ボックスは,以下のように表示されます.
29615 \begin_inset Newline newline
29616 \end_inset
29617
29618
29619 \begin_inset Newline newline
29620 \end_inset
29621
29622
29623 \begin_inset Graphics
29624         filename clipart/GreyedOutNoteImage.png
29625         display false
29626         scale 50
29627         scaleBeforeRotation
29628
29629 \end_inset
29630
29631
29632 \begin_inset Newline newline
29633 \end_inset
29634
29635
29636 \begin_inset ERT
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640
29641
29642 \backslash
29643 renewenvironment{lyxgreyedout}
29644 \end_layout
29645
29646 \begin_layout Plain Layout
29647
29648 {
29649 \backslash
29650 textcolor[gray]{0.8}
29651 \backslash
29652 bgroup}{
29653 \backslash
29654 egroup}
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \begin_inset Note Greyedout
29661 status open
29662
29663 \begin_layout Plain Layout
29664 これは,出力に薄灰色の文章として現れるコメントに書かれた文章
29665 \begin_inset Foot
29666 status collapsed
29667
29668 \begin_layout Plain Layout
29669 これは,淡色註釈内に脚註を用いた例です.
29670 \end_layout
29671
29672 \end_inset
29673
29674 です.
29675 \end_layout
29676
29677 \end_inset
29678
29679
29680 \begin_inset ERT
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684
29685
29686 \backslash
29687 renewenvironment{lyxgreyedout}
29688 \end_layout
29689
29690 \begin_layout Plain Layout
29691
29692 {
29693 \backslash
29694 textcolor{blue}
29695 \backslash
29696 bgroup}{
29697 \backslash
29698 egroup}
29699 \end_layout
29700
29701 \end_inset
29702
29703
29704 \begin_inset Note Note
29705 status open
29706
29707 \begin_layout Plain Layout
29708 以下に述べられているように,淡色註釈は,青文字で表示されるよう本文書のプリアンブルで再定義されているため,ここの淡色註釈は,\SpecialChar LyX
29709 本来の定義で表示されるように再定義さ
29710 れています.
29711 \end_layout
29712
29713 \end_inset
29714
29715
29716 \begin_inset Newline newline
29717 \end_inset
29718
29719
29720 \begin_inset Newline newline
29721 \end_inset
29722
29723 この例から分かるように,淡色註釈の最初の行は少し字下げされるほか,淡色註釈には脚註を入れることができます.
29724 \end_layout
29725
29726 \begin_layout Standard
29727 \begin_inset VSpace bigskip
29728 \end_inset
29729
29730 註釈を挿入するのにツールバーボタン
29731 \family sans
29732
29733 \begin_inset Info
29734 type  "icon"
29735 arg   "note-insert"
29736 \end_inset
29737
29738
29739 \family default
29740 を使用すると,
29741 \family sans
29742 \SpecialChar LyX
29743 註釈
29744 \family default
29745 が挿入されます.註釈ボックスを右クリックすれば,五つの註釈型を切り替えることができます.既存の平文を註釈に変えるには,平文を選択して,註釈ツールバーボタンをクリ
29746 ックしてください.註釈を平文に変更するには,カーソルを註釈の先頭に置いてBackspaceキーを押すか,カーソルを註釈の最後に置いてDeleteキーを押してくだ
29747 さい.
29748 \end_layout
29749
29750 \begin_layout Standard
29751 \begin_inset VSpace bigskip
29752 \end_inset
29753
29754 淡色註釈の文字色は,
29755 \family sans
29756 文書\SpecialChar menuseparator
29757 設定\SpecialChar menuseparator
29758
29759 \family default
29760 メニューで変更することができます.
29761 \end_layout
29762
29763 \begin_layout Section
29764 脚註
29765 \begin_inset CommandInset label
29766 LatexCommand label
29767 name "sec:脚注"
29768
29769 \end_inset
29770
29771
29772 \begin_inset Index idx
29773 status collapsed
29774
29775 \begin_layout Plain Layout
29776 ちゅうしゃく@註釈 ! きゃくちゅう@脚註
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \begin_inset Index idx
29783 status collapsed
29784
29785 \begin_layout Plain Layout
29786 きゃくちゅう@脚註
29787 \end_layout
29788
29789 \end_inset
29790
29791
29792 \end_layout
29793
29794 \begin_layout Standard
29795 脚註は,ツールバーボタン
29796 \family sans
29797
29798 \begin_inset Info
29799 type  "icon"
29800 arg   "footnote-insert"
29801 \end_inset
29802
29803
29804 \family default
29805 か,
29806 \family sans
29807 挿入\SpecialChar menuseparator
29808 脚註
29809 \family default
29810 メニューを使って挿入することができます.すると,脚註文を挿入したとこ
29811 \begin_inset Graphics
29812         filename clipart/footnote.png
29813         scale 95
29814         scaleBeforeRotation
29815
29816 \end_inset
29817
29818 のような脚註ボックスが現れます.もし既存の文章を脚註に変えたいならば,その文章を選択して,脚註ツールバーボタンをクリックしてください.脚註を平文に変えるには,カ
29819 ーソルが脚註の先頭にある時にBackspaceキーを押すか,カーソルが脚註の最後にある時にDeleteキーを押します.
29820 \end_layout
29821
29822 \begin_layout Standard
29823 これが脚註の例です
29824 \begin_inset Foot
29825 status collapsed
29826
29827 \begin_layout Plain Layout
29828 \begin_inset CommandInset label
29829 LatexCommand label
29830 name "fn:これは脚注の一例"
29831
29832 \end_inset
29833
29834 これは脚註の一例です.
29835 \end_layout
29836
29837 \end_inset
29838
29839
29840 \begin_inset ERT
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844
29845
29846 \backslash
29847 newcounter{MyRepeatFoot}
29848 \end_layout
29849
29850 \begin_layout Plain Layout
29851
29852
29853 \backslash
29854 setcounter{MyRepeatFoot}{
29855 \backslash
29856 thefootnote}
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \end_layout
29863
29864 \begin_layout Standard
29865 出力に於いては,脚註は,文中の脚註ボックスを置いた位置に上付き数字として表示され,脚註文は現ページ底部に置かれます.脚註番号は\SpecialChar LaTeX
29866 が計算を行い,連番が付けられます.
29867 脚註番号が章毎にリセットされるか否かは,使用する文書クラスに依ります.
29868 \end_layout
29869
29870 \begin_layout Standard
29871 脚註もフロート同様,参照することができます.脚註にラベルを挿入し,第
29872 \begin_inset CommandInset ref
29873 LatexCommand ref
29874 reference "sec:フロートの参照"
29875
29876 \end_inset
29877
29878 節に説明されているようにして,本文中でこのラベルを相互参照してください.
29879 \begin_inset Newline newline
29880 \end_inset
29881
29882 これは脚註
29883 \begin_inset CommandInset ref
29884 LatexCommand ref
29885 reference "fn:これは脚注の一例"
29886
29887 \end_inset
29888
29889 の相互参照です.
29890 \end_layout
29891
29892 \begin_layout Standard
29893 \begin_inset VSpace defskip
29894 \end_inset
29895
29896 表題環境における脚註は,通常,記号付きで付番はされず,複数の段落を含むことはできません.たとえば,この文書の表題の脚註をご覧ください.
29897 \end_layout
29898
29899 \begin_layout Standard
29900 多頁表中の脚註は,第
29901 \begin_inset CommandInset ref
29902 LatexCommand ref
29903 reference "subsec:多頁表での脚注"
29904
29905 \end_inset
29906
29907 節で述べられています.
29908 \end_layout
29909
29910 \begin_layout Standard
29911 \begin_inset VSpace defskip
29912 \end_inset
29913
29914
29915 \end_layout
29916
29917 \begin_layout Standard
29918 ミニページ中の脚註は出力されますが,ミニボックスは頁中の頁のようなものなので,ボックス内に独立した連番として出力されます(ミニページについての詳細は,第
29919 \begin_inset CommandInset ref
29920 LatexCommand ref
29921 reference "sec:ミニページ"
29922
29923 \end_inset
29924
29925 節を参照).通常の脚註のように頁底部に出力されるミニページを得るには,しかし,それを行うには他の方法があり,まず脚註の代わりに\SpecialChar TeX
29926 コードで
29927 \series bold
29928
29929 \backslash
29930 footnotemark{}
29931 \series default
29932 コマンドを入れてください.脚註の本文は.表の後で\SpecialChar TeX
29933 コード
29934 \series bold
29935
29936 \backslash
29937 footnotetext
29938 \series default
29939 コマンドの引数として入力します
29940 \lang english
29941 minipage
29942 \lang japanese
29943
29944 \begin_inset Newline newline
29945 \end_inset
29946
29947 以下の表ではコマンド
29948 \begin_inset Newline newline
29949 \end_inset
29950
29951
29952 \series bold
29953
29954 \backslash
29955 footnotetext{
29956 \series default
29957 ミニページ外の脚註です.
29958 \series bold
29959 }
29960 \series default
29961
29962 \begin_inset Newline newline
29963 \end_inset
29964
29965 を用いています
29966 \lang english
29967 minipage
29968 \lang japanese
29969
29970 \end_layout
29971
29972 \begin_layout Standard
29973 \begin_inset Box Frameless
29974 position "t"
29975 hor_pos "c"
29976 has_inner_box 1
29977 inner_pos "t"
29978 use_parbox 0
29979 use_makebox 0
29980 width "100col%"
29981 special "none"
29982 height "1in"
29983 height_special "totalheight"
29984 thickness "0.4pt"
29985 separation "3pt"
29986 shadowsize "4pt"
29987 framecolor "black"
29988 backgroundcolor "none"
29989 status open
29990
29991 \begin_layout Plain Layout
29992 これはミニページ中の例文です.
29993 \begin_inset Foot
29994 status open
29995
29996 \begin_layout Plain Layout
29997 ミニページ中の脚註です.
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Plain Layout
30006 これはミニページ中の例文です.
30007 \begin_inset ERT
30008 status collapsed
30009
30010 \begin_layout Plain Layout
30011
30012
30013 \backslash
30014 footnotemark{}
30015 \end_layout
30016
30017 \end_inset
30018
30019
30020 \end_layout
30021
30022 \end_inset
30023
30024
30025 \end_layout
30026
30027 \begin_layout Standard
30028 \begin_inset ERT
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032
30033
30034 \backslash
30035 footnotetext{
30036 \end_layout
30037
30038 \end_inset
30039
30040 ミニページ外の脚註です.
30041 \begin_inset ERT
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045
30046 }
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \begin_inset VSpace defskip
30053 \end_inset
30054
30055
30056 \end_layout
30057
30058 \begin_layout Standard
30059 毎回脚註本文を出力せずに,同じ脚註を何度か参照したい場合には,\SpecialChar TeX
30060 コードでコマンド
30061 \series bold
30062
30063 \backslash
30064 footnotemark[番号]
30065 \series default
30066 を使用してください.
30067 \begin_inset Newline newline
30068 \end_inset
30069
30070 文章を書いている途中には,繰り返す脚註の数はわからないので,その番号は保存しておかなくてはなりません.以下の脚註例では,脚註
30071 \begin_inset CommandInset ref
30072 LatexCommand ref
30073 reference "fn:これは脚注の一例"
30074
30075 \end_inset
30076
30077 の後に,\SpecialChar TeX
30078 コードで
30079 \end_layout
30080
30081 \begin_layout Standard
30082
30083 \series bold
30084
30085 \backslash
30086 newcounter{MyRepeatFoot}
30087 \begin_inset Newline newline
30088 \end_inset
30089
30090
30091 \backslash
30092 setcounter{MyRepeatFoot}{
30093 \backslash
30094 thefootnote}
30095 \end_layout
30096
30097 \begin_layout Standard
30098 というコマンドを挿入しています.そして脚註マークは,
30099 \end_layout
30100
30101 \begin_layout Standard
30102
30103 \series bold
30104
30105 \backslash
30106 footnotemark[
30107 \backslash
30108 theMyRepeatFoot]
30109 \end_layout
30110
30111 \begin_layout Standard
30112 で作成します.
30113 \end_layout
30114
30115 \begin_layout Standard
30116 これは繰り返し脚註の例です.
30117 \begin_inset ERT
30118 status collapsed
30119
30120 \begin_layout Plain Layout
30121
30122
30123 \backslash
30124 footnotemark[
30125 \backslash
30126 theMyRepeatFoot]
30127 \end_layout
30128
30129 \end_inset
30130
30131
30132 \end_layout
30133
30134 \begin_layout Standard
30135 直前の脚註を繰り返すには,脚註番号の保存を行わないで,直ちに
30136 \end_layout
30137
30138 \begin_layout Standard
30139
30140 \series bold
30141
30142 \backslash
30143 footnotemark[
30144 \backslash
30145 thefootnote]
30146 \end_layout
30147
30148 \begin_layout Standard
30149 を使用してください.
30150 \end_layout
30151
30152 \begin_layout Standard
30153 これは繰り返し脚註の例です.
30154 \begin_inset ERT
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158
30159
30160 \backslash
30161 footnotemark[
30162 \backslash
30163 thefootnote]
30164 \end_layout
30165
30166 \end_inset
30167
30168
30169 \end_layout
30170
30171 \begin_layout Subsection
30172 脚註の付番
30173 \begin_inset CommandInset label
30174 LatexCommand label
30175 name "subsec:脚注の付番"
30176
30177 \end_inset
30178
30179
30180 \begin_inset Index idx
30181 status collapsed
30182
30183 \begin_layout Plain Layout
30184 きゃくちゅう@脚註 ! ふばん@付番
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Standard
30193 各節毎に脚註番号を1にリセットするには,文書プリアンブルに
30194 \end_layout
30195
30196 \begin_layout Standard
30197
30198 \series bold
30199
30200 \backslash
30201 @addtoreset{footnote}{section}
30202 \end_layout
30203
30204 \begin_layout Standard
30205 というコマンドを加えてください.
30206 \end_layout
30207
30208 \begin_layout Standard
30209 \begin_inset VSpace bigskip
30210 \end_inset
30211
30212 以下のプリアンブルコマンドを使うと,脚註の付番様式を小文字ローマ数字に変更することができます.
30213 \end_layout
30214
30215 \begin_layout Standard
30216
30217 \series bold
30218
30219 \backslash
30220 renewcommand{
30221 \backslash
30222 thefootnote}{
30223 \backslash
30224 roman{footnote}}
30225 \end_layout
30226
30227 \begin_layout Standard
30228 \begin_inset ERT
30229 status collapsed
30230
30231 \begin_layout Plain Layout
30232
30233
30234 \backslash
30235 renewcommand{
30236 \backslash
30237 thefootnote}{
30238 \backslash
30239 roman{footnote}}
30240 \end_layout
30241
30242 \end_inset
30243
30244 これは,ローマ数字を使った脚註です
30245 \begin_inset Foot
30246 status collapsed
30247
30248 \begin_layout Plain Layout
30249 これは,ローマ数字を使った脚註の例です.
30250 \end_layout
30251
30252 \end_inset
30253
30254
30255 \end_layout
30256
30257 \begin_layout Standard
30258 付番様式を大文字ローマ数字に変更するには,上記コマンドの
30259 \series bold
30260
30261 \backslash
30262 roman
30263 \series default
30264
30265 \series bold
30266
30267 \backslash
30268 Roman
30269 \series default
30270 に置き換えてください.脚註を大文字または小文字ラテン「文字」で付番するには,それぞれ
30271 \series bold
30272
30273 \backslash
30274 Alph
30275 \series default
30276 または
30277 \series bold
30278
30279 \backslash
30280 alph
30281 \series default
30282 を使用してください.記号を使って付「番」するには,
30283 \series bold
30284
30285 \backslash
30286 fnsymbol
30287 \series default
30288 を使ってください.
30289 \end_layout
30290
30291 \begin_layout Standard
30292 \begin_inset Note Greyedout
30293 status open
30294
30295 \begin_layout Plain Layout
30296
30297 \series bold
30298 【註】
30299 \series default
30300 この付番方法には1文字しか使えないので,ラテン文字を使うと26個の脚註しか番号を振ることができません.
30301 \end_layout
30302
30303 \end_inset
30304
30305
30306 \begin_inset Newline newline
30307 \end_inset
30308
30309
30310 \begin_inset Note Greyedout
30311 status open
30312
30313 \begin_layout Plain Layout
30314
30315 \series bold
30316 【註】
30317 \series default
30318 記号を使うと9個の脚註しか番号を振ることができません.
30319 \end_layout
30320
30321 \end_inset
30322
30323
30324 \end_layout
30325
30326 \begin_layout Standard
30327 付番様式を変更した後,既定様式に戻すには,上記コマンドの
30328 \series bold
30329
30330 \backslash
30331 roman
30332 \series default
30333
30334 \series bold
30335
30336 \backslash
30337 arabic
30338 \series default
30339 に置き換えて使用してください.
30340 \begin_inset ERT
30341 status collapsed
30342
30343 \begin_layout Plain Layout
30344
30345
30346 \backslash
30347 renewcommand{
30348 \backslash
30349 thefootnote}{
30350 \backslash
30351 arabic{footnote}}
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Standard
30360 \begin_inset VSpace bigskip
30361 \end_inset
30362
30363
30364 \end_layout
30365
30366 \begin_layout Standard
30367 脚註を「章番号.脚註番号」スキームで付番したいときには,使用中文書のプリアンブルに
30368 \end_layout
30369
30370 \begin_layout Standard
30371
30372 \series bold
30373
30374 \backslash
30375 numberwithin{footnote}{chapter}
30376 \end_layout
30377
30378 \begin_layout Standard
30379 というコマンドを加えてください.
30380 \series bold
30381
30382 \backslash
30383 numberwithin
30384 \series default
30385 コマンドを使用できるようにするためには,文書設定の
30386 \family sans
30387 数式オプション
30388 \family default
30389 タブで
30390 \family sans
30391 AMS
30392 \begin_inset space ~
30393 \end_inset
30394
30395 mathパッケージを使う
30396 \family default
30397 オプションを有効にしてください.
30398 \end_layout
30399
30400 \begin_layout Standard
30401 \begin_inset ERT
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405
30406
30407 \backslash
30408 numberwithin{footnote}{chapter}
30409 \end_layout
30410
30411 \end_inset
30412
30413 これは,脚註のもう一つの例です
30414 \series bold
30415
30416 \begin_inset Foot
30417 status open
30418
30419 \begin_layout Plain Layout
30420
30421 \series bold
30422 これは,
30423 \series default
30424 「章番号.脚註番号」スキームで番号を振られた脚註です.
30425 \end_layout
30426
30427 \end_inset
30428
30429
30430 \series default
30431
30432 \begin_inset ERT
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436
30437
30438 \backslash
30439 renewcommand{
30440 \backslash
30441 thefootnote}{
30442 \backslash
30443 arabic{footnote}}
30444 \end_layout
30445
30446 \end_inset
30447
30448
30449 \end_layout
30450
30451 \begin_layout Standard
30452 \begin_inset Note Greyedout
30453 status open
30454
30455 \begin_layout Plain Layout
30456
30457 \series bold
30458 【註】
30459 \backslash
30460 numberwithin
30461 \series default
30462 は,脚註番号を常にアラビア数字で出力します.それよりも前にアラビア数字以外に再定義されたものは無効となります.
30463 \end_layout
30464
30465 \end_inset
30466
30467
30468 \end_layout
30469
30470 \begin_layout Standard
30471 また,例えば「章番号.
30472 \backslash
30473 Roman{footnote}」スキームを得るには,
30474 \series bold
30475
30476 \backslash
30477 numberwithin
30478 \series default
30479 の代わりに以下のコマンドを使用してください.
30480 \end_layout
30481
30482 \begin_layout Standard
30483
30484 \series bold
30485
30486 \backslash
30487 renewcommand{
30488 \backslash
30489 thefootnote}{
30490 \backslash
30491 thechapter.
30492 \backslash
30493 Roman{footnote}}
30494 \end_layout
30495
30496 \begin_layout Subsection
30497 脚註の配置
30498 \begin_inset Index idx
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502 きゃくちゅう@脚註 ! はいち@配置
30503 \end_layout
30504
30505 \end_inset
30506
30507
30508 \end_layout
30509
30510 \begin_layout Standard
30511 同一ページに複数の脚註がある場合,それらはページ底部に縦方向の余白を空けることなく,並べられます.これを読みやすくするには,例えば以下のようなコマンドをプリアン
30512 ブルに足して,1.5
30513 \begin_inset space \thinspace{}
30514 \end_inset
30515
30516 mmの余白を追加することもできます.
30517 \end_layout
30518
30519 \begin_layout Standard
30520
30521 \series bold
30522
30523 \backslash
30524 let
30525 \backslash
30526 myFoot
30527 \backslash
30528 footnote
30529 \begin_inset Newline newline
30530 \end_inset
30531
30532
30533 \backslash
30534 renewcommand{
30535 \backslash
30536 footnote}[1]{
30537 \backslash
30538 myFoot{#1
30539 \backslash
30540 vspace{1.5mm}}}
30541 \end_layout
30542
30543 \begin_layout Standard
30544 \begin_inset VSpace bigskip
30545 \end_inset
30546
30547 二段組文書では,脚註は各段底部に表示されます(図
30548 \begin_inset CommandInset ref
30549 LatexCommand ref
30550 reference "fig:標準的脚注配置"
30551
30552 \end_inset
30553
30554 ).図
30555 \begin_inset CommandInset ref
30556 LatexCommand ref
30557 reference "fig:ftnright脚注配置"
30558
30559 \end_inset
30560
30561 のように,脚註を右段底部にのみ表示するようにするには,文書プリアンブルに
30562 \end_layout
30563
30564 \begin_layout Standard
30565
30566 \series bold
30567
30568 \backslash
30569 usepackage{ftnright}
30570 \end_layout
30571
30572 \begin_layout Standard
30573 というコマンドを書いて,\SpecialChar LaTeX
30574 パッケージ
30575 \series bold
30576 ftnright
30577 \series default
30578
30579 \begin_inset Index idx
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583 \SpecialChar LaTeX
30584 ぱっけーじ@\SpecialChar LaTeX
30585 パッケージ ! ftnright
30586 \end_layout
30587
30588 \end_inset
30589
30590 を読み込みます.
30591 \begin_inset Float figure
30592 placement !h
30593 alignment document
30594 wide false
30595 sideways false
30596 status open
30597
30598 \begin_layout Plain Layout
30599 \noindent
30600 \align center
30601 \begin_inset Box Boxed
30602 position "t"
30603 hor_pos "c"
30604 has_inner_box 0
30605 inner_pos "t"
30606 use_parbox 0
30607 use_makebox 0
30608 width ""
30609 special "none"
30610 height "1in"
30611 height_special "totalheight"
30612 thickness "0.4pt"
30613 separation "3pt"
30614 shadowsize "4pt"
30615 framecolor "black"
30616 backgroundcolor "none"
30617 status open
30618
30619 \begin_layout Plain Layout
30620 \begin_inset Graphics
30621         filename ../clipart/without_fntright.pdf
30622         width 100col%
30623         scaleBeforeRotation
30624
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \end_inset
30631
30632
30633 \end_layout
30634
30635 \begin_layout Plain Layout
30636 \begin_inset Caption Standard
30637
30638 \begin_layout Plain Layout
30639 \begin_inset CommandInset label
30640 LatexCommand label
30641 name "fig:標準的脚注配置"
30642
30643 \end_inset
30644
30645 二段組文書の標準的な脚註配置
30646 \end_layout
30647
30648 \end_inset
30649
30650
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \end_layout
30657
30658 \begin_layout Standard
30659 \begin_inset Float figure
30660 placement !h
30661 alignment document
30662 wide false
30663 sideways false
30664 status open
30665
30666 \begin_layout Plain Layout
30667 \noindent
30668 \align center
30669 \begin_inset Box Boxed
30670 position "t"
30671 hor_pos "c"
30672 has_inner_box 0
30673 inner_pos "t"
30674 use_parbox 0
30675 use_makebox 0
30676 width ""
30677 special "none"
30678 height "1in"
30679 height_special "totalheight"
30680 thickness "0.4pt"
30681 separation "3pt"
30682 shadowsize "4pt"
30683 framecolor "black"
30684 backgroundcolor "none"
30685 status open
30686
30687 \begin_layout Plain Layout
30688 \begin_inset Graphics
30689         filename ../clipart/with_fntright.pdf
30690         width 100col%
30691         scaleBeforeRotation
30692
30693 \end_inset
30694
30695
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \end_layout
30702
30703 \begin_layout Plain Layout
30704 \begin_inset Caption Standard
30705
30706 \begin_layout Plain Layout
30707 \begin_inset CommandInset label
30708 LatexCommand label
30709 name "fig:ftnright脚注配置"
30710
30711 \end_inset
30712
30713 \SpecialChar LaTeX
30714 パッケージ
30715 \series bold
30716 ftnright
30717 \series default
30718 を使用したときの二段組文書の脚註配置
30719 \end_layout
30720
30721 \end_inset
30722
30723
30724 \end_layout
30725
30726 \end_inset
30727
30728
30729 \end_layout
30730
30731 \begin_layout Standard
30732 \begin_inset VSpace bigskip
30733 \end_inset
30734
30735 科学的文献においては,図
30736 \begin_inset CommandInset ref
30737 LatexCommand ref
30738 reference "fig:後註"
30739
30740 \end_inset
30741
30742 のように,節の末尾に別段落を設けて,脚註をまとめて出力することも普通に行われます.これは「後註
30743 \begin_inset Index idx
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747 こちゆう@後註
30748 \end_layout
30749
30750 \end_inset
30751
30752 」と呼ばれるものです.文書中で脚註の代わりに後註を使用するには,
30753 \family sans
30754 文書\SpecialChar menuseparator
30755 設定\SpecialChar menuseparator
30756 モジュール
30757 \family default
30758 メニューで
30759 \family sans
30760 脚註から後註へ
30761 \family default
30762 を読み込んでください.まとめた注を出力するには,節ないし章末に\SpecialChar TeX
30763 コードで
30764 \end_layout
30765
30766 \begin_layout Standard
30767
30768 \series bold
30769
30770 \backslash
30771 theendnotes
30772 \end_layout
30773
30774 \begin_layout Standard
30775 というコマンドを挿入してください.
30776 \end_layout
30777
30778 \begin_layout Standard
30779 \begin_inset Float figure
30780 placement document
30781 alignment document
30782 wide false
30783 sideways false
30784 status open
30785
30786 \begin_layout Plain Layout
30787 \align center
30788 \begin_inset Box Boxed
30789 position "t"
30790 hor_pos "c"
30791 has_inner_box 0
30792 inner_pos "t"
30793 use_parbox 0
30794 use_makebox 0
30795 width ""
30796 special "none"
30797 height "1in"
30798 height_special "totalheight"
30799 thickness "0.4pt"
30800 separation "3pt"
30801 shadowsize "4pt"
30802 framecolor "black"
30803 backgroundcolor "none"
30804 status open
30805
30806 \begin_layout Plain Layout
30807 \begin_inset Graphics
30808         filename ../clipart/endnotes.pdf
30809         width 100col%
30810         scaleBeforeRotation
30811
30812 \end_inset
30813
30814
30815 \end_layout
30816
30817 \end_inset
30818
30819
30820 \end_layout
30821
30822 \begin_layout Plain Layout
30823 \begin_inset Caption Standard
30824
30825 \begin_layout Plain Layout
30826 \begin_inset CommandInset label
30827 LatexCommand label
30828 name "fig:後註"
30829
30830 \end_inset
30831
30832 後註 – 注を節ないし章末に別段落として印字します.
30833 \end_layout
30834
30835 \end_inset
30836
30837
30838 \end_layout
30839
30840 \end_inset
30841
30842
30843 \end_layout
30844
30845 \begin_layout Standard
30846 \begin_inset VSpace medskip
30847 \end_inset
30848
30849 後註の段落見出しは,文書言語に自動的に翻訳されることはありませんので,手動で翻訳しなくてはなりません.プリアンブルで
30850 \end_layout
30851
30852 \begin_layout Standard
30853
30854 \series bold
30855
30856 \backslash
30857 renewcommand{
30858 \backslash
30859 notesname}{Anmerkungen}
30860 \end_layout
30861
30862 \begin_layout Standard
30863 というコマンドを使えば,既定の英語名「Notes」を独語訳「Anmerkungen」に変えることができます.
30864 \end_layout
30865
30866 \begin_layout Standard
30867 \begin_inset VSpace medskip
30868 \end_inset
30869
30870
30871 \begin_inset CommandInset ref
30872 LatexCommand ref
30873 reference "subsec:脚注の付番"
30874
30875 \end_inset
30876
30877 節で述べた脚註の付番と同様に,後註の付番も変更することができます.
30878 \series bold
30879
30880 \backslash
30881 thefootnote
30882 \series default
30883 コマンドの代わりに
30884 \series bold
30885
30886 \backslash
30887 theendnote
30888 \series default
30889 を用いてください.後註番号をリセットするには,第
30890 \begin_inset CommandInset ref
30891 LatexCommand ref
30892 reference "subsec:脚注の付番"
30893
30894 \end_inset
30895
30896 節で述べたコマンド
30897 \series bold
30898
30899 \backslash
30900 @addtoreset
30901 \series default
30902 の,パラメータ
30903 \series bold
30904 footnote
30905 \series default
30906
30907 \series bold
30908 endnote
30909 \series default
30910 に変えて,使用してください.
30911 \end_layout
30912
30913 \begin_layout Standard
30914 後註の印だけを作成するには,第
30915 \begin_inset CommandInset ref
30916 LatexCommand ref
30917 reference "sec:脚注"
30918
30919 \end_inset
30920
30921 節で説明した
30922 \series bold
30923
30924 \backslash
30925 footnotemark
30926 \series default
30927 コマンドの代わりに,
30928 \series bold
30929
30930 \backslash
30931 endnotemark[番号]
30932 \series default
30933 コマンドを使用してください.
30934 \end_layout
30935
30936 \begin_layout Standard
30937 \begin_inset VSpace bigskip
30938 \end_inset
30939
30940 脚註はページ余白に置くこともでき,脚註文の揃えも変更することができます.詳細は,\SpecialChar LaTeX
30941 パッケージ
30942 \series bold
30943 footmisc
30944 \series default
30945
30946 \begin_inset Index idx
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950 \SpecialChar LaTeX
30951 ぱっけーじ@\SpecialChar LaTeX
30952 パッケージ ! footmisc
30953 \end_layout
30954
30955 \end_inset
30956
30957
30958 \begin_inset CommandInset citation
30959 LatexCommand cite
30960 key "footmisc"
30961 literal "true"
30962
30963 \end_inset
30964
30965 を参照してください.
30966 \end_layout
30967
30968 \begin_layout Standard
30969 脚註の整形にまつわるその他多くの話題が,\SpecialChar LaTeX
30970 関連書籍
30971 \begin_inset CommandInset citation
30972 LatexCommand cite
30973 key "latexcompanion,latexguide,latexbook"
30974 literal "true"
30975
30976 \end_inset
30977
30978 に載っています.
30979 \series bold
30980 KOMA-Script
30981 \series default
30982
30983 \begin_inset Index idx
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987 \SpecialChar LaTeX
30988 ぱっけーじ@\SpecialChar LaTeX
30989 パッケージ ! KOMA-Script
30990 \end_layout
30991
30992 \end_inset
30993
30994 文書クラスを使用している場合には,すべての脚註設定を,クラス固有のコマンドで調節することができます(
30995 \begin_inset CommandInset citation
30996 LatexCommand cite
30997 key "KOMA-script"
30998 literal "true"
30999
31000 \end_inset
31001
31002 参照).
31003 \end_layout
31004
31005 \begin_layout Section
31006 傍註
31007 \begin_inset Index idx
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011 ちゅうしゃく@註釈 ! ぼうちゅう@傍註
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020 \SpecialChar LyX
31021 内において,傍註註釈は,脚註のような外見と挙動を示します.これは
31022 \family sans
31023 挿入\SpecialChar menuseparator
31024 傍註
31025 \family default
31026 メニューかツールバーボタン
31027 \family sans
31028
31029 \begin_inset Info
31030 type  "icon"
31031 arg   "marginalnote-insert"
31032 \end_inset
31033
31034
31035 \family default
31036 で挿入することができます.すると,紫字で「傍註」と書かれた灰色のボックスが現れて,そこに傍註文を入れることができます.
31037 \end_layout
31038
31039 \begin_layout Standard
31040 横にあるのが傍註です
31041 \begin_inset Marginal
31042 status open
31043
31044 \begin_layout Plain Layout
31045 これは傍註文です.
31046 \end_layout
31047
31048 \end_inset
31049
31050
31051 \end_layout
31052
31053 \begin_layout Standard
31054 片面文書においては,傍註は右側に表示され,両面文書においては外側余白—偶数ページでは左側,奇数ページでは右側—に表示されます.傍註文は,外側余白の反対側に—注が
31055 左余白に現れるときには右揃えに—寄せられます.傍註文の一行目は,傍註が挿入された文書箇所と同じ行に来るように配置されます.
31056 \end_layout
31057
31058 \begin_layout Standard
31059 \begin_inset VSpace bigskip
31060 \end_inset
31061
31062 傍註を内側余白に置くには,傍註の前に\SpecialChar TeX
31063 コードで
31064 \end_layout
31065
31066 \begin_layout Standard
31067
31068 \series bold
31069
31070 \backslash
31071 reversemarginpar
31072 \end_layout
31073
31074 \begin_layout Standard
31075 というコマンドを書き加えてください.この新しい配置は,以後のすべての傍註に対して効力があります.
31076 \begin_inset ERT
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080
31081
31082 \backslash
31083 reversemarginpar 
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \begin_inset Marginal
31090 status open
31091
31092 \begin_layout Plain Layout
31093 これは内側余白の傍註です.
31094 \end_layout
31095
31096 \end_inset
31097
31098
31099 \series bold
31100
31101 \begin_inset Newline newline
31102 \end_inset
31103
31104
31105 \series default
31106
31107 \begin_inset Note Greyedout
31108 status open
31109
31110 \begin_layout Plain Layout
31111
31112 \series bold
31113 【註】
31114 \series default
31115 内側余白には充分な空白がないことがよくあり,出力で傍註が正しく表示されないことがあります.
31116 \end_layout
31117
31118 \end_inset
31119
31120
31121 \end_layout
31122
31123 \begin_layout Standard
31124 既定の配置に戻すには,\SpecialChar TeX
31125 コードで
31126 \end_layout
31127
31128 \begin_layout Standard
31129
31130 \series bold
31131
31132 \backslash
31133 normalmarginpar
31134 \end_layout
31135
31136 \begin_layout Standard
31137 というコマンドを書き加えてください.
31138 \begin_inset ERT
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142
31143
31144 \backslash
31145 normalmarginpar 
31146 \end_layout
31147
31148 \end_inset
31149
31150  
31151 \begin_inset Note Greyedout
31152 status open
31153
31154 \begin_layout Plain Layout
31155
31156 \series bold
31157 【註】
31158 \backslash
31159 reversemarginpar
31160 \series default
31161 コマンドが既に挿入されている段落内では,このコマンドは無視されます.
31162 \end_layout
31163
31164 \end_inset
31165
31166
31167 \end_layout
31168
31169 \begin_layout Standard
31170 \begin_inset VSpace bigskip
31171 \end_inset
31172
31173
31174 \begin_inset Marginal
31175 status open
31176
31177 \begin_layout Plain Layout
31178 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされない例.
31179 \end_layout
31180
31181 \end_inset
31182
31183
31184 \begin_inset CommandInset ref
31185 LatexCommand ref
31186 reference "subsec:複数行"
31187
31188 \end_inset
31189
31190 節で述べられている事例と同様に,長い単語が傍註文の最初の単語として来るとハイフネートが行われません.これを回避するには,その単語の前に0
31191 \begin_inset space \thinspace{}
31192 \end_inset
31193
31194 pt水平空白を挿入してください 
31195 \begin_inset Marginal
31196 status open
31197
31198 \begin_layout Plain Layout
31199 \begin_inset space \hspace*{}
31200 \length 0pt
31201 \end_inset
31202
31203 AVeryLongMarginParWord(とっても長い傍註段落中の単語)がハイフネートされる例.
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \end_layout
31210
31211 \begin_layout Standard
31212 \begin_inset VSpace bigskip
31213 \end_inset
31214
31215
31216 \end_layout
31217
31218 \begin_layout Standard
31219 \begin_inset Note Greyedout
31220 status open
31221
31222 \begin_layout Plain Layout
31223
31224 \series bold
31225 【註】
31226 \series default
31227 通常,傍註は表やフロート,脚註の中では使用することができません.
31228 \end_layout
31229
31230 \end_inset
31231
31232
31233 \end_layout
31234
31235 \begin_layout Standard
31236 \begin_inset VSpace bigskip
31237 \end_inset
31238
31239
31240 \end_layout
31241
31242 \begin_layout Standard
31243 \begin_inset ERT
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247
31248
31249 \backslash
31250 ifmarginnote
31251 \end_layout
31252
31253 \end_inset
31254
31255
31256 \begin_inset Note Note
31257 status open
31258
31259 \begin_layout Plain Layout
31260 以下の部分は,\SpecialChar LaTeX
31261 パッケージ
31262 \series bold
31263 marginnote
31264 \series default
31265 が導入されているときのみ表示されます.
31266 \end_layout
31267
31268 \end_inset
31269
31270
31271 \end_layout
31272
31273 \begin_layout Standard
31274 この制約は,\SpecialChar LaTeX
31275 パッケージ
31276 \series bold
31277 marginnote
31278 \series default
31279
31280 \begin_inset Index idx
31281 status collapsed
31282
31283 \begin_layout Plain Layout
31284 \SpecialChar LaTeX
31285 ぱっけーじ@\SpecialChar LaTeX
31286 パッケージ ! marginnote
31287 \end_layout
31288
31289 \end_inset
31290
31291 を使用することで回避することができます.以下の二行を使用中の文書プリアンブルに書き加えると,\SpecialChar LyX
31292 が傍註に使うコマンドが再定義されて,
31293 \series bold
31294 marginnote
31295 \series default
31296 パッケージが提供するコマンドを使うようになります.
31297 \end_layout
31298
31299 \begin_layout Standard
31300
31301 \series bold
31302
31303 \backslash
31304 usepackage{marginnote}
31305 \begin_inset Newline newline
31306 \end_inset
31307
31308
31309 \backslash
31310 let
31311 \backslash
31312 marginpar
31313 \backslash
31314 marginnote
31315 \end_layout
31316
31317 \begin_layout Standard
31318
31319 \series bold
31320 marginnote
31321 \series default
31322 には他にも便利な機能があるので,この方法が本文書でも使われています.というのは,
31323 \series bold
31324 marginnote
31325 \series default
31326 を使うと,傍註文に垂直オフセットを設定することができるからです.これは,あまりにもたくさんの傍註が非常に近いところに集まっていたり,もっとよいページレイアウトが
31327 望まれるときなどに,よく必要とされます.オフセットは,\SpecialChar LyX
31328 中の傍註の後ろに\SpecialChar TeX
31329 コードで直接
31330 \end_layout
31331
31332 \begin_layout Standard
31333
31334 \series bold
31335 [オフセット]
31336 \end_layout
31337
31338 \begin_layout Standard
31339 という形で書くことで設定することができます.ここで「オフセット」には,表
31340 \begin_inset CommandInset ref
31341 LatexCommand ref
31342 reference "tab:単位"
31343
31344 \end_inset
31345
31346 に挙げてある単位の一つを使用します.負の値を与えると註釈は上にずれ,正の値だと下にずれます.たとえば,この本文行の横にある傍註は,\SpecialChar TeX
31347 コードコマンド「
31348 \series bold
31349 [-1.5cm]
31350 \series default
31351 」を使用して,1.5
31352 \begin_inset space \thinspace{}
31353 \end_inset
31354
31355 cm上にずらしてあります
31356 \begin_inset Marginal
31357 status open
31358
31359 \begin_layout Plain Layout
31360 この傍註は,本来の位置よりも1.5
31361 \begin_inset space \thinspace{}
31362 \end_inset
31363
31364 cm上にずらしてあります.
31365 \end_layout
31366
31367 \end_inset
31368
31369
31370 \begin_inset ERT
31371 status collapsed
31372
31373 \begin_layout Plain Layout
31374
31375 [-1.5cm]
31376 \end_layout
31377
31378 \end_inset
31379
31380
31381 \end_layout
31382
31383 \begin_layout Standard
31384 \begin_inset VSpace medskip
31385 \end_inset
31386
31387
31388 \series bold
31389 marginnote
31390 \series default
31391 を使うと,傍註の揃えを変更することもできます.たとえば,
31392 \end_layout
31393
31394 \begin_layout Standard
31395
31396 \series bold
31397
31398 \backslash
31399 renewcommand*{
31400 \backslash
31401 raggedleftmarginnote}{
31402 \backslash
31403 centering}
31404 \begin_inset Newline newline
31405 \end_inset
31406
31407
31408 \backslash
31409 renewcommand*{
31410 \backslash
31411 raggedrightmarginnote}{
31412 \backslash
31413 centering}
31414 \end_layout
31415
31416 \begin_layout Standard
31417 というコマンドを使うと,中央揃えになります.
31418 \series bold
31419
31420 \backslash
31421 raggedleftmarginnote
31422 \series default
31423 とは,左側に表示されている傍註のことを指します
31424 \begin_inset ERT
31425 status collapsed
31426
31427 \begin_layout Plain Layout
31428
31429
31430 \backslash
31431 renewcommand*{
31432 \backslash
31433 raggedleftmarginnote}{
31434 \backslash
31435 centering}
31436 \end_layout
31437
31438 \begin_layout Plain Layout
31439
31440
31441 \backslash
31442 renewcommand*{
31443 \backslash
31444 raggedrightmarginnote}{
31445 \backslash
31446 centering}
31447 \end_layout
31448
31449 \end_inset
31450
31451
31452 \begin_inset Marginal
31453 status open
31454
31455 \begin_layout Plain Layout
31456 この傍註の文章は中央揃えになっています.
31457 \end_layout
31458
31459 \end_inset
31460
31461 .既定の設定は,
31462 \end_layout
31463
31464 \begin_layout Standard
31465
31466 \series bold
31467
31468 \backslash
31469 renewcommand*{
31470 \backslash
31471 raggedleftmarginnote}{
31472 \backslash
31473 raggedleft}
31474 \begin_inset Newline newline
31475 \end_inset
31476
31477
31478 \backslash
31479 renewcommand*{
31480 \backslash
31481 raggedrightmarginnote}{
31482 \backslash
31483 raggedright}
31484 \series default
31485
31486 \begin_inset ERT
31487 status collapsed
31488
31489 \begin_layout Plain Layout
31490
31491
31492 \backslash
31493 renewcommand*{
31494 \backslash
31495 raggedleftmarginnote}{
31496 \backslash
31497 raggedleft}
31498 \end_layout
31499
31500 \begin_layout Plain Layout
31501
31502
31503 \backslash
31504 renewcommand*{
31505 \backslash
31506 raggedrightmarginnote}{
31507 \backslash
31508 raggedright}
31509 \end_layout
31510
31511 \end_inset
31512
31513
31514 \end_layout
31515
31516 \begin_layout Standard
31517 です.
31518 \end_layout
31519
31520 \begin_layout Standard
31521 \begin_inset VSpace medskip
31522 \end_inset
31523
31524
31525 \series bold
31526 marginnote
31527 \series default
31528 の他の機能については,
31529 \begin_inset CommandInset citation
31530 LatexCommand cite
31531 key "marginnote"
31532 literal "true"
31533
31534 \end_inset
31535
31536 の取扱説明書をご参照ください.
31537 \end_layout
31538
31539 \begin_layout Standard
31540 \begin_inset VSpace bigskip
31541 \end_inset
31542
31543 傍註のレイアウトは,傍註の定義を変更することによって変えることができます.たとえば,すべての傍註に,下線を引いたサンセリフ体の太字で「
31544 \family sans
31545 \series bold
31546 \bar under
31547 注意!
31548 \family default
31549 \series default
31550 \bar default
31551 」というヘッダ文をつけるには,以下を使用している文書プリアンブルに書き加えてください.
31552 \end_layout
31553
31554 \begin_layout Standard
31555
31556 \series bold
31557
31558 \backslash
31559 let
31560 \backslash
31561 myMarginpar
31562 \backslash
31563 marginpar
31564 \begin_inset Newline newline
31565 \end_inset
31566
31567
31568 \backslash
31569 renewcommand{
31570 \backslash
31571 marginpar}[1]{
31572 \backslash
31573 myMarginpar{%
31574 \begin_inset Newline newline
31575 \end_inset
31576
31577
31578 \begin_inset Phantom HPhantom
31579 status open
31580
31581 \begin_layout Plain Layout
31582
31583 \series bold
31584 \begin_inset space ~
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \backslash
31594 hspace{0pt}
31595 \backslash
31596 textsf{
31597 \backslash
31598 textbf{
31599 \backslash
31600 underbar{注意!}}}%
31601 \begin_inset Newline newline
31602 \end_inset
31603
31604
31605 \begin_inset Phantom HPhantom
31606 status open
31607
31608 \begin_layout Plain Layout
31609
31610 \series bold
31611 \begin_inset space ~
31612 \end_inset
31613
31614
31615 \end_layout
31616
31617 \end_inset
31618
31619
31620 \backslash
31621 vspace{1.5mm}
31622 \backslash
31623
31624 \backslash
31625 #1}}
31626 \end_layout
31627
31628 \begin_layout Standard
31629 \begin_inset ERT
31630 status collapsed
31631
31632 \begin_layout Plain Layout
31633
31634
31635 \backslash
31636 let
31637 \backslash
31638 myMarginpar
31639 \backslash
31640 marginpar
31641 \end_layout
31642
31643 \begin_layout Plain Layout
31644
31645
31646 \backslash
31647 renewcommand{
31648 \backslash
31649 marginpar}[1]{
31650 \backslash
31651 myMarginpar{%
31652 \end_layout
31653
31654 \begin_layout Plain Layout
31655
31656    
31657 \backslash
31658 textsf{
31659 \backslash
31660 textbf{
31661 \backslash
31662 underbar{注意!}}}%
31663 \end_layout
31664
31665 \begin_layout Plain Layout
31666
31667    
31668 \backslash
31669 vspace{1.5mm}
31670 \backslash
31671
31672 \backslash
31673 #1}}
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \begin_inset Marginal
31680 status open
31681
31682 \begin_layout Plain Layout
31683 これは,定義したヘッダをつけた傍註です.
31684 \end_layout
31685
31686 \end_inset
31687
31688
31689 \begin_inset ERT
31690 status collapsed
31691
31692 \begin_layout Plain Layout
31693
31694 [-1.5cm]
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \begin_inset ERT
31701 status collapsed
31702
31703 \begin_layout Plain Layout
31704
31705
31706 \backslash
31707 renewcommand{
31708 \backslash
31709 marginpar}[1]{
31710 \backslash
31711 myMarginpar{#1}}
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \begin_inset Note Note
31718 status open
31719
31720 \begin_layout Plain Layout
31721 傍註書式は,この例の分だけ変更してあります.
31722 \end_layout
31723
31724 \end_inset
31725
31726
31727 \end_layout
31728
31729 \begin_layout Standard
31730 \begin_inset ERT
31731 status collapsed
31732
31733 \begin_layout Plain Layout
31734
31735
31736 \backslash
31737 else
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \begin_inset Note Note
31744 status open
31745
31746 \begin_layout Plain Layout
31747 以下の部分は,\SpecialChar LaTeX
31748 パッケージ
31749 \series bold
31750 marginnote
31751 \series default
31752 が導入されていないときのみ表示されます.
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \end_layout
31759
31760 \begin_layout Standard
31761 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
31762 パッケージ
31763 \series bold
31764 marginnote
31765 \series default
31766 を導入する必要があります.
31767 \end_layout
31768
31769 \begin_layout Standard
31770 \begin_inset ERT
31771 status collapsed
31772
31773 \begin_layout Plain Layout
31774
31775
31776 \backslash
31777 fi
31778 \end_layout
31779
31780 \end_inset
31781
31782
31783 \end_layout
31784
31785 \begin_layout Chapter
31786 ボックス
31787 \end_layout
31788
31789 \begin_layout Section
31790 はじめに
31791 \begin_inset Index idx
31792 status collapsed
31793
31794 \begin_layout Plain Layout
31795 ぼっくす@ボックス ! はじめに
31796 \end_layout
31797
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Standard
31804 ボックスは,一塊の文章を整形するのに使用します.ボックスは,多言語文書を書くのに使用したり(第
31805 \begin_inset CommandInset ref
31806 LatexCommand ref
31807 reference "sec:ミニページ"
31808
31809 \end_inset
31810
31811 節参照),文章を囲ったり(第
31812 \begin_inset CommandInset ref
31813 LatexCommand ref
31814 reference "sec:装飾"
31815
31816 \end_inset
31817
31818 節参照),単語がハイフネートされるのを予防したり(第
31819 \begin_inset CommandInset ref
31820 LatexCommand ref
31821 reference "sec:ハイフネーションの回避"
31822
31823 \end_inset
31824
31825 節参照),文章を揃えたり(第
31826 \begin_inset CommandInset ref
31827 LatexCommand ref
31828 reference "subsec:垂直揃え"
31829
31830 \end_inset
31831
31832 節参照),あるいは文章の背景色を設定したり(第
31833 \begin_inset CommandInset ref
31834 LatexCommand ref
31835 reference "sec:色付きボックス"
31836
31837 \end_inset
31838
31839 節参照)するのに使用します.
31840 \end_layout
31841
31842 \begin_layout Standard
31843 ボックスは,
31844 \family sans
31845 挿入\SpecialChar menuseparator
31846 ボックス
31847 \family default
31848 メニューかツールバーボタン
31849 \family sans
31850
31851 \begin_inset Info
31852 type  "icon"
31853 arg   "box-insert Frameless"
31854 \end_inset
31855
31856
31857 \family default
31858 を使って挿入することができます.すると,
31859 \begin_inset Graphics
31860         filename clipart/BoxInsetDefault.png
31861         scale 95
31862         scaleBeforeRotation
31863
31864 \end_inset
31865
31866 のように
31867 \family sans
31868 ボックス(minipage環境)
31869 \family default
31870 というラベルのついた灰色の箱形が挿入されます.ボックス型は,この箱形を右クリックすると出てくるメニューで指定することができます.
31871 \family sans
31872 設定
31873 \family default
31874 メニューを選択すると現れるボックスダイアログでは,
31875 \family sans
31876 parboxコマンド
31877 \family default
31878
31879 \family sans
31880 minipage環境
31881 \family default
31882 の二つの
31883 \family sans
31884 内部ボックス
31885 \family default
31886 型を選択することができます.
31887 \family sans
31888 minipage
31889 \family default
31890 型は,新規ボックスの既定値となっており,第
31891 \begin_inset CommandInset ref
31892 LatexCommand ref
31893 reference "sec:ミニページ"
31894
31895 \end_inset
31896
31897 節で説明します.
31898 \family sans
31899 parbox
31900 \family default
31901 型については第
31902 \begin_inset CommandInset ref
31903 LatexCommand ref
31904 reference "sec:Parboxes"
31905
31906 \end_inset
31907
31908 節,
31909 \family sans
31910 makebox
31911 \family default
31912 型については第
31913 \begin_inset CommandInset ref
31914 LatexCommand ref
31915 reference "sec:ハイフネーションの回避"
31916
31917 \end_inset
31918
31919 節で述べます.
31920 \end_layout
31921
31922 \begin_layout Standard
31923 ボックスは付番されないので,フロートや脚註のように参照することはできません.
31924 \end_layout
31925
31926 \begin_layout Standard
31927 \begin_inset Note Greyedout
31928 status open
31929
31930 \begin_layout Plain Layout
31931
31932 \series bold
31933 【註】
31934 \series default
31935 ボックスは,
31936 \family sans
31937 箇条書き(記号)
31938 \family default
31939 環境や
31940 \family sans
31941 箇条書き(記述)
31942 \family default
31943 環境の単独要素とすべきではありません.
31944 \end_layout
31945
31946 \end_inset
31947
31948
31949 \end_layout
31950
31951 \begin_layout Standard
31952 \begin_inset Note Greyedout
31953 status open
31954
31955 \begin_layout Plain Layout
31956
31957 \series bold
31958 【註】
31959 \series default
31960 理由は不明ですが,枠付きボックスを使用している場合には,
31961 \family sans
31962 内部ボックス
31963 \family default
31964 型は
31965 \family sans
31966 なし
31967 \family default
31968 にしか設定することができません.
31969 \family sans
31970 内部ボックス
31971 \family default
31972 型や枠のないボックスについては,第
31973 \begin_inset CommandInset ref
31974 LatexCommand ref
31975 reference "sec:ハイフネーションの回避"
31976
31977 \end_inset
31978
31979 節で説明します.
31980 \end_layout
31981
31982 \end_inset
31983
31984
31985 \end_layout
31986
31987 \begin_layout Section
31988 ボックスダイアログ
31989 \begin_inset CommandInset label
31990 LatexCommand label
31991 name "sec:ボックスダイアログ"
31992
31993 \end_inset
31994
31995
31996 \begin_inset Index idx
31997 status collapsed
31998
31999 \begin_layout Plain Layout
32000 ぼっくす@ボックス ! ぼっくすだいあろぐ@ボックスダイアログ
32001 \end_layout
32002
32003 \end_inset
32004
32005
32006 \end_layout
32007
32008 \begin_layout Subsection
32009 寸法
32010 \begin_inset Index idx
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014 ぼっくす@ボックス ! すんぽう@寸法
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Standard
32023 ボックスダイアログでは,
32024 \family sans
32025
32026 \family default
32027
32028 \family sans
32029 高さ
32030 \family default
32031 の各フィールドでボックスのジオメトリを調整することができます.ジオメトリに使用することのできる単位は,表
32032 \begin_inset CommandInset ref
32033 LatexCommand ref
32034 reference "tab:単位"
32035
32036 \end_inset
32037
32038 に説明されています.
32039 \family sans
32040 高さ
32041 \family default
32042 フィールドには,加えて以下の寸法を使用することができます.
32043 \end_layout
32044
32045 \begin_layout Description
32046 階層 これは平文の「高さ」です.ボックス中に複数行がある場合には,全体としての階層は無視されます.
32047 \begin_inset Newline newline
32048 \end_inset
32049
32050
32051 \begin_inset Newline newline
32052 \end_inset
32053
32054
32055 \begin_inset Newline newline
32056 \end_inset
32057
32058
32059 \begin_inset Box Boxed
32060 position "c"
32061 hor_pos "c"
32062 has_inner_box 1
32063 inner_pos "c"
32064 use_parbox 0
32065 use_makebox 0
32066 width "12col%"
32067 special "none"
32068 height "1in"
32069 height_special "depth"
32070 thickness "0.4pt"
32071 separation "3pt"
32072 shadowsize "4pt"
32073 framecolor "black"
32074 backgroundcolor "none"
32075 status collapsed
32076
32077 \begin_layout Plain Layout
32078 \align center
32079 高さを1階層に設定したボックス
32080 \end_layout
32081
32082 \end_inset
32083
32084
32085 \begin_inset Newline newline
32086 \end_inset
32087
32088
32089 \begin_inset Newline newline
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \begin_layout Description
32096 高さ これはボックス内部にある文章の高さです.この寸法でたとえば2の値を与えると,ボックスの高さを文章の2倍の高さに設定します.
32097 \begin_inset Box Boxed
32098 position "c"
32099 hor_pos "c"
32100 has_inner_box 1
32101 inner_pos "c"
32102 use_parbox 0
32103 use_makebox 0
32104 width "20col%"
32105 special "none"
32106 height "2in"
32107 height_special "height"
32108 thickness "0.4pt"
32109 separation "3pt"
32110 shadowsize "4pt"
32111 framecolor "black"
32112 backgroundcolor "none"
32113 status collapsed
32114
32115 \begin_layout Plain Layout
32116 \align center
32117 高さを2高さに設定したボックス
32118 \end_layout
32119
32120 \end_inset
32121
32122
32123 \end_layout
32124
32125 \begin_layout Description
32126 全高 これは「高さ」+「階層」です.
32127 \begin_inset Box Boxed
32128 position "c"
32129 hor_pos "c"
32130 has_inner_box 1
32131 inner_pos "c"
32132 use_parbox 0
32133 use_makebox 0
32134 width "20col%"
32135 special "none"
32136 height "1in"
32137 height_special "totalheight"
32138 thickness "0.4pt"
32139 separation "3pt"
32140 shadowsize "4pt"
32141 framecolor "black"
32142 backgroundcolor "none"
32143 status collapsed
32144
32145 \begin_layout Plain Layout
32146 \align center
32147 高さを1全高に設定したボックス
32148 \end_layout
32149
32150 \end_inset
32151
32152
32153 \end_layout
32154
32155 \begin_layout Description
32156 幅 これはボックスの幅を高さに設定します.
32157 \begin_inset Box Boxed
32158 position "c"
32159 hor_pos "c"
32160 has_inner_box 1
32161 inner_pos "c"
32162 use_parbox 0
32163 use_makebox 0
32164 width "12col%"
32165 special "none"
32166 height "1in"
32167 height_special "width"
32168 thickness "0.4pt"
32169 separation "3pt"
32170 shadowsize "4pt"
32171 framecolor "black"
32172 backgroundcolor "none"
32173 status collapsed
32174
32175 \begin_layout Plain Layout
32176 \align center
32177 高さを1幅に設定したボックス
32178 \end_layout
32179
32180 \end_inset
32181
32182
32183 \end_layout
32184
32185 \begin_layout Subsection
32186 文字揃え
32187 \begin_inset Index idx
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191 ぼっくす@ボックス ! もじそろえ@文字揃え
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Standard
32200
32201 \family sans
32202 内部ボックス
32203 \family default
32204 を選んだ場合には,ボックスの垂直揃えを以下のいずれかに設定できます.
32205 \end_layout
32206
32207 \begin_layout Description
32208 上 これは例示のための本文行です.
32209 \begin_inset Box Boxed
32210 position "t"
32211 hor_pos "c"
32212 has_inner_box 1
32213 inner_pos "c"
32214 use_parbox 0
32215 use_makebox 0
32216 width "12col%"
32217 special "none"
32218 height "1in"
32219 height_special "totalheight"
32220 thickness "0.4pt"
32221 separation "3pt"
32222 shadowsize "4pt"
32223 framecolor "black"
32224 backgroundcolor "none"
32225 status collapsed
32226
32227 \begin_layout Plain Layout
32228 \align center
32229 このボックスは上揃えです.
32230 \end_layout
32231
32232 \end_inset
32233
32234 これは例示のための本文行です.
32235 \end_layout
32236
32237 \begin_layout Description
32238 中央 これは例示のための本文行です.
32239 \begin_inset Box Boxed
32240 position "c"
32241 hor_pos "c"
32242 has_inner_box 1
32243 inner_pos "c"
32244 use_parbox 0
32245 use_makebox 0
32246 width "12col%"
32247 special "none"
32248 height "1in"
32249 height_special "totalheight"
32250 thickness "0.4pt"
32251 separation "3pt"
32252 shadowsize "4pt"
32253 framecolor "black"
32254 backgroundcolor "none"
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258 \align center
32259 このボックスは中央揃えです.
32260 \end_layout
32261
32262 \end_inset
32263
32264 これは例示のための本文行です.
32265 \end_layout
32266
32267 \begin_layout Description
32268 下 これは例示のための本文行です.
32269 \begin_inset Box Boxed
32270 position "b"
32271 hor_pos "c"
32272 has_inner_box 1
32273 inner_pos "c"
32274 use_parbox 0
32275 use_makebox 0
32276 width "12col%"
32277 special "none"
32278 height "1in"
32279 height_special "totalheight"
32280 thickness "0.4pt"
32281 separation "3pt"
32282 shadowsize "4pt"
32283 framecolor "black"
32284 backgroundcolor "none"
32285 status collapsed
32286
32287 \begin_layout Plain Layout
32288 \align center
32289 このボックスは下揃えです.
32290 \end_layout
32291
32292 \end_inset
32293
32294 これは例示のための本文行です.
32295 \end_layout
32296
32297 \begin_layout Standard
32298 \begin_inset Note Greyedout
32299 status open
32300
32301 \begin_layout Plain Layout
32302
32303 \series bold
32304 【註】
32305 \series default
32306 同一行に二つのボックスがあり,一方だけに影付きなどが設定されている場合には,ボックスの垂直文字揃えが出力中で無効となる場合があります.
32307 \end_layout
32308
32309 \end_inset
32310
32311
32312 \end_layout
32313
32314 \begin_layout Standard
32315 ボックスを独立した段落においた場合には,ボックスの水平文字揃えは,\SpecialChar LyX
32316 の段落ダイアログから設定できます.
32317 \end_layout
32318
32319 \begin_layout Standard
32320 \begin_inset VSpace bigskip
32321 \end_inset
32322
32323
32324 \family sans
32325 内部ボックス
32326 \family default
32327 を設定したときには,ボックスの内容を以下のように垂直揃えを行うことができます.
32328 \end_layout
32329
32330 \begin_layout Description
32331 上 これは例示のための本文行です.
32332 \begin_inset Box Boxed
32333 position "c"
32334 hor_pos "c"
32335 has_inner_box 1
32336 inner_pos "t"
32337 use_parbox 0
32338 use_makebox 0
32339 width "12col%"
32340 special "none"
32341 height "1.5in"
32342 height_special "totalheight"
32343 thickness "0.4pt"
32344 separation "3pt"
32345 shadowsize "4pt"
32346 framecolor "black"
32347 backgroundcolor "none"
32348 status collapsed
32349
32350 \begin_layout Plain Layout
32351 \align center
32352 このボックスの文章は上揃えです.
32353 \end_layout
32354
32355 \end_inset
32356
32357 これは例示のための本文行です.
32358 \end_layout
32359
32360 \begin_layout Description
32361 中央 これは例示のための本文行です.
32362 \begin_inset Box Boxed
32363 position "c"
32364 hor_pos "c"
32365 has_inner_box 1
32366 inner_pos "c"
32367 use_parbox 0
32368 use_makebox 0
32369 width "12col%"
32370 special "none"
32371 height "1.5in"
32372 height_special "totalheight"
32373 thickness "0.4pt"
32374 separation "3pt"
32375 shadowsize "4pt"
32376 framecolor "black"
32377 backgroundcolor "none"
32378 status collapsed
32379
32380 \begin_layout Plain Layout
32381 \align center
32382 このボックスの文章は中央揃えです.
32383 \end_layout
32384
32385 \end_inset
32386
32387 これは例示のための本文行です.
32388 \end_layout
32389
32390 \begin_layout Description
32391 下 これは例示のための本文行です.
32392 \begin_inset Box Boxed
32393 position "c"
32394 hor_pos "c"
32395 has_inner_box 1
32396 inner_pos "b"
32397 use_parbox 0
32398 use_makebox 0
32399 width "12col%"
32400 special "none"
32401 height "1.5in"
32402 height_special "totalheight"
32403 thickness "0.4pt"
32404 separation "3pt"
32405 shadowsize "4pt"
32406 framecolor "black"
32407 backgroundcolor "none"
32408 status collapsed
32409
32410 \begin_layout Plain Layout
32411 \align center
32412 このボックスの文章は下揃えです.
32413 \end_layout
32414
32415 \end_inset
32416
32417 これは例示のための本文行です.
32418 \end_layout
32419
32420 \begin_layout Description
32421 広げる これは例示のための本文行です.
32422 \begin_inset Box Boxed
32423 position "c"
32424 hor_pos "c"
32425 has_inner_box 1
32426 inner_pos "s"
32427 use_parbox 0
32428 use_makebox 0
32429 width "17col%"
32430 special "none"
32431 height "1.5in"
32432 height_special "totalheight"
32433 thickness "0.4pt"
32434 separation "3pt"
32435 shadowsize "4pt"
32436 framecolor "black"
32437 backgroundcolor "none"
32438 status collapsed
32439
32440 \begin_layout Plain Layout
32441 \align center
32442 このボックスの
32443 \end_layout
32444
32445 \begin_layout Plain Layout
32446 \align center
32447 文章は広げて
32448 \end_layout
32449
32450 \begin_layout Plain Layout
32451 \align center
32452 あります.
32453 \end_layout
32454
32455 \end_inset
32456
32457 これは例示のための本文行です.
32458 \end_layout
32459
32460 \begin_layout Standard
32461 ボックスの内容を広げるには,ボックスに複数の段落がなくてはなりません.上述の例では,文章の各行を独立の段落に設定してあります.
32462 \end_layout
32463
32464 \begin_layout Standard
32465 \begin_inset VSpace bigskip
32466 \end_inset
32467
32468
32469 \family sans
32470 内部ボックス
32471 \family default
32472 を設定しているときに,ボックスの内容を水平方向に揃えるには,\SpecialChar LyX
32473 の段落ダイアログを用います.
32474 \end_layout
32475
32476 \begin_layout Standard
32477 \align center
32478 \begin_inset Box Boxed
32479 position "c"
32480 hor_pos "c"
32481 has_inner_box 1
32482 inner_pos "s"
32483 use_parbox 0
32484 use_makebox 0
32485 width "25col%"
32486 special "none"
32487 height "1.25in"
32488 height_special "totalheight"
32489 thickness "0.4pt"
32490 separation "3pt"
32491 shadowsize "4pt"
32492 framecolor "black"
32493 backgroundcolor "none"
32494 status collapsed
32495
32496 \begin_layout Plain Layout
32497 \align left
32498 このボックスの
32499 \end_layout
32500
32501 \begin_layout Plain Layout
32502 \align center
32503 文章は広げて
32504 \end_layout
32505
32506 \begin_layout Plain Layout
32507 \align right
32508 あります.
32509 \end_layout
32510
32511 \end_inset
32512
32513
32514 \end_layout
32515
32516 \begin_layout Standard
32517
32518 \family sans
32519 内部ボックス
32520 \family default
32521 を設定していないときには,ボックスの内容は,ボックスダイアログの中で水平揃えの設定をすることができます.
32522 \end_layout
32523
32524 \begin_layout Standard
32525 \align center
32526 \begin_inset Box Boxed
32527 position "c"
32528 hor_pos "s"
32529 has_inner_box 0
32530 inner_pos "s"
32531 use_parbox 0
32532 use_makebox 0
32533 width "90col%"
32534 special "none"
32535 height "1.25in"
32536 height_special "totalheight"
32537 thickness "0.4pt"
32538 separation "3pt"
32539 shadowsize "4pt"
32540 framecolor "black"
32541 backgroundcolor "none"
32542 status collapsed
32543
32544 \begin_layout Plain Layout
32545 このボックスの文章は水平方向に広げてあります.
32546 \end_layout
32547
32548 \end_inset
32549
32550
32551 \end_layout
32552
32553 \begin_layout Subsection
32554 装飾
32555 \begin_inset CommandInset label
32556 LatexCommand label
32557 name "sec:装飾"
32558
32559 \end_inset
32560
32561
32562 \begin_inset Index idx
32563 status collapsed
32564
32565 \begin_layout Plain Layout
32566 ぼっくす@ボックス ! そうしょく@装飾
32567 \end_layout
32568
32569 \end_inset
32570
32571
32572 \end_layout
32573
32574 \begin_layout Standard
32575 ボックス型は,ボックスダイアログ中の
32576 \family sans
32577 装飾
32578 \family default
32579 ドロップダウン式一覧から指定することができます.以下の型を指定することができます.
32580 \end_layout
32581
32582 \begin_layout Description
32583 枠なし 枠を描きません.
32584 \end_layout
32585
32586 \begin_layout Description
32587 簡素な長方形の枠 これはボックスの周りに長方形の枠を描きます.枠線の太さを指定することができます.
32588 \begin_inset Box Boxed
32589 position "c"
32590 hor_pos "c"
32591 has_inner_box 1
32592 inner_pos "c"
32593 use_parbox 0
32594 use_makebox 0
32595 width "20col%"
32596 special "none"
32597 height "1in"
32598 height_special "totalheight"
32599 thickness "0.4pt"
32600 separation "3pt"
32601 shadowsize "4pt"
32602 framecolor "black"
32603 backgroundcolor "none"
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607 \align center
32608 長方形の箱型
32609 \end_layout
32610
32611 \end_inset
32612
32613
32614 \end_layout
32615
32616 \begin_layout Description
32617 楕円形の枠(細線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.4
32618 \begin_inset space \thinspace{}
32619 \end_inset
32620
32621 ptです. 
32622 \begin_inset Box ovalbox
32623 position "c"
32624 hor_pos "c"
32625 has_inner_box 1
32626 inner_pos "c"
32627 use_parbox 0
32628 use_makebox 0
32629 width "20col%"
32630 special "none"
32631 height "1in"
32632 height_special "totalheight"
32633 thickness "0.4pt"
32634 separation "3pt"
32635 shadowsize "4pt"
32636 framecolor "black"
32637 backgroundcolor "none"
32638 status collapsed
32639
32640 \begin_layout Plain Layout
32641 \align center
32642 楕円形の箱型(細線)
32643 \end_layout
32644
32645 \end_inset
32646
32647
32648 \end_layout
32649
32650 \begin_layout Description
32651 楕円形の枠(太線) これはボックスの周りに楕円形の枠を描きます.枠線の太さは0.8
32652 \begin_inset space \thinspace{}
32653 \end_inset
32654
32655 ptです. 
32656 \begin_inset Box Ovalbox
32657 position "c"
32658 hor_pos "c"
32659 has_inner_box 1
32660 inner_pos "c"
32661 use_parbox 0
32662 use_makebox 0
32663 width "20col%"
32664 special "none"
32665 height "1in"
32666 height_special "totalheight"
32667 thickness "0.4pt"
32668 separation "3pt"
32669 shadowsize "4pt"
32670 framecolor "black"
32671 backgroundcolor "none"
32672 status collapsed
32673
32674 \begin_layout Plain Layout
32675 \align center
32676 楕円形の箱型(太線)
32677 \end_layout
32678
32679 \end_inset
32680
32681
32682 \end_layout
32683
32684 \begin_layout Description
32685 影付き これはボックスの周りに影付きの長方形の枠を描きます.枠線の太さと影を指定することができます.
32686 \begin_inset Box Shadowbox
32687 position "c"
32688 hor_pos "c"
32689 has_inner_box 1
32690 inner_pos "c"
32691 use_parbox 0
32692 use_makebox 0
32693 width "20col%"
32694 special "none"
32695 height "1in"
32696 height_special "totalheight"
32697 thickness "0.4pt"
32698 separation "3pt"
32699 shadowsize "4pt"
32700 framecolor "black"
32701 backgroundcolor "none"
32702 status collapsed
32703
32704 \begin_layout Plain Layout
32705 \align center
32706 影付きの箱型
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \begin_layout Description
32715 影の背景 これは背景色が赤のボックスを描きます.色付きボックスとは違って
32716 \begin_inset Foot
32717 status collapsed
32718
32719 \begin_layout Plain Layout
32720
32721 \begin_inset CommandInset ref
32722 LatexCommand ref
32723 reference "sec:色付きボックス"
32724
32725 \end_inset
32726
32727 節を参照のこと.
32728 \end_layout
32729
32730 \end_inset
32731
32732 ,これは列幅全体を使用し,ボックスは独立した段落に設定されます.
32733 \begin_inset Box Shaded
32734 position "t"
32735 hor_pos "c"
32736 has_inner_box 0
32737 inner_pos "t"
32738 use_parbox 0
32739 use_makebox 0
32740 width "50col%"
32741 special "none"
32742 height "1in"
32743 height_special "totalheight"
32744 thickness "0.4pt"
32745 separation "3pt"
32746 shadowsize "4pt"
32747 framecolor "black"
32748 backgroundcolor "none"
32749 status collapsed
32750
32751 \begin_layout Plain Layout
32752 影付き背景の箱型
32753 \end_layout
32754
32755 \end_inset
32756
32757
32758 \end_layout
32759
32760 \begin_layout Description
32761 二重線の長方形の枠 これはボックスの周りに二重線の長方形の枠を描きます.内側の枠の太さは,線幅の0.75倍であり,外側の枠の太さは,線幅の1.5倍です.枠同士の間隔
32762 は,線幅の1.5倍+0.5
32763 \begin_inset space \thinspace{}
32764 \end_inset
32765
32766 ptです.
32767 \begin_inset Box Doublebox
32768 position "c"
32769 hor_pos "c"
32770 has_inner_box 1
32771 inner_pos "c"
32772 use_parbox 0
32773 use_makebox 0
32774 width "20col%"
32775 special "none"
32776 height "1in"
32777 height_special "totalheight"
32778 thickness "0.4pt"
32779 separation "3pt"
32780 shadowsize "4pt"
32781 framecolor "black"
32782 backgroundcolor "none"
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786 \align center
32787 二重の長方形の箱型
32788 \end_layout
32789
32790 \end_inset
32791
32792
32793 \end_layout
32794
32795 \begin_layout Standard
32796 \begin_inset VSpace bigskip
32797 \end_inset
32798
32799 \SpecialChar LyX
32800 のボックスラベルには,使用中の枠の型が表示されます.すべての型を使用可能にするには,\SpecialChar LaTeX
32801 パッケージ
32802 \series bold
32803 fancybox
32804 \series default
32805
32806 \begin_inset Index idx
32807 status collapsed
32808
32809 \begin_layout Plain Layout
32810 \SpecialChar LaTeX
32811 ぱっけーじ@\SpecialChar LaTeX
32812 パッケージ ! fancybox
32813 \end_layout
32814
32815 \end_inset
32816
32817 が導入済みでなくてはなりません.
32818 \end_layout
32819
32820 \begin_layout Standard
32821 \begin_inset VSpace bigskip
32822 \end_inset
32823
32824
32825 \family sans
32826 簡素な長方形の枠
32827 \family default
32828 の装飾を使って内部ボックスを使用しないとき,ボックス内で改頁を許可することができます.その場合,他の枠付きボックスと違って,この枠は,つねに段幅の全幅を使用し,
32829 ボックスは独立の段落として設定されることに注意してください.
32830 \begin_inset Box Framed
32831 position "t"
32832 hor_pos "c"
32833 has_inner_box 0
32834 inner_pos "t"
32835 use_parbox 0
32836 use_makebox 0
32837 width "100col%"
32838 special "none"
32839 height "1in"
32840 height_special "totalheight"
32841 thickness "0.4pt"
32842 separation "3pt"
32843 shadowsize "4pt"
32844 framecolor "black"
32845 backgroundcolor "none"
32846 status collapsed
32847
32848 \begin_layout Plain Layout
32849 改行可能な箱型
32850 \end_layout
32851
32852 \end_inset
32853
32854
32855 \end_layout
32856
32857 \begin_layout Section
32858 ボックスの詳細な設定
32859 \begin_inset Index idx
32860 status collapsed
32861
32862 \begin_layout Plain Layout
32863 ぼっくす@ボックス ! しょうさいなせってい@詳細な設定
32864 \end_layout
32865
32866 \end_inset
32867
32868
32869 \end_layout
32870
32871 \begin_layout Standard
32872 楕円形ボックスの丸い角の直径は,コマンド
32873 \series bold
32874
32875 \backslash
32876 cornersize
32877 \series default
32878 で設定することができます.
32879 \end_layout
32880
32881 \begin_layout Standard
32882
32883 \series bold
32884
32885 \backslash
32886 cornersize*{1cm}
32887 \end_layout
32888
32889 \begin_layout Standard
32890 というコマンドは,直径を1
32891 \begin_inset space \thinspace{}
32892 \end_inset
32893
32894 cmに設定します.
32895 \end_layout
32896
32897 \begin_layout Standard
32898
32899 \series bold
32900
32901 \backslash
32902 cornersize{数値}
32903 \end_layout
32904
32905 \begin_layout Standard
32906 というコマンドは,直径を
32907 \family sans
32908 数値
32909 \begin_inset space \thinspace{}
32910 \end_inset
32911
32912
32913 \family default
32914
32915 \begin_inset Formula $\times$
32916 \end_inset
32917
32918
32919 \family sans
32920
32921 \begin_inset space \thinspace{}
32922 \end_inset
32923
32924 (ボックスの幅と高さの小さい方)
32925 \family default
32926 に設定します.既定値は
32927 \series bold
32928
32929 \backslash
32930 cornersize{0.5}
32931 \series default
32932 です.
32933 \end_layout
32934
32935 \begin_layout Standard
32936 \begin_inset ERT
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940
32941
32942 \backslash
32943 cornersize*{1.5cm}
32944 \end_layout
32945
32946 \end_inset
32947
32948
32949 \begin_inset Box Ovalbox
32950 position "c"
32951 hor_pos "c"
32952 has_inner_box 1
32953 inner_pos "c"
32954 use_parbox 0
32955 use_makebox 0
32956 width "25col%"
32957 special "none"
32958 height "1in"
32959 height_special "totalheight"
32960 thickness "0.4pt"
32961 separation "3pt"
32962 shadowsize "4pt"
32963 framecolor "black"
32964 backgroundcolor "none"
32965 status open
32966
32967 \begin_layout Plain Layout
32968 \align center
32969
32970 \series bold
32971
32972 \backslash
32973 cornersize
32974 \series default
32975
32976 \begin_inset space \thinspace{}
32977 \end_inset
32978
32979 =
32980 \begin_inset space \thinspace{}
32981 \end_inset
32982
32983 1.5
32984 \begin_inset space \thinspace{}
32985 \end_inset
32986
32987 cmの楕円形の箱型
32988 \end_layout
32989
32990 \end_inset
32991
32992
32993 \begin_inset ERT
32994 status collapsed
32995
32996 \begin_layout Plain Layout
32997
32998
32999 \backslash
33000 cornersize{0.5}
33001 \end_layout
33002
33003 \end_inset
33004
33005
33006 \end_layout
33007
33008 \begin_layout Standard
33009 \begin_inset VSpace bigskip
33010 \end_inset
33011
33012
33013 \end_layout
33014
33015 \begin_layout Standard
33016
33017 \family sans
33018 影付き背景
33019 \family default
33020 ボックスの赤色の既定背景色は,
33021 \series bold
33022
33023 \backslash
33024 definecolor{shadebox}
33025 \series default
33026 コマンドで局所的に変更することもできますし,
33027 \family sans
33028 ツール\SpecialChar menuseparator
33029 設定\SpecialChar menuseparator
33030 色\SpecialChar menuseparator
33031 影付きボックス
33032 \family default
33033 メニューからグローバルに変更することもできます.
33034 \series bold
33035
33036 \backslash
33037 definecolor
33038 \series default
33039 コマンドの用法は第
33040 \begin_inset CommandInset ref
33041 LatexCommand ref
33042 reference "sec:色付きの表"
33043
33044 \end_inset
33045
33046
33047 \begin_inset Foot
33048 status collapsed
33049
33050 \begin_layout Plain Layout
33051 N
33052 \series bold
33053
33054 \backslash
33055 definecolor
33056 \series default
33057 は,\SpecialChar LaTeX
33058 パッケージの
33059 \series bold
33060 color
33061 \series default
33062 をプリアンブルに読み込む必要があります.第
33063 \begin_inset CommandInset ref
33064 LatexCommand ref
33065 reference "sec:色付きボックス"
33066
33067 \end_inset
33068
33069 節をご参照ください..
33070 \end_layout
33071
33072 \end_inset
33073
33074 で説明されています.
33075 \end_layout
33076
33077 \begin_layout Standard
33078 たとえば,下記の影付き背景ボックスの外見は
33079 \end_layout
33080
33081 \begin_layout Standard
33082
33083 \series bold
33084
33085 \backslash
33086 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33087 \end_layout
33088
33089 \begin_layout Standard
33090 という\SpecialChar TeX
33091 コードコマンドを使って設定してあります.
33092 \end_layout
33093
33094 \begin_layout Standard
33095 \begin_inset ERT
33096 status collapsed
33097
33098 \begin_layout Plain Layout
33099
33100
33101 \backslash
33102 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33103 \end_layout
33104
33105 \end_inset
33106
33107
33108 \begin_inset Box Shaded
33109 position "t"
33110 hor_pos "c"
33111 has_inner_box 0
33112 inner_pos "t"
33113 use_parbox 0
33114 use_makebox 0
33115 width "100col%"
33116 special "none"
33117 height "1in"
33118 height_special "totalheight"
33119 thickness "0.4pt"
33120 separation "3pt"
33121 shadowsize "4pt"
33122 framecolor "black"
33123 backgroundcolor "none"
33124 status open
33125
33126 \begin_layout Plain Layout
33127
33128 \color yellow
33129 これは,濃緑色の背景の
33130 \family sans
33131 影付き背景
33132 \family default
33133 ボックスに入れた黄色の文章です.
33134 \end_layout
33135
33136 \end_inset
33137
33138
33139 \begin_inset ERT
33140 status collapsed
33141
33142 \begin_layout Plain Layout
33143
33144
33145 \backslash
33146 definecolor{shadecolor}{rgb}{1,0,0}
33147 \end_layout
33148
33149 \end_inset
33150
33151
33152 \end_layout
33153
33154 \begin_layout Standard
33155 \begin_inset VSpace bigskip
33156 \end_inset
33157
33158 手動で変更した寸法と色は,それを変更したコマンド以降のすべてのボックスに対して有効です.
33159 \end_layout
33160
33161 \begin_layout Section
33162 ミニページ
33163 \begin_inset CommandInset label
33164 LatexCommand label
33165 name "sec:ミニページ"
33166
33167 \end_inset
33168
33169
33170 \begin_inset Index idx
33171 status collapsed
33172
33173 \begin_layout Plain Layout
33174 ぼっくす@ボックス ! みにぺーじ@ミニページ
33175 \end_layout
33176
33177 \end_inset
33178
33179
33180 \end_layout
33181
33182 \begin_layout Standard
33183 ミニページは,\SpecialChar LaTeX
33184 によってページの中のページとして取り扱われるので,たとえばそれ自身で脚註を持つことができます.
33185 \end_layout
33186
33187 \begin_layout Standard
33188 ミニページは,複数の言語を含む文書を執筆する際に便利です.
33189 \end_layout
33190
33191 \begin_layout Standard
33192 下掲は,二つの例示用ミニページを横に並べたものです.これらの幅は45列幅%に設定され,
33193 \family sans
33194 挿入
33195 \family default
33196 \SpecialChar menuseparator
33197
33198 \family sans
33199 整形
33200 \family default
33201 \SpecialChar menuseparator
33202
33203 \family sans
33204 水平方向の空白
33205 \family default
33206 メニューで挿入した水平フィルで隔てられています.
33207 \begin_inset Newpage newpage
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \begin_layout Standard
33214 \begin_inset Box Frameless
33215 position "t"
33216 hor_pos "c"
33217 has_inner_box 1
33218 inner_pos "c"
33219 use_parbox 0
33220 use_makebox 0
33221 width "45col%"
33222 special "none"
33223 height "1in"
33224 height_special "totalheight"
33225 thickness "0.4pt"
33226 separation "3pt"
33227 shadowsize "4pt"
33228 framecolor "black"
33229 backgroundcolor "none"
33230 status open
33231
33232 \begin_layout Plain Layout
33233 Dies ist ein deutscher Text.
33234  Dies ist ein deutscher Text.
33235  Dies ist ein deutscher Text.
33236  Dies ist ein deutscher Text.
33237  Dies ist ein deutscher Text.
33238  Dies ist ein deutscher Text.
33239  Dies ist ein deutscher Text.
33240  Dies ist ein deutscher Text.
33241  Dies ist ein deutscher Text.
33242  Dies ist ein deutscher Text.
33243  Dies ist ein deutscher Text.
33244  Dies ist ein deutscher Text.
33245  Dies ist ein deutscher Text
33246 \begin_inset Foot
33247 status collapsed
33248
33249 \begin_layout Plain Layout
33250 Dies ist eine deutsche Fußnote.
33251 \end_layout
33252
33253 \end_inset
33254
33255 .
33256  Dies ist ein deutscher Text.
33257  Dies ist ein deutscher Text.
33258 \end_layout
33259
33260 \end_inset
33261
33262
33263 \begin_inset space \hfill{}
33264 \end_inset
33265
33266
33267 \begin_inset Box Frameless
33268 position "t"
33269 hor_pos "c"
33270 has_inner_box 1
33271 inner_pos "c"
33272 use_parbox 0
33273 use_makebox 0
33274 width "45col%"
33275 special "none"
33276 height "1in"
33277 height_special "totalheight"
33278 thickness "0.4pt"
33279 separation "3pt"
33280 shadowsize "4pt"
33281 framecolor "black"
33282 backgroundcolor "none"
33283 status open
33284
33285 \begin_layout Plain Layout
33286 This is an English Text.
33287  This is an English Text.
33288  This is an English Text.
33289  This is an English Text.
33290  This is an English Text.
33291  This is an English Text.
33292  This is an English Text.
33293  This is an English Text.
33294  This is an English Text.
33295  This is an English Text.
33296  This is an English Text.
33297  This is an English Text.
33298  This is an English Text.
33299  This is an English Text.
33300  This is an English Text.
33301  This is an English Text.
33302 \begin_inset Foot
33303 status collapsed
33304
33305 \begin_layout Plain Layout
33306 This is an English footnote.
33307 \end_layout
33308
33309 \end_inset
33310
33311  This is an English Text.
33312 \end_layout
33313
33314 \end_inset
33315
33316
33317 \end_layout
33318
33319 \begin_layout Standard
33320 \begin_inset VSpace bigskip
33321 \end_inset
33322
33323 ミニページ内では,文書全体の段落設定は無視されます.つまり,たとえば文書設定で
33324 \family sans
33325 中スキップ
33326 \family default
33327 を設定していたとしても,ミニページ内の段落間には余白が置かれません.
33328 \end_layout
33329
33330 \begin_layout Standard
33331 ミニページは,文章部に背景色を与えるのに使用することもできます.第
33332 \begin_inset CommandInset ref
33333 LatexCommand ref
33334 reference "sec:色付きボックス"
33335
33336 \end_inset
33337
33338 節をご参照ください.
33339 \end_layout
33340
33341 \begin_layout Standard
33342 \begin_inset Note Greyedout
33343 status open
33344
33345 \begin_layout Plain Layout
33346
33347 \series bold
33348 【註】
33349 \series default
33350 ミニページ内にフロートや傍註を使用することはできませんが,ミニページを表・フロート・他のボックス内で使用することはできます.
33351 \end_layout
33352
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \begin_layout Standard
33359 \begin_inset VSpace bigskip
33360 \end_inset
33361
33362
33363 \end_layout
33364
33365 \begin_layout Standard
33366 \SpecialChar LyX
33367 は,
33368 \emph on
33369 可変幅ミニページ
33370 \emph default
33371 モジュールを経由して,内容の幅によって自動的に幅が調整されるミニページを一部サポートしています.ファイル
33372 \family typewriter
33373 examples/varwidth-floats-side-by-side.lyx
33374 \family default
33375 では,2つのフロートを並べて配置するのに可変幅ミニページを使用する例を取り扱っています.これには,
33376 \family typewriter
33377 Varwidth
33378 \family default
33379  \SpecialChar LaTeX
33380 パッケージが必要です.
33381 \end_layout
33382
33383 \begin_layout Section
33384 段落ボックス(parbox)
33385 \begin_inset CommandInset label
33386 LatexCommand label
33387 name "sec:Parboxes"
33388
33389 \end_inset
33390
33391
33392 \begin_inset Index idx
33393 status collapsed
33394
33395 \begin_layout Plain Layout
33396 ほっくす@ボックス ! たんらく@段落—(parbox)
33397 \end_layout
33398
33399 \end_inset
33400
33401
33402 \end_layout
33403
33404 \begin_layout Standard
33405 段落ボックス(parbox)はミニページに非常によく似ていますが,脚註を付けることができない点が違います.
33406 \end_layout
33407
33408 \begin_layout Standard
33409 \align center
33410 \begin_inset Box Frameless
33411 position "t"
33412 hor_pos "c"
33413 has_inner_box 1
33414 inner_pos "t"
33415 use_parbox 1
33416 use_makebox 0
33417 width "33col%"
33418 special "none"
33419 height "1in"
33420 height_special "totalheight"
33421 thickness "0.4pt"
33422 separation "3pt"
33423 shadowsize "4pt"
33424 framecolor "black"
33425 backgroundcolor "none"
33426 status open
33427
33428 \begin_layout Plain Layout
33429 これは段落ボックス内の文章です.これは段落ボックス内の文章です.
33430 \end_layout
33431
33432 \begin_layout Plain Layout
33433 右の脚註は表示されません.
33434 \begin_inset Foot
33435 status collapsed
33436
33437 \begin_layout Plain Layout
33438 これはparbox内の脚註であり,したがって表示はされません.
33439 \end_layout
33440
33441 \end_inset
33442
33443
33444 \end_layout
33445
33446 \end_inset
33447
33448
33449 \end_layout
33450
33451 \begin_layout Section
33452 単語や文字のボックス
33453 \begin_inset Index idx
33454 status collapsed
33455
33456 \begin_layout Plain Layout
33457 ぼっくす@ボックス ! もじよう@文字用
33458 \end_layout
33459
33460 \end_inset
33461
33462
33463 \end_layout
33464
33465 \begin_layout Subsection
33466 ハイフネーションの回避
33467 \begin_inset CommandInset label
33468 LatexCommand label
33469 name "sec:ハイフネーションの回避"
33470
33471 \end_inset
33472
33473
33474 \begin_inset Index idx
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478 ぼっくす@ボックス ! はいふねーしょんのかいひ@ハイフネーションの回避
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \begin_layout Standard
33487 単語や文章がハイフネートされるのを防ぐには,
33488 \family sans
33489 makebox
33490 \family default
33491 型ボックスを使うことができます.
33492 \begin_inset Newline newline
33493 \end_inset
33494
33495 以下が例示用の文章です.
33496 \end_layout
33497
33498 \begin_layout Standard
33499 This line is an example to show how you can prevent the hyphenation of 
33500 \begin_inset Quotes eld
33501 \end_inset
33502
33503 veryverylongword
33504 \begin_inset Quotes erd
33505 \end_inset
33506
33507 .
33508 \end_layout
33509
33510 \begin_layout Standard
33511 単語「veryverylongword」がハイフネートされるのを防ぐには,単語をボックスの中に入れて,
33512 \family sans
33513 内部ボックス
33514 \family default
33515
33516 \family sans
33517 makebox
33518 \family default
33519 コマンドに設定し,幅は指定しません.
33520 \end_layout
33521
33522 \begin_layout Standard
33523 以下がその結果です.
33524 \end_layout
33525
33526 \begin_layout Standard
33527 This line is an example to show how you can prevent the hyphenation of 
33528 \begin_inset Box Frameless
33529 position "t"
33530 hor_pos "c"
33531 has_inner_box 1
33532 inner_pos "t"
33533 use_parbox 0
33534 use_makebox 1
33535 width ""
33536 special "none"
33537 height "1in"
33538 height_special "totalheight"
33539 thickness "0.4pt"
33540 separation "3pt"
33541 shadowsize "4pt"
33542 framecolor "black"
33543 backgroundcolor "none"
33544 status open
33545
33546 \begin_layout Plain Layout
33547 \begin_inset Quotes eld
33548 \end_inset
33549
33550 veryverylongword
33551 \begin_inset Quotes erd
33552 \end_inset
33553
33554
33555 \end_layout
33556
33557 \end_inset
33558
33559 .
33560 \end_layout
33561
33562 \begin_layout Standard
33563 別の方法としては,以下のように,単語の前に直接\SpecialChar TeX
33564 コードで「
33565 \series bold
33566
33567 \backslash
33568 -
33569 \series default
33570 」コマンドを設定する方法もあります.
33571 \end_layout
33572
33573 \begin_layout Standard
33574 This line is an example to show how you can prevent the hyphenation of 
33575 \begin_inset Quotes eld
33576 \end_inset
33577
33578
33579 \begin_inset ERT
33580 status collapsed
33581
33582 \begin_layout Plain Layout
33583
33584
33585 \backslash
33586 -
33587 \end_layout
33588
33589 \end_inset
33590
33591 veryverylongword
33592 \begin_inset Quotes erd
33593 \end_inset
33594
33595 .
33596 \end_layout
33597
33598 \begin_layout Standard
33599 もちろん,こうすることでこの単語は右余白に突き出てしまいます.これを回避するには,以下のように
33600 \family sans
33601 挿入
33602 \family default
33603 \SpecialChar menuseparator
33604
33605 \family sans
33606 整形
33607 \family default
33608 \SpecialChar menuseparator
33609
33610 \family sans
33611 整形なし改行
33612 \family default
33613 メニュー(
33614 \begin_inset Flex Ruby
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618 捷径
33619 \begin_inset Argument post:1
33620 status collapsed
33621
33622 \begin_layout Plain Layout
33623 ショートカット
33624 \end_layout
33625
33626 \end_inset
33627
33628
33629 \end_layout
33630
33631 \end_inset
33632
33633
33634 \begin_inset Info
33635 type  "shortcut"
33636 arg   "newline-insert newline"
33637 \end_inset
33638
33639 )から改行を単語の前に入れてください.
33640 \end_layout
33641
33642 \begin_layout Standard
33643 This line is an example to show how you can prevent the hyphenation of 
33644 \begin_inset Newline newline
33645 \end_inset
33646
33647
33648 \begin_inset Box Frameless
33649 position "t"
33650 hor_pos "c"
33651 has_inner_box 1
33652 inner_pos "t"
33653 use_parbox 0
33654 use_makebox 1
33655 width ""
33656 special "none"
33657 height "1in"
33658 height_special "totalheight"
33659 thickness "0.4pt"
33660 separation "3pt"
33661 shadowsize "4pt"
33662 framecolor "black"
33663 backgroundcolor "none"
33664 status open
33665
33666 \begin_layout Plain Layout
33667 \begin_inset Quotes eld
33668 \end_inset
33669
33670 veryverylongword
33671 \begin_inset Quotes erd
33672 \end_inset
33673
33674
33675 \end_layout
33676
33677 \end_inset
33678
33679 .
33680 \end_layout
33681
33682 \begin_layout Subsection
33683 垂直揃え
33684 \begin_inset CommandInset label
33685 LatexCommand label
33686 name "subsec:垂直揃え"
33687
33688 \end_inset
33689
33690
33691 \begin_inset Index idx
33692 status collapsed
33693
33694 \begin_layout Plain Layout
33695 ぼっくす@ボックス ! すいちょくぞろえのしかた@垂直揃えの仕方
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \begin_inset Index idx
33702 status collapsed
33703
33704 \begin_layout Plain Layout
33705 ぼっくす@ボックス ! Raiseboxes
33706 \end_layout
33707
33708 \end_inset
33709
33710
33711 \end_layout
33712
33713 \begin_layout Standard
33714
33715 \series bold
33716
33717 \backslash
33718 raisebox
33719 \series default
33720 コマンドを使うと,単語や文字や他のボックスを,周囲の文章に対して垂直方向に整列させることができます.
33721 \series bold
33722
33723 \backslash
33724 raisebox
33725 \series default
33726 は以下の書式で使用します.
33727 \end_layout
33728
33729 \begin_layout Standard
33730
33731 \series bold
33732
33733 \backslash
33734 raisebox{持ち上げ幅}[高さ][深さ]{ボックスの内容}
33735 \end_layout
33736
33737 \begin_layout Standard
33738 ここで持ち上げ幅は,正の値ならばボックスを持ち上げ,負の値ならばボックスを引き下げます.
33739 \end_layout
33740
33741 \begin_layout Standard
33742 たとえば,「preventing」という単語を,そのもっとも「深い」文字「p」の底部がベースラインに来るように揃えるには,単語の前に\SpecialChar TeX
33743 コードで
33744 \end_layout
33745
33746 \begin_layout Standard
33747
33748 \series bold
33749
33750 \backslash
33751 raisebox{
33752 \backslash
33753 depth}{
33754 \end_layout
33755
33756 \begin_layout Standard
33757 というコマンドを挿入してください.単語の後には,閉じ括弧「
33758 \series bold
33759 }
33760 \series default
33761 」を\SpecialChar TeX
33762 コードで挿入してください.
33763 \begin_inset Newline newline
33764 \end_inset
33765
33766 以下がその出力です.
33767 \end_layout
33768
33769 \begin_layout Standard
33770 This is a text line with the word 
33771 \begin_inset ERT
33772 status collapsed
33773
33774 \begin_layout Plain Layout
33775
33776
33777 \backslash
33778 raisebox{
33779 \backslash
33780 depth}{
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \begin_inset Quotes eld
33787 \end_inset
33788
33789 preventing
33790 \begin_inset Quotes erd
33791 \end_inset
33792
33793
33794 \begin_inset ERT
33795 status collapsed
33796
33797 \begin_layout Plain Layout
33798
33799 }
33800 \end_layout
33801
33802 \end_inset
33803
33804  as raised word.
33805 \end_layout
33806
33807 \begin_layout Standard
33808 \begin_inset VSpace bigskip
33809 \end_inset
33810
33811 行中の文字を上げ下げすると,以下のように行間が広がります.
33812 \end_layout
33813
33814 \begin_layout Standard
33815 This is a text line with the word 
33816 \begin_inset ERT
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820
33821
33822 \backslash
33823 raisebox{-
33824 \backslash
33825 depth}{
33826 \end_layout
33827
33828 \end_inset
33829
33830
33831 \begin_inset Quotes eld
33832 \end_inset
33833
33834 preventing
33835 \begin_inset Quotes erd
33836 \end_inset
33837
33838
33839 \begin_inset ERT
33840 status collapsed
33841
33842 \begin_layout Plain Layout
33843
33844 }
33845 \end_layout
33846
33847 \end_inset
33848
33849  as lowered word.
33850 \begin_inset Newline newline
33851 \end_inset
33852
33853 This is a text line with the word 
33854 \begin_inset ERT
33855 status collapsed
33856
33857 \begin_layout Plain Layout
33858
33859
33860 \backslash
33861 raisebox{0.5cm}{
33862 \end_layout
33863
33864 \end_inset
33865
33866
33867 \begin_inset Quotes eld
33868 \end_inset
33869
33870 testing
33871 \begin_inset Quotes erd
33872 \end_inset
33873
33874
33875 \begin_inset ERT
33876 status collapsed
33877
33878 \begin_layout Plain Layout
33879
33880 }
33881 \end_layout
33882
33883 \end_inset
33884
33885  as raised word.
33886 \end_layout
33887
33888 \begin_layout Standard
33889 何らかの理由でこれを抑制したい場合には,ボックスの高さを零に設定してください.たとえば,
33890 \end_layout
33891
33892 \begin_layout Standard
33893
33894 \series bold
33895
33896 \backslash
33897 raisebox{-
33898 \backslash
33899 depth}[0pt]{
33900 \end_layout
33901
33902 \begin_layout Standard
33903 とすると,以下のようになります.
33904 \end_layout
33905
33906 \begin_layout Standard
33907 This is a text line with the word 
33908 \begin_inset ERT
33909 status collapsed
33910
33911 \begin_layout Plain Layout
33912
33913
33914 \backslash
33915 raisebox{-
33916 \backslash
33917 depth}[0pt]{
33918 \end_layout
33919
33920 \end_inset
33921
33922
33923 \begin_inset Quotes eld
33924 \end_inset
33925
33926 preventing
33927 \begin_inset Quotes erd
33928 \end_inset
33929
33930
33931 \begin_inset ERT
33932 status collapsed
33933
33934 \begin_layout Plain Layout
33935
33936 }
33937 \end_layout
33938
33939 \end_inset
33940
33941  as lowered word.
33942 \begin_inset Newline newline
33943 \end_inset
33944
33945
33946 \begin_inset Newline newline
33947 \end_inset
33948
33949 This is a text line with the word 
33950 \begin_inset ERT
33951 status collapsed
33952
33953 \begin_layout Plain Layout
33954
33955
33956 \backslash
33957 raisebox{0.5cm}[0pt]{
33958 \end_layout
33959
33960 \end_inset
33961
33962
33963 \begin_inset Quotes eld
33964 \end_inset
33965
33966 testing
33967 \begin_inset Quotes erd
33968 \end_inset
33969
33970
33971 \begin_inset ERT
33972 status collapsed
33973
33974 \begin_layout Plain Layout
33975
33976 }
33977 \end_layout
33978
33979 \end_inset
33980
33981  as raised word.
33982 \end_layout
33983
33984 \begin_layout Section
33985 色付きボックス
33986 \begin_inset CommandInset label
33987 LatexCommand label
33988 name "sec:色付きボックス"
33989
33990 \end_inset
33991
33992
33993 \begin_inset Index idx
33994 status collapsed
33995
33996 \begin_layout Plain Layout
33997 ぼっくす@ボックス ! いろつき@色付き
33998 \end_layout
33999
34000 \end_inset
34001
34002
34003 \end_layout
34004
34005 \begin_layout Standard
34006 ボックスの背景に色を付けるには,ボックスダイアログで好みの色を選択するだけです.これは,橙色の背景を持つボックスの例です:
34007 \begin_inset Box Frameless
34008 position "t"
34009 hor_pos "c"
34010 has_inner_box 1
34011 inner_pos "t"
34012 use_parbox 0
34013 use_makebox 1
34014 width ""
34015 special "none"
34016 height "1in"
34017 height_special "totalheight"
34018 thickness "0.4pt"
34019 separation "3pt"
34020 shadowsize "4pt"
34021 framecolor "black"
34022 backgroundcolor "orange"
34023 status open
34024
34025 \begin_layout Plain Layout
34026 橙色背景のボックス
34027 \end_layout
34028
34029 \end_inset
34030
34031
34032 \end_layout
34033
34034 \begin_layout Standard
34035 装飾を
34036 \family sans
34037 簡素な長方形の枠
34038 \family default
34039 にした場合には,枠の色を設定できます.この場合,背景色も指定しなくてはなりません(\SpecialChar LyX
34040 は白を既定色として設定します).
34041 \begin_inset Newline newline
34042 \end_inset
34043
34044 例:
34045 \begin_inset Box Boxed
34046 position "t"
34047 hor_pos "c"
34048 has_inner_box 0
34049 inner_pos "t"
34050 use_parbox 0
34051 use_makebox 0
34052 width ""
34053 special "none"
34054 height "1in"
34055 height_special "totalheight"
34056 thickness "0.4pt"
34057 separation "3pt"
34058 shadowsize "4pt"
34059 framecolor "teal"
34060 backgroundcolor "yellow"
34061 status open
34062
34063 \begin_layout Plain Layout
34064 ティール色の枠と黄色の背景を持つボックス
34065 \end_layout
34066
34067 \end_inset
34068
34069
34070 \end_layout
34071
34072 \begin_layout Standard
34073 \begin_inset VSpace bigskip
34074 \end_inset
34075
34076 もちろん,色付きボックスの中に色付きの文を入れることもできます:
34077 \begin_inset Newline newline
34078 \end_inset
34079
34080
34081 \begin_inset Box Boxed
34082 position "t"
34083 hor_pos "c"
34084 has_inner_box 0
34085 inner_pos "t"
34086 use_parbox 0
34087 use_makebox 0
34088 width ""
34089 special "none"
34090 height "1in"
34091 height_special "totalheight"
34092 thickness "0.4pt"
34093 separation "3pt"
34094 shadowsize "4pt"
34095 framecolor "cyan"
34096 backgroundcolor "magenta"
34097 status open
34098
34099 \begin_layout Plain Layout
34100
34101 \color yellow
34102 これは着色した色付きボックス中の色付き文章です.
34103 \end_layout
34104
34105 \end_inset
34106
34107
34108 \end_layout
34109
34110 \begin_layout Standard
34111 \begin_inset VSpace bigskip
34112 \end_inset
34113
34114
34115 \end_layout
34116
34117 \begin_layout Standard
34118 事前に設定された色以外の色が欲しいときは,第
34119 \begin_inset CommandInset ref
34120 LatexCommand ref
34121 reference "sec:色付きの表"
34122
34123 \end_inset
34124
34125 節に述べられているように,独自色を定義することができます.独自色を使う場合には,以下のように,TeXコードを使ってボックスを組版しなくてはなりません.
34126 \end_layout
34127
34128 \begin_layout Standard
34129 枠なしの色付きボックスは,
34130 \series bold
34131
34132 \backslash
34133 colorbox
34134 \series default
34135 コマンドで作ります.これは,以下のような書式で使われます.
34136 \end_layout
34137
34138 \begin_layout Standard
34139
34140 \series bold
34141
34142 \backslash
34143 colorbox{色}{ボックスの内容}
34144 \end_layout
34145
34146 \begin_layout Standard
34147 ボックスの内容には,ボックスが入ることもできますし,色付きボックスを他のボックスに入れることもできます.たとえば,単語の背景を濃緑にするには,単語の前に\SpecialChar TeX
34148 コードで
34149 \end_layout
34150
34151 \begin_layout Standard
34152
34153 \series bold
34154
34155 \backslash
34156 colorbox{darkgreen}{
34157 \end_layout
34158
34159 \begin_layout Standard
34160 というコマンドを入れてください.単語の後には,\SpecialChar TeX
34161 コードで閉じ括弧「
34162 \series bold
34163 }
34164 \series default
34165 」を入れてください.
34166 \begin_inset Newline newline
34167 \end_inset
34168
34169 以下がその結果です.
34170 \end_layout
34171
34172 \begin_layout Standard
34173 この行では,
34174 \begin_inset ERT
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178
34179
34180 \backslash
34181 colorbox{darkgreen}{
34182 \end_layout
34183
34184 \end_inset
34185
34186 「注意!」
34187 \begin_inset ERT
34188 status collapsed
34189
34190 \begin_layout Plain Layout
34191
34192 }
34193 \end_layout
34194
34195 \end_inset
34196
34197 という単語が濃緑の背景になっています.
34198 \end_layout
34199
34200 \begin_layout Standard
34201 枠付き色付きのボックスは,下記のように
34202 \series bold
34203
34204 \backslash
34205 fcolorbox
34206 \series default
34207 コマンドを使って作ります.
34208 \end_layout
34209
34210 \begin_layout Standard
34211
34212 \series bold
34213
34214 \backslash
34215 fcolorbox{枠の色}{ボックスの色}{ボックスの内容}
34216 \end_layout
34217
34218 \begin_layout Section
34219 ボックスの伸縮回転
34220 \end_layout
34221
34222 \begin_layout Standard
34223 本節に述べられているボックスを使うには,
34224 \family sans
34225 画像ボックス
34226 \family default
34227 モジュールを文書設定で読み込んでおく必要があります.
34228 \end_layout
34229
34230 \begin_layout Standard
34231 \begin_inset Note Greyedout
34232 status open
34233
34234 \begin_layout Plain Layout
34235
34236 \series bold
34237 【註】
34238 \series default
34239 DVIビューアによっては,回転伸縮したものの表示ができないものがあります.
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Standard
34248 \begin_inset Note Greyedout
34249 status open
34250
34251 \begin_layout Plain Layout
34252
34253 \series bold
34254 【註】
34255 \series default
34256 フロートは回転伸縮したボックスの中に入れることはできません.
34257 \end_layout
34258
34259 \end_inset
34260
34261
34262 \end_layout
34263
34264 \begin_layout Subsection
34265 ボックスの回転
34266 \begin_inset Index idx
34267 status collapsed
34268
34269 \begin_layout Plain Layout
34270 ぼっくす@ボックス ! かいてんした@回転した
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \begin_inset Index idx
34277 status collapsed
34278
34279 \begin_layout Plain Layout
34280 かいてん@回転 ! そざいの@素材の—
34281 \end_layout
34282
34283 \end_inset
34284
34285
34286 \begin_inset Index idx
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290 ず@図 ! のかいてん@—の回転
34291 \end_layout
34292
34293 \end_inset
34294
34295
34296 \begin_inset Index idx
34297 status collapsed
34298
34299 \begin_layout Plain Layout
34300 ひょうのちょうせい@表の調整 ! かいてん@回転
34301 \end_layout
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \begin_layout Standard
34309 ものを回転するならば,
34310 \family sans
34311 回転ボックス
34312 \family default
34313 に入れることができます.このボックスは,
34314 \family sans
34315 挿入\SpecialChar menuseparator
34316 拡張差込枠\SpecialChar menuseparator
34317 回転ボックス
34318 \family default
34319 で挿入することができます.
34320 \end_layout
34321
34322 \begin_layout Standard
34323 回転の原点は,原点差込枠(メニュー「
34324 \family sans
34325 挿入\SpecialChar menuseparator
34326 原点
34327 \family default
34328 」)に
34329 \series bold
34330 origin=位置
34331 \series default
34332 の形で指定することができます.位置として指定可能なのは,
34333 \emph on
34334 c
34335 \emph default
34336 (中央揃え)・
34337 \emph on
34338 l
34339 \emph default
34340 (左揃え)・
34341 \emph on
34342 r
34343 \emph default
34344 (右揃え)・
34345 \emph on
34346 b
34347 \emph default
34348 (下揃え)・
34349 \emph on
34350 t
34351 \emph default
34352 (上揃え)と,これら五つの適切な組み合わせです.たとえば,
34353 \emph on
34354 lt
34355 \emph default
34356 と指定した場合には,回転の原点をボックスの左上隅にするということです.回転原点が指定されなかった場合には,位置として
34357 \emph on
34358 l
34359 \emph default
34360 が使用されます.回転角は,角度を指定する数字で負の値もとることができます.回転の方向は,反時計回りです.
34361 \end_layout
34362
34363 \begin_layout Standard
34364 下の例では,
34365 \family sans
34366 原点
34367 \family default
34368 差込枠に
34369 \series bold
34370 origin=c
34371 \series default
34372
34373 \family sans
34374 回転
34375 \family default
34376 差込枠に
34377 \series bold
34378 60
34379 \series default
34380 と入れています.
34381 \end_layout
34382
34383 \begin_layout Standard
34384 これは,
34385 \begin_inset Flex Rotatebox
34386 status open
34387
34388 \begin_layout Plain Layout
34389 \begin_inset Argument 1
34390 status open
34391
34392 \begin_layout Plain Layout
34393 origin=c
34394 \end_layout
34395
34396 \end_inset
34397
34398
34399 \begin_inset Argument 2
34400 status open
34401
34402 \begin_layout Plain Layout
34403 60
34404 \end_layout
34405
34406 \end_inset
34407
34408 回転した
34409 \end_layout
34410
34411 \end_inset
34412
34413 文章を含む行です.
34414 \end_layout
34415
34416 \begin_layout Standard
34417 ボックスの中身には,以下のように,もう一つボックスを入れたり行内数式を入れたりすることもできます.
34418 \end_layout
34419
34420 \begin_layout Standard
34421 これは,
34422 \begin_inset Flex Rotatebox
34423 status open
34424
34425 \begin_layout Plain Layout
34426 \begin_inset Argument 1
34427 status open
34428
34429 \begin_layout Plain Layout
34430 origin=r
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \begin_inset Argument 2
34437 status open
34438
34439 \begin_layout Plain Layout
34440 60
34441 \end_layout
34442
34443 \end_inset
34444
34445
34446 \begin_inset Box Doublebox
34447 position "c"
34448 hor_pos "c"
34449 has_inner_box 0
34450 inner_pos "c"
34451 use_parbox 0
34452 use_makebox 0
34453 width "1in"
34454 special "width"
34455 height "1in"
34456 height_special "totalheight"
34457 thickness "0.4pt"
34458 separation "3pt"
34459 shadowsize "4pt"
34460 framecolor "black"
34461 backgroundcolor "none"
34462 status open
34463
34464 \begin_layout Plain Layout
34465 回転した
34466 \end_layout
34467
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \end_inset
34474
34475 枠付き文章と
34476 \begin_inset Flex Rotatebox
34477 status open
34478
34479 \begin_layout Plain Layout
34480 \begin_inset Argument 1
34481 status open
34482
34483 \begin_layout Plain Layout
34484 origin=lb
34485 \end_layout
34486
34487 \end_inset
34488
34489
34490 \begin_inset Argument 2
34491 status open
34492
34493 \begin_layout Plain Layout
34494 60
34495 \end_layout
34496
34497 \end_inset
34498
34499
34500 \begin_inset Formula $\int A\,\mathrm{d}x=B$
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \end_inset
34507
34508 数式を含む行です.
34509 \end_layout
34510
34511 \begin_layout Standard
34512 あるいは,以下のように図や表を入れることもできます.
34513 \end_layout
34514
34515 \begin_layout Standard
34516 これは,
34517 \begin_inset Flex Rotatebox
34518 status open
34519
34520 \begin_layout Plain Layout
34521 \begin_inset Argument 1
34522 status open
34523
34524 \begin_layout Plain Layout
34525 origin=lb
34526 \end_layout
34527
34528 \end_inset
34529
34530
34531 \begin_inset Argument 2
34532 status open
34533
34534 \begin_layout Plain Layout
34535 90
34536 \end_layout
34537
34538 \end_inset
34539
34540
34541 \begin_inset Graphics
34542         filename ../clipart/Star-structure.pdf
34543         lyxscale 50
34544         width 25col%
34545
34546 \end_inset
34547
34548
34549 \end_layout
34550
34551 \end_inset
34552
34553 回転した画像と
34554 \begin_inset Flex Rotatebox
34555 status open
34556
34557 \begin_layout Plain Layout
34558 \begin_inset Argument 2
34559 status open
34560
34561 \begin_layout Plain Layout
34562 -90
34563 \end_layout
34564
34565 \end_inset
34566
34567
34568 \begin_inset Tabular
34569 <lyxtabular version="3" rows="2" columns="2">
34570 <features tabularvalignment="middle">
34571 <column alignment="center" valignment="top">
34572 <column alignment="center" valignment="top">
34573 <row>
34574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34575 \begin_inset Text
34576
34577 \begin_layout Plain Layout
34578 q
34579 \end_layout
34580
34581 \end_inset
34582 </cell>
34583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34584 \begin_inset Text
34585
34586 \begin_layout Plain Layout
34587 w
34588 \end_layout
34589
34590 \end_inset
34591 </cell>
34592 </row>
34593 <row>
34594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34595 \begin_inset Text
34596
34597 \begin_layout Plain Layout
34598 e
34599 \end_layout
34600
34601 \end_inset
34602 </cell>
34603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34604 \begin_inset Text
34605
34606 \begin_layout Plain Layout
34607 r
34608 \end_layout
34609
34610 \end_inset
34611 </cell>
34612 </row>
34613 </lyxtabular>
34614
34615 \end_inset
34616
34617
34618 \end_layout
34619
34620 \end_inset
34621
34622 表を含む行です.
34623 \end_layout
34624
34625 \begin_layout Standard
34626 \begin_inset Note Greyedout
34627 status open
34628
34629 \begin_layout Plain Layout
34630
34631 \series bold
34632 【註】
34633 \family sans
34634 \series default
34635 角度
34636 \family default
34637 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34638 エラーが発生します.
34639 \end_layout
34640
34641 \end_inset
34642
34643
34644 \end_layout
34645
34646 \begin_layout Subsection
34647 ボックスの伸縮
34648 \begin_inset Index idx
34649 status collapsed
34650
34651 \begin_layout Plain Layout
34652 ぼっくす@ボックス ! しんしゅくさせた@伸縮させた—
34653 \end_layout
34654
34655 \end_inset
34656
34657
34658 \begin_inset Index idx
34659 status collapsed
34660
34661 \begin_layout Plain Layout
34662 しんしゅく@伸縮 ! そざいの@素材の—
34663 \end_layout
34664
34665 \end_inset
34666
34667
34668 \begin_inset Index idx
34669 status collapsed
34670
34671 \begin_layout Plain Layout
34672 ず@図 ! のしんしゅく@—の伸縮
34673 \end_layout
34674
34675 \end_inset
34676
34677
34678 \begin_inset Index idx
34679 status collapsed
34680
34681 \begin_layout Plain Layout
34682 ひょうのちょうせい@表の調整 ! しんしゅく@伸縮
34683 \end_layout
34684
34685 \end_inset
34686
34687
34688 \end_layout
34689
34690 \begin_layout Standard
34691 ものを伸縮するならば,
34692 \family sans
34693 伸縮ボックス
34694 \family default
34695 に入れることができます.このボックスは,
34696 \family sans
34697 挿入\SpecialChar menuseparator
34698 拡張差込枠\SpecialChar menuseparator
34699 伸縮ボックス
34700 \family default
34701 で挿入することができます.
34702 \end_layout
34703
34704 \begin_layout Standard
34705
34706 \family sans
34707 伸縮ボックス
34708 \family default
34709 には,必須差込枠「
34710 \family sans
34711 水平因子
34712 \family default
34713 」と,非必須差込枠「
34714 \family sans
34715 垂直因子
34716 \family default
34717 」(「
34718 \family sans
34719 挿入\SpecialChar menuseparator
34720 垂直因子
34721 \family default
34722 」メニューで挿入可)がありますので,そこに水平因子と垂直因子を入力してください.
34723 \family sans
34724 垂直因子
34725 \family default
34726 を使わない場合には,水平因子が垂直因子としても使われます.
34727 \end_layout
34728
34729 \begin_layout Standard
34730 たとえば,文書の本文の大きさに比べて,文を2倍の大きさにしたい場合,
34731 \family sans
34732 水平因子
34733 \family default
34734 差込枠に
34735 \series bold
34736 2
34737 \series default
34738 と入力してください.例:
34739 \begin_inset Flex Scalebox
34740 status open
34741
34742 \begin_layout Plain Layout
34743 \begin_inset Argument 1
34744 status open
34745
34746 \begin_layout Plain Layout
34747 2
34748 \end_layout
34749
34750 \end_inset
34751
34752 こんにちは
34753 \end_layout
34754
34755 \end_inset
34756
34757
34758 \end_layout
34759
34760 \begin_layout Standard
34761
34762 \family sans
34763 水平因子
34764 \family default
34765
34766 \series bold
34767 2
34768 \series default
34769
34770 \family sans
34771 垂直因子
34772 \family default
34773
34774 \series bold
34775 1
34776 \series default
34777 にすると,このようにゆがみます:
34778 \begin_inset Flex Scalebox
34779 status open
34780
34781 \begin_layout Plain Layout
34782 \begin_inset Argument 1
34783 status open
34784
34785 \begin_layout Plain Layout
34786 2
34787 \end_layout
34788
34789 \end_inset
34790
34791
34792 \begin_inset Argument 2
34793 status open
34794
34795 \begin_layout Plain Layout
34796 1
34797 \end_layout
34798
34799 \end_inset
34800
34801 こんにちは
34802 \end_layout
34803
34804 \end_inset
34805
34806
34807 \end_layout
34808
34809 \begin_layout Standard
34810 伸縮因子を負に設定した場合,ボックスの内容は鏡像になります.鏡文字を作りたい場合には,
34811 \family sans
34812 水平因子
34813 \family default
34814
34815 \series bold
34816 -1
34817 \series default
34818
34819 \family sans
34820 垂直因子
34821 \family default
34822
34823 \series bold
34824 1
34825 \series default
34826 にします:
34827 \begin_inset Flex Scalebox
34828 status open
34829
34830 \begin_layout Plain Layout
34831 \begin_inset Argument 1
34832 status open
34833
34834 \begin_layout Plain Layout
34835 -1
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \begin_inset Argument 2
34842 status open
34843
34844 \begin_layout Plain Layout
34845 1
34846 \end_layout
34847
34848 \end_inset
34849
34850 こんにちは
34851 \end_layout
34852
34853 \end_inset
34854
34855
34856 \end_layout
34857
34858 \begin_layout Standard
34859
34860 \family sans
34861 水平因子
34862 \family default
34863
34864 \series bold
34865 1
34866 \series default
34867
34868 \family sans
34869 垂直因子
34870 \family default
34871
34872 \series bold
34873 -1
34874 \series default
34875 にすると,ベースラインでひっくり返した形になります:
34876 \begin_inset Flex Scalebox
34877 status open
34878
34879 \begin_layout Plain Layout
34880 \begin_inset Argument 1
34881 status open
34882
34883 \begin_layout Plain Layout
34884 1
34885 \end_layout
34886
34887 \end_inset
34888
34889
34890 \begin_inset Argument 2
34891 status open
34892
34893 \begin_layout Plain Layout
34894 -1
34895 \end_layout
34896
34897 \end_inset
34898
34899 こんにちは
34900 \end_layout
34901
34902 \end_inset
34903
34904
34905 \end_layout
34906
34907 \begin_layout Standard
34908
34909 \family sans
34910 反転ボックス
34911 \family default
34912 (「
34913 \family sans
34914 挿入\SpecialChar menuseparator
34915 拡張差込枠\SpecialChar menuseparator
34916 反転ボックス
34917 \family default
34918 」メニュー)は,
34919 \family sans
34920 伸縮ボックス
34921 \family default
34922
34923 \family sans
34924 水平因子
34925 \family default
34926
34927 \series bold
34928 -1
34929 \series default
34930
34931 \family sans
34932 垂直因子
34933 \family default
34934
34935 \series bold
34936 1
34937 \series default
34938 にしたものと同じです.
34939 \end_layout
34940
34941 \begin_layout Standard
34942 \begin_inset Note Greyedout
34943 status open
34944
34945 \begin_layout Plain Layout
34946
34947 \series bold
34948 【註】
34949 \family sans
34950 \series default
34951 水平因子
34952 \family default
34953 差込枠が空であったり,数字以外の文字が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
34954 エラーが発生します.
34955 \end_layout
34956
34957 \end_inset
34958
34959
34960 \end_layout
34961
34962 \begin_layout Standard
34963 \begin_inset VSpace bigskip
34964 \end_inset
34965
34966 中身を決まった幅と高さに伸縮したい場合には,
34967 \family sans
34968 寸法変更ボックス
34969 \family default
34970 (「
34971 \family sans
34972 挿入\SpecialChar menuseparator
34973 拡張差込枠\SpecialChar menuseparator
34974 寸法変更ボックス
34975 \family default
34976 」メニュー)を使うことができます.
34977 \family sans
34978 寸法変更ボックス
34979 \family default
34980 には,必須差込枠「
34981 \family sans
34982
34983 \family default
34984 」と,非必須差込枠「
34985 \family sans
34986 高さ
34987 \family default
34988 」(「
34989 \family sans
34990 挿入\SpecialChar menuseparator
34991 高さ
34992 \family default
34993 」メニューで挿入可)がありますので,そこに幅と高さを単位付きの値で入力してください.
34994 \begin_inset CommandInset ref
34995 LatexCommand ref
34996 reference "tab:単位"
34997
34998 \end_inset
34999
35000 に使用できる単位が列挙してあります.2つの差込枠のいずれかに感嘆符
35001 \series bold
35002 !
35003 \series default
35004 があると,ボックス内容のアスペクト比が保たれるように寸法が設定されます.
35005 \family sans
35006 高さ
35007 \family default
35008 差込枠を使わない場合には,高さには内部的に感嘆符が使用されます.
35009 \end_layout
35010
35011 \begin_layout Standard
35012
35013 \series bold
35014 2cm
35015 \series default
35016
35017 \family sans
35018
35019 \family default
35020 に,
35021 \series bold
35022 1cm
35023 \series default
35024
35025 \family sans
35026 高さ
35027 \family default
35028 に使用するとこうなります:
35029 \begin_inset Flex Resizebox
35030 status open
35031
35032 \begin_layout Plain Layout
35033 \begin_inset Argument 1
35034 status open
35035
35036 \begin_layout Plain Layout
35037 2cm
35038 \end_layout
35039
35040 \end_inset
35041
35042
35043 \begin_inset Argument 2
35044 status open
35045
35046 \begin_layout Plain Layout
35047 1cm
35048 \end_layout
35049
35050 \end_inset
35051
35052 こんにちは
35053 \end_layout
35054
35055 \end_inset
35056
35057
35058 \begin_inset Newline newline
35059 \end_inset
35060
35061
35062 \series bold
35063 2cm
35064 \series default
35065
35066 \family sans
35067
35068 \family default
35069 に,
35070 \series bold
35071 !
35072 \series default
35073
35074 \family sans
35075 高さ
35076 \family default
35077 に使用すると(あるいは
35078 \family sans
35079 高さ
35080 \family default
35081 なし)こうなります:
35082 \begin_inset Flex Resizebox
35083 status open
35084
35085 \begin_layout Plain Layout
35086 \begin_inset Argument 1
35087 status open
35088
35089 \begin_layout Plain Layout
35090 2cm
35091 \end_layout
35092
35093 \end_inset
35094
35095
35096 \begin_inset Argument 2
35097 status open
35098
35099 \begin_layout Plain Layout
35100 !
35101 \end_layout
35102
35103 \end_inset
35104
35105 こんにちは
35106 \end_layout
35107
35108 \end_inset
35109
35110
35111 \end_layout
35112
35113 \begin_layout Standard
35114 \begin_inset Note Greyedout
35115 status open
35116
35117 \begin_layout Plain Layout
35118
35119 \series bold
35120 【註】
35121 \family sans
35122 \series default
35123
35124 \family default
35125 差込枠が空であったり,無効な単位が入っていたりした場合,文書を閲覧したり書き出したりする際に,\SpecialChar LaTeX
35126 エラーが発生します.
35127 \end_layout
35128
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \begin_layout Standard
35135 \begin_inset VSpace bigskip
35136 \end_inset
35137
35138
35139 \end_layout
35140
35141 \begin_layout Standard
35142 ボックスは好きな順序で組み合わせることができます.
35143 \family sans
35144 回転ボックス
35145 \family default
35146 の中に
35147 \family sans
35148 寸法変更ボックス
35149 \family default
35150 が入り,さらにその中に
35151 \family sans
35152 反転ボックス
35153 \family default
35154 が入っている例です:
35155 \end_layout
35156
35157 \begin_layout Standard
35158 \noindent
35159 \align center
35160 \begin_inset Flex Rotatebox
35161 status open
35162
35163 \begin_layout Plain Layout
35164 \begin_inset Argument 1
35165 status open
35166
35167 \begin_layout Plain Layout
35168 origin=c
35169 \end_layout
35170
35171 \end_inset
35172
35173
35174 \begin_inset Argument 2
35175 status open
35176
35177 \begin_layout Plain Layout
35178 -45
35179 \end_layout
35180
35181 \end_inset
35182
35183
35184 \begin_inset Flex Resizebox
35185 status open
35186
35187 \begin_layout Plain Layout
35188 \begin_inset Argument 1
35189 status open
35190
35191 \begin_layout Plain Layout
35192 2cm
35193 \end_layout
35194
35195 \end_inset
35196
35197
35198 \begin_inset Flex Reflectbox
35199 status open
35200
35201 \begin_layout Plain Layout
35202 こんにちは
35203 \end_layout
35204
35205 \end_inset
35206
35207
35208 \end_layout
35209
35210 \end_inset
35211
35212
35213 \end_layout
35214
35215 \end_inset
35216
35217
35218 \end_layout
35219
35220 \begin_layout Standard
35221 \noindent
35222 という出力になります.ボックスの内容には,以下のように,画像や表や行内数式を入れてもかまいません.
35223 \end_layout
35224
35225 \begin_layout Standard
35226 \noindent
35227 \align center
35228 \begin_inset Flex Resizebox
35229 status open
35230
35231 \begin_layout Plain Layout
35232 \begin_inset Argument 1
35233 status open
35234
35235 \begin_layout Plain Layout
35236 2cm
35237 \end_layout
35238
35239 \end_inset
35240
35241
35242 \begin_inset Flex Reflectbox
35243 status open
35244
35245 \begin_layout Plain Layout
35246 \begin_inset Graphics
35247         filename ../clipart/Star-structure.pdf
35248         lyxscale 50
35249         width 25col%
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \end_inset
35257
35258
35259 \end_layout
35260
35261 \end_inset
35262
35263  
35264 \begin_inset Flex Resizebox
35265 status open
35266
35267 \begin_layout Plain Layout
35268 \begin_inset Argument 1
35269 status open
35270
35271 \begin_layout Plain Layout
35272 2cm
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \begin_inset Flex Reflectbox
35279 status open
35280
35281 \begin_layout Plain Layout
35282 \begin_inset Tabular
35283 <lyxtabular version="3" rows="2" columns="2">
35284 <features tabularvalignment="middle">
35285 <column alignment="center" valignment="top">
35286 <column alignment="center" valignment="top">
35287 <row>
35288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35289 \begin_inset Text
35290
35291 \begin_layout Plain Layout
35292 q
35293 \end_layout
35294
35295 \end_inset
35296 </cell>
35297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35298 \begin_inset Text
35299
35300 \begin_layout Plain Layout
35301 w
35302 \end_layout
35303
35304 \end_inset
35305 </cell>
35306 </row>
35307 <row>
35308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35309 \begin_inset Text
35310
35311 \begin_layout Plain Layout
35312 e
35313 \end_layout
35314
35315 \end_inset
35316 </cell>
35317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35318 \begin_inset Text
35319
35320 \begin_layout Plain Layout
35321 r
35322 \end_layout
35323
35324 \end_inset
35325 </cell>
35326 </row>
35327 </lyxtabular>
35328
35329 \end_inset
35330
35331
35332 \end_layout
35333
35334 \end_inset
35335
35336
35337 \end_layout
35338
35339 \end_inset
35340
35341  
35342 \begin_inset Flex Resizebox
35343 status open
35344
35345 \begin_layout Plain Layout
35346 \begin_inset Argument 1
35347 status open
35348
35349 \begin_layout Plain Layout
35350 3cm
35351 \end_layout
35352
35353 \end_inset
35354
35355
35356 \begin_inset Flex Reflectbox
35357 status open
35358
35359 \begin_layout Plain Layout
35360 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35361 \end_inset
35362
35363
35364 \end_layout
35365
35366 \end_inset
35367
35368
35369 \end_layout
35370
35371 \end_inset
35372
35373
35374 \end_layout
35375
35376 \begin_layout Standard
35377 文書で大域的に数式様式
35378 \series bold
35379 fleqn
35380 \series default
35381 を使用している場合
35382 \begin_inset Foot
35383 status collapsed
35384
35385 \begin_layout Plain Layout
35386 つまり,文書クラスオプションに「fleqn」を書き加えた場合.
35387 \end_layout
35388
35389 \end_inset
35390
35391 には,別行建て数式も伸縮させることができます.
35392 \end_layout
35393
35394 \begin_layout Chapter
35395 本文回り込みオブジェクト
35396 \begin_inset Index idx
35397 status collapsed
35398
35399 \begin_layout Plain Layout
35400 ほんぶんまわりこみ@本文回り込み
35401 \end_layout
35402
35403 \end_inset
35404
35405
35406 \end_layout
35407
35408 \begin_layout Section
35409 折返しフロート
35410 \begin_inset CommandInset label
35411 LatexCommand label
35412 name "sec:折返しフロート"
35413
35414 \end_inset
35415
35416
35417 \begin_inset Index idx
35418 status collapsed
35419
35420 \begin_layout Plain Layout
35421 ふろーと@フロート ! おりかえしふろーと@折返しフロート
35422 \end_layout
35423
35424 \end_inset
35425
35426
35427 \begin_inset Index idx
35428 status collapsed
35429
35430 \begin_layout Plain Layout
35431 ほんぶんまわりこみ@本文回り込み ! おりかえしふろーと@折返しフロート
35432 \end_layout
35433
35434 \end_inset
35435
35436
35437 \end_layout
35438
35439 \begin_layout Standard
35440 \begin_inset Wrap figure
35441 lines 0
35442 placement l
35443 overhang 1cm
35444 width "40col%"
35445 status open
35446
35447 \begin_layout Plain Layout
35448 \begin_inset Graphics
35449         filename ../clipart/2D-intensity-plot.pdf
35450         width 40col%
35451         scaleBeforeRotation
35452         rotateOrigin center
35453
35454 \end_inset
35455
35456
35457 \end_layout
35458
35459 \begin_layout Plain Layout
35460 \begin_inset Caption Standard
35461
35462 \begin_layout Plain Layout
35463 \begin_inset CommandInset label
35464 LatexCommand label
35465 name "fig:折返し図フロート"
35466
35467 \end_inset
35468
35469 これは折返し図フロートです.
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \end_inset
35478
35479 このフロート型は,本文が図の周りに折返して入ることによって,図が段幅の一部しか占拠しないようにしたいときに用います.折返しフロートは,\SpecialChar LaTeX
35480 パッケージの
35481 \series bold
35482 wrapfig
35483 \series default
35484
35485 \begin_inset Index idx
35486 status collapsed
35487
35488 \begin_layout Plain Layout
35489 \SpecialChar LaTeX
35490 ぱっけーじ@\SpecialChar LaTeX
35491 パッケージ ! wrapfig
35492 \end_layout
35493
35494 \end_inset
35495
35496 を導入済みであれば,
35497 \family sans
35498 挿入\SpecialChar menuseparator
35499 フロート\SpecialChar menuseparator
35500 折返し図フロート
35501 \family default
35502
35503 \family sans
35504 折返し表フロート
35505 \family default
35506 メニューで挿入することができます
35507 \begin_inset Foot
35508 status collapsed
35509
35510 \begin_layout Plain Layout
35511 \SpecialChar LaTeX
35512 パッケージの導入方法は,取扱説明書の『\SpecialChar LaTeX
35513 の設定』に説明されています.
35514 \end_layout
35515
35516 \end_inset
35517
35518 .フロートの設定は,フロートボックスを右クリックすることで変更することができます.必須の設定項目は,フロートの
35519 \family sans
35520 配置
35521 \family default
35522
35523 \family sans
35524
35525 \family default
35526 です.非必須項目として,
35527 \family sans
35528 ぶら下げ
35529 \family default
35530
35531 \family sans
35532 行幅
35533 \family default
35534 があります.前者は,フロートがどれくらい段落ないしページ余白に入り込むかを指定するものであり,後者は,フロートが必要とするおおよその本文行数を指定するものです.
35535 行幅は,推測するのが難しいことがよくあるので,フロートの配置に問題が生じたときのみ使用するようにした方が良いでしょう.さらに,フロートを段落内でフロートするよう
35536 にするか,周囲の段落までフロートすることを\SpecialChar LaTeX
35537 に許可するかを指定することができます.第
35538 \begin_inset CommandInset ref
35539 LatexCommand ref
35540 reference "fig:折返し図フロート"
35541
35542 \end_inset
35543
35544 図は,40
35545 \begin_inset space \thinspace{}
35546 \end_inset
35547
35548 列幅%の幅と1
35549 \begin_inset space \thinspace{}
35550 \end_inset
35551
35552 cmのぶら下げを持ち,左揃えの折返しフロートを例示してあります.
35553 \end_layout
35554
35555 \begin_layout Standard
35556 \begin_inset Note Greyedout
35557 status open
35558
35559 \begin_layout Plain Layout
35560
35561 \series bold
35562 【註】
35563 \series default
35564 折返しフロートは壊れやすいことがあります!例えば,図をページの下すぎる位置に置いてしまうと,ごちゃごちゃになって,フロートが出力に現れなかったり,他の本文の上に
35565 上書きされて出力されたりします.
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \end_layout
35572
35573 \begin_layout Standard
35574 原則として,
35575 \end_layout
35576
35577 \begin_layout Itemize
35578 折返しフロートは,改頁に掛かってしまう段落に置くべきではありません.つまり,折返しフロートは,文書がほぼ完成する段階になって,どこに改頁が現れるかを予測できるよ
35579 うになってから,正確な位置に挿入しなくてはなりません.
35580 \end_layout
35581
35582 \begin_layout Itemize
35583 折返しフロートは,入れ込む段落の前に単独の段落を設けて挿入するか,その段落自体の中に挿入しなくてはなりません.
35584 \end_layout
35585
35586 \begin_layout Itemize
35587 折返しフロートを二つの段落に連続して入れると問題を引き起こす可能性があるので,二つの折返しフロートのあいだには本文のみの段落が入るのようにしてください.
35588 \end_layout
35589
35590 \begin_layout Itemize
35591 折返しフロートは,節見出しや表中に入れることは認められていません.
35592 \end_layout
35593
35594 \begin_layout Itemize
35595 連番や参照は,第
35596 \begin_inset CommandInset ref
35597 LatexCommand ref
35598 reference "chap:フロート"
35599
35600 \end_inset
35601
35602 章で述べられているように動作します.
35603 \end_layout
35604
35605 \begin_layout Section
35606 固定回り込みオブジェクト
35607 \begin_inset Index idx
35608 status collapsed
35609
35610 \begin_layout Plain Layout
35611 ほんぶんまわりこみ@本文回り込み ! こていおぶじぇくと@固定オブジェクト
35612 \end_layout
35613
35614 \end_inset
35615
35616
35617 \end_layout
35618
35619 \begin_layout Standard
35620
35621 \begin_inset CommandInset ref
35622 LatexCommand ref
35623 reference "sec:折返しフロート"
35624
35625 \end_inset
35626
35627 節の折返しフロートは,段落中で,以下のような配置がされます.
35628 \end_layout
35629
35630 \begin_layout Standard
35631 \noindent
35632 \align center
35633 \begin_inset Tabular
35634 <lyxtabular version="3" rows="2" columns="2">
35635 <features tabularvalignment="middle">
35636 <column alignment="center" valignment="top">
35637 <column alignment="center" valignment="top">
35638 <row>
35639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35640 \begin_inset Text
35641
35642 \begin_layout Plain Layout
35643 \begin_inset Info
35644 type  "icon"
35645 arg   "dialog-show-new-inset graphics"
35646 \end_inset
35647
35648
35649 \end_layout
35650
35651 \end_inset
35652 </cell>
35653 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35654 \begin_inset Text
35655
35656 \begin_layout Plain Layout
35657 文章
35658 \end_layout
35659
35660 \end_inset
35661 </cell>
35662 </row>
35663 <row>
35664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35665 \begin_inset Text
35666
35667 \begin_layout Plain Layout
35668 文章
35669 \end_layout
35670
35671 \end_inset
35672 </cell>
35673 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35674 \begin_inset Text
35675
35676 \begin_layout Plain Layout
35677 文章
35678 \end_layout
35679
35680 \end_inset
35681 </cell>
35682 </row>
35683 </lyxtabular>
35684
35685 \end_inset
35686
35687  or 
35688 \begin_inset Tabular
35689 <lyxtabular version="3" rows="2" columns="2">
35690 <features tabularvalignment="middle">
35691 <column alignment="center" valignment="top">
35692 <column alignment="center" valignment="top">
35693 <row>
35694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35695 \begin_inset Text
35696
35697 \begin_layout Plain Layout
35698 文章
35699 \end_layout
35700
35701 \end_inset
35702 </cell>
35703 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35704 \begin_inset Text
35705
35706 \begin_layout Plain Layout
35707 \begin_inset Info
35708 type  "icon"
35709 arg   "dialog-show-new-inset graphics"
35710 \end_inset
35711
35712
35713 \end_layout
35714
35715 \end_inset
35716 </cell>
35717 </row>
35718 <row>
35719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35720 \begin_inset Text
35721
35722 \begin_layout Plain Layout
35723 文章
35724 \end_layout
35725
35726 \end_inset
35727 </cell>
35728 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35729 \begin_inset Text
35730
35731 \begin_layout Plain Layout
35732 文章
35733 \end_layout
35734
35735 \end_inset
35736 </cell>
35737 </row>
35738 </lyxtabular>
35739
35740 \end_inset
35741
35742
35743 \end_layout
35744
35745 \begin_layout Standard
35746 以下に示すいずれかのように,
35747 \begin_inset VSpace defskip
35748 \end_inset
35749
35750
35751 \end_layout
35752
35753 \begin_layout Standard
35754 \noindent
35755 \align center
35756 \begin_inset Tabular
35757 <lyxtabular version="3" rows="2" columns="2">
35758 <features tabularvalignment="middle">
35759 <column alignment="center" valignment="top">
35760 <column alignment="center" valignment="top">
35761 <row>
35762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35763 \begin_inset Text
35764
35765 \begin_layout Plain Layout
35766 文章
35767 \end_layout
35768
35769 \end_inset
35770 </cell>
35771 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35772 \begin_inset Text
35773
35774 \begin_layout Plain Layout
35775 文章
35776 \end_layout
35777
35778 \end_inset
35779 </cell>
35780 </row>
35781 <row>
35782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35783 \begin_inset Text
35784
35785 \begin_layout Plain Layout
35786 \begin_inset Info
35787 type  "icon"
35788 arg   "dialog-show-new-inset graphics"
35789 \end_inset
35790
35791
35792 \end_layout
35793
35794 \end_inset
35795 </cell>
35796 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35797 \begin_inset Text
35798
35799 \begin_layout Plain Layout
35800 文章
35801 \end_layout
35802
35803 \end_inset
35804 </cell>
35805 </row>
35806 </lyxtabular>
35807
35808 \end_inset
35809
35810  
35811 \begin_inset Tabular
35812 <lyxtabular version="3" rows="2" columns="2">
35813 <features tabularvalignment="middle">
35814 <column alignment="center" valignment="top">
35815 <column alignment="center" valignment="top">
35816 <row>
35817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35818 \begin_inset Text
35819
35820 \begin_layout Plain Layout
35821 文章
35822 \end_layout
35823
35824 \end_inset
35825 </cell>
35826 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35827 \begin_inset Text
35828
35829 \begin_layout Plain Layout
35830 文章
35831 \end_layout
35832
35833 \end_inset
35834 </cell>
35835 </row>
35836 <row>
35837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35838 \begin_inset Text
35839
35840 \begin_layout Plain Layout
35841 文章
35842 \end_layout
35843
35844 \end_inset
35845 </cell>
35846 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35847 \begin_inset Text
35848
35849 \begin_layout Plain Layout
35850 \begin_inset Info
35851 type  "icon"
35852 arg   "dialog-show-new-inset graphics"
35853 \end_inset
35854
35855
35856 \end_layout
35857
35858 \end_inset
35859 </cell>
35860 </row>
35861 </lyxtabular>
35862
35863 \end_inset
35864
35865  
35866 \begin_inset Tabular
35867 <lyxtabular version="3" rows="2" columns="3">
35868 <features tabularvalignment="middle">
35869 <column alignment="center" valignment="top">
35870 <column alignment="center" valignment="top">
35871 <column alignment="center" valignment="top">
35872 <row>
35873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35874 \begin_inset Text
35875
35876 \begin_layout Plain Layout
35877 文章
35878 \end_layout
35879
35880 \end_inset
35881 </cell>
35882 <cell alignment="center" valignment="top" topline="true" usebox="none">
35883 \begin_inset Text
35884
35885 \begin_layout Plain Layout
35886 \begin_inset Info
35887 type  "icon"
35888 arg   "dialog-show-new-inset graphics"
35889 \end_inset
35890
35891
35892 \end_layout
35893
35894 \end_inset
35895 </cell>
35896 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35897 \begin_inset Text
35898
35899 \begin_layout Plain Layout
35900 文章
35901 \end_layout
35902
35903 \end_inset
35904 </cell>
35905 </row>
35906 <row>
35907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35908 \begin_inset Text
35909
35910 \begin_layout Plain Layout
35911 文章
35912 \end_layout
35913
35914 \end_inset
35915 </cell>
35916 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35917 \begin_inset Text
35918
35919 \begin_layout Plain Layout
35920 文章
35921 \end_layout
35922
35923 \end_inset
35924 </cell>
35925 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
35926 \begin_inset Text
35927
35928 \begin_layout Plain Layout
35929 文章
35930 \end_layout
35931
35932 \end_inset
35933 </cell>
35934 </row>
35935 </lyxtabular>
35936
35937 \end_inset
35938
35939  
35940 \begin_inset Tabular
35941 <lyxtabular version="3" rows="2" columns="3">
35942 <features tabularvalignment="middle">
35943 <column alignment="center" valignment="top">
35944 <column alignment="center" valignment="top">
35945 <column alignment="center" valignment="top">
35946 <row>
35947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35948 \begin_inset Text
35949
35950 \begin_layout Plain Layout
35951 文章
35952 \end_layout
35953
35954 \end_inset
35955 </cell>
35956 <cell alignment="center" valignment="top" topline="true" usebox="none">
35957 \begin_inset Text
35958
35959 \begin_layout Plain Layout
35960 文章
35961 \end_layout
35962
35963 \end_inset
35964 </cell>
35965 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35966 \begin_inset Text
35967
35968 \begin_layout Plain Layout
35969 文章
35970 \end_layout
35971
35972 \end_inset
35973 </cell>
35974 </row>
35975 <row>
35976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
35977 \begin_inset Text
35978
35979 \begin_layout Plain Layout
35980 文章
35981 \end_layout
35982
35983 \end_inset
35984 </cell>
35985 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
35986 \begin_inset Text
35987
35988 \begin_layout Plain Layout
35989 \begin_inset Info
35990 type  "icon"
35991 arg   "dialog-show-new-inset graphics"
35992 \end_inset
35993
35994
35995 \end_layout
35996
35997 \end_inset
35998 </cell>
35999 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36000 \begin_inset Text
36001
36002 \begin_layout Plain Layout
36003 文章
36004 \end_layout
36005
36006 \end_inset
36007 </cell>
36008 </row>
36009 </lyxtabular>
36010
36011 \end_inset
36012
36013
36014 \end_layout
36015
36016 \begin_layout Standard
36017 \noindent
36018 \align center
36019 \begin_inset Tabular
36020 <lyxtabular version="3" rows="3" columns="2">
36021 <features tabularvalignment="middle">
36022 <column alignment="center" valignment="top">
36023 <column alignment="center" valignment="top">
36024 <row>
36025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36026 \begin_inset Text
36027
36028 \begin_layout Plain Layout
36029 文章
36030 \end_layout
36031
36032 \end_inset
36033 </cell>
36034 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36035 \begin_inset Text
36036
36037 \begin_layout Plain Layout
36038 文章
36039 \end_layout
36040
36041 \end_inset
36042 </cell>
36043 </row>
36044 <row>
36045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36046 \begin_inset Text
36047
36048 \begin_layout Plain Layout
36049 \begin_inset Info
36050 type  "icon"
36051 arg   "dialog-show-new-inset graphics"
36052 \end_inset
36053
36054
36055 \end_layout
36056
36057 \end_inset
36058 </cell>
36059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36060 \begin_inset Text
36061
36062 \begin_layout Plain Layout
36063 文章
36064 \end_layout
36065
36066 \end_inset
36067 </cell>
36068 </row>
36069 <row>
36070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36071 \begin_inset Text
36072
36073 \begin_layout Plain Layout
36074 文章
36075 \end_layout
36076
36077 \end_inset
36078 </cell>
36079 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36080 \begin_inset Text
36081
36082 \begin_layout Plain Layout
36083 文章
36084 \end_layout
36085
36086 \end_inset
36087 </cell>
36088 </row>
36089 </lyxtabular>
36090
36091 \end_inset
36092
36093  
36094 \begin_inset Tabular
36095 <lyxtabular version="3" rows="3" columns="3">
36096 <features tabularvalignment="middle">
36097 <column alignment="center" valignment="top">
36098 <column alignment="center" valignment="top">
36099 <column alignment="center" valignment="top">
36100 <row>
36101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36102 \begin_inset Text
36103
36104 \begin_layout Plain Layout
36105 文章
36106 \end_layout
36107
36108 \end_inset
36109 </cell>
36110 <cell alignment="center" valignment="top" topline="true" usebox="none">
36111 \begin_inset Text
36112
36113 \begin_layout Plain Layout
36114 文章
36115 \end_layout
36116
36117 \end_inset
36118 </cell>
36119 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36120 \begin_inset Text
36121
36122 \begin_layout Plain Layout
36123 文章
36124 \end_layout
36125
36126 \end_inset
36127 </cell>
36128 </row>
36129 <row>
36130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36131 \begin_inset Text
36132
36133 \begin_layout Plain Layout
36134 文章
36135 \end_layout
36136
36137 \end_inset
36138 </cell>
36139 <cell alignment="center" valignment="top" usebox="none">
36140 \begin_inset Text
36141
36142 \begin_layout Plain Layout
36143 \begin_inset Info
36144 type  "icon"
36145 arg   "dialog-show-new-inset graphics"
36146 \end_inset
36147
36148
36149 \end_layout
36150
36151 \end_inset
36152 </cell>
36153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36154 \begin_inset Text
36155
36156 \begin_layout Plain Layout
36157 文章
36158 \end_layout
36159
36160 \end_inset
36161 </cell>
36162 </row>
36163 <row>
36164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36165 \begin_inset Text
36166
36167 \begin_layout Plain Layout
36168 文章
36169 \end_layout
36170
36171 \end_inset
36172 </cell>
36173 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36174 \begin_inset Text
36175
36176 \begin_layout Plain Layout
36177 文章
36178 \end_layout
36179
36180 \end_inset
36181 </cell>
36182 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36183 \begin_inset Text
36184
36185 \begin_layout Plain Layout
36186 文章
36187 \end_layout
36188
36189 \end_inset
36190 </cell>
36191 </row>
36192 </lyxtabular>
36193
36194 \end_inset
36195
36196  
36197 \begin_inset Tabular
36198 <lyxtabular version="3" rows="3" columns="2">
36199 <features tabularvalignment="middle">
36200 <column alignment="center" valignment="top">
36201 <column alignment="center" valignment="top">
36202 <row>
36203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36204 \begin_inset Text
36205
36206 \begin_layout Plain Layout
36207 文章
36208 \end_layout
36209
36210 \end_inset
36211 </cell>
36212 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36213 \begin_inset Text
36214
36215 \begin_layout Plain Layout
36216 文章
36217 \end_layout
36218
36219 \end_inset
36220 </cell>
36221 </row>
36222 <row>
36223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36224 \begin_inset Text
36225
36226 \begin_layout Plain Layout
36227 文章
36228 \end_layout
36229
36230 \end_inset
36231 </cell>
36232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36233 \begin_inset Text
36234
36235 \begin_layout Plain Layout
36236 \begin_inset Info
36237 type  "icon"
36238 arg   "dialog-show-new-inset graphics"
36239 \end_inset
36240
36241
36242 \end_layout
36243
36244 \end_inset
36245 </cell>
36246 </row>
36247 <row>
36248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36249 \begin_inset Text
36250
36251 \begin_layout Plain Layout
36252 文章
36253 \end_layout
36254
36255 \end_inset
36256 </cell>
36257 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36258 \begin_inset Text
36259
36260 \begin_layout Plain Layout
36261 文章
36262 \end_layout
36263
36264 \end_inset
36265 </cell>
36266 </row>
36267 </lyxtabular>
36268
36269 \end_inset
36270
36271
36272 \end_layout
36273
36274 \begin_layout Standard
36275 \noindent
36276 オブジェクトを挿入した場所に正確に配置したい時には,
36277 \series bold
36278 picinpar
36279 \series default
36280
36281 \begin_inset Index idx
36282 status collapsed
36283
36284 \begin_layout Plain Layout
36285 \SpecialChar LaTeX
36286 ぱっけーじ@\SpecialChar LaTeX
36287 パッケージ ! picinpar
36288 \end_layout
36289
36290 \end_inset
36291
36292 \SpecialChar LaTeX
36293 パッケージを使うことができます.下記はその用例です.
36294 \end_layout
36295
36296 \begin_layout Standard
36297 \begin_inset ERT
36298 status collapsed
36299
36300 \begin_layout Plain Layout
36301
36302
36303 \backslash
36304 ifpicinpar
36305 \end_layout
36306
36307 \end_inset
36308
36309
36310 \begin_inset Note Note
36311 status open
36312
36313 \begin_layout Plain Layout
36314 以下の部分は,\SpecialChar LaTeX
36315 パッケージ
36316 \series bold
36317 picinpar
36318 \series default
36319 が導入されているときのみ表示されます.
36320 \end_layout
36321
36322 \end_inset
36323
36324
36325 \end_layout
36326
36327 \begin_layout Standard
36328 \begin_inset ERT
36329 status collapsed
36330
36331 \begin_layout Plain Layout
36332
36333
36334 \backslash
36335 begin{window}[2,c,{
36336 \end_layout
36337
36338 \end_inset
36339
36340
36341 \begin_inset Graphics
36342         filename ../clipart/2D-intensity-plot.pdf
36343         lyxscale 60
36344         width 40col%
36345         scaleBeforeRotation
36346         rotateOrigin center
36347
36348 \end_inset
36349
36350
36351 \begin_inset ERT
36352 status collapsed
36353
36354 \begin_layout Plain Layout
36355
36356 },]
36357 \end_layout
36358
36359 \begin_layout Plain Layout
36360
36361 {}
36362 \end_layout
36363
36364 \end_inset
36365
36366
36367 \size small
36368 It was in the spring of the year 1894 that all London was interested, and
36369  the fashionable world dismayed, by the murder of the Honourable Ronald
36370  Adair under most unusual and inexplicable circumstances.
36371  The public has already learned those particulars of the crime which
36372 \size default
36373
36374 \begin_inset ERT
36375 status collapsed
36376
36377 \begin_layout Plain Layout
36378
36379
36380 \backslash
36381 footnotemark{}
36382 \end_layout
36383
36384 \end_inset
36385
36386
36387 \size small
36388  came out in the police investigation, but a good deal was suppressed upon
36389  that occasion, since the case for the prosecution was so overwhelmingly
36390  strong that it was not necessary to bring forward all the facts.
36391  Only now, at the end of nearly ten years, am I allowed to supply those
36392  missing links which make up the whole of that remarkable chain.
36393 \size default
36394
36395 \begin_inset ERT
36396 status collapsed
36397
36398 \begin_layout Plain Layout
36399
36400
36401 \backslash
36402 end{window}
36403 \end_layout
36404
36405 \end_inset
36406
36407
36408 \end_layout
36409
36410 \begin_layout Standard
36411 \begin_inset ERT
36412 status collapsed
36413
36414 \begin_layout Plain Layout
36415
36416
36417 \backslash
36418 footnotetext{
36419 \end_layout
36420
36421 \end_inset
36422
36423 固定オブジェクトのある段落の脚註
36424 \begin_inset ERT
36425 status collapsed
36426
36427 \begin_layout Plain Layout
36428
36429 }
36430 \end_layout
36431
36432 \end_inset
36433
36434
36435 \end_layout
36436
36437 \begin_layout Standard
36438 固定回り込みオブジェクトは,オブジェクトの周りに本文を流しこむのに用いられ,段落中のオブジェクトの位置は,オブジェクトの上の行数を指定することで決定します.フロ
36439 ートとは違って,連番のキャプションをつけることはできません.
36440 \end_layout
36441
36442 \begin_layout Standard
36443 固定オブジェクトは,段落冒頭に\SpecialChar TeX
36444 コードで
36445 \end_layout
36446
36447 \begin_layout Standard
36448
36449 \series bold
36450
36451 \backslash
36452 begin{window}[2,c,{
36453 \end_layout
36454
36455 \begin_layout Standard
36456 というコマンドを書くことによって挿入されます.角括弧中の最初のパラメータ(ここでは「2」)は,オブジェクト上に来る行数を指定し,二番目のパラメータ(ここでは「c
36457 」)はオブジェクトの位置を示します.位置としては,「l」「c」「r」が可能です(それぞれ左・中央・右).このコマンドの後にオブジェクトを挿入します.この例では,
36458 段幅の40
36459 \begin_inset space \thinspace{}
36460 \end_inset
36461
36462 %の画像が挿入されています.オブジェクトは,表やボックス,数式でも構いません.オブジェクトの後には,
36463 \end_layout
36464
36465 \begin_layout Standard
36466
36467 \series bold
36468 },説明文]
36469 \begin_inset Newline newline
36470 \end_inset
36471
36472 {}
36473 \end_layout
36474
36475 \begin_layout Standard
36476 というコマンドが挿入されています.2行目に「
36477 \series bold
36478 {}
36479 \series default
36480 」が入っていることに注意してください.説明文は非必須です.オブジェクトに回り込む文章は,オブジェクトと同じ段落になくてはなりませんので,
36481 \series bold
36482 {}
36483 \series default
36484 の直後から書き始めてください.段落末には,
36485 \end_layout
36486
36487 \begin_layout Standard
36488
36489 \series bold
36490
36491 \backslash
36492 end{window}
36493 \end_layout
36494
36495 \begin_layout Standard
36496 というコマンドを挿入してください.固定オブジェクトのある段落では,通常のように脚註を挿入することはできません.第
36497 \begin_inset CommandInset ref
36498 LatexCommand ref
36499 reference "sec:脚注"
36500
36501 \end_inset
36502
36503 節にあるように,代わりに,段落内で
36504 \series bold
36505
36506 \backslash
36507 footnotemark
36508 \series default
36509 コマンドを使用し,段落外に
36510 \series bold
36511
36512 \backslash
36513 footnotetext
36514 \series default
36515 コマンドを用いてください.
36516 \end_layout
36517
36518 \begin_layout Standard
36519 \begin_inset ERT
36520 status collapsed
36521
36522 \begin_layout Plain Layout
36523
36524
36525 \backslash
36526 else
36527 \end_layout
36528
36529 \end_inset
36530
36531
36532 \begin_inset Note Note
36533 status open
36534
36535 \begin_layout Plain Layout
36536 以下の部分は,\SpecialChar LaTeX
36537 パッケージ
36538 \series bold
36539 picinpar
36540 \series default
36541 が導入されていないときのみ表示されます.
36542 \end_layout
36543
36544 \end_inset
36545
36546
36547 \end_layout
36548
36549 \begin_layout Standard
36550 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36551 パッケージ
36552 \series bold
36553 picinpar
36554 \series default
36555 を導入する必要があります.
36556 \end_layout
36557
36558 \begin_layout Standard
36559 \begin_inset ERT
36560 status collapsed
36561
36562 \begin_layout Plain Layout
36563
36564
36565 \backslash
36566 fi
36567 \end_layout
36568
36569 \end_inset
36570
36571
36572 \end_layout
36573
36574 \begin_layout Section
36575 頭文字
36576 \begin_inset Index idx
36577 status collapsed
36578
36579 \begin_layout Plain Layout
36580 かしらもじ@頭文字
36581 \end_layout
36582
36583 \end_inset
36584
36585
36586 \begin_inset Index idx
36587 status collapsed
36588
36589 \begin_layout Plain Layout
36590 ほんぶんまわりこみ@本文回り込み ! かしらもじ@頭文字
36591 \end_layout
36592
36593 \end_inset
36594
36595
36596 \end_layout
36597
36598 \begin_layout Standard
36599 頭文字を用いるには,\SpecialChar LaTeX
36600 パッケージ
36601 \begin_inset Index idx
36602 status collapsed
36603
36604 \begin_layout Plain Layout
36605 \SpecialChar LaTeX
36606 ぱっけーじ@\SpecialChar LaTeX
36607 パッケージ ! lettrine
36608 \end_layout
36609
36610 \end_inset
36611
36612 が導入済みでなくてはならず,文書中で
36613 \family sans
36614 頭文字
36615 \family default
36616 モジュールを使用する必要があります(
36617 \family sans
36618 文書\SpecialChar menuseparator
36619 設定\SpecialChar menuseparator
36620 モジュール
36621 \family default
36622 メニュー).頭文字を挿入するには,
36623 \family sans
36624 頭文字
36625 \family default
36626 様式を使用してください.この様式には,1つの必須引数と2つの非必須引数があります.引数は,
36627 \family sans
36628 挿入
36629 \family default
36630 メニューから挿入できます.必須引数
36631 \family sans
36632 頭文字
36633 \family default
36634 には,頭文字にする文字を入れ,引数
36635 \family sans
36636 頭文字の残り
36637 \family default
36638 には,頭文字の単語若しくは文字列の残りが入ります.引数
36639 \family sans
36640 オプション
36641 \family default
36642 には,頭文字を修正するパラメータが入ります.使うことができるパラメータについての詳細は,
36643 \series bold
36644 lettrine
36645 \series default
36646 の取扱説明書
36647 \begin_inset CommandInset citation
36648 LatexCommand cite
36649 key "lettrine"
36650 literal "true"
36651
36652 \end_inset
36653
36654 をご覧ください.この様式の段落そのものに,頭文字に回り込む文章も入れます.通常,この様式では,最初の文字を頭文字とする単語全体が,
36655 \shape smallcaps
36656 スモールキャップ体(small caps
36657 \shape default
36658 )で印字されます.
36659 \end_layout
36660
36661 \begin_layout Standard
36662 下記がその例です.
36663 \end_layout
36664
36665 \begin_layout Standard
36666 \begin_inset ERT
36667 status collapsed
36668
36669 \begin_layout Plain Layout
36670
36671
36672 \backslash
36673 iflettrine
36674 \end_layout
36675
36676 \end_inset
36677
36678
36679 \begin_inset Note Note
36680 status open
36681
36682 \begin_layout Plain Layout
36683 以下の部分は,\SpecialChar LaTeX
36684 パッケージ
36685 \series bold
36686 lettrine
36687 \series default
36688 が導入されているときのみ表示されます.
36689 \end_layout
36690
36691 \end_inset
36692
36693
36694 \end_layout
36695
36696 \begin_layout Enumerate
36697 非必須引数なし.頭文字は,数式フォント
36698 \begin_inset Formula $\mathfrak{Fraktur}$
36699 \end_inset
36700
36701 の「I」.
36702 \end_layout
36703
36704 \begin_deeper
36705 \begin_layout Initial
36706 \begin_inset Argument 2
36707 status open
36708
36709 \begin_layout Plain Layout
36710 \begin_inset Formula $\mathfrak{I}$
36711 \end_inset
36712
36713
36714 \end_layout
36715
36716 \end_inset
36717
36718
36719 \begin_inset Argument 3
36720 status open
36721
36722 \begin_layout Plain Layout
36723 t
36724 \end_layout
36725
36726 \end_inset
36727
36728  was in the spring of the year 1894 that all London was interested, and
36729  the fashionable world dismayed, by the murder of the Honourable Ronald
36730  Adair under most unusual and inexplicable circumstances.
36731  The public has already learned those particulars of the crime which came
36732  out in the police investigation, but a good deal was suppressed upon that
36733  occasion, since the case for the prosecution was so overwhelmingly strong
36734  that it was not necessary to bring forward all the facts.
36735 \begin_inset Newpage newpage
36736 \end_inset
36737
36738
36739 \end_layout
36740
36741 \end_deeper
36742 \begin_layout Enumerate
36743 頭文字に回り込む行は1行のみ.頭文字は標準フォントで2文字.スモールキャップ体で印字する文字はなし.
36744 \end_layout
36745
36746 \begin_deeper
36747 \begin_layout Initial
36748 \begin_inset Argument 1
36749 status open
36750
36751 \begin_layout Plain Layout
36752 lines=1
36753 \end_layout
36754
36755 \end_inset
36756
36757
36758 \begin_inset Argument 2
36759 status open
36760
36761 \begin_layout Plain Layout
36762 It
36763 \end_layout
36764
36765 \end_inset
36766
36767  was in the spring of the year 1894 that all London was interested, and
36768  the fashionable world dismayed, by the murder of the Honourable Ronald
36769  Adair under most unusual and inexplicable circumstances.
36770  The public has already learned those particulars of the crime which came
36771  out in the police investigation, but a good deal was suppressed upon that
36772  occasion, since the case for the prosecution was so overwhelmingly strong
36773  that it was not necessary to bring forward all the facts.
36774 \end_layout
36775
36776 \end_deeper
36777 \begin_layout Enumerate
36778 ぶら下がり頭文字は,数式フォント
36779 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
36780 \end_inset
36781
36782 で3行にかかり,マゼンタ色.「t was in the spring」という文章を
36783 \shape smallcaps
36784 スモールキャップ体
36785 \shape default
36786 .頭文字に色をつけるには,頭文字の前に
36787 \begin_inset Newline newline
36788 \end_inset
36789
36790
36791 \series bold
36792
36793 \backslash
36794 renewcommand{
36795 \backslash
36796 LettrineFontHook}{
36797 \backslash
36798 color{色}}
36799 \series default
36800
36801 \begin_inset Newline newline
36802 \end_inset
36803
36804 というコマンドを挿入しなくてはなりません.ここで,
36805 \emph on
36806
36807 \emph default
36808 は「red」・「blue」・「green」・「yellow」・「cyan」・「magenta」・「black」・「white」のいずれかです.また,文書プリアン
36809 ブルに
36810 \begin_inset Newline newline
36811 \end_inset
36812
36813
36814 \series bold
36815
36816 \backslash
36817 @ifundefined{textcolor}
36818 \begin_inset Newline newline
36819 \end_inset
36820
36821
36822 \begin_inset space ~
36823 \end_inset
36824
36825 {
36826 \backslash
36827 usepackage{color}}{}
36828 \begin_inset Newline newline
36829 \end_inset
36830
36831
36832 \series default
36833 というコマンドを書きこんでおかなくてはなりません.
36834 \end_layout
36835
36836 \begin_deeper
36837 \begin_layout Standard
36838 \begin_inset ERT
36839 status collapsed
36840
36841 \begin_layout Plain Layout
36842
36843
36844 \backslash
36845 renewcommand{
36846 \backslash
36847 LettrineFontHook}{
36848 \backslash
36849 color{magenta}}
36850 \end_layout
36851
36852 \end_inset
36853
36854
36855 \begin_inset Note Note
36856 status collapsed
36857
36858 \begin_layout Plain Layout
36859
36860 \lang english
36861 makes the initial magenta
36862 \end_layout
36863
36864 \end_inset
36865
36866
36867 \end_layout
36868
36869 \begin_layout Initial
36870 \begin_inset Argument 1
36871 status open
36872
36873 \begin_layout Plain Layout
36874 lines=3, lhang=0.33, loversize=0.25
36875 \end_layout
36876
36877 \end_inset
36878
36879
36880 \begin_inset Argument 2
36881 status open
36882
36883 \begin_layout Plain Layout
36884 \begin_inset Formula $\mathcal{I}$
36885 \end_inset
36886
36887
36888 \end_layout
36889
36890 \end_inset
36891
36892
36893 \begin_inset Argument 3
36894 status open
36895
36896 \begin_layout Plain Layout
36897 t was in the spring
36898 \end_layout
36899
36900 \end_inset
36901
36902  of the year 1894 that all London was interested, and the fashionable world
36903  dismayed, by the murder of the Honourable Ronald Adair under most unusual
36904  and inexplicable circumstances.
36905  The public has already learned those particulars of the crime which came
36906  out in the police investigation, but a good deal was suppressed upon that
36907  occasion, since the case for the prosecution was so overwhelmingly strong
36908  that it was not necessary to bring forward all the facts.
36909 \end_layout
36910
36911 \end_deeper
36912 \begin_layout Standard
36913 \begin_inset ERT
36914 status collapsed
36915
36916 \begin_layout Plain Layout
36917
36918
36919 \backslash
36920 else
36921 \end_layout
36922
36923 \end_inset
36924
36925
36926 \begin_inset Note Note
36927 status open
36928
36929 \begin_layout Plain Layout
36930 以下の部分は,\SpecialChar LaTeX
36931 パッケージ
36932 \series bold
36933 lettrine
36934 \series default
36935 が導入されていないときのみ表示されます.
36936 \end_layout
36937
36938 \end_inset
36939
36940
36941 \end_layout
36942
36943 \begin_layout Standard
36944 本節の以下の部分を出力に表示するには,\SpecialChar LaTeX
36945 パッケージ
36946 \series bold
36947 lettrine
36948 \series default
36949 を導入する必要があります.
36950 \end_layout
36951
36952 \begin_layout Standard
36953 \begin_inset ERT
36954 status collapsed
36955
36956 \begin_layout Plain Layout
36957
36958
36959 \backslash
36960 fi
36961 \end_layout
36962
36963 \end_inset
36964
36965
36966 \end_layout
36967
36968 \begin_layout Chapter
36969 外部文書構成要素
36970 \begin_inset Index idx
36971 status collapsed
36972
36973 \begin_layout Plain Layout
36974 がいぶぶんしょこうせいようそ@外部文書構成要素
36975 \end_layout
36976
36977 \end_inset
36978
36979
36980 \end_layout
36981
36982 \begin_layout Standard
36983
36984 \family sans
36985 挿入\SpecialChar menuseparator
36986 ファイル
36987 \family default
36988 メニューを使うと,使用中の文書に外部素材を挿入することができます.挿入できるのは,
36989 \end_layout
36990
36991 \begin_layout Description
36992 \SpecialChar LyX
36993 文書 別の\SpecialChar LyX
36994 文書.その内容は直接使用中の文書に挿入されます.
36995 \end_layout
36996
36997 \begin_layout Description
36998 平文 テキスト文書.そのテキスト行各々が,使用中の文書に独立した段落として挿入されます.
36999 \end_layout
37000
37001 \begin_layout Description
37002 平文(行を連結して) テキスト文書.各テキスト行がその形のまま挿入されます.空の行があると,使用中の文書に新規段落を生成します.
37003 \end_layout
37004
37005 \begin_layout Description
37006 外部素材 様々な書式のファイル.
37007 \end_layout
37008
37009 \begin_layout Description
37010 子文書 \SpecialChar LyX
37011 あるいは\SpecialChar LaTeX
37012 文書.
37013 \end_layout
37014
37015 \begin_layout Section
37016 外部素材
37017 \begin_inset Index idx
37018 status collapsed
37019
37020 \begin_layout Plain Layout
37021 がいぶぶんしょこうせいようそ@外部文書構成要素 ! がいぶそざい@外部素材
37022 \end_layout
37023
37024 \end_inset
37025
37026
37027 \end_layout
37028
37029 \begin_layout Standard
37030 外部素材機能は,文書の出力書式が読むことのできる形式に前もって変換しなくても,\SpecialChar LyX
37031 が必要な変換を行うことで,使用中の文書にファイルを挿入することができるようにするも
37032 のです.これは,画像が様々な画像形式のままで\SpecialChar LyX
37033 文書に挿入することができるのと同様の働きをします.\SpecialChar LyX
37034 設定の
37035 \family sans
37036 操作性\SpecialChar menuseparator
37037 表示
37038 \family default
37039 で自動プレビューを有効にすると,外部素材のDia形式とXfig形式は,直接\SpecialChar LyX
37040 中に表示されるようになります.
37041 \end_layout
37042
37043 \begin_layout Standard
37044 外部素材は,
37045 \family sans
37046 挿入
37047 \family default
37048 \SpecialChar menuseparator
37049
37050 \family sans
37051 ファイル
37052 \family default
37053 \SpecialChar menuseparator
37054
37055 \family sans
37056 外部素材
37057 \family default
37058 メニューで開くことのできる
37059 \family sans
37060 外部素材
37061 \family default
37062 ダイアログから挿入することができます.目下,以下のファイル形式(
37063 \family sans
37064 ひな型
37065 \family default
37066 )が使用できます.
37067 \end_layout
37068
37069 \begin_layout Description
37070 チェス棋譜 このひな型は,
37071 \series bold
37072
37073 \begin_inset CommandInset href
37074 LatexCommand href
37075 name "XBoard"
37076 target "https://en.wikipedia.org/wiki/XBoard"
37077 literal "false"
37078
37079 \end_inset
37080
37081
37082 \series default
37083 プログラムで作成されたチェス棋譜をサポートします.
37084 \end_layout
37085
37086 \begin_layout Description
37087 Dia このひな型は,
37088 \series bold
37089
37090 \begin_inset CommandInset href
37091 LatexCommand href
37092 name "Dia"
37093 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"
37094 literal "false"
37095
37096 \end_inset
37097
37098
37099 \series default
37100 プログラムで作成したダイアグラムをサポートします.
37101 \end_layout
37102
37103 \begin_layout Description
37104 Gnumeric表計算表 このひな型では,
37105 \series bold
37106
37107 \begin_inset CommandInset href
37108 LatexCommand href
37109 name "Gnumeric"
37110 target "https://ja.wikipedia.org/wiki/Gnumeric"
37111 literal "false"
37112
37113 \end_inset
37114
37115
37116 \series default
37117
37118 \begin_inset CommandInset href
37119 LatexCommand href
37120 name "OpenDocument"
37121 target "https://ja.wikipedia.org/wiki/OpenDocument"
37122 literal "false"
37123
37124 \end_inset
37125
37126
37127 \begin_inset CommandInset href
37128 LatexCommand href
37129 name "Microsoft Office XML"
37130 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
37131 literal "false"
37132
37133 \end_inset
37134
37135
37136 \begin_inset CommandInset href
37137 LatexCommand href
37138 name "Office Open XML"
37139 target "https://ja.wikipedia.org/wiki/Office_Open_XML"
37140 literal "false"
37141
37142 \end_inset
37143
37144 形式の表計算表を挿入することができます.この機能を使用するには,\SpecialChar LyX
37145 の初期設定中に
37146 \family typewriter
37147 ssconvert
37148 \family default
37149 プログラムが検出される必要があります.このプログラムはGnumericの一部ですので,Gnumeric以外の形式の表を読み込む場合には,Gnumericが導入済
37150 みである必要があります.用例と制約については,\SpecialChar LyX
37151 用例ファイル
37152 \emph on
37153 spreadsheet.lyx
37154 \emph default
37155 をご覧ください.
37156 \end_layout
37157
37158 \begin_layout Description
37159 Inkscape
37160 \lang english
37161  This template supports specific scalable images derived from scalable vector
37162  graphics (SVG), in which the contained text is replaced by a version typeset
37163  by \SpecialChar LaTeX
37164  (and hence in the current document font).
37165  It relies on a feature of the program 
37166 \series bold
37167 \lang japanese
37168
37169 \begin_inset CommandInset href
37170 LatexCommand href
37171 name "Inkscape"
37172 target "https://inkscape.org/ja"
37173 literal "false"
37174
37175 \end_inset
37176
37177
37178 \series default
37179 \lang english
37180  which creates a special PDF or EPS and \SpecialChar LaTeX
37181  file from a given SVG file (in
37182  
37183 \noun on
37184 Inkscape
37185 \noun default
37186  itself, the feature is available via the option 
37187 \family sans
37188 Omit text in PDF and create LaTeX file
37189 \family default
37190  when saving a drawing as PDF or EPS).
37191  The benefit of such files is a uniform text style throughout the whole
37192  document.
37193 \begin_inset Newline newline
37194 \end_inset
37195
37196 The external template reads SVG files and uses a converter program to generate
37197  the respective PDF\SpecialChar breakableslash
37198 EPS and \SpecialChar LaTeX
37199  files (via
37200 \noun on
37201  
37202 \noun default
37203 Inkscape
37204 \noun on
37205 )
37206 \noun default
37207  on the fly, so you don't have to export those files yourself.
37208  If you prefer the latter and want use given 
37209 \family typewriter
37210 *.pdf
37211 \family default
37212  and 
37213 \family typewriter
37214 *.pdf_tex
37215 \family default
37216  or 
37217 \family typewriter
37218 *.eps
37219 \family default
37220  and 
37221 \family typewriter
37222 *.eps_tex
37223 \family default
37224  files instead, simply input the respective 
37225 \family typewriter
37226 *.pdf_tex
37227 \family default
37228  or 
37229 \family typewriter
37230 *.eps_tex
37231 \family default
37232  file via the 
37233 \family sans
37234 Child Documents
37235 \family default
37236  dialog (see sec.
37237 \begin_inset space ~
37238 \end_inset
37239
37240
37241 \lang japanese
37242
37243 \begin_inset CommandInset ref
37244 LatexCommand ref
37245 reference "sec:子文書"
37246
37247 \end_inset
37248
37249
37250 \lang english
37251 ) rather than using this template.
37252 \begin_inset Newline newline
37253 \end_inset
37254
37255 You can use \SpecialChar TeX
37256  code commands such as 
37257 \series bold
37258
37259 \backslash
37260 Large
37261 \series default
37262
37263 \series bold
37264
37265 \backslash
37266 small
37267 \series default
37268 , etc.
37269 \begin_inset space \space{}
37270 \end_inset
37271
37272 in the text of the SVG.
37273  The size of the font will be taken from the settings of the \SpecialChar LyX
37274  document.
37275  Please refer to 
37276 \begin_inset CommandInset citation
37277 LatexCommand cite
37278 key "Inkscape"
37279 literal "false"
37280
37281 \end_inset
37282
37283  for more information and examples.
37284 \end_layout
37285
37286 \begin_layout Description
37287 この外部ひな型は,\SpecialChar LaTeX
37288 で書かれたテキストを含むベクトルグラフィック画像(SVG)をサポートします.ただし,
37289 \noun on
37290 Inkscape
37291 \noun default
37292  
37293 \begin_inset CommandInset citation
37294 LatexCommand cite
37295 key "Inkscape"
37296 literal "false"
37297
37298 \end_inset
37299
37300 プログラムで図をPDFとして保存する際に,
37301 \family sans
37302 Omit text in PDF and create LaTeX file
37303 \family default
37304 オプションを指定することが前提です.これによって,\SpecialChar LaTeX
37305 がテキストを組版できる形で,SVG画像をインクルードすることができます.このようなSVGを使う利点として,文書
37306 全体で文字様式を統一することができることが挙げられます.
37307 \begin_inset Newline newline
37308 \end_inset
37309
37310 SVGのテキスト中では, 
37311 \series bold
37312
37313 \backslash
37314 Large
37315 \series default
37316
37317 \series bold
37318
37319 \backslash
37320 small
37321 \series default
37322 のような\SpecialChar TeX
37323 コードコマンドを使用することができます.フォントの大きさは,\SpecialChar LyX
37324 文書の設定から採用されます.詳しい情報と用例については
37325 \begin_inset CommandInset citation
37326 LatexCommand cite
37327 key "Inkscape"
37328 literal "false"
37329
37330 \end_inset
37331
37332 を参照してください.
37333 \begin_inset Newline newline
37334 \end_inset
37335
37336 このように画像テキストは,周囲のフォント設定を考慮に入れますが,\SpecialChar LyX
37337 中のプレビューではそうならないことに注意してください.外部差込枠をプレビュー差込枠の中に入れると
37338
37339 \family sans
37340 挿入\SpecialChar menuseparator
37341 プレビュー
37342 \family default
37343 メニュー),より良い結果が得られます.
37344 \begin_inset Newline newline
37345 \end_inset
37346
37347 このひな型は,Xfigサポートと非常に似た動作をします.\SpecialChar LyX
37348 は画像中のテキストを独立した\SpecialChar TeX
37349 ファイルに抜き出し,残りをPDFファイルに生成します.
37350 \end_layout
37351
37352 \begin_layout Description
37353 Lilypond組版楽譜 このひな型は,
37354 \series bold
37355
37356 \begin_inset CommandInset href
37357 LatexCommand href
37358 name "LilyPond"
37359 target "https://ja.wikipedia.org/wiki/GNU_LilyPond"
37360 literal "false"
37361
37362 \end_inset
37363
37364
37365 \series default
37366 プログラムで作成した楽譜の組版に使用されます.\SpecialChar LyX
37367 におけるLilyPond拡張サポートについては,\SpecialChar LyX
37368 用例ファイル
37369 \emph on
37370 lilypond.lyx
37371 \emph default
37372 をご覧ください.
37373 \end_layout
37374
37375 \begin_layout Description
37376 PDFページ このひな型を使えば,PDF文書を使用中の文書に挿入することができます.PDFの一部頁ないし全頁を挿入するには,ダイアログ中のひな型の解説に沿って,
37377 \family sans
37378 \SpecialChar LaTeX
37379 と\SpecialChar LyX
37380 オプション
37381 \family default
37382 タブ中の
37383 \family sans
37384 オプション
37385 \family default
37386 フィールドに
37387 \emph on
37388 pages
37389 \emph default
37390 オプションを指定してください.このオプションの引数は,コンマ区切りのリストで,ページ番号(オプションを
37391 \series bold
37392 pages={3,5,6,8}
37393 \series default
37394 の形で入れる)やページ範囲(
37395 \series bold
37396 pages={4-9}
37397 \series default
37398 ),あるいはこれらの組み合わせで指定できます.空のページを入れるには,{}を指定してください.例えば,
37399 \series bold
37400 pages={3,{},8-11,15}
37401 \series default
37402 は,3ページ目と空のページ,8・9・10・11・15ページ目を挿入します.ページ範囲は,
37403 \emph on
37404 開始頁-終了頁
37405 \emph default
37406 の文法で指定します.これは,
37407 \emph on
37408 開始頁
37409 \emph default
37410
37411 \emph on
37412 終了頁
37413 \emph default
37414 の間のすべてのページを選択します.
37415 \emph on
37416 開始頁
37417 \emph default
37418 を省略すると,1ページ目を指定したのと同じ事になり,
37419 \emph on
37420 終了頁
37421 \emph default
37422 を省略すると,文書の最終ページを指定したのと同じ事になります.最終ページは,
37423 \series bold
37424 last
37425 \series default
37426 というキーワードを使って指定することもできます(これはページ範囲指定のみで有効です).したがって,
37427 \series bold
37428 pages=-
37429 \series default
37430 は文書の全ページを挿入することになり,
37431 \series bold
37432 pages=last-1
37433 \series default
37434 は全ページを逆順で挿入します.pagesオプションを指定しないと,PDFの最初のページのみが挿入されます.
37435 \begin_inset Newline newline
37436 \end_inset
37437
37438
37439 \series bold
37440 noautoscale
37441 \series default
37442 オプションは,各ページを元々の寸法で挿入します.もしこのオプションが指定されていなければ,各ページは文書のページ幅に合うように大きさが変更されます.
37443 \family sans
37444 寸法と回転
37445 \family default
37446 タブでは,取り込むページの縦横の大きさと回転角を指定することができます.100縮尺%以外の幅が指定されると,
37447 \series bold
37448 noautoscale
37449 \series default
37450 オプションは無視されます.詳しい情報と取り得るオプション値については,\SpecialChar LaTeX
37451 パッケージ
37452 \series bold
37453 pdfpages
37454 \series default
37455 の取扱説明書
37456 \begin_inset CommandInset citation
37457 LatexCommand cite
37458 key "pdfpages"
37459 literal "true"
37460
37461 \end_inset
37462
37463 をご参照ください.
37464 \begin_inset Index idx
37465 status collapsed
37466
37467 \begin_layout Plain Layout
37468 \SpecialChar LaTeX
37469 ぱっけーじ@\SpecialChar LaTeX
37470 パッケージ ! pdfpages
37471 \end_layout
37472
37473 \end_inset
37474
37475
37476 \begin_inset Newline newline
37477 \end_inset
37478
37479 このひな型を
37480 \family sans
37481 Beamer
37482 \family default
37483 プレゼンテーションで使用するには,まず
37484 \family sans
37485 フレーム終了
37486 \family default
37487 環境を挿入して,続く段落で\SpecialChar TeX
37488 コードボックスを挿入し,
37489 \series bold
37490
37491 \backslash
37492 setbeamertemplate{background canvas}{}
37493 \series default
37494 というコマンドを入力してください.すると,PDFページのひな型を含んだ段落を好きなだけ入れることができるようになります.取り込んだPDFページの後で,新しいフレ
37495 ームを開始するか,新しい節を開始することによって,Beamerプレゼンテーションに復帰することができます.PDFページの前に空白ページができてしまうのを防ぐため
37496 に,ひな型を含む段落には,
37497 \family sans
37498 既定
37499 \family default
37500 配置を用いるようにしてください.
37501 \begin_inset Newline newline
37502 \end_inset
37503
37504 下記は,-5度回転させたPDFを取り込んだものです.
37505 \begin_inset Newline newline
37506 \end_inset
37507
37508
37509 \begin_inset Graphics
37510         filename ../clipart/Abstract.pdf
37511         rotateAngle -5
37512         rotateOrigin leftBottom
37513
37514 \end_inset
37515
37516
37517 \begin_inset Newline newline
37518 \end_inset
37519
37520
37521 \begin_inset Note Greyedout
37522 status open
37523
37524 \begin_layout Plain Layout
37525
37526 \series bold
37527 【訳註】
37528 \series default
37529 \SpecialChar LaTeX
37530 パッケージ
37531 \series bold
37532 pdfpages
37533 \series default
37534 は,pdflatexに基づいており,\SpecialChar LaTeX
37535 では組版ができない(\SpecialChar LaTeX
37536 パッケージ
37537 \series bold
37538 pdfpages
37539 \series default
37540 取扱説明書
37541 \begin_inset CommandInset citation
37542 LatexCommand cite
37543 key "pdfpages"
37544 literal "true"
37545
37546 \end_inset
37547
37548 参照)ため,この外部素材はp\SpecialChar LaTeX
37549 では使用することができません.英文版の取扱説明書では,上記のPDFは,
37550 \family sans
37551 挿入\SpecialChar menuseparator
37552 ファイル\SpecialChar menuseparator
37553 外部素材
37554 \family default
37555
37556 \family sans
37557 ひな型
37558 \family default
37559
37560 \family sans
37561 PDFページ
37562 \family default
37563 を指定して挿入されていますが,ここでは
37564 \family sans
37565 挿入\SpecialChar menuseparator
37566 画像
37567 \family default
37568 を使用して挿入しています.
37569 \end_layout
37570
37571 \end_inset
37572
37573
37574 \end_layout
37575
37576 \begin_layout Description
37577 ラスター画像 これはビットマップ画像に使用します.
37578 \family sans
37579 外部素材
37580 \family default
37581 ダイアログを使って入れる画像は,第
37582 \begin_inset CommandInset ref
37583 LatexCommand ref
37584 reference "sec:画像ダイアログ"
37585
37586 \end_inset
37587
37588 節にあるように
37589 \family sans
37590 画像
37591 \family default
37592 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ラスター画像を挿入した例です.
37593 \begin_inset External
37594         template RasterImage
37595         filename clipart/ToolbarEnvBox.png
37596
37597 \end_inset
37598
37599
37600 \end_layout
37601
37602 \begin_layout Description
37603 ベクトル画像 これは,ベクトル画像に使用することができます. 
37604 \family sans
37605 外部素材
37606 \family default
37607 ダイアログを使って入れる画像は,第
37608 \begin_inset CommandInset ref
37609 LatexCommand ref
37610 reference "sec:画像ダイアログ"
37611
37612 \end_inset
37613
37614 節にあるように
37615 \family sans
37616 画像
37617 \family default
37618 ダイアログを使って挿入される画像と同じように取り扱うことができます.右記は,ベクトル画像を挿入した例です.
37619 \begin_inset External
37620         template VectorGraphics
37621         filename ../clipart/SVG-Drawing.svg
37622         lyxscale 50
37623         scale 33
37624
37625 \end_inset
37626
37627
37628 \end_layout
37629
37630 \begin_layout Description
37631 XFig このひな型は,
37632 \begin_inset CommandInset href
37633 LatexCommand href
37634 name "Xfig"
37635 target "https://ja.wikipedia.org/wiki/Xfig"
37636 literal "false"
37637
37638 \end_inset
37639
37640 プログラムで作成した画像をサポートします.
37641 \end_layout
37642
37643 \begin_layout Standard
37644
37645 \family sans
37646 外部素材
37647 \family default
37648 ダイアログの
37649 \family sans
37650 ファイル
37651 \family default
37652 タブ中で
37653 \family sans
37654 下書き
37655 \family default
37656 オプションを指定すると,出力中には挿入したファイルのパスだけが表示されます.
37657 \begin_inset Newline newline
37658 \end_inset
37659
37660 \SpecialChar LyX
37661 中での外部素材は,ダイアログ内の
37662 \family sans
37663 LaTeXとLyXのオプション
37664 \family default
37665 タブにある
37666 \family sans
37667 LyX内に表示
37668 \family default
37669 オプションの指定に従って,
37670 \begin_inset Graphics
37671         filename clipart/ExternalMaterial.png
37672         scale 95
37673         scaleBeforeRotation
37674
37675 \end_inset
37676
37677 のようなボックスとして表示されるか,画像として表示されます.
37678 \end_layout
37679
37680 \begin_layout Standard
37681 取扱説明書
37682 \family sans
37683 \emph on
37684 カスタマイズ篇
37685 \family default
37686 \emph default
37687 には,自製のひな型を定義する方法が説明されています.
37688 \end_layout
37689
37690 \begin_layout Section
37691 子文書
37692 \begin_inset CommandInset label
37693 LatexCommand label
37694 name "sec:子文書"
37695
37696 \end_inset
37697
37698
37699 \begin_inset Index idx
37700 status collapsed
37701
37702 \begin_layout Plain Layout
37703 がいぶぶんしょこうせいようそ@外部文書構成要素 ! こぶんしょ@子文書
37704 \end_layout
37705
37706 \end_inset
37707
37708
37709 \begin_inset Index idx
37710 status collapsed
37711
37712 \begin_layout Plain Layout
37713 ふぁいる@ファイル ! いんくるーど@インクルード
37714 \end_layout
37715
37716 \end_inset
37717
37718
37719 \end_layout
37720
37721 \begin_layout Standard
37722 子文書は,大きな部や節を複数含む長大な文書を作成するときに使われます.メンテナンス上の理由から,文書をいくつかのファイルに分割して,個別に修正できるようにした方
37723 が便利なことはよくあり,場合によってはそうすることが必要な場合さえあります.こうした個別文書がいわゆる「子文書」であり,親文書はこれら子文書を連結して,文書全体
37724 やその一部を印刷できるようにします.子文書は,\SpecialChar LaTeX
37725 プリアンブルや書誌情報や相互参照用ラベルなどの親文書の内容を引き継ぎます.
37726 \end_layout
37727
37728 \begin_layout Standard
37729 親文書を開くことなく子文書で作業できるようにするには,子文書の
37730 \family sans
37731 文書
37732 \family default
37733 \SpecialChar menuseparator
37734
37735 \family sans
37736 設定
37737 \family default
37738 \SpecialChar menuseparator
37739
37740 \family sans
37741 文書クラス
37742 \family default
37743 メニューで親文書を指定してください.すると,子文書を編集する際には,\SpecialChar LyX
37744 がバックグラウンドでこの親文書を扱うようになります.
37745 \end_layout
37746
37747 \begin_layout Standard
37748 取り込んだ文書は,\SpecialChar LyX
37749 中で
37750 \begin_inset Graphics
37751         filename clipart/ChildDocument.png
37752         scale 95
37753         scaleBeforeRotation
37754
37755 \end_inset
37756
37757 のようなボックスとして表示されます.子文書を親文書に取り込むには,
37758 \family sans
37759 挿入
37760 \family default
37761 \SpecialChar menuseparator
37762
37763 \family sans
37764 ファイル
37765 \family default
37766 \SpecialChar menuseparator
37767
37768 \family sans
37769 子文書
37770 \family default
37771 メニューを使用します.するとダイアログが現れ,以下のように4つの取り込み方法を選択することができます.
37772 \end_layout
37773
37774 \begin_layout Description
37775 内包(include) \SpecialChar LyX
37776 文書と\SpecialChar LaTeX
37777 文書は,内包することができます.
37778 \family sans
37779 子文書
37780 \family default
37781 ダイアログの
37782 \family sans
37783 編集
37784 \family default
37785 ボタンを押すと,内包された文書が,\SpecialChar LyX
37786 中に新規ファイルタブとして開き,修正ができるようになります.
37787 \begin_inset Newline newline
37788 \end_inset
37789
37790
37791 \end_layout
37792
37793 \begin_layout Standard
37794 以下は,
37795 \family sans
37796 内包(include)
37797 \family default
37798 を使用して挿入した子文書です. 
37799 \begin_inset CommandInset include
37800 LatexCommand include
37801 filename "DummyDocument1.lyx"
37802 literal "true"
37803
37804 \end_inset
37805
37806
37807 \end_layout
37808
37809 \begin_layout Standard
37810 取り込んだファイルの節番は,各節を親文書に挿入した順序にしたがって取り込まれます.たとえば,上で取り込まんだ例示文書には,この節の小節として番号を振られた小節が
37811 あります.取り込んだ文書のラベルは,第
37812 \begin_inset CommandInset ref
37813 LatexCommand ref
37814 reference "subsec:外部文書の第1小節"
37815
37816 \end_inset
37817
37818 小節,のように参照することができます.
37819 \end_layout
37820
37821 \begin_layout Standard
37822 子文書のプリアンブルは無視され,親文書のプリアンブルだけが使用されます.親文書に同じ名称の派生枝がない限り,親文書は子文書の派生枝を無視します.取り込まれた文書
37823 は,新規頁から始まるように挿入され,改頁して終わります.
37824 \end_layout
37825
37826 \begin_layout Standard
37827 \begin_inset Note Greyedout
37828 status open
37829
37830 \begin_layout Plain Layout
37831
37832 \series bold
37833 【註】
37834 \series default
37835 \SpecialChar LyX
37836 または\SpecialChar LaTeX
37837 ファイルを内包する際,子文書が親文書と異なる文書クラスを使用している場合には,予期せぬ出力を避けるために,文書を書き出したり閲覧する際に警告が発せられます
37838
37839 \end_layout
37840
37841 \end_inset
37842
37843
37844 \end_layout
37845
37846 \begin_layout Description
37847 入力(input) この方法は,内包による方法に非常によく似ています.異なっている点は,
37848 \end_layout
37849
37850 \begin_deeper
37851 \begin_layout Itemize
37852 入力ファイルは,新規頁として始まることはなく,終わりに改頁されることもありません.
37853 \end_layout
37854
37855 \begin_layout Itemize
37856 入力ファイルは,\SpecialChar LyX
37857 設定の操作性
37858 \family sans
37859 \SpecialChar menuseparator
37860 表示
37861 \family default
37862 の下にある
37863 \family sans
37864 画像を表示
37865 \family default
37866 を有効にすると,\SpecialChar LyX
37867 中でプレビューすることができます.
37868 \end_layout
37869
37870 \begin_layout Itemize
37871 \SpecialChar LaTeX
37872 コマンドの
37873 \series bold
37874
37875 \backslash
37876 includeonly
37877 \series default
37878 は使用することができません.
37879 \end_layout
37880
37881 \end_deeper
37882 \begin_layout Standard
37883 右は,
37884 \family sans
37885 入力(input)
37886 \family default
37887 を使って挿入した子文書です. 
37888 \begin_inset CommandInset include
37889 LatexCommand input
37890 filename "DummyDocument2.lyx"
37891 literal "true"
37892
37893 \end_inset
37894
37895
37896 \end_layout
37897
37898 \begin_layout Description
37899 原文儘(verbatim) この方法では,テキストファイルなら何でも取り込むことができます.出力中では,ファイルはそのソースコードの通りに表示され,テキスト中に
37900 用いられているコマンドは実行されません.
37901 \family sans
37902 出力の空白に印付けをする
37903 \family default
37904 オプションを有効にすると,ソースコード中のすべての空白文字に「
37905 \begin_inset ERT
37906 status collapsed
37907
37908 \begin_layout Plain Layout
37909
37910
37911 \backslash
37912 textvisiblespace 
37913 \end_layout
37914
37915 \end_inset
37916
37917 」文字を表示させることができます.
37918 \family sans
37919 挿入\SpecialChar menuseparator
37920 ファイル\SpecialChar menuseparator
37921 平文
37922 \family default
37923 メニューを使う方法との違いは,こちらは文書の内容が\SpecialChar LyX
37924 中に表示されないことです.
37925 \end_layout
37926
37927 \begin_layout Standard
37928 以下は,原文儘として挿入された子文書です. 
37929 \begin_inset CommandInset include
37930 LatexCommand verbatiminput
37931 filename "DummyTextDocument.txt"
37932 literal "true"
37933
37934 \end_inset
37935
37936
37937 \begin_inset VSpace bigskip
37938 \end_inset
37939
37940 以下は,
37941 \family sans
37942 出力の空白に印付けをする
37943 \family default
37944 オプションを指定して,原文儘として挿入された子文書です. 
37945 \begin_inset CommandInset include
37946 LatexCommand verbatiminput*
37947 filename "DummyTextDocument.txt"
37948 literal "true"
37949
37950 \end_inset
37951
37952
37953 \end_layout
37954
37955 \begin_layout Standard
37956 \begin_inset VSpace bigskip
37957 \end_inset
37958
37959
37960 \end_layout
37961
37962 \begin_layout Standard
37963 \begin_inset Note Greyedout
37964 status open
37965
37966 \begin_layout Plain Layout
37967
37968 \series bold
37969 【註】
37970 \series default
37971 上記の例でわかるように,
37972 \family sans
37973 原文儘(verbatim)
37974 \family default
37975 として取り込んだ文書の文章は,文書行の終わりで改行されません.
37976 \end_layout
37977
37978 \end_inset
37979
37980
37981 \end_layout
37982
37983 \begin_layout Standard
37984 \begin_inset Note Greyedout
37985 status open
37986
37987 \begin_layout Plain Layout
37988
37989 \series bold
37990 【訳註】
37991 \series default
37992 原文儘で日本語のファイルを読み込むときは,子文書のエンコーディングを文書エンコーディングに合わせてください.さもないと出力が文字化けします.
37993 \end_layout
37994
37995 \end_inset
37996
37997
37998 \end_layout
37999
38000 \begin_layout Description
38001 プログラムリスト この型については,第
38002 \begin_inset CommandInset ref
38003 LatexCommand ref
38004 reference "cha:プログラムコードリスト"
38005
38006 \end_inset
38007
38008 章に説明されています.
38009 \end_layout
38010
38011 \begin_layout Standard
38012 \begin_inset Note Greyedout
38013 status open
38014
38015 \begin_layout Plain Layout
38016
38017 \series bold
38018 【註】
38019 \series default
38020 同一文書中に,同じ文書を異なる方法で二度取り込むと,\SpecialChar LaTeX
38021 で問題が発生する可能性があります.
38022 \end_layout
38023
38024 \end_inset
38025
38026
38027 \end_layout
38028
38029 \begin_layout Standard
38030 コンパイル時間を短縮したり,執筆中のbookの特定の章のみを配布したいなどの理由で,親文書内の特定の子文書のみを表示させたり書きだしたりしたい場合には,子文書の
38031 一部を出力から排除することができます.これは,
38032 \family sans
38033 文書\SpecialChar menuseparator
38034 設定\SpecialChar menuseparator
38035 子文書
38036 \family default
38037 メニューから行うことができます.そこの一覧中の各子文書の
38038 \family sans
38039 出力に含める
38040 \family default
38041 列をダブルクリックすることによって,その子文書を排除したり取り込んだりすることができます(これは「入力」ではなく「内包」で埋めこまれた文書に対してのみ機能するこ
38042 とにご注意ください).
38043 \family sans
38044 カウンタと引用を維持
38045 \family default
38046 オプションを有効にすると,\SpecialChar LyX
38047 は,すべてのページ番号と参照等が,文書全体を処理した時と同じように正しくなるようにします.これは,選択した部分文書が,文書全体のコンテ
38048 クストの中で表現されるのと全く同じようにしておきたい時に便利です.しかしながら,この機能を実現するには,\SpecialChar LyX
38049 はバックグラウンドで文書全体を処理しなくてはなりません.
38050 したがって,コンパイルの時間を節約し,カウンタや参照が必ずしも正しくなくてもいい場合には,このチェックボックスは外しておいてください.
38051 \end_layout
38052
38053 \begin_layout Standard
38054 あるいは,取り込んだファイルの各々を派生枝の中に入れる方法があります
38055 \begin_inset Foot
38056 status collapsed
38057
38058 \begin_layout Plain Layout
38059 派生枝は,\SpecialChar LyX
38060
38061 \emph on
38062 ユーザーの手引き
38063 \emph default
38064
38065 \emph on
38066 派生枝
38067 \emph default
38068 の節に説明されています.
38069 \end_layout
38070
38071 \end_inset
38072
38073 .派生枝を有効化したり無効化したりすることによって,取り込んだファイルのどれを出力に表示させるかを決めることができます.この方法は,入力で取り込んだ部分文書につ
38074 いても動作するという利点があります.ただし,カウンタと参照は,この方法では維持されるとは限りません.
38075 \end_layout
38076
38077 \begin_layout Chapter
38078 プログラムコードリスト
38079 \begin_inset CommandInset label
38080 LatexCommand label
38081 name "cha:プログラムコードリスト"
38082
38083 \end_inset
38084
38085
38086 \begin_inset Index idx
38087 status collapsed
38088
38089 \begin_layout Plain Layout
38090 りすと@リスト
38091 \end_layout
38092
38093 \end_inset
38094
38095
38096 \begin_inset Index idx
38097 status collapsed
38098
38099 \begin_layout Plain Layout
38100 ぷろぐらむこーど@プログラムコード
38101 \end_layout
38102
38103 \end_inset
38104
38105
38106 \begin_inset Index idx
38107 status collapsed
38108
38109 \begin_layout Plain Layout
38110 ふろーと@フロート ! りすと@リスト
38111 \end_layout
38112
38113 \end_inset
38114
38115
38116 \end_layout
38117
38118 \begin_layout Standard
38119 プログラムコードを取り込んで組版するには,
38120 \family sans
38121 挿入
38122 \family default
38123 \SpecialChar menuseparator
38124
38125 \family sans
38126 プログラムリスト
38127 \family default
38128 メニューを使用して挿入されるプログラムリスト差込枠を使用することができます.ここで使用される\SpecialChar LaTeX
38129 パッケージ
38130 \series bold
38131 listings
38132 \series default
38133
38134 \begin_inset Index idx
38135 status collapsed
38136
38137 \begin_layout Plain Layout
38138 \SpecialChar LaTeX
38139 ぱっけーじ@\SpecialChar LaTeX
38140 パッケージ ! listings
38141 \end_layout
38142
38143 \end_inset
38144
38145 または
38146 \series bold
38147 minted
38148 \series default
38149
38150 \begin_inset Index idx
38151 status collapsed
38152
38153 \begin_layout Plain Layout
38154 \SpecialChar LaTeX
38155 ぱっけーじ@\SpecialChar LaTeX
38156 パッケージ ! minted
38157 \end_layout
38158
38159 \end_inset
38160
38161 は,使用中の文書にプログラムソースコードを挿入する強力で柔軟な方法を提供します.一文書中では,これらのパッケージのうち一つしか使うことができません.既定値では,
38162 \series bold
38163 listings
38164 \series default
38165 が用いられます.
38166 \end_layout
38167
38168 \begin_layout Standard
38169 \begin_inset Note Note
38170 status open
38171
38172 \begin_layout Plain Layout
38173
38174 \series bold
38175 【註】
38176 \series default
38177 \SpecialChar LyX
38178 は,ユーザーが変換子の定義に
38179 \family typewriter
38180 -shell-escape
38181 \family default
38182 オプションを付けることを推奨したく
38183 \emph on
38184 ありません
38185 \emph default
38186 .これは動作しますが,莫大なセキュリティリスクを背負い込むことになります.これへの対処については,活発な議論が交わされています.これは,解決次第,適切にアップデ
38187 ートされる可能性があります.
38188 \end_layout
38189
38190 \begin_layout Plain Layout
38191 =====
38192 \end_layout
38193
38194 \begin_layout Plain Layout
38195
38196 \series bold
38197 minted
38198 \series default
38199 を使うためには,文書設定の
38200 \family sans
38201 プログラムリスト
38202 \family default
38203 で,文法ハイライト用パッケージとしてこれを選択する必要があります.さらに,
38204 \series bold
38205 minted
38206 \series default
38207 は,追加的に
38208 \noun on
38209 Python
38210 \noun default
38211 ソフトウェアの
38212 \family sans
38213 pygments
38214 \family default
38215 モジュールを必要とし
38216 \begin_inset Foot
38217 status collapsed
38218
38219 \begin_layout Plain Layout
38220 Windows版\SpecialChar LyX
38221 では,
38222 \family sans
38223 pygments
38224 \family default
38225 はすでに導入済みです.
38226 \end_layout
38227
38228 \end_inset
38229
38230 ,\SpecialChar LaTeX
38231 処理子に
38232 \family typewriter
38233 -shell-escape
38234 \family default
38235 オプションを付ける必要があります.例えば,文書を
38236 \family sans
38237 PDF
38238 \begin_inset space ~
38239 \end_inset
38240
38241 (pdflatex)
38242 \family default
38243 形式で閲覧・書き出ししたい場合には,\SpecialChar LyX
38244 設定の
38245 \family sans
38246 ファイル処理\SpecialChar menuseparator
38247 変換子
38248 \family default
38249 に行って,
38250 \family sans
38251 LaTeX
38252 \begin_inset space ~
38253 \end_inset
38254
38255 (pdflatex) -> PDF
38256 \begin_inset space ~
38257 \end_inset
38258
38259 (pdflatex)
38260 \family default
38261 項目を開き,
38262 \family sans
38263 変換子
38264 \family default
38265 フィールドを見ます.この内容は,既定では
38266 \begin_inset Newline newline
38267 \end_inset
38268
38269
38270 \series bold
38271 pdflatex $$i
38272 \series default
38273
38274 \begin_inset Newline newline
38275 \end_inset
38276
38277 となっているはずですが,これを
38278 \begin_inset Newline newline
38279 \end_inset
38280
38281
38282 \series bold
38283 pdflatex $$i -shell-escape
38284 \begin_inset Newline newline
38285 \end_inset
38286
38287
38288 \series default
38289 に変更して,
38290 \family sans
38291 修正
38292 \family default
38293 ボタンを押し,引き続き
38294 \family sans
38295 適用
38296 \family default
38297
38298 \family sans
38299 保存
38300 \family default
38301 を押してください.
38302 \family sans
38303 PDF
38304 \begin_inset space ~
38305 \end_inset
38306
38307 (LuaTeX)
38308 \family default
38309
38310 \family sans
38311 PDF
38312 \begin_inset space ~
38313 \end_inset
38314
38315 (XeTeX)
38316 \family default
38317 の出力形式に対しても,同じことを行います.
38318 \end_layout
38319
38320 \end_inset
38321
38322
38323 \end_layout
38324
38325 \begin_layout Standard
38326 プログラムリスト差込枠を右クリックすると,コンテクストメニューが開き,リスト書式を設定することができます.
38327 \end_layout
38328
38329 \begin_layout Standard
38330 既定では,出力におけるプログラムリストは,新しい段落として始まります.配置オプションで
38331 \family sans
38332 行内リスト
38333 \family default
38334 を指定すると,リストは
38335 \begin_inset listings
38336 lstparams "language={C++}"
38337 inline true
38338 status collapsed
38339
38340 \begin_layout Plain Layout
38341
38342 int a=5;
38343 \end_layout
38344
38345 \end_inset
38346
38347 のように行内に印字されます.
38348 \begin_inset Newline newline
38349 \end_inset
38350
38351
38352 \family sans
38353 フロート
38354 \family default
38355 オプションは,プログラムリストフロートを生成するものですが,ここで,第
38356 \begin_inset CommandInset ref
38357 LatexCommand ref
38358 reference "sec:フロートの配置"
38359
38360 \end_inset
38361
38362 節に説明されているフロート配置オプションに従って,「
38363 \family sans
38364 h
38365 \family default
38366 」「
38367 \family sans
38368 t
38369 \family default
38370 」「
38371 \family sans
38372 b
38373 \family default
38374 」「
38375 \family sans
38376 p
38377 \family default
38378 」の配置オプションを指定することができます.配置オプションは組み合わせて使用することができ,「
38379 \family sans
38380 htbp
38381 \family default
38382 」のように区切りを入れることなく入力することができます.「
38383 \family sans
38384 h
38385 \family default
38386 」オプションは効かない場合がありますが,フロートでないプログラムリストにもキャプションを入れることができ,また参照もできるので,この場合には
38387 \family sans
38388 フロート
38389 \family default
38390 オプションを使用しなければ大丈夫です.
38391 \end_layout
38392
38393 \begin_layout Standard
38394
38395 \family sans
38396 挿入
38397 \family default
38398 \SpecialChar menuseparator
38399
38400 \family sans
38401 キャプション
38402 \family default
38403 メニューを使えば,行中でないプログラムリストには,キャプションを付けることができます.プログラムリストは,フロート同様,リスト
38404 \begin_inset CommandInset ref
38405 LatexCommand ref
38406 reference "lst:ListFloat"
38407
38408 \end_inset
38409
38410 のように参照することができます.キャプションのついたプログラムリストの全一覧を,
38411 \family sans
38412 挿入\SpecialChar menuseparator
38413 一覧/目次\SpecialChar menuseparator
38414 プログラムリスト一覧
38415 \family default
38416 で作成することができます.一覧の項目には,プログラムリストのキャプションとプログラムリスト番号が入ります.
38417 \end_layout
38418
38419 \begin_layout Standard
38420 \begin_inset listings
38421 lstparams "language=Python"
38422 inline false
38423 status open
38424
38425 \begin_layout Plain Layout
38426
38427 \begin_inset Caption Standard
38428
38429 \begin_layout Plain Layout
38430 \begin_inset CommandInset label
38431 LatexCommand label
38432 name "lst:ListFloat"
38433
38434 \end_inset
38435
38436 Example Listing Float
38437 \end_layout
38438
38439 \end_inset
38440
38441 # Example listing float
38442 \end_layout
38443
38444 \begin_layout Plain Layout
38445
38446 def func(param):
38447 \end_layout
38448
38449 \begin_layout Plain Layout
38450
38451     'this is a python function'
38452 \end_layout
38453
38454 \begin_layout Plain Layout
38455
38456     pass
38457 \end_layout
38458
38459 \end_inset
38460
38461
38462 \end_layout
38463
38464 \begin_layout Standard
38465 \begin_inset Note Greyedout
38466 status open
38467
38468 \begin_layout Plain Layout
38469
38470 \series bold
38471 【註】listings
38472 \series default
38473 パッケージは,既定ではプログラムリストの前にキャプションを置きます.
38474 \begin_inset Newline newline
38475 \end_inset
38476
38477
38478 \series bold
38479 minted
38480 \series default
38481 パッケージは,フロートの場合,既定ではプログラムリストの後にキャプションを置きます.フロートでない場合には,キャプションは,一行目に入れられた場合にはプログラム
38482 リストの前に組版され,そうでなければリストの後に置かれます.常にプログラムリストの前に置くように強制するためには,プリアンブルの最後に下記の行を加えてください.
38483 \begin_inset Newline newline
38484 \end_inset
38485
38486
38487 \series bold
38488
38489 \backslash
38490 @ifundefined{newfloat}
38491 \begin_inset Newline newline
38492 \end_inset
38493
38494
38495 \begin_inset Phantom HPhantom
38496 status open
38497
38498 \begin_layout Plain Layout
38499 \begin_inset space ~
38500 \end_inset
38501
38502
38503 \end_layout
38504
38505 \end_inset
38506
38507 {
38508 \backslash
38509 usepackage{float}}{}
38510 \begin_inset Newline newline
38511 \end_inset
38512
38513
38514 \backslash
38515 floatstyle{plaintop}
38516 \series default
38517
38518 \begin_inset Note Note
38519 status collapsed
38520
38521 \begin_layout Plain Layout
38522 文書全体を対象とするフロート配置設定を行うと,\SpecialChar LyX
38523 は自動的に
38524 \series bold
38525 float
38526 \series default
38527 パッケージを読み込みます.これが二度読み込まれることを防ぐために,上記のコマンドでは
38528 \series bold
38529
38530 \backslash
38531 @ifundefined
38532 \series default
38533 が使用されています.
38534 \end_layout
38535
38536 \end_inset
38537
38538
38539 \end_layout
38540
38541 \end_inset
38542
38543
38544 \end_layout
38545
38546 \begin_layout Standard
38547 プログラムリストダイアログでプログラミング言語を指定すると,その言語のキーワードが識別されて,出力中で特別に組版されます.上の例示プログラムリストでは,Pyth
38548 onのキーワード「def」が識別され,ボールド体で出力されます.
38549 \end_layout
38550
38551 \begin_layout Standard
38552 \begin_inset Note Greyedout
38553 status open
38554
38555 \begin_layout Plain Layout
38556
38557 \series bold
38558 【註】
38559 \series default
38560 タイプライタフォントを使用している際にキーワードがボールド体にならない場合には,おそらくお使いの
38561 \family typewriter
38562 typewriter
38563 \family default
38564 フォントがボールド体を提供していません.この場合には,
38565 \family sans
38566 文書
38567 \family default
38568 \SpecialChar menuseparator
38569
38570 \family sans
38571 設定
38572 \family default
38573 \SpecialChar menuseparator
38574
38575 \family sans
38576 フォント
38577 \family default
38578 メニューで別のフォントを選択してください(
38579 \emph on
38580 LuxiMono
38581 \emph default
38582
38583 \emph on
38584 BeraMono
38585 \emph default
38586
38587 \emph on
38588 Courier
38589 \emph default
38590 の各フォントはボールド体を提供します).
38591 \end_layout
38592
38593 \end_inset
38594
38595
38596 \end_layout
38597
38598 \begin_layout Standard
38599 \begin_inset Note Greyedout
38600 status open
38601
38602 \begin_layout Plain Layout
38603
38604 \series bold
38605 【訳註】
38606 \series default
38607 プログラムリスト差込枠中では,日本語のエンコーディングを表示できないため,日本語は使用できません.プログラムリスト差込枠中のキャプションでも同様です.
38608 \end_layout
38609
38610 \end_inset
38611
38612
38613 \end_layout
38614
38615 \begin_layout Standard
38616 プログラムリストダイアログの
38617 \family sans
38618 行番号
38619 \family default
38620 のセクションでは,行番号の様式を指定することができます.
38621 \family sans
38622 行間
38623 \family default
38624 フィールドでは,どの行に番号を振るかを指定する数字を入れることができます.たとえば,「3」と入れると,3行ごとに数字が振られます.
38625 \end_layout
38626
38627 \begin_layout Standard
38628 さらに行の範囲を指定することもでき,この場合にはこれらの行のみが出力に表示されます.
38629 \family sans
38630 拡張文字コード表を使う
38631 \family default
38632 オプションは,
38633 \series bold
38634 listings
38635 \series default
38636 パッケージにのみ有効であり,プログラムリスト中でドイツ語のウムラウトのような国字を使用する場合に使用します.
38637 \begin_inset Newline newline
38638 \end_inset
38639
38640
38641 \begin_inset Note Greyedout
38642 status open
38643
38644 \begin_layout Plain Layout
38645
38646 \series bold
38647 【訳註】
38648 \series default
38649 これは,p\SpecialChar LaTeX
38650 ではうまく動作しません.
38651 \end_layout
38652
38653 \end_inset
38654
38655
38656 \begin_inset Newline newline
38657 \end_inset
38658
38659 以下は,左側の行番号・行間「3」・言語「Python」・「拡張文字コード表を使う」オプション・「空白を記号で表示」オプション・行範囲「3
38660 \begin_inset space \thinspace{}
38661 \end_inset
38662
38663 -
38664 \begin_inset space \thinspace{}
38665 \end_inset
38666
38667 8」で設定したプログラムリストの例です.
38668 \end_layout
38669
38670 \begin_layout Standard
38671 \begin_inset listings
38672 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
38673 inline false
38674 status open
38675
38676 \begin_layout Plain Layout
38677
38678 def func(param):
38679 \end_layout
38680
38681 \begin_layout Plain Layout
38682
38683     'this is a python function'
38684 \end_layout
38685
38686 \begin_layout Plain Layout
38687
38688     pass
38689 \end_layout
38690
38691 \begin_layout Plain Layout
38692
38693 def func(param):
38694 \end_layout
38695
38696 \begin_layout Plain Layout
38697
38698 'This is a German word: Tschuss'
38699 \end_layout
38700
38701 \begin_layout Plain Layout
38702
38703 pass
38704 \end_layout
38705
38706 \begin_layout Plain Layout
38707
38708 def func(param):
38709 \end_layout
38710
38711 \begin_layout Plain Layout
38712
38713 'this is a python function'
38714 \end_layout
38715
38716 \begin_layout Plain Layout
38717
38718 pass
38719 \end_layout
38720
38721 \end_inset
38722
38723
38724 \end_layout
38725
38726 \begin_layout Standard
38727 プログラムリスト中でタビュレータを使う場合は,タビュレータが確保する文字の数を
38728 \family sans
38729 タビュレータの大きさ
38730 \family default
38731 フィールドで指定することができます.
38732 \end_layout
38733
38734 \begin_layout Standard
38735 \begin_inset Note Greyedout
38736 status open
38737
38738 \begin_layout Plain Layout
38739
38740 \series bold
38741 【註】listings
38742 \series default
38743 パッケージにはバグがあり,前にプログラムリストがある毎に,行番号が一行ずつずれます.上記プログラムリストで3行目と6行目に番号が振られる代わりに,2行目と5行目
38744 に振られているのはこのためです.
38745 \end_layout
38746
38747 \end_inset
38748
38749
38750 \end_layout
38751
38752 \begin_layout Standard
38753 \begin_inset VSpace bigskip
38754 \end_inset
38755
38756
38757 \end_layout
38758
38759 \begin_layout Standard
38760 また,ファイルの各行をプログラムリストとして印字することも可能です.そのためには,
38761 \family sans
38762 挿入
38763 \family default
38764 \SpecialChar menuseparator
38765
38766 \family sans
38767 ファイル
38768 \family default
38769 \SpecialChar menuseparator
38770
38771 \family sans
38772 子文書
38773 \family default
38774 メニューを使用して
38775 \family sans
38776 プログラムリスト
38777 \family default
38778 型を選択してください
38779 \begin_inset Foot
38780 status collapsed
38781
38782 \begin_layout Plain Layout
38783 他の子文書型については,第 section
38784 \begin_inset space ~
38785 \end_inset
38786
38787
38788 \begin_inset CommandInset ref
38789 LatexCommand ref
38790 reference "sec:子文書"
38791
38792 \end_inset
38793
38794 節に説明があります.
38795 \end_layout
38796
38797 \end_inset
38798
38799 .子文書ダイアログでは,テキストボックスにプログラムリストのパラメータを指定することができます.使用できる全パラメータの一覧を見たい場合は,テキストボックス中で
38800 疑問符「?」を打鍵してください.
38801 \end_layout
38802
38803 \begin_layout Standard
38804 子文書プログラムリストを参照したい場合には,子文書ダイアログの対応するフィールドにラベル文を書き込んでください.すると,このラベルは
38805 \family sans
38806 挿入
38807 \family default
38808 \SpecialChar menuseparator
38809
38810 \family sans
38811 相互参照
38812 \family default
38813 メニューを使って参照できるようになります.
38814 \end_layout
38815
38816 \begin_layout Standard
38817 プログラムリスト
38818 \begin_inset CommandInset ref
38819 LatexCommand ref
38820 reference "lst:file-listing"
38821
38822 \end_inset
38823
38824 は,ファイルを使ったプログラムリストの一例です.ここでは,この\SpecialChar LyX
38825 ファイルの10行目から15行目が表示されています.
38826 \end_layout
38827
38828 \begin_layout Standard
38829 \begin_inset CommandInset include
38830 LatexCommand lstinputlisting
38831 filename "EmbeddedObjects.lyx"
38832 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
38833 literal "true"
38834
38835 \end_inset
38836
38837
38838 \end_layout
38839
38840 \begin_layout Standard
38841 \begin_inset VSpace bigskip
38842 \end_inset
38843
38844
38845 \end_layout
38846
38847 \begin_layout Standard
38848 リストに数式を入れるには,以下のようにします.
38849 \end_layout
38850
38851 \begin_layout Enumerate
38852 リストダイアログを開き,
38853 \family sans
38854 詳細
38855 \family default
38856 タブのフィールド中に
38857 \begin_inset Newline newline
38858 \end_inset
38859
38860
38861 \family sans
38862 mathescape=true
38863 \family default
38864
38865 \begin_inset Newline newline
38866 \end_inset
38867
38868 と書き加えます.
38869 \end_layout
38870
38871 \begin_layout Enumerate
38872 リスト外で数式を作成します.
38873 \end_layout
38874
38875 \begin_layout Enumerate
38876 数式の内容(数式差込枠ではなく)をクリップボードにコピーします(短縮キー
38877 \begin_inset Info
38878 type  "shortcut"
38879 arg   "copy"
38880 \end_inset
38881
38882 ).
38883 \end_layout
38884
38885 \begin_layout Enumerate
38886 リストに「$$」と書き,クリップボードの内容をドルマークの間に貼り付けます(短縮キー
38887 \begin_inset Info
38888 type  "shortcut"
38889 arg   "paste"
38890 \end_inset
38891
38892 ).
38893 \end_layout
38894
38895 \begin_layout Standard
38896 \begin_inset listings
38897 lstparams "language=Python,mathescape=true"
38898 inline false
38899 status open
38900
38901 \begin_layout Plain Layout
38902
38903 \begin_inset Caption Standard
38904
38905 \begin_layout Plain Layout
38906 Example Listing float containing a formula
38907 \end_layout
38908
38909 \end_inset
38910
38911 # Example listing float
38912 \end_layout
38913
38914 \begin_layout Plain Layout
38915
38916 def func(param):
38917 \end_layout
38918
38919 \begin_layout Plain Layout
38920
38921     # $
38922 \backslash
38923 prod_{n=1}^{
38924 \backslash
38925 infty}
38926 \backslash
38927 ,
38928 \backslash
38929 frac{1}{x^{2}}$
38930 \end_layout
38931
38932 \begin_layout Plain Layout
38933
38934     pass
38935 \end_layout
38936
38937 \end_inset
38938
38939
38940 \end_layout
38941
38942 \begin_layout Standard
38943 \begin_inset VSpace bigskip
38944 \end_inset
38945
38946
38947 \end_layout
38948
38949 \begin_layout Standard
38950 大域的なプログラムリストの設定は,
38951 \family sans
38952 文書
38953 \family default
38954 \SpecialChar menuseparator
38955
38956 \family sans
38957 設定
38958 \family default
38959 \SpecialChar menuseparator
38960
38961 \family sans
38962 リスト
38963 \family default
38964 ダイアログで設定することができます.ここで利用できるオプションの一覧を得るには,
38965 \family sans
38966 プログラムリスト設定
38967 \family default
38968 フィールドで疑問符「?」を打鍵してください.
38969 \end_layout
38970
38971 \begin_layout Standard
38972
38973 \series bold
38974 listings
38975 \series default
38976 及び
38977 \series bold
38978 minted
38979 \series default
38980 パッケージについての詳しい情報については,取扱説明書
38981 \begin_inset CommandInset citation
38982 LatexCommand cite
38983 key "listings,minted"
38984 literal "true"
38985
38986 \end_inset
38987
38988 をご参照ください.
38989 \end_layout
38990
38991 \begin_layout Standard
38992 \begin_inset Newpage newpage
38993 \end_inset
38994
38995
38996 \end_layout
38997
38998 \begin_layout Chapter
38999 \start_of_appendix
39000 \SpecialChar LyX
39001 で使用できる単位
39002 \begin_inset Index idx
39003 status collapsed
39004
39005 \begin_layout Plain Layout
39006 たんい@単位
39007 \end_layout
39008
39009 \end_inset
39010
39011
39012 \begin_inset CommandInset label
39013 LatexCommand label
39014 name "cha:LyXで使用できる単位"
39015
39016 \end_inset
39017
39018
39019 \end_layout
39020
39021 \begin_layout Standard
39022 この文書で用いられる単位の理解のために,表
39023 \begin_inset CommandInset ref
39024 LatexCommand ref
39025 reference "tab:単位"
39026
39027 \end_inset
39028
39029 に,\SpecialChar LyX
39030 で使うことのできる単位をまとめておきます.
39031 \end_layout
39032
39033 \begin_layout Standard
39034 \begin_inset Float table
39035 placement h
39036 alignment document
39037 wide false
39038 sideways false
39039 status open
39040
39041 \begin_layout Plain Layout
39042 \begin_inset Caption Standard
39043
39044 \begin_layout Plain Layout
39045 \begin_inset CommandInset label
39046 LatexCommand label
39047 name "tab:単位"
39048
39049 \end_inset
39050
39051 単位
39052 \end_layout
39053
39054 \end_inset
39055
39056
39057 \end_layout
39058
39059 \begin_layout Plain Layout
39060 \begin_inset VSpace medskip
39061 \end_inset
39062
39063
39064 \end_layout
39065
39066 \begin_layout Plain Layout
39067 \align center
39068 \begin_inset Tabular
39069 <lyxtabular version="3" rows="21" columns="3">
39070 <features tabularvalignment="middle">
39071 <column alignment="center" valignment="top">
39072 <column alignment="center" valignment="middle" width="50col%">
39073 <column alignment="center" valignment="top">
39074 <row>
39075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39076 \begin_inset Text
39077
39078 \begin_layout Plain Layout
39079 単位
39080 \end_layout
39081
39082 \end_inset
39083 </cell>
39084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39085 \begin_inset Text
39086
39087 \begin_layout Plain Layout
39088 名称/摘要
39089 \end_layout
39090
39091 \end_inset
39092 </cell>
39093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39094 \begin_inset Text
39095
39096 \begin_layout Plain Layout
39097 \SpecialChar LaTeX
39098  コマンド
39099 \end_layout
39100
39101 \end_inset
39102 </cell>
39103 </row>
39104 <row>
39105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39106 \begin_inset Text
39107
39108 \begin_layout Plain Layout
39109 bp
39110 \end_layout
39111
39112 \end_inset
39113 </cell>
39114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39115 \begin_inset Text
39116
39117 \begin_layout Plain Layout
39118 ビッグポイント (72
39119 \begin_inset space \thinspace{}
39120 \end_inset
39121
39122 bp = 1
39123 \begin_inset space \thinspace{}
39124 \end_inset
39125
39126 in)
39127 \end_layout
39128
39129 \end_inset
39130 </cell>
39131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39132 \begin_inset Text
39133
39134 \begin_layout Plain Layout
39135 -
39136 \end_layout
39137
39138 \end_inset
39139 </cell>
39140 </row>
39141 <row>
39142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39143 \begin_inset Text
39144
39145 \begin_layout Plain Layout
39146 cc
39147 \end_layout
39148
39149 \end_inset
39150 </cell>
39151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39152 \begin_inset Text
39153
39154 \begin_layout Plain Layout
39155 シセロ (1
39156 \begin_inset space \thinspace{}
39157 \end_inset
39158
39159 cc = 12
39160 \begin_inset space \thinspace{}
39161 \end_inset
39162
39163 dd)
39164 \end_layout
39165
39166 \end_inset
39167 </cell>
39168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39169 \begin_inset Text
39170
39171 \begin_layout Plain Layout
39172 -
39173 \end_layout
39174
39175 \end_inset
39176 </cell>
39177 </row>
39178 <row>
39179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39180 \begin_inset Text
39181
39182 \begin_layout Plain Layout
39183 cm
39184 \end_layout
39185
39186 \end_inset
39187 </cell>
39188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39189 \begin_inset Text
39190
39191 \begin_layout Plain Layout
39192 センチメートル
39193 \end_layout
39194
39195 \end_inset
39196 </cell>
39197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39198 \begin_inset Text
39199
39200 \begin_layout Plain Layout
39201 -
39202 \end_layout
39203
39204 \end_inset
39205 </cell>
39206 </row>
39207 <row>
39208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39209 \begin_inset Text
39210
39211 \begin_layout Plain Layout
39212 dd
39213 \end_layout
39214
39215 \end_inset
39216 </cell>
39217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39218 \begin_inset Text
39219
39220 \begin_layout Plain Layout
39221 ディドー (72
39222 \begin_inset space \thinspace{}
39223 \end_inset
39224
39225 dd 
39226 \begin_inset Formula $\approx$
39227 \end_inset
39228
39229  37.6
39230 \begin_inset space \thinspace{}
39231 \end_inset
39232
39233 mm)
39234 \end_layout
39235
39236 \end_inset
39237 </cell>
39238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39239 \begin_inset Text
39240
39241 \begin_layout Plain Layout
39242 -
39243 \end_layout
39244
39245 \end_inset
39246 </cell>
39247 </row>
39248 <row>
39249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39250 \begin_inset Text
39251
39252 \begin_layout Plain Layout
39253 em
39254 \end_layout
39255
39256 \end_inset
39257 </cell>
39258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39259 \begin_inset Text
39260
39261 \begin_layout Plain Layout
39262 現在のフォントの文字「M」の幅
39263 \end_layout
39264
39265 \end_inset
39266 </cell>
39267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39268 \begin_inset Text
39269
39270 \begin_layout Plain Layout
39271 -
39272 \end_layout
39273
39274 \end_inset
39275 </cell>
39276 </row>
39277 <row>
39278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39279 \begin_inset Text
39280
39281 \begin_layout Plain Layout
39282 ex
39283 \end_layout
39284
39285 \end_inset
39286 </cell>
39287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39288 \begin_inset Text
39289
39290 \begin_layout Plain Layout
39291 現在のフォントの文字「x」の高さ
39292 \end_layout
39293
39294 \end_inset
39295 </cell>
39296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39297 \begin_inset Text
39298
39299 \begin_layout Plain Layout
39300 -
39301 \end_layout
39302
39303 \end_inset
39304 </cell>
39305 </row>
39306 <row>
39307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39308 \begin_inset Text
39309
39310 \begin_layout Plain Layout
39311 in
39312 \end_layout
39313
39314 \end_inset
39315 </cell>
39316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39317 \begin_inset Text
39318
39319 \begin_layout Plain Layout
39320 インチ
39321 \end_layout
39322
39323 \end_inset
39324 </cell>
39325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39326 \begin_inset Text
39327
39328 \begin_layout Plain Layout
39329 -
39330 \end_layout
39331
39332 \end_inset
39333 </cell>
39334 </row>
39335 <row>
39336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39337 \begin_inset Text
39338
39339 \begin_layout Plain Layout
39340 mm
39341 \end_layout
39342
39343 \end_inset
39344 </cell>
39345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39346 \begin_inset Text
39347
39348 \begin_layout Plain Layout
39349 ミリメートル
39350 \end_layout
39351
39352 \end_inset
39353 </cell>
39354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39355 \begin_inset Text
39356
39357 \begin_layout Plain Layout
39358 -
39359 \end_layout
39360
39361 \end_inset
39362 </cell>
39363 </row>
39364 <row>
39365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39366 \begin_inset Text
39367
39368 \begin_layout Plain Layout
39369 mu
39370 \end_layout
39371
39372 \end_inset
39373 </cell>
39374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39375 \begin_inset Text
39376
39377 \begin_layout Plain Layout
39378 数式単位 (1
39379 \begin_inset space \thinspace{}
39380 \end_inset
39381
39382 mu = 1/18
39383 \begin_inset space \thinspace{}
39384 \end_inset
39385
39386 em)
39387 \end_layout
39388
39389 \end_inset
39390 </cell>
39391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39392 \begin_inset Text
39393
39394 \begin_layout Plain Layout
39395 -
39396 \end_layout
39397
39398 \end_inset
39399 </cell>
39400 </row>
39401 <row>
39402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39403 \begin_inset Text
39404
39405 \begin_layout Plain Layout
39406 pt
39407 \end_layout
39408
39409 \end_inset
39410 </cell>
39411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39412 \begin_inset Text
39413
39414 \begin_layout Plain Layout
39415 ポイント (72.27
39416 \begin_inset space \thinspace{}
39417 \end_inset
39418
39419 pt = 1
39420 \begin_inset space \thinspace{}
39421 \end_inset
39422
39423 in)
39424 \end_layout
39425
39426 \end_inset
39427 </cell>
39428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39429 \begin_inset Text
39430
39431 \begin_layout Plain Layout
39432 -
39433 \end_layout
39434
39435 \end_inset
39436 </cell>
39437 </row>
39438 <row>
39439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39440 \begin_inset Text
39441
39442 \begin_layout Plain Layout
39443 pc
39444 \end_layout
39445
39446 \end_inset
39447 </cell>
39448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39449 \begin_inset Text
39450
39451 \begin_layout Plain Layout
39452 パイカ (1
39453 \begin_inset space \thinspace{}
39454 \end_inset
39455
39456 pc = 12
39457 \begin_inset space \thinspace{}
39458 \end_inset
39459
39460 pt)
39461 \end_layout
39462
39463 \end_inset
39464 </cell>
39465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39466 \begin_inset Text
39467
39468 \begin_layout Plain Layout
39469 -
39470 \end_layout
39471
39472 \end_inset
39473 </cell>
39474 </row>
39475 <row>
39476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39477 \begin_inset Text
39478
39479 \begin_layout Plain Layout
39480 sp
39481 \end_layout
39482
39483 \end_inset
39484 </cell>
39485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39486 \begin_inset Text
39487
39488 \begin_layout Plain Layout
39489 スケールポイント (65536
39490 \begin_inset space \thinspace{}
39491 \end_inset
39492
39493 sp = 1
39494 \begin_inset space \thinspace{}
39495 \end_inset
39496
39497 pt)
39498 \end_layout
39499
39500 \end_inset
39501 </cell>
39502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39503 \begin_inset Text
39504
39505 \begin_layout Plain Layout
39506 -
39507 \end_layout
39508
39509 \end_inset
39510 </cell>
39511 </row>
39512 <row>
39513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39514 \begin_inset Text
39515
39516 \begin_layout Plain Layout
39517 画像の縮尺%
39518 \end_layout
39519
39520 \end_inset
39521 </cell>
39522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39523 \begin_inset Text
39524
39525 \begin_layout Plain Layout
39526 元の画像幅の%
39527 \end_layout
39528
39529 \end_inset
39530 </cell>
39531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39532 \begin_inset Text
39533
39534 \begin_layout Plain Layout
39535
39536 \end_layout
39537
39538 \end_inset
39539 </cell>
39540 </row>
39541 <row>
39542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39543 \begin_inset Text
39544
39545 \begin_layout Plain Layout
39546 本文幅%
39547 \end_layout
39548
39549 \end_inset
39550 </cell>
39551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39552 \begin_inset Text
39553
39554 \begin_layout Plain Layout
39555 テキスト幅の%
39556 \end_layout
39557
39558 \end_inset
39559 </cell>
39560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39561 \begin_inset Text
39562
39563 \begin_layout Plain Layout
39564
39565 \backslash
39566 textwidth
39567 \end_layout
39568
39569 \end_inset
39570 </cell>
39571 </row>
39572 <row>
39573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39574 \begin_inset Text
39575
39576 \begin_layout Plain Layout
39577 列幅%
39578 \end_layout
39579
39580 \end_inset
39581 </cell>
39582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39583 \begin_inset Text
39584
39585 \begin_layout Plain Layout
39586 組段幅の%
39587 \end_layout
39588
39589 \end_inset
39590 </cell>
39591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39592 \begin_inset Text
39593
39594 \begin_layout Plain Layout
39595
39596 \backslash
39597 columnwidth
39598 \end_layout
39599
39600 \end_inset
39601 </cell>
39602 </row>
39603 <row>
39604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39605 \begin_inset Text
39606
39607 \begin_layout Plain Layout
39608 ページ幅%
39609 \end_layout
39610
39611 \end_inset
39612 </cell>
39613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39614 \begin_inset Text
39615
39616 \begin_layout Plain Layout
39617 用紙幅の%
39618 \end_layout
39619
39620 \end_inset
39621 </cell>
39622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39623 \begin_inset Text
39624
39625 \begin_layout Plain Layout
39626
39627 \backslash
39628 paperwidth
39629 \end_layout
39630
39631 \end_inset
39632 </cell>
39633 </row>
39634 <row>
39635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39636 \begin_inset Text
39637
39638 \begin_layout Plain Layout
39639 行幅%
39640 \end_layout
39641
39642 \end_inset
39643 </cell>
39644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39645 \begin_inset Text
39646
39647 \begin_layout Plain Layout
39648 行幅の%
39649 \end_layout
39650
39651 \end_inset
39652 </cell>
39653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39654 \begin_inset Text
39655
39656 \begin_layout Plain Layout
39657
39658 \backslash
39659 linewidth
39660 \end_layout
39661
39662 \end_inset
39663 </cell>
39664 </row>
39665 <row>
39666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39667 \begin_inset Text
39668
39669 \begin_layout Plain Layout
39670 本文高%
39671 \end_layout
39672
39673 \end_inset
39674 </cell>
39675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39676 \begin_inset Text
39677
39678 \begin_layout Plain Layout
39679 テキスト高さの%
39680 \end_layout
39681
39682 \end_inset
39683 </cell>
39684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39685 \begin_inset Text
39686
39687 \begin_layout Plain Layout
39688
39689 \backslash
39690 textheight
39691 \end_layout
39692
39693 \end_inset
39694 </cell>
39695 </row>
39696 <row>
39697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39698 \begin_inset Text
39699
39700 \begin_layout Plain Layout
39701 ページ高%
39702 \end_layout
39703
39704 \end_inset
39705 </cell>
39706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39707 \begin_inset Text
39708
39709 \begin_layout Plain Layout
39710 用紙高さの%
39711 \end_layout
39712
39713 \end_inset
39714 </cell>
39715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39716 \begin_inset Text
39717
39718 \begin_layout Plain Layout
39719
39720 \backslash
39721 paperheight
39722 \end_layout
39723
39724 \end_inset
39725 </cell>
39726 </row>
39727 <row>
39728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39729 \begin_inset Text
39730
39731 \begin_layout Plain Layout
39732 行幅%
39733 \end_layout
39734
39735 \end_inset
39736 </cell>
39737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39738 \begin_inset Text
39739
39740 \begin_layout Plain Layout
39741
39742 \lang english
39743 % of height between baselines of two subsequent text lines
39744 \end_layout
39745
39746 \end_inset
39747 </cell>
39748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39749 \begin_inset Text
39750
39751 \begin_layout Plain Layout
39752
39753 \backslash
39754 baselineskip
39755 \end_layout
39756
39757 \end_inset
39758 </cell>
39759 </row>
39760 </lyxtabular>
39761
39762 \end_inset
39763
39764
39765 \end_layout
39766
39767 \end_inset
39768
39769
39770 \end_layout
39771
39772 \begin_layout Chapter
39773 画像を含む場合のファイル出力形式
39774 \begin_inset CommandInset label
39775 LatexCommand label
39776 name "cha:ファイル出力形式"
39777
39778 \end_inset
39779
39780
39781 \end_layout
39782
39783 \begin_layout Section
39784 DVI
39785 \begin_inset Index idx
39786 status collapsed
39787
39788 \begin_layout Plain Layout
39789 ふぁいるしょしき@ファイル書式 ! DVI
39790 \end_layout
39791
39792 \end_inset
39793
39794
39795 \begin_inset Index idx
39796 status collapsed
39797
39798 \begin_layout Plain Layout
39799 DVI
39800 \begin_inset ERT
39801 status collapsed
39802
39803 \begin_layout Plain Layout
39804
39805 |see{
39806 \end_layout
39807
39808 \end_inset
39809
39810 ファイル書式
39811 \begin_inset ERT
39812 status collapsed
39813
39814 \begin_layout Plain Layout
39815
39816 }
39817 \end_layout
39818
39819 \end_inset
39820
39821
39822 \end_layout
39823
39824 \end_inset
39825
39826
39827 \end_layout
39828
39829 \begin_layout Standard
39830 このファイル型の拡張子は「
39831 \family typewriter
39832 .dvi
39833 \family default
39834 」です.このファイル型は完全に可搬性があるので「device-independent(DVI:デバイス独立型)」の名称がついています.これはあるコンピュータから
39835 別のコンピュータへ,何らの変換も行うことなしに移動することができます.このファイル書式が開発された当時には,これは当然のことでは全くありませんでした.DVIは手
39836 っ取り早くプレビューしたり,PostScriptなどの他の出力形式への中間段階として使用されます.
39837 \end_layout
39838
39839 \begin_layout Standard
39840 \begin_inset Note Greyedout
39841 status open
39842
39843 \begin_layout Plain Layout
39844
39845 \series bold
39846 【註】
39847 \series default
39848 DVIファイルには画像は含まれていません.画像はリンクされているだけです.
39849 \end_layout
39850
39851 \end_inset
39852
39853 ですから,お使いの
39854 \family typewriter
39855 .dvi
39856 \family default
39857 ファイルを別のコンピュータに移すときには,このことを忘れてはいけません.この性質は,DVIを閲覧する際にお使いのコンピュータを遅くしてしまうことがあります.DV
39858 Iビューアは,DVIをスクロールする際,画像を表示できるようにバックグラウンドで変換しなくてはならないためです.ですから,画像のたくさんあるファイルの場合は,P
39859 DFを使用することをお勧めします.
39860 \end_layout
39861
39862 \begin_layout Standard
39863 使用中の文書は,
39864 \family sans
39865 ファイル
39866 \family default
39867 \SpecialChar menuseparator
39868
39869 \family sans
39870 書き出し
39871 \family default
39872 \SpecialChar menuseparator
39873
39874 \family sans
39875 DVI
39876 \family default
39877 メニューを使用して,DVIに書き出すことができます.
39878 \family sans
39879 表示
39880 \family default
39881 メニューから,文書をDVIとして表示させることもできます.
39882 \end_layout
39883
39884 \begin_layout Section
39885 PostScript
39886 \begin_inset Index idx
39887 status collapsed
39888
39889 \begin_layout Plain Layout
39890 ふぁいるしょしき@ファイル書式 ! PostScript
39891 \end_layout
39892
39893 \end_inset
39894
39895
39896 \begin_inset Index idx
39897 status collapsed
39898
39899 \begin_layout Plain Layout
39900 PostScript
39901 \begin_inset ERT
39902 status collapsed
39903
39904 \begin_layout Plain Layout
39905
39906 |see{
39907 \end_layout
39908
39909 \end_inset
39910
39911 ファイル書式
39912 \begin_inset ERT
39913 status collapsed
39914
39915 \begin_layout Plain Layout
39916
39917 }
39918 \end_layout
39919
39920 \end_inset
39921
39922
39923 \end_layout
39924
39925 \end_inset
39926
39927
39928 \end_layout
39929
39930 \begin_layout Standard
39931 このファイル型の拡張子は「
39932 \family typewriter
39933 .ps
39934 \family default
39935 」です.PostScriptは,
39936 \family typewriter
39937 Adobe
39938 \family default
39939 社によってプリンタ言語として開発されました.したがって,このファイルにはプリンタがファイルを印字するコマンドが書かれています.PostScripは,計算を行った
39940 り図表や画像を描いたりすることもできるので,「プログラミング言語」と見なすことができます
39941 \begin_inset Foot
39942 status collapsed
39943
39944 \begin_layout Plain Layout
39945 これについてもう少し学ぶ気があれば,\SpecialChar LaTeX
39946 パッケージ
39947 \series bold
39948 PSTricks
39949 \series default
39950
39951 \begin_inset CommandInset citation
39952 LatexCommand cite
39953 key "pstricks"
39954 literal "true"
39955
39956 \end_inset
39957
39958 を見てみてください.
39959 \end_layout
39960
39961 \end_inset
39962
39963 .この機能のためにPostScriptはPDFよりも大きくなりがちです.
39964 \end_layout
39965
39966 \begin_layout Standard
39967 PostScriptは,「Encapsulated PostScript(EPS:ファイル拡張子「
39968 \family typewriter
39969 .eps
39970 \family default
39971 」)」形式の画像のみを含めることができます.\SpecialChar LyX
39972 では,既知の画像形式であればどれでも文書中で使用することができるようになっているため,\SpecialChar LyX
39973 はバックグラウンドで画像をEP
39974 Sに変換しなくてはなりません.文書中に,仮に50の画像があれば,文書を表示したり書き出ししたりするたびに,\SpecialChar LyX
39975 は50もの変換を行わなくてはなりません.すると,\SpecialChar LyX
39976 で行う
39977 作業手順が,著しく遅れてしまいます.したがって,もしPostScriptを使用することを考えているならば,この問題を回避するために,画像を直接EPSとして入れて
39978 おく方がよいでしょう.
39979 \end_layout
39980
39981 \begin_layout Standard
39982 文書は,
39983 \family sans
39984 ファイル
39985 \family default
39986 \SpecialChar menuseparator
39987
39988 \family sans
39989 書き出し
39990 \family default
39991 \SpecialChar menuseparator
39992
39993 \family sans
39994 Postscript
39995 \family default
39996 メニューを使用して,PostScriptに書き出すことができます.使用中の文書は,
39997 \family sans
39998 表示
39999 \family default
40000 メニューかツールバーボタンを使用することでPostScriptとして表示させることができます.
40001 \end_layout
40002
40003 \begin_layout Section
40004 PDF
40005 \begin_inset Index idx
40006 status collapsed
40007
40008 \begin_layout Plain Layout
40009 ふぁいるしょしき@ファイル書式 ! PDF
40010 \end_layout
40011
40012 \end_inset
40013
40014
40015 \begin_inset Index idx
40016 status collapsed
40017
40018 \begin_layout Plain Layout
40019 PDF
40020 \end_layout
40021
40022 \end_inset
40023
40024
40025 \end_layout
40026
40027 \begin_layout Standard
40028 このファイル型の拡張子は「
40029 \family typewriter
40030 .pdf
40031 \family default
40032 」です.この「Portable Document Format (PDF)」は,
40033 \family typewriter
40034 Adobe
40035 \family default
40036 社によってPostScriptの派生として開発されました.PDFは,PostScriptよりも圧縮されており,かなり少ないコマンドしか使いません.「portab
40037 le(可搬的)」の名称が示すとおり,この形式は,どのコンピュータシステムでも処理することができ,印字出力は全く同じように出すことができます.
40038 \end_layout
40039
40040 \begin_layout Standard
40041 PDFは画像を,同じPDF形式か,「Joint Photographic Experts Group(JPG:ファイル拡張子「
40042 \family typewriter
40043 .jpg
40044 \family default
40045 」または「
40046 \family typewriter
40047 .jpeg
40048 \family default
40049 」)」形式か,「Portable Network Graphics(PNG:ファイル拡張子「
40050 \family typewriter
40051 .png
40052 \family default
40053 」)」として含めることができます.それにもかかわらず,\SpecialChar LyX
40054 は画像をこれらの形式のいずれかにバックグラウンドで変換を行うので,他の画像形式も自由に使用することができま
40055 す.しかし,PostScriptの節で説明したように,この画像変換は作業手順を遅らせます.したがって,上記で述べた3つの画像形式のうちいずれかを使用することをお
40056 勧めします.
40057 \end_layout
40058
40059 \begin_layout Standard
40060 使用中の文書は,
40061 \family sans
40062 ファイル
40063 \family default
40064 \SpecialChar menuseparator
40065
40066 \family sans
40067 書き出し
40068 \family default
40069 メニューを使用して,以下の3つの方法のうちいずれかでPDFに書き出すことができます.
40070 \end_layout
40071
40072 \begin_layout Description
40073 PDF
40074 \begin_inset space ~
40075 \end_inset
40076
40077 (ps2pdf) これは
40078 \family typewriter
40079 ps2pdf
40080 \family default
40081 プログラムを使って,現在のファイルのPostScript版からPDFを生成します.このPostScript版は,中間段階にDVI版を使用する
40082 \family typewriter
40083 dvips
40084 \family default
40085 プログラムによって生成されます.つまり,この書き出し方法は,3段階の変換を伴います.
40086 \end_layout
40087
40088 \begin_layout Description
40089 PDF
40090 \begin_inset space ~
40091 \end_inset
40092
40093 (dvipdfm) これは
40094 \family typewriter
40095 dvipdfm
40096 \family default
40097 プログラムを使って,現在のファイルをバックグラウンドでDVIに変換し,2段階目でPDFに変換します.
40098 \end_layout
40099
40100 \begin_layout Description
40101 PDF
40102 \begin_inset space ~
40103 \end_inset
40104
40105 (pdflatex) これは
40106 \family typewriter
40107 pdftex
40108 \family default
40109 プログラムを使って,現在のファイルを直接PDFに変換します.
40110 \end_layout
40111
40112 \begin_layout Standard
40113
40114 \family typewriter
40115 pdftex
40116 \family default
40117 は現在のPDF版のすべての機能をサポートし,高速で問題なく安定して動作するので,
40118 \family sans
40119 PDF
40120 \begin_inset space ~
40121 \end_inset
40122
40123 (pdflatex)
40124 \family default
40125 を使用することが推奨されます.
40126 \family typewriter
40127 dvipdfm
40128 \family default
40129 プログラムは開発が停止しており,若干時代遅れになっています.
40130 \end_layout
40131
40132 \begin_layout Standard
40133 使用中の文書をPDFとして表示するには,
40134 \family sans
40135 表示
40136 \family default
40137 メニューかツールバーボタン(これは
40138 \family sans
40139 PDF
40140 \begin_inset space ~
40141 \end_inset
40142
40143 (pdflatex)
40144 \family default
40145 を使用します)を用います.
40146 \end_layout
40147
40148 \begin_layout Chapter
40149 dvips色名一覧
40150 \begin_inset CommandInset label
40151 LatexCommand label
40152 name "chap:dvips色名一覧"
40153
40154 \end_inset
40155
40156
40157 \end_layout
40158
40159 \begin_layout Standard
40160 \begin_inset Tabular
40161 <lyxtabular version="3" rows="17" columns="4">
40162 <features tabularvalignment="middle">
40163 <column alignment="left" valignment="top" width="0pt">
40164 <column alignment="left" valignment="top" width="0pt">
40165 <column alignment="left" valignment="top" width="0pt">
40166 <column alignment="left" valignment="top" width="0pt">
40167 <row>
40168 <cell alignment="left" valignment="top" usebox="none">
40169 \begin_inset Text
40170
40171 \begin_layout Plain Layout
40172 \begin_inset ERT
40173 status collapsed
40174
40175 \begin_layout Plain Layout
40176
40177
40178 \backslash
40179 fcolorbox{black}{
40180 \end_layout
40181
40182 \end_inset
40183
40184 white
40185 \begin_inset ERT
40186 status collapsed
40187
40188 \begin_layout Plain Layout
40189
40190 }{
40191 \end_layout
40192
40193 \end_inset
40194
40195
40196 \begin_inset ERT
40197 status collapsed
40198
40199 \begin_layout Plain Layout
40200
40201 }
40202 \end_layout
40203
40204 \end_inset
40205
40206  色名
40207 \end_layout
40208
40209 \end_inset
40210 </cell>
40211 <cell alignment="left" valignment="top" usebox="none">
40212 \begin_inset Text
40213
40214 \begin_layout Plain Layout
40215 \begin_inset ERT
40216 status collapsed
40217
40218 \begin_layout Plain Layout
40219
40220
40221 \backslash
40222 fcolorbox{black}{
40223 \end_layout
40224
40225 \end_inset
40226
40227 white
40228 \begin_inset ERT
40229 status collapsed
40230
40231 \begin_layout Plain Layout
40232
40233 }{
40234 \end_layout
40235
40236 \end_inset
40237
40238
40239 \begin_inset ERT
40240 status collapsed
40241
40242 \begin_layout Plain Layout
40243
40244 }
40245 \end_layout
40246
40247 \end_inset
40248
40249  色名
40250 \end_layout
40251
40252 \end_inset
40253 </cell>
40254 <cell alignment="left" valignment="top" usebox="none">
40255 \begin_inset Text
40256
40257 \begin_layout Plain Layout
40258 \begin_inset ERT
40259 status collapsed
40260
40261 \begin_layout Plain Layout
40262
40263
40264 \backslash
40265 fcolorbox{black}{
40266 \end_layout
40267
40268 \end_inset
40269
40270 white
40271 \begin_inset ERT
40272 status collapsed
40273
40274 \begin_layout Plain Layout
40275
40276 }{
40277 \end_layout
40278
40279 \end_inset
40280
40281
40282 \begin_inset ERT
40283 status collapsed
40284
40285 \begin_layout Plain Layout
40286
40287 }
40288 \end_layout
40289
40290 \end_inset
40291
40292  色名
40293 \end_layout
40294
40295 \end_inset
40296 </cell>
40297 <cell alignment="left" valignment="top" usebox="none">
40298 \begin_inset Text
40299
40300 \begin_layout Plain Layout
40301 \begin_inset ERT
40302 status collapsed
40303
40304 \begin_layout Plain Layout
40305
40306
40307 \backslash
40308 fcolorbox{black}{
40309 \end_layout
40310
40311 \end_inset
40312
40313 white
40314 \begin_inset ERT
40315 status collapsed
40316
40317 \begin_layout Plain Layout
40318
40319 }{
40320 \end_layout
40321
40322 \end_inset
40323
40324
40325 \begin_inset ERT
40326 status collapsed
40327
40328 \begin_layout Plain Layout
40329
40330 }
40331 \end_layout
40332
40333 \end_inset
40334
40335  色名
40336 \end_layout
40337
40338 \end_inset
40339 </cell>
40340 </row>
40341 <row>
40342 <cell alignment="center" valignment="top" usebox="none">
40343 \begin_inset Text
40344
40345 \begin_layout Plain Layout
40346 \begin_inset ERT
40347 status collapsed
40348
40349 \begin_layout Plain Layout
40350
40351
40352 \backslash
40353 fcolorbox{black}{
40354 \end_layout
40355
40356 \end_inset
40357
40358 Apricot
40359 \begin_inset ERT
40360 status collapsed
40361
40362 \begin_layout Plain Layout
40363
40364 }{
40365 \end_layout
40366
40367 \end_inset
40368
40369
40370 \begin_inset Phantom Phantom
40371 status open
40372
40373 \begin_layout Plain Layout
40374 W
40375 \end_layout
40376
40377 \end_inset
40378
40379
40380 \begin_inset ERT
40381 status collapsed
40382
40383 \begin_layout Plain Layout
40384
40385 }
40386 \end_layout
40387
40388 \end_inset
40389
40390  Apricot
40391 \end_layout
40392
40393 \end_inset
40394 </cell>
40395 <cell alignment="center" valignment="top" usebox="none">
40396 \begin_inset Text
40397
40398 \begin_layout Plain Layout
40399 \begin_inset ERT
40400 status collapsed
40401
40402 \begin_layout Plain Layout
40403
40404
40405 \backslash
40406 fcolorbox{black}{
40407 \end_layout
40408
40409 \end_inset
40410
40411 Aquamarine
40412 \begin_inset ERT
40413 status collapsed
40414
40415 \begin_layout Plain Layout
40416
40417 }{
40418 \end_layout
40419
40420 \end_inset
40421
40422
40423 \begin_inset Phantom Phantom
40424 status open
40425
40426 \begin_layout Plain Layout
40427 W
40428 \end_layout
40429
40430 \end_inset
40431
40432
40433 \begin_inset ERT
40434 status collapsed
40435
40436 \begin_layout Plain Layout
40437
40438 }
40439 \end_layout
40440
40441 \end_inset
40442
40443  Aquamarine
40444 \end_layout
40445
40446 \end_inset
40447 </cell>
40448 <cell alignment="center" valignment="top" usebox="none">
40449 \begin_inset Text
40450
40451 \begin_layout Plain Layout
40452 \begin_inset ERT
40453 status collapsed
40454
40455 \begin_layout Plain Layout
40456
40457
40458 \backslash
40459 fcolorbox{black}{
40460 \end_layout
40461
40462 \end_inset
40463
40464 Bittersweet
40465 \begin_inset ERT
40466 status collapsed
40467
40468 \begin_layout Plain Layout
40469
40470 }{
40471 \end_layout
40472
40473 \end_inset
40474
40475
40476 \begin_inset Phantom Phantom
40477 status open
40478
40479 \begin_layout Plain Layout
40480 W
40481 \end_layout
40482
40483 \end_inset
40484
40485
40486 \begin_inset ERT
40487 status collapsed
40488
40489 \begin_layout Plain Layout
40490
40491 }
40492 \end_layout
40493
40494 \end_inset
40495
40496  Bittersweet
40497 \end_layout
40498
40499 \end_inset
40500 </cell>
40501 <cell alignment="center" valignment="top" usebox="none">
40502 \begin_inset Text
40503
40504 \begin_layout Plain Layout
40505 \begin_inset ERT
40506 status collapsed
40507
40508 \begin_layout Plain Layout
40509
40510
40511 \backslash
40512 fcolorbox{black}{
40513 \end_layout
40514
40515 \end_inset
40516
40517 BlueGreen
40518 \begin_inset ERT
40519 status collapsed
40520
40521 \begin_layout Plain Layout
40522
40523 }{
40524 \end_layout
40525
40526 \end_inset
40527
40528
40529 \begin_inset Phantom Phantom
40530 status open
40531
40532 \begin_layout Plain Layout
40533 W
40534 \end_layout
40535
40536 \end_inset
40537
40538
40539 \begin_inset ERT
40540 status collapsed
40541
40542 \begin_layout Plain Layout
40543
40544 }
40545 \end_layout
40546
40547 \end_inset
40548
40549  BlueGreen
40550 \end_layout
40551
40552 \end_inset
40553 </cell>
40554 </row>
40555 <row>
40556 <cell alignment="left" valignment="top" usebox="none">
40557 \begin_inset Text
40558
40559 \begin_layout Plain Layout
40560 \begin_inset ERT
40561 status collapsed
40562
40563 \begin_layout Plain Layout
40564
40565
40566 \backslash
40567 fcolorbox{black}{
40568 \end_layout
40569
40570 \end_inset
40571
40572 BlueViolet
40573 \begin_inset ERT
40574 status collapsed
40575
40576 \begin_layout Plain Layout
40577
40578 }{
40579 \end_layout
40580
40581 \end_inset
40582
40583
40584 \begin_inset Phantom Phantom
40585 status open
40586
40587 \begin_layout Plain Layout
40588 W
40589 \end_layout
40590
40591 \end_inset
40592
40593
40594 \begin_inset ERT
40595 status collapsed
40596
40597 \begin_layout Plain Layout
40598
40599 }
40600 \end_layout
40601
40602 \end_inset
40603
40604  BlueViolet
40605 \end_layout
40606
40607 \end_inset
40608 </cell>
40609 <cell alignment="left" valignment="top" usebox="none">
40610 \begin_inset Text
40611
40612 \begin_layout Plain Layout
40613 \begin_inset ERT
40614 status collapsed
40615
40616 \begin_layout Plain Layout
40617
40618
40619 \backslash
40620 fcolorbox{black}{
40621 \end_layout
40622
40623 \end_inset
40624
40625 BrickRed
40626 \begin_inset ERT
40627 status collapsed
40628
40629 \begin_layout Plain Layout
40630
40631 }{
40632 \end_layout
40633
40634 \end_inset
40635
40636
40637 \begin_inset Phantom Phantom
40638 status open
40639
40640 \begin_layout Plain Layout
40641 W
40642 \end_layout
40643
40644 \end_inset
40645
40646
40647 \begin_inset ERT
40648 status collapsed
40649
40650 \begin_layout Plain Layout
40651
40652 }
40653 \end_layout
40654
40655 \end_inset
40656
40657  BrickRed
40658 \end_layout
40659
40660 \end_inset
40661 </cell>
40662 <cell alignment="left" valignment="top" usebox="none">
40663 \begin_inset Text
40664
40665 \begin_layout Plain Layout
40666 \begin_inset ERT
40667 status collapsed
40668
40669 \begin_layout Plain Layout
40670
40671
40672 \backslash
40673 fcolorbox{black}{
40674 \end_layout
40675
40676 \end_inset
40677
40678 Brown
40679 \begin_inset ERT
40680 status collapsed
40681
40682 \begin_layout Plain Layout
40683
40684 }{
40685 \end_layout
40686
40687 \end_inset
40688
40689
40690 \begin_inset Phantom Phantom
40691 status open
40692
40693 \begin_layout Plain Layout
40694 W
40695 \end_layout
40696
40697 \end_inset
40698
40699
40700 \begin_inset ERT
40701 status collapsed
40702
40703 \begin_layout Plain Layout
40704
40705 }
40706 \end_layout
40707
40708 \end_inset
40709
40710  Brown
40711 \end_layout
40712
40713 \end_inset
40714 </cell>
40715 <cell alignment="left" valignment="top" usebox="none">
40716 \begin_inset Text
40717
40718 \begin_layout Plain Layout
40719 \begin_inset ERT
40720 status collapsed
40721
40722 \begin_layout Plain Layout
40723
40724
40725 \backslash
40726 fcolorbox{black}{
40727 \end_layout
40728
40729 \end_inset
40730
40731 BurntOrange
40732 \begin_inset ERT
40733 status collapsed
40734
40735 \begin_layout Plain Layout
40736
40737 }{
40738 \end_layout
40739
40740 \end_inset
40741
40742
40743 \begin_inset Phantom Phantom
40744 status open
40745
40746 \begin_layout Plain Layout
40747 W
40748 \end_layout
40749
40750 \end_inset
40751
40752
40753 \begin_inset ERT
40754 status collapsed
40755
40756 \begin_layout Plain Layout
40757
40758 }
40759 \end_layout
40760
40761 \end_inset
40762
40763  BurntOrange
40764 \end_layout
40765
40766 \end_inset
40767 </cell>
40768 </row>
40769 <row>
40770 <cell alignment="left" valignment="top" usebox="none">
40771 \begin_inset Text
40772
40773 \begin_layout Plain Layout
40774 \begin_inset ERT
40775 status collapsed
40776
40777 \begin_layout Plain Layout
40778
40779
40780 \backslash
40781 fcolorbox{black}{
40782 \end_layout
40783
40784 \end_inset
40785
40786 CadetBlue
40787 \begin_inset ERT
40788 status collapsed
40789
40790 \begin_layout Plain Layout
40791
40792 }{
40793 \end_layout
40794
40795 \end_inset
40796
40797
40798 \begin_inset Phantom Phantom
40799 status open
40800
40801 \begin_layout Plain Layout
40802 W
40803 \end_layout
40804
40805 \end_inset
40806
40807
40808 \begin_inset ERT
40809 status collapsed
40810
40811 \begin_layout Plain Layout
40812
40813 }
40814 \end_layout
40815
40816 \end_inset
40817
40818  CadetBlue
40819 \end_layout
40820
40821 \end_inset
40822 </cell>
40823 <cell alignment="left" valignment="top" usebox="none">
40824 \begin_inset Text
40825
40826 \begin_layout Plain Layout
40827 \begin_inset ERT
40828 status collapsed
40829
40830 \begin_layout Plain Layout
40831
40832
40833 \backslash
40834 fcolorbox{black}{
40835 \end_layout
40836
40837 \end_inset
40838
40839 CarnationPink
40840 \begin_inset ERT
40841 status collapsed
40842
40843 \begin_layout Plain Layout
40844
40845 }{
40846 \end_layout
40847
40848 \end_inset
40849
40850
40851 \begin_inset Phantom Phantom
40852 status open
40853
40854 \begin_layout Plain Layout
40855 W
40856 \end_layout
40857
40858 \end_inset
40859
40860
40861 \begin_inset ERT
40862 status collapsed
40863
40864 \begin_layout Plain Layout
40865
40866 }
40867 \end_layout
40868
40869 \end_inset
40870
40871  CarnationPink
40872 \end_layout
40873
40874 \end_inset
40875 </cell>
40876 <cell alignment="left" valignment="top" usebox="none">
40877 \begin_inset Text
40878
40879 \begin_layout Plain Layout
40880 \begin_inset ERT
40881 status collapsed
40882
40883 \begin_layout Plain Layout
40884
40885
40886 \backslash
40887 fcolorbox{black}{
40888 \end_layout
40889
40890 \end_inset
40891
40892 Cerulean
40893 \begin_inset ERT
40894 status collapsed
40895
40896 \begin_layout Plain Layout
40897
40898 }{
40899 \end_layout
40900
40901 \end_inset
40902
40903
40904 \begin_inset Phantom Phantom
40905 status open
40906
40907 \begin_layout Plain Layout
40908 W
40909 \end_layout
40910
40911 \end_inset
40912
40913
40914 \begin_inset ERT
40915 status collapsed
40916
40917 \begin_layout Plain Layout
40918
40919 }
40920 \end_layout
40921
40922 \end_inset
40923
40924  Cerulean
40925 \end_layout
40926
40927 \end_inset
40928 </cell>
40929 <cell alignment="left" valignment="top" usebox="none">
40930 \begin_inset Text
40931
40932 \begin_layout Plain Layout
40933 \begin_inset ERT
40934 status collapsed
40935
40936 \begin_layout Plain Layout
40937
40938
40939 \backslash
40940 fcolorbox{black}{
40941 \end_layout
40942
40943 \end_inset
40944
40945 CornflowerBlue
40946 \begin_inset ERT
40947 status collapsed
40948
40949 \begin_layout Plain Layout
40950
40951 }{
40952 \end_layout
40953
40954 \end_inset
40955
40956
40957 \begin_inset Phantom Phantom
40958 status open
40959
40960 \begin_layout Plain Layout
40961 W
40962 \end_layout
40963
40964 \end_inset
40965
40966
40967 \begin_inset ERT
40968 status collapsed
40969
40970 \begin_layout Plain Layout
40971
40972 }
40973 \end_layout
40974
40975 \end_inset
40976
40977  CornflowerBlue
40978 \end_layout
40979
40980 \end_inset
40981 </cell>
40982 </row>
40983 <row>
40984 <cell alignment="left" valignment="top" usebox="none">
40985 \begin_inset Text
40986
40987 \begin_layout Plain Layout
40988 \begin_inset ERT
40989 status collapsed
40990
40991 \begin_layout Plain Layout
40992
40993
40994 \backslash
40995 fcolorbox{black}{
40996 \end_layout
40997
40998 \end_inset
40999
41000 Dandelion
41001 \begin_inset ERT
41002 status collapsed
41003
41004 \begin_layout Plain Layout
41005
41006 }{
41007 \end_layout
41008
41009 \end_inset
41010
41011
41012 \begin_inset Phantom Phantom
41013 status open
41014
41015 \begin_layout Plain Layout
41016 W
41017 \end_layout
41018
41019 \end_inset
41020
41021
41022 \begin_inset ERT
41023 status collapsed
41024
41025 \begin_layout Plain Layout
41026
41027 }
41028 \end_layout
41029
41030 \end_inset
41031
41032  Dandelion
41033 \end_layout
41034
41035 \end_inset
41036 </cell>
41037 <cell alignment="left" valignment="top" usebox="none">
41038 \begin_inset Text
41039
41040 \begin_layout Plain Layout
41041 \begin_inset ERT
41042 status collapsed
41043
41044 \begin_layout Plain Layout
41045
41046
41047 \backslash
41048 fcolorbox{black}{
41049 \end_layout
41050
41051 \end_inset
41052
41053 DarkOrchid
41054 \begin_inset ERT
41055 status collapsed
41056
41057 \begin_layout Plain Layout
41058
41059 }{
41060 \end_layout
41061
41062 \end_inset
41063
41064
41065 \begin_inset Phantom Phantom
41066 status open
41067
41068 \begin_layout Plain Layout
41069 W
41070 \end_layout
41071
41072 \end_inset
41073
41074
41075 \begin_inset ERT
41076 status collapsed
41077
41078 \begin_layout Plain Layout
41079
41080 }
41081 \end_layout
41082
41083 \end_inset
41084
41085  DarkOrchid
41086 \end_layout
41087
41088 \end_inset
41089 </cell>
41090 <cell alignment="left" valignment="top" usebox="none">
41091 \begin_inset Text
41092
41093 \begin_layout Plain Layout
41094 \begin_inset ERT
41095 status collapsed
41096
41097 \begin_layout Plain Layout
41098
41099
41100 \backslash
41101 fcolorbox{black}{
41102 \end_layout
41103
41104 \end_inset
41105
41106 Emerald
41107 \begin_inset ERT
41108 status collapsed
41109
41110 \begin_layout Plain Layout
41111
41112 }{
41113 \end_layout
41114
41115 \end_inset
41116
41117
41118 \begin_inset Phantom Phantom
41119 status open
41120
41121 \begin_layout Plain Layout
41122 W
41123 \end_layout
41124
41125 \end_inset
41126
41127
41128 \begin_inset ERT
41129 status collapsed
41130
41131 \begin_layout Plain Layout
41132
41133 }
41134 \end_layout
41135
41136 \end_inset
41137
41138  Emerald
41139 \end_layout
41140
41141 \end_inset
41142 </cell>
41143 <cell alignment="left" valignment="top" usebox="none">
41144 \begin_inset Text
41145
41146 \begin_layout Plain Layout
41147 \begin_inset ERT
41148 status collapsed
41149
41150 \begin_layout Plain Layout
41151
41152
41153 \backslash
41154 fcolorbox{black}{
41155 \end_layout
41156
41157 \end_inset
41158
41159 ForestGreen
41160 \begin_inset ERT
41161 status collapsed
41162
41163 \begin_layout Plain Layout
41164
41165 }{
41166 \end_layout
41167
41168 \end_inset
41169
41170
41171 \begin_inset Phantom Phantom
41172 status open
41173
41174 \begin_layout Plain Layout
41175 W
41176 \end_layout
41177
41178 \end_inset
41179
41180
41181 \begin_inset ERT
41182 status collapsed
41183
41184 \begin_layout Plain Layout
41185
41186 }
41187 \end_layout
41188
41189 \end_inset
41190
41191  ForestGreen
41192 \end_layout
41193
41194 \end_inset
41195 </cell>
41196 </row>
41197 <row>
41198 <cell alignment="left" valignment="top" usebox="none">
41199 \begin_inset Text
41200
41201 \begin_layout Plain Layout
41202 \begin_inset ERT
41203 status collapsed
41204
41205 \begin_layout Plain Layout
41206
41207
41208 \backslash
41209 fcolorbox{black}{
41210 \end_layout
41211
41212 \end_inset
41213
41214 Fuchsia
41215 \begin_inset ERT
41216 status collapsed
41217
41218 \begin_layout Plain Layout
41219
41220 }{
41221 \end_layout
41222
41223 \end_inset
41224
41225
41226 \begin_inset Phantom Phantom
41227 status open
41228
41229 \begin_layout Plain Layout
41230 W
41231 \end_layout
41232
41233 \end_inset
41234
41235
41236 \begin_inset ERT
41237 status collapsed
41238
41239 \begin_layout Plain Layout
41240
41241 }
41242 \end_layout
41243
41244 \end_inset
41245
41246  Fuchsia
41247 \end_layout
41248
41249 \end_inset
41250 </cell>
41251 <cell alignment="left" valignment="top" usebox="none">
41252 \begin_inset Text
41253
41254 \begin_layout Plain Layout
41255 \begin_inset ERT
41256 status collapsed
41257
41258 \begin_layout Plain Layout
41259
41260
41261 \backslash
41262 fcolorbox{black}{
41263 \end_layout
41264
41265 \end_inset
41266
41267 Goldenrod
41268 \begin_inset ERT
41269 status collapsed
41270
41271 \begin_layout Plain Layout
41272
41273 }{
41274 \end_layout
41275
41276 \end_inset
41277
41278
41279 \begin_inset Phantom Phantom
41280 status open
41281
41282 \begin_layout Plain Layout
41283 W
41284 \end_layout
41285
41286 \end_inset
41287
41288
41289 \begin_inset ERT
41290 status collapsed
41291
41292 \begin_layout Plain Layout
41293
41294 }
41295 \end_layout
41296
41297 \end_inset
41298
41299  Goldenrod
41300 \end_layout
41301
41302 \end_inset
41303 </cell>
41304 <cell alignment="left" valignment="top" usebox="none">
41305 \begin_inset Text
41306
41307 \begin_layout Plain Layout
41308 \begin_inset ERT
41309 status collapsed
41310
41311 \begin_layout Plain Layout
41312
41313
41314 \backslash
41315 fcolorbox{black}{
41316 \end_layout
41317
41318 \end_inset
41319
41320 Gray
41321 \begin_inset ERT
41322 status collapsed
41323
41324 \begin_layout Plain Layout
41325
41326 }{
41327 \end_layout
41328
41329 \end_inset
41330
41331
41332 \begin_inset Phantom Phantom
41333 status open
41334
41335 \begin_layout Plain Layout
41336 W
41337 \end_layout
41338
41339 \end_inset
41340
41341
41342 \begin_inset ERT
41343 status collapsed
41344
41345 \begin_layout Plain Layout
41346
41347 }
41348 \end_layout
41349
41350 \end_inset
41351
41352  Gray
41353 \end_layout
41354
41355 \end_inset
41356 </cell>
41357 <cell alignment="left" valignment="top" usebox="none">
41358 \begin_inset Text
41359
41360 \begin_layout Plain Layout
41361 \begin_inset ERT
41362 status collapsed
41363
41364 \begin_layout Plain Layout
41365
41366
41367 \backslash
41368 fcolorbox{black}{
41369 \end_layout
41370
41371 \end_inset
41372
41373 GreenYellow
41374 \begin_inset ERT
41375 status collapsed
41376
41377 \begin_layout Plain Layout
41378
41379 }{
41380 \end_layout
41381
41382 \end_inset
41383
41384
41385 \begin_inset Phantom Phantom
41386 status open
41387
41388 \begin_layout Plain Layout
41389 W
41390 \end_layout
41391
41392 \end_inset
41393
41394
41395 \begin_inset ERT
41396 status collapsed
41397
41398 \begin_layout Plain Layout
41399
41400 }
41401 \end_layout
41402
41403 \end_inset
41404
41405  GreenYellow
41406 \end_layout
41407
41408 \end_inset
41409 </cell>
41410 </row>
41411 <row>
41412 <cell alignment="center" valignment="top" usebox="none">
41413 \begin_inset Text
41414
41415 \begin_layout Plain Layout
41416 \begin_inset ERT
41417 status collapsed
41418
41419 \begin_layout Plain Layout
41420
41421
41422 \backslash
41423 fcolorbox{black}{
41424 \end_layout
41425
41426 \end_inset
41427
41428 JungleGreen
41429 \begin_inset ERT
41430 status collapsed
41431
41432 \begin_layout Plain Layout
41433
41434 }{
41435 \end_layout
41436
41437 \end_inset
41438
41439
41440 \begin_inset Phantom Phantom
41441 status open
41442
41443 \begin_layout Plain Layout
41444 W
41445 \end_layout
41446
41447 \end_inset
41448
41449
41450 \begin_inset ERT
41451 status collapsed
41452
41453 \begin_layout Plain Layout
41454
41455 }
41456 \end_layout
41457
41458 \end_inset
41459
41460  JungleGreen
41461 \end_layout
41462
41463 \end_inset
41464 </cell>
41465 <cell alignment="center" valignment="top" usebox="none">
41466 \begin_inset Text
41467
41468 \begin_layout Plain Layout
41469 \begin_inset ERT
41470 status collapsed
41471
41472 \begin_layout Plain Layout
41473
41474
41475 \backslash
41476 fcolorbox{black}{
41477 \end_layout
41478
41479 \end_inset
41480
41481 Lavender
41482 \begin_inset ERT
41483 status collapsed
41484
41485 \begin_layout Plain Layout
41486
41487 }{
41488 \end_layout
41489
41490 \end_inset
41491
41492
41493 \begin_inset Phantom Phantom
41494 status open
41495
41496 \begin_layout Plain Layout
41497 W
41498 \end_layout
41499
41500 \end_inset
41501
41502
41503 \begin_inset ERT
41504 status collapsed
41505
41506 \begin_layout Plain Layout
41507
41508 }
41509 \end_layout
41510
41511 \end_inset
41512
41513  Lavender
41514 \end_layout
41515
41516 \end_inset
41517 </cell>
41518 <cell alignment="center" valignment="top" usebox="none">
41519 \begin_inset Text
41520
41521 \begin_layout Plain Layout
41522 \begin_inset ERT
41523 status collapsed
41524
41525 \begin_layout Plain Layout
41526
41527
41528 \backslash
41529 fcolorbox{black}{
41530 \end_layout
41531
41532 \end_inset
41533
41534 LimeGreen
41535 \begin_inset ERT
41536 status collapsed
41537
41538 \begin_layout Plain Layout
41539
41540 }{
41541 \end_layout
41542
41543 \end_inset
41544
41545
41546 \begin_inset Phantom Phantom
41547 status open
41548
41549 \begin_layout Plain Layout
41550 W
41551 \end_layout
41552
41553 \end_inset
41554
41555
41556 \begin_inset ERT
41557 status collapsed
41558
41559 \begin_layout Plain Layout
41560
41561 }
41562 \end_layout
41563
41564 \end_inset
41565
41566  LimeGreen
41567 \end_layout
41568
41569 \end_inset
41570 </cell>
41571 <cell alignment="center" valignment="top" usebox="none">
41572 \begin_inset Text
41573
41574 \begin_layout Plain Layout
41575 \begin_inset ERT
41576 status collapsed
41577
41578 \begin_layout Plain Layout
41579
41580
41581 \backslash
41582 fcolorbox{black}{
41583 \end_layout
41584
41585 \end_inset
41586
41587 Mahogany
41588 \begin_inset ERT
41589 status collapsed
41590
41591 \begin_layout Plain Layout
41592
41593 }{
41594 \end_layout
41595
41596 \end_inset
41597
41598
41599 \begin_inset Phantom Phantom
41600 status open
41601
41602 \begin_layout Plain Layout
41603 W
41604 \end_layout
41605
41606 \end_inset
41607
41608
41609 \begin_inset ERT
41610 status collapsed
41611
41612 \begin_layout Plain Layout
41613
41614 }
41615 \end_layout
41616
41617 \end_inset
41618
41619  Mahogany
41620 \end_layout
41621
41622 \end_inset
41623 </cell>
41624 </row>
41625 <row>
41626 <cell alignment="left" valignment="top" usebox="none">
41627 \begin_inset Text
41628
41629 \begin_layout Plain Layout
41630 \begin_inset ERT
41631 status collapsed
41632
41633 \begin_layout Plain Layout
41634
41635
41636 \backslash
41637 fcolorbox{black}{
41638 \end_layout
41639
41640 \end_inset
41641
41642 Mahogany
41643 \begin_inset ERT
41644 status collapsed
41645
41646 \begin_layout Plain Layout
41647
41648 }{
41649 \end_layout
41650
41651 \end_inset
41652
41653
41654 \begin_inset Phantom Phantom
41655 status open
41656
41657 \begin_layout Plain Layout
41658 W
41659 \end_layout
41660
41661 \end_inset
41662
41663
41664 \begin_inset ERT
41665 status collapsed
41666
41667 \begin_layout Plain Layout
41668
41669 }
41670 \end_layout
41671
41672 \end_inset
41673
41674  Mahogany
41675 \end_layout
41676
41677 \end_inset
41678 </cell>
41679 <cell alignment="left" valignment="top" usebox="none">
41680 \begin_inset Text
41681
41682 \begin_layout Plain Layout
41683 \begin_inset ERT
41684 status collapsed
41685
41686 \begin_layout Plain Layout
41687
41688
41689 \backslash
41690 fcolorbox{black}{
41691 \end_layout
41692
41693 \end_inset
41694
41695 Maroon
41696 \begin_inset ERT
41697 status collapsed
41698
41699 \begin_layout Plain Layout
41700
41701 }{
41702 \end_layout
41703
41704 \end_inset
41705
41706
41707 \begin_inset Phantom Phantom
41708 status open
41709
41710 \begin_layout Plain Layout
41711 W
41712 \end_layout
41713
41714 \end_inset
41715
41716
41717 \begin_inset ERT
41718 status collapsed
41719
41720 \begin_layout Plain Layout
41721
41722 }
41723 \end_layout
41724
41725 \end_inset
41726
41727  Maroon
41728 \end_layout
41729
41730 \end_inset
41731 </cell>
41732 <cell alignment="left" valignment="top" usebox="none">
41733 \begin_inset Text
41734
41735 \begin_layout Plain Layout
41736 \begin_inset ERT
41737 status collapsed
41738
41739 \begin_layout Plain Layout
41740
41741
41742 \backslash
41743 fcolorbox{black}{
41744 \end_layout
41745
41746 \end_inset
41747
41748 Melon
41749 \begin_inset ERT
41750 status collapsed
41751
41752 \begin_layout Plain Layout
41753
41754 }{
41755 \end_layout
41756
41757 \end_inset
41758
41759
41760 \begin_inset Phantom Phantom
41761 status open
41762
41763 \begin_layout Plain Layout
41764 W
41765 \end_layout
41766
41767 \end_inset
41768
41769
41770 \begin_inset ERT
41771 status collapsed
41772
41773 \begin_layout Plain Layout
41774
41775 }
41776 \end_layout
41777
41778 \end_inset
41779
41780  Melon
41781 \end_layout
41782
41783 \end_inset
41784 </cell>
41785 <cell alignment="left" valignment="top" usebox="none">
41786 \begin_inset Text
41787
41788 \begin_layout Plain Layout
41789 \begin_inset ERT
41790 status collapsed
41791
41792 \begin_layout Plain Layout
41793
41794
41795 \backslash
41796 fcolorbox{black}{
41797 \end_layout
41798
41799 \end_inset
41800
41801 MidnightBlue
41802 \begin_inset ERT
41803 status collapsed
41804
41805 \begin_layout Plain Layout
41806
41807 }{
41808 \end_layout
41809
41810 \end_inset
41811
41812
41813 \begin_inset Phantom Phantom
41814 status open
41815
41816 \begin_layout Plain Layout
41817 W
41818 \end_layout
41819
41820 \end_inset
41821
41822
41823 \begin_inset ERT
41824 status collapsed
41825
41826 \begin_layout Plain Layout
41827
41828 }
41829 \end_layout
41830
41831 \end_inset
41832
41833  MidnightBlue
41834 \end_layout
41835
41836 \end_inset
41837 </cell>
41838 </row>
41839 <row>
41840 <cell alignment="left" valignment="top" usebox="none">
41841 \begin_inset Text
41842
41843 \begin_layout Plain Layout
41844 \begin_inset ERT
41845 status collapsed
41846
41847 \begin_layout Plain Layout
41848
41849
41850 \backslash
41851 fcolorbox{black}{
41852 \end_layout
41853
41854 \end_inset
41855
41856 Mulberry
41857 \begin_inset ERT
41858 status collapsed
41859
41860 \begin_layout Plain Layout
41861
41862 }{
41863 \end_layout
41864
41865 \end_inset
41866
41867
41868 \begin_inset Phantom Phantom
41869 status open
41870
41871 \begin_layout Plain Layout
41872 W
41873 \end_layout
41874
41875 \end_inset
41876
41877
41878 \begin_inset ERT
41879 status collapsed
41880
41881 \begin_layout Plain Layout
41882
41883 }
41884 \end_layout
41885
41886 \end_inset
41887
41888  Mulberry
41889 \end_layout
41890
41891 \end_inset
41892 </cell>
41893 <cell alignment="left" valignment="top" usebox="none">
41894 \begin_inset Text
41895
41896 \begin_layout Plain Layout
41897 \begin_inset ERT
41898 status collapsed
41899
41900 \begin_layout Plain Layout
41901
41902
41903 \backslash
41904 fcolorbox{black}{
41905 \end_layout
41906
41907 \end_inset
41908
41909 NavyBlue
41910 \begin_inset ERT
41911 status collapsed
41912
41913 \begin_layout Plain Layout
41914
41915 }{
41916 \end_layout
41917
41918 \end_inset
41919
41920
41921 \begin_inset Phantom Phantom
41922 status open
41923
41924 \begin_layout Plain Layout
41925 W
41926 \end_layout
41927
41928 \end_inset
41929
41930
41931 \begin_inset ERT
41932 status collapsed
41933
41934 \begin_layout Plain Layout
41935
41936 }
41937 \end_layout
41938
41939 \end_inset
41940
41941  NavyBlue
41942 \end_layout
41943
41944 \end_inset
41945 </cell>
41946 <cell alignment="left" valignment="top" usebox="none">
41947 \begin_inset Text
41948
41949 \begin_layout Plain Layout
41950 \begin_inset ERT
41951 status collapsed
41952
41953 \begin_layout Plain Layout
41954
41955
41956 \backslash
41957 fcolorbox{black}{
41958 \end_layout
41959
41960 \end_inset
41961
41962 OliveGreen
41963 \begin_inset ERT
41964 status collapsed
41965
41966 \begin_layout Plain Layout
41967
41968 }{
41969 \end_layout
41970
41971 \end_inset
41972
41973
41974 \begin_inset Phantom Phantom
41975 status open
41976
41977 \begin_layout Plain Layout
41978 W
41979 \end_layout
41980
41981 \end_inset
41982
41983
41984 \begin_inset ERT
41985 status collapsed
41986
41987 \begin_layout Plain Layout
41988
41989 }
41990 \end_layout
41991
41992 \end_inset
41993
41994  OliveGreen
41995 \end_layout
41996
41997 \end_inset
41998 </cell>
41999 <cell alignment="left" valignment="top" usebox="none">
42000 \begin_inset Text
42001
42002 \begin_layout Plain Layout
42003 \begin_inset ERT
42004 status collapsed
42005
42006 \begin_layout Plain Layout
42007
42008
42009 \backslash
42010 fcolorbox{black}{
42011 \end_layout
42012
42013 \end_inset
42014
42015 Orange
42016 \begin_inset ERT
42017 status collapsed
42018
42019 \begin_layout Plain Layout
42020
42021 }{
42022 \end_layout
42023
42024 \end_inset
42025
42026
42027 \begin_inset Phantom Phantom
42028 status open
42029
42030 \begin_layout Plain Layout
42031 W
42032 \end_layout
42033
42034 \end_inset
42035
42036
42037 \begin_inset ERT
42038 status collapsed
42039
42040 \begin_layout Plain Layout
42041
42042 }
42043 \end_layout
42044
42045 \end_inset
42046
42047  Orange
42048 \end_layout
42049
42050 \end_inset
42051 </cell>
42052 </row>
42053 <row>
42054 <cell alignment="left" valignment="top" usebox="none">
42055 \begin_inset Text
42056
42057 \begin_layout Plain Layout
42058 \begin_inset ERT
42059 status collapsed
42060
42061 \begin_layout Plain Layout
42062
42063
42064 \backslash
42065 fcolorbox{black}{
42066 \end_layout
42067
42068 \end_inset
42069
42070 OrangeRed
42071 \begin_inset ERT
42072 status collapsed
42073
42074 \begin_layout Plain Layout
42075
42076 }{
42077 \end_layout
42078
42079 \end_inset
42080
42081
42082 \begin_inset Phantom Phantom
42083 status open
42084
42085 \begin_layout Plain Layout
42086 W
42087 \end_layout
42088
42089 \end_inset
42090
42091
42092 \begin_inset ERT
42093 status collapsed
42094
42095 \begin_layout Plain Layout
42096
42097 }
42098 \end_layout
42099
42100 \end_inset
42101
42102  OrangeRed
42103 \end_layout
42104
42105 \end_inset
42106 </cell>
42107 <cell alignment="left" valignment="top" usebox="none">
42108 \begin_inset Text
42109
42110 \begin_layout Plain Layout
42111 \begin_inset ERT
42112 status collapsed
42113
42114 \begin_layout Plain Layout
42115
42116
42117 \backslash
42118 fcolorbox{black}{
42119 \end_layout
42120
42121 \end_inset
42122
42123 Orchid
42124 \begin_inset ERT
42125 status collapsed
42126
42127 \begin_layout Plain Layout
42128
42129 }{
42130 \end_layout
42131
42132 \end_inset
42133
42134
42135 \begin_inset Phantom Phantom
42136 status open
42137
42138 \begin_layout Plain Layout
42139 W
42140 \end_layout
42141
42142 \end_inset
42143
42144
42145 \begin_inset ERT
42146 status collapsed
42147
42148 \begin_layout Plain Layout
42149
42150 }
42151 \end_layout
42152
42153 \end_inset
42154
42155  Orchid
42156 \end_layout
42157
42158 \end_inset
42159 </cell>
42160 <cell alignment="left" valignment="top" usebox="none">
42161 \begin_inset Text
42162
42163 \begin_layout Plain Layout
42164 \begin_inset ERT
42165 status collapsed
42166
42167 \begin_layout Plain Layout
42168
42169
42170 \backslash
42171 fcolorbox{black}{
42172 \end_layout
42173
42174 \end_inset
42175
42176 Peach
42177 \begin_inset ERT
42178 status collapsed
42179
42180 \begin_layout Plain Layout
42181
42182 }{
42183 \end_layout
42184
42185 \end_inset
42186
42187
42188 \begin_inset Phantom Phantom
42189 status open
42190
42191 \begin_layout Plain Layout
42192 W
42193 \end_layout
42194
42195 \end_inset
42196
42197
42198 \begin_inset ERT
42199 status collapsed
42200
42201 \begin_layout Plain Layout
42202
42203 }
42204 \end_layout
42205
42206 \end_inset
42207
42208  Peach
42209 \end_layout
42210
42211 \end_inset
42212 </cell>
42213 <cell alignment="left" valignment="top" usebox="none">
42214 \begin_inset Text
42215
42216 \begin_layout Plain Layout
42217 \begin_inset ERT
42218 status collapsed
42219
42220 \begin_layout Plain Layout
42221
42222
42223 \backslash
42224 fcolorbox{black}{
42225 \end_layout
42226
42227 \end_inset
42228
42229 Periwinkle
42230 \begin_inset ERT
42231 status collapsed
42232
42233 \begin_layout Plain Layout
42234
42235 }{
42236 \end_layout
42237
42238 \end_inset
42239
42240
42241 \begin_inset Phantom Phantom
42242 status open
42243
42244 \begin_layout Plain Layout
42245 W
42246 \end_layout
42247
42248 \end_inset
42249
42250
42251 \begin_inset ERT
42252 status collapsed
42253
42254 \begin_layout Plain Layout
42255
42256 }
42257 \end_layout
42258
42259 \end_inset
42260
42261  Periwinkle
42262 \end_layout
42263
42264 \end_inset
42265 </cell>
42266 </row>
42267 <row>
42268 <cell alignment="left" valignment="top" usebox="none">
42269 \begin_inset Text
42270
42271 \begin_layout Plain Layout
42272 \begin_inset ERT
42273 status collapsed
42274
42275 \begin_layout Plain Layout
42276
42277
42278 \backslash
42279 fcolorbox{black}{
42280 \end_layout
42281
42282 \end_inset
42283
42284 PineGreen
42285 \begin_inset ERT
42286 status collapsed
42287
42288 \begin_layout Plain Layout
42289
42290 }{
42291 \end_layout
42292
42293 \end_inset
42294
42295
42296 \begin_inset Phantom Phantom
42297 status open
42298
42299 \begin_layout Plain Layout
42300 W
42301 \end_layout
42302
42303 \end_inset
42304
42305
42306 \begin_inset ERT
42307 status collapsed
42308
42309 \begin_layout Plain Layout
42310
42311 }
42312 \end_layout
42313
42314 \end_inset
42315
42316  PineGreen
42317 \end_layout
42318
42319 \end_inset
42320 </cell>
42321 <cell alignment="left" valignment="top" usebox="none">
42322 \begin_inset Text
42323
42324 \begin_layout Plain Layout
42325 \begin_inset ERT
42326 status collapsed
42327
42328 \begin_layout Plain Layout
42329
42330
42331 \backslash
42332 fcolorbox{black}{
42333 \end_layout
42334
42335 \end_inset
42336
42337 Plum
42338 \begin_inset ERT
42339 status collapsed
42340
42341 \begin_layout Plain Layout
42342
42343 }{
42344 \end_layout
42345
42346 \end_inset
42347
42348
42349 \begin_inset Phantom Phantom
42350 status open
42351
42352 \begin_layout Plain Layout
42353 W
42354 \end_layout
42355
42356 \end_inset
42357
42358
42359 \begin_inset ERT
42360 status collapsed
42361
42362 \begin_layout Plain Layout
42363
42364 }
42365 \end_layout
42366
42367 \end_inset
42368
42369  Plum
42370 \end_layout
42371
42372 \end_inset
42373 </cell>
42374 <cell alignment="left" valignment="top" usebox="none">
42375 \begin_inset Text
42376
42377 \begin_layout Plain Layout
42378 \begin_inset ERT
42379 status collapsed
42380
42381 \begin_layout Plain Layout
42382
42383
42384 \backslash
42385 fcolorbox{black}{
42386 \end_layout
42387
42388 \end_inset
42389
42390 ProcessBlue
42391 \begin_inset ERT
42392 status collapsed
42393
42394 \begin_layout Plain Layout
42395
42396 }{
42397 \end_layout
42398
42399 \end_inset
42400
42401
42402 \begin_inset Phantom Phantom
42403 status open
42404
42405 \begin_layout Plain Layout
42406 W
42407 \end_layout
42408
42409 \end_inset
42410
42411
42412 \begin_inset ERT
42413 status collapsed
42414
42415 \begin_layout Plain Layout
42416
42417 }
42418 \end_layout
42419
42420 \end_inset
42421
42422  ProcessBlue
42423 \end_layout
42424
42425 \end_inset
42426 </cell>
42427 <cell alignment="left" valignment="top" usebox="none">
42428 \begin_inset Text
42429
42430 \begin_layout Plain Layout
42431 \begin_inset ERT
42432 status collapsed
42433
42434 \begin_layout Plain Layout
42435
42436
42437 \backslash
42438 fcolorbox{black}{
42439 \end_layout
42440
42441 \end_inset
42442
42443 Purple
42444 \begin_inset ERT
42445 status collapsed
42446
42447 \begin_layout Plain Layout
42448
42449 }{
42450 \end_layout
42451
42452 \end_inset
42453
42454
42455 \begin_inset Phantom Phantom
42456 status open
42457
42458 \begin_layout Plain Layout
42459 W
42460 \end_layout
42461
42462 \end_inset
42463
42464
42465 \begin_inset ERT
42466 status collapsed
42467
42468 \begin_layout Plain Layout
42469
42470 }
42471 \end_layout
42472
42473 \end_inset
42474
42475  Purple
42476 \end_layout
42477
42478 \end_inset
42479 </cell>
42480 </row>
42481 <row>
42482 <cell alignment="left" valignment="top" usebox="none">
42483 \begin_inset Text
42484
42485 \begin_layout Plain Layout
42486 \begin_inset ERT
42487 status collapsed
42488
42489 \begin_layout Plain Layout
42490
42491
42492 \backslash
42493 fcolorbox{black}{
42494 \end_layout
42495
42496 \end_inset
42497
42498 RawSienna
42499 \begin_inset ERT
42500 status collapsed
42501
42502 \begin_layout Plain Layout
42503
42504 }{
42505 \end_layout
42506
42507 \end_inset
42508
42509
42510 \begin_inset Phantom Phantom
42511 status open
42512
42513 \begin_layout Plain Layout
42514 W
42515 \end_layout
42516
42517 \end_inset
42518
42519
42520 \begin_inset ERT
42521 status collapsed
42522
42523 \begin_layout Plain Layout
42524
42525 }
42526 \end_layout
42527
42528 \end_inset
42529
42530  RawSienna
42531 \end_layout
42532
42533 \end_inset
42534 </cell>
42535 <cell alignment="left" valignment="top" usebox="none">
42536 \begin_inset Text
42537
42538 \begin_layout Plain Layout
42539 \begin_inset ERT
42540 status collapsed
42541
42542 \begin_layout Plain Layout
42543
42544
42545 \backslash
42546 fcolorbox{black}{
42547 \end_layout
42548
42549 \end_inset
42550
42551 RedOrange
42552 \begin_inset ERT
42553 status collapsed
42554
42555 \begin_layout Plain Layout
42556
42557 }{
42558 \end_layout
42559
42560 \end_inset
42561
42562
42563 \begin_inset Phantom Phantom
42564 status open
42565
42566 \begin_layout Plain Layout
42567 W
42568 \end_layout
42569
42570 \end_inset
42571
42572
42573 \begin_inset ERT
42574 status collapsed
42575
42576 \begin_layout Plain Layout
42577
42578 }
42579 \end_layout
42580
42581 \end_inset
42582
42583  RedOrange
42584 \end_layout
42585
42586 \end_inset
42587 </cell>
42588 <cell alignment="left" valignment="top" usebox="none">
42589 \begin_inset Text
42590
42591 \begin_layout Plain Layout
42592 \begin_inset ERT
42593 status collapsed
42594
42595 \begin_layout Plain Layout
42596
42597
42598 \backslash
42599 fcolorbox{black}{
42600 \end_layout
42601
42602 \end_inset
42603
42604 RedViolet
42605 \begin_inset ERT
42606 status collapsed
42607
42608 \begin_layout Plain Layout
42609
42610 }{
42611 \end_layout
42612
42613 \end_inset
42614
42615
42616 \begin_inset Phantom Phantom
42617 status open
42618
42619 \begin_layout Plain Layout
42620 W
42621 \end_layout
42622
42623 \end_inset
42624
42625
42626 \begin_inset ERT
42627 status collapsed
42628
42629 \begin_layout Plain Layout
42630
42631 }
42632 \end_layout
42633
42634 \end_inset
42635
42636  RedViolet
42637 \end_layout
42638
42639 \end_inset
42640 </cell>
42641 <cell alignment="left" valignment="top" usebox="none">
42642 \begin_inset Text
42643
42644 \begin_layout Plain Layout
42645 \begin_inset ERT
42646 status collapsed
42647
42648 \begin_layout Plain Layout
42649
42650
42651 \backslash
42652 fcolorbox{black}{
42653 \end_layout
42654
42655 \end_inset
42656
42657 Rhodamine
42658 \begin_inset ERT
42659 status collapsed
42660
42661 \begin_layout Plain Layout
42662
42663 }{
42664 \end_layout
42665
42666 \end_inset
42667
42668
42669 \begin_inset Phantom Phantom
42670 status open
42671
42672 \begin_layout Plain Layout
42673 W
42674 \end_layout
42675
42676 \end_inset
42677
42678
42679 \begin_inset ERT
42680 status collapsed
42681
42682 \begin_layout Plain Layout
42683
42684 }
42685 \end_layout
42686
42687 \end_inset
42688
42689  Rhodamine
42690 \end_layout
42691
42692 \end_inset
42693 </cell>
42694 </row>
42695 <row>
42696 <cell alignment="left" valignment="top" usebox="none">
42697 \begin_inset Text
42698
42699 \begin_layout Plain Layout
42700 \begin_inset ERT
42701 status collapsed
42702
42703 \begin_layout Plain Layout
42704
42705
42706 \backslash
42707 fcolorbox{black}{
42708 \end_layout
42709
42710 \end_inset
42711
42712 RoyalBlue
42713 \begin_inset ERT
42714 status collapsed
42715
42716 \begin_layout Plain Layout
42717
42718 }{
42719 \end_layout
42720
42721 \end_inset
42722
42723
42724 \begin_inset Phantom Phantom
42725 status open
42726
42727 \begin_layout Plain Layout
42728 W
42729 \end_layout
42730
42731 \end_inset
42732
42733
42734 \begin_inset ERT
42735 status collapsed
42736
42737 \begin_layout Plain Layout
42738
42739 }
42740 \end_layout
42741
42742 \end_inset
42743
42744  RoyalBlue
42745 \end_layout
42746
42747 \end_inset
42748 </cell>
42749 <cell alignment="left" valignment="top" usebox="none">
42750 \begin_inset Text
42751
42752 \begin_layout Plain Layout
42753 \begin_inset ERT
42754 status collapsed
42755
42756 \begin_layout Plain Layout
42757
42758
42759 \backslash
42760 fcolorbox{black}{
42761 \end_layout
42762
42763 \end_inset
42764
42765 RoyalPurple
42766 \begin_inset ERT
42767 status collapsed
42768
42769 \begin_layout Plain Layout
42770
42771 }{
42772 \end_layout
42773
42774 \end_inset
42775
42776
42777 \begin_inset Phantom Phantom
42778 status open
42779
42780 \begin_layout Plain Layout
42781 W
42782 \end_layout
42783
42784 \end_inset
42785
42786
42787 \begin_inset ERT
42788 status collapsed
42789
42790 \begin_layout Plain Layout
42791
42792 }
42793 \end_layout
42794
42795 \end_inset
42796
42797  RoyalPurple
42798 \end_layout
42799
42800 \end_inset
42801 </cell>
42802 <cell alignment="left" valignment="top" usebox="none">
42803 \begin_inset Text
42804
42805 \begin_layout Plain Layout
42806 \begin_inset ERT
42807 status collapsed
42808
42809 \begin_layout Plain Layout
42810
42811
42812 \backslash
42813 fcolorbox{black}{
42814 \end_layout
42815
42816 \end_inset
42817
42818 RubineRed
42819 \begin_inset ERT
42820 status collapsed
42821
42822 \begin_layout Plain Layout
42823
42824 }{
42825 \end_layout
42826
42827 \end_inset
42828
42829
42830 \begin_inset Phantom Phantom
42831 status open
42832
42833 \begin_layout Plain Layout
42834 W
42835 \end_layout
42836
42837 \end_inset
42838
42839
42840 \begin_inset ERT
42841 status collapsed
42842
42843 \begin_layout Plain Layout
42844
42845 }
42846 \end_layout
42847
42848 \end_inset
42849
42850  RubineRed
42851 \end_layout
42852
42853 \end_inset
42854 </cell>
42855 <cell alignment="left" valignment="top" usebox="none">
42856 \begin_inset Text
42857
42858 \begin_layout Plain Layout
42859 \begin_inset ERT
42860 status collapsed
42861
42862 \begin_layout Plain Layout
42863
42864
42865 \backslash
42866 fcolorbox{black}{
42867 \end_layout
42868
42869 \end_inset
42870
42871 Salmon
42872 \begin_inset ERT
42873 status collapsed
42874
42875 \begin_layout Plain Layout
42876
42877 }{
42878 \end_layout
42879
42880 \end_inset
42881
42882
42883 \begin_inset Phantom Phantom
42884 status open
42885
42886 \begin_layout Plain Layout
42887 W
42888 \end_layout
42889
42890 \end_inset
42891
42892
42893 \begin_inset ERT
42894 status collapsed
42895
42896 \begin_layout Plain Layout
42897
42898 }
42899 \end_layout
42900
42901 \end_inset
42902
42903  Salmon
42904 \end_layout
42905
42906 \end_inset
42907 </cell>
42908 </row>
42909 <row>
42910 <cell alignment="left" valignment="top" usebox="none">
42911 \begin_inset Text
42912
42913 \begin_layout Plain Layout
42914 \begin_inset ERT
42915 status collapsed
42916
42917 \begin_layout Plain Layout
42918
42919
42920 \backslash
42921 fcolorbox{black}{
42922 \end_layout
42923
42924 \end_inset
42925
42926 SeaGreen
42927 \begin_inset ERT
42928 status collapsed
42929
42930 \begin_layout Plain Layout
42931
42932 }{
42933 \end_layout
42934
42935 \end_inset
42936
42937
42938 \begin_inset Phantom Phantom
42939 status open
42940
42941 \begin_layout Plain Layout
42942 W
42943 \end_layout
42944
42945 \end_inset
42946
42947
42948 \begin_inset ERT
42949 status collapsed
42950
42951 \begin_layout Plain Layout
42952
42953 }
42954 \end_layout
42955
42956 \end_inset
42957
42958  SeaGreen
42959 \end_layout
42960
42961 \end_inset
42962 </cell>
42963 <cell alignment="left" valignment="top" usebox="none">
42964 \begin_inset Text
42965
42966 \begin_layout Plain Layout
42967 \begin_inset ERT
42968 status collapsed
42969
42970 \begin_layout Plain Layout
42971
42972
42973 \backslash
42974 fcolorbox{black}{
42975 \end_layout
42976
42977 \end_inset
42978
42979 Sepia
42980 \begin_inset ERT
42981 status collapsed
42982
42983 \begin_layout Plain Layout
42984
42985 }{
42986 \end_layout
42987
42988 \end_inset
42989
42990
42991 \begin_inset Phantom Phantom
42992 status open
42993
42994 \begin_layout Plain Layout
42995 W
42996 \end_layout
42997
42998 \end_inset
42999
43000
43001 \begin_inset ERT
43002 status collapsed
43003
43004 \begin_layout Plain Layout
43005
43006 }
43007 \end_layout
43008
43009 \end_inset
43010
43011  Sepia
43012 \end_layout
43013
43014 \end_inset
43015 </cell>
43016 <cell alignment="left" valignment="top" usebox="none">
43017 \begin_inset Text
43018
43019 \begin_layout Plain Layout
43020 \begin_inset ERT
43021 status collapsed
43022
43023 \begin_layout Plain Layout
43024
43025
43026 \backslash
43027 fcolorbox{black}{
43028 \end_layout
43029
43030 \end_inset
43031
43032 SkyBlue
43033 \begin_inset ERT
43034 status collapsed
43035
43036 \begin_layout Plain Layout
43037
43038 }{
43039 \end_layout
43040
43041 \end_inset
43042
43043
43044 \begin_inset Phantom Phantom
43045 status open
43046
43047 \begin_layout Plain Layout
43048 W
43049 \end_layout
43050
43051 \end_inset
43052
43053
43054 \begin_inset ERT
43055 status collapsed
43056
43057 \begin_layout Plain Layout
43058
43059 }
43060 \end_layout
43061
43062 \end_inset
43063
43064  SkyBlue
43065 \end_layout
43066
43067 \end_inset
43068 </cell>
43069 <cell alignment="left" valignment="top" usebox="none">
43070 \begin_inset Text
43071
43072 \begin_layout Plain Layout
43073 \begin_inset ERT
43074 status collapsed
43075
43076 \begin_layout Plain Layout
43077
43078
43079 \backslash
43080 fcolorbox{black}{
43081 \end_layout
43082
43083 \end_inset
43084
43085 SpringGreen
43086 \begin_inset ERT
43087 status collapsed
43088
43089 \begin_layout Plain Layout
43090
43091 }{
43092 \end_layout
43093
43094 \end_inset
43095
43096
43097 \begin_inset Phantom Phantom
43098 status open
43099
43100 \begin_layout Plain Layout
43101 W
43102 \end_layout
43103
43104 \end_inset
43105
43106
43107 \begin_inset ERT
43108 status collapsed
43109
43110 \begin_layout Plain Layout
43111
43112 }
43113 \end_layout
43114
43115 \end_inset
43116
43117  SpringGreen
43118 \end_layout
43119
43120 \end_inset
43121 </cell>
43122 </row>
43123 <row>
43124 <cell alignment="left" valignment="top" usebox="none">
43125 \begin_inset Text
43126
43127 \begin_layout Plain Layout
43128 \begin_inset ERT
43129 status collapsed
43130
43131 \begin_layout Plain Layout
43132
43133
43134 \backslash
43135 fcolorbox{black}{
43136 \end_layout
43137
43138 \end_inset
43139
43140 Tan
43141 \begin_inset ERT
43142 status collapsed
43143
43144 \begin_layout Plain Layout
43145
43146 }{
43147 \end_layout
43148
43149 \end_inset
43150
43151
43152 \begin_inset Phantom Phantom
43153 status open
43154
43155 \begin_layout Plain Layout
43156 W
43157 \end_layout
43158
43159 \end_inset
43160
43161
43162 \begin_inset ERT
43163 status collapsed
43164
43165 \begin_layout Plain Layout
43166
43167 }
43168 \end_layout
43169
43170 \end_inset
43171
43172  Tan
43173 \end_layout
43174
43175 \end_inset
43176 </cell>
43177 <cell alignment="left" valignment="top" usebox="none">
43178 \begin_inset Text
43179
43180 \begin_layout Plain Layout
43181 \begin_inset ERT
43182 status collapsed
43183
43184 \begin_layout Plain Layout
43185
43186
43187 \backslash
43188 fcolorbox{black}{
43189 \end_layout
43190
43191 \end_inset
43192
43193 TealBlue
43194 \begin_inset ERT
43195 status collapsed
43196
43197 \begin_layout Plain Layout
43198
43199 }{
43200 \end_layout
43201
43202 \end_inset
43203
43204
43205 \begin_inset Phantom Phantom
43206 status open
43207
43208 \begin_layout Plain Layout
43209 W
43210 \end_layout
43211
43212 \end_inset
43213
43214
43215 \begin_inset ERT
43216 status collapsed
43217
43218 \begin_layout Plain Layout
43219
43220 }
43221 \end_layout
43222
43223 \end_inset
43224
43225  TealBlue
43226 \end_layout
43227
43228 \end_inset
43229 </cell>
43230 <cell alignment="left" valignment="top" usebox="none">
43231 \begin_inset Text
43232
43233 \begin_layout Plain Layout
43234 \begin_inset ERT
43235 status collapsed
43236
43237 \begin_layout Plain Layout
43238
43239
43240 \backslash
43241 fcolorbox{black}{
43242 \end_layout
43243
43244 \end_inset
43245
43246 Thistle
43247 \begin_inset ERT
43248 status collapsed
43249
43250 \begin_layout Plain Layout
43251
43252 }{
43253 \end_layout
43254
43255 \end_inset
43256
43257
43258 \begin_inset Phantom Phantom
43259 status open
43260
43261 \begin_layout Plain Layout
43262 W
43263 \end_layout
43264
43265 \end_inset
43266
43267
43268 \begin_inset ERT
43269 status collapsed
43270
43271 \begin_layout Plain Layout
43272
43273 }
43274 \end_layout
43275
43276 \end_inset
43277
43278  Thistle
43279 \end_layout
43280
43281 \end_inset
43282 </cell>
43283 <cell alignment="left" valignment="top" usebox="none">
43284 \begin_inset Text
43285
43286 \begin_layout Plain Layout
43287 \begin_inset ERT
43288 status collapsed
43289
43290 \begin_layout Plain Layout
43291
43292
43293 \backslash
43294 fcolorbox{black}{
43295 \end_layout
43296
43297 \end_inset
43298
43299 Turquoise
43300 \begin_inset ERT
43301 status collapsed
43302
43303 \begin_layout Plain Layout
43304
43305 }{
43306 \end_layout
43307
43308 \end_inset
43309
43310
43311 \begin_inset Phantom Phantom
43312 status open
43313
43314 \begin_layout Plain Layout
43315 W
43316 \end_layout
43317
43318 \end_inset
43319
43320
43321 \begin_inset ERT
43322 status collapsed
43323
43324 \begin_layout Plain Layout
43325
43326 }
43327 \end_layout
43328
43329 \end_inset
43330
43331  Turquoise
43332 \end_layout
43333
43334 \end_inset
43335 </cell>
43336 </row>
43337 <row>
43338 <cell alignment="left" valignment="top" usebox="none">
43339 \begin_inset Text
43340
43341 \begin_layout Plain Layout
43342 \begin_inset ERT
43343 status collapsed
43344
43345 \begin_layout Plain Layout
43346
43347
43348 \backslash
43349 fcolorbox{black}{
43350 \end_layout
43351
43352 \end_inset
43353
43354 Violet
43355 \begin_inset ERT
43356 status collapsed
43357
43358 \begin_layout Plain Layout
43359
43360 }{
43361 \end_layout
43362
43363 \end_inset
43364
43365
43366 \begin_inset Phantom Phantom
43367 status open
43368
43369 \begin_layout Plain Layout
43370 W
43371 \end_layout
43372
43373 \end_inset
43374
43375
43376 \begin_inset ERT
43377 status collapsed
43378
43379 \begin_layout Plain Layout
43380
43381 }
43382 \end_layout
43383
43384 \end_inset
43385
43386  Violet
43387 \end_layout
43388
43389 \end_inset
43390 </cell>
43391 <cell alignment="left" valignment="top" usebox="none">
43392 \begin_inset Text
43393
43394 \begin_layout Plain Layout
43395 \begin_inset ERT
43396 status collapsed
43397
43398 \begin_layout Plain Layout
43399
43400
43401 \backslash
43402 fcolorbox{black}{
43403 \end_layout
43404
43405 \end_inset
43406
43407 VioletRed
43408 \begin_inset ERT
43409 status collapsed
43410
43411 \begin_layout Plain Layout
43412
43413 }{
43414 \end_layout
43415
43416 \end_inset
43417
43418
43419 \begin_inset Phantom Phantom
43420 status open
43421
43422 \begin_layout Plain Layout
43423 W
43424 \end_layout
43425
43426 \end_inset
43427
43428
43429 \begin_inset ERT
43430 status collapsed
43431
43432 \begin_layout Plain Layout
43433
43434 }
43435 \end_layout
43436
43437 \end_inset
43438
43439  VioletRed
43440 \end_layout
43441
43442 \end_inset
43443 </cell>
43444 <cell alignment="left" valignment="top" usebox="none">
43445 \begin_inset Text
43446
43447 \begin_layout Plain Layout
43448 \begin_inset ERT
43449 status collapsed
43450
43451 \begin_layout Plain Layout
43452
43453
43454 \backslash
43455 fcolorbox{black}{
43456 \end_layout
43457
43458 \end_inset
43459
43460 WildStrawberry
43461 \begin_inset ERT
43462 status collapsed
43463
43464 \begin_layout Plain Layout
43465
43466 }{
43467 \end_layout
43468
43469 \end_inset
43470
43471
43472 \begin_inset Phantom Phantom
43473 status open
43474
43475 \begin_layout Plain Layout
43476 W
43477 \end_layout
43478
43479 \end_inset
43480
43481
43482 \begin_inset ERT
43483 status collapsed
43484
43485 \begin_layout Plain Layout
43486
43487 }
43488 \end_layout
43489
43490 \end_inset
43491
43492  WildStrawberry
43493 \end_layout
43494
43495 \end_inset
43496 </cell>
43497 <cell alignment="left" valignment="top" usebox="none">
43498 \begin_inset Text
43499
43500 \begin_layout Plain Layout
43501 \begin_inset ERT
43502 status collapsed
43503
43504 \begin_layout Plain Layout
43505
43506
43507 \backslash
43508 fcolorbox{black}{
43509 \end_layout
43510
43511 \end_inset
43512
43513 YellowGreen
43514 \begin_inset ERT
43515 status collapsed
43516
43517 \begin_layout Plain Layout
43518
43519 }{
43520 \end_layout
43521
43522 \end_inset
43523
43524
43525 \begin_inset Phantom Phantom
43526 status open
43527
43528 \begin_layout Plain Layout
43529 W
43530 \end_layout
43531
43532 \end_inset
43533
43534
43535 \begin_inset ERT
43536 status collapsed
43537
43538 \begin_layout Plain Layout
43539
43540 }
43541 \end_layout
43542
43543 \end_inset
43544
43545  YellowGreen
43546 \end_layout
43547
43548 \end_inset
43549 </cell>
43550 </row>
43551 <row>
43552 <cell alignment="left" valignment="top" usebox="none">
43553 \begin_inset Text
43554
43555 \begin_layout Plain Layout
43556 \begin_inset ERT
43557 status collapsed
43558
43559 \begin_layout Plain Layout
43560
43561
43562 \backslash
43563 fcolorbox{black}{
43564 \end_layout
43565
43566 \end_inset
43567
43568 YellowOrange
43569 \begin_inset ERT
43570 status collapsed
43571
43572 \begin_layout Plain Layout
43573
43574 }{
43575 \end_layout
43576
43577 \end_inset
43578
43579
43580 \begin_inset Phantom Phantom
43581 status open
43582
43583 \begin_layout Plain Layout
43584 W
43585 \end_layout
43586
43587 \end_inset
43588
43589
43590 \begin_inset ERT
43591 status collapsed
43592
43593 \begin_layout Plain Layout
43594
43595 }
43596 \end_layout
43597
43598 \end_inset
43599
43600  YellowOrange
43601 \end_layout
43602
43603 \end_inset
43604 </cell>
43605 <cell alignment="left" valignment="top" usebox="none">
43606 \begin_inset Text
43607
43608 \begin_layout Plain Layout
43609
43610 \end_layout
43611
43612 \end_inset
43613 </cell>
43614 <cell alignment="left" valignment="top" usebox="none">
43615 \begin_inset Text
43616
43617 \begin_layout Plain Layout
43618
43619 \end_layout
43620
43621 \end_inset
43622 </cell>
43623 <cell alignment="left" valignment="top" usebox="none">
43624 \begin_inset Text
43625
43626 \begin_layout Plain Layout
43627
43628 \end_layout
43629
43630 \end_inset
43631 </cell>
43632 </row>
43633 </lyxtabular>
43634
43635 \end_inset
43636
43637
43638 \end_layout
43639
43640 \begin_layout Chapter
43641 第(
43642 \begin_inset CommandInset ref
43643 LatexCommand ref
43644 reference "eq:Wgn"
43645
43646 \end_inset
43647
43648 )式の説明
43649 \begin_inset CommandInset label
43650 LatexCommand label
43651 name "cha:式の説明"
43652
43653 \end_inset
43654
43655
43656 \end_layout
43657
43658 \begin_layout Standard
43659 \begin_inset Formula $n$
43660 \end_inset
43661
43662 個の表セルの全幅
43663 \begin_inset Formula $W_{\text{全}:n}$
43664 \end_inset
43665
43666
43667 \begin_inset Formula 
43668 \begin{equation}
43669 W_{\text{全}:n}=n\cdot(W_{\text{指}:n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
43670 \end{equation}
43671
43672 \end_inset
43673
43674
43675 \end_layout
43676
43677 \begin_layout Standard
43678 で計算できます.ここで
43679 \begin_inset Formula $W_{\text{指}:n}$
43680 \end_inset
43681
43682 は,すべてのセルが持つ固定幅です.
43683 \series bold
43684
43685 \backslash
43686 tabcolsep
43687 \series default
43688 は,セルテキストとセル罫線のあいだを指す\SpecialChar LaTeX
43689 長であり,既定値は6
43690 \begin_inset space \thinspace{}
43691 \end_inset
43692
43693 ptです.
43694 \series bold
43695
43696 \backslash
43697 arrayrulewidth
43698 \series default
43699 は,セル罫線幅であり,既定値は0.4
43700 \begin_inset space \thinspace{}
43701 \end_inset
43702
43703 ptです.
43704 \end_layout
43705
43706 \begin_layout Standard
43707
43708 \begin_inset CommandInset ref
43709 LatexCommand eqref
43710 reference "eq:Wtot_n"
43711
43712 \end_inset
43713
43714 式にしたがえば,連結列の全幅
43715 \begin_inset Formula $W_{\text{全}:\text{連結列}}$
43716 \end_inset
43717
43718
43719 \begin_inset Formula 
43720 \begin{equation}
43721 W_{\text{全}:\text{連結列}}=W_{\text{指}:\text{連結列}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
43722 \end{equation}
43723
43724 \end_inset
43725
43726
43727 \end_layout
43728
43729 \begin_layout Standard
43730 となります.
43731 \begin_inset Formula $n$
43732 \end_inset
43733
43734 列を連結する時には各列の全幅は
43735 \begin_inset Formula $W_{\text{全}:\text{連結列}}/n$
43736 \end_inset
43737
43738 となるので,第
43739 \begin_inset CommandInset ref
43740 LatexCommand eqref
43741 reference "eq:Wtot_n"
43742
43743 \end_inset
43744
43745 式と第
43746 \begin_inset CommandInset ref
43747 LatexCommand eqref
43748 reference "eq:Wtot_mult"
43749
43750 \end_inset
43751
43752 式が等しいものと置けば,必要となる固定幅
43753 \begin_inset Formula $W_{\text{指}:n}$
43754 \end_inset
43755
43756 を計算することができて,
43757 \begin_inset Formula 
43758 \begin{equation}
43759 W_{\text{指}:n}=\frac{W_{\text{指}:\text{連結列}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
43760 \end{equation}
43761
43762 \end_inset
43763
43764 となります.
43765 \end_layout
43766
43767 \begin_layout Bibliography
43768 \labelwidthstring 参考文献
43769 \begin_inset CommandInset bibitem
43770 LatexCommand bibitem
43771 key "latexcompanion"
43772 literal "true"
43773
43774 \end_inset
43775
43776 Frank Mittelbach and Michel Goossens: 
43777 \emph on
43778 The \SpecialChar LaTeX
43779  Companion Second Edition.
43780
43781 \emph default
43782  Addison-Wesley, 2004
43783 \end_layout
43784
43785 \begin_layout Bibliography
43786 \labelwidthstring 参考文献
43787 \begin_inset CommandInset bibitem
43788 LatexCommand bibitem
43789 key "latexguide"
43790 literal "true"
43791
43792 \end_inset
43793
43794 Helmut Kopka and Patrick W.
43795  Daly: 
43796 \emph on
43797 A Guide to \SpecialChar LaTeX
43798  Fourth Edition.
43799
43800 \emph default
43801  Addison-Wesley, 2003
43802 \end_layout
43803
43804 \begin_layout Bibliography
43805 \labelwidthstring 参考文献
43806 \begin_inset CommandInset bibitem
43807 LatexCommand bibitem
43808 key "latexbook"
43809 literal "true"
43810
43811 \end_inset
43812
43813 Leslie Lamport: 
43814 \emph on
43815 \SpecialChar LaTeX
43816 : A Document Preparation System.
43817
43818 \emph default
43819  Addison-Wesley, second edition, 1994
43820 \end_layout
43821
43822 \begin_layout Bibliography
43823 \labelwidthstring 参考文献
43824 \begin_inset CommandInset bibitem
43825 LatexCommand bibitem
43826 key "arydshln"
43827 literal "true"
43828
43829 \end_inset
43830
43831 \SpecialChar LaTeX
43832 パッケージ
43833 \series bold
43834
43835 \begin_inset CommandInset href
43836 LatexCommand href
43837 name "arydshln"
43838 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
43839 literal "false"
43840
43841 \end_inset
43842
43843
43844 \series default
43845
43846 \begin_inset Index idx
43847 status collapsed
43848
43849 \begin_layout Plain Layout
43850 \SpecialChar LaTeX
43851 ぱっけーじ@\SpecialChar LaTeX
43852 パッケージ ! arydshln
43853 \end_layout
43854
43855 \end_inset
43856
43857
43858 \end_layout
43859
43860 \begin_layout Bibliography
43861 \labelwidthstring 参考文献
43862 \begin_inset CommandInset bibitem
43863 LatexCommand bibitem
43864 key "booktabs"
43865 literal "true"
43866
43867 \end_inset
43868
43869 \SpecialChar LaTeX
43870 パッケージ
43871 \series bold
43872
43873 \begin_inset CommandInset href
43874 LatexCommand href
43875 name "booktabs"
43876 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
43877 literal "false"
43878
43879 \end_inset
43880
43881
43882 \series default
43883
43884 \begin_inset Index idx
43885 status collapsed
43886
43887 \begin_layout Plain Layout
43888 \SpecialChar LaTeX
43889 ぱっけーじ@\SpecialChar LaTeX
43890 パッケージ ! booktabs
43891 \end_layout
43892
43893 \end_inset
43894
43895 の取扱説明書
43896 \end_layout
43897
43898 \begin_layout Bibliography
43899 \labelwidthstring 参考文献
43900 \begin_inset CommandInset bibitem
43901 LatexCommand bibitem
43902 key "caption"
43903 literal "true"
43904
43905 \end_inset
43906
43907 \SpecialChar LaTeX
43908 パッケージ
43909 \series bold
43910
43911 \begin_inset CommandInset href
43912 LatexCommand href
43913 name "caption"
43914 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
43915 literal "false"
43916
43917 \end_inset
43918
43919
43920 \series default
43921
43922 \begin_inset Index idx
43923 status collapsed
43924
43925 \begin_layout Plain Layout
43926 \SpecialChar LaTeX
43927 ぱっけーじ@\SpecialChar LaTeX
43928 パッケージ ! caption
43929 \end_layout
43930
43931 \end_inset
43932
43933 の取扱説明書
43934 \end_layout
43935
43936 \begin_layout Bibliography
43937 \labelwidthstring 参考文献
43938 \begin_inset CommandInset bibitem
43939 LatexCommand bibitem
43940 key "diagbox"
43941 literal "true"
43942
43943 \end_inset
43944
43945 \SpecialChar LaTeX
43946 パッケージ
43947 \series bold
43948
43949 \begin_inset CommandInset href
43950 LatexCommand href
43951 name "diagbox"
43952 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
43953 literal "false"
43954
43955 \end_inset
43956
43957
43958 \series default
43959
43960 \begin_inset Index idx
43961 status collapsed
43962
43963 \begin_layout Plain Layout
43964 \SpecialChar LaTeX
43965 ぱっけーじ@\SpecialChar LaTeX
43966 パッケージ ! diagbox
43967 \end_layout
43968
43969 \end_inset
43970
43971
43972 \end_layout
43973
43974 \begin_layout Bibliography
43975 \labelwidthstring 参考文献
43976 \begin_inset CommandInset bibitem
43977 LatexCommand bibitem
43978 key "endfloat"
43979 literal "true"
43980
43981 \end_inset
43982
43983 \SpecialChar LaTeX
43984 パッケージ
43985 \series bold
43986
43987 \begin_inset CommandInset href
43988 LatexCommand href
43989 name "endfloat"
43990 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
43991 literal "false"
43992
43993 \end_inset
43994
43995
43996 \series default
43997
43998 \begin_inset Index idx
43999 status collapsed
44000
44001 \begin_layout Plain Layout
44002 \SpecialChar LaTeX
44003 ぱっけーじ@\SpecialChar LaTeX
44004 パッケージ ! endfloat
44005 \end_layout
44006
44007 \end_inset
44008
44009 の取扱説明書
44010 \end_layout
44011
44012 \begin_layout Bibliography
44013 \labelwidthstring 参考文献
44014 \begin_inset CommandInset bibitem
44015 LatexCommand bibitem
44016 key "footmisc"
44017 literal "true"
44018
44019 \end_inset
44020
44021 \SpecialChar LaTeX
44022 パッケージ
44023 \series bold
44024
44025 \begin_inset CommandInset href
44026 LatexCommand href
44027 name "footmisc"
44028 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
44029 literal "false"
44030
44031 \end_inset
44032
44033
44034 \series default
44035
44036 \begin_inset Index idx
44037 status collapsed
44038
44039 \begin_layout Plain Layout
44040 \SpecialChar LaTeX
44041 ぱっけーじ@\SpecialChar LaTeX
44042 パッケージ ! footmisc
44043 \end_layout
44044
44045 \end_inset
44046
44047 の取扱説明書
44048 \end_layout
44049
44050 \begin_layout Bibliography
44051 \labelwidthstring 参考文献
44052 \begin_inset CommandInset bibitem
44053 LatexCommand bibitem
44054 key "hypcap"
44055 literal "true"
44056
44057 \end_inset
44058
44059 \SpecialChar LaTeX
44060 パッケージ
44061 \series bold
44062
44063 \begin_inset CommandInset href
44064 LatexCommand href
44065 name "hypcap"
44066 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
44067 literal "false"
44068
44069 \end_inset
44070
44071
44072 \series default
44073
44074 \begin_inset Index idx
44075 status collapsed
44076
44077 \begin_layout Plain Layout
44078 \SpecialChar LaTeX
44079 ぱっけーじ@\SpecialChar LaTeX
44080 パッケージ ! hyperref
44081 \end_layout
44082
44083 \end_inset
44084
44085 の取扱説明書
44086 \end_layout
44087
44088 \begin_layout Bibliography
44089 \labelwidthstring 参考文献
44090 \begin_inset CommandInset bibitem
44091 LatexCommand bibitem
44092 key "hyperref"
44093 literal "true"
44094
44095 \end_inset
44096
44097 \SpecialChar LaTeX
44098 パッケージ
44099 \series bold
44100
44101 \begin_inset CommandInset href
44102 LatexCommand href
44103 name "hyperref"
44104 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
44105 literal "false"
44106
44107 \end_inset
44108
44109
44110 \series default
44111
44112 \begin_inset Index idx
44113 status collapsed
44114
44115 \begin_layout Plain Layout
44116 \SpecialChar LaTeX
44117 ぱっけーじ@\SpecialChar LaTeX
44118 パッケージ ! hyperref
44119 \end_layout
44120
44121 \end_inset
44122
44123 の取扱説明書
44124 \end_layout
44125
44126 \begin_layout Bibliography
44127 \labelwidthstring 参考文献
44128 \begin_inset CommandInset bibitem
44129 LatexCommand bibitem
44130 key "KOMA-script"
44131 literal "true"
44132
44133 \end_inset
44134
44135 \SpecialChar LaTeX
44136 パッケージ
44137 \series bold
44138
44139 \begin_inset CommandInset href
44140 LatexCommand href
44141 name "KOMA-script"
44142 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
44143 literal "false"
44144
44145 \end_inset
44146
44147
44148 \series default
44149
44150 \begin_inset Index idx
44151 status collapsed
44152
44153 \begin_layout Plain Layout
44154 \SpecialChar LaTeX
44155 ぱっけーじ@\SpecialChar LaTeX
44156 パッケージ ! KOMA-script
44157 \end_layout
44158
44159 \end_inset
44160
44161 の取扱説明書
44162 \end_layout
44163
44164 \begin_layout Bibliography
44165 \labelwidthstring 参考文献
44166 \begin_inset CommandInset bibitem
44167 LatexCommand bibitem
44168 key "lettrine"
44169 literal "true"
44170
44171 \end_inset
44172
44173 \SpecialChar LaTeX
44174 パッケージ
44175 \series bold
44176
44177 \begin_inset CommandInset href
44178 LatexCommand href
44179 name "lettrine"
44180 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
44181 literal "false"
44182
44183 \end_inset
44184
44185
44186 \series default
44187 及び
44188 \begin_inset CommandInset href
44189 LatexCommand href
44190 name "用例"
44191 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
44192 literal "false"
44193
44194 \end_inset
44195
44196
44197 \begin_inset Index idx
44198 status collapsed
44199
44200 \begin_layout Plain Layout
44201 \SpecialChar LaTeX
44202 ぱっけーじ@\SpecialChar LaTeX
44203 パッケージ ! lettrine
44204 \end_layout
44205
44206 \end_inset
44207
44208
44209 \end_layout
44210
44211 \begin_layout Bibliography
44212 \labelwidthstring 参考文献
44213 \begin_inset CommandInset bibitem
44214 LatexCommand bibitem
44215 key "listings"
44216 literal "true"
44217
44218 \end_inset
44219
44220 \SpecialChar LaTeX
44221 パッケージ
44222 \series bold
44223
44224 \begin_inset CommandInset href
44225 LatexCommand href
44226 name "listings"
44227 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
44228 literal "false"
44229
44230 \end_inset
44231
44232
44233 \series default
44234
44235 \begin_inset Index idx
44236 status collapsed
44237
44238 \begin_layout Plain Layout
44239 \SpecialChar LaTeX
44240 ぱっけーじ@\SpecialChar LaTeX
44241 パッケージ ! listings
44242 \end_layout
44243
44244 \end_inset
44245
44246 の取扱説明書
44247 \end_layout
44248
44249 \begin_layout Bibliography
44250 \labelwidthstring 参考文献
44251 \begin_inset CommandInset bibitem
44252 LatexCommand bibitem
44253 key "minted"
44254 literal "true"
44255
44256 \end_inset
44257
44258 \SpecialChar LaTeX
44259 パッケージ
44260 \series bold
44261
44262 \begin_inset CommandInset href
44263 LatexCommand href
44264 name "minted"
44265 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
44266 literal "false"
44267
44268 \end_inset
44269
44270
44271 \series default
44272
44273 \begin_inset Index idx
44274 status collapsed
44275
44276 \begin_layout Plain Layout
44277 \SpecialChar LaTeX
44278 ぱっけーじ@\SpecialChar LaTeX
44279 パッケージ ! minted
44280 \end_layout
44281
44282 \end_inset
44283
44284 の取扱説明書
44285 \end_layout
44286
44287 \begin_layout Bibliography
44288 \labelwidthstring 参考文献
44289 \begin_inset CommandInset bibitem
44290 LatexCommand bibitem
44291 key "marginnote"
44292 literal "true"
44293
44294 \end_inset
44295
44296 \SpecialChar LaTeX
44297 パッケージ
44298 \series bold
44299
44300 \begin_inset CommandInset href
44301 LatexCommand href
44302 name "marginnote"
44303 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
44304 literal "false"
44305
44306 \end_inset
44307
44308
44309 \series default
44310
44311 \begin_inset Index idx
44312 status collapsed
44313
44314 \begin_layout Plain Layout
44315 \SpecialChar LaTeX
44316 ぱっけーじ@\SpecialChar LaTeX
44317 パッケージ ! marginnote
44318 \end_layout
44319
44320 \end_inset
44321
44322 の取扱説明書
44323 \end_layout
44324
44325 \begin_layout Bibliography
44326 \labelwidthstring 参考文献
44327 \begin_inset CommandInset bibitem
44328 LatexCommand bibitem
44329 key "pdfpages"
44330 literal "true"
44331
44332 \end_inset
44333
44334 \SpecialChar LaTeX
44335 パッケージ
44336 \series bold
44337
44338 \begin_inset CommandInset href
44339 LatexCommand href
44340 name "pdfpages"
44341 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
44342 literal "false"
44343
44344 \end_inset
44345
44346
44347 \series default
44348
44349 \begin_inset Index idx
44350 status collapsed
44351
44352 \begin_layout Plain Layout
44353 \SpecialChar LaTeX
44354 ぱっけーじ@\SpecialChar LaTeX
44355 パッケージ ! pdfpages
44356 \end_layout
44357
44358 \end_inset
44359
44360 の取扱説明書
44361 \end_layout
44362
44363 \begin_layout Bibliography
44364 \labelwidthstring 参考文献
44365 \begin_inset CommandInset bibitem
44366 LatexCommand bibitem
44367 key "prettyref"
44368 literal "true"
44369
44370 \end_inset
44371
44372 \SpecialChar LaTeX
44373 パッケージ
44374 \series bold
44375
44376 \begin_inset CommandInset href
44377 LatexCommand href
44378 name "prettyref"
44379 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
44380 literal "false"
44381
44382 \end_inset
44383
44384
44385 \series default
44386
44387 \begin_inset Index idx
44388 status collapsed
44389
44390 \begin_layout Plain Layout
44391 \SpecialChar LaTeX
44392 ぱっけーじ@\SpecialChar LaTeX
44393 パッケージ! prettyref
44394 \end_layout
44395
44396 \end_inset
44397
44398 の取扱説明書
44399 \end_layout
44400
44401 \begin_layout Bibliography
44402 \labelwidthstring 参考文献
44403 \begin_inset CommandInset bibitem
44404 LatexCommand bibitem
44405 key "pstricks"
44406 literal "true"
44407
44408 \end_inset
44409
44410 \SpecialChar LaTeX
44411 パッケージ
44412 \series bold
44413
44414 \begin_inset CommandInset href
44415 LatexCommand href
44416 name "PSTricks"
44417 target "http://tug.org/PSTricks/"
44418 literal "false"
44419
44420 \end_inset
44421
44422
44423 \series default
44424
44425 \begin_inset Index idx
44426 status collapsed
44427
44428 \begin_layout Plain Layout
44429 \SpecialChar LaTeX
44430 ぱっけーじ@\SpecialChar LaTeX
44431 パッケージ ! PSTricks
44432 \end_layout
44433
44434 \end_inset
44435
44436 のウェブページ
44437 \end_layout
44438
44439 \begin_layout Bibliography
44440 \labelwidthstring 参考文献
44441 \begin_inset CommandInset bibitem
44442 LatexCommand bibitem
44443 key "refstyle"
44444 literal "true"
44445
44446 \end_inset
44447
44448 \SpecialChar LaTeX
44449 パッケージ
44450 \series bold
44451
44452 \begin_inset CommandInset href
44453 LatexCommand href
44454 name "refstyle"
44455 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
44456 literal "false"
44457
44458 \end_inset
44459
44460
44461 \series default
44462
44463 \begin_inset Index idx
44464 status collapsed
44465
44466 \begin_layout Plain Layout
44467 \SpecialChar LaTeX
44468 ぱっけーじ@\SpecialChar LaTeX
44469 パッケージ ! refstyle
44470 \end_layout
44471
44472 \end_inset
44473
44474 の取扱説明書
44475 \end_layout
44476
44477 \begin_layout Bibliography
44478 \labelwidthstring 参考文献
44479 \begin_inset CommandInset bibitem
44480 LatexCommand bibitem
44481 key "sidecap"
44482 literal "true"
44483
44484 \end_inset
44485
44486 \SpecialChar LaTeX
44487 パッケージ
44488 \series bold
44489
44490 \begin_inset CommandInset href
44491 LatexCommand href
44492 name "sidecap"
44493 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
44494 literal "false"
44495
44496 \end_inset
44497
44498
44499 \series default
44500
44501 \begin_inset Index idx
44502 status collapsed
44503
44504 \begin_layout Plain Layout
44505 \SpecialChar LaTeX
44506 ぱっけーじ@\SpecialChar LaTeX
44507 パッケージ ! sidecap
44508 \end_layout
44509
44510 \end_inset
44511
44512 の取扱説明書
44513 \end_layout
44514
44515 \begin_layout Bibliography
44516 \labelwidthstring 参考文献
44517 \begin_inset CommandInset bibitem
44518 LatexCommand bibitem
44519 key "Inkscape"
44520 literal "true"
44521
44522 \end_inset
44523
44524
44525 \noun on
44526
44527 \begin_inset CommandInset href
44528 LatexCommand href
44529 name "Inkscape"
44530 target "https://inkscape.org/ja/"
44531 literal "false"
44532
44533 \end_inset
44534
44535 プログラムの
44536 \noun default
44537
44538 \begin_inset CommandInset href
44539 LatexCommand href
44540 name "Omit text in PDF"
44541 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
44542 literal "false"
44543
44544 \end_inset
44545
44546 オプションの取扱説明書
44547 \end_layout
44548
44549 \begin_layout Standard
44550 \begin_inset CommandInset index_print
44551 LatexCommand printindex
44552 type "idx"
44553 name "索引"
44554 literal "false"
44555
44556 \end_inset
44557
44558
44559 \end_layout
44560
44561 \end_body
44562 \end_document